#think_page_trace_open {
  display: none
}
@font-face {
  font-family: "NotoSansHans";
  src: url("../fonts/NotoSansHans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DBOzoneX';
  src: url("../fonts/DIN-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu, main {
  display: block
}
*, :before, :after {
  box-sizing: border-box;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}
img {
  border: 0;
  width: auto;
}
ul, dl, li, dt, dd {
  list-style: none;
}
body, html {
  min-height: 100%;
}
body {
  font-family: Microsoft YaHei, Helvetica, Arial;
  font-size: 14px;
  color: #333333;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}
pre {
  font-family: Microsoft YaHei, Helvetica, Arial;
  white-space: pre-wrap;
  word-wrap: break-word;
}
a {
  font-size: 14px;
  text-decoration: none;
  transition: ease .65s;
  color: #333333;
  outline: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
input[type="text"], input[type="password"], input[type="search"], textarea, select {
  outline: none;
  font-family: Microsoft YaHei, Helvetica, Arial;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
  display: block;
  width: 100%;
  border: none;
  background: none;
  transition: ease .45s;
}
input[type="radio"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 5px;
  cursor: pointer;
}
input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 5px;
  cursor: pointer;
}
input::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder {
  銆€color: #888888;
}
input::-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder {
  color: #888888;
}
textarea {
  resize: none;
  overflow: hidden;
}
textarea::-webkit-input-placeholder {
  color: #888888;
}
textarea:-moz-placeholder {
  銆€color: #888888;
}
textarea::-moz-placeholder {
  color: #888888;
}
textarea:-ms-input-placeholder {
  color: #888888;
}
select::-ms-expand {
  display: none;
}
i, em {
  font-style: normal;
}
.fl, .fl_warp {
  float: left;
}
.fr, .fr_warp {
  float: right;
}
.z-container {
  width: 85%;
  height: auto;
  clear: both;
  margin: 0 auto;
}
.z-container2 {
  width: 1200px;
  height: auto;
  clear: both;
  margin: 0 auto;
}
.z-container3 {
  width: 87.5%;
  height: auto;
  clear: both;
  margin: 0 auto;
}
.z-row {
  width: 100%;
  height: auto;
  clear: both;
  margin: 0 auto;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgbg {
  width: 100%;
  height: 100%;
  transition: ease 1s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_flex {
  display: flex;
  align-items: center;
}
.z_flex_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.clear {
  clear: both;
}
.z_public_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/bgs.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
}
.flwarp {
  float: left;
}
.frwarp {
  float: right;
}
.imgbg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease 1s;
}
/*鍒嗕韩*/
#bsWXBox {
  box-sizing: initial;
}
#bsBox {
  box-sizing: initial;
}
/*娴忚鍣ㄦ粴鍔ㄦ潯*/ ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button:vertical {
  display: none
}
::-webkit-scrollbar-track:vertical {
  background-color: black
}
::-webkit-scrollbar-track-piece {
  background: #E3E3E3
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #555;
  border-radius: 30px
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #3B3B3B
}
::-webkit-scrollbar-corner:vertical {
  background-color: #535353
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #FF6E00
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
  z-index: 3;
}
.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.video_pop {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/close.png) no-repeat center;
  z-index: 100;
  cursor: pointer;
}
#video {
  width: 100%;
  max-height: 100%;
}
.video_pop .warp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.z_banner {
  height: 100vh;
  position: relative;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.z_banner .bd, .z_banner .bd li, .z_banner .bd li .img, .z_banner .bd li .show {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.z_banner .bd li .img {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;    animation: pulse 6s infinite;
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  animation-direction: alternate;
}
.z_banner .bd li .show {
  transform: scale(1.1);
  transition: ease 2s;
  opacity: .8;
}
.z_banner .bd li.swiper-slide-active .show, .zs_banner .bd li.swiper-slide-duplicate-active .show {
  transform: scale(1);
  opacity: 1;
}
.z_swiper_hd li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.z_banner_hd {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 2;
}
.z_banner_hd li {
  margin-right: 10px;
}
.z_swiper_hd li.on {
  background: #0072bc;
}
.z_banner_text {
  position: absolute;
  left: 0;
  top: 55%;
  padding: 0 7.55208vw;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
}
.z_banner_text1 {
  position: absolute;
  left: 0;
  top: 55%;
  padding: 0 7.55208vw;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;text-align: center;
  transform: translateY(-50%);
}
.z_banner_text1 .h3 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 2.5vw;
  transition: ease 1s;
  transform: translateX(200px);
  opacity: 0;
}
.z_banner_text1 .h4 {
  font-size: 1.5vw;
  font-family: Raleway;
  line-height: 1.5vw;
  margin: 40px 0 60px;
  transition: ease 1s;  font-weight: bold;
  transform: translateX(400px);
  opacity: 0;
}
.z_banner_text2 {
  position: absolute;
  left: 0;
  top: 55%;
  padding: 0 7.55208vw;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;text-align: center;
  transform: translateY(-50%);
}
.z_banner_text2 .h3 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 2.5vw;
  transition: ease 1s;
 transform: translateX(0%)!important;
  opacity: 1;writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    margin-left: auto;
    text-align: left;
    line-height: 2;
    letter-spacing: 6px;    padding-top: 50px;
}
.z_banner_text2 .h4 {
   font-size: 2.5vw;
  font-weight: bold;
  line-height: 2.5vw;
  transition: ease 1s;
 transform: translateX(40%)!important;
  opacity: 1;writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    margin-left: auto;
    text-align: left;
    line-height: 2;
    letter-spacing: 6px;    padding-top: 80px;
}
.z_banner_text img {
  display: block;
  margin: 0 auto;
}
.z_banner .bd li.swiper-slide-active .z_banner_text .h3,.z_banner .bd li.swiper-slide-active .z_banner_text1 .h3,.z_banner .bd li.swiper-slide-active .z_banner_text2 .h3, .z_banner .bd li.swiper-slide-duplicate-active .z_banner_text .h3,.z_banner .bd li.swiper-slide-duplicate-active .z_banner_text1 .h3,.z_banner .bd li.swiper-slide-duplicate-active .z_banner_text2 .h3 {
  transform: translateX(0%);
  opacity: 1;
  transition-delay: .5s;
}
.z_banner .bd li.swiper-slide-active .z_banner_text .h4,.z_banner .bd li.swiper-slide-active .z_banner_text1 .h4, .z_banner .bd li.swiper-slide-duplicate-active .z_banner_text .h4,.z_banner .bd li.swiper-slide-duplicate-active .z_banner_text1 .h4 {
  transform: translateX(0%);
  opacity: 1;
  transition-delay: .8s;
}
.z_banner_text .h3 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 2.5vw;
  transition: ease 1s;
  transform: translateX(200px);
  opacity: 0;
}
.z_banner_text .h4 {
  font-size: 1.2vw;
  font-family: Raleway;
  line-height: 1.5vw;
  margin: 40px 0 60px;
  transition: ease 1s; font-weight: bold;
  transform: translateX(400px);
  opacity: 0;
}
.z_more_btn {
  display: inline-block;
  min-width: 144px;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  height: 44px;
  z-index: 1;
  line-height: 44px;
  background: #172a88;
}
.z_more_btn .iconfont {
  font-size: 12px;
  float: right
}
.z_more_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(100%);
  transition: ease 1s;
  left: 0;
  top: 0;
  background: #244980;
}
.z_more_btn:hover::before {
  transform: translateX(-100%); color: #fff;
}
.z_header {
  width: 100%;
  transition: ease 1s;
  transition: ease .6s;
  position: fixed;
  left: 0;
  top: 0;
  height: 100px;
  line-height: 100px;
  background: #fff;
  box-sizing: border-box;
  z-index: 10;    border-bottom: 1px solid #0061a5;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.1);
  -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 4px rgba(0,0,0,.1);
}
.z_header::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: ease 1s;
  background: #fff;
}
.z_logo {
  display: block;
  position: relative;
  height: 54px;
  float: left;
  margin-top: 25px;
  margin-left: 10%;
}
.z_logo img {
  display: block;
  height: 100%;
  transition: ease 1s;
}
.z_logo .logo2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.z_header_fr {
  float: right;    margin-right: 12%;
}
.z_header_nav {
  float: left;
  padding-right: 10px;
}
.z_header_nav li {
  display: inline-block;
  text-align: center;
}
.z_header_nav li a {
  color: #000;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
.z_header_nav li:hover a {
  font-weight: bold;
}
.z_header_sou1 {
  display: none;
}
.z_header_sou {
  float: left;
  display: flex;
  align-items: center;
}
.z_header_sou form {
     float: left;
    display: flex;
    align-items: center;
}
.z_header_sou .sou {
  display: block;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  width: 100px;
  height: 99px;
  background: #fff;
  text-align: center;
  line-height: 100px;
  color: #000;
}
.z_header_sou img {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 2px;
}
.z_header_sou .input_text {
  color: #000;
  height: 85px;
  width: 0;
  transition: ease .6s;
}
.z_header_sou .input_text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.z_header_sou .input_text::-moz-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.z_header_sou .input_text::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.z_header_sou:hover .input_text {
  width: 8vw;
}
.z_header.on .logo2 {
  opacity: 1;
}
.z_header.on .logo1 {
  opacity: 0;
}
.z_header.on {
  border-bottom-color: #e5e5e5;
  background: #fff;    border-bottom: 1px solid #0061a5;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.1);
  -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 4px rgba(0,0,0,.1);
}
/* .z_header.on::before{ height: 100%;} */
.z_header.on .z_header_nav a {
  color: #1F1F1F;
}
.z_header.on .z_header_sou .iconfont {
  color: #333;
  
}
.z_header.on .z_header_sou .input_text {
  color: #333;
}
.z_header.on .z_header_sou .input_text::-webkit-input-placeholder {
  color: #999;
}
.z_header.on .z_header_sou .input_text::-moz-input-placeholder {
  color: #999;
}
.z_header.on .z_header_sou .input_text::-ms-input-placeholder {
  color: #999;
}
.z_header.on .z_menu_btn::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
}
.title {}
.title h2 {
  font-size: 50px;
  margin: 0; margin-bottom: 20px;
  text-transform: uppercase;
}
.title h3 {
  font-size: 2vw;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;    margin: 10px 0 20px;
}
.title .text {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0;
  overflow: hidden;
  text-align: justify;
}
.whitetxt * {
  color: #fff;
}
.ltxt {
  text-align: left
}
.ltxt i {
  margin: 10px 0;
}
.section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  overflow: hidden;
  background: #F5F5F5;
}
.index-news {
  width: 90%;
  margin: auto;
  padding: 80px 0;
  overflow: hidden;
}
.index-news .left {
  float: left;
  width: 20%;
  overflow: hidden;
  padding-top: 0;
}
.index-news .left .more {
  margin: 110px 0 0;
}
.index-news .right {
  float: right;
  width: 80%;
  position: relative;
}
.news-swiper-pic {
  float: left;
  width: 55%;
}
.news-swiper-pic a {
  display: block;
  overflow: hidden;
  position: relative;
  background: #000;
}
.news-swiper-pic a:hover .img img {
  transform: scale(1.1);
}
.news-swiper-pic a img {
  display: block;
  width: 100%;
  height: auto;
}
.news-swiper-pic .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.news-swiper-pic .img i {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.news-swiper-pic .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s;
}
.news-swiper-title {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 3;
  width: 40%;
}
.news-swiper-title .news-swiper-text {
  position: relative;
  overflow: hidden;
}
.news-swiper-title .news-swiper-text .ntitle {
  position: relative;
  padding-left: 0%;
}
.news-swiper-title .news-swiper-text .ntitle::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  z-index: 3;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.news-swiper-title .news-swiper-text .ntitle a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 25px 0;
}
.news-swiper-title .news-swiper-text .ntitle a span {
  font-size: 14px;
  color: #999;
}
.news-swiper-title .news-swiper-text .ntitle a h3 {
  font-size: 17px;
  color: #666;
  margin: 7px 0 7px 0;
}
.news-swiper-title .news-swiper-text .ntitle a p {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  opacity: 0;
  height: 0px;
}
.news-swiper-text .swiper-slide-thumb-active .ntitle::before {
  width: 100%;
}
.news-swiper-text .swiper-slide-thumb-active .ntitle a h3 {
  color: #172a88;
}
.news-swiper-text .swiper-slide-thumb-active .ntitle a p {
  opacity: 1;
  height: auto;
  margin-top: 23px;
}
.news-swiper-text .swiper-slide:last-child .ntitle a {
  border-bottom: none;
}
.form-search-btn {
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 20px;
  border: 0;
  background: transparent;
  padding: 0px;
  width: 55px;
}
.product-left {
  width: 100%;
}
.product-left h3 {
  padding: 20px;
  background-color: #ca1f26;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-left ul {}
.product-left ul ul {
  border: 0;
  display: none;
}
.product-left ul li {
  position: relative;
}
.product-left .product-nav ul li span {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 15px;
  transform: translate(-50%, 0%);
}
.product-left ul li .btn:hover {
  font-weight: 300;
}
.product-left .product-nav ul li i {
  padding-right: 10px;
}
.product-left .product-nav ul li a {
  display: block;
  padding: 15px 20px 15px 10px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
}
.product-left ul li .btn span {
  width: auto;
  padding: 10px 15px;
  background-color: #28a8af;
  color: #fff;
  font-size: 14px;
}
.product-left ul li .btn span:hover {
  background-color: #239399;
}
.product-left ul li a:hover {
  font-weight: 700;
}
.product-left ul li .current {
  background: inherit;
  font-weight: 700;
}
.product-left ul li ul li {
  padding-left: 10px;
}
.product-left .product-nav ul li ul li a {
  background-position-y: 15px;
  padding-left: 16px;
}
.product-left .product-nav ul li ul li a i {
  padding-right: 10px;
}
.product-left {}
.product-left li {
  padding: 0 10px;
}
.product-left li a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.product-left img {
  width: 30%;
}
.product-left span {
  display: inline-block;
  width: 65%;
  margin-left: 5%;
}
.list {
  width: 100%;
}
.list ul {
  list-style: none;
}
.list ul li {
  width: 100%;
  
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: 10px;
}
.list ul li i {
  padding: 0px 10px;
}
.list ul li .cut {
  background: #172a88 !important;
  color: #fff;
  display: block;
}
.list ul li p {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
.list ul li p span {
  position: absolute;
  right: 10%;
}
.list-se {
  overflow: hidden;
}
.list-se p a {
  background: #fff !important;
  color: #000;
}
.list-se li {
  position: relative;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}
.list-se li p {
  padding: 0px 10px !important;
}
.list-se li p a {
  background: #f8f7f7;
  ;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 35px;
  margin-bottom: 3px;
  display: block;
  -webkit-transition: border .5s;
  transition: border .5s;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.list-se li p a:hover {
  color: #000;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.productList {
  width: 58%;
  padding-left: 20px;
  padding-top: 30px;
}
.productList_li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.productList_li li {
  float: left;
  text-align: center;
  padding: 0px 10px 0px 10px;
}
.productList_li li a {
  color: #fff;
  display: block;
}
.productList_li li.current {
  background: #ff8533;
  color: #fff;
}
.productList_li li.current a {
  color: #fff;
}
.productList_xx {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  zoom: 1;
  height: 200px;
  line-height: 30px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pro-detail-box {
  padding: 20px;
  background: #FFFFFF;
  width: 100%;
  float: left;
}
.item-pic__box {
  position: relative;
  width: 40%;
  float: left;
}
.n_nav2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.neiye {
  width: 100%;
  float: left;
  padding: 20px;
}
.shop_toolbar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 7px;
  line-height: 35px;
}
.shop_toolbar_wrapper i {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 5px 10px 5px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_btn {
    margin-bottom: 20px;
  }
}
.shop_wrapper {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_wrapper {
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_wrapper {
    margin-bottom: 0px;
  }
}
.blo-image-and-date img {
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  max-width: 100%;
}
.blo-image-and-date:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.showproducts_b {
  width: 100%;
  float: left;
  height: 50px;
  border-bottom: solid 1px #172a88;
  margin-top: 10px;
}
.showproducts_b span {
  background-color: #172a88;
  color: #FFF;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  line-height: 50px;
}
.showproducts_c {
  width: 100%;
  float: left;
  word-wrap: break-word;
  text-align: left;
  padding: 10PX;
}
.small-box {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.small-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.small-box > .hover {
  display: none;
  left: 0;
  top: 0;
  position: absolute;
  border: 1px solid #fff;
  background-color: #000;
  filter: alpha(opacity=15);
  -moz-opacity: .15;
  opacity: .15;
  cursor: move;
}
.thumbnail-box {
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26px;
  border: 0;
  background: #eee url(../img/thumb-but.gif) no-repeat;
}
.thumbnail-box .btn:active {
  background: #b31e22 url(../img/thumb-but_active.gif) no-repeat
}
.thumbnail-box .btn-prev {
  left: 0
}
.thumbnail-box .btn-next {
  right: 0;
  background-position: center right
}
.thumbnail-box .btn-next:active {
  background: #b31e22 url(../img/thumb-but_active.gif) no-repeat center right
}
.thumbnail-box > .thumb-list {
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
}
.thumbnail-box .wrapper {
  font-size: 0;
  margin-bottom: 0;
  white-space: nowrap;
  text-align: center;
}
.thumbnail-box > .thumb-list .item {
  width: 56px;
  height: 56px;
  margin: 0 2px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #fff;
}
.thumbnail-box > .thumb-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.thumbnail-box > .thumb-list .item.active {}
.big-box {
  z-index: 100;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 102%;
  top: 0;
  border: 1px solid #e6e6e6;
  width: 300px;
  height: 300px;
}
.item-info__box {
  width: 50%;
  float: right;
  padding: 20px 40px 20px 40px;
}
.item-title {
  line-height: 2em;
}
.item-title > .name {
  font-size: 25px;
  max-height: 50px;
  line-height: 50px;
}
.item-price {
  padding: 10px;
  margin-bottom: 20px;
}
.item-price .price-panel {
  height: 40px;
  line-height: 40px;
}
.item-price .price-panel .price {
  font-size: 24px;
  color: #d00;
}
.section-padding-bottom {
  background: #f5f5f5;
  padding: 20px 0;
}
.sidebar-widget {
  border: 1px solid #ececec;
  background: #fff;
  padding: 20px;

}
.widget-title {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e1e3;
  margin-bottom: 15px;
}
.product-card:hover .action {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.product-card:hover .product-btn {
  opacity: 1;
  top: 0;
}
.product-card:hover .product-price {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.product-group {
  position: relative;
  overflow: hidden;
}
.detailproduct {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.detail_pro {
  padding-top: 10px;
  padding-bottom: 0px;
}
.detail_pro_center {
  border: 1px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  width: 790px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 20px;
}
.detail_pro_center h3 {
  line-height: 34px;
  padding-left: 20px;
  font-size: 14px;
  color: #303030;
  border-bottom: 1px solid #dbdbdb;
  font-weight: normal;
}
.detail_pro_img {
  padding: 10px 0;
  text-align: left;
  padding-left: 20px;
}
#tags {
  HEIGHT: 55px;
  line-height: 55px;
  border-top: 3px solid #172a88;
  color: #333;
  background: #f5f5f5;
}
#tags a {
  color: #fff;
}
#tags a {
  HEIGHT: 65px;
  line-height: 55px;
  FLOAT: left;
  color: #333;
  width: 33.333%;
  text-align: center;    
  font-size: 16px;
    font-weight: 700;
}
#tags a.selectTag {
  BACKGROUND-POSITION: left top;
  background: #172a88;
  POSITION: relative;
  HEIGHT: 53px;
  color: #fff;
}
#tags a.selectTag A {
  BACKGROUND-POSITION: right top;
  COLOR: #fff;
  LINE-HEIGHT: 55px;
  HEIGHT: 55px;
  font-size: 14px;
}
.tabs-vertical {
  background: #fff;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  float: left;
  border: 1px solid #f5f5f5;
}
.tabs-vertical table{
  
    table-layout: auto;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
    margin: auto;font-family: Microsoft Yahei, Microsoft Sans Serif, Arial!important;
 
}
.tabs-vertical span{font-family: Microsoft Yahei, Microsoft Sans Serif, Arial!important;}
.tabs-vertical img{
  width: 100%;
}
.features-text {
  border: 1px solid #e7e7e7;
  left: 0;
  right: 0;
  text-align: center;
  background: #f4f7fe;
  margin-bottom: 15px;
  bottom: 0;
  padding: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.features-text h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #18223b;
  font-weight: bold;
  line-height: 22px;
}
.features-text h3 > a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.features-text h3 > a:hover {
  color: #18223b;
  font-weight: bold
}
.page {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  clear: both;
  width: 100%;
}
.page a {
  text-decoration: none;
  color: #3c3c3c;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 8px;
  cursor: pointer
}
.page .red {
  background: #172a88;
  color: #fff;
  border: 0;
  padding: 8px;
}
.page a.active {
  background: #172a88;
  border: 1px solid #cccccc;
  color: #fff
}
.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #172a88;
  border: 1px solid #cccccc
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}
.pagination > li {
  display: inline
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #172a88;
  border-color: #172a88
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
.onsale {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  width: 45px;
  line-height: 45px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 10px;
  z-index: 99;
  border-radius: 50%;
}
.product-thumb {
  display: block;
  overflow: hidden;
}
.product-thumb img {
  width: 100%;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.product-thumb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-content {
  padding-top: 10px;
}
.product-title {
  display: block;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
.blog-serch-form form {
  position: relative;
}
.blog-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}
.blog-serch-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-serch-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog-serch-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-serch-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.blog-serch-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}
.blog-serch-form .form-control:focus::placeholder {
  color: transparent;
}
.blog-grid-list {
  margin-bottom: 60px;
}
.sidebar {
  position: fixed;
  top: 50%;
  right: 62px;
  width: 42px;
  text-align: center;
  z-index: 10;
  height: 302px;
  margin-top: -125px;
  z-index: 9;
  line-height: 42px
}
.sidebar a {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: all .3s cubic-bezier(.15, .65, .58, .99);
  -ms-transition: all .3s cubic-bezier(.15, .65, .58, .99);
  -o-transition: all .3s cubic-bezier(.15, .65, .58, .99);
  -webkit-transition: all .3s cubic-bezier(.15, .65, .58, .99);
  -moz-transition: all .3s cubic-bezier(.15, .65, .58, .99)
}
.sidebar a > span {
  color: #fff;
  font-size: 14px;
  margin-left: 25px;
  display: none;
  line-height: 42px;
  height: 42px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .5s 1s cubic-bezier(.15, .65, .58, .99);
  -ms-transition: all .5s 1s cubic-bezier(.15, .65, .58, .99);
  -o-transition: all .5s 1s cubic-bezier(.15, .65, .58, .99);
  -webkit-transition: all .5s 1s cubic-bezier(.15, .65, .58, .99);
  -moz-transition: all .5s 1s cubic-bezier(.15, .65, .58, .99)
}
.sidebar a.right-qq {
  background: url(../img/sidebar-icon1.png) no-repeat center;
  margin-bottom: 10px;
  background-color: #172a88;
  position: absolute;
  right: 0;
  top: 0
}
.sidebar a.right-qq:hover {
  width: 148px;
  background: url(../img/sidebar-icon1.png) no-repeat 20px center #172a88
}
.sidebar a.right-weixin {
  background: url(../img/sidebar-icon2.png) no-repeat center;
  background-color: #172a88;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 52px;
  overflow: visible
}
.sidebar a.right-weixin:hover {
  background: url(../img/sidebar-icon2.png) no-repeat center #172a88
}
.sidebar a.right-weixin:hover .weixin-code {
  opacity: 1;
  visibility: visible;
  left: -140px
}
.sidebar .weixin-code {
  position: absolute;
  left: -125px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease
}
.sidebar .weixin-code img {
  width: 120px;
  height: 120px
}
.sidebar a.right-tell {
  background: url(../img/sidebar-icon3.png) no-repeat center;
  background-color: #172a88;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 104px
}
.sidebar a.right-tell:hover {
  width: 220px;
  background: url(../img/sidebar-icon3.png) no-repeat 20px center #172a88
}
.sidebar a.right-tell1 {
  background: url(../img/sidebar-icon3.png) no-repeat center;
  background-color: #172a88;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 156px
}
.sidebar a.right-tell1:hover {
  width: 220px;
  background: url(../img/sidebar-icon3.png) no-repeat 20px center #172a88
}
.sidebar a.right-message {
  background: url(../img/sidebar-icon4.png) no-repeat center;
  background-color: #172a88;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  top: 156px;
  overflow: visible
}
.sidebar a.right-message:hover {
  width: 280px;
  background: url(../img/sidebar-icon4.png) no-repeat 20px center #172a88
}
.sidebar a.right-message:hover .fixed-message {
  opacity: 1;
  visibility: visible;
  left: -325px
}
.sidebar a.right-top {
  background: url(../img/sidebar-icon5.png) no-repeat center;
  background-color: #172a88;
  position: absolute;
  top: 208px;
  right: 0;
}
.sidebar a.right-top:hover {
  width: 120px;
  background: url(../img/sidebar-icon5.png) no-repeat 20px center #172a88
}
.sidebar a:hover > span {
  display: block;
  vertical-align: middle;
  opacity: 1;
  filter: alpha(opacity=100)
}
/*
* 3. header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 30px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  
  font-size: 16px;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
}
.header-navigation ul.navigation-box > li > a:only-child:after {
  content: '';
  display: none;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #172a88;
}
.header-navigation ul.navigation-box > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 180px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: rgba(19,43,136,0.9);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
  transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
  border-top: 4px solid #901e22;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .submenu {
    display: block !important;
    margin-left: -60px;
  }
}
.header-navigation ul.navigation-box > li > .submenu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(30px);
  ;
  transform: translateX(-50%) translateY(30px);
  ;
}
.header-navigation ul.navigation-box > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
  color: #fff;
  background: #172a88;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #222222;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transform: translateX(30px);
  -webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
  transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
  border-top: 4px solid #172a88;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .submenu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
  color: #fff;
  background: #172a88;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header-navigation ul.navigation-box > li > ul > li ul {
  /* no more nested showen */
  display: none;
}
.z_menu_btn {
  display: none;
  width: 85px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 85px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, .2);
}
.z_menu_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #172a88;
  transition: ease .4s;
}
.z_menu_btn span {
  display: block;
  transition: ease .6s;
  width: 19px;
  height: 2px;
  background: #fff;
}
.z_menu_btn .line2 {
  margin: 3px 0;
}
.z_menu_btn.on .line1 {
  transform: translateY(5px) rotate(45deg);
}
.z_menu_btn.on .line3 {
  transform: translateY(-5px) rotate(-45deg);
}
.z_menu_btn.on .line2 {
  opacity: 0;
}
.z_menu_mask {
  display: none;
  width: 100%;
  background: #fff;
  transition: ease 1s;
  transform: translateY(-500px);
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 85px;
  z-index: 8;
  height: 420px;
  padding-right: 170px;
}
.z_menu_mask ul {
  float: right;
}
.z_menu_mask ul li {
  display: inline-block;
  width: 85px;
  vertical-align: top;
}
.z_menu_mask li a {
  display: block;
  line-height: 36px;
  color: #8D8D8D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.z_menu_mask li a:hover {
  font-weight: bold;
}
.z_menu_mask ul li h3 {
  display: none
}
.Nav .z_menu_mask {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.z_banner_bar {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.z_banner_bar .sb {
  display: inline-block;
  width: 18px;
  height: 31px;
  background: url(../img/sb.png) no-repeat center;
  margin: 0 20px;
  background-size: 100% 100%;
}
.z_banner_bar .bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.z_banner_bar .iconfont {
  cursor: pointer;
}

.z_index_page {
  margin-top: 100vh;
  position: relative;
  z-index: 2;
  background: #fff;
}

.z_index_video {
  width: 50%;
  height: 50vw;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.z_index_video::before {
  content: "";
  display: block;
  z-index: 2;
  transition-delay: 1s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: #4169E1;
  transition: ease 2s;
  position: absolute;
  left: 0;
  top: 0;
}
.z_index_video.animated::before {
  opacity: 0;
}
.z_index_video .warp {
  width: 67%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.z_index_video .tit {
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: bold;
  color: #FFFFFF;
}
.z_index_video .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}
.z_index_video .line {
  display: block;
  width: 26px;
  height: 3px;
  background: #FFFFFF;
  margin: 30px auto;
}
.z_index_video .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/play.png) no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.z_index_product {
  width: 100%;
  height: 59.11458vw;
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  overflow: hidden;
}
.z_product_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1.1, 1.1);
  transition: ease 3s;
}
.z_index_product.animated .z_product_bg {
  transform: scale(1, 1);
}
.z_product_bg .imgbg {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1, 1.1);
  background-attachment: fixed;
}
.z_product_bg .imgbg.active {
  transform: scale(1, 1);
  opacity: 1;
}
.z_product_con {
  color: #fff;
  position: absolute;
  left: 6.66666vw;
  top: 16.66666vw;
}
.z_product_con .z_index_tit {
  color: #fff;
}
.z_index_tit .en {
  font-size: 2.05vw;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2.6vw;
}
.z_product_con .z_index_tit .line {
  display: block;
  width: 7.8125vw;
  height: 2px;
  background: #FFFFFF;
  margin: 20px 0;
}
.z_index_tit h3 {
  font-size: 2vw;
  font-weight: bold;
  text-transform: uppercase
}
.z_product_con .z_more_btn {
  margin-top: 20px;
}
.z_product_class {
  width: 50vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
.z_product_class li {
  width: 16.66vw;
  float: left;
  height: 16.66vw;
  z-index: 1;
  background: #172a88;
  transition: ease 1s;
  position: relative;
}
.z_product_class li::before {
  content: "";
  display: block;
  opacity: 0;
  width: 0%;
  height: 0%;
  transition: ease .8s;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  box-sizing: border-box;
}
.z_product_class li::after {
  content: "";
  display: block;
  opacity: 0;
  width: 0%;
  height: 0%;
  transition: ease .8s;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.z_product_class li.active::before, .z_product_class li.active::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.z_product_class li.active {
  background: rgba(0, 0, 0, 0.3) !important;
}
.z_product_class li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5vw 2.3vw;
  box-sizing: border-box;
  color: #fff;
}
.z_product_class li .cn {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 60px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.z_product_class li .en {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.z_product_class li .add {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/add.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 2.3vw;
  bottom: 2.3vw;
}
.z_product_class li:nth-child(1) {
  margin-right: 33.32vw;
  background: rgba(191, 181, 85, 1);
}
.z_product_class li:nth-child(3) {
  background: #32b16c;
}
.z_product_class li:nth-child(2) {
  margin-left: 16.66vw;
}
.z_product_class li:nth-child(4) {
  width: 33.32vw;
  background: #b28850;
}
.z_product_class li:nth-child(5) {
  background: url(../img/pic1.jpg) no-repeat center;
  background-size: cover;
}
.z_index_news {
  background: url(../img/bg2.png) repeat #f0f0f0;
  position: relative;
}
.z_news_flwarp {
  width: 25%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
}
.z_news_frwarp {
  width: 75%;
  float: right;
}
.z_news_flwarp .warp {
  height: 100%;
  padding: 5.8vw 1vw;
  box-sizing: border-box;
  position: relative;
}
.z_news_flwarp .z_news_nav {
  position: absolute;
  left: 0;
  bottom: 5.8vw;
}
.z_news_nav a {
  display: block;
  width: 158px;
  margin-bottom: 20px;
  height: 44px;
  border: 1px solid #b5b5b5;
  line-height: 42px;
  padding: 0 20px;
  box-sizing: border-box;
}
.z_news_nav a .iconfont {
  float: right;
  color: #172a88;
}
.z_news_nav a.active, .z_news_nav a:hover {
  background: #172a88;
  color: #fff;
  border-color: #172a88;
}
.z_news_nav a:hover .iconfont, .z_news_nav a.active .iconfont {
  color: #fff;
}
.z_news_frwarp li {
  width: 33.3%;
  float: left;
  border-left: 1px solid #DCDCDC;
  transition: ease .5s;
}
.z_news_frwarp li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5.5vw 2.08333vw;
  box-sizing: border-box;
}
.z_news_frwarp li:last-child {
  border-right: 1px solid #DCDCDC;
}
.z_news_frwarp li .day {
  font-size: 3.3125vw;
  color: #323232;
  line-height: 85px;
  margin-left: -10px;
  ;
}
.z_news_frwarp li .time {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #727272;
}
.z_news_frwarp li .tit {
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  line-height: 28px;
  height: 56px;
  margin: 15px 0;
}
.z_news_frwarp li .imgbox {
  height: 13.02083vw;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.z_news_frwarp li .imgbox img {
  width: 100%
}
.z_news_frwarp li .imgbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #172a88;
  z-index: 1;
  transition: ease 1s;
  transition-delay: .5s;
}
.z_news_frwarp li.animated .imgbox::before {
  transform: translateX(100%);
}
.z_news_frwarp li:hover .imgbg {
  transform: scale(1.1, 1.1);
}
.z_news_frwarp li .desc {
  font-size: 14px;
  font-weight: 400;
  color: #6A6A6A;
  line-height: 30px;
  height: 60px;
  margin: 2vw 0;
}
.z_news_frwarp li .more {
  color: #172a88;
}
.z_news_frwarp li .more .iconfont {
  margin-left: 10px;
}
.z_news_frwarp li:hover .day, .z_news_frwarp li:hover .tit {
  color: #172a88;
}
.z_news_frwarp li:hover {
  background: #fff;
}
.z_news_child {
  display: none;
  overflow: hidden;
}
.z_news_child.active {
  display: block;
}
.z_index_btmwrp {
  padding: 0 8.33333vw;
  padding-top: 60px;
  box-sizing: border-box;
}
.z_hz_tit .en {
  font-size: 24px;
  font-weight: bold;
  color: #323232;
}
.z_hz_tit h3 {
  font-size: 20px;
  font-weight: bold;
  color: #626262;
}
.z_hz_swiper {
  width: 100%;
  overflow: hidden;
}
.z_hz_swiper li {
  height: 150px;
  overflow: hidden
}
.z_hz_swiper li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.z_hz_swiper li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: ease 1s;
}
.z_hz_swiper li:hover img {
  transform: scale(1.1, 1.1);
}
.z_index_link {
  border-top: 1px solid #E5E5E5;
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
}
.z_index_link .tit {
  flex-shrink: 0;
  font-weight: bold;
}
.z_index_link .boxa a {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  height: 15px;
  line-height: 15px;
  color: #848484;
  border-right: 2px solid #848484;
}
.z_index_link .boxa a:last-child {
  border-right: 0;
}
.z_index_link .boxa a:hover {
  color: #0072BC;
}
.z_footer {
  width: 100%;
  background: #313131;
  position: relative;
  z-index: 1;
  padding: 0 5%;
  box-sizing: border-box;
}
.z_footer_top {
  padding: 20px 0 10px 0;
  display: flex;
  align-items: center;
}
.z_foot_nav {
  float: left;
}
.z_foot_nav .downnav {
  display: none;
}
.z_foot_nav a {
  color: rgba(255, 255, 255, .5);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.z_foot_nav a:hover {
  color: #fff;
}
.z_foot_nav li {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
}
.z_foot_nav li h3 a {
  color: #fff;
}
.z_foot_contact {
  float: right;
  margin-left: auto;
}
.z_foot_addre {
  float: left;
  text-align: right;
}
.z_foot_addre .kfbtn {
  display: inline-block;
  width: 115px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #172a88;
}
.z_foot_addre .kfbtn .iconfont {
  display: inline-block;
  margin-right: 8px;
}
.z_foot_addre .tit {
  color: rgba(255, 255, 255, .3);
  line-height: 40px;
  display: block;
}
.z_foot_addre .tel {
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
}
.z_foot_code {
  float: right;
  text-align: center;
  margin-left: 20px;
}
.z_foot_code .img {
  width: 100px;
  height: 100px;
}
.z_foot_code img {
  display: block;
  width: 100%;
  height: 100%;
}
.z_foot_code h3 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}
.z_footer_btm {
  padding: 20px 0;
  color: #838383;
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}
.z_footer_btm a {
  color: #838383;
}

.z_other_banner .imgbg {
  animation: zoombig 3s linear forwards;
}
.z_other_banner .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4.6875vw;
  color: #fff;
  padding: 0 8.33333vw;
  box-sizing: border-box;
  z-index: 1;
  transition: ease 1s;
}
@keyframes zoombig {
  0% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.z_other_banner .text .en {
  font-size: 2vw;
  display: inline-block;
  font-weight: bold;
  line-height: 3.125vw;
  text-transform: uppercase;
  transition: ease 1s;
  background-position 1.5s ease;
  background: linear-gradient(to right, #fff, #fff 50%, #172a88 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
  transition-delay: .3s;
}
.z_other_banner .text h3 {
  font-size: 1.30208vw;
  display: inline-block;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: ease 1s;
  background-position 1.5s ease;
  background: linear-gradient(to right, #fff, #fff 50%, #172a88 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
  transition-delay: .3s;
}
.z_other_banner .text .line {
  width: 0px;
  height: 2px;
  background: #FFFFFF;
  display: block;
  margin: 15px 0;
  transition: ease 2s;
}
.z_other_banner .text.animated .en, .z_other_banner .text.animated h3 {
  opacity: 1;
  transform: translateX(0);
  background-position: 0 100%;
}
.z_other_banner .text.animated .line {
  width: 150px;
}
.z_other_pgae {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* .z_page_nav li:hover::before,.z_page_nav li.cur::before{ width: 100%; left: 0;}
 */

.z_page_nav li:hover a, .z_page_nav li.cur a {
  font-weight: bold;
}
.z_page_nav li:hover, .z_page_nav li.cur {
  background: #172a88;
}
.z_about_pages {
  float: left;
  width: 100%;
}
.z_about_pages .flwarps, .z_about_pages .frwarps {
  width: 50%;
  float: left;
  position: relative;
}
.z_about_pages .flwarps {
  padding: 5.2vw 8.33333vw;
  box-sizing: border-box;
  padding-right: 5vw;
}
.z_about_pages .z_about_con {}
.z_about_pages .z_about_tit {
  font-size: 1.82291vw;
  font-weight: bold;
  color: #172a88;
}
.z_about_pages .line {
  width: 26px;
  height: 3px;
  background: #172a88;
  display: block;
  margin: 15px 0;
}
.z_about_pages .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.875vw;
  height: 22vw;
  overflow-y: auto;
}

.z_about_lz2{width: 100%;height: 14vw; position: relative; }
.z_about_box2{ width: 100%; position: absolute; right: 0; }


.z_about_num2 {
 
  width: 100%;
}
.z_about_num2 ul{ display: flex; justify-content: space-between; width: 100%; box-sizing: border-box;color: #FFFFFF;}
.z_about_num2 li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  height: 12.5vw;
  z-index: 1;
  position: relative;    justify-content: space-evenly;
}
.z_about_num2 li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.z_about_num2 li:nth-child(1)::before {
  background: #32b16c;
}
.z_about_num2 li:nth-child(2)::before {
  background: #172a88;
}
.z_about_num2 li:nth-child(3)::before {
  background: #c09a67;
}
.z_about_num2 li .timer {
  font-size: 3.125vw;
  font-family: DBOzoneX;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.z_about_video {
  width: 76.25%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.z_about_video .z_play {
  position: absolute;
  left: 50%;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.z_about_video .z_play .icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/play2.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.z_hxyx_about {
  background-position: bottom center;
  padding: 7.8125vw 0;
  text-align: center;
}
.z_cf_about {
  background-position: bottom center;
  padding: 4vw 0;
  text-align: center;
}
.z_cf_about .conwarp {
  width: 90%;
  margin: 0 auto;
  transform: translateY(80px);
  color: #000;
  overflow: hidden;
  opacity: 1;
  transition-delay: .3s;
}
.z_cf_about.animated .conwarp, .z_cf_about.animated .tit {
  opacity: 1;
  transform: translateX(0);
  background-position: 0 100%;
}
.z_cf_about .tit {
  font-size: 2.08333vw;
  font-weight: bold;
  color: #172a88;
  color: #e1e1e1;
  text-transform: uppercase;
  transition: transform 1.2s, background-position 1.2s ease;
  background: linear-gradient(to right, #172a88, #172a88, 50%, #333 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
  transition-delay: .3s;
}
.z_hxyx_about .conwarp {
  width: 1200px;
  margin: 0 auto;
  transform: translateY(80px);
  color: #e1e1e1;
  transition: transform 1.2s, background-position 1.2s ease;
  background: linear-gradient(to right, #797979, #797979 50%, #e1e1e1 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
  transition-delay: .3s;
}
.z_hxyx_about.animated .conwarp, .z_hxyx_about.animated .tit {
  opacity: 1;
  transform: translateX(0);
  background-position: 0 100%;
}
.z_hxyx_about .tit {
  font-size: 2.08333vw;
  font-weight: bold;
  color: #172a88;
  color: #e1e1e1;
  text-transform: uppercase;
  transition: transform 1.2s, background-position 1.2s ease;
  background: linear-gradient(to right, #172a88, #172a88, 50%, #333 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
  transition-delay: .3s;
}
.z_about_line {
  width: 26px;
  height: 3px;
  background: #172a88;
  margin: 30px auto;
}
.z_hxyx_about .desc {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  line-height: 30px;
}
.z_hxys_system {
  width: 100%;
  padding: 6.77083vw 8.33333vw;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.z_index_tit3 .line {
  display: block;
  width: 176px;
  height: 2px;
  background: #7D7D7D;
  margin: 15px 0;
}
.z_index_tit3 h3 {
  font-size: 1.5625vw;
  font-weight: bold;
  color: #8C8C8C;
}
.z_hxys_system .z_index_tit3 {
  margin-bottom: 4.6875vw;
}
.z_system_list ul {
  display: flex;
}
.z_system_list ul li {
  flex: 1;
  padding: 0 3.6vw;
  box-sizing: border-box;
  border-right: 1px solid #e6e7e8;
  padding-bottom: 2vw;
}
.z_system_list ul li:last-child {
  border: none;
}
.z_system_list ul li:first-child {
  padding-left: 0;
}
.z_system_list ul li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #353434;
  margin-bottom: 14px;
}
.z_system_list ul li .icon {
  margin-bottom: 2vw;
}
.z_system_list ul li .desc {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}
.z_system_list ul li:hover img {
  transform: rotate(360deg);
}
.z_system_list ul li img {
  display: block;
  transition: ease 1s;
  height: 100%;
}
.z_system_case .flwarp {
  width: 25%;
  float: left;
  height: 41.66666vw;
  background: #172a88;
  padding: 7.8125vw 0 0 5.72916vw;
  box-sizing: border-box;
  color: #fff;
}
.z_system_case .flwarp .z_index_tit3 h3 {
  color: #fff;
}
.z_case_swiper {}
.z_system_case .z_case_swiper {
  width: 75%;
  float: right;
  height: 41.66666vw;
  overflow: hidden;
  position: relative;
}
.z_system_case .z_case_swiper::before {
  content: "";
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #172a88;
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: .5s;
  transition: ease 1.5s;
}
.z_system_case.animated .z_case_swiper::before {
  width: 0;
}
.z_case_swiper .imgbox {
  width: 55%;
  float: left;
  height: 41.66666vw;
  overflow: hidden;
  position: relative;
  .swiper-container {}
  /* transform: rotate(15deg) scale(0.6);
	opacity: 0;
	animation: slide-ani-active 1.5s ease 0s 1 alternate;
	animation-fill-mode: forwards */
}
.z_case_swiper .imgbox .imgbg {}
/* .z_case_swiper .swiper-slide-active .imgbox .imgbg {
	transform:  scale(1.8);
	opacity: 0;
	animation: slide-ani-active-slide 1.5s ease 0s 1 alternate;
	animation-fill-mode: forwards
}
.z_case_swiper .swiper-slide-active.prev .imgbox {
	transform:  scale(0.5);
	opacity: 0;
	animation: slide-ani-active 1.5s ease 0s 1 alternate !important;
	animation-fill-mode: forwards !important
}

.z_case_swiper .swiper-slide-active.prev .imgbox .imgbg {
	transform:  scale(1.8);
	opacity: 0;
	animation: slide-ani-active-slide 1.5s ease 0s 1 alternate !important;
	animation-fill-mode: forwards !important
} */
.z_case_swiper .conbox {
  width: 45%;
  float: right;
}
.z_case_swiper .conbox .imgbg {
  width: 100%;
  height: 19.79166vw;
}
.z_case_swiper .infobox {
  width: 100%;
  padding: 5vw 3.64583vw;
  box-sizing: border-box;
}
.z_case_swiper .infobox h3 {
  font-size: 25px;
  font-weight: bold;
  color: #1C1C1C;
  line-height: 36px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.z_case_swiper .infobox .desc {
  font-size: 14px;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 30px;
  height: 90px;
  margin-bottom: 1.5vw;
}
.z_case_swiper .infobox .more {
  color: #172a88;
}
.z_case_swiper .infobox .iconfont {
  margin-left: 10px;
}
.z_case_swiper a {
  display: block;
}
@keyframes slide-ani-active {
  0% {
    transform: scale(0.6);
    opacity: 0
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1
  }
}
@keyframes slide-ani-active-slide {
  0% {
    transform: scale(1.8);
    opacity: 0
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1
  }
}
.z_case_btn {
  margin-top: 3vw;
}
.z_case_btn .iconfont {
  display: inline-block;
  cursor: pointer;
  transition: ease 1s;
  outline: none;
  width: 39px;
  height: 39px;
  margin-right: 26px;
  background: #FDFEFF;
  border-radius: 50%;
  line-height: 39px;
  text-align: center;
  color: #7B7B7B;
}
.z_case_btn .iconfont:hover {
  background: #32b16c;
  color: #fff;
}
.z_advantage {
  width: 100%;
  padding: 5.2vw 8.33333vw;
  box-sizing: border-box;
}
.z_advantage .z_index_tit3 {
  text-align: center;
  margin-bottom: 4vw;
}
.z_advantage .z_index_tit3 .line {
  margin: 10px auto;
  width: 56px;
}
.z_adv_list ul {
  margin-left: -2.5%;
}
.z_adv_list li {
  width: 22.5%;
  float: left;
  display: flex;
  align-items: center;
  margin-left: 2.5%;
  height: 18.75vw;
  padding: 3vw;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 1;
}
.z_adv_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
}
.z_adv_list li:nth-child(1) {
  background-color: #b28750;
}
.z_adv_list li:nth-child(2) {
  background-color: #434343;
}
.z_adv_list li:nth-child(3) {
  background-color: #546fb4;
}
.z_adv_list li:nth-child(4) {
  background-color: #32b16c;
}
.z_adv_list li h3 {
  font-size: 1.5625vw;
  font-weight: 500;
  color: #FFFFFF;
  margin: 10px 0;
}
.z_adv_list li .desc {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5625vw;
}
.z_adv_list li .icon {
  height: 3.54166vw;
}
.z_adv_list li img {
  display: block;
  height: 100%;
}
.z_gongneng {
  padding: 5.2vw 8.33333vw;
  box-sizing: border-box;
}
.z_gongneng .conwarp {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 50px;
}
.z_gongneng .conwarp::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.z_gongneng_swiper {
  flex: 1;
}
.z_gongneng .tit {
  font-size: 1.82291vw;
  font-family: Microsoft YaHei, Helvetica, Arial;
  font-weight: bold;
  color: #353434;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 90px;
}
.z_gongneng .tit em {
  color: #172a88;
}
.z_gongneng .tit2 {
  font-size: 1.5625vw;
  color: #7C7C7C;
}
.z_gongneng .flwarp {
  flex-shrink: 0;
  margin-right: 5vw;
}
.z_gongneng_swiper {
  height: 260px;
  overflow: hidden;
}
.z_gongneng_swiper li {
  position: relative;
}
.z_gongneng_swiper li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #172a88;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.z_gongneng_swiper li:nth-child(even)::before {
  background: #009944;
}
.z_gongneng_swiper li .con {
  width: 91px;
  height: 83px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  color: #172a88;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  border: 2px solid #172a88;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}
.z_gongneng_swiper li:nth-child(even) .con {
  bottom: 0;
}
.z_gongneng_swiper li:nth-child(odd) .con {
  top: 0;
}
.z_gongneng_swiper li:nth-child(4n-1) .con {
  background: #172a88;
  color: #fff;
}
.z_gongneng_swiper li:nth-child(4n-2) .con {
  background: #009944;
  border: 2px solid #009944;
  color: #fff;
}
.z_gongneng_swiper li:nth-child(4n) .con {
  background: #FFFFFF;
  border: 2px solid #009944;
  color: #009944;
}
.z_gongneng .conwarp .next {
  width: 77px;
  height: 77px;
  background: #B28750;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -40px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 71px;
}
.z_gongneng .conwarp .next::before {
  content: "";
  display: block;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: rgba(178, 135, 80, .5);
  position: absolute;
  animation: circle-opacity 2s infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
}
@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.z_team_pages {
  padding: 8.33333vw;
  padding-bottom: 5.2vw;
  box-sizing: border-box;
  padding-top: 0;
}
.z_other_tit {
  text-align: center;
}
.z_other_tit h3 {
  font-size: 2.6vw;
  font-family: Microsoft YaHei, Helvetica, Arial;
  font-weight: bold;
  color: #393838;
  text-transform: uppercase;
}
.z_other_tit h4 {
  font-size: 1.30208vw;
  font-weight: bold;
  color: #7B7B7B;
}
.z_team_pages .z_other_tit {
  padding: 3.64583vw 0;
}
.z_team_list ul {
  margin-left: -2.7%;
}
.z_team_list li {
  width: 17.3%;
  float: left;
  margin-left: 2.7%;
  height: 21.04166vw;
  margin-bottom: 2.91666vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.z_team_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/titbg.png) no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.z_team_list li .infobox {
  position: absolute;
  z-index: 2;
  transition: ease 1s;
  transform: translateY(69%);
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1.5vw;
  box-sizing: border-box;
}
.z_team_list li .name {
  text-align: center;
}
.z_team_list li .name h3 {
  font-size: 18px;
}
.z_team_list li .line {
  display: block;
  width: 42%;
  margin: 10px auto;
  transition: ease .6s;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.5;
  transition: ease .6s;
}
.z_team_list li .desc {
  margin-top: 20px;
  padding-top: 15px;
  transition: ease .6s;
  opacity: 0;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
}
.z_team_list li:hover .infobox {
  transform: translateY(0);
  background: rgba(178, 136, 80, .9);
}
.z_team_list li:hover .imgbg {
  transform: scale(1.1, 1.1);
  animation: overturn 3s;
  -moz-animation: overturn 3s;
  -webkit-animation: overturn 3s;
  -o-animation: overturn 3s;
}
.z_team_list li:hover .desc {
  opacity: 1;
}
.z_team_list li:hover .line {
  width: 0;
  margin: 0 auto;
}
@keyframes overturn {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.z_contact_map {
  width: 100%;
  height: 500px;
}
.z_contact_warp {
  padding: 0 8.33333vw;
  box-sizing: border-box;
}
.z_contact_info {
  padding: 4.6875vw 0;
  border-bottom: 1px solid #dcdcdc;
}
.z_contact_info ul {
  display: flex;
  justify-content: space-between;
}
.z_contact_info li {
  float: left;
  padding-left: 70px;
  width: 30%;
  color: #474747;
}
.z_contact_info li.tel {
  background: url(../img/c1.png) no-repeat left top;
}
.z_contact_info li.dz {
  background: url(../img/c2.png) no-repeat left top;
}
.z_contact_info li.yx {
  background: url(../img/c3.png) no-repeat left top;
}
.z_contact_info li.tel h3, .z_contact_info li.yx h3 {
  font-size: 16px;
  font-weight: 500;
  color: #172a88;
}
.z_contact_info li.tel h3 a, .z_contact_info li.yx h3 a {
  font-size: 16px;
  font-weight: 500;
  color: #172a88;
}
.z_contact_info li.dz h3 {
  font-size: 16px;
  font-weight: 500;
  color: #172a88;
  line-height: 24px;
}
.z_contact_info li.dz h3 a {
  font-size: 16px;
  font-weight: 500;
  color: #172a88;
  line-height: 24px;
}
.z_contact_code {
  padding-bottom: 5vw;
}
.z_contact_code .tit {
  font-size: 25px;
  font-weight: bold;
  color: #101010;
  margin: 40px 0;
}
.z_contact_code li {
  float: left;
  margin-right: 4.6875vw;
  text-align: center;
}
.z_contact_code li img {
  display: block;
  width: 105px;
  height: 105px;
}
.z_contact_code li h3 {
  font-size: 16px;
  color: #656565;
  margin-top: 10px;
}
.rebox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-filter: none !important;
  background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.8);
}
.rebox * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.rebox-contents {
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rebox-contents .rebox-content {
  border-radius: 1px;
  max-width: 100%;
  max-height: 100%;
}
.rebox-loading {
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}
.rebox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.rebox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.rebox-button {
  position: absolute;
  z-index: 9999;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rebox-button:hover, .rebox-button:focus {
  opacity: 1;
  background: #BF2E2E;
}
.rebox-close {
  right: 10px;
  top: 10px;
  font-size: 30px;
}
.rebox-next {
  right: 10px;
  top: 48%;
}
.rebox-prev {
  left: 10px;
  top: 48%;
}
.rebox-loading {
  left: 50%;
  top: 48%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.z_honor_page {
  background-position: bottom center;
  padding: 5.72916vw 0vw;
  box-sizing: border-box;
  background-attachment: fixed;
}
.z_honor_page .z_other_tit .en, .z_honor_page .z_other_tit h4 {
  color: #fff;
}
.z_honor_page .z_other_tit {
  margin-bottom: 4.6875vw;
}
.z_honor_list {
  width: 1280px;
  margin: 0 auto;
}
.z_honor_list ul {
  margin-left: -1.8%;
}
.z_honor_list li {
  width: 23.2%;
  margin-left: 1.8%;
  background: #fff;
  height: 320px;
  transition: ease .6s;
  float: left;
  margin-bottom: 40px;
  border: 5px solid #fff;
  box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
}
.z_honor_list li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.z_honor_list li .infobox {
  right: 0;
  bottom: 0;
  padding: 15px;
  margin-top: 3vw;
  box-sizing: border-box;
}
.z_honor_list li .time {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.z_honor_list li .desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.z_honor_list li:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, .5);
}
.z_project_page {
  padding: 3.64583vw 8.33333vw;
  box-sizing: border-box;
  background: #f5f5f5;
}
.z_project_page li {
  margin-bottom: 3.64583vw;
}
.z_project_page li a {
  display: block;
  width: 100%;
}
.z_project_page li .imgbox, .z_project_page li .infobox {
  width: 50%;
  float: left;
  height: 22vw;
  overflow: hidden;
  position: relative;
}
.z_project_page li:hover .imgbg {
  transform: scale(1.1, 1.1);
}
.z_project_page li .imgbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #172a88;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
@-webkit-keyframes trigger1Anime {
  0% {
    background-color: #172a88;
  }
  100% {
    background-color: rgba(0, 0, 0, 1);
  }
}
@keyframes trigger1Anime {
  0% {
    background-color: rgba(0, 145, 179, 1);
  }
  100% {
    background-color: #172a88;
  }
}
.z_project_page li.animated .imgbox::before {
  -webkit-animation: trigger1Anime .5s cubic-bezier(0.5, 0, 0, 1);
  transition-delay: 0.5s;
  transform: translateX(100%);
  animation: trigger1Anime .5s cubic-bezier(0.5, 0, 0, 1);
}
.z_project_page li .infobox {
  background: #fff;
  padding: 3.125vw;
  box-sizing: border-box;
  position: relative;
}
.z_project_page li .infobox::before {
  z-index: 1;
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background: #172a88;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease 1s;
}
.z_project_page li h3 {
  font-size: 1.45833vw;
  font-weight: bold;
  color: #1C1C1C;
  margin-bottom: 10px;
  transition: ease .5s;
}
.z_project_page li .titbox {
  border-bottom: 1px solid #DCDCDC;
  padding: 1.5vw 0;
  padding-top: 1vw;
}
.z_project_page li span, .z_detail_head .slg span {
  display: inline-block;
  margin-right: 1.5vw;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #5C5C5C;
  padding-left: 25px;
}
.z_project_page li .jie, .z_detail_head .slg .jie {
  background: url(../img/p1.png) no-repeat left center;
  color: #172a88;
}
.z_project_page li .yan, .z_detail_head .slg .yan {
  background: url(../img/p2.png) no-repeat left center;
}
.z_project_page li .time, .z_detail_head .slg .time {
  background: url(../img/p3.png) no-repeat left center;
}
.z_project_page li .desc {
  margin-top: 15px;
  color: #5C5C5C;
  line-height: 30px;
}
.z_project_page li .more {
  position: absolute;
  left: 3.125vw;
  bottom: 3.125vw;
  color: #172a88;
}
.z_project_page li .more .iconfont {
  font-size: 12px;
}
.z_project_page li:hover .infobox::before {
  width: 100%;
}
.z_pages_bar {
  text-align: center;
}
.z_pages_bar a {
  display: inline-block;
  border-radius: 5px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #c4c4c4;
  text-align: center;
  color: #c4c4c4;
  min-width: 68px;
  text-align: center;
  margin: 0 20px;
  text-transform: uppercase;
}
.z_pages_bar .btn {
  min-width: 116px;
}
.z_pages_bar a:hover, .z_pages_bar a.active {
  background: #172a88;
  color: #fff;
  border-color: #172a88;
}
.z_pages_bar a .iconfont {
  font-size: 14px;
}
.z_project_page li:hover h3 {
  color: #172a88;
}
.z_news_head {
  background: url(../img/bg9.jpg) no-repeat center;
  background-size: cover;
  padding: 4.16vw 0;
}
.z_hotnews_swiper {}
.z_hotnews_swiper li {
  box-shadow: 0px 10px 41px 0px rgba(0, 0, 0, 0.1);
}
.z_hotnews_swiper li .imgbox, .z_hotnews_swiper li .infobox {
  width: 50%;
  height: 480px;
  float: left;
  overflow: hidden;
}
.z_hotnews_swiper li .infobox {
  background: #fff;
  padding: 5% 6.5%;
}
.z_hotnews_swiper li .day {
  font-size: 72px;
  margin-right: 15px;
  font-family: DIN;
  font-weight: bold;
  color: #172a88;
  float: left;
  line-height: 52px;
  padding-bottom: 24px;
  border-bottom: 2px solid #172a88;
}
.z_hotnews_swiper li .timebox span {
  display: block;
}
.z_hotnews_swiper li .timebox {
  display: flex;
  align-items: center;
  color: #ccc;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.z_hotnews_swiper li h3 {
  font-size: 25px;
  font-weight: bold;
  color: #303030;
}
.z_hotnews_swiper li .desc {
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  line-height: 30px;
  height: 60px;
  margin: 20px 0;
}
.z_hotnews_swiper li .more {
  color: #172a88;
}
.z_hotnews_swiper li .iconfont {
  font-size: 12px;
}
.z_hotnews_swiper li:hover h3 {
  color: #172a88;
}
.z_hotnews_swiper li:hover .imgbg {
  transform: scale(1.1, 1.1);
}
.z_hot_btn {
  text-align: right;
  margin-top: 25px;
}
.z_hot_btn span {
  display: inline-block;
  transition: ease .5s;
  outline: none;
  width: 54px;
  height: 54px;
  background: #CCCCCC;
  text-align: center;
  line-height: 54px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.z_hot_btn span:hover {
  background: #172a88;
}
.z_news_list li {
  border-bottom: 1px solid #DCDCDC;
  position: relative;
}
.z_news_list li::before {
  content: "";
  transition: ease 1s;
  display: block;
  width: 0;
  position: absolute;
  left: 0;
  height: 2px;
  background: #172a88;
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 1;
}
.z_news_list li a {
  display: block;
  padding: 50px 0;
  position: relative;
  padding-right: 200px;
  box-sizing: border-box;
}
.z_news_list li h3 {
  font-size: 22px;
  font-weight: bold;
  color: #303030;
  margin-bottom: 20px;
}
.z_news_list li h4 {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}
.z_news_list li .timebox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #CCCCCC;
}
.z_news_list li .timebox em {
  display: block;
  font-size: 40px;
  font-weight: 500;
  color: #172a88;
}
.z_news_list li:hover h3 {
  color: #172a88;
}
.z_news_list li:hover::before {
  width: 100%;
  left: 0;
}
.z_news_list .z_pages_bar {
  padding: 4vw 0;
}
.z_gjia_page {
  background: url(../img/bg7.jpg) no-repeat center;
  background-size: cover;
  padding: 6.25vw 8.33333vw;
  box-sizing: border-box;
}
.z_gjia_con {
  margin-top: 3vw;
}
.z_gjia_con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.z_detail_page {
  background: #f5f5f5;
  padding: 0 8.33333vw;
  box-sizing: border-box;
}
.z_detail_page .z-container {
  background: #fff;
  width: 100%;
  padding: 0 4.29166vw;
  padding-top: 10px;
  padding-bottom: 5.2vw;
  box-sizing: border-box;
}
.z_detail_head {
  padding: 1vw 0;
  border-bottom: 1px solid #DCDCDC;
  text-align: center
}
.z_detail_head h3 {
  font-size: 1.5vw;
  font-weight: bold;
  color: #1C1C1C;
  margin-bottom: 15px;
}
.z_detail_head .slg {
  display: flex;
  align-items: center;
}
.z_detail_head .z_share {
  margin-left: auto;
}
.z_share a {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  background: none !important;
  padding: 0 !important;
  font-size: 20px !important;
  margin-left: 30px !important;
}
.z_detail_con {
  padding: 40px 0;
  color: #5C5C5C;
  line-height: 36px;
  font-size: 16px;
}
.z_topbtm_bar {
  width: 100%;
  height: 67px;
  color: #8B8B8B;
  background: #F9F9F9;
  line-height: 67px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.z_topbtm_bar .back {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/back.png) no-repeat center;
}
.z_topbtm_bar .iconfont {
  margin: 0 10px;
}
.z_topbtm_bar a:hover {
  color: #172a88;
  font-weight: bold;
}
.z_img_hd {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.z_img_hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
}
.z_img_hd li.on {
  background: #0072BC;
}
.z_honor_list li a .slg {
  display: flex;
  align-items: center;
  width: 100%;
}
.z_honor_list li .year {
  margin-left: auto;
  font-size: 25px;
  font-family: "DIN";
  color: #d8dedd;
}
.z_honor_list li .icon {
  width: 47px;
  height: 59px;
  display: block;
  background: url(../img/zhonor.png);
  background-size: cover;
}
@media screen and (max-width:1440px) {
  .z_team_list li .infobox {
    transform: translateY(62%);
  }
  .z_team_list li .desc {
    line-height: 24px;
    font-size: 13px;
  }
  .z_contact_info li {
    width: 25%;
  }
  .z-container {
    width: 85%;
  }
  .z_hotnews_swiper li .imgbox, .z_hotnews_swiper li .infobox {
    height: 400px;
  }
  .z_news_list li a {
    padding: 50px 0;
  }
  .z_news_list li h3 {
    font-size: 22px;
  }
}
@media screen and (max-width:1366px) {
  .z_product_class li .en {
    font-size: 18px;
  }
  .z_product_class li .cn {
    font-size: 16px;
  }
  .z_news_frwarp li .tit {
    font-size: 18px;
  }
  .z_about_pages .desc {
    font-size: 14px;
  }
  .z_about_pages .z_about_con {
    width: 100%;
  }
  .z_system_list ul li {
    padding: 0 1.5vw;
  }
  .z_system_list ul li h3 {
    font-size: 20px;
  }
  .z_system_list ul li .desc {
    font-size: 14px;
  }
  .z_case_swiper .infobox {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .z_case_swiper .infobox h3 {
    font-size: 20px;
  }
  .z_adv_list li .desc {
    font-size: 14px;
  }
  .z_adv_list li {
    padding: 2vw;
  }
}
@media screen and (max-width:1330px) {
  .z_header_nav li {
   
  }
  .z_menu_mask ul li {
    width: 120px;
  }
}
.ppro {
  display: none
}
@media screen and (max-width:980px) {
  .sidebar {
    position: fixed;
    top: 50%;
    right: 12px;
    width: 42px;
    text-align: center;
    z-index: 10;
    height: 250px;
    margin-top: -125px;
    z-index: 9;
    line-height: 42px;
  }
  .news-swiper-title .news-swiper-text .ntitle {
    padding-left: 20px;
  }
  .index-news .left .more {
    margin: 20px 0 0;
  }
  .index-news {
    padding: 10% 0;
  }
  .title h3 {
    font-size: 18px;
  }
  .news-swiper-pic {
    width: 100%;
    float: none;
  }
  .news-swiper-title {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .index-news .left {
    width: 100%;
    float: none;
    padding: 0;
  }
  .index-news .right {
    width: 100%;
    float: none;
    padding-top: 20px;
  }
  .z_header {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-bottom: none;
  }
  .z_header::before {}
  .z_header .z_logo .logo2 {
    opacity: 1;
  }
  .z_menu_btn {
    background: #172a88;
  }
  .z_logo {
    margin-left: 10px;
    margin-top: 5px;
  }
  .z_logo img {
    display: block;
    height: 35px;
    padding-top: 5px;
  }
  .z_header_nav {
    display: none;
  }
  .z_header_sou {
    display: none;
  }
  .z_menu_btn {
    display: flex;
    width: 50px;
    line-height: 50px;
    height: 50px;
  }
  .z_banner {
    height: 50vw;
    margin-top: 50px;
    position: relative;
  }
  .z_banner_text .h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .z_banner_text .h4 {
    display: none;
  }
  .z_more_btn {
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    padding: 0 10px;
    font-size: 12px;
  }
  .z_banner_text .z_more_btn {
    margin-top: 10px;
  }
  .z_menu_mask {
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: : 300px;
    top: 50px;
    transform: translateY(100%);
    transition: ease .7s;
    padding: 10px;
    box-sizing: border-box;
    background: #172a88;
  }
  .z_menu_mask ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .z_menu_mask ul {
    width: 100%;
    float: none;
  }
  body.Nav .z_menu_mask {
    transform: translateY(0%);
  }
  .z_menu_mask ul li h3 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
  }
  .z_menu_mask ul li a {
    display: inline-block;
    margin: 0 5px;
    line-height: 24px;
    color: #fff;
    opacity: .8;
    width: auto;
  }
  .z_banner_bar {
    display: none;
  }
  .z_index_page {
    margin-top: 0;
  }
  .z_about_num {
    width: 100%;
    height: 100vw;
  }
  .z_about_num li {
    height: 50vw;
  }
  .z_index_video {
    width: 100%;
  }
  .z_about_num li .h4 {
    font-size: 12px;
  }
  .z_about_num li h3 {
    font-size: 20px;
  }
  .z_index_video {
    padding: 20px 0;
    height: auto;
  }
  .z_index_video .tit {
    font-size: 18px;
    line-height: normal;
  }
  .z_index_video .line {
    margin: 10px auto;
  }
  .z_index_video .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .z_index_video .warp {
    width: 90%;
  }
  .z_about_num li .h4 {
    margin: 10px;
  }
  .z_about_num li em, .z_index_video .line {
    width: 20px;
    height: 2px;
  }
  .z_index_product {
    height: auto;
    padding: 20px 0;
    padding-bottom: 0;
  }
  .z_product_con {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .z_product_class {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
  .z_index_tit .en {
    font-size: 25px;
    line-height: 18px;
  }
  .z_product_con .z_index_tit .line {
    margin: 10px auto;
  }
  .z_index_tit h3 {
    font-size: 18px;
  }
  .z_product_class li {
    width: 33.3%;
    height: 33.3vw;
  }
  .z_product_class li a {
    padding: 10px;
  }
  .z_product_class li:nth-child(1) {
    margin-right: 0;
  }
  .z_product_class li:nth-child(2) {
    margin-left: 0;
    margin-right: 33.3%;
  }
  .z_product_class li:nth-child(4) {
    width: 33.3%;
  }
  .z_product_class li .cn {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
  }
  .z_product_class li .en {
    font-size: 12px;
    line-height: 18px;
  }
  .z_product_class li .add {
    left: 10px;
    bottom: 10px;
    width: 8px;
    height: 8px;
  }
  .z_news_flwarp {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .z_index_news {
    padding: 20px 0;
  }
  .z_news_flwarp .warp {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .z_index_tit {
    width: 400px;
  }
  .z_news_flwarp .z_news_nav {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: auto;
  }
  .z_news_nav a {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    margin-bottom: 3px;
  }
  .z_news_nav a .iconfont {
    font-size: 12px;
  }
  .z_news_frwarp {
    width: 100%;
  }
  .z_news_frwarp li {
    width: 50%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #DCDCDC;
  }
  .z_news_frwarp li .day {
    font-size: 20px;
    line-height: normal;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .z_news_frwarp li .tit {
    font-size: 14px;
    max-height: 48px;
    height: auto;
    line-height: 24px;
    margin: 10px 0;
  }
  .z_news_frwarp li .imgbox {
    height: 20vw;
  }
  .z_news_frwarp li .desc {
    line-height: 20px;
    font-size: 13px;
    height: auto;
  }
  .z_news_frwarp li .more {
    display: none;
  }
  .z_news_frwarp li a {
    padding: 15px;
  }
  .z_news_frwarp li:first-child {
    border-top: 1px solid #DCDCDC;
  }
  .z_index_btmwrp {
    padding: 0 10px;
    padding-top: 20px;
  }
  .z_header_sou1 {
    float: left;
    display: flex;
    align-items: center;
  }
  .z_header_sou1 .sou {
    display: block;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
    line-height: 60px;
    color: #fff;
  }
  .z_header_sou1 img {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 2px;
  }
  .z_hz_tit {
    text-align: center;
  }
  .z_hz_tit .en {
    font-size: 20px;
  }
  .z_hz_tit h3 {
    font-size: 16px;
  }
  .z_hz_swiper li {
    height: 100px;
  }
  .z_index_link {
    display: block;
    padding: 15px 0;
  }
  .z_index_link .tit {
    display: block;
    margin-bottom: 10px;
  }
  .z_footer {
    padding: 0 10px;
  }
  .z_foot_nav {
    display: none;
  }
  .z_foot_addre .tel {
    font-size: 20px;
    line-height: 18px;
  }
  .z_foot_addre .tit {
    line-height: 30px;
  }
  .z_foot_contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .z_footer_top {
    padding: 15px 0;
  }
  .z_footer_btm {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  }
  .z_footer_btm a {
    font-size: 12px;
  }
  .z_foot_code .img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .z_foot_code h3 {
    font-size: 12px;
    line-height: 24px;
  }
  .z_foot_addre .kfbtn {
    height: 35px;
    line-height: 35px;
  }
  .z_other_banner {
    margin-top: 50px;
    height: 35vw;
    position: relative;
  }
  .z_other_pgae {
    margin-top: 0;
  }
  .z_other_banner .text .en, .z_other_banner .text h3 {
    opacity: 1;
    font-size: 18px;
    display: block;
    line-height: 24px;
    transform: translateX(0);
    background-position: 0 100%;
  }
  .z_other_banner .text {
    padding: 0 20px;
  }
  .z_other_banner .text .line {
    display: none;
  }
  .z_other_banner .text h3 {
    font-size: 16px;
  }
  .z_other_banner .text {
    display: block;
  }
  .z_page_nav {
    padding: 0 10px;
      height: 60px;
    line-height: 60px;
    overflow: hidden;
  }
  .z_page_nav li a {
    font-size: 14px;
    padding: 0 15px;
  }
  .z_page_nav li::before {
    height: 1px;
  }
  .z_about_pages .flwarps, .z_about_pages .frwarps {
    width: 100%;
    height: auto;
  }
  .z_about_pages .flwarps {
    padding: 15px;
  }
  .z_about_pages .z_about_tit {
    font-size: 18px;
    text-align: center;
  }
  .z_about_pages .desc {
    font-size: 14px;
    line-height: 24px;
    height: auto;
  }
  .z_about_pages .line {
    margin: 10px auto;
  }
  .z_about_num2 {
    width: 100%;
  }
  .z_about_num2 li {
    width: 33.3%;
    float: left;
    height: auto;
    padding: 10px 0;
    font-size: 12px;flex-wrap: wrap;
  }
  .z_about_num2 li :after, .z_about_num2 li:before {
    z-index: 1
  }
  .z_about_num2 li .timer {
    font-size: 25px;
  }
  .z_about_video {
    position: relative;
    width: 100%;
    height: 60vw;
    right: auto;
    top: auto;
    margin-top: 90px;
  }
    .z_about_num2 li h4{    font-size: 14px;}
  .z_hxyx_about .conwarp, .z_hxyx_about .tit {
    width: 100%;
    opacity: 1;
    transform: translateX(0);
    background-position: 0 100%;
  }
  .z_hxyx_about {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .z_hxyx_about .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .z_about_line {
    margin: 10px auto;
    display: none;
  }
  .z_hxyx_about .desc {
    line-height: 24px;
    font-size: 12px;
  }
  .z_cf_about .conwarp, .z_cf_about .tit {
    width: 100%;
    opacity: 1;
    transform: translateX(0);
    background-position: 0 100%;
  }
  .z_cf_about {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .z_cf_about .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .z_cf_about .desc {
    line-height: 24px;
    font-size: 12px;
  }
  
  .z_system_list ul {
    display: block;
  }
  .z_system_list ul li {
    width: 100%;
    border: none;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .z_system_list ul li .icon {
    height: 40px;
    margin: 0 auto;
  }
  .z_system_list ul li img {
    margin: 0 auto;
  }
  .z_system_list ul li h3 {
    margin: 5px 0;
    font-size: 16px;
  }
  .z_index_tit3 .line {
    display: none;
  }
  .z_hxys_system .z_index_tit3 {
    text-align: center;
  }
  .z_system_case .flwarp {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    height: auto;
  }
  .z_case_btn {
    margin-left: auto;
    margin-top: 0;
  }
  .z_case_btn .iconfont {
    margin-right: 0;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .z_case_swiper .imgbox {
    width: 100%;
    height: 60vw;
  }
  .z_system_case .z_case_swiper {
    width: 100%;
    height: auto;
  }
  .z_case_swiper .conbox {
    width: 100%;
  }
  .z_case_swiper .conbox .imgbg {
    height: 50vw;
    display: none;
  }
  .z_case_swiper .infobox {
    padding: 15px;
  }
  .z_case_swiper .infobox h3 {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .z_advantage {
    padding: 20px 10px;
  }
  .z_adv_list ul {
    margin-left: 0;
  }
  .z_adv_list li {
    width: 50%;
    height: auto;
    margin-left: 0;
    padding: 15px;
  }
  .z_adv_list li .desc {
    line-height: 24px;
    font-size: 13px;
  }
  .z_adv_list li .icon {
    height: 30px;
  }
  .z_adv_list li h3 {
    font-size: 16px;
  }
  .z_gongneng .conwarp {
    display: block;
  }
  .z_gongneng .flwarp {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
  }
  .z_gongneng .conwarp {
    padding-right: 40px;
  }
  .z_gongneng .conwarp::before {
    display: none;
  }
  .z_gongneng .tit {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .z_gongneng {
    padding: 20px 10px;
  }
  .z_gongneng .tit2 {
    margin-left: auto;
    font-size: 16px;
  }
  .z_gongneng_swiper {
    width: 100%;
    position: relative;
    height: 160px;
  }
  .z_gongneng_swiper::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .z_gongneng_swiper li .con {
    width: 60px;
    height: 60px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 10px;
  }
  .z_gongneng_swiper li::before {
    width: 15px;
    height: 15px;
  }
  .z_gongneng .conwarp .next {
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
    right: 0;
    top: auto;
    bottom: 40px;
  }
  .z_gongneng .conwarp .next::before {
    width: 40px;
    height: 40px;
  }
  .z_other_tit h3 {
    font-size: 18px;
  }
  .z_team_pages {
    padding: 0 10px;
  }
  .z_team_list ul {
    margin-left: -2%;
  }
  .z_team_list li {
    width: 48%;
    margin-left: 2%;
    height: 65vw;
    margin-bottom: 8px;
  }
  .z_team_list li .desc {
    margin-top: 8px;
    padding-top: 8px;
  }
  .z_contact_map {
    height: 250px;
    display: none;
  }
  .z_contact_info ul {
    display: block;
  }
  .z_contact_info li {
    width: 100%;
    height: 50px;
  }
  .z_contact_info li.tel h3 a, .z_contact_info li.yx h3 a {
    font-size: 12px;
  }
  .section-padding-bottom {
    padding: 20px 0px;
  }
  .z_contact_info li.dz h3 a {
    font-size: 12px;
  }
  .z_contact_warp {
    padding: 10px;
  }
  .z_contact_info li {
    margin-bottom: 15px;
  }
  .z_contact_info li.dz h3 {
    font-size: 14px;
  }
  .z_contact_info li:last-child {
    margin-bottom: 0;
  }
  .z_contact_code .tit {
    font-size: 16px;
    margin: 15px 0;
  }
  .z_contact_code li {
    margin-right: 10px;
  }
  .z_contact_code li h3 {
    margin-top: 5px;
    font-size: 14px;
  }
  .z_contact_code li img {
    width: 80px;
    height: 80px;
  }
  .product-title {
    font-size: 12px;
    line-height: 1
  }
  .pro-detail-box {
    padding: 0px;
  }
  .item-pic__box {
    width: 100%
  }
  .productList {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .productList_li {
    font-size: 18px;
  }
  .productList_xx {
    height: auto
  }
  .ppro {
    margin-bottom: 15px;
    z-index: 555;
    position: relative;
    display: block
  }
  .widget-title {
    font-size: 16px;
  }
  .mei {
    display: none
  }
  
  .z_honor_list {
    width: 94%;
  }
  .z_honor_list ul {
    margin-left: -2%;
  }
  .z_honor_list li {
    width: 48%;
    margin-left: 2%;
  }
  .z_honor_list li {
    border-width: 2px;
    padding: 5px;
    margin-bottom: 8px;
    height: 230px;
  }
  .z_honor_list li .desc {
    font-size: 14px;
  }
  .z_honor_list li .time {
    font-size: 14px;
  }
  .z_project_page {
    padding: 20px 10px;
  }
  .z_project_page li .imgbox, .z_project_page li .infobox {
    height: auto;
    width: 100%;
  }
  .z_project_page li .imgbox {
    height: 50vw;
  }
  .z_project_page li .imgbox::before {
    display: none;
  }
  .z_project_page li h3 {
    font-size: 15px;
  }
  .z_project_page li span {
    font-size: 13px;
  }
  .z_project_page li .infobox {
    padding: 15px;
  }
  .z_project_page li .titbox {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .z_project_page li .desc {
    line-height: 24px;
    margin: 0;
    font-size: 13px;
  }
  .z_project_page li {
    margin-bottom: 10px;
  }
  .z_pages_bar a {
    margin: 0 2px;
    height: 30px;
    line-height: 26px;
    min-width: auto !important;
    padding: 0 10px;
    font-size: 12px;
  }
  .z_other_tit h4 {
    font-size: 18px;
  }
  .z_honor_list li a {
    padding: 10px;
  }
  .z_honor_list li .infobox {
    padding: 10px;
  }
  .z_news_head {
    padding: 20px 0;
  }
  .z-container {
    width: 94%;
  }
  .z_hotnews_swiper li .imgbox, .z_hotnews_swiper li .infobox {
    width: 100%;
    height: auto;
  }
  .z_hotnews_swiper li .imgbox {
    height: 50vw;
  }
  .z_hotnews_swiper li .infobox {
    padding: 10px;
  }
  .z_hotnews_swiper li .timebox {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .z_hotnews_swiper li .day {
    font-size: 36px;
    padding-bottom: 5px;
    line-height: normal;
  }
  .z_hotnews_swiper li .mon {
    line-height: 20px;
  }
  .z_hotnews_swiper li h3 {
    font-size: 15px;
  }
  .z_hotnews_swiper li .desc {
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    margin: 10px 0;
  }
  .z_hot_btn {
    text-align: center;
  }
  .z_hot_btn span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
  }
  .z_news_list li a {
    padding: 15px 0;
  }
  .z_news_list li h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .z_news_list li h4 {
    font-size: 12px;
  }
  .z_news_list li .timebox {
    position: relative;
    transform: translateY(0);
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
  }
  .z_news_list li .timebox em {
    font-size: 18px;
  }
  .z_pages_bar a .iconfont {
    font-size: 12px;
  }
  .z_hot_btn {
    margin-top: 20px;
  }
  .z_gjia_page {
    padding: 20px 10px;
  }
  .z_detail_page {
    padding: 0 10px;
  }
  .z_detail_page .z-container {
    padding: 10px;
  }
  .z_detail_head h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .z_detail_head .slg {
    display: block;
  }
  .z_detail_head .slg span {
    font-size: 12px;
  }
  .z_detail_head {
    
  }
  .z_share {
    display: none;
  }
  .z_detail_con {
    padding: 15px 0;
    line-height: 24px;
    font-size: 14px;
  }
  .z_topbtm_bar {
    height: 40px;
    padding: 0;
    line-height: 40px;
  }
  .z_topbtm_bar .back {
    width: 40px;
    height: 40px;
  }
  .z_topbtm_bar .iconfont {
    margin: 0 5px;
    font-size: 12px;
  }
  .z_news_frwarp li .imgbox::before, .z_index_video::before {
    display: none;
  }
  .z_product_bg .imgbg {
    background-attachment: inherit;
  }
  .z_index_link .boxa a {
    font-size: 12px;
    border-right-width: 1px;
  }
  .z_system_case .z_case_swiper::before {
    display: none;
  }
  .z_img_hd {
    bottom: 10px;
  }
  .z_honor_list li .icon {
    width: 30px;
    height: 40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .z_honor_list li .year {
    font-size: 16px;
  }
  .z_honor_list li .desc {
    line-height: 24px;
  }
}
.div1600 {
  margin: 0 auto;
  max-width: 90%;
  padding: 0 1em;
}
#footer {
  padding-bottom: 2em;
  padding-top: 4em;
  position: relative;
  background-color: #0b1c60;
  color: #eff5f5;
}
.copyr {
  font-family: "SourceHanSansCN";
  overflow: hidden;
  background-color: #011252;
}
.copyr_mid_1 {
  padding-left: 5em;
  position: relative;
  margin: 1.5em 0;
  margin-top: 2.2em;
}
.copyr_mid_1_left {
  position: absolute;
  left: 0;
  top: 0.22em;
  color: #fff;
  font-size: 0.875em;
}
.copyr_mid_1 a {
  font-size: 0.875em;
  color: #bfd6df;
  padding: 0 1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/footer/img12.png);
}
.copyr_mid_1 a:hover {
  color: #fff;
}
.copyr_mid_1 a:nth-child(2) {
  padding-left: 0;
  background-image: none;
}
.copyr_mid_2 {
  color: #bfd6df;
  font-size: 0.875em;
  text-align: center;
}
.copyr_mid_2 {
  margin: 1.5em 0;
}
.copyr_mid_2 a {
  color: #bfd6df
}
.copyr_mid_2 a:hover {
  color: #fff;
}
#footer a {
  color: #eff5f5;
}
#footer a:hover {
  color: #901d22;
}
.footer_mid_left {
  float: left;
  width: 10%;
}
.footer_mid_right {
  font-family: "SourceHanSansCN";
  float: right;
  width: 28%;
}
.footer_mid_right_mid {
  padding-left: 2.5em;
}
.footer_mid_right_mid_1 {
  font-size: 1.175em;
  margin-bottom: 1em;
  padding-top: 0.5em;
}
.footer_mid_right_mid_2 ul li {
  margin-bottom: 0.4em;
  background-position: left top;
  background-repeat: no-repeat;
}
.footer_mid_right_mid_2 ul li span i {
  padding-right: 10px;
}
.footer_mid_right_mid_2 ul li span {
  font-size: 0.875em;
}
.footer_mid_right_mid_2 {
  padding-bottom: 0;
  border-bottom: 1px #435760 solid;
}
.footer_mid_right_mid_3 {
  margin-top: 0em;
}
.footer_mid_right_mid_3 ul li {
  float: left;
  text-align: center;
  width: 40%;
}
.footer_mid_right_mid_3 ul li:nth-child(1) {
  margin-right: 1.25em;
}
.footer_mid_right_mid_3 img {
  max-width: 100%
}
.footer_mid_right_mid_3_2 {
  font-size: 0.875em;
  margin-top: 0.8em;
}
.footer_mid_left_mid {
  padding-right: 1.875em;
}
.footer_mid_left_mid_2 {
  margin-top: 2.3em;
}
.footer_mid_left_mid_2 a {
  margin-right: 2px;
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_mid_left_mid_2 a img {
  display: none;
  position: absolute;
  width: 112px;
  height: 112px;
  max-width: none;
  left: -42px;
  top: 28px;
}
.footer_mid_left_mid_2 a:hover img {
  display: block;
}
.footer_mid_left_mid_2_link_1 {
  background-image: url(../img/footer/img2.png);
}
.footer_mid_left_mid_2_link_2 {
  background-image: url(../img/footer/img3.png);
}
.footer_mid_left_mid_2_link_3 {
  background-image: url(../img/footer/img4.png);
}
.footer_mid_left_mid_2_link_4 {
  background-image: url(../img/footer/img5.png);
}
.footer_mid_mid_1 {
  font-family: "SourceHanSansCN";
  float: left;
  width: 30.375%;
}
.footer_mid_mid_1_mid {
  padding: 0 2.5em;
  border-left: 1px #435760 solid;
  border-right: 1px #435760 solid;
}
.footer_mid_mid_1_mid_2 .footer_mid_mid_1_mid_2_left {
  float: left;
  width: 50%;
}
.footer_mid_mid_1_mid_2 .footer_mid_mid_1_mid_2_left:nth-child(2) {
  width: 50%;
}
.footer_mid_mid_1_mid_2_left dl dd div {
  padding-right: 1em;
}
.footer_mid_mid_1_mid_2 .footer_mid_mid_1_mid_2_left:nth-child(2) dl dd div {
  padding-right: 0em;
}
.footer_mid_mid_1_mid_2_left dl dd {
  margin-bottom: 0.8em;
}
.footer_mid_mid_1_mid_2_left dl dd div a {
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.875em;
}
.footer_mid_mid_2 {
  font-family: "SourceHanSansCN";
  float: left;
  width: 60%;
}
.footer_mid_mid_2_mid {
  min-height: 23.4125em;
  padding: 0 2.5em;
  border-right: 1px #435760 solid;
}
.footer_mid_mid_2_mid ul li {
  float: left;
  margin: 0 5%;
}
.footer_mid_mid_2_mid ul li:last-child {
  margin-right: 0;
}
.footer_mid_mid_2_mid_1 dl dd a {
  font-family: "SourceHanSansCN-Normal";
  font-size: 0.875em;
}
.footer_mid_mid_2_mid_1 dl dd {
  margin-bottom: 0.8em;
}
.footer_mid_left_mid_1 {
  margin-top: 1em;
}
.f-top {
  padding: 35px 0;
  background-color: #172a88;
  overflow: hidden;
}
.f_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.f_info > div {
  color: #fff;
  line-height: 25px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 0 center;
  float: left\9;
  width: 330px\9;
}
.f_info > div a {
  color: #fff;
}
.f_info h4 {
  color: rgba(255, 255, 255, .4);
  color: #97a4d9 \9;
  font-size: 14px;
  font-weight: normal;
}
.f_hotline {
  background-image: url(../img/icon-f-tele.png);
}
.f_email {
  background-image: url(../img/icon-f-mail.png);
}
.f_address {
  background-image: url(../img/icon-f-addr.png);
}
.wp {
  max-width: 90%;
  margin: 0 auto;
}
.com-biaoti .dn1 {
  color: #0b0205;
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px;
}
.com-biaoti .dn2 {
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
}
.case-bot1 {
  padding: 66px 0 36px;
}
.case-bot1 .bot1 .blo-box {
  width: 24.5%;
  position: relative;
}
.case-bot1 .bot1 .blo-box .a1 {
  display: block;
  width: 100%;
  height: 100%;
}
.case-bot1 .bot1 .blo-box .dn-top {
  overflow: hidden;
  position: relative;
  border: 1px solid #ebe9e9;
}
.case-bot1 .bot1 .blo-box .dn-top .dn-logo {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  bottom: -130px;
  left: 0;
  text-align: center;
  height: 110px;
  line-height: 110px;
  transition: all .4s .05s ease;
  opacity: 0;
}
.case-bot1 .bot1 .blo-box .dn-top .dn-logo img {
  vertical-align: middle;
  max-height: 100%;
}
.case-bot1 .bot1 .blo-box:hover .dn-top .dn-logo {
  opacity: 1;
  bottom: 0;
}
.case-bot1 .bot1 .blo-box .dn-bot {
  background: #F6F6F6;
  padding: 25px 42px;
  position: relative;
  color: #0b0205;
  font-size: 15px;
  overflow: hidden;
  transition: all .4s ease;
}
.case-bot1 .bot1 .blo-box:hover .dn-bot {
  color: #ffffff;
}
.case-bot1 .bot1 .blo-box .dn-bot .dn1 {
  position: relative;
  z-index: 2;
}
.case-bot1 .bot1 .blo-box .dn-bot i {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -9px 0 0;
  display: inline-block;
}
.case-bot1 .bot1 .blo-box .dn-bot:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  opacity: 0;
  left: 0;
  background: #172a88;
  transition: all .4s ease;
}
.case-bot1 .bot1 .blo-box:hover .dn-bot:before {
  bottom: 0;
  opacity: 1;
}
.case-bot1 .bot1 .blo-box:hover .dn-top .img-box {
  transform: scale(1.05);
}
.conta {
  width: 92%;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.conta2 {
  width: 76%;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.blo-box {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  position: relative;
}
.img-box {
  display: block;
  width: 100%;
  height: 288px;
  transition: all 0.4s ease;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.more11 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
.nbom {
  display: none;
}
.inde-jianc .dn-lower .blo-box {
  width: 23%;
  height: 15vw;
  margin: 0.8%;
  border: 1px solid #d1d1d1;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.inde-jianc .dn-lower .blo-box:hover .com-bg1 {
  opacity: 1;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen1 {
  width: auto;
  height: auto;
  padding: 1vw;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen1 .dp-img1 .img1 {
  display: none;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen1 .dp-img1 .img2 {
  display: inline-block;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen2 {
  justify-content: flex-start;
  background: url("../img/jiance_h.png") no-repeat center / cover;
}
.inde-jianc .dn-lower .blo-box:hover .dn-wen2 .dp-nei2 {
  display: none;
}
.inde-jianc .dn-lower .blo-box .com-bg1 {
  opacity: 1;
}
.inde-jianc .dn-lower .blo-box .dn-wen1 {
  position: absolute;
  z-index: 5;
  width: 100%;
  /* height: 100%; */
  bottom: 5px;
  /* left: 0; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inde-jianc .dn-lower .blo-box .dn-wen1 .dp-img1 img {
  height: 3vw;
}
.inde-jianc .dn-lower .blo-box .dn-wen1 .dp-img1 .img2 {
  display: none;
}
.inde-jianc .dn-lower .blo-box .dn-wen1 .dp1 {
  font-size: 14px;
  margin: 0.5vw 0 0;
  color: #fff;
  text-shadow: #666 1px 0 0, #666 0 1px 0, #666 -1px 0 0, #666 0 -1px 0;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1vw;
  transition: all 0.3s ease;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei {
  color: #ffffff;
  display: none;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei p {
  margin: 0.5vw 0 0;
  display: flex;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei p b {
  width: 14px;
  height: 2px;
  background: #ffffff;
  margin: 0 8px 0 0;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei2 {
  color: #769662;
  font-weight: bold;
}
.inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei2 i {
  font-size: 24px;
}
.com-bg1 {
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:980px) {
  .case-bot1 {
    padding: 36px 0 26px;
  }
  .com-biaoti .dn1 {
    color: #0b0205;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
  }
  .case-bot1 .bot1 .blo-box {
    width: 49%;
    position: relative;
  }
  .case-bot1 .bot1 .blo-box .a1 {
    display: block;
    width: 100%;
    height: 100%;
  }
  .case-bot1 .bot1 .blo-box .dn-top {
    overflow: hidden;
    position: relative;
    border: 1px solid #ebe9e9;
  }
  .case-bot1 .bot1 .blo-box .dn-top .dn-logo {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    bottom: -130px;
    left: 0;
    text-align: center;
    height: 110px;
    line-height: 110px;
    transition: all .4s .05s ease;
    opacity: 0;
  }
  .case-bot1 .bot1 .blo-box .dn-top .dn-logo img {
    vertical-align: middle;
    max-height: 100%;
  }
  .case-bot1 .bot1 .blo-box:hover .dn-top .dn-logo {
    opacity: 1;
    bottom: 0;
  }
  .case-bot1 .bot1 .blo-box .dn-bot {
    background: #F6F6F6;
    padding: 5px 8px;
    position: relative;
    color: #0b0205;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    transition: all .4s ease;
  }
  .case-bot1 .bot1 .blo-box:hover .dn-bot {
    color: #ffffff;
  }
  .case-bot1 .bot1 .blo-box .dn-bot .dn1 {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .case-bot1 .bot1 .blo-box .dn-bot i {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -7px 0px 0;
    display: inline-block;
    opacity: 0;
  }
  .case-bot1 .bot1 .blo-box .dn-bot:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    opacity: 0;
    left: 0;
    background: #172a88;
    transition: all .4s ease;
  }
  .case-bot1 .bot1 .blo-box:hover .dn-bot:before {
    bottom: 0;
    opacity: 1;
  }
  .case-bot1 .bot1 .blo-box:hover .dn-top .img-box {
    transform: scale(1.05);
  }
  .img-box {
    display: block;
    width: 100%;
    height: 128px;
    transition: all 0.4s ease;
  }
  .more11 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
  .nbom {
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    left: 0;
    z-index: 100000000000;
    display: block;
  }
  .nbom .w1 {
    position: relative;
    background: repeating-linear-gradient(#ffffff, #f5f5f5, #ffffff);
    height: 60px;
    border-top: 1px solid #ededed;
  }
  .nbom .nav-bom {
    height: 60px;
  }
  .nbom .nav-bom li {
    height: 60px;
    float: left;
    width: 25%;
    border-right: 1px solid #ededed;
  }
  .nbom .nav-bom li.li-1 {}
  .nbom .nav-bom li a {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.8rem;
    text-align: center;
    position: relative;
    padding: 0;
    height: 60px;
    display: block;
  }
  .nbom .nav-bom li i {
    display: block;
    width: 22%;
    margin: 0 auto 0;
    font-size: 1rem;
  }
  .nbom .nav-bom li i img {
    width: 100%;
  }
  .nbom .nav-bom li a:hover {
    color: #000;
    transition-duration: 0.6s;
    text-decoration: none;
  }
  .nbom .nav-bom li.none {}
  .inde-jianc .dn-lower .blo-box {
    width: 47%;
    height: 25vw;
    margin: 0.8%;
    border: 1px solid #d1d1d1;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
  }
  .inde-jianc .dn-lower .blo-box:hover .com-bg1 {
    opacity: 1;
  }
  .inde-jianc .dn-lower .blo-box:hover .dn-wen1 {
    width: auto;
    height: auto;
    padding: 1vw;
  }
  .inde-jianc .dn-lower .blo-box:hover .dn-wen1 .dp-img1 .img1 {
    display: none;
  }
  .inde-jianc .dn-lower .blo-box:hover .dn-wen1 .dp-img1 .img2 {
    display: inline-block;
  }
  .inde-jianc .dn-lower .blo-box:hover .dn-wen2 {
    justify-content: flex-start;
    background: url("../img/jiance_h.png") no-repeat center / cover;
  }
  .inde-jianc .dn-lower .blo-box:hover .dn-wen2 .dp-nei2 {
    display: none;
  }
  .inde-jianc .dn-lower .blo-box .com-bg1 {
    opacity: 1;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen1 {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen1 .dp-img1 img {
    height: 3vw;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen1 .dp-img1 .img2 {
    display: none;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen1 .dp1 {
    font-size: 14px;
    margin: 0.5vw 0 0;
    color: #fff;
    text-shadow: #666 1px 0 0, #666 0 1px 0, #666 -1px 0 0, #666 0 -1px 0;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 1vw;
    transition: all 0.3s ease;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei {
    color: #ffffff;
    display: none;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei p {
    margin: 0.5vw 0 0;
    display: flex;
    align-items: center;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei p b {
    width: 14px;
    height: 2px;
    background: #ffffff;
    margin: 0 8px 0 0;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei2 {
    color: #769662;
    font-weight: bold;
  }
  .inde-jianc .dn-lower .blo-box .dn-wen2 .dp-nei2 i {
    font-size: 24px;
  }
  .com-bg1 {
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-position: center;
  }
}
.footer_mid_right_mid_1 i {
  display: none;
}
.z_index_about{ padding: 5vw 0; overflow: hidden; padding-bottom: 0;}
.z_about_info{  z-index: 1; padding-bottom: 12vw;}
.z_about_info .warps{ position: relative;width: 75vw; padding-left: 4.6875vw; border-left: 2px solid #E5E5E5; margin: 0 auto; position: relative;}
.z_about_info .smallen{display: inline-block;
  writing-mode: vertical-lr;  white-space: nowrap;
  -ms-writing-mode: vertical-lr;
  writing-mode: tb-lr;color: #244980; font-size: 1.25vw; top: 100%; text-transform: uppercase; position: absolute; left: -7.5vw;}
  .z_about_info .h3{font-size: 2.08333vw;font-weight: bold;color: #0F000B;line-height: 2.5vw; width: 36vw; margin-bottom: 2vw;}
  .z_about_info .desc{ width: 100%;margin-right: 3%; font-size: 15px;line-height: 30px; font-weight: 500;color: #4B4B4B;}
  .z_index_more{ width: 8vw; position: relative;
    height:2.5vw;color: #244980; font-size: 16px;z-index: 1;
    border: 2px solid #244980; display: flex; align-items: center; justify-content: center; padding: 0 1vw; box-sizing: border-box;}
    .z_index_more .iconfont{ margin-left: auto;font-size: 0.9vw;}
    .z_index_more::before{ content: ""; display: block; width:0;height: 100%; position: absolute; left: 0;top: 0; transition: ease 1s;background:#244980;}
    .z_index_more:hover::before{ width: 100%;color: #fff;}
    .z_index_more:hover{ color: #fff;}

    .z_about_lz{width: 100vw;height: 20vw; position: relative; }
    .z_about_lz::before{ content: ""; display: block; width: 50%; height: 100%; background: rgba(36, 75, 128, .1); position: absolute; left: 0; top: 0; z-index: 1;}
    .z_about_box{ width: 81.25vw; height: 24vw; position: absolute; right: 0; top: -8.75vw;}
    .z_about_num{ position: absolute; left: 0; top: 0; width:62.5vw; background: url(../img/bg2.png) no-repeat center; background-size: cover; display: flex; align-items: center; height: 14.0625vw; color: #fff;}
    .z_about_num ul{ display: flex; padding: 0 6vw; justify-content: space-between; width: 100%; box-sizing: border-box;align-items: flex-start;color: #FFFFFF;}
    .z_about_num li h4{ width: 100%; font-size: 0.9375vw;}
    .z_about_num li .timer{font-size: 3.95833vw;font-family: DINPro;font-weight: bold;}
    .z_about_num li{ max-width: 33.3%;}

    .index_pro{ padding:5vw 0px 2vw;background:#f5f5f5;     position: relative;
      z-index: 2;}
      .index_pro ul{ margin-left: -3.3%; margin-top: 40px; margin-bottom: 160px;}
      .index_pro ul li{ width: 30%; float: left; margin-left: 3.3%; height:340px; position: relative;  }
      .index_pro ul li .img{ width: 100%; height: 100%;border-radius: 10px; overflow: hidden;}
      .index_pro ul li .img img{ width: 100%; height: 100%; transition: all .8s;}
      .index_pro ul li:hover .img img{ transform: scale(1.1,1.1);}
      .index_pro ul li:hover .info{ transform: translateY(0);}
      .index_pro .info{ width: 85%; background: linear-gradient(to right, #172a88 ,#244980); /* 标准的语法 */ position: absolute; right: 0; bottom: 0; transition: all .8s; transform: translateY(120px); padding: 30px; box-sizing: border-box; color: #fff;border-radius: 10px 0  0 10px;}
      .index_pro .info .tit{ font-size: 18px; margin-bottom: 6px;}
      .index_pro .info en{ font-family: arial;}
      .index_pro .info .ellipsis2{ height:48px ; line-height: 24px; margin: 10px 0;}
      .index_pro .info .add{ font-weight: bold;font-size: 20px; display: block; width: 30px; height: 30px; transition: all. 8s; line-height: 30px; text-align: center; border-radius: 50%; }
      .index_pro li:hover .add{ background:#00C2A0;}
      .index_tit{ font-size: 28px; position: relative;}
      .index_tit h3{     font-size: 2.08333vw;
        font-weight: bold;
        color: #0F000B;
        line-height: 2.5vw;}
        .see_more{display:block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}


        .homeStufft{background: #e9edf2;padding:3vw 0;  position: relative;  z-index: 2;}
        .homeStufft_t{align-items:center;}
        .homeStufft_t .homeStufft_title{padding-right:8vw;}
        .homeStufft_t .homeStufft_title h3{font-size: 2.08333vw; font-weight: bold; color: #0F000B;
          line-height: 2.5vw;}
          .homeStufft_t .homeStufft_title p{font-size:15px;line-height:32px;}


          .services-section-three{
           position:relative;
           padding: 20px 0px 0px;
           
         }


/* Services Block Three */

.services-block-three{
	position:relative;
	margin-bottom:20px;
}

.services-block-three .inner-box{
	position:relative;
	display:block;
}

.services-block-three .inner-box .image{
	position:relative;
	display: block;
	overflow: hidden;
}

.services-block-three .inner-box .image a{
	position: relative;
	display: block;
}

.services-block-three .inner-box .image a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #172a88;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index: 1;
}

.services-block-three .inner-box:hover .image a:before{
	opacity: 0.70;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.services-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-three .inner-box:hover .image img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.services-block-three .inner-box .lower-content{
	position:relative;
 padding-top: 10px;
 text-align: center;
}

.services-block-three .inner-box .lower-content h3{
	position:relative;
	font-size:22px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:10px;
}

.services-block-three .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-three .inner-box .lower-content h3 a:hover{
	color:#172a88;

}

.services-block-three .inner-box .text{
	margin-bottom:40px;	
}

.services-block-three .inner-box .lower-content .text{
	position:relative;
	font-size:16px;
	line-height:1.3em;
	color:#555555;
	margin-bottom: 0px;
	min-height: 90px;
}

.services-block-three .inner-box .text p{
	margin-bottom:25px;	
}

.services-block-three .inner-box .lower-content .read-more{
	position:relative;
	color:#555555;
	font-weight:700;
	font-size: 14px;
	display:inline-block;
	text-transform:uppercase;

	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-three .inner-box .lower-content .read-more .fas{
	position:relative;
	font-size:16px;
	font-weight:700;
	padding-left:5px;
	color:#001e57;
}

.services-block-three .inner-box .lower-content .read-more:hover{
	color:#172a88;
}


.news-section-two{
	position:relative;
	padding:70px 0px 70px;
  background-image: url(../img/6.jpg);    background-size: cover;
}

.news-section-two .sec-title{
	margin-bottom:35px;
}

.news-section-two .sec-title .text{
	position:relative;
	font-size:16px;
	line-height:60px;
	margin-top:0px;

	color:#000;
}

.auto-container{
	position:static;
	max-width:85%;

	margin:0 auto;
}

.container1{
  position:static;
  width:85%;

  margin:0 auto;
}

.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:25px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #afafaf;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sec-title h2{
	position: relative;
	display: block;
 font-size: 2.08333vw;
 font-weight: bold;
 line-height: 1.2em;
 color: #172a88;

 padding-bottom:25px;text-align: center;    text-transform: uppercase;
}



.sec-title.light h2{
	color: #000;
}

.sec-title.light h2:after{
	background-color:#ffffff;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h2:before{
	left:50%;
	margin-left:-60px;
}

.sec-title.centered h2:after{
	left:50%;
	margin-left:-60px;
}

.news-section-two .owl-nav{
  position: absolute;
  width: 117%;
  margin-left: -100px;
  top: 180px;z-index: -1;

}

.news-section-two .owl-nav .owl-prev{
	position:relative;display: inline-block;
	color:#ffffff;background: #172a88;
  border-color: #172a88;
  font-size:20px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;    left: 0px;
}

.news-section-two .owl-nav .owl-next{
	position:relative;
	color:#ffffff;background: #172a88;
  border-color: #172a88;
  font-size:20px;
  right: 0px;
  margin-left:92%;
  display:inline-block;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  border-left:1px solid rgba(255,255,255,0.20);
}
.news-section-two .owl-nav  .owl-prev,
.news-section-two .owl-nav  .owl-next{
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	text-align: center;
	border:1px solid #e0e0e0;
	line-height: 50px;
	color: #172a88;
	font-size: 18px;
	
	border-radius: 50%;background: rgba(255,255,255,0.7);
}

.news-section-two .owl-nav  .owl-prev:hover,
.news-section-two .owl-nav  .owl-next:hover{
	color: #ffffff;
	background: rgba(23,42,136,0.8);
	border-color: #172a88;
}

.news-block-four{
	position: relative;
}

.news-block-four .inner-box{
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;    
}

.news-block-four .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.news-block-four .image img{
	position: relative;
	display: block;
	width: 100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-four:hover .image img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.90;
}

.news-block-four .lower-content{
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 20px 0px;
	background:rgba(21,166,233,0);height:60px;line-height: 60px;
}
.news-block-four .lower-content h3{
	position: relative;
	max-width: 300px;
	margin: 0 auto;text-align: center;
	
	font-weight: 600;
	color: #000;
}

.news-block-four .lower-content h3 a{
	color: #000;
}

.news-block-four .lower-content h3 a:hover{

}
.w_all{
	width:85%;
	margin:auto;
}
.index_bar3{
	padding: 5% 0 5%;
}
.index_bar3 .box{
	display: flex;
	justify-content: space-between;
}
.index_bar3 ul{
	width: 64%;
	display: flex;
	flex-wrap: wrap;
	margin-top: -3%;
}
.index_bar3 ul li{
	width: 25%;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	position: relative;    padding: 20px;
}
.index_bar3 ul li:before{
	content: "";
	position: absolute;
	left: -4px;
	top: -4px;
	background: url(../img/star.png) no-repeat center/contain;
	width: 7px;
	height: 7px;
}
.index_bar3 ul li:nth-of-type(4n){
	border-right: none;
}
.index_bar3 ul li:nth-child(-n+4){
	border-top: none;
}
.index_bar3 ul li:nth-child(-n+4):before{
	display: none;
}
.index_bar3 ul li img{
	width: 80%;
	display: block;margin: auto;
}
.index_bar3 .right{
	width: 26%;
	position: relative;
}
.index_bar3 .right .bg{
	color: #f2f2f2;
	font-size: 40rem;
	position: absolute;
	left: -12%;
	top: -55%;
	font-family: "en";
	line-height: 1;
}
.title2 h4{
	padding-left: 50px;
}
.title2 h4:before{
	left: 0;
	bottom: 60%;
	-webkit-transform: none;
	transform: none;
}

@media screen and (max-width:1366px) {
  .footer_mid_right_mid {
    padding-left: 1em;
  }
  .footer_mid_left_mid {
    padding-right: 1em;
  }
  .footer_mid_mid_1_mid {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer_mid_mid_2_mid {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer_mid_right {
    width: 19%;
  }
  .footer_mid_mid_2 {
    
  }
  .footer_mid_mid_2_mid ul li {
    width: 33%;
    margin: 0;
  }
  .footer_mid_mid_2_mid_1 dl {
    padding-right: 1em;
  }
}
@media screen and (max-width:1220px) {
  .about_1_left_menu, .about_1_right {
    margin-top: 2em;
  }
  .about_1_right_mid_2 {
    margin: 2em 0;
  }
  .about_1_right_mid_1_left_2, .about_1_right_mid_1_left_1 span i {
    font-size: 1.25em;
  }
  .about_1_left_menu ul li a {
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .nybanner_footer_left_mid span {
    font-size: 2em;
  }
  .nybanner_footer_right {
    display: none;
  }
  .nybanner_footer_left {
    width: auto;
  }
  .nybanner_footer {
    height: 100%;
  }
  .hidemenu_mid p {
    font-size: 1.125em;
  }
  .hidemenu_mid dl dd a {
    font-size: 0.875em;
  }
  .hidemenu_mid dl dd {
    margin-bottom: 0.5em;
  }
  #footer {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .footer_mid_left,.footer_mid_mid_2,.footer_mid_right {
    display: none;
  }
  .footer_mid_mid_1 {
    width: 50%;
  }
  .footer_mid_mid_2 {
    width: 50%;
  }
  .footer_mid_mid_1_mid {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .footer_mid_mid_2_mid {
    min-height: inherit;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px){
	.z_logo{margin-left: 3%}
	.z_header_fr{margin-right: 3%}
	
}





@media screen and (max-width: 1090px) {
  #footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .footer_mid_mid_2_mid_1 dl {
    padding-right: 0;
    display: none;
  }
  .footer_mid_mid_2_mid ul li.on .footer_mid_mid_2_mid_1 dl {
    display: block;
  }
  .footer_mid_mid_1_mid_2 {
    display: none
  }
  .footer_mid_mid_1_mid.on .footer_mid_mid_1_mid_2 {
    display: block;
  }
  .footer_mid_mid_2_mid_1 dl dd a {
    font-family: "SourceHanSansCN-Normal";
    font-size: 0.875em;
  }
  .footer_mid_mid_1_mid_2_left dl dd div a {
    font-size: 1em;
  }
  .footer_mid_right_mid_1 {
    margin-bottom: 0.5em;
    font-size: 1.125em;
    border-bottom: 1px #435760 solid;
    padding-bottom: 0.5em;
    position: relative;
  }
  .footer_mid_mid_1_mid_2_left dl dd div {
    padding-right: 0;
  }
  .footer_mid_mid_2_mid ul li {
    width: 100%;
  }
  .footer_mid_mid_1_mid_2 .footer_mid_mid_1_mid_2_left {
    width: 100%;
  }
  .footer_mid_mid_1 {
    width: 100%;
  }
  .footer_mid_mid_2 {
    width: 100%;
  }
}


.z_other_banner {

  position: relative;

  overflow: hidden;

  margin-top: 0vw;height:28vw;

}

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

  .z_other_banner {

    margin-top: 54px;    height: 40vw;

  }

}

.z_other_banner .imgbg {

  height: 28vw;

}

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

  .z_other_banner .imgbg {

      height: 40vw;

  }

}

.z_other_banner .z_text {

  position: absolute;

  left: 0;

  bottom: 7.2916666667vw;

  padding: 0 8%;

  z-index: 1;

  color: #fff;

}

.z_other_banner .z_text .en {

  font-size: 2vw;

  line-height: 2.6041666667vw;

  opacity: 0.8;

}

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

  .z_other_banner .z_text .en {

    font-size: 20px;

  }

}

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

  .z_other_banner .z_text .en {

    line-height: 24px;

  }

}

.z_other_banner .z_text .cn {

  font-size: 1.6666666667vw;    font-weight: bold;

}

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

  .z_other_banner .z_text .cn {

    font-size: 20px;

  }

}

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

  .z_other_banner .z_text {

    padding: 0px 12px;

    bottom: 20px;

  }

}




.z_pages_warp {

  background: #fff;

  border-bottom: 1px solid #F1F1F1;

  align-items: center;

  justify-content: space-between;

  padding: 0 8%;
  position: relative;

  overflow: unset;

}

.z_pages_warp .z_page_nav a {

  display: inline-block;

  position: relative;

  padding: 1.3020833333vw 0;

  position: relative;

  color: #888888;

  font-size: 0.8333333333vw;

  margin-right: 2.0833333333vw;

}

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

  .z_pages_warp .z_page_nav a {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

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

  .z_pages_warp .z_page_nav a {

    font-size: 14px;

  }

}

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

  .z_pages_warp .z_page_nav a {

    margin-right: 0;

  }

}

.z_pages_warp .z_page_nav a::before {

  height: 4px;

  background: #F39800;

  left: 50%;

  width: 0;

  transition: ease 1s;

  top: auto;

  bottom: 0;

  z-index: 1;

}

.z_pages_warp .z_page_nav a.active, .z_pages_warp .z_page_nav a:hover {

  color: #555;

}

.z_pages_warp .z_page_nav a.active::before, .z_pages_warp .z_page_nav a:hover::before {

  width: 100%;

  left: 0;

}

.z_pages_warp .z_page_wz {

  display: flex;

  align-items: center;

  color: #888888;

  position: relative;

  z-index: 1;font-size: 14px;

}
.z_pages_warp .z_page_wz i{padding-right: 10px;}
.z_pages_warp .z_page_wz img {

  display: block;

}

.z_pages_warp .z_page_wz a {

  color: #888888;    font-size:14px;

}

.z_pages_warp .z_page_wz a.active, .z_pages_warp .z_page_wz a:hover {

  color: #F39800;

}

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

  .z_pages_warp {

    padding: 0;

  }

  .z_pages_warp .z_page_wz {

    display: none;

  }

  .z_pages_warp .z_page_nav {

    text-align: center;

    display: flex;    width: 100%;

  }

  .z_pages_warp .z_page_nav a {

       width: 50%;padding: 0;font-size: 18px;
    font-weight: bold;
    color: #000;

    flex: 1;

  }

  .z_pages_warp .z_page_nav a::before {

    height: 2px;

  }

}

.z_flex_warp {

  display: flex;

  overflow: hidden;

}


.z_about_jj {

  align-items: flex-end;

  justify-content: space-between;

}

.z_about_jj .flcon {

  width: 100%;    

}

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

  .z_about_jj .flcon {

    width: 100%;    padding-top: 20px;

  }

}

.z_about_jj .flcon .cn {

  font-size: 1.5625vw;

}

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

  .z_about_jj .flcon .cn {

    font-size: 20px;

  }

}

.z_about_jj .flcon .num {

  font-size: 2.05vw;
    font-weight: bold;
    color: #0F000B;

  text-transform: uppercase;

}

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

  .z_about_jj .flcon .num {

    font-size: 20px;

  }

}

.z_about_jj .flcon .desc {

  font-weight: 400;

  color: #666666;

  line-height: 26px;

  margin-top: 2.0833333333vw;

  margin-bottom: 2.6041666667vw;

}

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

  .z_about_jj .flcon .desc {

    margin-top: 10px;

  }

}

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

  .z_about_jj .flcon .desc {

    margin-bottom: 10px;    font-size: 14px;

  }

}

.z_about_jj .flcon .go {

  display: inline-block;

  background: #F39800;

  color: #fff;

  height: 2.9166666667vw;

  border-radius: 27px;

  padding: 0 1.5625vw;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 10.4166666667vw;

  justify-content: space-between;

}

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

  .z_about_jj .flcon .go {

    height: 40px;

  }

}

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

  .z_about_jj .flcon .go {

    width: auto;

  }

}

.z_about_jj .flcon .go .iconfont {

  margin-left: 1.0416666667vw;

}

.z_about_jj .frcon {

  width: 35.5208333333vw;

}

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

  .z_about_jj .frcon {

    width: 100%;

  }

}

.z_about_jj .frcon .slg {

  font-size: 1.875vw;

  font-weight: 300;

  color: #333333;

  line-height: 2.3958333333vw;

}

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

  .z_about_jj .frcon .slg {

    font-size: 18px;

  }

}

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

  .z_about_jj .frcon .slg {

    line-height: 24px;

  }

}

.z_about_jj .frcon .ts {

  text-align: right;

  color: #666666;

  opacity: 0.5;

  margin-top: 1.5625vw;

  margin-bottom: 5px;

}

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

  .z_about_jj .frcon .ts {

    margin-top: 20px;

  }

}

.z_about_jj .frcon ul {

  display: flex;

  justify-content: space-between;

}

.z_about_jj .frcon li {

  width: 11.4583333333vw;

  height: 9.375vw;

  background: linear-gradient(0deg, #F59D0B 0%, #FEB843 100%);

  border-radius: 6px;

  display: flex;

  align-items: flex-end;

  padding: 15px;

  color: rgba(255, 255, 255, 0.6);

}

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

  .z_about_jj .frcon li {

    width: 100%;

    height: auto;

  }

}

.z_about_jj .frcon li:nth-child(2) {

  background: linear-gradient(0deg, #3A93EA 0%, #7EBEFE 99%);

}

.z_about_jj .frcon li:nth-child(3) {

  background: linear-gradient(0deg, #27C6C7 0%, #2DDEDF 99%);

}

.z_about_jj .frcon li h3 {

  margin-bottom: 5px;

}

.z_about_jj .frcon li .timer {

  font-size: 1.5625vw;

  font-family: Montserrat;

  font-weight: bold;

  color: #fff;

}

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

  .z_about_jj .frcon li .timer {

    font-size: 20px;

  }

}

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

  .z_about_jj .flcon .go {

    padding: 0 20px;

  }

  .z_about_jj .frcon {

    margin-top: 30px;

  }

  .z_about_jj .frcon ul {

    display: block;

  }

  .z_about_jj .frcon li {

    margin-bottom: 10px;

  }

}


.lazy {

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  background-position: bottom center;

  position: absolute;

  z-index: -1;

  left: 0;

  top: 0;

  background-attachment: fixed;

}

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

  .lazy {

    background-attachment: inherit;

  }

}


.z_about_wh {

  position: relative;

}

.z_about_wh .flcon {

  width: 56.5%;

  height: 45.8333333333vw;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

}

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

  .z_about_wh .flcon {

    width: 100%;

  }

}

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

  .z_about_wh .flcon {

    height: auto;

  }

}

.z_about_wh .flcon .z_index_tit {

  position: absolute;

  left: 15%;

  top: 5.2083333333vw;    color: #fff;

}

.z_about_wh .z_white_box {

  width: 28.0208333333vw;

  height: 28.0208333333vw;

  border-radius: 50%;

  overflow: hidden;

  border: 14px solid rgba(255, 255, 255, 0.37);

  margin-top: 5.2083333333vw;

}

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

  .z_about_wh .z_white_box {

    width: 90vw;

    height: 90vw;

  }

}

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

  .z_about_wh .z_white_box {

    margin-top: 30px;

  }

}

.z_about_wh .z_wh_swiper {

  width: 100%;

  height: 100%;

  border-radius: 50%;

  overflow: hidden;

  background: #fff;

}

.z_about_wh .z_wh_swiper li {

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 2.6041666667vw;

  text-align: center;

}

.z_about_wh .z_wh_swiper li h3 {

  font-size: 1.3541666667vw;

}

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

  .z_about_wh .z_wh_swiper li h3 {

    font-size: 16px;

  }

}

.z_about_wh .z_wh_swiper li .line {

  width: 36px;

  height: 5px;

  width: 1.875vw;

  height: 0.2604166667vw;

  background: #0b1c60;

  margin: 0 auto;

  margin-top: 1.0416666667vw;

  margin-bottom: 1.0416666667vw;

}

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

  .z_about_wh .z_wh_swiper li .line {

    width: 20px;

    height: 2px;

  }

}

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

  .z_about_wh .z_wh_swiper li .line {

    margin-top: 10px;

  }

}

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

  .z_about_wh .z_wh_swiper li .line {

    margin-bottom: 10px;

  }

}

.z_about_wh .z_wh_swiper li .desc {

  max-height: 9.375vw;

  overflow-y: auto;

  color: #666666;

  line-height: 1.3541666667vw;

  font-size:1.0666666667vw;
  text-align: justify;

}

.z_about_wh .z_wh_swiper li:first-child .desc{font-size:16px;}
#min209 .z_wh_swiper li .desc{font-size: 14px!important;}
@media screen and (max-width: 1680px) {

  .z_about_wh .z_wh_swiper li .desc {

    line-height: 1.5708333333vw;

  }

}

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

  .z_about_wh .z_wh_swiper li .desc {

    line-height: 20px;

  font-size:14px !important;

  }

}

.z_about_wh .frcon {

  width: 44.5%;

  height: 45.8333333333vw;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  justify-content: flex-start;

}

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

  .z_about_wh .frcon {

    width: 100%;

  }

  .z_share{display:none;}

}

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

  .z_about_wh .frcon {

    height: auto;

  }

}

.z_about_wh .frcon li {

  background: rgba(255, 255, 255, 0.08);

  width: 38.2291666667vw;

  height: 6.7708333333vw;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  padding: 0 2.34375vw;

  display: flex;

  align-items: center;

  cursor: pointer;

  color: #fff;

  position: relative;

  z-index: 1;

}

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

  .z_about_wh .frcon li {

    width: 100%;

    height: 80px;

  }

}

.z_about_wh .frcon li:last-child {

  border-bottom: none;

}

.z_about_wh .frcon li h3 {

        font-size: 1vw;
    font-weight: bold;
  

}

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

  .z_about_wh .frcon li h3 {

    font-size: 16px;

  }

}

.z_about_wh .frcon li .num {

  font-size: 2.6041666667vw;

  font-family: Montserrat;

  font-weight: bold;

  color: #FFFFFF;

  opacity: 0.32;

  margin-right: 2.34375vw;

  transition: color 1s;

}

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

  .z_about_wh .frcon li .num {

    font-size: 20px;

  }

}

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

  .z_about_wh .frcon li .num {

    margin-right: 10px;

  }

}

