@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;
}
.table_wrap table {
    width: 100%;
    border: .0625rem solid #0C3464;
    overflow-x: auto;
    margin-top: 13px;
    flex-direction: column;
}

.table_wrap table tr {
    border: .0625rem solid #0C3464;
    width: fit-content;
    padding: 6px 0;
    color: #ffffff;
}
.fa1 {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* pagefenye and phonebottom */
.page_ctrl_box {
  padding: 40px 0;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page_ctrl_box .prev {
  float: left;
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/newsinfo-prev.png");
}

.page_ctrl_box a:hover {
  color: #003974;
}

.page_ctrl_box .list-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background-image: url("../images/list-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.3s;
}

.page_ctrl_box .next {
  float: right;
  padding-right: 28px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/newsinfo-next.png");
}

.page_ctrl_box .prev,
.page_ctrl_box .next {
  font-size: 18px;
  line-height: 16px;
  color: #333;
  background-repeat: no-repeat;
  background-size: 8px;
  transition: all 0.3s;
  text-transform: capitalize;
}

/*.table_wrap table tr:nth-child(even) {*/
/*    background-color: rgba(105, 136, 145, .6);*/
/*    color: #ffffff !important;*/
/*}*/


.table_wrap table tr td {
    border:1px solid #0C3464;
    padding: 10px;
    font-family: 'Karla';
    color: #2E2C3DCC;
}
.fl-node-wakex617v5tz > .fl-row-content-wrap{
        background-color: #fff !important;
}

/*.table_wrap table tr:nth-child(even) td {*/
/*    color: #ffffff !important;*/
/*}*/


.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;
}
/* 公共样式------------------------------------------------------------------------------------------------------ */

.bottomDiv {
  position: fixed;
  left: 0px;
  bottom: 0px;
  _position: absolute;
  padding: 0px;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 99999999;
  background-color: #0c3464;
  width: 100%;
}

.bot_1 {
  width: 25%;
  float: left;
  border-right: 1px #ddd solid;
  color: #fff;
  font-size: 13px;
  height: 80px;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
}

.bot_1 i {
  display: block;
  font-size: 24px;
}

.border_none {
  border-right: none !important;
}

.bot_1 a {
  color: #fff;
}
.bread_crumb_main {
  background-color: #eee;
  padding: 15px 0;
  border-bottom: 1px #ddd solid;
}

.bread_crumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #222
}

.bread_crumbs i {
  color: #222;
  padding-right: 10px;
}

.bread_crumbs a {
  display: block;
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  margin: 2px 10px 2px 10px;
}
.bread_crumbs a:hover {
  text-decoration: underline !important;
  color: #003974;
}

.bread_crumbs a:last-child::after {
  display: none;
}

/* 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: 75px;*/
/*    }*/
/*    .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: #0C3464;}*/
/*    .nav_wrap .head_nav > li > a:after {*/
/*      content: "";*/
/*      display: none;*/
/*      width: 100%;*/
/*      height: 3px;*/
/*      background-color: #0C3464;*/
/*      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: #0C3464;}*/
/*    .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: #0C3464;*/
/*      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: #0C3464;}*/
/*    .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;height:400px;overflow-y:scroll;}*/
/*    .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: 1;*/
/*      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 ul > li > ul {*/
/*    width: 600px;;*/
/*}*/
/*.nav_wrap .head_nav > li li a img{*/
/*    width: 150px;*/
/*    height: 150px;*/
/*}*/
/*  .sub-menu {  */
/*        display: none;  */
/*    }  */
  
/*    .sub-menu.visible {  */
/*        display: block;  */
/*    } */
/*    .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;}*/
    
