@charset "utf-8";
body {
  margin: 0px;
  padding: 0px;
  font-family: "Microsoft YaHei", "宋体";
  font-size: 14px;
  color: #333;
  line-height: 1.5em;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
form,
ol,
img {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
}
input,
button,
textarea,
select {
  border: 0px;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
  color: #333333;
  text-outline: none;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
a:hover {
  text-decoration: none;
  -moz-transition: width 2s;
  /* Firefox 4*/
  -webkit-transition: width 2s;
  /* Safari 和 Chrome*/
  -o-transition: width 2s;
  /* Opera*/
  transition: .3s;
}
a:link {
  text-decoration: none;
}
input {
  vertical-align: middle;
  outline: none;
}
i,
em {
  font-style: normal;
  display: block;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}
/*全局*/
.container {
  margin: 0;
  margin: 0 auto;
}
.top2 {
  display: none;
}
.navbar-default {
  background: #055cac;
  margin: 0px;
  border: none;
  border-radius: 0px;
  z-index: 100;
  box-shadow: 0px 2px 5px #7f96a5;
}
.navbar-nav {
  width: 1170px;
  margin: 0 auto;
}
.navbar-nav li {
  width: 14.2%;
  color: #fff;
  text-align: center;
}
.navbar-nav li a {
  display: block;
  color: #fff;
  font-size: 1.14285714em;
}
.navbar-nav .navon a {
  color: #055cac;
  background: #fff;
}
.top1fr {
  height: 40px;
  line-height: 28px;
  border-bottom: 1px solid #ddddde;
  background: #f2f1f1;
}
.top1 .contact,
.top1 .top-link {
  float: right;
}
.top1 .contact img {
  margin-left: 12px;
}
.top1 .top-link {
  margin-right: 30px;
}
.top1 .top-link a {
  margin: 0px 6px;
}
.top2 .top-logo,
.top2 .top-phone {
  float: left;
}
.top2 .top-phone {
  padding-left: 256px;
  background: url(../img/ico1.png) no-repeat center left;
  font-size: 15px;
}
.top2 .top-phone span {
  font-size: 26px;
  color: #2f9fd1;
  line-height: 30px;
}
.top2,
.top1 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
#search {
  float: right;
  margin-top: 50px;
  border: 1px solid #ccc;
  height: 34px;
}
#search-phone {
  float: right;
  margin-top: 55px;
  border: 1px solid #ccc;
  height: 36px;
}
.text {
  width: 190px;
  float: left;
  font: 1em 'microsoft yahei';
  color: #0979bb;
  text-indent: 1em;
  height: 32px;
}
.btn1 {
  background: url(../images/search.png) no-repeat center center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.top1fr {
  height: 2.2em;
  line-height: 2.2em;
}
.top1 {
  padding: 0px 10px;
}
.top1 .langguage {
  float: right;
}
.top1 .langguage,
.top1 .langguage a {
  color: #a4a4a4;
}
.top1 .langguage a.on {
  color: #126bc9;
}
.top1 .top-link {
  float: right;
  margin-right: 30px;
  display: none;
}
.top1 .top-link a {
  margin: 0px 6px;
}
/*start search*/
.top-logo {
  position: relative;
  z-index: 15;
}
.topsearch {
  width: 14.28571429em;
  height: 50px;
  position: absolute;
  top: 32px;
  right: 10px;
}
.topsearch .sb-search {
  position: relative;
  padding-top: 10px;
  width: 0%;
  min-width: 40px;
  height: 80px;
  float: right;
  z-index: 16;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.topsearch .sb-search .sb-search-input {
  position: absolute;
  color: #fff;
  top: -2.42857143em;
  right: 41px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-indent: 1em;
  width: 80%;
  height: 40px;
  line-height: 20px;
  margin: 0;
  float: left;
  background: #156bce;
  border-radius: 5px;
}
.topsearch .sb-search .sb-search-submit,
.topsearch .sb-search .sb-icon-search {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 240px;
  text-align: center;
  cursor: pointer;
}
.topsearch .sb-search .sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
}
.topsearch .sb-search .sb-icon-search {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  background: url(../images/search-icon.png) no-repeat center #055cac;
  font-size: 22px;
  line-height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.topsearch .sb-search.sb-search-open,
.topsearch .sb-search .no-js .sb-search {
  width: 14.28571429em;
}
.topsearch .sb-search.sb-search-open .sb-icon-search,
.topsearch .sb-search .no-js .sb-search .sb-icon-search {
  width: 40px;
  height: 40px;
  color: #fff;
  background: url(../images/search-icon.png) no-repeat center #055cac;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.banner {
  overflow: hidden;
}
.banner .owl-carousel {
  width: 100%;
}
.banner .owl-carousel img {
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo3 .owl-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
#owl-demo3 .owl-page.active {
  width: 2em;
  height: 2em;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 0.2em solid #f50700;
}
#owl-demo3 .owl-page {
  width: 2em;
  height: 2em;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 0.2em solid #fff;
  margin: 10px;
}
#owl-demo3 .owl-page.active span {
  opacity: 1;
  color: #F00;
  border-radius: 0px;
}
#owl-demo3 .owl-page span {
  width: 2em;
  height: 0em;
  text-align: center;
  font-size: 1em;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  line-height: 1em;
}
#owl-demo3 .owl-buttons {
  display: none;
}
.banner-inner {
  width: 100%;
  overflow: hidden;
}
.banner-inner img {
  width: 100%;
}
/*产品中心*/
.index-product {
  background: #f5f5f5;
  overflow: hidden;
}
.trend-ads-t {
  padding-top: 50px;
  overflow: hidden;
}
.nbs-flexisel-inner,
.cp-slide,
.index-about,
.index-list {
  overflow: hidden;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 110%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 20px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.nbs-flexisel-nav-left {
  left: -14px;
  top: 20% !important;
  background: url(../images/themes1.png) no-repeat 1px 3px;
}
.nbs-flexisel-nav-left:hover {
  background: url(../images/themes2.png) no-repeat 1px 3px;
}
.nbs-flexisel-nav-right {
  right: -13px;
  top: 20% !important;
  background: url(../images/themes1.png) no-repeat -23px 3px;
}
.nbs-flexisel-nav-right:hover {
  background: url(../images/themes2.png) no-repeat -23px 3px;
}
ul#flexiselDemo3.nbs-flexisel-nav-left,
ul#flexiselDemo3.nbs-flexisel-nav-right {
  width: 26px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  display: none;
}
ul#flexiselDemo31.nbs-flexisel-nav-left,
ul#flexiselDemo31.nbs-flexisel-nav-right {
  width: 26px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  display: none;
}
.biseller-column .img-box {
  max-width: 269px;
  max-height: 183px;
  padding-bottom: 68.28358209%;
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: block;
  overflow: hidden;
}
.biseller-column .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.biseller-column img {
  width: 100%;
  position: relative;
  border: 1px solid #d1d0d0;
}
.biseller-column a {
  display: block;
  padding-top: 5px;
}
.trend-ads-t {
  text-align: center;
  margin-bottom: 2em;
}
.trend-ads-t h2 {
  font-size: 2em;
  line-height: 2em;
}
.trend-ads-t span {
  letter-spacing: 0.8em;
  font-size: 0.85714286em;
  color: #666666;
}
.ad-info {
  text-align: center;
}
.ad-info h5 {
  font-size: 1.14285714em;
  margin: 5px 5px 10px;
  line-height: 2.14285714em;
  color: #333;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ad-info:hover h5 {
  color: #055cac;
}
.ad-info h5:after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px auto;
  background: #e84c3d;
  overflow: hidden;
}
.biseller-column:hover div.ad-info span {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.ad-info-x {
  width: 200px;
  height: 3px;
  color: #e84c3d;
}
.ad-info p {
  display: block;
  line-height: 1.5em;
  color: #666666;
  margin-left: 5px;
  height: 4.5em;
  overflow: hidden;
}
.ad-info img {
  width: 10%;
  margin-bottom: 1.5em;
}
.biseller-column:hover span.price {
  background: rgba(243, 197, 0, 0.79);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
span.price:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: " ";
  margin-top: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: rgba(89, 194, 175, 0.79) transparent transparent transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.biseller-column:hover span.price:after {
  border-color: rgba(243, 197, 0, 0.79) transparent transparent transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.trendmore a {
  display: block;
  width: 261px;
  height: 3em;
  background: #055cac;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 0.3em;
  line-height: 3em;
  margin-top: 5em;
  font-size: 1.15em;
  letter-spacing: 0.5em;
}
.trendmore a:hover {
  color: #ccc;
}
/*产品中心*/
/*设备中心*/
.cp-slide {
  margin-bottom: 2em;
}
.cp-slide .owl-buttons {
  margin-top: 3em;
}
.cp-slide .hd {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.cp-slide .hd ul li:first-child {
  margin-right: 1em;
}
.cp-slide .hd ul li {
  height: 3em;
  width: 100px;
  margin: 0 auto;
  display: inline-block;
  color: #666666;
  line-height: 3em;
  cursor: pointer;
  text-align: left;
  font-size: 1em;
  border: 1px solid #b5b5b5;
  text-align: center;
  margin-bottom: 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bd .img-box {
  padding-bottom: 54.38596491%;
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: block;
  overflow: hidden;
}
.bd .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.cp-slide .hd ul li:hover,
.cp .cp-slide .hd ul li.on {
  border: 1px solid #055cac;
  color: #055cac;
}
.sbd h1 {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 2.85714286em;
}
.sbd p {
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 1em;
  line-height: 2.07142857em;
}
.sbdmore a {
  display: block;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  width: 100px;
  color: #666;
}
.sbd a:hover {
  color: #055cac;
}
#owl-demo .item,
#owl-demo1 .item {
  margin: 10px;
}
#owl-demo .item img,
#owl-demo1 .item img {
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo .owl-pagination,
#owl-demo1 .owl-pagination {
  display: none;
}
/*设备中心*/
/*走进海金*/
.tabs {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#tabs_container {
  padding: 40px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  zoom: 1;
}
#tabs_container div {
  margin-right: 40px;
  zoom: 1;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.make_transist {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hidescale {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.tabulous_active {
  background: #f0f0f0 !important;
  color: #655c89 !important;
}
.tabulousclear {
  display: block;
  clear: both;
}
.index-about {
  background: #055cac;
  color: #fff;
  padding-bottom: 20px;
}
.index-about .trend-ads-t span {
  color: #fff;
}
.index-about .index-aboutcon {
  line-height: 2em;
  font-size: 1em;
  height: 18em;
  color: #d3d3d3;
  overflow: hidden;
  display: block;
}
.index-about img,
.index-abouticon {
  width: 100%;
}
.index-about .col-md-3 {
  text-align: center;
  margin-top: 20px;
  float: left;
}
.index-about .col-md-3 a {
  color: #fff;
  line-height: 3em;
}
.index-about .icon1,
.index-about .icon2,
.index-about .icon3,
.index-about .icon4 {
  width: 89px;
  height: 89px;
  background: url(../images/index-abouticon.png) no-repeat center;
  margin: 0 auto;
  overflow: hidden;
}
.index-about .icon1 {
  background-position: 0px 0px;
}
#tabs h2 {
  font-weight: normal;
  font-size: 1em;
  line-height: 3em;
}
.index-about .icon1:hover {
  background-position: 0px -89px;
  -moz-transition: width 2s;
  /* Firefox 4*/
  -webkit-transition: width 2s;
  /* Safari 和 Chrome*/
  -o-transition: width 2s;
  /* Opera*/
  transition: .3s;
}
.index-about .icon2 {
  background-position: -137px 0px;
}
.index-about .icon2:hover {
  background-position: -137px -89px;
  -moz-transition: width 2s;
  /* Firefox 4*/
  -webkit-transition: width 2s;
  /* Safari 和 Chrome*/
  -o-transition: width 2s;
  /* Opera*/
  transition: .3s;
}
.index-about .icon3 {
  background-position: -274px 0px;
}
.index-about .icon3:hover {
  background-position: -274px -89px;
  -moz-transition: width 2s;
  /* Firefox 4*/
  -webkit-transition: width 2s;
  /* Safari 和 Chrome*/
  -o-transition: width 2s;
  /* Opera*/
  transition: .3s;
}
.index-about .icon4 {
  background-position: -411px 0px;
}
.index-about .icon4:hover {
  background-position: -411px -89px;
  -moz-transition: width 2s;
  /* Firefox 4*/
  -webkit-transition: width 2s;
  /* Safari 和 Chrome*/
  -o-transition: width 2s;
  /* Opera*/
  transition: .3s;
}
/*走进海金*/
/*新闻中心*/
.index-list .date {
  width: 78px;
  height: 78px;
  background: #000;
  opacity: 0.7;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0em;
}
.index-list .date h1 {
  line-height: 1.4em;
}
.newsleft {
  min-height: 197px;
  width: 100%;
}
.newsleft .img-box {
  padding-bottom: 34.56140351%;
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: block;
  overflow: hidden;
}
.newsleft .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.date1 {
  width: 93px;
  height: 93px;
  background: #f4f1f1;
  color: #fff;
  text-align: center;
  color: #999999;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.date1 h1 {
  line-height: 1.2em;
  font-size: 3.57142857em;
  font-weight: normal;
}
.date1 span {
  font-size: 1.28571429em;
}
.newsrightcon h2 {
  line-height: 2em;
  height: 2em;
  font-size: 1.2em;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsrightcon p {
  line-height: 1.4em;
  overflow: hidden;
  height: 4em;
  display: block;
  color: #666666;
}
.newsright {
  overflow: hidden;
  margin-top: -10px;
}
.newsright ul li {
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  padding-bottom: 5px;
  padding-top: 5px;
}
.newsright ul li:hover .date1 {
  background: #055cac;
  color: #fff;
  -moz-transition: width 2s;
  /* Firefox 4*/
  -webkit-transition: width 2s;
  /* Safari 和 Chrome*/
  -o-transition: width 2s;
  /* Opera*/
  transition: .3s;
}
.newsright ul li:hover .newsrightcon h2 {
  color: #055cac;
  -moz-transition: width 2s;
  /* Firefox 4*/
  -webkit-transition: width 2s;
  /* Safari 和 Chrome*/
  -o-transition: width 2s;
  /* Opera*/
  transition: .3s;
}
.has-feedback {
  line-height: 1.4m;
  margin-bottom: 1.6em;
  margin-top: 1em;
}
.newsleftmore {
  overflow: hidden;
}
.newsleftmore a {
  width: 168px;
  height: 40px;
  background: #055cac;
  border-radius: 0.5em;
  line-height: 3em;
  text-align: center;
  color: #fff;
  display: block;
}
.newsleftmore a:hover {
  color: #ccc;
}
/*新闻中心*/
/*联系我们*/
.index-contact {
  background: #f4f2f2;
  overflow: hidden;
  margin-top: 3em;
  padding-bottom: 6em;
}
.index-contacttitle {
  font-size: 3.14285714em;
  color: #6e6d6d;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.index-contacttitle span {
  color: #055cac;
}
.index-contactcut {
  border: 1px solid #a0a0a0;
}
.index-contact .btn {
  width: 110px;
  height: 40px;
  font-size: 1.14285714em;
  margin-top: 0.6em;
}
.tel {
  color: #f28b1d;
  text-align: center;
  font-size: 1.57142857em;
  font-weight: bold;
  height: auto;
  margin: 10px;
  line-height: 2em;
}
.index-contactleft img {
  width: 100%;
}
.index-contactleft p,
.index-contactright p {
  line-height: 3em;
  font-size: 1.14285714em;
}
.index-contactright p {
  font-size: 1.42857143em;
}
.index-contactright {
  margin-top: 1.2em;
}
.index-contactright a {
  display: block;
  background: url(../images/con6.jpg) no-repeat left;
  height: 2em;
  font-size: 1.57142857em;
  margin-bottom: 0.7em;
  color: #9b9999;
  background-size: contain;
}
.index-contactright a:hover {
  color: #9b9999;
}
.index-contactright span {
  font-size: 0.8em;
  color: #666666;
}
/*联系我们*/
/*底部*/
.footer {
  background: #3b3b3b no-repeat;
  overflow: hidden;
  padding-bottom: 2em;
  padding-top: 2em;
}
.footer .foot-nav ul li {
  color: #fff;
  line-height: 2.5em;
  background: url(../images/footicon.png) no-repeat left;
  text-indent: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer .foot-nav ul li:first-child {
  font-size: 1.3em;
  line-height: 3em;
  background: none;
  text-indent: 0px;
}
.footer .foot-nav ul li a {
  color: #d1d1d1;
}
.footer .foot-nav ul li a:hover {
  color: #055cac;
}
.footer .foot-nav ul li a img {
  margin-right: 5px;
}
.footer .erweima {
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 2em;
  color: #fff;
  padding-right: 1.5em;
}
.footer .erweima img {
  padding: 10px;
  border: 1px solid #fff;
  width: 150px;
}
.scan {
  color: #d1d1d1;
  font-size: 1em;
  line-height: 2em;
}
.footer .col-md-4 {
  border-left: 1px dashed #fff;
}
.footer .foot-contact {
  color: #fff;
  overflow: hidden;
  margin-left: 2em;
}
.footer .foot-contact a {
  color: #fff;
}
.footer .foot-contact a:hover {
  color: #055cac;
}
.footer .foot-contact h3 {
  line-height: 3em;
  font-size: 1.28571429em;
}
.footer .foot-contact p {
  line-height: 1.8em;
}
.footer .lianjie {
  margin-top: 1.5em;
  margin-left: 2em;
}
.footer .lianjie a {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  margin-left: 2px;
}
.ficon1 {
  background: url(../images/f.png) no-repeat 0px 0px;
}
.ficon2 {
  background: url(../images/f.png) no-repeat -28px 0px;
}
.ficon3 {
  background: url(../images/f.png) no-repeat -56px 0px;
}
/*底部*/
/*版权*/
.copyright,
.copyright a {
  background: #232323;
  text-align: center;
  color: #d9d7d7;
}
.copyright a:hover {
  color: #055cac;
}
@media (min-width: 991px) {
  .copyright,
  .copyright a {
    line-height: 4.28571429em;
  }
}
@media (max-width: 992px) {
  .copyright {
    line-height: 2.14285714em;
    padding-top: 1em;
  }
}
@media (max-width: 480px) {
  .copyright {
    font-size: 0.9em;
  }
}
/*版权*/
.sub-box {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 2em;
  overflow: hidden;
}
.sub-box .subon {
  border-bottom: 2px solid #126bc9;
}
.sub-box .subon a {
  color: #126bc9;
}
.sub-box .first-sub {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.sub-box .first-sub .container {
  padding-bottom: 0em;
  text-align: center;
}
.sub-box .first-sub ul {
  display: inline-block;
}
.sub-box .first-sub ul li {
  display: inline-block;
  font-size: 1.14285714em;
  height: 2.85714286em;
}
.sub-box .first-sub ul li:hover {
  border-bottom: 2px solid #126bc9;
}
.sub-box .first-sub ul li a {
  display: block;
  border-right: 1px dotted #126bc9;
}
.sub-box .first-sub ul li a:hover {
  color: #126bc9;
}
.sub-box .second-sub {
  text-align: center;
  padding: 1em 0;
}
.sub-box .second-sub .secondon a {
  color: #126bc9;
}
.sub-box .second-sub li {
  border-left: 1px solid #999;
  display: inline;
}
.sub-box .second-sub li:first-child {
  border-left: none;
}
.sub-box .second-sub li a {
  color: #999;
}
.sub-box .second-sub li a:hover {
  color: #126bc9;
}
.about-con {
  overflow: hidden;
  padding-bottom: 5.71428571em;
}
.about-con img {
  width: 100%;
  margin-bottom: 10px;
}
.about-con p {
  line-height: 1.71428571em;
  color: #666;
}
.honor-con {
  overflow: hidden;
  text-align: center;
}
.honor-con .col-md-3:hover h2 {
  color: #126bc9;
}
.honor-con .img-box {
  padding-bottom: 133.58208955%;
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px #dcdcdc solid;
}
.honor-con .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
}
.honor-con h2 {
  font-size: 1em;
  line-height: 3.57142857em;
}
.job-con {
  overflow: hidden;
}
.job-con li {
  color: #666;
  line-height: 1.85714286em;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 1.42857143em;
  overflow: hidden;
}
.job-con li h1 {
  font-size: 1.14285714em;
  color: #0365a9;
  line-height: 4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.job-con li span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.job-con li a {
  float: right;
  color: #666;
  margin-top: 10px;
  padding: 2px 15px;
  border: 1px solid #636363;
}
.job-con li a:hover {
  color: #1576ba;
  border: 1px solid #1576ba;
}
.job-detail {
  overflow: hidden;
}
.job-detail .job-title {
  overflow: hidden;
}
.job-detail .job-title h1 {
  font-size: 1.14285714em;
  color: #0365a9;
  line-height: 3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.job-detail .job-title span {
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.job-detail .return {
  line-height: 2.85714286em;
  margin-top: 1.42857143em;
  overflow: hidden;
  padding-left: 7.14285714em;
  background: url(../images/jobreturn.png) center no-repeat;
}
.job-detail-con h2 {
  font-weight: bold;
  font-size: 1em;
  line-height: 2.85714286em;
}
.job-detail-con h2:before {
  content: '';
  display: block;
  float: left;
  margin-top: 1.14285714em;
  margin-right: 0.57142857em;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #333;
}
.job-detail-con p {
  line-height: 2.14285714em;
  color: #666;
}
.life-con,
.research-con {
  overflow: hidden;
  text-align: center;
}
.life-con .col-sm-4:hover h2,
.research-con .col-sm-4:hover h2 {
  color: #126bc9;
}
.life-con .img-box,
.research-con .img-box {
  padding-bottom: 64.86486486%;
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: block;
  overflow: hidden;
}
.life-con .img-box img,
.research-con .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.life-con h2,
.research-con h2 {
  font-size: 1em;
  line-height: 0.0em;
  margin-bottom: 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.equipment-con,
.pro-con {
  overflow: hidden;
  text-align: center;
}
.equipment-con .img-box,
.pro-con .img-box {
  padding-bottom: 64.86486486%;
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #fff;
}
.equipment-con .img-box img,
.pro-con .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.equipment-con .col-sm-4:hover h2,
.pro-con .col-sm-4:hover h2 {
  color: #126bc9;
}
.equipment-con .col-sm-4:hover img,
.pro-con .col-sm-4:hover img {
  border: 1px solid #126bc9;
}
.equipment-con h2,
.pro-con h2 {
  font-size: 1em;
  line-height: 4.28571429em;
  margin-bottom: 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.process-con {
  overflow: hidden;
  text-align: center;
}
.process-con .img-box {
  padding-bottom: 64.86486486%;
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
}
.process-con .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.process-con .col-sm-4:hover h2 {
  color: #126bc9;
}
.process-con h2 {
  font-size: 1em;
  line-height: 4.28571429em;
  margin-bottom: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.process-detail {
  color: #666;
  overflow: hidden;
  line-height: 2.14285714em;
}
.process-detail .img-box {
  padding-bottom: 57.65957447%;
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: block;
  overflow: hidden;
}
.process-detail .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.process-detail h1 {
  font-size: 1.42857143em;
  font-weight: bold;
  line-height: 2.85714286em;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.process-detail h2 {
  font-size: 1.14285714em;
  font-weight: bold;
  color: #333;
  line-height: 4.28571429em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.process-detail .process-detail-con h3 {
  font-size: 1.42857143em;
  font-weight: bold;
  color: #333;
  line-height: 4.28571429em;
}
.process-detail .process-detail-con table {
  width: 92%;
  border: 2px solid #539eee;
  text-align: center;
  color: #333;
}
.process-detail .process-detail-con table tr:nth-child(2n+1) {
  background: #abe2fb;
}
.process-detail .process-detail-con table td {
  width: 23%;
  padding: 1.14285714em 0;
  border-bottom: 1px solid #c9c9c9;
}
.quality-con img {
  width: 100%;
}
.news-con li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 3em;
}
.news-con .img-box {
  float: left;
  min-width: 130px;
  max-height: 189px;
  padding-bottom: 68.78306878%;
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: block;
  overflow: hidden;
}
.news-con .img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.news-con .note {
  float: right;
}
.news-con .note:hover h1 {
  color: #126bc9;
}
.news-con .note h1 {
  font-size: 1.14285714em;
  line-height: 2.14285714em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-con .note span {
  color: #999;
}
.news-con .note span:before {
  content: '';
  display: block;
  float: left;
  margin-top: 0.6em;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  margin-right: 0.5em;
}
.news-con .note p {
  margin-top: 1em;
  line-height: 1.71428571em;
  color: #666;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-detail .news-title h1 {
  font-size: 1.28571429em;
  font-weight: bold;
  line-height: 2.85714286em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-detail .news-title span {
  color: #6d6d6d;
}
.news-detail .news-title span:before {
  content: '';
  display: block;
  float: left;
  margin-top: 0.6em;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  margin-right: 0.5em;
}
.news-detail .news-detail-con {
  margin-top: 2.14285714em;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 3em;
}
.news-detail .news-detail-con img {
  width: 100%;
  padding-bottom: 1em;
}
.news-detail .news-detail-con p {
  line-height: 1.71428571em;
}
.news-detail .relate {
  margin-top: 2em;
}
.news-detail .relate a {
  display: block;
  line-height: 2.14285714em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-detail .relate a:before {
  content: '';
  display: block;
  float: left;
  margin-top: 1em;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #999;
  margin-right: 1em;
}
.category {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.category .sub-level {
  position: relative;
  height: inherit;
  white-space: nowrap;
}
.category-2 {
  position: relative;
  height: 50px;
}
.category-2 .sub-level2 {
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .category-2 .sub-level2 {
    position: absolute;
  }
}
.category-2 .sub-level2 li {
  display: inline-block;
}
.category-2 .sub-level2 li.active-sub2 a {
  color: #005197;
}
.custom-con img {
  width: 100%;
}
.custom-con h1 {
  font-size: 1.42857143em;
  font-weight: bold;
}
.contact-con .contact-title {
  width: 13.57142857em;
}
.contact-con .contact-title h1 {
  font-size: 1.42857143em;
  font-weight: bold;
}
.contact-con .contact-title h1:before {
  content: '';
  display: block;
  float: left;
  margin-top: 0.5em;
  width: 25px;
  height: 2px;
  background: #3f3f3f;
  margin-right: 1em;
}
.contact-con .contact-title h1:after {
  content: '';
  display: block;
  float: right;
  margin-top: 0.5em;
  width: 25px;
  height: 2px;
  background: #3f3f3f;
  margin-right: 1em;
}
.contact-con .contact-text h2 {
  font-size: 1.14285714em;
}
.contact-con .contact-text p {
  color: #666;
  line-height: 2.28571429em;
}
.contact-con .input-group {
  width: 100%;
}
.contact-con .form-control {
  margin-bottom: 2em;
}
.contact-con .mbtn {
  background: #126bc9;
  color: #fff;
  padding: 0em 3em;
  line-height: 2em;
}
.contact-con .map {
  margin-top: 2em;
  width: 100%;
}
.contact-con .map img {
  width: 100%;
  border: 1px solid #dcdcdc;
}
@media (min-width: 1200px) {
  .top2 {
    display: block;
  }
  .sub-box li a {
    padding: 0 4.28571429em;
  }
}
@media (min-width: 613px) {
  .erweima {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .index-product {
    padding-bottom: 3.57142857em;
  }
  .container-fluid {
    clear: both;
    text-align: center;
  }
  .collapse {
    clear: both;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar-header img {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .trend-ads {
    width: 104%;
    margin-left: -2%;
  }
  .trend-ads .nbs-flexisel-inner {
    margin-left: 10px;
    margin-right: 5px;
  }
  .news-con li {
    max-height: 10.71428571em;
  }
  .box-page {
    padding-top: 3.57142857em;
    padding-bottom: 7.14285714em;
  }
}
@media (min-width: 992px) {
  .footer .erwei {
    width: 22%;
  }
  .navbar-brand img {
    width: 260px;
    height: auto;
  }
  .footer .col-md-4 {
    width: 28%;
  }
  .news-con .note {
    padding-left: 2em;
  }
  .top2 {
    display: block;
  }
  .navbar .top-logo {
    display: none;
  }
  .about-con .small {
    display: none;
  }
  .first-sub ul:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    float: left;
    border-left: 1px dotted #126bc9;
  }
  .footer .erweima {
    text-align: center;
  }
  .scan {
    text-align: center;
  }
  .navbar-header {
    display: none;
  }
}
@media (min-width: 640px) {
  .top1 .top-link {
    display: block;
  }
  .return {
    float: right;
  }
  .job-title {
    float: left;
  }
  .quality-con {
    padding-bottom: 5.71428571em;
  }
  .process-detail-con {
    margin-top: 4.28571429em;
    padding-bottom: 5.71428571em;
  }
  .contact-title h1 {
    margin-bottom: 2em;
  }
  .contact-text h2 {
    margin-bottom: 2em;
  }
  .news-detail,
  .culture-con,
  .custom-con,
  .process-detail,
  .life-con {
    padding-bottom: 7.14285714em;
  }
  .contact-con {
    padding-bottom: 10em;
  }
  .about-con,
  .honor-con,
  .job-con,
  .job-detail,
  .life-con,
  .equipment-con,
  .process-con,
  .process-detail,
  .quality-con,
  .culture-con,
  .news-con,
  .news-detail,
  .contact-con,
  .custom-con,
  .research-con {
    margin-top: 70px;
  }
  .about-con,
  .quality-con {
    padding-bottom: 12.85714286em;
  }
  .pro-con {
    margin-top: 2.85714286em;
  }
  .custom-con h1 {
    margin-bottom: 3.57142857em;
  }
  .honor-con h2 {
    margin-bottom: 1.85714286em;
  }
}
@media (min-width: 376px) {
  .hlw1 .hlw1-cont .wj .wj-xx i {
    width: 125px;
  }
  .wb3 .wb3-list1 ul li {
    width: 285px;
    margin: 0px 20px;
  }
  .qt-list ul li img {
    display: block;
    width: 281px;
    height: 185px;
    margin-bottom: 5px;
  }
  .anli .hd ul li {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    width: 190px;
    height: 50px;
    line-height: 50px;
    margin: 0px 5px;
    background: #b6b6b6;
    position: relative;
    cursor: pointer;
    margin-bottom: 0.7rem;
  }
  .index-about .col-md-3 {
    width: 25%;
    text-align: center;
    padding: 0 1px;
  }
}
@media (max-width: 1200px) {
  .index-about .index-aboutcon {
    height: 14em;
  }
  .navbar-default .top-logo {
    padding-left: 2%;
  }
  .navbar-nav {
    width: 100%;
  }
  .top-phone {
    display: none;
  }
  .footer .erweima {
    background-size: 112px;
    margin: 0 auto;
    margin-top: 2em;
    overflow: hidden;
  }
  .footer .erweima img {
    width: 100%;
  }
  .banner .owl-carousel {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
  .banner-inner img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
  .sub-box li a {
    padding: 0 2.14285714em;
  }
}
@media (max-width: 1080px) {
  .col-md-3.biseller-column {
    padding: 0 10px;
  }
  .work-section-head p {
    font-size: 20px;
    padding: 15px 0 0px 0;
  }
  .index-aboutcon {
    line-height: 2em;
    font-size: 1em;
    height: 14em;
    overflow: hidden;
    display: block;
  }
  .index-contacttitle {
    font-size: 3em;
  }
}
@media (max-width: 991px) {
  .navbar-default {
    background: none;
  }
  .navbar-nav li a {
    color: #333;
  }
  .footer {
    margin-top: 0em;
  }
  .newsright {
    overflow: hidden;
    margin-top: 2em;
  }
  .footer .erweima img {
    width: 50%;
  }
  .col-md-3.biseller-column {
    width: 33.333%;
    float: left;
  }
  .bd {
    width: 100%;
    max-width: 990px;
  }
  .col-md-3.biseller-column:nth-child(4) {
    display: none;
  }
  .trend-ads-t,
  .index-contact {
    padding-top: 0px;
  }
  .btn-lg {
    padding: 10px;
  }
  .quality-con .col-sm-3 {
    background: url(../images/qualitybg.png) no-repeat;
    background-size: 100%;
    line-height: 2.57142857em;
    text-align: center;
    color: #fff;
    margin-left: -0.5em;
  }
  .top-phone {
    display: none;
  }
  #search-phone {
    top: -53px;
    height: 40px;
  }
  .index-aboutcon {
    padding: 5px 10px;
  }
}
@media (max-width: 900px) {
  .btn-lg {
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .tel {
    color: #f28b1d;
    text-align: center;
    font-size: 2em;
    height: auto;
    margin: 10px;
  }
  .index-aboutcon {
    margin-top: 1em;
  }
  .banner .owl-carousel {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
  .banner-inner img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 768px) {
  .quality-con .col-sm-3 {
    line-height: 2.14285714em;
    margin-left: 0;
  }
  .about-con .big {
    display: none;
  }
  .index-product {
    padding-bottom: 2.14285714em;
  }
  .box-page {
    padding-bottom: 4.28571429em;
  }
}
@media (max-width: 767px) {
  .topsearch {
    width: 14.28571429em;
    height: 50px;
    position: absolute;
    top: 32%;
    right: 10%;
  }
  .navbar-default {
    background: none;
    margin: 0px;
    border: none;
    border-radius: 0px;
  }
  .news-con .note {
    padding-bottom: 1em;
  }
  .quality-con .col-sm-3 {
    line-height: 4.71428571em;
    margin-left: 0;
  }
  .footer .foot-contact {
    text-align: center;
    margin-left: 0em;
  }
  .footer .lianjie {
    margin: 5px auto;
    width: 90px;
  }
  .footer .erweima img {
    /*width: 80%;*/
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #fff;
    width: 130px;
  }
  .footer .erweima {
    float: left;
    margin-top: 1em;
  }
  .footer .col-md-4 {
    border-left: none;
  }
  .banner .owl-carousel {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
  .banner-inner img {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
  .navbar-nav li:first-child a {
    background: #055cac;
    color: #fff;
  }
  .navbar-nav,
  .navbar-nav li.active {
    background: #055cac;
    position: fixed;
  }
  .navbar-nav li {
    width: 100%;
    text-align: left;
  }
  .navbar-nav li a {
    display: block;
    color: #fff;
  }
  .navbar-toggle {
    margin-top: 6%;
    margin-right: 2%;
  }
  .navbar-default .top-logo {
    width: 70%;
  }
  .navbar-default .top-logo img {
    width: 100%;
  }
  .contact-title {
    margin: 0 auto;
    margin-top: 1em;
  }
  .contact-text {
    text-align: center;
  }
  .contact-title h1 {
    margin-bottom: 1em;
  }
  .contact-text h2 {
    margin-bottom: 1em;
  }
}
@media (max-width: 613px) {
  .footer .erweima {
    float: left;
    font-size: 1em;
    margin-top: 1em;
  }
}
@media (max-width: 640px) {
  .pager li > a,
  .pager li > span {
    padding: 5px 10px;
  }
  .index-contacttitle {
    font-size: 2em;
    color: #6e6d6d;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .has-feedback {
    margin-bottom: 1em;
  }
  .newsleft {
    background: url(../images/img4.jpg) no-repeat;
    background-size: 100%;
    min-height: 7em;
  }
  .tel {
    color: #f28d;
    text-align: center;
    font-size: 1.5em;
    height: auto;
    margin: 10px;
  }
  .footer .foot-contact {
    text-align: center;
  }
  .footer .foot-contact {
    margin-left: 0em;
  }
  .index-contact {
    padding-bottom: 5em;
  }
  .trendmore a {
    margin-top: 2em;
  }
  .sub-box li a {
    padding: 0 1em;
  }
  .job-title {
    clear: both;
    text-align: center;
  }
  .return {
    text-align: center;
    margin-left: -14%;
  }
  .process-detail-con,
  .relate,
  .map,
  .quality-con,
  .job-detail-con,
  .custom-con {
    padding-bottom: 5em;
  }
  .about-con,
  .honor-con,
  .research-con,
  .job-con,
  .job-detail,
  .life-con,
  .equipment-con,
  .process-con,
  .process-detail,
  .quality-con,
  .culture-con,
  .news-con,
  .news-detail,
  .contact-con {
    margin-top: 2.85714286em;
  }
  .pro-con {
    margin-top: 1.42857143em;
  }
  .custom-con h1 {
    margin-bottom: 2.14285714em;
  }
}
@media (max-width: 600px) {
  .topsearch {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  #search-phone {
    top: -55px;
    height: 32px;
  }
  .navbar-toggle {
    padding: 5px 6px;
    margin-top: 7%;
  }
  .topsearch {
    width: 14.28571429em;
    position: absolute;
    top: 41%;
    right: 14%;
    margin-right: 0px;
  }
  .topsearch .sb-search {
    position: relative;
    padding-top: 10px;
    width: 0%;
    min-width: 30px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
  }
  .topsearch .sb-search .sb-search-input {
    position: absolute;
    top: -3.1em;
    right: 31px;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 80%;
    line-height: 10px;
    height: 30px;
    margin: 0;
    float: left;
    background: #156bce;
    border-radius: 5px;
  }
  .topsearch .sb-search .sb-search-submit,
  .topsearch .sb-search .sb-icon-search {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 240px;
    text-align: center;
    cursor: pointer;
  }
  .topsearch .sb-search .sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
  }
  .topsearch .sb-search .sb-icon-search {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #fff;
    background: url(../images/search-icon.png) no-repeat center #055cac;
    background-size: 60%;
    font-size: 22px;
    line-height: 30px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }
  .topsearch .sb-search.sb-search-open,
  .topsearch .sb-search .no-js .sb-search {
    width: 14.28571429em;
  }
  .topsearch .sb-search.sb-search-open .sb-icon-search,
  .topsearch .sb-search .no-js .sb-search .sb-icon-search {
    width: 28px;
    height: 28px;
    color: #fff;
    background: url(../images/search-icon.png) no-repeat center #055cac;
    background-size: 60%;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }
  .col-md-3.biseller-column {
    width: 50%;
  }
  .col-md-3.biseller-column:nth-child(3) {
    display: none;
  }
  .banner .owl-carousel {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
  .banner-inner img {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
}
@media (max-width: 376px) {
  .topsearch {
    width: 14.28571429em;
    top: 37%;
    right: 14%;
    margin-right: 0px;
  }
  .navbar-toggle {
    padding: 5px 6px;
    margin-top: 6.5%;
  }
}
#subbb{
    text-decoration: none;
    background-color: #126bc9;
    color: #fff;
}



@media (max-width: 767px){
  .footer .erwei {
    width: 100%;
  }
}
