@charset "utf-8";
/*公用*/
html {
  font-size: 19px;
}
html,
body {
  font-family: Arial, Helvetica, sans-serif, "Lucida Family";
  color: #1F1F1F;
  line-height: 1.6;
}
i {
  font-style: normal;
}
li {
  list-style: none;
}
label {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
.clearr {
  clear: both;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
.imgs {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.ng_box {
  width: 100%;
}
.ng_cont {
  padding: 0px 20px;
  margin: 0px auto;
}
#ng {
  width: 100%;
  height: 100%;
}
.index_box {
  margin-bottom: 3.15789474rem;
}
.index_tit {
  margin-bottom: 2.10526316rem;
  font-size: 1.57894737rem;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.disnone {
  display: none;
}
/*head*/
.head {
  margin-top: 1.05263158rem;
  margin-bottom: 0.78947368rem;
}
.head_pc_bd {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 77px;
}
.head_pcl {
  flex: 0 1 200px;
  align-self: flex-start;
}
.head_pcr {
  flex: 1;
  text-align: right;
}
.head_pcr a {
  display: inline-block;
  font-size: 0.94736842rem;
  color: #000;
  padding: 0px 0.89473684rem;
}
.head_pcr a:hover {
  color: #1B5369;
}
.head_pcr a.active {
  color: #1B5369;
}
.head_wap {
  display: none;
}
#nav_bd {
  display: none;
}
#wap_ban {
  display: none;
}
.swiper-container {
  max-width: 100%;
  max-height: 100%;
}
.ng_slide {
  font-size: 0.94736842rem;
  background: #fff;
  /* Center slide text vertically */
  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;
  text-align: center;
}
.ng_slide {
  position: relative;
}
.ng_slide img {
  display: block;
  position: relative;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  width: 100%;
}
.ng_swipe .swiper-pagination-bullet {
  width: 2.10526316rem;
  border-radius: 5px;
  height: 6px;
  background: #fff;
  opacity: 0.6;
}
.ng_swipe .swiper-pagination-bullet-active {
  background: #1B5369;
}
.ng_swipea .swiper-pagination-bullet {
  width: 2.10526316rem;
  border-radius: 5px;
  height: 6px;
  background: #fff;
  opacity: 0.6;
}
.ng_swipea .swiper-pagination-bullet-active {
  background: #1B5369;
}
/*home*/
.ng_main {
  padding: 1.68421053rem 0px 0px;
}
.index_search {
  width: 800px;
  height: 2.63157895rem;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px #008FBF solid;
  margin: 0px auto 1.84210526rem;
  padding: 0.26315789rem 0.52631579rem;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_searchs {
  flex: 0 1 120px;
  border: none;
  outline: none;
  background: #008FBF;
  text-align: center;
  color: #fff;
  height: 2.10526316rem;
  line-height: 2.10526316rem;
  border-radius: 3px;
  font-size: 0.84210526rem;
  cursor: pointer;
}
.index_searchi {
  flex: 1;
  border: none;
  outline: none;
  color: #777;
  font-size: 0.84210526rem;
  height: 2.10526316rem;
  line-height: 2.10526316rem;
}
.pro_box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pro_item {
  width: 11.5%;
  float: left;
  margin: 0px 0.5% 1.57894737rem;
  border: 1px #ddd solid;
  border-radius: 2px;
  box-sizing: border-box;
}
.pro_itemi {
  padding: 0.78947368rem;
}
.pro_itemt {
  font-size: 0.84210526rem;
  color: #1F1F1F;
  line-height: 30px;
  text-align: center;
}
.pro_item:hover {
  border: 1px #1B5369 solid;
}
.about {
  background: url(../index_bg.jpg) center center no-repeat;
  background-size: cover;
}
.about_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.about_cont {
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  background: rgba(24, 84, 106, 0.82);
}
.about_cont_box {
  padding: 3.15789474rem;
  font-size: 1.05263158rem;
  text-align: right;
  line-height: 45px;
}
.cpzx_conx {
  width: 40px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  background: #1B5369;
  color: #fff;
  cursor: pointer;
}
.cpzx_conl {
  left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cpzx_conr {
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cpzx_cons_bdi {
  padding: 1.05263158rem 0px;
}
.cpzx_cons_bd_tit {
  font-size: 0.84210526rem;
  color: #333;
  line-height: 1.31578947rem;
  text-align: left;
  padding: 1.05263158rem;
}
.news_item {
  width: 23.5%;
  float: left;
}
.news_itemi {
  overflow: hidden;
}
.news_itemi img {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
}
.news_item:nth-child(2) {
  margin-left: 2%;
  margin-right: 1%;
}
.news_item:nth-child(3) {
  margin-left: 1%;
  margin-right: 2%;
}
.news_item_box {
  padding: 1.05263158rem;
  border: 1px #eee solid;
  -webkit-box-shadow: 0 2px 15px #f1f1f1;
  box-shadow: 0 2px 15px #f1f1f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news_item_tit {
  font-size: 0.94736842rem;
  color: #000;
}
.news_item_des {
  font-size: 0.84210526rem;
  color: #545454;
  margin: 1.31578947rem auto;
}
.news_item_more {
  display: inline-block;
  border: 1px #1B5369 solid;
  border-radius: 10px;
  padding: 6px 15px;
  font-size: 14px;
  color: #1B5369;
  font-weight: bold;
  transition: all 0.5s ease-in;
  cursor: pointer;
}
.news_item:hover .news_item_more {
  background: #1B5369;
  color: #fff;
}
.news_item:hover .news_itemi img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cpzx_cons_bdi img {
  max-width: 100%;
  height: 111px;
}
.news_itemi img {
  height: 282px;
}
/*foot*/
.foot_bot {
  background: #008FBF;
  color: #fff;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  /* font-size: 0.84210526rem; */
  font-size: 14px;
}
.foot_link {
  margin-bottom: 1.57894737rem;
}
.link_box span {
  display: inline-block;
  font-size: 20px;
  color: #333;
  margin-right: 15px;
}
.link_box a {
  display: inline-block;
  font-size: 0.94736842rem;
  color: #888;
  margin-right: 0.52631579rem;
  margin-bottom: 0.52631579rem;
}
.link_box a:hover {
  color: #1B5369;
}
.foot_clo {
  border-top: 1px #eee solid;
  padding-top: 15px;
  padding-bottom: 15px;
}
.foot_clol {
  /* width: 45%;
  float: left; */
}
.foot_clol_item {
  width: 25%;
  float: left;
  /* padding-left: 13%; */
  text-align: center;
}
.foot_clol_item h3 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.foot_clol_item h3 a {
  color: #1B5369;
}

.foot_clol_itemx a {
  display: block;
  line-height: 2.10526316rem;
  color: #777;
  font-weight: bold;
  font-size: 0.84210526rem;
}
.foot_clom {
  width: 18%;
  float: left;
  padding-left: 5%;
}
.foot_clor {
  width: 340px;
  float: right;
  padding-top: 3.15789474rem;
}
.foot_clom h3 {
  position: relative;
  font-size: 1.15789474rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #1B5369;
}
.foot_clom h3::after {
  position: absolute;
  width: 110px;
  height: 2px;
  background: #1B5369;
  display: block;
  content: "";
}
.foot_clom h4 {
  font-size: 1.05263158rem;
  color: #777;
  font-weight: bold;
}
.foot_clom p {
  font-size: 14px;
  color: #777;
  line-height: 35px;
}
.foot_clor img {
  width: 111px;
  height: 51px;
  float: left;
  margin-right: 50px;
}
/*内页ban*/
.ng_ny_ban {
  position: relative;
}
.ng_ny_ban_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-flex;
  display: flex;
  justify-content: center
    ;
  align-items: center;
  font-size: 2.10526316rem;
  color: #fff;
  font-weight: 300;
}
/*products*/
.ny_pro {
  margin: 2.10526316rem auto;
}
.ny_pro_box {
  position: relative;
}
.ny_prol {
  width: 240px;
  float: left;
}
.ny_pror {
  width: calc(100% - 255px);
  float: right;
  position: relative;
}
.ny_prolt {
  background: #008FBF;
  color: #fff;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  font-size: 1.05263158rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px #ddd solid;
  box-sizing: border-box;
}
.ny_prol_nav {
  border: 1px #ddd solid;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ny_prol_nav a {
  display: block;
  border-bottom: 1px #ddd solid;
  padding: 8px 0px 8px 0.78947368rem;
  font-size: 0.84210526rem;
  color: #202020;
}
.ny_prol_nav a:hover {
  background: #008FBF;
  color: #fff;
  border-bottom: 1px #008FBF solid;
}
.ny_prol_nav a.active {
  background: #008FBF;
  color: #fff;
  border-bottom: 1px #008FBF solid;
}
.ny_pror_tit {
  font-size: 1.57894737rem;
  color: #008FBF;
  margin-bottom: 15px;
  margin-top: 40px;
}
.ny_pror_nav {
  margin-bottom: 15px;
}
.ny_pror_nav p {
  display: inline-block;
  float: left;
  position: relative;
  color: #333;
  font-size: 0.84210526rem;
  padding-right: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 30px;
}
.ny_pror_nav p::after {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: 0px;
  background: #333;
}
.ny_pror_nav p.active {
  color: #1B5369;
  font-weight: bold;
}
.ny_pror_nav p:last-child::after {
  display: none;
}
.ny_pror_nav::after {
  display: block;
  content: "";
  clear: both;
}
.ny_pror_table {
  width: 100%;
}
.ny_pror_pc th {
  background: #ddd;
  color: #1B5369;
  font-size: 16px;
  text-align: center;
  line-height: 3.15789474rem;
  font-weight: bold;
}
.ny_pror_pc table {
  border-collapse: collapse;
}
.ny_pror_pc tr {
  width: 100%;
  z-index: 0;
}
.ny_pror_pc td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-top: none;
  position: relative;
  text-align: center;
  padding: 10px 0px;
  /* font-size: 0.84210526rem; */
  font-size: 14px;
  color: #1F1F1F;
  cursor: pointer;
}
.ny_pror_pc td.ny_pror_tableis img.ny_pror_tableisa {
  width: 87px;
  height: 60px;
}
.ny_pror_pc td .ny_pror_tableisb {
  position: absolute;
  top: 0px;
  left: 100%;
  display: none;
  z-index: 5;
}
.ny_pror_pc td.procb {
  position: relative;
  z-index: 3;
}
.ny_pror_pc td.ny_pror_tablei:hover .ny_pror_tableisb {
  display: block;
}
.pro_th {
  height: 50px;
}
#pro_imgs {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_searchs {
  position: absolute;
  top: 0px;
  right: 0px;
}
/*products-show*/
/*show*/
.ny_sing_head {
  border-bottom: 1px #ddd solid;
  line-height: 3.15789474rem;
}
.ny_sing_head a {
  font-size: 0.94736842rem;
  color: #666;
  font-weight: bold;
  display: inline-block;
  margin-right: 4.21052632rem;
}
.ny_sing_head a.active {
  color: #1B5369;
}
.ny_sing_box {
  padding: 2.10526316rem 0px;
  text-align: justify;
  font-size: 1.05263158rem;
}
/*news*/
.ny_news {
  padding: 1.57894737rem 0px 3.15789474rem;
}
.ny_news_item {
  width: 45%;
  float: left;
  margin-bottom: 1.31578947rem;
}
.ny_news_item:nth-child(2n) {
  margin-left: 10%;
}
.ny_news_item a {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ny_news_itemi {
  flex: 0 1 40%;
  margin-right: 2%;
}
.ny_news_itemi img {
  max-height: 215px;
}
.ny_news_itemt {
  flex: 0 1 58%;
}
.ny_news_itemt_p {
  font-size: 14px;
  color: #888;
  line-height: 25px;
}
.ny_news_itemt_t {
  font-size: 0.94736842rem;
  color: #202020;
  margin-bottom: 1.31578947rem;
}
/*news-show*/
.ny_sing_tit h1 {
  font-size: 1.57894737rem;
  color: #1F1F1F;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px #ddd dashed;
  margin-bottom: 1.05263158rem;
  padding: 1.05263158rem 0px;
}
.ny_sing_tit p {
  text-align: center;
  font-size: 0.73684211rem;
  color: #999;
}
/*iNVENTORY */
.ny_sing_head_inv h5 {
  font-size: 1.57894737rem;
  color: #1B5369;
  font-weight: bold;
}
.ny_sing_head_inv h6 {
  font-size: 16px;
  text-align: justify;
  color: #545454;
  line-height: 1.7;
  margin-bottom: 15px;
}
.ny_inven_table {
  width: 100%;
}
.ny_inven_big th {
  background: #ddd;
  color: #1B5369;
  font-size: 16px;
  text-align: center;
  line-height: 3.15789474rem;
  font-weight: bold;
}
.ny_inven_big table {
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.ny_inven_big tbody,
.ny_inven_big th,
.ny_inven_big td {
  border: 1px solid #ddd;
}
.ny_inven_big td {
  text-align: center;
  padding: 14px 10px;
  font-size: 14px;
  color: #1F1F1F;
}
.ny_inven_wap {
  display: none;
}
#product_wap {
  display: none;
}
/*iNVENTORY-show */
/*REP/DISTRIBUTORS  */
.ny_dis_item {
  width: 49.5%;
  float: left;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.31578947rem;
  padding-bottom: 1.31578947rem;
  border-bottom: 1px #eee dashed;
  margin-right: 0.5%;
}
.ny_dis_itemr_box {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.31578947rem;
}
.ny_dis_iteml {
  flex: 0 1 167px;
}
.ny_dis_itemr {
  flex: 1;
}
.ny_dis_iteml img {
  width: 167px;
  height: 79px;
}
.ny_dis_itemr_boxl {
  flex: 0 1 150px;
  margin-right: 10px;
  line-height: 1.3;
}
.ny_dis_itemr_boxl,
.ny_dis_itemr_boxr {
  font-size: 0.84210526rem;
  color: #444;
}
.ny_dis_itemr_boxr {
  flex: 1;
  line-height: 1.3;
  padding-right: 15px;
  font-size: 14px;
}
.ny_dis_itemr_boxrs {
  text-align: justify;
}
/*REP/DISTRIBUTORS -show */
/*瀑布流分页器*/
.ny_news_ppl {
  text-align: center;
  border-top: 1px #ddd dashed;
  margin-top: 1.84210526rem;
  padding-top: 1.84210526rem;
}
.ny_news_ppl a {
  background: #1B5369;
  font-size: 0.84210526rem;
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
}
/*search*/
.ny_search_tit {
  text-align: center;
  font-size: 1.57894737rem;
  margin: 2.63157895rem 0px;
}
.ny_search_tit span {
  color: #1B5369;
}
.ny_search_table {
  width: 100%;
}
.ny_search_table th {
  background: #ddd;
  color: #1B5369;
  font-size: 16px;
  text-align: center;
  line-height: 3.15789474rem;
  font-weight: bold;
}
table.ny_search_table {
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.ny_search_table tbody,
.ny_search_table th,
.ny_search_table td {
  border: 1px solid #ddd;
}
.ny_search_table td {
  text-align: center;
  padding: 14px 10px;
  font-size: 0.84210526rem;
  color: #1F1F1F;
}
.ny_search_tablei {
  position: relative;
  cursor: pointer;
}
.ny_search_tablei img.ny_search_tableia {
  width: 87px;
  height: 60px;
}
.ny_search_tablei img.ny_search_tableib {
  position: absolute;
  top: 0px;
  left: 100%;
  display: none;
}
.ny_search_tablei:hover img.ny_search_tableib {
  display: block;
}
.ny_search_cont h6 {
  text-align: center;
  color: #f00;
  font-size: 1.05263158rem;
  margin-bottom: 25px;
}
#ny_search_wap {
  display: none;
}
/*空白页*/
.ng_kb {
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ng_kb a {
  padding: 0px 15px;
}
.ng_kb a:hover {
  color: #1B5369;
}
/*底部客服*/
#ng_kf {
  width: 67px;
  height: 67px;
  position: fixed;
  right: 10px;
  bottom: 2%;
  z-index: 999999999;
}
.ng_kf_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
}
.ng_kfl {
  margin-right: 10px;
}
/* 统一滚动条样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  width: 20px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1B5369;
}
.zw {
  height: 1000px;
}
