/*************************
	头部导航
*************************/
.header .logo {
  width: 201px;
  height: 58px;
  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;
}
.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:100px;
  /*margin-bottom: 22px;*/
/*  border-bottom: 3px solid #fff;*/
  padding-left:15px;
  padding-right:15px;
  font-size: 16px;
  color: #333;
}
.header .nav li .snav {
  left: 50%;
  margin-left: -100px;
  top:100px;
  z-index: 9;
  background-color: #4dacf4;
  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:40px;
  /*float: left;*/
  width: 150px;
}
.header .nav li .snav a:hover {
  display: block;
  color: #0061aa;
  font-size: 14px;
  margin: 0 8px;
  line-height:40px;
  float: left;
  width: 150px;
}

.header .nav li:hover > a,
.header .nav li.act > a {
  border-bottom-color: #1776bd;
  color: #fff;
  background:#4dacf4;
  display:inline-block;
}
.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 {
  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: 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: 44%;
  padding:20px;
  border: 1px solid #ebebeb;
  float: left;
  margin:15px;
  background:#fff;
}
.news-index li a:hover p{
  color:#4dacf4 !important;
}
.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:160px;
  width:219px;
}
.news-index .n-more {
  line-height: 44px;
  width: 150px;
  background-color: #4dacf4;
  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: #f9f9f9;
 /* padding-top: 16px;
  padding-bottom: 16px;*/
}
.footer a {
  color: #999999;
}
.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}
.w289{ width:289px;}
.newmoe{width:78px; height:28px; line-height:28px; color:#666; border:1px solid #eeeeee;}
.pingtai_t ul li{ width:240px; height:202px;}
.pingtai_t ul li.pingone{ background:#34a1f3;}
.pingtai_t ul li.pingtwo{ background:#339ded;}
.pingtai_t ul li.pingthree{ background:#3395de;}
.pingtai_t ul li.pingtfour{ background:#2e8cd2;}

.pingtai_t ul li:hover{ background:#3395de;}

.f_line {
    height: 20px;
    background: url(../images/f_line.png) no-repeat center top;
}
.goback{ width:70px; height:30px; border-radius:5px; border:1px solid #d0d0d0; text-align:center; line-height:30px; margin:0 auto;}
.goback:hover{ background:#4dacf4; color:#fff !important;}

/**************轮播图**************/
.bx-wrapper{ margin-bottom: 0;}
.banner .bx-wrapper .bx-pager.bx-default-pager a{ width:24px; height:3px; border-radius: 0; background:#fff; position:relative;}
.banner .bx-wrapper .bx-pager.bx-default-pager a.active{ background:#4dacf4; width:36px; height:5px; bottom:2px;}
.banner .bx-wrapper .bx-pager{ bottom:20px;}
.banner .bx-wrapper .bx-controls-direction a{ width:28px; height:48px; margin-top: -24px;}
.banner .bx-wrapper .bx-controls-direction a.bx-prev{ background:url(../images/banner_left.png) no-repeat center center;}
.banner .bx-wrapper .bx-controls-direction a.bx-next{ background:url(../images/banner_right.png) no-repeat center center;}

/**************产品中心**************/
.title span{ display:block; width:16px; height:2px; background:#097c25; margin:0 auto;}
.pro_tab a{ display:inline-block; position:relative; width:auto;line-height:35px; margin:0 3px 10px; padding-left:30px; padding-right:30px; font-size: 14px; border:1px solid #cccccc; background:#eeeeee; border-radius:5px;}
.pro_tab i{ display:none; position:absolute; bottom:-10px; left:50%; margin-left: -5px; height:0; width:0; border-top:5px solid #4dacf4; border-bottom: 5px solid transparent; border-right: 5px solid transparent; border-left: 5px solid transparent;}
.pro_tab a:hover,.pro_tab a.act{ border-color: #4dacf4; background:#4dacf4; color:#fff;}
.pro_tab a:hover i,.pro_tab a.act i{ display:block;}
.product .pro_item .showimg{ height:285px;}
.product .pro_item .showbg{ display:none; position:absolute; left:0; top:0; width:100%; height:100%; background: url(../images/see.png) center center no-repeat rgba(133,194,38,0.86);}
.product .pro_item li:hover .showbg{ display:block;}
.bx_pro .bx-wrapper .bx-controls-direction a{ width:32px; height:32px; background-color:#cccccc; background-position: center center; background-repeat: no-repeat;}
.bx_pro .bx-wrapper .bx-controls-direction a.bx-prev{ left:-50px; background-image: url(../images/pro_left.png);}
.bx_pro .bx-wrapper .bx-controls-direction a.bx-next{ right:-50px; background-image: url(../images/pro_right.png);}
.bx_pro .bx-wrapper .bx-controls-direction a:hover{ background-color:#097c25;}

.pro_item ul li{ width:377px; height:334px; margin-bottom:20px; background:#f9f9f9;  margin-left:10px; margin-right:10px;}
.box1px{border:1px solid #e5e5e5;}
.pro_item ul li a:hover p{ color:#4dacf4 !important;}

/*招聘20171019*/
.employ {
  padding-top: 40px;
  padding-bottom: 97px;
}
.employ .txt {
  padding-left: 2.8181%;
  background: url(../images/down.png) no-repeat;
  background-position-x: 88.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: #4dacf4;
}
.employ .txt.act a p {
  color: #4dacf4;
}
.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 {
  padding-left: 50px;
  padding-top: 7px;
  display: none;
}
.employ .txt.act .more {
  display: block;
}
.employ .txt .more p {
  /* float: left;
    width: 32.95%;
    color: #666;
    line-height: 30px;*/
}