/* 首页----------------------------------------------------------------------------------------------------- */

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.searchin i {
  font-size: 50px;
  color: #0C3464;
  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 #0C3464;
  background-color: #0C3464;
}
/* .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 {
  text-align:center;
}
.search_result_box input {
  width: 70%;
  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 {
  width: 10%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #0C3464;
  border: 1px solid #0C3464;
  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: #ff5a00;
  border: 1px solid #ff5a00;
  width: 15%;
}
.search_result_box button:hover i {
  color: #fff;
}
.result_attention {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #0C3464;
}
.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 #0C3464;
}
/* 搜索结果页面 */
.tagthree {
  padding: 100px 0;
}
.tablemain h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.tablemain {
  background-color: #0C3464;
  padding: 60px 50px;
  border-radius: 30px;
}
.tablecon button:hover {
  border: 1px solid #0C3464;
  background-color: #fff;
  color: #0C3464;
  width: 80%;
}
.tablecon button {
  border: 1px solid #0C3464;
  outline: none;
  background-color: #fff;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #0C3464;
  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: #0C3464;
  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: #0C3464;
  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: #0C3464;
}
.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: #0C3464 !important;
}



.product_left ul li a:hover{
    color: #ff5a00!important;
}




/* 内页 ----------------------------------------------------------------------------------------------------*/
.bannercontent img {
  width: 100%;
  vertical-align: middle;
}
.bannercontentcover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.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 #0C3464;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #0C3464;
  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: #0C3464;*/
/*}*/

