/*************************
	头部导航
*************************/
.header .logo {
  width: 369px;
  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;
}
.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: 200px;*/
  height: 31px;
  background: url(../images/tel.jpg) no-repeat left center;
  padding-left:31px;
  line-height:31px;
  color:#e50012;
  padding-left:40px;
}
.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: 22px;
/*  border-bottom: 3px solid #fff;*/
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #333;
}
.header .nav li .snav {
  left: 50%;
  margin-left: -70px;
  top: 50px;
  z-index: 9;
  background-color: #0068b7;
  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;
  text-align:center;
}
.header .nav li .snav a:hover {
  display: block;
  color: #fff100;
  font-size: 14px;
  margin: 0 8px;
  line-height: 26px;
  width: auto;
  text-align:center;
}
/*  */
.header .nav li .snav{
  width: 200px !important;
  margin-left: -120px !important;
}

.header .nav li:hover > a,
.header .nav li.act > a {
  border-bottom-color: #1776bd;
  color: #fff;
  background:#0068b7;
  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: 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: #eee;
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer a {
  color: #666;
}
.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}


.home_pro_fl li a{ width:268px; height:60px;text-align:center; margin-left:15px; margin-right:15px; border:1px solid #c9c9c9; border-radius:10px; background:#eeeeee;}
.home_pro_fl li a:hover{ background:#0069b7; color:#fff; border-radius:10px;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*首页营销模块*/
.cont-box {
  padding: 20px 0;
}
.cont-box.bg {
  background-image: url(../images/homeyxbg.jpg);
}
.cont-box1 {
  padding: 0;
  /*background: url(/skin/images/img13.png);*/
}
.cont-box1 .mauto {
  max-width: 1140px;
  background: #fff;
  padding: 20px;
}
.i-pro-left {
  float: left;
  width: 210px;
  border-bottom: 10px solid #ddd;
}
.i-pro-left .title {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  background: #014188;
  border-bottom: 5px solid #021a55;
}
.i-pro-left .title a {
  display: block;
}
.i-pro-left ul {
  padding: 10px 10px 5px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.i-pro-left ul li {
  margin-bottom: 5px;
}
.i-pro-left ul li .title {
  padding-left: 25px;
  font-size: 16px;
  background: #014188 url(/skin/images/icon/icon03.png) no-repeat 10px 17px;
}
.i-pro-left ul li .list a {
  display: block;
  font-size: 12px;
  border-bottom: 1px dashed #ccc;
  padding-left: 25px;
  line-height: 24px;
  margin: 10px 0;
  color: #000;
  font-family: "serif";
  background: url(/skin/images/icon/icon03.png) no-repeat 10px center;
}
.i-pro-left ul li .list a:hover {
  text-decoration: underline;
}
@font-face {
  font-family: 'fzxxlft';

}
.i-pro-main {
  float: right;
  width: 890px;
  border-top: 3px solid #014188;
  position: relative;
}
.i-pro-main:before {
  content: ' ';
  width: 100%;
  height: 4px;
  background: #4167b8;
  position: absolute;
  left: 0;
  top: 1px;
}
.i-pro-main .title {
  text-align: center;
  font-size: 20px;
  margin: 10px 0 20px;
}
.i-pro-main .title span {
  display: block;
  font-size: 40px;
  color: #014188;
  font-family: 'fzxxlft';
}
.pro-item {
  float: left;
  margin: 0 0 30px 20px;
  background: url(/skin/images/img14.png) no-repeat center 200px;
}
.pro-item .img-md {
  width: 276px;
  height: 200px;
  border: 1px solid #c6c6c6;
}
.pro-item .links {
  width: 240px;
  height:60px;
  margin: 15px auto 0;
/*  background: url(/skin/images/img02.jpg);*/
text-align:left;
}
.pro-item .links a {
  display: inline-block;
  width: 100%;
  height: 24px;
}
.i-box2 {
  width: 1342px;
  height: 900px;
  margin: 30px auto;
  background: url(/skin/images/img04.jpg);
  line-height: 30px;
  position: relative;
  font-size: 16px;
  color: #666;
}
.i-box2 li {
  position: absolute;
  width: 640px;
}
.i-box2 .text1 {
  left: 50%;
  top: 115px;
  margin-left: 40px;
}
.i-box2 .text2 {
  left: 80px;
  top: 400px;
}
.i-box2 .text3 {
  left: 50%;
  top: 755px;
  margin-left: 10px;
}
.i-box2 .text4 {
  left: 123px;
  top: 1365px;
}

.Segmentation {
  height: 173px;
  margin: 30px 0;
  background-size: cover;
}


.home_new{ width:100%; background:#eee; border:1px solid #f3f3f3;}
.home_newtitle{ height:60px; background:#0069b7; line-height:60px; padding-left:30px; padding-right:30px;}
.home_new ul{ }
.home_new ul li{ width:45%; height:35px; line-height:35px; padding:10px 20px;}
.home_new ul li a:hover{ color:#0168b7;}
.goback{ width:60px; height:30px; line-height:30px; border-radius: 5px; background:#e5e5e5;}
.f_line {
    height: 20px;
    background: url(../images/f_line.png) no-repeat center top;
}










