@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?7li47z');
  src: url('../fonts/icomoon.eot?7li47z#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?7li47z') format('truetype'), url('../fonts/icomoon.woff?7li47z') format('woff'), url('../fonts/icomoon.svg?7li47z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*公共样式*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.background-white {
  background-color: #fff;
}
.min-wid {
  width: 70%;
  min-width: 1216px;
  margin: 0 auto;
}
.min-wid100 {
  width: 100%;
  min-width: 1216px;
  margin: 0 auto;
}
/*导航开始*/
.mynavbar {
  position: absolute;
  width: 100%;
  min-width: 1000px;
  top: 0px;
  left: 0;
  z-index: 900;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  min-height: 80px;
}
.mynavbar .col-lg-8,
.mynavbar .col-md-12,
.mynavbar .col-sm-12,
.mynavbar .col-xs-12 {
  position: static;
}
.mynavbar .banbox {
  margin-top: 20px;
}
.mynavbar .mynavbox {
  justify-content: space-between;
  display: flex;
  float: right;
  position: static;
}
.mynavbar .column-item {
  width: 30%;
  float: left;
  vertical-align: baseline;
}
.mynavbar .category-item .full-screen {
  position: absolute;
  top: 100%;
  z-index: 1100;
  border-top: 1px solid #f0f1f2;
  height: auto;
  display: none;
  overflow: hidden;
  margin-top: 0;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.1;
  vertical-align: baseline;
}
.mynavbar .category-item .full-screen .lay-screen {
  width: 66%;
  min-width: 1000px;
  margin: 0 auto;
}
.headerbox {
  position: fixed;
  height: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
  z-index: 999;
  width: 100%;
}
.mynavbar .logo {
  min-width: 235px;
  height: 80px;
  float: left;
}
.mynavbar .logo h1 {
  margin: 0;
  font-size: 0px;
}
.mynavbar .logo a {
  display: block;
  /*overflow: hidden;*/
  max-width: 235px;
  height: 50px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
  /*text-indent: -999px;*/
  font-size: 0;
}
.mynavbar li.category-item a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
  text-decoration: none;
}
.mynavbar li.category-item .full-screen .nav-item a {
  color: #333;
}
.mynavbar .vertical-divider {
  position: relative;
  width: 24px;
  overflow: hidden;
}
.mynavbar .vertical-divider::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid #f0f1f2;
  transform: translateX(-50%);
  width: 2px;
}
.mynavbar li.category-item a span {
  display: inline-block;
  width: 1%;
  height: 2px;
  transition: all 0.3s;
  line-height: 0px;
}
.mynavbar li.category-item:hover span {
  width: 100%;
  height: 2px;
  display: inline-block;
  line-height: 0px;
  background-color: #ff6900;
}
.mynavbar .category-item .column-item {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 33%;
  display: flex;
  flex-wrap: wrap;
}
.mynavbar .category-item .column-item .open {
  color: #f1891b !important;
}
.mynavbar .category-item .column-item .title {
  line-height: 40px;
  padding: 0;
  margin-top: 10px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  height: 40px;
  border-bottom: #fff solid 1px;
  text-align: left;
  width: 100%;
  margin-left: 15px;
}
.mynavbar .category-item .column-item .title i {
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  width: 20px;
  height: 40px;
  font-family: 'icomoon';
}
.mynavbar .category-item .column-item .product-img {
  width: 160px;
  height: 160px;
  display: inline-block;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 16px;
  margin-top: 20px;
  margin-left: 16px;
}
.mynavbar .category-item .column-item .product-img a {
  padding: 0;
  margin: 0;
}
.mynavbar .category-item .column-item .product-img img {
  width: 160px;
  height: 130px;
}
.mynavbar .category-item .column-item .product-link {
  padding: 0;
  text-align: left;
}
.mynavbar .category-item .column-item .product-link ul {
  padding-top: 10px ;
}
.mynavbar .category-item .column-item .product-link ul .nav-item {
  height: 30px;
  line-height: 30px;
}
.mynavbar .category-item .column-item .product-link ul .nav-item a {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.mynavbar .category-item .column-item .product-link ul .nav-item a:hover {
  color: #f1891b;
}
.mynavbar .category-item .vertical-divider {
  position: relative;
  width: 48px;
  overflow: hidden;
  float: left;
}
.mynavbar .category-item .vertical-divider:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid #f0f1f2;
  transform: translateX(-50%);
  width: 2px;
}
.mynavbar .category-item .cell {
  float: left;
}
.mynavbar .category-item .updown {
  font-family: 'icomoon';
  width: 20px;
  height: 20px;
  float: right;
  line-height: 20px;
  font-size: 10px;
  padding-top: 5px;
}
.mynavbar .category-item .updown::after {
  content: '\ea50';
  font-weight: lighter;
}
.collapsed .on .updown::after {
  content: '\ea51' !important;
}
/*导航弹出开始*/
/*.mynavbar.collapsed .logo a {background: url(../images/logoon.png) no-repeat;}
.mynavbar.collapsed {background-color: rgb(0, 0, 0,0.3);}*/
.mynavbar.collapsed {
  background-color: #ffffff;
}
.mynavbar.collapsed .logo a {
  background: url(../images/logoon.png) no-repeat;
}
.mynavbar.collapsed li.category-item a {
  color: #000;
}
.mynavbar li a {
  display: inline-block;
  line-height: 100%;
}
.mynavbar .category-item .on {
  border-bottom: 5px saddlebrown solid ;
}
/*导航结束*/
/*底部菜单*/
.feet-item {
  display: flex;
  justify-content: space-between;
}
.wxbox {
  width: 163px;
  overflow: hidden;
  margin-top: 50px;
}
.wxbox span {
  color: #ffffff;
}
.feetbox {
  color: #95969b;
  line-height: 30px;
  font-size: 14px;
}
.feetbox a {
  color: #95969b;
  line-height: 30px;
  font-size: 14px;
}
.feetbox li {
  text-align: left;
}
.feetbox .mytit {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: #95969b solid 1px;
  height: 48px;
  line-height: 48px;
  margin-top: 50px;
  margin-bottom: 20px;
  display: inline-block;
}
.feetbox .mytit a {
  color: #ffffff;
  font-size: 17px;
}
.telephone {
  background: url(../img/dhico.png) left center no-repeat;
  background-size: 20px 20px;
  text-indent: 25px;
}
.mail-bottom {
  background: url(../img/emico.png) left center no-repeat;
  background-size: 20px 20px;
  text-indent: 25px;
}
.copyright-bg {
  background: #1a2129;
  height: 55px;
  line-height: 55px;
  color: #f0f0f0;
}
.rbtotop {
  width: 130px;
  height: 42px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
  border-bottom-color: rgba(2, 71, 106, 0.9);
  background-color: rgba(2, 71, 106, 0.9);
}
.rbtotop .text {
  font-size: 14px;
  line-height: 40px;
  text-indent: 17px;
  color: #FFF;
  float: left;
}
.rbtotop .icon {
  display: block;
  font-size: 14px;
  background-color: transparent;
  float: left;
  color: #FFF;
  text-indent: 10px;
  line-height: 40px;
}
.rbtotop:before {
  color: #fff;
  background-color: #22404c;
}