.z_about_wh .frcon li .en {

  font-size: 0.75vw;

  font-family: Montserrat;

}

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

  .z_about_wh .frcon li .en {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

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

  .z_about_wh .frcon li .en {

    font-size: 14px;

  }

}
.z_about_wh .frcon li {
  position: relative; /* 给伪元素定位做参考 */

}

.z_about_wh .frcon li::before {
  content: ''; /* 核心：伪元素必须有content */
  display: block; /* 块级才能设置宽高 */
  position: absolute; /* 脱离文档流 */
  height: 100%; /* 高度和li一致 */
  width: calc(100% + 3.4375vw);
  background: url(../img/bg66.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  border-radius: 6px 0px 0px 6px;
      left: -3.4375vw;
  transition: all 0.5s ease; /* 缩短过渡，和JS同步 */
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform: translateX(3.4375vw);
}

.z_about_wh .frcon li.active::before {
  transform: translateX(0);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

/* 移动端适配 */
@media screen and (max-width: 980px) {
  .z_about_wh .frcon li::before {
    width: 100%;
    left: 0;
    transform: translateX(0);
    border-radius: 0;
  }
}


.z_about_wh .frcon li.active {

  color: #333;

}

.z_about_wh .frcon li.active .en {


}

.z_about_wh .frcon li.active .num {

  display: inline-block;

  background: linear-gradient(0deg, #0b1c60 0%, #0b1c60 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  opacity: 1;

}

.z_about_wh .frcon li.active::before {

  transform: translateX(0);

  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);

}

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

  .z_about_wh .flcon {

    padding: 35px 12px;

    padding-top: 70px;

  }

  .z_about_wh .flcon .z_index_tit {

    left: 12px;

    top: 20px;

    margin-bottom: 30px;

  }

  .z_about_wh .z_wh_swiper li .desc {

    max-height: 36vw;

  }

  .z_about_wh .frcon {

    height: auto;

  }

  .z_about_wh .frcon ul {

    width: 100%;

  }

  .z_about_wh .frcon ul li:before {

    width: 100%;

    transform: translateX(0);

    left: 0;

    border-radius: 0;

  }

}

.w1200{  width: 85%;margin: 0 auto;}

.n_nav_box{height: 70px;line-height: 70px;position:relative;border-bottom: #e8e8e8 1px solid;}
.position{height: 72px;line-height: 72px;left: 0px;bottom: 0;color: #9c9ca0;padding-left: 17px;font-size:14px;background: url(../images/home_icon.png) left 30px no-repeat;}
.position span, .position a, .position i{font-size: 14px;color: #5b5b5b;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i{margin: 0px 10px 0 8px;font-style:normal;}
.position i img{vertical-align:middle;margin-top: -2px;}
.position em{font-size: 14px;color: #005fb2;font-style: normal;}
.position a:hover{color: #005fb2;}

.n_sanji{ padding: 20px 0px 0px 0px; }
.n_sanji ul{ text-align:center;  }
.n_sanji ul li{ display:inline-block; padding:0 5px;}
.n_sanji ul li font{display:inline-block; background: #eeeff1;     padding: 0px 35px;height: 3.125rem;line-height: 3.0625rem;border-radius:0.5rem;text-align:center;overflow:hidden;position:relative; cursor:pointer}
.n_sanji ul li font:before{content:""; position:absolute; top:0; right:0; bottom:0; left:0;  border-radius:0.5rem; transition:0.6s}
.n_sanji ul li font:after{ content:""; position:absolute; left:0; right:0; bottom:0; height:0; transition:0.6s; z-index:0}
.n_sanji ul li font span{position:relative;font-size:1rem;color:#404040;z-index:1;transition:0.6s;}

.n_sanji ul li.on font:after, .n_sanji ul li:hover font:after{ height:100%; background:#172a88;}
.n_sanji ul li.on font span, .n_sanji ul li:hover font span{color:#fff;}




.Tit {

    font-size: 40px;

    line-height: 1.2;

    text-transform: uppercase;



    font-weight: 600;

    margin-bottom: 20px;

}



.Tit span {

    font-size: 2.05vw;

    line-height: 1.2;

    color: #000;

    display: block;

    text-transform: uppercase;

 

    /* text-shadow: 3px 3px 6px rgb(71, 121, 110,.2); */

    font-weight: 600;



}



.Tit p {

    margin-top: 20px;

    font-size: 16px;

    line-height: 1.4;

    text-shadow: 3px 3px 6px rgb(0, 0, 0, .1);

}



.Tit img {

    width: 40px;

    position: absolute;

    left: -50px;

    top: 10px;

}



.Tit.white span {

    color: #fff;

}



.Tit.white p {

    color: #fff;

}



.Tit.center {

    text-align: center;

}



.Tit.flex {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

}

.tz-gallery {

  padding: 1px 0px;

  box-sizing: border-box;

}

.tz-gallery .thumbnail {

  padding: 0;

  border: none;margin-bottom: 15px;

}

.tz-gallery img {

  border-radius: 2px;

      width: 100%;
    border: 1px solid #e8e8e8;

}

.tz-gallery .caption {

  

  text-align: center;line-height: 40px;

}

.tz-gallery .caption h3 {

  font-size: 14px;

  font-weight: bold;

  margin-top: 0;line-height: 40px;    color: #000;

}

.tz-gallery .caption p {

  font-size: 12px;

  color: #7b7d7d;

  margin: 0;

}

.abJj {

    padding: 40px 0px;



    position: relative;



}

.z_contact_sec .z_index_tit {

 

}

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

  .z_contact_sec .z_index_tit {

    margin-bottom: 20px;    margin-top: 20px;

  }

}

.z_contact_sec .z_flex_warp {

  align-items: flex-end;

  justify-content: space-between;

  overflow: unset;

}

.z_contact_sec .flcon .titbar {

  font-size: 1.4583333333vw;

  font-weight: bold;

  color: #172a88;

  margin-bottom: 1.0416666667vw;

}

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

  .z_contact_sec .flcon .titbar {

    font-size: 18px;

  }

}

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

  .z_contact_sec .flcon .titbar {

    margin-bottom: 10px;

  }

}

.z_contact_sec .flcon .desc p {

  display: flex;

  color: #666666;

  line-height: 26px;

  font-size: 0.8333333333vw;

  align-items: flex-start;

  margin-bottom: 0.5208333333vw;


}
.z_contact_sec .flcon .desc p i{padding-right: 10px}
.z_contact_sec .flcon .desc p a{color: #666666;  font-size: 0.8333333333vw;}
@media screen and (max-width: 1680px) {

  .z_contact_sec .flcon .desc p {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

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

  .z_contact_sec .flcon .desc p {

    font-size: 14px;

  }

}

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

  .z_contact_sec .flcon .desc p {

    margin-bottom: 8px;

  }

}

.z_contact_sec .flcon .desc img {

  display: block;

  flex-shrink: 0;

  margin-right: 10px;

}

.z_contact_sec .frcon {

  margin-top: 0vw;

}

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

  .z_contact_sec .frcon {

    margin-top: 30px;

  }

}

.z_contact_sec .frcon .en {

  font-size: 1.1458333333vw;

  font-family: Montserrat;

  font-weight: 600;

  color: #F39800;

}

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

  .z_contact_sec .frcon .en {

    font-size: 14px;

  }

}

.z_contact_sec .frcon .cn {

  font-size: 1.25vw;

  margin-bottom: 1.0416666667vw;

}

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

  .z_contact_sec .frcon .cn {

    font-size: 16px;

  }

}

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

  .z_contact_sec .frcon .cn {

    margin-bottom: 20px;

  }

}

.z_contact_sec .frcon li {

  float: left;

  text-align: center;

  margin-left: 2.34375vw;

}

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

  .z_contact_sec .frcon li {

    margin-left: 10px;

  }

}

.z_contact_sec .frcon li:first-child {

  margin: 0;

}

.z_contact_sec .frcon .imgbox {

  overflow: unset;

  position: relative;

  width: 8.7708333333vw;

  height: 8.7708333333vw;

  border: 5px solid #172a88;

  border-radius: 6px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;

}

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

  .z_contact_sec .frcon .imgbox {

    width: 80px;

    height: 80px;

  }

}

.z_contact_sec .frcon .imgbox .ico {

  position: absolute;

  left: -14px;

  bottom: -14px;

}

.z_contact_sec .frcon .imgbox .img {

  display: block;

  max-height: 100%;

}

.z_contact_sec .frcon h3 {

  color: #999999;

  font-size: 0.8333333333vw;

  margin-top: 10px;

}

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

  .z_contact_sec .frcon h3 {

    font-size: 1.0083333333vw;

    font-size: 1.0666666667vw;

  }

}

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

  .z_contact_sec .frcon h3 {

    font-size: 14px;

  }

}


