@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular.ttf");
  src: url("fonts/OpenSans-Regular.ttf") format("woff"),
    url("fonts/OpenSans-Regular.ttf") format("truetype"),
    url("fonts/OpenSans-Regular.ttf") format("svg");
}
i {
  font-style: normal;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

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

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

textarea {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

/*清除浮动*/

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.clearfix {
  *zoom:1;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype"),
    url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
    url("iconfont.ttf") format("truetype"),
    url("iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 公共样式------------------------------------------------------------------------------------------------------ */

/* web_head */
.web_head { width: 100%;position: relative;z-index: 9;}
    .nav_wrap .head_nav {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      position: relative;
      z-index: 9;
    }
    .nav_wrap .head_nav > li {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      line-height: 60px;
    }
    .nav_wrap .head_nav > li > a {
      position: relative;
      display: inline-block;
      display: flex;
      align-items: center;
      vertical-align: top;
      padding: 10px 15px 10px 15px !important;
      text-transform: capitalize !important;
    }
    .nav_wrap .head_nav > li.current-menu-item > a {color: #172a88;}
    .nav_wrap .head_nav > li > a:after {
      content: "";
      display: none;
      width: 100%;
      height: 3px;
      background-color: #172a88;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      z-index: 99;
    }
    .nav_wrap .head_nav > li:hover > a:after { display: block;}
    .menu-item i{color: #000;font-size: 14px;font-weight: bold;}
    .nav_wrap .head_nav > li > a > em {
      display: inline-block;
      position: relative;
      z-index: 1;
      font-style: normal;
      margin-right: 10px;
      font-size: 16px;
      color: #000;
      font-weight: bold;
      text-transform: uppercase !important;
    }
    .nav_wrap .head_nav:hover > li > a,.nav_wrap .head_nav:hover > li.nav-current > a {color: #000;}
    .nav_wrap .head_nav:hover > li:hover > a,.nav_wrap .head_nav > li.nav-current > a { color: #172a88;}
    .nav_wrap .head_nav > li li {
      position: relative;
      text-align: left;
      /* padding: 0 20px; */
      font-style: normal;
    }
    .nav_wrap .head_nav > li li a {
      display: block;
      line-height: 20px;
      padding: 7px 0;
      position: relative;
      border-bottom: 1px solid #eee;
      font-style: normal;
      padding:17px 10px;
   
    }
    .nav_wrap .head_nav > li li b:after {
      content: "\f105";
      position: absolute;
      right: 0;
      top: 13px;
    }
    .nav_wrap .head_nav > li li a:before,
    .nav_wrap .head_nav > li li:hover > a:before {
      content: "";
      display: block;
      width: 4px;
      height: 30%;
      background-color: #172a88;
      position: absolute;
      left: -21px;
      top: 40%;
      opacity: 0;
      filter: alpha(opacity=0);
    }
    .nav_wrap .head_nav > li li a:hover:before,
    .nav_wrap .head_nav > li li:hover > a:before {
      top: 50%;
      margin-top: -11px;
      height: 22px;
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .nav_wrap .head_nav > li li:last-child > a {border-bottom: 0;}
    .nav_wrap .head_nav > li li:hover > a {color: #fff;background-color: #172a88;}
    .nav_wrap .head_nav > li li:hover > a > b:after { border-left-color: #fff;}
    .nav_wrap .head_nav > li ul ul {left: 100%;top: -1px;margin-top: 0;}
    .nav_wrap .head_nav li ul a{overflow: hidden;}
    .nav_wrap .head_nav li ul {
      width: 280px;
      border: 1px solid #ddd;
      background-color: #fff;
      border-radius: 0;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 999;
      -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
      -o-transform: translateY(5%);
      transform: translateY(5%);
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      box-sizing: border-box;
      -webkit-transform-origin: center 0;
      -moz-transform-origin: center 0;
      -ms-transform-origin: center 0;
      -o-transform-origin: center 0;
      transform-origin: center 0;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }
    .nav_wrap .head_nav li:hover > ul {
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
    }
    .nav_wrap .head_nav > li ul li a em {font-style: normal;word-wrap: break-word;font-size: 16px;text-align: center;}

/* 首页----------------------------------------------------------------------------------------------------- */
.none{display:none;}
.search {
  margin-left: 10px;
}
.search i {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 15px;
  display: block;
}
.search_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999999;
}

.searchin {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 65%;
  transform: translate(-50%,-50%);
}
.searchin i {
  font-size: 50px;
  color: #172a88;
  font-weight: bold;
}
.searchin button {
  border: none;
  outline: none;
  background-color: #fff;
  width: 5%;
  height: 80px;
  line-height: 80px;
  margin-left: 20px;
  border-radius: 5px;
}
.searchin input {
  border: none;
  outline: none;
  background-color: #fff;
  height: 80px;
  line-height: 80px;
  width: 60%;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
}
.searchclose{position: absolute;top: 80px;right: 200px;cursor: pointer;}
.searchclose img{width: 70px;height: 70px;}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1 !important;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 2px solid #172a88;
  background-color: #172a88;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 30px;
}
/* 首页----------------------------------------------------------------------------------------------------- */
.search_result {
  padding: 80px 0;
}
.search_result_top h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}
.search_result_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_result_box input {
  width: 100%;
  flex: 1;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  border: 1px solid #ddd;
  outline: none;
  background: none;
}
.search_result_box button {
  display: block;
  width: 10%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #172a88;
  border: 1px solid #172a88;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.search_result_box button i {
  font-size: 30px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.search_result_box button:hover {
  background-color: #fff;
  border: 1px solid #172a88;
  width: 15%;
}
.search_result_box button:hover i {
  color: #172a88;
}
.result_attention {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #172a88;
}
.result_attention p {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.result_attention span {
  font-size: 26px;
  color: rgb(247, 24, 24);
  font-weight: bold;
}
.search_result_list {
  margin-top: 40px;
}
.resultcard {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.resultcard h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.resultcard p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resultcard:hover h3 {
  color: rgb(247, 24, 24);
}
.resultcard:hover {
  margin-left: 30px;
  border-bottom: 1px solid #172a88;
}
/* 搜索结果页面 */
.tagthree {
  padding: 100px 0;
}
.tablemain h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.tablemain {
  background-color: #172a88;
  padding: 30px 50px;
  border-radius: 30px;
}
.tablecon button:hover {
  border: 1px solid #172a88;
  background-color: #fff;
  color: #172a88;
  width: 80%;
}
.tablecon button {
  border: 1px solid #172a88;
  outline: none;
  background-color: #fff;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #172a88;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.tabletext i {
  font-size: 14px;
  color: #172a88;
  position: absolute;
  bottom: 0;
  right: 5px;
}
.tabletext textarea {
  resize: none;
  border: none;
  outline: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #000;
}
.tabletext {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
}
.tableli i {
  font-size: 14px;
  color: #172a88;
  position: absolute;
  bottom: -10px;
  right: 5px;
}
.tableli input {
  width: 100%;
  border: none;
  outline: none;
  background-color: #fff;
  overflow: hidden;
  font-size: 16px;
  color: #222;
}
.tableli {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
}
.tagone {
  margin-bottom: 40px;
}
.tagtwo {
  padding-top: 100px;
}
.tagfour {
  padding-bottom: 100px;
}
.tagkeywords {
  padding: 30px 15px;
  background-color: #f5f5f5;
  border-radius: 10px;
  height: 100%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.tagkeywords p {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.tagkeywords:hover {
  background-color: #172a88;
}
.tagkeywords:hover p {
  color: #fff;
}
/* swiper */
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tagone .swiper {
  width: 100%;
  height: 100%;
}

.tagone .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 50px;
}

.tagone .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tagone .swiper-pagination-bullet {
  background: transparent;
  opacity: 0.8 !important;
  width: 10px;
  height: 10px;
  background-color: #ddd;
}
.tagone .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #172a88 !important;
}
.indexcontactleft .feedbackForm{background-color:#eaeaea;padding:30px 20px;}
.indexcontactleft .feedbackForm .line {margin-bottom:40px;}
.footernavlist em{    font-style: initial;}
/* 内页 ----------------------------------------------------------------------------------------------------*/
  .tablemain .feedbackForm{
	  background-color:initial;
  }
  .tablemain .feedbackForm .input_b{
	  background-color:#fff;
	  color:#172a88;
  }
.tablemain .feedbackForm{padding:15px;}
.bannercontent_link span{color:#000}
.bannercontent img {
  width: 100%;
  vertical-align: middle;
}
.product_right .shop_li {
  margin-bottom: 30px;
}
.news {
  /*padding: 80px 0;*/
}
.accordion {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #172a88;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #172a88;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li i {
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #fff;
  background-color: #172a88;
}

.accordion li.open i {
  color: #fff;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #f5f5f5;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  /* padding-left: 42px; */
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #172a88;
  color: #fff;
}
.product_left_menu h2 {
  padding: 15px;
  color: #fff;
  background-color: #172a88;
  font-size: 36px;
  text-align: center;
}
.fanye {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product {
  /*padding: 80px 0;*/
}
.pagination .active a {
  background-color: #172a88;
  border: 1px solid #172a88;
}
.pagination li:hover a {
  background-color: #172a88;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #172a88;
}
.newsgo {
  margin: 50px auto 0 auto;
  display: block;
  width: 20%;
  height: 60px;
  line-height: 60px;
  background-color: #172a88;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: 1px solid #172a88;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsgo:hover {
  background-color: #fff;
  color: #172a88;
  width: 30%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li {
  margin-bottom: 30px;
}
.section5_li:hover .section5_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboximg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 80%;
  background-color: #fff;
}
.newsboximg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt {
  padding: 40px 30px 30px 0;
}
.newsboxtxt h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt_bottom {
  padding-top: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}
.newsboxtxt_bottom span {
  font-size: 16px;
  color: #666;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore a {
  font-size: 16px;
  color: #172a88;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore i {
  color: #172a88;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover {
  background: #172a88;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboximg img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboxtxt h3,
.newsbox:hover .newsboxtxt p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboxtxt_bottom span {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsmore a,
.newsbox:hover .newsmore i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore:hover {
  margin-right: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_box {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 80%;
}
.product_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_txt {
  display: block;
  padding: 20px;
}
.product_txt h3 {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li {
  margin-bottom: 30px;
}
.product_li:hover .product_box {
  background-color: #172a88;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li:hover .product_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li:hover .product_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_flex {
  display: flex;
  flex-wrap: wrap;
}
.product_row {
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_img {
  position: relative;
  height: auto;
  overflow: hidden;
  display: block;
  padding-top: 77%;
  background-color: #fff;
}
.product_row_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_txt {
  padding: 60px 30px 40px 0;
}
.product_row_txt h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more p {
  font-size: 16px;
  color: #172a88;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more i {
  font-size: 16px;
  color: #172a88;
  margin-left: 10px;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover {
  background: #172a88;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_more p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_more i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#exzoom {
  width: 100%;
}
/* 右侧客服 */
.scrollsidebar,
.scrollsidebar a {
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.scrollsidebar {
  position: absolute;
  z-index: 30;
  top: 150px;
  right: 0;
  z-index: 99999;
}
.show_btn {
  width: 0;
  height: 192px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: url(../images/show_btn.webp) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
.side_content {
  width: 166px;
  height: auto;
  overflow: hidden;
  float: left;
}
.side_content .side_list {
  width: 140px;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 8px;
  position: relative;
  background: #fff;
}
.side_content .side_list .hd img {
  width: 100%;
  border-bottom: 1px solid #dadada;
}
.side_content .side_list .cont li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  list-style: none;
  position: relative;
}
.side_content .side_list .cont li i {
  margin-right: 10px;
  font-size: 18px;
  color: #172a88;
}
.side_content .side_list .cont li a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}
.side_content .side_list .cont li a:before {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 10px;
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ww {
  margin-left: -30px;
}
.side_content .side_list .t-code {
  padding: 10px 10px 7px;
  border-bottom: 1px solid #dadada;
}
.side_content .side_list .t-code img {
  width: 100%;
}
.side_content .side_list .side_title {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
.side_content .side_list .side_title .close_btn {
  background: url("../images/close.png") no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 10px;
  cursor: pointer;
}
.side_content .side_list .side_title .close_btn span {
  display: none;
}
.bannercontent {
  position: relative;
}
.bannercontent_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bannercontent_title h2 {
  font-size: 46px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.bannercontent_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.bannercontent_link a {
  font-size: 18px;
  color: #000;
}
.bannercontent_link i {
  color: #fff;
  font-size: 18px;
  margin: 0 10px;
}
.newshow {
  /*padding: 80px 0;*/
}
.newshow_title {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #172a88;
}
.newshow_title h1 {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.newshow_title p {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-top: 20px;
}
.newshow_main{
	border-bottom: 1px solid #172a88;
}
.newshow_main p {
  font-size: 16px;
  line-height: 28px;
  color: #222;
  text-indent: 2em;
  margin-bottom: 15px;
}
.newshow_main img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 30px auto;
  text-align: center;
}
.newshow_fanye {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
.newsfanye {
  width: 45%;
  overflow: hidden;
  border: 1px solid #172a88;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsfanye i {
  font-size: 16px;
  color: #172a88;
  margin: 0 15px;
}
.newsfanye a {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsfanye:hover {
  background-color: #172a88;
}
.newsfanye:hover i,
.newsfanye:hover a {
  color: #fff;
}
.productnametitle h1 {
  font-size: 26px;
  color: #172a88;
  font-weight: bold;
  line-height: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #172a88;
  margin-bottom: 30px;
}
.productnametitle p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.productnametitle a {
  display: inline-block;
  padding: 15px 40px;
  background-color: #172a88;
  color: #fff;
  border: 1px solid #172a88;
  font-size: 18px;
  margin-top: 40px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.productnametitle a:hover {
  padding: 15px 60px;
  background-color: #fff;
  color: #172a88;
  font-weight: bold;
}
.productmorecontent {
  margin-top: 60px;
}
.productmorecontent h3 {
  font-size: 36px;
  color: #172a88;
  font-weight: bold;
  padding-left: 20px;
  border-left: 4px solid #172a88;
  margin-bottom: 30px;
}
.productmorecontent p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.productmorecontent img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  margin: 20px auto;
}
.bannerimg img {
  width: 100%;
  vertical-align: middle;
}
/* 联系我们 */
.contactus_hd {
  padding: 100px 0;
}
.contactus_bd {
  padding: 100px 0 100px 0;
}

.contactus_title h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.contactus_hd h3 {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}
.contactus_way {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.ways {
  height: 100%;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.wayscon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ways p {
  font-size: 22px;
  color: #000;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.ways i {
  color: #172a88;
  text-align: center;
  margin: 0 auto 10px auto;
  font-size: 50px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.contactus_way_li:hover .ways {
  background-color: #172a88;
}
.contactus_way_li span {
  font-size: 20px;
  color: #666;
  margin: 10px 0;
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.contactus_way_li:hover i,
.contactus_way_li:hover span {
  color: #fff;
}
.contactus_way_li:hover p {
  color: #fff;
}
.contactus_table {
  margin-top: 40px;
}
.contactus_table input {
  width: 100%;
  color: #000;
  border: none;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding: 5px 10px;
  transition: all 0.3s;
  background-size: 15px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.contactus_table textarea {
  width: 100%;
  color: #000;
  border: none;
  resize: none;
  font-size: 16px;
  height: 200px;
  padding: 10px 10px;
  transition: all 0.3s;
  background-size: 15px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  margin: 30px 0 40px 0;
}
.contactus_table button {
  border: none;
  outline: none;
  background-color: #172a88;
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
  border: 1px solid #172a88;
  text-align: center;
  width: 35%;
  height: 60px;
  line-height: 60px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.contactus_table button:hover {
  background-color: #fff;
  border: 1px solid #172a88;
  color: #172a88;
  width: 50%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section1_title h2 {
  font-size: 48px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
#map {
  width: 100%;
  height: 600px;
}
    .newblogflex{display: flex;flex-wrap: wrap;}
    .blogbox{height: 100%;position: relative;box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);background-color: #fff;}
    .blog_img{display: block;position: relative;overflow: hidden;width: 100%;height: auto;padding-top: 73%;}
    .blog_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .blog_txt{padding: 20px 15px 40px 15px;}
    .time{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 10px;}
    .time i{font-size: 16px;color: #666;}
    .time span{font-size: 14px;color: #172a88;display: block;}
    .blog_txt h3{line-height: 23px;  font-size: 18px;color: #000;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .blogmore{display: inline-block;padding: 10px 60px;font-size: 18px;color: #000;text-align: center;background-color: #fff;margin-top: 30px;border: 1px solid #000;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .blogline{width: 0%;height: 3px;background: #172a88;display: block;position: absolute;bottom: 0;left: 0;z-index: 9;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .blogli:hover .blogline{width: 100%;}
    .blogli:hover .blogmore{background-color: #172a88;border: 1px solid #172a88;color: #fff;}
    .blogli:hover .blog_txt h3{font-weight: bold;}
    .blogli:hover .blog_img img{transform: scale(1.2);}
    .blogli{margin-bottom: 30px;}
/* 产品详情页面放大镜效果 */
.swiper{--swiper-pagination-color: #fff;/* 两种都可以 */}
#bg{height: 380px;}
#bigve,#bigframe{width: 100%;height: 100%;}
.productinfomain 
.swiper-button-next:after,
.productinfomain 
.swiper-button-prev:after{ font-size: 32px;color:transparent !important;}
.content .swiper-button-prev{
  background-image: url(../images/arrowleft.png) !important;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: -6px;
}
.content .swiper-button-next{
  background-image: url(../images/arrowright.png) !important;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: -6px;
}
.productinfomodle .content{display: flex;}
.content .swiper-pagination{position: relative;bottom: 0;font-size: 30px;    }
.content .swiper-pagination-bullet{width: 13px;height: 13px;background-color: #ff9d20;}
 .show .ss{display: none;}
 .content .swiper-container img{width: 80px; height: 60px;}
 .content .swiper-container video{width: 80px; height: 60px;}
video{ width: 100%;height: 100%;object-fit: cover;}
.content .swiper-button-next:after, .content .swiper-button-prev:after{display: none;}
.content .swiper-container{width: 80%;margin: 10px auto 0 auto;}
.s{width: 100%;overflow: hidden;}
.b{margin-top: 20px;}
.b .swiper-slide{height: 60px;}
.b img{width: 100%;height: 100%;}
.b>.swiper-wrapper>.swiper-slide>a.active>img{border: 2px solid #ff9d20;}
.b>.swiper-wrapper>.swiper-slide>a.active>video{border: 2px solid #ff9d20;}
.content .left{position: relative;}
.content .left .cprev{position: absolute;top: 93%;}
.content .left .cnext{position: absolute;top: 93%;}
.div-not-click {pointer-events: none;opacity: 0.5;}
.bg>img{position: relative; width: 100%;height: 100%; object-fit: cover;}
.content{position: relative;}


/* 产品列表 */
.three_li{margin-bottom: 30px;}
.three_box{position: relative;overflow: hidden; height: 100%; background-color: #fff;box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);padding: 50px 40px;display: flex;flex-direction: column;align-items: center;}
.three_box i{z-index: 99; font-size: 60px;color: #172a88;text-align: center;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.three_box h3{ font-size: 24px;text-align: center;font-weight: bold;color: #000;margin: 0 auto 15px auto;}
.three_box p{z-index: 99;font-size: 16px;color: #666;line-height: 28px;text-align: center;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.three_box a{z-index: 99;}
.threeflex{display: flex;flex-wrap: wrap;}
.threeline{position: absolute; top: 0;left: 0; width: 0%;height: 100%;background-color: #172a88;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.three_li:hover .threeline{width: 100%;transition: all 0.35s ease-in-out;}
.three_li:hover .three_box i{color: #000;}
.three_li:hover .three_box p{color: #000;}
.productimg{position: relative;overflow: hidden;width: 100%;height: auto;display: block;padding-top: 100%;}
.productimg img{width: 100%;vertical-align: middle;position: absolute;top: 50%; left: 50%;transform: translate(-50%,-50%); transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.product .three_box {padding: 0;}
.producttxt{padding: 20px 15px;z-index: 999;}
.producttxt p{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.producttxt h3{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.productmore{display: flex;justify-content: center;align-items: center;margin-top: 15px;padding: 15px 40px;background-color: #172a88;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.productmore span{font-size: 16px;color: #fff;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.productmore i{font-size: 16px;color: #fff !important;margin-left: 10px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.three_li:hover .productmore{background-color: #fff;}
.three_li:hover:hover .productmore span,.three_li:hover:hover .productmore i{color: #000 !important;}
.three_li:hover .producttxt h3,.three_li:hover .producttxt p{color: #fff;}
.cantonfair_exhibition_container{position:relative;width:100%;min-height: 600px;}
.cantonfair_exhibition_item{position:absolute;right:7%;bottom:10.5%;padding:15px;/*! padding-bottom:120px; */width:24%;border:2px solid #f93d00;border-radius:30px 0 0 0;-webkit-transform-origin:left bottom;transform-origin:left bottom;border-right-color:transparent!important;border-bottom-color:transparent!important;-ms-transform-origin:left bottom;}
.cantonfair_exhibition_images img{width:100%;}
.cantonfair_exhibition_item2{left:3%}
/* .cantonfair_img img+img{display:none;} */
/* .cantonfair_exhibition_popupcontainer .cantonfair_exhibition{ height: 80%;} */
.cantonfair_exhibition_pop{  }
.cantonfair_sliders{ position: relative;}
.cantonfair_sliders {display:none;}
.cantonfair_exhibition_pop .cantonfair_sliders{ display: block; position: relative;     text-align: center;} 
.cantonfair_exhibition_pop .cantonfair_sliders .swiper-wrapper{ -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;} 

/* .cantonfair_exhibition_pop .cantonfair_slider .swiper-slide{ width: auto !important;} */
.cantonfair_exhibition_pop .cantonfair_slider .swiper-slide img{ max-height: 65vh; }
.cantonfair_exhibition_item .cantonfair_circle{position:absolute;bottom:0;left:0;width:54px;height:24px;border:2px solid #f93d00;border-radius:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);}
.cantonfair_exhibition_item .cantonfair_circle i{display:block;width:100%;height:100%;border-radius:50%;background:#f93d00;-webkit-transform:scale(.5);transform:scale(.5);-ms-transform:scale(.5);}
.cantonfair_exhibition_item figure .cantonfair_exhibition_title{ }
.cantonfair_exhibition_item figure .cantonfair_exhibition_title {display:block;overflow:hidden; color:#f93d00;text-align:center;text-transform:capitalize;font-weight:700;font-size:30px;line-height:1;}
.cantonfair_exhibition_item figure .cantonfair_exhibition_logo{width: 80%;
    position: relative;
    margin: auto;}
.cantonfair_exhibition_item figure .cantonfair_exhibition_logo img{}
.cantonfair_exhibition_item figure .cantonfair_img{position:relative;margin:15px 0;}
.cantonfair_exhibition_item figure .cantonfair_info{position:relative;overflow:hidden;height:72px;color:#333;font-size:12px;}
.cantonfair_exhibition_item figure .cantonfair_info.cantonfair_info_top{height:36px;}
.cantonfair_exhibition_item:nth-child(2){right:32%;bottom:10.5%;z-index:10;-webkit-transform:scale(.9);transform:scale(.9);-ms-transform:scale(.9);}
.cantonfair_exhibition_item:nth-child(3){right:52%;bottom:10.5%;z-index:9;-webkit-transform:scale(.8);transform:scale(.8);-ms-transform:scale(.8);}
.cantonfair_exhibition_item:nth-child(4){right:75%;bottom:10.5%;z-index:8;-webkit-transform:scale(.7);transform:scale(.7);-ms-transform:scale(.7);}
.cantonfair_exhibition_item:nth-child(5){right:67%;bottom:57.67%;z-index:7;-webkit-transform:scale(.6);transform:scale(.6);-ms-transform:scale(.6);}
.cantonfair_exhibition_item:nth-child(6){right:77%;bottom:66%;z-index:6;-webkit-transform:scale(.5);transform:scale(.5);-ms-transform:scale(.5);}
.cantonfair_exhibition_item:nth-child(2),.cantonfair_exhibition_item:nth-child(2) .cantonfair_circle{border-color:#00a2d0;}
.cantonfair_exhibition_item:nth-child(3),.cantonfair_exhibition_item:nth-child(3) .cantonfair_circle{border-color:#9eaf25;}
.cantonfair_exhibition_item:nth-child(4),.cantonfair_exhibition_item:nth-child(4) .cantonfair_circle{border-color:red;}
.cantonfair_exhibition_item:nth-child(5),.cantonfair_exhibition_item:nth-child(5) .cantonfair_circle{border-color:#e2a167;}
.cantonfair_exhibition_item:nth-child(6),.cantonfair_exhibition_item:nth-child(6) .cantonfair_circle{border-color:#b62e82;}
.cantonfair_exhibition_item:nth-child(2) .cantonfair_circle i{background:#00a2d0;}
.cantonfair_exhibition_item:nth-child(3) .cantonfair_circle i{background:#9eaf25;}
.cantonfair_exhibition_item:nth-child(4) .cantonfair_circle i{background:red;}
.cantonfair_exhibition_item:nth-child(5) .cantonfair_circle i{background:#e2a167;}
.cantonfair_exhibition_item:nth-child(6) .cantonfair_circle i{background:#b62e82;}
/*.cantonfair_exhibition_item:nth-child(2) figure .cantonfair_exhibition_title  {color:#00a2d0;}*/
/*.cantonfair_exhibition_item:nth-child(3) figure .cantonfair_exhibition_title  {color:#9eaf25;}*/
/*.cantonfair_exhibition_item:nth-child(4) figure .cantonfair_exhibition_title  {color:red;}*/
/*.cantonfair_exhibition_item:nth-child(5) figure .cantonfair_exhibition_title  {color:#e2a167;}*/
/*.cantonfair_exhibition_item:nth-child(6) figure .cantonfair_exhibition_title  {color:#b62e82;}*/
.cantonfair_exhibition_item.cantonfairindex2 figure .cantonfair_exhibition_title ,.cantonfair_exhibition_item:nth-child(2) figure .cantonfair_exhibition_title   {color:#00a2d0;}
.cantonfair_exhibition_item.cantonfairindex3 figure .cantonfair_exhibition_title ,.cantonfair_exhibition_item:nth-child(3) figure .cantonfair_exhibition_title  {color:#9eaf25;}
.cantonfair_exhibition_item.cantonfairindex4 figure .cantonfair_exhibition_title ,.cantonfair_exhibition_item:nth-child(4) figure .cantonfair_exhibition_title   {color:red;}
.cantonfair_exhibition_item.cantonfairindex5 figure .cantonfair_exhibition_title ,.cantonfair_exhibition_item:nth-child(5) figure .cantonfair_exhibition_title  {color:#e2a167;}
.cantonfair_exhibition_item.cantonfairindex6 figure .cantonfair_exhibition_title ,.cantonfair_exhibition_item:nth-child(6) figure .cantonfair_exhibition_title   {color:#b62e82;}
.cantonfair_exhibition_popupcontainer{position:fixed;top:0;left:0;z-index:99999999;display:none;width:100%;height:100%;background:rgba(0,0,0,.75);}
.cantonfair_exhibition_popupcontainer .popup_close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;border:2px solid #fff;border-radius:50%;background:#000;-webkit-box-shadow:-1px 1px 3px rgb(0 0 0 / 50%);box-shadow:-1px 1px 3px rgb(0 0 0 / 50%);color:#fff;text-align:center;font-family:'fontawesome';cursor:pointer;    line-height: 26px;}
.cantonfair_exhibition_popupcontainer .cantonfair_exhibition{position:absolute;top:50%;left:50%;padding:50px 100px;max-width:800px;  background:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);}
.cantonfair_exhibition_popupcontainer .cantonfair_exhibition_item{position:relative;right:unset;bottom:unset;padding:0;width:100%;border:none;background:#fff;-webkit-transform:unset;transform:unset;-ms-transform:unset;}
.cantonfair_exhibition_popupcontainer .cantonfair_exhibition_item .cantonfair_circle{display:none;}
.cantonfair_exhibition_popupcontainer .cantonfair_exhibition_item figure .cantonfair_img{margin:15px 0; font-size:0;}
.cantonfair_exhibition_popupcontainer .cantonfair_exhibition_item figure .cantonfair_img img{display: inline-block;
    width: 19%;
    vertical-align: top;
    margin-right: 1%;
    margin-bottom: 1%;}
.cantonfair_exhibition_popupcontainer .cantonfair_exhibition_item figure .cantonfair_info{height:unset;font-size:14px;}
.cantonfair_btn{      position: absolute; top: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: -1px 1px 3px rgb(0 0 0 / 50%);
    box-shadow: -1px 1px 3px rgb(0 0 0 / 50%);
    color: #fff;
    text-align: center;
    font-family: 'fontawesome';
    cursor: pointer;
    line-height: 26px; z-index: 9;}
    .cantonfair_btn.cantonfair_prev{ left: -50px;}
    .cantonfair_btn.cantonfair_next{ right: -50px;}
.fl-builder-content *,.fl-builder-content *:before,.fl-builder-content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fl-row:before,.fl-row:after,.fl-row-content:before,.fl-row-content:after,.fl-col-group:before,.fl-col-group:after,.fl-col:before,.fl-col:after,.fl-module:before,.fl-module:after,.fl-module-content:before,.fl-module-content:after {
    display: table;
    content: " ";
}

.fl-row:after,.fl-row-content:after,.fl-col-group:after,.fl-col:after,.fl-module:after,.fl-module-content:after {
    clear: both;
}

.fl-row,.fl-row-content,.fl-col-group,.fl-col,.fl-module,.fl-module-content {
    zoom:1;}

.fl-clear {
    clear: both;
}

.fl-clearfix:before,.fl-clearfix:after {
    display: table;
    content: " ";
}

.fl-clearfix:after {
    clear: both;
}

.fl-clearfix {
    zoom:1;}

.fl-visible-medium,.fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
    display: none;
}

.fl-row,.fl-row-content {
    margin-left: auto;
    margin-right: auto;
}

.fl-row-content-wrap {
    position: relative;
}

.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
    background-attachment: scroll;
}

.fl-row-bg-video,.fl-row-bg-video .fl-row-content {
    position: relative;
}

.fl-row-bg-video .fl-bg-video {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.fl-row-bg-video .fl-bg-video video {
    bottom: 0;
    left: 0px;
    position: absolute;
    right: 0;
    top: 0px;
}

.fl-row-bg-video .fl-bg-video iframe {
    pointer-events: none;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fl-bg-video-fallback {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.fl-row-bg-slideshow,.fl-row-bg-slideshow .fl-row-content {
    position: relative;
}

.fl-row .fl-bg-slideshow {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.fl-builder-edit .fl-row .fl-bg-slideshow * {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fl-row-bg-overlay .fl-row-content {
    position: relative;
    z-index: 1;
}

.fl-row-full-height .fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.fl-row-full-height .fl-row-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fl-row-full-height .fl-row-full-width.fl-row-content {
    max-width: 100%;
    width: 100%;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap {
    height: 1px;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content {
    flex: 0 0 auto;
    flex-basis: 100%;
    margin: 0;
}

.fl-row-full-height.fl-row-align-center .fl-row-content-wrap {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 1024px;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 768px;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 500px;
    }
}

.fl-col-group-equal-height,.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fl-col-group-equal-height {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fl-col-group-equal-height .fl-col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
}

.fl-col-group-equal-height:before,.fl-col-group-equal-height .fl-col:before,.fl-col-group-equal-height .fl-col-content:before,.fl-col-group-equal-height:after,.fl-col-group-equal-height .fl-col:after,.fl-col-group-equal-height .fl-col-content:after {
    content: none;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    width: 100%;
}

.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    min-height: 1px;
}

.fl-col {
    float: left;
    min-height: 1px;
}

.fl-col-bg-overlay .fl-col-content {
    position: relative;
}

.fl-col-bg-overlay .fl-col-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fl-col-bg-overlay .fl-module {
    position: relative;
    z-index: 2;
}

.fl-module img {
    max-width: 100%;
}

.fl-builder-module-template {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px;
}

.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
}

.fl-builder-content .fl-button:hover {
    text-decoration: none;
}

.fl-builder-content .fl-button:active {
    position: relative;
    top: 1px;
}

.fl-builder-content .fl-button-width-full .fl-button {
    display: block;
    text-align: center;
}

.fl-builder-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}

.fl-builder-content .fl-button-left {
    text-align: left;
}

.fl-builder-content .fl-button-center {
    text-align: center;
}

.fl-builder-content .fl-button-right {
    text-align: right;
}

.fl-builder-content .fl-button i {
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    width: auto;
}

.fl-builder-content .fl-button i.fl-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}

.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align: middle;
}

.fl-icon-wrap {
    display: inline-block;
}

.fl-icon {
    display: table-cell;
    vertical-align: middle;
}

.fl-icon a {
    text-decoration: none;
}

.fl-icon i {
    float: left;
}

.fl-icon i:before {
    border: none !important;
}

.fl-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}

.fl-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important;
}

.fl-icon-text a {
    text-decoration: none;
}

.fl-photo {
    line-height: 0;
    position: relative;
}

.fl-photo-align-left {
    text-align: left;
}

.fl-photo-align-center {
    text-align: center;
}

.fl-photo-align-right {
    text-align: right;
}

.fl-photo-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
}

.fl-photo-img-svg {
    width: 100%;
}

.fl-photo-content img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto !important;
}

.fl-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.fl-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px;
}

.fl-photo-caption-hover {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.fl-photo-content:hover .fl-photo-caption-hover {
    opacity: 100;
    filter: alpha(opacity = 100);
}

.fl-builder-pagination {
    padding: 40px 0;
}

.fl-builder-pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fl-builder-pagination li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar-wrapper{
    background-color: #1b2e8a;
}
.sidebar-nav li:before{
    background-color: #fff !important;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom{
    background-color:#1b2e8a ;
}
.fl-builder-pagination li a.page-numbers,.fl-builder-pagination li span.page-numbers {
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px;
}

.fl-builder-pagination li a.page-numbers:hover,.fl-builder-pagination li span.current {
    background: #f5f5f5;
    text-decoration: none;
}

.fl-slideshow,.fl-slideshow * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fl-slideshow .fl-slideshow-image img {
    max-width: none !important;
}

.fl-slideshow-social {
    line-height: 0 !important;
}

.fl-slideshow-social * {
    margin: 0 !important;
}

.fl-builder-content .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    left: 0;
}

.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-arrow:active, .mfp-wrap button.mfp-arrow:hover, .mfp-wrap button.mfp-arrow:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 50%;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.mfp-wrap .mfp-close,.mfp-wrap .mfp-close:active,.mfp-wrap .mfp-close:hover,.mfp-wrap .mfp-close:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.admin-bar .mfp-wrap .mfp-close,.admin-bar .mfp-wrap .mfp-close:active,.admin-bar .mfp-wrap .mfp-close:hover,.admin-bar .mfp-wrap .mfp-close:focus {
    top: 32px!important;
}

img.mfp-img {
    padding: 0;
}

.mfp-counter {
    display: none;
}

.mfp-wrap .mfp-preloader.fa {
    font-size: 30px;
}

.fl-form-field {
    margin-bottom: 15px;
}

.fl-form-field input.fl-form-error {
    border-color: #DD6420;
}

.fl-form-error-message {
    clear: both;
    color: #DD6420;
    display: none;
    padding-top: 8px;
    font-size: 12px;
    font-weight: lighter;
}

.fl-form-button-disabled {
    opacity: 0.5;
}

.fl-animation {
    opacity: 0;
}

.fl-builder-mobile .fl-animation,.fl-builder-edit .fl-animation,.fl-animated {
    opacity: 1;
}

.fl-animated.fl-fade-in {
    animation: fl-fade-in 1s ease-out;
    -webkit-animation: fl-fade-in 1s ease-out;
    -moz-animation: fl-fade-in 1s ease-out;
}

@keyframes fl-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fl-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fl-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fl-animated.fl-slide-left {
    animation: fl-slide-left 1s ease-out;
    -webkit-animation: fl-slide-left 1s ease-out;
    -moz-animation: fl-slide-left 1s ease-out;
}

@keyframes fl-slide-left {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes fl-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes fl-slide-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

.fl-animated.fl-slide-right {
    animation: fl-slide-right 1s ease-out;
    -webkit-animation: fl-slide-right 1s ease-out;
    -moz-animation: fl-slide-right 1s ease-out;
}

@keyframes fl-slide-right {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes fl-slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes fl-slide-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

.fl-animated.fl-slide-up {
    animation: fl-slide-up 1s ease-out;
    -webkit-animation: fl-slide-up 1s ease-out;
    -moz-animation: fl-slide-up 1s ease-out;
}

@keyframes fl-slide-up {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes fl-slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes fl-slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

.fl-animated.fl-slide-down {
    animation: fl-slide-down 1s ease-out;
    -webkit-animation: fl-slide-down 1s ease-out;
    -moz-animation: fl-slide-down 1s ease-out;
}

@keyframes fl-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes fl-slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes fl-slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

.fl-button.fl-button-icon-animation i {
    width: 0 !important;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.fl-button.fl-button-icon-animation:hover i {
    opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
    margin-left: 0px !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
    margin-left: 10px !important;
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
    margin-right: 0 !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
    margin-right: 20px !important;
    margin-left: -10px;
}

.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
}

.fl-builder-content a.fl-button *,.fl-builder-content a.fl-button:visited * {
    color: #333;
}

.fl-row-content-wrap {
    margin: 0px;
}

.fl-row-content-wrap {
    padding: 20px;
}

.fl-row-fixed-width {
    max-width: 1100px;
}

.fl-module-content {
    margin: 10px;
}

@media (max-width: 992px) {
    .fl-visible-desktop,.fl-visible-mobile,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
        display: none;
    }

    .fl-visible-desktop-medium,.fl-visible-medium,.fl-visible-medium-mobile,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col {
        display: block;
    }
}

@media (max-width: 768px) {
    .fl-visible-desktop,.fl-visible-desktop-medium,.fl-visible-medium,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col {
        display: none;
    }

    .fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
        display: block;
    }

    .fl-row-content-wrap {
        background-attachment: scroll !important;
    }

    .fl-row-bg-parallax .fl-row-content-wrap {
        background-attachment: scroll !important;
        background-position: center center !important;
    }

    .fl-col-group.fl-col-group-equal-height {
        display: block;
    }

    .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .fl-col-group.fl-col-group-responsive-reversed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -ms-box-orient: horizontal;
        -webkit-flex-flow: row wrap;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
        -webkit-box-ordinal-group: 9;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
        -webkit-box-ordinal-group: 7;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
    }

    .fl-col-small {
        max-width: 400px;
    }

    .fl-block-col-resize {
        display: none;
    }

    .fl-row[data-node] .fl-row-content-wrap {
        border-left: none;
        border-right: none;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .fl-row[data-node] .fl-bg-video,.fl-row[data-node] .fl-bg-slideshow {
        left: 0;
        right: 0;
    }

    .fl-col[data-node] .fl-col-content {
        border-left: none;
        border-right: none;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.page .fl-post-header, .single-fl-builder-template .fl-post-header {
    display: none;
}

.fl-node-60b4a80b2803b {
    width: 100%;
}

.process_items li:last-child {
    padding-top: 80px;
    text-align: center;
}

.process_items li:last-child .num_icon {
    top: 72px;
}

.process_items li:last-child .num_line {
    top: 90px;
}

.process_column .process_img::before {
    display: none
}

.process_icon.processline_end {
    display: none;
}

.process_center_line .processline {
    height: 93%;
}
.product_process_container{position:relative;padding:120px 0;}
.process_icon{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:48px;height:48px;border:5px solid #fff;border-radius:50%;background:#2c7293;-webkit-box-shadow:0 0 5px rgba(0,0,0,.35);box-shadow:0 0 5px rgba(0,0,0,.35);color:#fff;text-align:center;line-height:38px;}
.product_process_container .process_center_line{position:absolute;top:0;left:50%;margin-left:-40px;width:80px;height:100%;text-align:center;}
.process_icon.processline_end,.process_icon.processline_start{left:0;z-index:3;width:80px;height:80px;border-width:7px;text-transform:uppercase;font-weight:700;font-size:16px;line-height:66px;}
.process_icon.processline_start{top:0;}
.process_icon.processline_end{bottom:0;}
.processline{position:absolute;top:0;left:50%;margin-left:-7px;width:13px;height:100%;}
.process_icon.num_icon{top:-10px;}
.process_items{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.process_items .process_column{position:relative;padding:0 80px;width:50%;}
.process_column .num_line{position:absolute;top:9px;width:45px;height:10px;}
.process_column .num_line:before{position:absolute;top:0;left:0;width:10px;height:10px;border-radius:50%;background:#b9bcbd;content:"";}
.process_column .num_line:after{position:absolute;top:50%;right:0;margin-top:-1px;width:100%;height:3px;background:#b9bcbd;content:"";}
.process_column h3{margin-bottom:10px;color:#2c7293;text-transform:capitalize;font-size:22px;line-height:1.5;}
.process_column .process_img{position:relative;}
.process_column .process_img:before{position:absolute;bottom:0;left:5%;z-index:-1;width:90%;height:10px;border-radius:15px;-webkit-box-shadow:0 6px 7px rgba(0,0,0,.7);box-shadow:0 6px 7px rgba(0,0,0,.7);content:"";}
.process_column:nth-child(odd){/*text-align:right;*/}
.process_column:nth-child(odd) h3{text-align:right;}
.process_column:nth-child(even){margin-top:100px;margin-left:auto;}
.process_column:nth-child(odd) .num_icon{right:-24px;background:#fca828;}
.process_column:nth-child(even) .num_icon{left:-24px;}
.process_column:nth-child(odd) .num_line{right:24px;}
.process_column:nth-child(even) .num_line{left:24px;}
.process_column:nth-child(even) .num_line:before{right:0;left:unset;}
.service_process_container{position:relative;}
.service_center_line{position:absolute;left:50%;margin-left:-1px;width:2px;height:-webkit-calc(100% - 65px);height:calc(100% - 65px);background:#3d8ced;}
.tree_items{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.tree_items .tree_column{position:relative;margin:30px 0;width:50%;height:160px;}

.tree_column .num_icon{position:absolute;z-index:1;padding:12px;border:2px solid #ddd;border-radius:50%;background:#00b923;color:#fff;font-weight:700;font-size:22px;line-height:1.1;cursor:pointer;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s;}
.tree_column .num_line{position:absolute;z-index:0;width:10%;height:2px;border-color:#0c71a3;background:#0c71a3;content:"";-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s;}
.tree_column:nth-child(odd){padding-right:10%;}
.tree_column:nth-child(even){padding-left:10%;}
.tree_column:nth-child(odd) .num_icon{top:0;right:-26px;}
.tree_column:nth-child(even) .num_icon{bottom:0;left:-26px;}
.tree_column:nth-child(odd) .num_line{top:25px;right:-26px;margin-right:50px;}
.tree_column:nth-child(even) .num_line{bottom:25px;left:-26px;margin-left:50px;}
.tree_column .num_line:before{position:absolute;top:-9px;border:10px solid transparent;content:"";}
.tree_column:nth-child(odd) .num_line:before{left:-11px;border-right-color:inherit;}
.tree_column:nth-child(even) .num_line:before{right:-11px;border-left-color:inherit;}
.tree_column .tree_content{padding:15px;border:1px solid #ddd;border-radius:10px;position:relative;top:25px;}
.tree_column .tree_content h3{margin-top:6px;margin-bottom:10px;color:#00b923;text-transform:uppercase;font-weight:700;}
.tree_column .tree_content .tree_desc{margin-bottom:20px;text-align:justify;font-weight:300;font-size:14px;line-height:1.75;}
.tree_column:nth-child(1) .num_line{border-color:#00b923;background:#00b923;}
.tree_column:nth-child(2) .num_line{border-color:#3d8ced;background:#3d8ced;}
.tree_column:nth-child(3) .num_line{border-color:#8b34d4;background:#8b34d4;}
.tree_column:nth-child(4) .num_line{border-color:#00661a;background:#00661a;}
.tree_column:nth-child(5) .num_line{border-color:#3dda69;background:#3dda69;}
.tree_column:nth-child(1) .num_icon{background:#00b923;}
.tree_column:nth-child(2) .num_icon{background:#3d8ced;}
.tree_column:nth-child(3) .num_icon{background:#8b34d4;}
.tree_column:nth-child(4) .num_icon{background:#00661a;}
.tree_column:nth-child(5) .num_icon{background:#3dda69;}
.tree_column:nth-child(1) .tree_content h3{color:#00b923;}
.tree_column:nth-child(2) .tree_content h3{color:#3d8ced;}
.tree_column:nth-child(3) .tree_content h3{color:#8b34d4;}
.tree_column:nth-child(4) .tree_content h3{color:#00661a;}
.tree_column:nth-child(5) .tree_content h3{color:#3dda69;}
/* 适配:手机，平板，电脑--------------------------------------------------------------------------------------------------------- */
/* 手机 小于767的设备*/
@media (max-width: 767px) {
  .product_row_img {
    padding-top: 67%;
  }
  .content .swiper-container img{width: 100%; height: 70px;}
 .content .swiper-container video{width: 100%; height: 70px;}
  /* 内页适配 */
  .search_box {
    padding: 10px;
    top: 80px;
  }
  .search {
    position: absolute;
    top: 23px;
    right: 60px;
    margin-left: 0;
  }
  .searchin input {
    width: auto;
    flex: 1;
    height: 45px;
    line-height: 45px;
  }
  .searchin button {
    width: 15%;
    height: 45px;
    line-height: 45px;
  }
  .searchin i {
    font-size: 22px;
  }
  .tagkeywords {
    padding: 15px 10px;
  }
  .tablemain {
    padding: 30px 15px;
  }
  .tablemain h2 {
    font-size: 26px;
  }
  .tablecon button {
    width: 100%;
  }
  .tagfour {
    padding-bottom: 40px;
  }
  .tagtwo {
    padding-top: 40px;
  }
  .tagthree {
    padding: 40px 0;
  }
  .search_result {
    padding: 40px 0;
  }
  .search_result_box button {
    width: 20%;
  }
  .result_attention {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .search_result_list {
    margin-top: 0;
  }
  .productnametitle {
    margin-top: 30px;
  }
  .productmorecontent h3 {
    font-size: 26px;
  }
  .productnametitle a {
    display: block;
    text-align: center;
  }
  .header {
    display: none;
  }
  .headernav_list {
    display: none;
  }
  .scrollsidebar {
    display: none;
  }
  .feedback {
    display: none;
  }
  .bannercontent {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
  }
  .bannercontent img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .newshow {
    padding: 40px 0;
  }
  .newshow_fanye {
    flex-wrap: wrap;
  }
  .newsfanye {
    margin: 5px auto;
    width: 100%;
  }
  #exzoom {
    width: 100%;
  }
  .product,
  .news {
    padding: 40px 0;
  }
  .product_left,
  .news_left {
    margin-bottom: 30px;
  }
  .fanye {
    margin: 0 auto;
  }
  .product_row_txt,
  .newsboxtxt {
    padding: 15px;
  }
  .product_row_more,
  .newsboxtxt_bottom {
    padding-top: 15px;
    margin-top: 15px;
  }
  #map {
    height: 300px;
  }
  .contactus_hd {
    padding: 40px 0;
  }
  .contactus_way_li {
    margin: 15px 0;
  }
  .contactus_bd {
    padding: 50px 0;
  }
  .section1_title h2 {
    font-size: 32px;
  }
  .contactus_table input {
    margin: 10px 0;
  }
  .contactus_table button {
    width: 100%;
  }
}
/* 平板 768到992之间的设备 */
@media (min-width: 768px) and (max-width: 992px) {
  .content .swiper-container img{width: 100%; height: 70px;}
 .content .swiper-container video{width: 100%; height: 70px;}
  /* 内页适配 */
  .search_box {
    padding: 10px;
    top: 80px;
  }
  .search {
    position: absolute;
    top: 20px;
    right: 60px;
    margin-left: 0;
  }
  .searchin input {
    width: auto;
    flex: 1;
    height: 45px;
    line-height: 45px;
  }
  .searchin button {
    width: 15%;
    height: 45px;
    line-height: 45px;
  }
  .searchin i {
    font-size: 22px;
  }
  .tablemain {
    padding: 30px 15px;
  }
  .tablemain h2 {
    font-size: 26px;
  }
  .tablecon button {
    width: 100%;
  }
  .tagfour {
    padding-bottom: 40px;
  }
  .tagtwo {
    padding-top: 40px;
  }
  .tagthree {
    padding: 40px 0;
  }
  .search_result {
    padding: 40px 0;
  }
  .search_result_box button {
    width: 20%;
  }
  .result_attention {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .search_result_list {
    margin-top: 0;
  }
  .productnametitle {
    margin-top: 30px;
  }
  .productmorecontent h3 {
    font-size: 26px;
  }
  .productnametitle a {
    display: block;
    text-align: center;
  }
  .header {
    display: none;
  }
  .headernav_list {
    display: none;
  }
  .scrollsidebar {
    display: none;
  }
  .feedback {
    display: none;
  }
  .bannercontent {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
  }
  .bannercontent img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .newshow {
    padding: 40px 0;
  }
  .newshow_fanye {
    flex-wrap: wrap;
  }
  .newsfanye {
    margin: 5px auto;
    width: 48%;
  }
  #exzoom {
    width: 50%;
  }
  .product,
  .news {
    padding: 40px 0;
  }
  .product_left,
  .news_left {
    margin-bottom: 30px;
  }
  .fanye {
    margin: 0 auto;
  }
  .product_row_more,
  .newsboxtxt_bottom {
    padding-top: 15px;
    margin-top: 15px;
  }
  #map {
    height: 300px;
  }
  .contactus_hd {
    padding: 40px 0;
  }
  .contactus_way_li {
    margin: 15px 0;
  }
  .contactus_bd {
    padding: 50px 0;
  }
  .section1_title h2 {
    font-size: 32px;
  }
  .contactus_table input {
    margin: 10px 0;
  }
  .contactus_table button {
    width: 100%;
  }
}
/* 993到1200之间的设备 */
@media (min-width: 993px) and (max-width: 1200px) {
  .content .swiper-container img{width: 100%; height: 70px;}
 .content .swiper-container video{width: 100%; height: 70px;}
  /* 内页适配 */
  .search_box {
    padding: 10px 30px;
    top: 80px;
  }
  .search {
    position: absolute;
    top: 20px;
    right: 60px;
    margin-left: 0;
  }
  .searchin input {
    width: auto;
    flex: 1;
    height: 45px;
    line-height: 45px;
  }
  .searchin button {
    width: 10%;
    height: 45px;
    line-height: 45px;
  }
  .searchin i {
    font-size: 22px;
  }
  .tablemain {
    padding: 30px 15px;
  }
  .tablemain h2 {
    font-size: 26px;
  }
  .tablecon button {
    width: 100%;
  }
  .tagfour {
    padding-bottom: 40px;
  }
  .tagtwo {
    padding-top: 40px;
  }
  .tagthree {
    padding: 40px 0;
  }
  .search_result {
    padding: 40px 0;
  }
  .search_result_box button {
    width: 20%;
  }
  .result_attention {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .search_result_list {
    margin-top: 0;
  }
  .productnametitle {
    margin-top: 30px;
  }
  .productmorecontent h3 {
    font-size: 26px;
  }
  .productnametitle a {
    display: block;
    text-align: center;
  }
  .header {
    display: none;
  }
  .headernav_list {
    display: none;
  }
  .scrollsidebar {
    display: none;
  }
  .feedback {
    display: none;
  }
  .bannercontent {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
  }
  .bannercontent img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .newshow {
    padding: 40px 0;
  }
  .newshow_fanye {
    flex-wrap: wrap;
  }
  .newsfanye {
    margin: 5px auto;
    width: 48%;
  }
  #exzoom {
    width: 50%;
  }
  .product,
  .news {
    padding: 40px 0;
  }
  .product_left,
  .news_left {
    margin-bottom: 30px;
  }
  .fanye {
    margin: 0 auto;
  }
  #map {
    height: 300px;
  }
  .contactus_hd {
    padding: 40px 0;
  }
  .contactus_way_li {
    margin: 15px 0;
  }
  .contactus_bd {
    padding: 50px 0;
  }
  .section1_title h2 {
    font-size: 32px;
  }
  .contactus_table input {
    margin: 10px 0;
  }
  .contactus_table button {
    width: 100%;
  }
}
/* 大型设备（台式电脑，1200px 起） */
@media (min-width: 1201px) and (max-width: 1600px) {
}

/**/
.pages {
    text-align: center;
    margin-top: 20px;
}

.pages>a,.pages>span {
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    padding: 6px 10px 6px 10px;
    margin: 10px 6px 0 6px;
}

.pages>a.current {
    background: #172a88;
    color: #fff;
    border-color: #172a88;
}

.yandex-form #form #submit {
    width: 100%;
    color: #fff;
    background-color: #135fca !important;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
#submit1 {
    width: 100%;
    color: #fff;
    background-color: #1b2e8a!important;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
a:hover{text-decoration:none!important;}

.breadcrumbs_ty a,
.breadcrumbs_ty span{
  font-size: 18px;
  color: #000000;
}
.breadcrumbs_ty p{
  margin: 5px 0;
}
.breadcrumbs_ty{
   padding: 15px 0;
}
.breadcrumbs_ty .last{
   text-transform:capitalize !important;
}
.ty_line_down{
   width: 100%;
   background-color: #cdcdcd;
   height: 1px;
}