/*************************
	头部导航
*************************/
.header .logo {
  width: 500px;
  height: 50px;
  margin-top:25px;
}
.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: 300px;
  height: 32px;
}
.header .h-r-top li.search .inp {
  width: 233px;
  line-height: 32px;
  background: url(../images/searchl.jpg) no-repeat center center;
  padding-left:10px;
}
.header .h-r-top li.search .btn {
  width: 51px;
  height: 32px;
  background: url(../images/searchr.png) no-repeat center center;
  cursor:pointer;
}
.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: left;
}
.header .h-r-top li .eng-box a img {
margin-right:3px;
margin-left:5px;
}
.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:10px;
  position: relative;
}
.header .nav li > a {
  line-height: 24px;
  margin-bottom: 10px;
/*  border-bottom: 3px solid #fff;*/
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  color: #fff;
  margin-top:10px;
}

.header .nav li .snav {
  left: 50%;
  margin-left: -77px;
  top: 50px;
  z-index: 9;
  padding: 0px 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;
  padding: 0 8px;
  line-height: 26px;
  float: left;
  width: auto;
  background-color: #0068b7;
  height:35px;
  line-height:35px;
  width:100px;
  text-align:center;
}
.header .nav li .snav a:hover {
  display: block;
  color: #fff100;
  font-size: 14px;
  padding: 0 8px;
  line-height: 26px;
  float: left;
  width: 100px;;
}

.header .nav li:hover > a,
.header .nav li.act > a {
  border-bottom-color: #1776bd;
  color: #fff100;
  background:#0068b7;
  display:inline-block;
}
.header .nav li:hover .snav {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
}

.title .title-div {
  width: 260px;
}
.about-index .a-left {
background:#f0f5f9; 
width:743px;
padding:20px;
}
.about-index .a-left .a-text {
  height:210px;
  -webkit-line-clamp: 8;
}
.about-index .a-right {
  width:417px;
}
.more {
  width: 96px;
  border-radius: 5px;
  background:#ea6238;
}
.product-index {
  background: url(../images/bg2.jpg) no-repeat center center / cover;
  background-attachment: fixed;
}
.product-index ul {
  margin-left: -1.25%;
}
.product-index li {
  width: 23.75%;
  float: left;
  position: relative;
  overflow: hidden;
}
.product-index li .box {
  border: 1px solid #dee0e1;
  height: 200px;
  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: 100%;
  padding: 0 19px 0 0px;
  background:#f4f4f4;
  margin-bottom:30px;
}
.news-index li:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background:#0068b7;
}
.news-index li:hover a{
	color:#fff;
}
.product li:hover a{color:#0068b7;}
.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:163px;
  width:240px;
}
.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: 10px;
  padding-bottom: 10px;
}
.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}
.bule_01{ color:#0068b7; background: url(../images/index_03.jpg) bottom left no-repeat; padding-bottom:10px;}
.home_n_bl{ border-left:1px solid #c3c5c7;}


/*招聘20171019*/
.employ {
  padding-bottom: 97px;
}
.employ .txt {
  padding-left: 2.8181%;
  background: url(../images/down.png) no-repeat;
  background-position-x: 95.1819%;
  background-position-y: 20px;
  border-top: 1px dotted #cccccc;
  background-size: 27px 14px;
}
.employ .txt.act {
  background: url(../images/up.png) no-repeat;
  background-position-x: 88.1819%;
  background-position-y: 20px;
}
.employ .txt.act .num {
  background-color: #ec6941;
}
.employ .txt.act a p {
  color: #ec6941;
}
.employ .txt .num {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #999;
  margin-right: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
}
.employ .txt .more_zh {
  padding-left: 50px;
  padding-top: 7px;
  display: none;
}
.employ .txt.act .more_zh {
  display: block;
}
.employ .txt .more_zh p {
  /* float: left;
    width: 32.95%;
    color: #666;
    line-height: 30px;*/
}



.contact_ad{background:url(/skin/images/contact_01.jpg) no-repeat top center; padding-top:88px;}
.contact_tel{background:url(/skin/images/contact_02.jpg) no-repeat top center; padding-top:88px;}
.contact_fax{background:url(/skin/images/contact_03.jpg) no-repeat top center; padding-top:88px;}
.contact_ewm{background:url(/skin/images/contact_04.jpg) no-repeat top center; padding-top:88px;}