.accordion li.open i {
  color: #000;
}
.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: #0C3464;
  color: #fff;
}
.product_left_menu h2 {
  padding: 15px;
  color: #fff;
  background-color: #0C3464;
  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: #0C3464;
  border: 1px solid #0C3464;
}
.pagination li:hover a {
  background-color: #0C3464;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #0C3464;
}
.newsgo {
  margin: 50px auto 0 auto;
  display: block;
  width: 20%;
  height: 60px;
  line-height: 60px;
  background-color: #0C3464;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: 1px solid #0C3464;
  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: #0C3464;
  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: 0 30px 0 0;
}
.newsboxtxt .newsboxtxt h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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 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: #0C3464;
  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: #0C3464;
  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: #0C3464;
  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: #ff5a00;
  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: #0C3464;
  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: #0C3464;
  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: #0C3464;
  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: #0C3464;
  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: #0C3464;
}
.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;
  z-index: 9;
}
.bannercontent_title h2 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  font-weight: bold; z-index: 1;
}
.bannercontent_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; z-index: 1;
}
.bannercontent_link a {
  font-size: 18px;
  color: #fff; z-index: 1;
}
.bannercontent_link i {
  color: #fff;
  font-size: 18px;
  margin: 0 10px; z-index: 1;
}
.newshow {
  padding: 80px 0;
}
.newshow_title {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #0C3464;
}
.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 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 #0C3464;
  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: #0C3464;
  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: #0C3464;
}
.newsfanye:hover i,
.newsfanye:hover a {
  color: #fff;
}
.productnametitle h1 {
  font-size: 26px;
  color: #0C3464;
  font-weight: bold;
  line-height: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0C3464;
  margin-bottom: 30px;
}
.productnametitle p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.productnametitle a {
  display: inline-block;
  padding: 15px 40px;
  background-color: #0C3464;
  color: #fff;
  border: 1px solid #0C3464;
  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: #ff5a00;
    color: #fff;
    font-weight: bold;
    border-color: #ff5a00
}
.productmorecontent {
  margin-top: 60px;
}
.productmorecontent h3 {
  font-size: 36px;
  color: #0C3464;
  font-weight: bold;
  padding-left: 20px;
  border-left: 4px solid #0C3464;
  margin-bottom: 30px;
}
.productmorecontent p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.productmorecontent img {
  max-width: 100%;
  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;
      word-break: break-all;
}
.ways i {
  color: #0C3464;
  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: #0C3464;
}
.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_way_li:hover p a{
  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: #0C3464;
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
  border: 1px solid #0C3464;
  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 #0C3464;
  color: #0C3464;
  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: 70%;}
    .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 30px 15px;}
    .time{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 10px;}
    .time i{font-size: 18px;color: #666;margin-right: 5px;margin-top: -1px;}
    .time span{font-size: 14px;color: #666;display: block;}
    .blog_txt h3{ margin-bottom: 10px; line-height: 23px;  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.5s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .blog_txt 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.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: #0C3464;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: #0C3464;border: 1px solid #0C3464;color: #fff;}
    .blogli:hover .blog_txt h3{font-weight: bold;color: #0C3464;}
    .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%;}
.bigbtn .swiper-button-next:after,.bigbtn .swiper-button-prev:after{ font-size: 26px;color: #fff;padding: 10px 10px; background-color: #0C3464;}
.productinfomodle .content{display: flex;}
.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-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 #0C3464;}
.b>.swiper-wrapper>.swiper-slide>a.active>video{border: 2px solid #0C3464;}
.content .left{position: relative;}
.div-not-click {pointer-events: none;opacity: 0.5;}
.bg>img{position: relative; width: 100%;height: 100%; object-fit: cover;}
.content{position: relative;}
.bigbtn{position: absolute;bottom: 30px;left: 0;width: 100%;}


/* 产品列表 */
.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: #0C3464;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;word-wrap: break-word;
word-break: break-all;}
.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: #0C3464;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{    width: 100%;padding: 20px 15px;z-index: 0;}
.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: #0C3464;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: #ff5a00;}
.three_li:hover:hover .productmore span,.three_li:hover:hover .productmore i{color: #fff !important;}
.three_li:hover .producttxt h3,.three_li:hover .producttxt p{color: #fff;}


.backtop{display: none;  width: 50px;height: 50px;line-height: 50px;text-align: center;background-color: rgba(0,196,216,0.8);position: fixed;bottom: 10%;right: 3%;z-index: 999999999;cursor: pointer;}
.backtop i{font-size: 32px;text-align: center;color: #fff;}
.nav_wrap>ul>li:hover{
    background-color: #ff5a00!important;
    
}
.section-header-wrap-block .nav>li>a:hover{
    background-color: transparent!important;
    color: #ff5a00!important;
}
.section-header-wrap-block .nav>li:hover{
    background-color: transparent !important;
}
.footer_nav_img img{
    max-width: 200px;
}
.indexinquery_main button:hover{
    background-color: #ff5a00;
}
.updatahottproductSwiper{
   max-height:705px!important;
}
.product_static_hot {
  margin-top: 15px;
}

.product_static_hot .newsboximg {
  padding-top: 100%;
}

.product_static_hot .newsbox {
  border-radius: 0;
  margin-bottom: 15px;
}

.product_static_hot .newsboxtxt h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}
.product_static_hot .newsboxtxt{
    padding: 0 0 0 0;
}
.product_static_hot .newsboxtxt h3{
        font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -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;
}
.newsboxflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newsinfotit {
    
    margin-top: 20px;
    
    padding: 15px;
    color: #fff;
    background-color: #0C3464;
    font-size: 24px;
    text-align: center;
}
.contact p,.contact span{
    word-break: break-all;
    word-wrap: break-word;
}
/* 适配:手机，平板，电脑--------------------------------------------------------------------------------------------------------- */
/* 手机 小于767的设备*/
@media (max-width: 576px) {

    .bottomDiv {
    display: block;
  }
  footer{
    margin-bottom: 80px;
  }
  .swiper-pagination,
.swiper-button-next,
.swiper-button-prev{
    display: none;
}
    .table_wrap{
        overflow: scroll;
    }
  .product_row_img {
    padding-top: 67%;
  }
  .content .swiper-container img{width: 100%; height: 70px;}
 .content .swiper-container video{width: 100%; height: 70px;}
  /* 内页适配 */
  .searchin{
    width: 95%;
  }
  .searchclose{top: 100px;right: 10px;}
  .searchclose img{width: 50px;height: 50px;}
  .search {
    position: absolute;
    top: 23px;
    right: 60px;
    margin-left: 0;
  }
  .searchin input {
    width: auto;
    flex: 1;
    height: 50px;
    line-height: 50px;
  }
  .searchin button {
    width: 15%;
    height: 50px;
    line-height: 50px;
  }
  .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%;
  }
}
@media (min-width:577px) and (max-width: 767px) {
    .bottomDiv {
    display: block;
  }
  footer{
    margin-bottom: 80px;
  }
.swiper-pagination,
.swiper-button-next,
.swiper-button-prev{
    display: none;
}
    .table_wrap{
        overflow: scroll;
    }
  .product_row_img {
    padding-top: 67%;
  }
  .content .swiper-container img{width: 100%; height: 70px;}
 .content .swiper-container video{width: 100%; height: 70px;}
  /* 内页适配 */
  .searchin{
    width: 95%;
  }
  .searchclose{top: 100px;right: 10px;}
  .searchclose img{width: 50px;height: 50px;}
  .search {
    position: absolute;
    top: 23px;
    right: 60px;
    margin-left: 0;
  }
  .searchin input {
    width: auto;
    flex: 1;
    height: 50px;
    line-height: 50px;
  }
  .searchin button {
    width: 15%;
    height: 50px;
    line-height: 50px;
  }
  .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) {
    .bottomDiv {
    display: block;
  }
  footer{
    margin-bottom: 80px;
  }
.swiper-pagination,
.swiper-button-next,
.swiper-button-prev{
    display: none;
}
      .table_wrap{
        overflow: scroll;
    }
  .content .swiper-container img{width: 100%; height: 70px;}
 .content .swiper-container video{width: 100%; height: 70px;}
  /* 内页适配 */
  .searchin{
    width: 95%;
  }
  .searchclose{top: 100px;right: 10px;}
  .searchclose img{width: 50px;height: 50px;}
  .search {
    position: absolute;
    top: 20px;
    right: 60px;
    margin-left: 0;
  }
  .searchin input {
    width: auto;
    flex: 1;
    height: 50px;
    line-height: 50px;
  }
  .searchin button {
    width: 10%;
    height: 50px;
    line-height: 50px;
  }
  .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) {
    .bottomDiv {
    display: block;
  }
  footer{
    margin-bottom: 80px;
  }
.swiper-pagination,
.swiper-button-next,
.swiper-button-prev{
    display: none;
}
      .table_wrap{
        overflow: scroll;
    }
  .content .swiper-container img{width: 100%; height: 70px;}
 .content .swiper-container video{width: 100%; height: 70px;}
  /* 内页适配 */
  .searchin{
    width: 95%;
  }
  .searchclose{top: 100px;right: 10px;}
  .searchclose img{width: 50px;height: 50px;}
  .search {
    position: absolute;
    top: 23px;
    right: 60px;
    margin-left: 0;
  }
  .searchin input {
    width: auto;
    flex: 1;
    height: 50px;
    line-height: 50px;
  }
  .searchin button {
    width: 10%;
    height: 50px;
    line-height: 50px;
  }
  .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%;
  }
}
	ul{
			list-style: none;
		}
		.banner{
			width: 100%;
			/*height: 100px;*/
		}
		/*.nav_wrap{*/
		/*	width: 100%;*/
		/*	height: 60px;*/
		/*	border: 0px;*/
		/*	border-top: 1px solid #eee;*/
		/*	border-bottom: 1px solid #eee;*/
		/*	background-color: #fff;*/
		/*}*/
		.nav_wrap>ul{
			/*width: 80%;*/
			margin:0 auto;
		}
		.nav_wrap>ul:after{
			display: block;
			content: '';
			clear: both;
		}
		.nav_wrap>ul>li{
			display: block;
			height: 100%;
			padding-left: 20px;
			float: left;
			text-align: center;
			background: url(img/bg.gif) no-repeat;
			background-position: 21px 22px;
		}
		.nav_wrap>ul>li a{
			display: inline-block;
			width: 100%;
			height: 100%;
			padding: 10px 20px;
			font-size: 18px;
			line-height: 16px;
			text-decoration:none;
		}

		.nav_wrap>ul>li ul{
			display: none;
		}
		.nav_wrap>ul>li:hover>a+ul{/*鼠标划过一级菜单的时候二级菜单显示*/
			display: block;
		}
		.nav_wrap>ul>li>ul{
			width: 160px;
			height: auto;
			border: 1px solid #eee;
			border-radius:3px;
			position: relative;
			top: 0px;
			left: -20px;
		}
		.nav_wrap>ul>li>ul>li,.nav_wrap>ul>li>ul>li>ul>li{
			display: block;
			width: 100%;
			height: 60px;
			text-align: center;
			border-bottom: 1px solid #eee;
		}
		.nav_wrap>ul>li>ul>li:last-child,.nav_wrap>ul>li>ul>li>ul>li:last-child{
			border: 0px;
		}
		/*.nav_wrap>ul>li>ul>li :hover{*/
  /*          color: white!important;*/
		/*}*/
		.nav_wrap .zs_sb_ul>li:hover{
			background: #0c3464;
		    color: #ff5a00 !important;
		}
		
		.nav_wrap .zs_sb_ul>li:hover>a{
		    color: #ff5a00 !important;
		}
		.nav_wrap .zs_sb_ul_ul>li:hover{/*与用户的交互不能少*/
			background: transparent;
		    color: #ff5a00  !important;
		}
		
		.nav_wrap .zs_sb_ul_ul>li:hover>a{
		    color:#ff5a00  !important;
		}
		.nav_wrap .zs_sb_ul_ul>li:hover.nav_wrap>ul>li>ul>li a{/*与用户的交互不能少*/
            color: #ff5a00  !important;
		}
		
		.nav_wrap>ul>li>ul>li:hover ul{/*鼠标划过二级菜单的时候对应的三级菜单显示*/
			display: block;
		}
		.nav_wrap>ul>li>ul>li>ul{
			width: 160px;
			height: auto;
			border: 1px solid #eee;
			border-radius:3px;
			position: relative;
			top: -60px;
			left: 100%;
		}

/* 大型设备（台式电脑，1200px 起） */
@media (min-width: 1201px) and (max-width: 1600px) {
}
.zs_sb_ul_ul li em{
    color: #333333 !important;
}
.zs_sb_ul_ul li:hover em{
    color: #ff5a00  !important;
}

.zs_sb_ul_ul>a{
    background: #ff5a00;
    color: #fff;
			line-height: 22px !important;
			font-weight: bold;
}

.feedback .feedbackForm .input_b{
    color: #ff5a00;
}

.productshow_otherSwiper .indexproductli:hover .indexproduct_txt p{
    color: #ff5a00;
    transition: all ease 0.3s;
}

/*.psLSwiper {*/
/*    height: 100%;*/
/*}*/

/*.product_static_hot{*/
/*    height: 600px;*/
/*}*/

.scrollDiv{
  height: 90px;
  /* 必要元素 */
  line-height: 25px;
  border: #ccc 1px solid;
  overflow: hidden;
  /* 必要元素 */
}

#s3 {
  height: 530px;
}
.product_static_hot #btn1 {
  color: rgb(255, 220, 32);
  font-size: 20px;
  padding: 5px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.product_static_hot #btn2 {
  color: rgb(255, 220, 32);
  font-size: 20px;
  padding: 5px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.updatahottproductSwiper .newsboxtxt h3 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}

.updatahottproductSwiper .newsbox {
    margin-bottom: 15px;
    border-radius: 0;
}
@media (max-width: 340px){
    .updatahottproductSwiper{display: none;}
}
@media (max-width: 576px) {
    .updatahottproductSwiper{display: none;}
}
@media (min-width: 577px) and (max-width: 768px) {
    .updatahottproductSwiper{display: none;}
}
@media (min-width: 769px) and (max-width: 992px) {
    .updatahottproductSwiper{display: none;}
}
@media (min-width: 993px) and (max-width: 1219px) {
    .updatahottproductSwiper{display: none;}
    .product_static_hot .newsboxtxt h3{line-height: normal !important;font-size: 14px !important;}
}
@media (min-width: 1200px) and (max-width: 1329px){
    .updatahottproductSwiper{max-height: 700px;}
}
@media (min-width: 1330px) and (max-width: 1399px){
    .updatahottproductSwiper{max-height: 680px!important;}
}
@media (min-width: 1400px) and (max-width: 1440px){
    .updatahottproductSwiper{max-height: 940px;}
}
@media (min-width: 1441px) and (max-width: 1500px) {}
@media (min-width: 1501px) and (max-width: 1680px) {}