/*************************
	头部导航
*************************/
.header{ border-top:3px solid #f39d65; background:#fff;}
.header .logo {
  width: 294px;
  height:72px;
  margin-top:20px;
}
.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 center center;
}
.header .h-r-top li.email {
  height: 15px;
  background: url(../images/ico02.png) no-repeat center center;
  border-right: 1px solid #b8b8b8;
  padding-right: 15px;
}
.header .h-r-top li.email:hover {
  background-image: url(../images/ico02h.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: center center;
  background-repeat: no-repeat;
}
.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 {

}
.header .nav li {
  float: left;
  padding-bottom: 1px;
  position: relative;
}
.header .nav li > a {
  line-height: 24px;
  padding-bottom: 10px;
  /*border-bottom: 3px solid #fff;*/
  padding-left:15px;
  padding-right:15px;
  font-size: 16px;
  color: #333;
  height:99px;
  line-height:99px;
}
.header .nav li .snav {
  width:230px;
  left: 50%;
  top: 110px;
  z-index: 9;
  font-size: 0;
  min-width: 120px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  transform: translateX(-50%);
}
.header .nav li .snav a {
  display: block;
  color: #333;
  font-size: 14px;
  margin: 0 10px;
  line-height: 26px;
  /*float: left;*/
  width: auto;
  background-color: #fff;
  padding: 5px 20px;
  text-align:center;
}
.header .nav li .snav a:hover {
background:#1935db;
  color: #fff;
}
.header .nav li:hover > a,
.header .nav li.act > a {
  color: #fff;
  padding-left:15px;
  padding-right:15px;
  background:#1935db;
  height:99px;
  line-height:99px;
}
.header .nav li:hover .snav {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
  color: #1935db;
}
.header-right {

}

.title {
/*  background: url(../images/title-bg02.png) repeat-x center center;*/
}
.title.tit03 {
/*  background: url(../images/title-bg03.png) no-repeat center bottom;*/
}
.title.tit04 {
/*  background: url(../images/title-bg04.png) no-repeat center bottom;*/
}
.title .title-div {
  width: 260px;
}
.about-index .a-left {
  width: 535px;
}
.about-index .a-left .a-text {
  height: 149px;
  -webkit-line-clamp: 8;
}
.about-index .a-right {
  width: 650px;
}
.about-index .more {
  width: 96px;
  border-radius: 5px;
  border: 1px solid #f39800;
  background: #f39800;
  color: #FFFFFF;
}

.product-index ul {
  /*  margin-left: -1.25%;*/
}
.product-index li {
  /* width:48%;*/
  /*  margin-left: 0.25%;*/
  float: left;
  position: relative;
  overflow: hidden;
  /*margin-left:10px;
  margin-right:10px;*/
  margin-bottom: 20px;
}
.product-index li:hover a {
  color: #fff;
}
.product-index li a:hover .n-text > p {
  color: #0080b7;
}
.product-index li a:hover .n-text > div {
  color: #0080b7;
}
.product-index li .box {
  border: 1px solid #dee0e1;
  height: 283px;
  width:283px;
  box-shadow: 4 4 4px #e0e0e0;
}
.product-index li .box-txt {
  background: url(../images/bg1.png) repeat;
  padding: 15px 10px 5px;
}
.product-index li .box-txt .b-txt {
    height: 44px;
}
.product-index li .b-more {
  padding: 15px 0;
  line-height: 20px;
  left: 0;
  width: 100%;
  bottom: -50px;
  background-color: #f29e61;
  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;
}
.box1{ border:1px solid #e5e5e5; box-shadow:4px 4px 4px #d1d1d1}
.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: #0080b7;
  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);
}
.footer {
  background-color: #333333;
  padding-top: 16px;
  padding-bottom: 16px;
  color:#999999;
}
.footer ul li {
  width:auto;
}
.footer a {
  color: #999;
}
.footer a:hover {
  color: #1935db;
}
.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;
}
.about_title {
  border-left: 4px solid #e79609;
  padding-left: 20px;
}
.i-news-left li {
  margin-bottom: 20px;
  height: 102px;
}
.i-news-left li a:hover .date,
.i-news-left li a.act .date {
  color: #fff;
  background-image: url(../images/ico01.png);
}
.i-news-left li a:hover .line,
.i-news-left li a.act .line {
  background-color: #fff;
}
.i-news-left li a:hover .n-text,
.i-news-left li a.act .n-text {
  color: #0057a6;
}
.i-news-left li a:hover .n-text .h44,
.i-news-left li a.act .n-text .h44 {
  color: #0f6fc6;
}
.i-news-left .line {
  height: 1px;
  width: 73px;
  background-color: #cccccc;
}
a.box {
  position: relative;
}
.zzz {
  position: absolute;
  top: 252px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/pro_blue.png);
  opacity: 0.5;
  z-index: 999;
}
.product-index li:hover .zzz {
  top: 0;
}
.pro-detail-slider li img {
  width: auto;
  height: 393px;
  max-width: 100%;
}
.bx-pager-wrap {
  position: relative;
  width: 334px;
  height: 76px;
  margin: 20px auto 0;
  overflow: hidden;
}
.bx-pager-wrap .bx-pager {
  width: 1000%;
  position: absolute;
}
.bx-pager-wrap .bx-pager a {
  float: left;
  margin-right: 10px;
  width: 76px;
  height: auto;
  border: 1px solid #434343;
}
.bx-pager-wrap .bx-pager a.active {
  border-color: #2b83af;
}
.sl-control div {
  width: 20px;
  height: 76px;
  position: absolute;
  bottom: 0;
  background-image: url(../images/pager3.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.sl-prev {
  left: 0;
  background-position: left center;
}
.sl-next {
  right: 0;
  background-position: right center;
}
.zoomDiv {
  z-index: 999;
  position: absolute;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomDiv .bigimg {
  max-width: initial;
}
.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  width: 100px;
  height: 100px;
}
.big-honor {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../images/title-bg02.png");
  background-repeat: repeat;
}
.big-honor .big_close {
  width: 25px;
  height: 25px;
  right: 5%;
  top: 5%;
  background: url(../images/close.png) no-repeat center center;
}
.tb_cell {
  display: table-cell;
  vertical-align: middle;
}
.pr-bottom2 {
  bottom: 0 !important;
  background-color: #666!important;
  background: rgba(51, 51, 51, 0.8) !important;
}
/*内页*/
.left {
  width: 261px;
}
.left_t {
  background: url(/skin/images/icon/mt_bg.jpg) no-repeat;
  height: 50px;
  color: #fff;
  padding-top: 10px;
}
.left_tn {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.left_te {
  font: 12px/13px Arial, Helvetica, sans-serif;
  color: #6eb92b;
  text-transform: uppercase;
  font-weight: bold;
}
.left_c {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 254px;
  padding-bottom: 15px;
}
.left_c_contact {
  background: url(/skin/images/icon/nei_contact.jpg) no-repeat;
  width: 201px;
  height: 220px;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
.left_nav {
  margin: 15px 0px;
  width: 228px;
}
.menu_1 {
  width: 250px;
  background: url(/skin/images/icon/mnav.jpg) no-repeat;
  margin: 1px 0px;
  font: 14px/31px "微软雅黑";
  margin-top: 3px;
  margin-bottom: 3px;
}
.menu_1 a {
  padding-left: 10px;
  color: #000000;
  display: block;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  background: url(../images/c-ico01.png) no-repeat 90% center;
}
.menu_1 a:hover {
  background: #0080b7;
  cursor: pointer;
  display: block;
  color: #fff;
}
.menu_1 .lefton {
  background: #0080b7;
  cursor: pointer;
  display: block;
  color: #fff;
}
.menu_2 {
  width: 226px;
  height: 31px;
  font: 13px/31px "微软雅黑";
  line-height: 30px;
  background: url(/skin/images/icon/msub.png) no-repeat;
  cursor: pointer;
  display: block;
  margin-left: 24px;
}
.menu_2 a {
  padding-left: 10px;
  color: #000000;
  display: block;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.menu_2 a:hover {
  color: #fff;
  text-decoration: none;
  background: #1935db;
  cursor: pointer;
  display: block;
}
.menu_2 .eron {
  color: #fff;
  text-decoration: none;
  background: #1935db;
  cursor: pointer;
  display: block;
}
.menu_3 {
  width: 216px;
  height: 31px;
  font: 13px/31px "微软雅黑";
  line-height: 30px;
  background: url(/skin/images/icon/msub.png) no-repeat;
  cursor: pointer;
  display: block;
  margin-left: 24px;
}
.menu_3 a {
  padding-left: 50px;
  color: #000000;
}
.menu_3 a:hover {
  color: #2020ff;
  text-decoration: none;
  background: url(/skin/images/icon/msub1.jpg) no-repeat;
  cursor: pointer;
  display: block;
}
.menu_3 .eron {
  color: #2020ff;
  text-decoration: none;
  background: url(/skin/images/icon/msub1.jpg) no-repeat;
  cursor: pointer;
  display: block;
}
.menu_4 {
  width: 218px;
  margin: 1px 0px;
  font: 13px/31px "微软雅黑";
  padding-left: 28px;
}
.home_about_li li {
  width: 345px;
  margin-left: 27px;
  margin-right: 27px;
}
.home_about_li li a:hover div {
  color: #0f6fc6;
}
.home_about_li_img {
  width: 345px;
  height: 220px;
}
.home_about_li_world {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.homge_bule_bg {
  background: #f2f2f2;
}
.about_tilet {
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
  color: #1935db;
}
.yq_time {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  background: #999999;
}
.w310 {
  width: 310px;
}
/*首页样式20171017*/
.nav_bg {
  height: 40px;
  line-height: 40px;
  background: #3b5372;
  opacity: 0.9;
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 1;
}
/*.header {
  width: 100%;
}*/
.sy-kjyf {
  background: #f3f3f3;
  width: 325px;
  height: 240px;
}
.home_new .new_bg {
  width: 325px;
  height: 240px;
}
.home_proht {
  background: url(/skin/images/home_pro_ht.jpg) no-repeat bottom left;
  padding-bottom: 20px;
}
.w580 {
  width: 580px;
}
.pro_mok {
  width: 300px;
  height: 290px;
}
.foot_tielt {
  border-bottom: 1px solid #717171;
}
.b7b7b7 {
  color: #b7b7b7;
}
.w_350 {
  width: 350px;
}
.hm_fwwl {
  background: url(/skin/images/ico_fwwl.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_fwwl:hover {
  background: url(/skin/images/ico_fwwl_hover.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_shzr {
  background: url(/skin/images/ico_shzr.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_shzr:hover {
  background: url(/skin/images/ico_shzr_hover.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_jrwm {
  background: url(/skin/images/ico_jrwm.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_jrwm:hover {
  background: url(/skin/images/ico_jrwm_hover.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_lxwm {
  background: url(/skin/images/ico_lxwm.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
.hm_lxwm:hover {
  background: url(/skin/images/ico_lxwm_hover.jpg) no-repeat top center;
  width: 150px;
  padding-top: 170px;
  margin-left: 75px;
  margin-right: 75px;
}
/*内页关于我们样式 20171018*/
.nei_emenu_title {
  width: 260px;
  height: 96px;
  line-height: 96px;
  background: url(/skin/images/nei_e_bg.png) repeat;
}
.nei_emenu_title_ht {
  /*background: url(/skin/images/nei_emenu_title_htbg.jpg) no-repeat left bottom;*/
  width:200px;
  text-align:center;
  margin-left: 30px;
  height:35px;
  line-height: 35px;
}
.mt58 {
  margin-top: 58px;
}
.ml153 {
  margin-left: 153px;
}
.about_c_f_w {
  background: url(/skin/images/about_c_f_wbg.jpg) no-repeat bottom center;
  width: 100%;
  height: 270px;
}
.about_cg {
  background: url(/skin/images/about_cj.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_cg:hover {
  background: url(/skin/images/about_cj_hover.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_fz {
  background: url(/skin/images/about_fz.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_fz:hover {
  background: url(/skin/images/about_fz_hover.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_wl {
  background: url(/skin/images/about_wl.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_wl:hover {
  background: url(/skin/images/about_wl_hover.jpg) no-repeat top center;
  width: 221px;
  height: 220px;
}
.about_gsjj {
  width: 520px;
  height: 400px;
  padding: 40px 40px 20px 40px;
  background: #1935db;
}
.about_s_m li {
  margin-left: 20px;
}
.about_s_m li:first-child {
  margin-left: 0;
}
.cxll li {
  width: 197px;
  height: 197px;
  background: #fff;
  border: 5px solid #50d28c;
  border-radius: 197px;
  color: #50d28c;
  margin-left: 25px;
}
.cxll li:hover {
  width: 197px;
  height: 197px;
  background: #50d28c;
  border: 5px solid #50d28c;
  border-radius: 197px;
  color: #fff;
  margin-left: 25px;
}
.zz_b_mk ul li {
  width: 277px;
  height: 182px;
  border: 4px solid #fff;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zz_b_mk02 ul li {
  width: 210px;
  margin-left: 36px;
}
.zz_b_mk02 ul li:first-child {
  width: 210px;
  margin-left: 0px;
}
.abt_img {
  transition: all .8s;
}
.abt_img:hover {
  transform: scale(1.2);
}
.ghzj_muen ul li {
  display: inline-block;
}
.ghzj_muen ul li a {
  width: 200px;
  height: 150px;
  border: 2px solid #ebeae9;
  line-height: 40px;
  color: #333;
  /*background: url(/skin/images/icon_jt_ghzj.jpg) no-repeat right center;*/
  background-position: 110px;
}
.ghzj_muen ul li a:hover {
  width: 200px;
  height: 150px;
  border: 2px solid #ebeae9;
  line-height: 40px;
  color: #fff;
  background:#1935db !important;
  /*background-position: 110px;*/
}
.ghzj_muen ul li a.act {
  width: 200px;
  height: 150px;
  border: 2px solid #ebeae9;
  line-height: 40px;
  color: #fff;
  background:#1935db;
  background-position: 110px;
}

.contact-us{
  width:595px;
  height:330px;
  padding-top: 50px;
  color: #fff;
  background:#1935db;
}

.contact-us-02 p {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 2px 6px;
}
/*荣誉资质20171019*/
.honor_li a {
  width: 330px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #c0c0c0;
  background: url(/skin/images/honor_h_z.jpg) no-repeat left center;
  padding-left: 30px;
}
.honor_li a:hover {
  width: 330px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #c0c0c0;
  background: url(/skin/images/honor_h_h.jpg) no-repeat left center #f5f5f5;
  padding-left: 30px;
}
/*新闻20171019*/
.news_time {
  width: 120px;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  height: 112px;
}
/*产品20171019*/
.w255 {
  width: 255px;
}
.pro_return {
  width: 68px;
  height: 28px;
  line-height: 28px;
  color: #666;
  border: 1px solid #efefef;
}
/*招聘20171019*/
.employ {
  padding-top: 40px;
  padding-bottom: 97px;
}
.employ .txt {
  padding-left: 11.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: #1935db;
}
.employ .txt.act a p {
  color: #1935db;
}
.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;*/
}
/*销售网络*/
.netwolk_title ul li {
  display: inline-block;
}
.netwolk_title ul li a {
  width: 380px;
  height: 40px;
  line-height: 40px;
  background: #d9d9d9;
  color: #333;
}
.netwolk_title ul li a:hover {
  width: 380px;
  height: 40px;
  line-height: 40px;
  background: #1935db;
  color: #fff;
}
.netwolk_title ul li a.act {
  background-color: #1935db;
  color: #fff;
  /* background-image: url(../images/c-ico02.png); */
  border-color: #1935db;
}
/*鼠标经过网上移动*/
.t-top {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.t-top:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.i-jx a {
  display: block;
  position: relative;
  font-size: 14px;
}
.i-jx:hover span {
  /*background: #1935db;*/
  background: rgba(58, 201, 121, 0.85);
}
.i-jx span {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.i-jx span i {
  width: 118px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #f2f2f2;
}
.i-pic {
  position: relative;
}
.i-pic .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.i-pic .icon:hover {
  background: rgba(58, 201, 121, 0.85);
}
.i-pic .icon:hover i {
  margin: 75px 0 30px 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.i-pic .icon:hover .txt {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-pic .icon i {
  display: block;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 140px 0 30px 0;
}
.i-pic .icon em {
  position: relative;
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
  font-style: normal;
}
.i-pic .icon em::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background: #fff;
}
.i-pic .icon .txt {
  opacity: 0;
  filter: alpha(opacity=0);
  padding-top: 35px;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
}
.i-video {
  position: relative;
  width: 535px;
  height: 301px;
  overflow: hidden;
}
.i-video::after {
/*  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);*/
}
.i-video img {
  width: 100%;
  height: 100%;
}
.i-video i {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: url(/skin/images/icon/a5.png);
}
.i-video2 {
  width: auto;
  height: auto;
}
.i-pr1 {
  position: relative;
  overflow: hidden;
}
.i-pr1:hover .info {
  top: 0;
}
.i-pr1 .info {
  position: absolute;
  width: 93%;
  height: 100%;
  top: 75%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px 30px 30px 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.i-pr1 .info h3 {
  font-size: 36px;
}
.i-pr1 .info > div {
  font-size: 16px;
}
.img-md img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all 0.8s;
}
.img-md:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all 0.8s;
}
.about_s_m li:hover .info {
  opacity: 1;
  filter: alpha(opacity=1);
}
.about_s_m li .info {
  opacity: 0;
  filter: alpha(opacity=0);
  display: table;
  position: absolute;
  top: 0;
  width: 285px;
  height: 240px;
  color: #fff;
  background: rgba(58, 201, 121, 0.85);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.about_s_m li .info em {
  position: absolute;
  width: 235px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 90px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 35px;
  overflow: hidden;
}
.about_s_m li .info em i {
  position: relative;
  top: 12px;
}
.cxll li {
  overflow: hidden;
  /*
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  */
    transition: all 1s;
}
.cxll li:hover i {
  line-height: 155px;
}
.cxll li:hover em {
  visibility: visible;
}
.cxll li i {
  line-height: 197px;
}
.cxll li em {
  visibility: hidden;
  position: relative;
  top: -70px;
  font-size: 12px;
  padding: 0 10px;
  height: 42px;
  overflow: hidden;
  font-style:normal;
}
.fix-wrap {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.fix-wrap .con {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 70%;
 /* background: #fff;*/
}
.fix-wrap .con .img {
  width: 100%;
  height: 100%;
}
.fix-wrap .con .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: -4%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fix-wrap .hide {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  padding: 25px;
  right: 5%;
  top: 5%;
  cursor: pointer;
  border: 0;
  background: url(/skin/images/icon/hide.png) no-repeat center;
  -webkit-transition: all 8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all 0.8s;
}
.fix-wrap .hide:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(180deg);
}



.goback a {
    width: 130px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
	border:1px solid #999999;
    border-radius:10px;
}
.goback a:hover {
    width: 130px;
    height: 35px;
    line-height: 35px;
    background-color: #1935db;
	border:1px solid #1935db;
    border-radius: 5px;
	color:#fff;
	cursor:pointer;
}

.goback02 a {
    width: 130px;
    height: 35px;
    line-height: 35px;
	border:1px solid #fff;
    border-radius: 5px;
}
.goback02 a:hover {
    width: 130px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
	border:1px solid #fff;
    border-radius: 5px;
	color:#1935db;
	cursor:pointer;
}

.about-index{
    background: url(../images/bulebg.jpg) no-repeat center center / cover;
	height:500px;
}

/*首页新闻*/
.i-main .i-news {
	padding-top: .6rem;
	padding-bottom: .6rem;
}

.i-main .i-news .news-l .tt1 .txt {
	position: relative;
	width: 185px;
	height: 160px;
	color: #fff;
	background: #1935db;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.i-main .i-news .news-l .tt1 .txt::after {
	position: absolute;
	left: 50%;
	bottom: -13px;
	content: '';
	border-top: 13px solid #1935db;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	margin-left: -15px
}

.i-main .i-news .news-l .tt1 .txt strong {
	font-size: 26px
}

.i-main .i-news .news-l .tt1 .txt span {
	text-align: left
}

.i-main .i-news .news-l .tt1 .img {
	width: calc(100% - 185px);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden
}

.i-main .i-news .news-l .dtcell {
	text-align: inherit
}

.i-main .i-news .news-l .list-tt1 {
	padding:40px 50px 40px 0;
	background:#f9f9f9;
}

.i-main .i-news .news-l .list-tt1 .date {
	width: 185px
}

.i-main .i-news .news-l .list-tt1 .date strong {
	position: relative;
	font-size: 40px;
	color: #666
}

.i-main .i-news .news-l .list-tt1 .date strong::after {
	position: absolute;
	top: -12px;
	left: 50%;
	content: '';
	width: 30px;
	height: 1px;
	margin-left: -15px;
	background: #d7d7d7
}

.i-main .i-news .news-l .list-tt1 .info {
	width: calc(100% - 185px)
}

.i-main .i-news .news-l .list-tt1:hover .pb30,.i-main .i-news .news-l .list-tt1:hover h3 {
	color: #1935db
}
.i-main .i-news .news-l .list-tt1:hover div{
	color: #1935db
}

.i-main .i-news .news-l .list-tt1:hover .date strong {
	color: #1935db
}

.i-main .i-news .news-l .list li {
	height: 50px;
	line-height: 50px;
	border-top: 2px solid #f8f8f8;
	background:#f9f9f9;
	margin-top:3px;
}

.i-main .i-news .news-l .list li:hover h3 {
	color: #1935db
}
.i-main .i-news .news-l .list li:hover div {
	color: #1935db
}

.i-main .i-news .news-l .list .date {
	width: 185px
}

.i-main .i-news .news-l .list h3 {
	width: calc(100% - 185px)
}

.i-main .i-news .news-r .tt1 {
	background: #f9f9f9;
	height: 160px;
	
}

.i-main .i-news .news-r .tt1 strong {
	font-size: 26px
}

.i-main .i-news .news-r .dtcell {
	text-align: inherit
}

.i-main .i-news .news-r .info:hover h3 {
	color: #1935db
}

.i-main .i-news .news-r .info .img {
	height: 188px
}

.i-main .i-news .news-r .info h3 {
	width: 65%
}

.i-main .i-news .news-r .info .txt-w {
	padding:19px;
	background:#f9f9f9;
}
.i-main .i-news .news-r .info .txt-w:hover div{ color:#1935db!important;}

.i-main .i-news .news-r .info .txt {
	height: 40px;
	overflow: hidden;
	line-height: 20px
}
.w590 {
    width: 590px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.dtcell {
    display: table-cell;
    vertical-align: middle;
}
.dt {
    display: table;
}
.c00b5d5{ color:#00b5d5;}

.els {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}
/****/
.bxslider01 li.pb30{ padding-bottom:30px;}
.box_txt_hp{ position:absolute;bottom:5px;width:80%;left:10%;background:#fff;color:#333;text-align:center; line-height:50px; box-shadow:0 0 25px rgba(0,0,0,.2);}
.industry li .box_txt_hp{ position:absolute;bottom:-20px;width:80%;left:10%;background:#fff;color:#333;text-align:center; line-height:50px; box-shadow:0 0 25px rgba(1,1,1,.3);}
.home_pro_list a{ width:200px; height:40px; line-height:40px; color:#333; background:#fff; border:1px solid #e3e3e3; border-radius:10px; margin-left:10px; margin-right:10px;}
.home_pro_list a:hover{ width:200px; height:40px; line-height:40px; color:#fff!important; background:#1935db!important; border:1px solid #1935db;  border-radius:10px; margin-left:10px; margin-right:10px;}
.product-index{background: url(../images/homeprobg.jpg) repeat;}
.home_pro_p li { margin-left:7px; margin-right:7px;}
.newbg_fff{ background:#fff;}

@media (max-width:1000px) {
body{ width:135%;}
}

/*#yh1{ color:#1935db; border-bottom:4px solid #1935db;}
#yh65{ color:#1935db; border-bottom:4px solid #1935db;}
#yh66{ color:#1935db; border-bottom:4px solid #1935db;}
#yh67{ color:#1935db; border-bottom:4px solid #1935db;}
#yh68{ color:#1935db; border-bottom:4px solid #1935db;}
#yh69{ color:#1935db; border-bottom:4px solid #1935db;}
#yh70{ color:#1935db; border-bottom:4px solid #1935db;}
#yh71{ color:#1935db; border-bottom:4px solid #1935db;}*/


/*导航条三级菜单*/
.sub2{position:relative}
.sub2:hover>a{/*background:#1935db!important;color:#fff!important*/}
.sub2:hover .sub3{opacity:1;visibility:visible}
.sub3{opacity:0;visibility:hidden;position:absolute;left:210px;top:0;width:230px}
.sub3 a{margin:0}






