.z_section {

  padding: 2vw 1.5vw;

}

.ppro {
    display: none;
}

.about-left {
    display: block;
}

.indAb_p {

    width: 100%;   text-align:center;

}



.indAb_p p {

    font-size: 16px;

    line-height: 2;

  

}

@media screen and (max-width:480px) {
  .footer_mid_right {
    display: block;
    width: 100%;
  }
  .footer_mid_right .footer_mid_right_mid {
    padding-left: 0;
  }
  .footer_mid_right .footer_mid_right_mid_2 {
    padding-top: 0.8em;
  }
  .footer_mid_right .footer_mid_right_mid_3 {
    margin-top: 1.5em;
  }
  .footer_mid_right_mid_1 i {
    display: block;
  }
	.z_banner_text .h3 {
    font-size: 18px;
    line-height: 18px;
}
	.z_banner_text2 .h3{font-size: 18px; letter-spacing: 3px}
  .z_about_info .h3{font-size: 22px;    line-height: 30px;    margin-bottom: 10px;}
  .z_flex{    display: block;}
  .z_about_info .warps{    width: 100vw;}
  .z_about_box{width: 100vw;    height: 60vw;}
  .z_about_num{width: 100vw;}
  .homeStufft_t .homeStufft_title h3{font-size: 22px;    line-height: 30px;  }
  .index_tit h3{font-size: 22px;    line-height: 30px; }
  .homeStufft{    padding: 20px 0;}
  .see_more{    top: 30%;}
  .services-section-three{    padding: 10px 0px 0px;}
  .services-block-three{    margin-bottom: 5px;}
  .services-block-three .inner-box .lower-content{ padding-top: 0px;}
  .z_about_info .desc{    font-size: 14px;  line-height: 25px;}
  .z_about_num ul{    padding: 0 3vw}
  .z_about_num li .timer{font-size: 25px;}
  .index_pro{    padding: 5vw 0px 0vw;}
  .index_pro ul{    margin-top: 20px;    margin-bottom: 0px;}
  .index_pro ul li{    width: 96%;margin-bottom: 3%; height:auto;}
  .index_pro .info{transform: none;}
  .sec-title h2{font-size: 25px;   padding-bottom: 0px;}
  .fun-facts-section .count-column .count-outer {
    font-size: 28px;    margin: 0px 0px 5px;
  }
  .news-section-two .sec-title .text{    line-height: 25px;    margin-top: 10px;}
  .news-section-two {padding: 30px 0px 0px;}
  .z_header_fr { margin-right: 0%;}
  .z_banner_text1 .h3{font-size: 18px;}
  .z_banner_text1 .h4{line-height: 30px; margin: 20px 0 20px;}.z_about_info .desc{    width: 97%;}
  .index_bar3 .box{    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
    .index_bar3 ul{    width: 100%;margin-top: 0;}
    .index_bar3 .right{ width: 100%;}
    .z_about_num li {
      height: 3vw;}
      .z_about_lz{    height: 60vw;}
      .z_about_num{    height: 30vw;}
      .z_section {
    padding: 1.7291666667vw 1.5vw;
}
.container1 {position: static;width: 90%;margin: 0 auto;}
.z_about_lz2 {height: 35vw;}
.z_flex_warp {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
.w1200 {
    width: 95%;
    margin: 0 auto;
}
.position{ padding-left:0px;}
.Tit span{font-size: 25px;}
abJj {
    padding: 20px 0px;
    position: relative;
}
.Tit{    margin-bottom: 10px;}
.tz-gallery .caption {
    padding: 0px;
  }
  .tz-gallery .caption h3 {
    line-height: 24px;
    font-size: 12px;
  }
  .abJj {
    padding: 20px 0px;
    position: relative;
}
.about-left {
    /*display: none;*/
}
.ppro{    margin: 10px 0 20px 0;    width: 100%;float: left;z-index: 555;display: block}
  .ppro .list{width: 100%;}
  .ppro .list ul li{background-color:#172a88;}
  .ppro .list ul li a{   padding-left: 15px;color: #fff; font-size:14px; display: block; height:40px;line-height: 40px;position: relative;
  }
  .ppro .list ul li .inactive{ background:url(../img/off.png) no-repeat 95% center;}
  .ppro .list ul li .inactives{background:url(../img/on.png) no-repeat 95% center;}
  .ppro .list ul li ul{display: none;}
  .ppro .list ul li ul li { border-left:0; border-right:0; background-color: #fff; border-bottom: 1px solid #e9e9e9;    margin-bottom: 0px;}
  .ppro .list ul li ul li ul{display: none;}
  .ppro .list ul li ul li a{ color: #000}
  .ppro .list ul li ul li a i{padding-right: 10px;}
  .ppro .list ul li ul li ul li { background-color:#EDEDED; border-color:#fff; }

.indAb_p p {
    font-size: 14px;
    line-height: 1.6;
}.n_sanji {
    padding: 10px 0px 0px 0px;
}
	
	.index_bar3 ul li{padding: 10px;}
	.index_bar3 ul li img {
    width: 100%;
    display: block;
    margin: auto;
}
	.tabs-vertical{padding: 5px;}
    }