/*************************
	头部导航
*************************/
.header .logo {
  width: 325px;
  height: 68px;
  margin-top: 17px;
  margin-bottom: 23px;
}
.header .h-r-top li {
  display: inline-block;
  margin-left: 18px;
  vertical-align: top;
  position: relative;
  padding-bottom: 4px;
}
.header .h-r-top li.search {
  width: 142px;
  height: 23px;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  padding-left: 9px;
}
.header .h-r-top li.search .inp {
  width: 110px;
  line-height: 23px;
}
.header .h-r-top li.search .btn {
/*  width: 24px;*/
  height: 23px;
  background: url(../../images/ico01.png) no-repeat left center;
   padding-left:31px;
  line-height:27px;
}
.header .h-r-top li.email {
/*  width: 26px;*/
  height: 23px;
  background: url(../../images/ico02.png) no-repeat left center;
   padding-left:31px;
  line-height:27px;
}
.header .h-r-top li.email:hover {
  background-image: url(../../images/ico02h.png);
}
.header .h-r-top li.oa {
/*  width: 26px;*/
  height: 23px;
  background: url(../../images/ico02_OA.png) no-repeat left center;
   padding-left:31px;
  line-height:27px;
}
.header .h-r-top li.oa:hover {
  background-image: url(../../images/ico02_OA_h.png);
}
.header .h-r-top li.eng {
  background-image: url(../../images/ico03.png);
}
.header .h-r-top li.eng:hover {
  background-image: url(../../images/ico03h.png);
}
.header .h-r-top li.eng:hover .eng-box {
  display: block;
}
.header .h-r-top li.ewm {
  background-image: url(../../images/ico04.png);
}
.header .h-r-top li.ewm:hover {
  background-image: url(../../images/ico04h.png);
}
.header .h-r-top li.ewm:hover .ewm-box {
  display: block;
}
.header .h-r-top li.eng,
.header .h-r-top li.ewm {
  height: 29px;
/*  width: 22px;*/
  background-position: left center;
  background-repeat: no-repeat;
     padding-left:31px;
  line-height:27px;
}
.header .h-r-top li .ewm-box,
.header .h-r-top li .eng-box {
  width: 96px;
  position: absolute;
  left: 50%;
  top: 32px;
  z-index: 99;
  margin-left: -48px;
  background: url(../../images/h-bg.png) repeat;
}
.header .h-r-top li .eng-box {
  padding: 7px 0;
}
.header .h-r-top li .eng-box a {
  color: #fff;
  line-height: 28px;
  text-align: center;
}
.header .h-r-top li .eng-box a:hover,
.header .h-r-top li .eng-box a.act {
  background: url(../../images/h-bg01.png) repeat;
}
.header .h-r-top li .ewm-box {
  padding: 5px;
  margin-left: -53px;
}
.header .nav {
  margin-top: 10px;
}
.header .nav li {
  float: left;
  padding-bottom: 1px;
  margin-left: 22px;
  position: relative;
}
.header .nav li > a {
  line-height: 24px;
  padding-bottom: 22px;
 /* border-bottom: 3px solid #fff;*/
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  color: #333;
}
.header .nav li .snav {
  left: 50%;
  margin-left: -70px;
  top: 50px;
  z-index: 9;
  background-color: #14559a;
  padding: 5px 20px;
  font-size: 0;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}
.header .nav li .snav a {
  display: block;
  color: #fff;
  font-size: 14px;
  margin: 0 8px;
  line-height: 26px;
  float: left;
  width: auto;
}
.header .nav li .snav a:hover {
  display: block;
  color: #fff100;
  font-size: 14px;
  margin: 0 8px;
  line-height: 26px;
  float: left;
  width: auto;
}

.header .nav li:hover > a,
.header .nav li.act > a {
  border-bottom-color: #1776bd;
  color: #0068b7;
}
.header .nav li:hover .snav {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
}
.title {
  background: url(../../images/title-bg02.png) repeat-x center center;
}
.title.tit03 {
  background: url(../../images/title-bg03.png) no-repeat center center;
}
.title .title-div {
  width: 260px;
}
.about-index .a-left {
  width: 50%;
}
.about-index .a-left .a-text {
  height: 192px;
  -webkit-line-clamp: 8;
}
.about-index .a-right {
  width: 46.4%;
}
.about-index .more {
  width: 96px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.product-index {
  background: url(../../testing/bg2.jpg) no-repeat center center / cover;
}
.product-index ul {
}
.product-index li {
  width: 23.75%;
  float: left;
  position: relative;
  overflow: hidden;
}
.product-index li .box {
  border: 1px solid #dee0e1;
  height: 252px;
  box-shadow: 0 0 1px #686868;
}
.product-index li .box-txt {
  background: url(../../images/bg1.png) repeat;
  padding: 15px 10px 5px;
}
.product-index li .box-txt .b-txt {
  height: 44px;
  margin-top: 12px;
}
.product-index li .b-more {
  padding: 15px 0;
  line-height: 20px;
  left: 0;
  width: 100%;
  bottom: -50px;
  background-color: #0369b6;
  transition: all 0.5s;
}
.product-index li:hover .b-more {
  bottom: 0;
  transition: all 0.5s;
}
.news-index li {
  width: 360px;
  padding: 0 19px 0 20px;
  border-right: 1px solid #efefef;
  float: left;
}
.news-index li .line {
  width: 35px;
  height: 1px;
  background-color: #d9d9d9;
}
.news-index li .n-txt {
  height: 66px;
  margin-top: 13px;
}
.news-index li .n-img {
  height: 200px;
}
.news-index .n-more {
  line-height: 44px;
  width: 150px;
  background-color: #0068b7;
  border-radius: 12px 0 12px 0;
}
.foot li {
  width: 299px;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #e5e5e5;
}
.foot li.last {
  width: 300px;
  border-right: none;
}
.foot li .box {
  padding-left: 52px;
  margin-left: 36px;
  background-position: left center;
  background-repeat: no-repeat;
}
.foot li .box.b01 {
  background-image: url(../../images/f01.png);
}
.foot li .box.b02 {
  background-image: url(../../images/f02.png);
}
.foot li .box.b03 {
  background-image: url(../../images/f03.png);
}
.foot li .box.b04 {
  background-image: url(../../images/f04.png);
}
.foot li .box.b01:hover {
  background-image: url(../../images/f01_hover.png);
}
.foot li .box.b02:hover {
  background-image: url(../../images/f02_hover.png);
}
.foot li .box.b03:hover {
  background-image: url(../../images/f03_hover.png);
}
.foot li .box.b04:hover {
  background-image: url(../../images/f04_hover.png);
}
.t-top:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.footer {
  background-color: #0068b7;
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer a {
  color: #fff;
}
.footer .bdshare-button-style0-16 a,
.footer .bdshare-button-style0-16 .bds_more {
  background-image: url(../../images/footer-ico.png);
  width: 24px;
  height: 24px;
  padding-left: 0;
  margin: 0 4px;
}
.footer .bdshare-button-style0-16 .bds_sqq {
  background-position: 0 0;
}
.footer .bdshare-button-style0-16 .bds_tsina {
  background-position: -32px 0;
}
.footer .bdshare-button-style0-16 .bds_weixin {
  background-position: -64px 0;
}

.erweima{color:#FFFFFF !important; font-size:12px; height:25px; line-height:25px; text-align:center}