﻿/*input 默认字体*/
/*单行隐藏*/
.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行隐藏*/
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
/*英文数字强制换行*/
.ying {
  display: inline;
  /*解决IE6 双倍水平外边距*/
  word-wrap: break-word;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
  word-break: break-all;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
}
/*.h{
  .Gradient_b(@jb:#80c1e7,@jb2:#213c7c);
}*/
.nfHead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.54);
  line-height: 100px;
  color: #333;
}
.nfHead .nfHead-nav {
  display: inline-block;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  position: relative;
}
.nfHead .nfHead-nav li a {
  display: inline-block;
}

.nfHead .nfHead-nav li span {
  line-height: 30px;
  font-size: 17px;
  display: inline-block;
  padding: 0 30px;
  font-weight: bold;
}
.nfHead.nfHead_t .nfHead-nav li span{
  font-size: 17px; padding: 0 25px;
}
.nfHead .nfHead-nav li span:after{

}
.nfHead .nfHead-nav li .a-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  background: #338726;
  color: #fff;
  line-height: 30px;
  height: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.nfHead .nfHead-nav li .a-nav:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  bottom: 100%;
  transform: translate(-50%, 0);
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #2b7320;
}
.nfHead .nfHead-nav li .a-nav a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.nfHead .nfHead-nav li .a-nav a:hover {
  background: #2b7320;
}
.nfHead .nfHead-nav li .sub {
  /*

  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  display: none;*/
  text-align: center;
  transform: translateX(-50%);
  min-width: 100%;
  /*background: rgba(51, 51, 51, 0.34);*/
  background: rgba(255, 255, 255, 0.54);
  white-space: nowrap;
  position: absolute;

  left: 50%;
  top: 100%;
  /* padding: 5px 0;*/
  display: none;


}
.nfHead .nfHead-nav li .sub a {
  display: block;
  line-height: 36px;
  color: #333;
  padding: 0 5px;
}
.nfHead .nfHead-nav li .sub a:hover {
  background: #0372bd;
  color: #ffffff;
}
.nfHead .nfHead-tool {
  position: relative;
}
.nfHead .nfHead-tool .icon_sou {
  display: inline-block;
}
.nfHead .nfHead-tool .icon_sou:hover .sousuo_show {
  z-index: 100;
  top: 100%;
  opacity: 1;
}
.nfHead .nfHead-tool .icon-sousuo {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
  background: url("../images/search.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: #338726;
  margin-right: 12px;
}
.nfHead .nfHead-tool .icon-weixin {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 25px;
  background: #0b9438;
  color: #fff;
}
.nfHead .nfHead-tool .sousuo_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 200px;
  line-height: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .sousuo_show input {
  width: 160px;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.nfHead .nfHead-tool .sousuo_show .icon-sousuo {
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0;
}
.nfHead .nfHead-tool .weixin_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0px;
  width: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: unset;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .language a {
  display: inline-block;
}
.nfHead .language a.on,
.nfHead .language a:hover {
  color: #11d781;
}
.nfHead_t {
  background: #ffffff;
  color: #5d5d5d;
  position: relative;
}
.nfHead_t.nfHead .nfHead-tool {display: block;}
.nfHead_t .nfHead-nav li .sub {
  background: #ffffff;
}
.nfHead_t .nfHead-nav li .sub a {
  color: #5d5d5d;
}
.nfHead_t .nfHead-nav li .sub a:hover {
  background: #0372bd;
  color: #ffffff;
}
.nfHead_t .nfHead-nav li:hover span,
.nfHead_t .nfHead-nav li.active span {
  position: relative;
}
.nfHead_t .nfHead-nav li:hover span,
.nfHead_t .nfHead-nav li.active span {
  color: #ffffff;
  background: #0372bd;
}
.swiper-in {
  position: relative;
  overflow: hidden;
}
.swiper-in img {
  width: 100%;
}
.swiper-in .swiper-pagination_o {
  bottom: 10%;
  width: 100%;
  text-align: center;
}
.swiper-in .swiper-pagination_o .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.23);
  width: 56px;
  height: 8px;
  opacity: 1;
  border-radius: 0;
  margin: 0 10px;
}
.swiper-in .swiper-pagination_o .swiper-pagination-bullet-active {
  background-color: #6cbb4e;
}
.swiper-in .to_ne {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 15%;
  z-index: 1000;
  animation: myfirst 2s;
  -moz-animation: myfirst 2s;
  /* Firefox */
  -webkit-animation: myfirst 2s;
  /* Safari and Chrome */
  -o-animation: myfirst 2s;
  /* Opera */
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes myfirst {
  0%   { margin-bottom: 0;opacity: 0 ;}
  50%  {opacity: 1;}
  100% { margin-bottom: -20px;opacity: 0;}

}
@-moz-keyframes myfirst {
  /* Firefox */
  from {
    margin-bottom: 0px;
  }
  to {
    margin-bottomtop: -20px;
  }
}
@-webkit-keyframes myfirst {
  /* Safari and Chrome */
  from {
    margin-bottom: 0px;
  }
  to {
    margin-bottom: -20px;
  }
}
@-o-keyframes myfirst {
  /* Opera */
  from {
    margin-bottom: 0px;
  }
  to {
    margin-bottom: -20px;
  }
}
.in_pro {
  background-image: url("../images/no7.png");
  background-repeat: no-repeat;
  background-position: left top -70px;
  padding: 80px 0;
}
.in_pro .pro-lsit {
  padding-top: 40px;
}
.in_pro .pro-lsit .a {
  display: inline-block;
  width: 29%;
  margin-right: 6.5%;
  background: #ffffff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.04);
  box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.04);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=8px, direction=0, strength=24px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.04);
  /*兼容firefox*/
  position: relative;
}
.in_pro .pro-lsit .a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #0072bd;
  height: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_pro .pro-lsit .a:hover {
  -webkit-box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.17);
  box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=8px, direction=0, strength=24px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.17);
  /*兼容firefox*/
}
.in_pro .pro-lsit .a:hover:after {
  width: 100%;
}
.in_pro .pro-lsit .a:hover img {
  transform: scale(1.08);
}
.in_pro .pro-lsit .a:hover .tex .iconfont {
  color: #0072bd;
}
.in_pro .pro-lsit .a:nth-child(3n) {
  margin-right: 0;
}
.in_pro .pro-lsit .a .im {
  overflow: hidden;
}
.in_pro .pro-lsit .a .im img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_pro .pro-lsit .a .tex {
  padding: 15px  30px;
}
.in_pro .pro-lsit .a .tex .t {
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 25px 0;
}
.in_pro .pro-lsit .a .tex .te {
  margin: 10px 0;
  color: #898989;
  font-size: 20px;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in_pro .pro-lsit .a .tex .iconfont {
  font-size: 30px;
  color: #c8cccf;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_til {
  font-size: 48px;
  line-height: 70px;
}
.in_til dd {
  color: #e3e3e5;
  text-transform: uppercase;
}
.in_abt_us {
  background-image: url("../images/no8.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 80px 0;
}
.in_abt_us .abt_c {
  padding-top: 60px;
}
.in_abt_us .abt_c .l_te {
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  padding-right: 40px;
}
.in_abt_us .abt_c .l_te .te {
  padding: 30px 0;
  position: relative;
}
.in_abt_us .abt_c .l_te .te:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 50px;
  background: #6cbb4e;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.in_abt_us .abt_c .l_te .te-list {
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.in_abt_us .abt_c .l_te .te-list .li {
  width: 17%;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 3.75%;
}
.in_abt_us .abt_c .l_te .te-list .li:nth-child(5n) {
  margin-right: 0;
}
.in_abt_us .abt_c .l_te .te-list .li .li_c {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.08);
  box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.08);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=8px, direction=0, strength=24px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.08);
  /*兼容firefox*/
  height: 358px;
  overflow: auto;
}
.in_abt_us .abt_c .l_te .te-list .li .li_c::-webkit-scrollbar {/*滚动条整体样式*/
  width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
.in_abt_us .abt_c .l_te .te-list .li .li_c::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
}
.in_abt_us .abt_c .l_te .te-list .li .li_c::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}

.in_abt_us .abt_c .l_te .te-list .li .li_c .im {
  width: 220px;
}
.in_abt_us .abt_c .l_te .te-list .li .li_c .im img{
  width: 100%;
  -webkit-box-shadow: 0 0 24px 8px rgba(179, 179, 179, 0.14);
  box-shadow: 0 0 24px 8px rgba(179, 179, 179, 0.14);
  -moz-box-shadow: 0 0 24px 8px rgba(179, 179, 179, 0.14);
}
.in_abt_us .abt_c .l_te .te-list .li .li_c .tex {
  width: 310px;
  padding-left: 30px;
}
.in_abt_us .abt_c .l_te .te-list .li .li_c .t1 {
  text-align: center;
  font-size: 24px;
}
.in_abt_us .abt_c .l_te .te-list .li .li_c .tex-te {
  font-size: 16px;
  color: #616161;
  padding-top: 15px;
  text-transform: uppercase;
}
.in_abt_us .abt_c .l_te .mo-a {
  display: inline-block;
  font-size: 20px;
  color: #666666;
  margin-top: 30px;
}
.in_abt_us .abt_c .r_voide {
  width: 50%;
  position: relative;
}
.in_abt_us .abt_c .r_voide video {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.in_abt_us .abt_c .r_voide .bg-g {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.16);
}
.in_abt_us .abt_c .r_voide .bg-g img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.footBox {
  background: #383838;
  color: #ffffff;
}
.footBox .fo_one {
  padding: 60px 0 45px 0;
}
.footBox .fo_one .ul_l {
  border-right: 1px solid #959595;
  display: flex;
  width: 59%;
  position: relative;
}
.footBox .fo_one .ul_l:after {
  content: '';
  position: absolute;
  right: -2px;
  width: 3px;
  height: 60px;
  background: #959595;
}
.footBox .fo_one .ul_l li {
  flex: 1;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  color: #959595;
}
.footBox .fo_one .ul_l li a {
  display: inline-block;
  width: 100%;
}
.footBox .fo_one .ul_l li a:first-child {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}
.footBox .fo_one .lin-r {
  width: 40%;
}
.footBox .fo_one .lin-r .a {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 35px;
  width: 30%;
}
.footBox .fo_one .lin-r .a a {
  display: inline-block;
  width: 100%;padding-left: 20px; text-align: left;
}
.footBox .fo_one .lin-r .a a:nth-child(n+2) {
  margin-top: 40px;
}
.footBox .fo_one .lin-r .r-lin {
  text-align: right;
  width: 70%;
}
.footBox .fo_one .lin-r .r-lin .select {
  display: inline-block;
  vertical-align: top;
  background-image: url("../images/no9.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  background-color: #585858;
  width: 100%;
}
.footBox .fo_one .lin-r .r-lin .select select {
  background: none;
  display: inline-block;
  width: 100%;
  height: 54px;
  padding-left: 30px;
  padding-right: 60px;
  color: #b2b2b2;
  font-size: 18px;
}
.footBox .fo_one .lin-r .r-lin .btn {
  display: inline-block;
  padding: 0 40px;
  margin-top: 120px;
  background: #6cbb4e;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  line-height: 54px;
}
.footBox .fo_t {
  background: #333333;
  color: #959595;
  line-height: 30px;
  padding: 8px 0;
}
.pmenu {
  background: url("../images/ba_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 12;
}
.pmenu .w {
  position: relative;
}
.pmenu-tit {
  background: #6dbb4f;
  width: 234px;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pmenu-tit .cn {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.pmenu-tit .line {
  padding: 10px 0 0 0;
  position: relative;
  display: inline-block;
  width: 118px;
  text-align: center;
  border-top: 1px solid #ffffff;
}
.pmenu-tit .line:before {
  content: '';
  background: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
}
.pmenu-tit .en {
  padding-top: 16px;
  font-family: "times New Roman";
  font-size: 14px;
  line-height: 1;
  /*text-transform:uppercase;*/
  border-bottom: 2px solid #ffffff;
}
.pmenu-list {
  width: 100%;
  font-size: 0;
  padding: 25px 0;
  padding-left: 350px;
  position: relative;
}

.pmenu-list a {
  /*border: 1px solid rgba(255, 255, 255, 0);*/
  color: #b7e2ff;
  display: inline-block;
  font-size: 18px;
 /* padding: 0 35px;*/
  position: relative;
  margin: 0 45px;
  line-height: 35px;
}
.pmenu-list a:before {
  content: '';
  background: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, -0%);
  -moz-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  -o-transform: translate(-50%, -0%);
  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
}
/*
.pmenu-list a:before{ content:''; background:#ee4e06; width:0; height:3px; position:absolute; left:50%; bottom:0; transition:all 0.4s;}
*/
.pmenu-list a.active,
.pmenu-list a:hover {
  color: #FFFFFF;
  /*border: 1px solid #ffffff;*/
}
.pmenu-list a:hover:before,.pmenu-list a.active:before{width: 100%;}

.pmenu-list:after{
  content: '';
  position: absolute;
  left: 300px;
  top: 50%;
  margin-top: -4px;
  border-width:6px 0 6px 6px;
  border-style:solid;
  border-color:transparent transparent transparent #fff;
}

.pmenu-list a.active:before,
.pmenu-list a:hover:before {
  width: 100%;
  /*left: 0;*/
}
.iphonewrs {
  width: 100%;
  position: relative;
  height: 48px;
  display: none;
  margin-top: 5px;
  z-index: 100;
}
.iphone-fix {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0072bd;
  z-index: 11;
}
.iphone-fix.flexs {
  position: fixed;
  top: 62px;
}
.iphone-fix span {
  color: #fff;
  display: block;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
}
.iphone-fix span em {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 46px;
  display: inline-block;
}
.iphone-fix span b {
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: 0.34s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.34s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 0.34s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.iphone-down {
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  top: 46px;
  background: #fff;
}
.iphone-down a {
  display: block;
  width: 50%;
  float: left;
  font-size: 14px;
  text-align: left;
  padding-left: 25px;
  height: 42px;
  line-height: 42px;
  color: #969696;
  position: relative;
  overflow: hidden;
  border: none !important;
}
.iphone-down a:before {
  content: "";
  width: 3px;
  height: 3px;
  border: 2px solid #0072bd;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -2px;
  transform: scale(0);
  opacity: 0;
}
.iphone-down a:hover,
.iphone-down a.active {
  color: #0072bd;
}
.iphone-down a.active:before {
  opacity: 1;
  transform: scale(1);
}
.iphone-down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background-color: #f4f4f4;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ReturnToNormal;
  animation-name: ReturnToNormal;
}
.c_til {
  line-height: 36px;
  padding-left: 22px;
  background-image: url("../images/no10.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.c_til .t {
  font-size: 24px;
  color: #444444;
}
.c_til .en {
  color: #d9d9d9;
  font-size: 20px;
  text-transform: uppercase;
}
.c_abt {
  background-image: url("../images/no7.png");
  background-repeat: no-repeat;
  background-position: left top -70px;
  padding: 55px 0 0 0;
}
.c_abt .l_te {
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  padding-right: 40px;
}
.c_abt .l_te .te {
  padding: 50px 0;
  position: relative;
}
.c_abt .r_voide {
  width: 50%;
  position: relative;
}
.c_abt .r_voide video {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.c_abt .r_voide .bg-g {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.16);
}
.c_abt .r_voide .bg-g img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.c_culture {
  background-image: url("../images/im7.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 30px 0;
}
.c_culture .culture .li {
  display: inline-block;
  width: 33.3%;
  background: #ffffff;
}
.c_culture .culture .li:nth-child(2){
  position: relative;
}
.c_culture .culture .li:nth-child(2) .im {
  position: absolute;
  top: 100%;
  width: 100%;
}
.c_culture .culture .li:hover .im img {
  transform: scale(1.08);
}
.c_culture .culture .li:hover .tex {
  color: #0472bd;
}
.c_culture .culture .li:hover .tex .lo .img1 {
  top: 100%;
  opacity: 0;
}
.c_culture .culture .li:hover .tex .lo .img2 {
  top: 0%;
  opacity: 1;
}
.c_culture .culture .li .im {
  overflow: hidden;
}
.c_culture .culture .li .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c_culture .culture .li .tex {
  text-align: center;
  padding: 64px 0;
  color: #666666;
}
.c_culture .culture .li .tex .lo {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.c_culture .culture .li .tex .lo .img1 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c_culture .culture .li .tex .lo .img2 {
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c_culture .culture .li .tex .h1 {
  font-size: 26px;
  line-height: 40px;
  font-weight: normal;
}
.c_culture .culture .li .tex .te {
  font-size: 18px;
  line-height: 30px;
}
.c_course {
  background: #ffffff;
  background-image: url("../images/no8.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 25px 0;
}
.c_course .c_course-swi {
  position: relative;
}
.c_course-swi .swi_ad{
  position: relative;
  padding-right: 80px;
}
.c_course-swi .swi_ad:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #cccccc;
  left: 0;
  bottom: 65px;
  z-index: 1;
}
.c_course-swi .swi_ad:before {
  content: '';
  position: absolute;
  background-image: url("../images/no11.png");
  width: 75px;
  height: 93px;
  right: 0;
  bottom: 37px;
  z-index: 10;
}
.c_course .c_course-swi .gallery-thumbs {
  padding: 40px 0;
  z-index: 10;
}
/*.c_course .c_course-swi .gallery-thumbs:after {
   content: '';
   position: absolute;
   width: 100%;
   height: 1px;
   border-bottom: 1px dashed #cccccc;
   left: 0;
   bottom: 65px;
   z-index: -1;
 }
.c_course .c_course-swi .gallery-thumbs:before {
  content: '';
  position: absolute;
  background-image: url("../images/no11.png");
  width: 75px;
  height: 95px;
  right: 0;
  bottom: 37px;
  z-index: 10;
}*/
.c_course .c_course-swi .gallery-thumbs .swiper-slide {
  color: #0072bd;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.c_course .c_course-swi .gallery-thumbs .swiper-slide .bor {
  margin-top: 10px;
  border: 10px solid #0472bd;
  border-radius: 50%;
  background: #ffffff;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  z-index: 20;
}
.c_course .c_course-swi .gallery-thumbs .swiper-slide.active-nav {
  color: #6cbb4e;
  font-weight: bold;
}
.c_course .c_course-swi .gallery-thumbs .swiper-slide.active-nav .bor {
  border: 10px solid #6cbb4e;
}
.c_course .c_course-swi .swi_c {
  padding: 0 170px;
  position: relative;
}
.c_course .c_course-swi .swi_c .swiper-button-next {
  right: 0;
  color: #a5a5a5;
  font-size: 40px;
}
.c_course .c_course-swi .swi_c .swiper-button-next:hover {
  color: #0372bd;
}
.c_course .c_course-swi .swi_c .swiper-button-prev {
  right: 0;
  color: #a5a5a5;
  font-size: 40px;
}
.c_course .c_course-swi .swi_c .swiper-button-prev:hover {
  color: #0372bd;
}
.c_course .c_course-swi .swi_c .gallery-top {
  position: relative;
  overflow: hidden;
}
.c_course .c_course-swi .swi_c .gallery-top .swiper-slide {
  background: #fcfcfc;
  border: 1px solid #ededed;
  padding: 20px;
}
.c_course .c_course-swi .swi_c .gallery-top .swiper-slide:hover .im img {
  transform: scale(1.08);
}
.c_course .c_course-swi .swi_c .gallery-top .im {
  width: 50%;
  overflow: hidden;
}
.c_course .c_course-swi .swi_c .gallery-top .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c_course .c_course-swi .swi_c .gallery-top .tex {
  width: 50%;
  padding: 0 30px;
  padding-top: 15px;
}
.c_course .c_course-swi .swi_c .gallery-top .tex .h1 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  color: #333333;
  border-bottom: 1px solid #d0d0d0;
  line-height: 80px;
}
.c_course .c_course-swi .swi_c .gallery-top .tex .h1 span {
  display: inline-block;
  position: relative;
}
.c_course .c_course-swi .swi_c .gallery-top .tex .h1 span:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  background: #d0d0d0;
  height: 3px;
}
.c_course .c_course-swi .swi_c .gallery-top .tex .te {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 30px;
  max-height: 120px;
  overflow: auto;
}
.c_course .c_course-swi .swi_c .gallery-top .tex .te::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.c_course .c_course-swi .swi_c .gallery-top .tex .te::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.c_course .c_course-swi .swi_c .gallery-top .tex .te::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.c_qua {
  background: #f8f8f8;
  padding: 30px 0;
}
.c_qua .qua {
  padding: 40px 0;
}
.c_qua .qua .swiper-container_cq {
  position: relative;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.c_qua .qua .swiper-container_cq img {
  border-radius: 5px;
  border: 3px solid rgba(0, 114, 189, 0);
  max-width: 60%;
}
.c_qua .qua .swiper-container_cq .act img {
  border: 3px solid #0072bd;
}
.c_qua .lic-c .con {
  padding: 40px;
  background: #ffffff;
}
.c_qua .lic-c .con:nth-child(n+2) {
  display: none;
}
.c_qua .lic-c .con .im {
  width: 30%;
  text-align: center;
}
.c_qua .lic-c .con .im img {
  -webkit-box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.04);
  box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.04);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=8px, direction=0, strength=24px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 24px 8px rgba(0, 101, 171, 0.04);
  /*兼容firefox*/
}
.c_qua .lic-c .con .tex {
  width: 70%;
}
.c_qua .lic-c .con .tex .h1 {
  font-weight: normal;
  line-height: 60px;
  display: inline-block;
  border-bottom: 1px solid #aaaaaa;
  font-size: 24px;
}
.c_qua .lic-c .con .tex .te {
  font-size: 18px;
  line-height: 36px;
  padding-top: 10px;
}
.contact {
  background-image: url(../images/no7.png);
  background-repeat: no-repeat;
  background-position: left top -70px;
  padding: 55px 0;
}
.contact .contact_c {
  padding: 20px 0;
}
.contact .contact_c .t1 {
  font-size: 22px;
  color: #333333;
}
.contact .contact_c .li {
  width: 50%;
  padding: 0 50px 0 100px;
  line-height: 45px;
  color: #6a6a6a;
}
.contact .contact_c .li:first-child {
  border-right: 1px solid #f0f1f2;
}
.innovation {
  background-image: url(../images/no7.png);
  background-repeat: no-repeat;
  background-position: left top -70px;
  padding: 55px 0;
  /* .bor*/
}
.innovation .li-o {
  padding: 40px 0;
}
.innovation .li-o:nth-child(2n) {
  position: relative;
  padding-top: 60px;
}
.innovation .li-o:nth-child(2n):before {
  content: '';
  position: absolute;
  height: 22px;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../images/bor.png");
  background-repeat: repeat;
}
.innovation .li-o:nth-child(2n) .tex {
  padding-left: 0;
  padding-right: 60px;
}
.innovation .li-o .im {
  width: 50%;
}
.innovation .li-o .tex {
  width: 50%;
  padding-left: 60px;
  font-size: 16px;
  line-height: 36px;
  color: #444444;
}
.innovation .li-o .tex .t1 {
  font-size: 22px;
  padding: 20px 0;
}
.s_base {
  /*产品页*/
}
.s_base .til {
  padding: 25px 0;
  color: #0372bd;
  font-size: 24px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.s_base .til .h1 {
  position: relative;
  line-height: 30px;
}
.s_base .til .h1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #938b95;
}
.s_base .til .h1 span {
  z-index: 100;
  background: #ffffff;
  position: relative;
  padding: 0 22px;
  display: inline-block;
}
.s_base .til .h1 span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background: #0372bd;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.s_base .til .h1 span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #0372bd;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.s_base .til .en {
  color: #333333;
  font-size: 12px;
}
.s_base .li_c {
  position: relative;
  /*border: 1px solid #f2f2f2;*/
}
.s_base .li_c .im {
  width: 50%;
  padding-right: 60px;
}
.s_base .li_c .im .swiper-container_t {
  position: relative;
  overflow: hidden;
}
.s_base .li_c .im .swiper-container_t .swiper-pagination_t {
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.s_base .li_c .im .swiper-container_t .swiper-slide img {
  width: 100%;
  height: 408px;
  object-fit:cover;
  object-position: center center;
}
.s_base .li_c .im .swiper-container_t .swiper-pagination_t img {
  width: 100%;

}


.s_base .li_c .im .swiper-container_t .swiper-pagination_t .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: none;
  opacity: 1;
  border: 1px solid #fff;
}
.s_base .li_c .im .swiper-container_t .swiper-pagination_t .swiper-pagination-bullet-active {
  background: #ffffff;
}
.s_base .li_c .tex {
  position: absolute;
  right: 0;
  height: 100%;
  overflow: auto;
  width: 50%;
  padding: 20px 0;
  font-size: 18px;
  color: #555555;
  line-height: 36px;
}
.s_base .li_c .tex p {
  display: inline-block;
  width: 100%;
  padding-left: 35px;
  position: relative;
}
.s_base .li_c .tex p:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #0072bd;
}
.s_base .li_c .tex::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.s_base .li_c .tex::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0072bd;
}
.s_base .li_c .tex::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #f0f0f0;
}
.s_base .co_til {
  padding-top: 30px;
  color: #666666;
  font-size: 18px;
  text-align: right;
  line-height: 30px;
}
.s_base .co_til img {
  margin-right: 10px;
}
.s_base .table {
  background: #e5f0f8;
  margin-bottom: 40px;
  line-height: 35px;
}
.s_base .table table {
  width: 100%;
}
.s_base .table thead {
  background: #d2e6f3;
  font-size: 18px;
}
.s_base .table thead th {
  font-weight: normal;
}
.s_base .table tbody {
  padding: 10px 0;
}
.s_base .table tr td,
.s_base .table tr th {
  padding: 10px 0 ;
  padding-left: 30px;
  text-align: left;
}
.s_base .table tr th{font-weight: bold;}
.news_list {
  padding: 30px 0 ;
}
.news_list .li {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  vertical-align: top;
  border-bottom: 1px solid #e8e9eb;
}
.news_list .li .im {
  width: 27%;
}
.news_list .li:first-child {
  border-top: 1px solid #e8e9eb;
}
.news_list .li .tex {
  width: 73%;
  padding-left: 30px;
}
.news_list .li .tex .h1 {
  font-weight: normal;
  font-size: 20px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list .li .tex .te {
  font-size: 16px;
  line-height: 32px;
  font-family: 宋体;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_list .li .tex .time {
  text-align: right;
  color: #333333;
  font-family: 宋体;
}
.pPage {
  text-align: center;
  padding: 50px 0;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.pPage a {
  background: #f0f1f2;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
}
.pPage a.act,
.nowpage {
  background: #006fbb;
  color: #fff;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
}
.pPage a:hover {
  background: #006fbb;
  color: #fff;
}
#to_top {
  position: fixed;
  z-index: 1000;
  bottom: 100px;
  right: 30px;
  width: 66px;
  height: 66px;
}
.recruit {
  padding: 40px 0;
}
.recruit .til {
  background: #00b580;
  color: #fff;
  padding: 20px 60px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.recruit .til span {
  float: left;
  text-align: left;
  width: 20%;
}
.recruit .ul li {
  background: #fafafa;
  padding: 0 60px;
  margin-bottom: 10px;
}
.recruit .ul li.active .text {
  border-top: 1px solid #e3e4e6;
  /*height: auto;*/
}
.recruit .ul li.active .li_top .iconfont {
  transform: rotate(45deg);
}
.recruit .ul li .li_top {
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.recruit .ul li .li_top .iconfont {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: #69696a;
  margin-top: -15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit .ul li .li_top .xin {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  width: auto;
  line-height: 30px;
  display: inline-block;
  color: #69696a;
  margin-top: -15px;
}
.recruit .ul li .li_top span {
  float: left;
  width: 20%;
  text-align: left;
  font-size: 18px;
  color: #666666;
}
.recruit .ul li .text {
  display: none;
  overflow: hidden;
  font-size: 16px;
  line-height: 34px;
}
.recruit .ul li .text .pa {
  padding: 30px 0;
  display: inline-block;
}
.recruit .ul li .text .t {
  font-size: 18px;
}
.recruit .ul li .text .sen {
  display: inline-block;
  margin-top: 55px;
  font-size: 18px;
  color: #ffffff;
  background: #006fbb;
  text-align: center;
  width: 126px;
  line-height: 46px;
  cursor: pointer;
}
.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.26);
  display: none;
}
.recruit_fex {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 670px;
  max-width: 100%;
  z-index: 10010;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
}
.recruit_fex .t {
  background: #00b580;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
  padding: 5px 0;
  text-align: center;
}
.recruit_fex .icon-jia {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  font-weight: lighter;
  transform: rotate(45deg);
}
.recruit_fex .tex {
  padding: 0 20px;
  padding-bottom: 20px;
}
.recruit_fex .tex .li1 {
  padding: 15px 20px ;
  font-size: 18px;
  color: #333333;
  font-family: 宋体;
  line-height: 40px;
}
.recruit_fex .tex .one {
  border-bottom: 1px solid #f0f1f2;
}
.recruit_fex .tex .na {
  width: 19%;
}
.recruit_fex .tex .te {
  width: 81%;
  text-align: center;
}
.recruit_fex .tex .te input {
  text-indent: 2em;
  width: 100%;
  background: #f0f1f2;
  line-height: 40px;
}
.recruit_fex .tex textarea {
  background: #f0f1f2;
  width: 100%;
  height: 80px;
  text-indent: 2em;
  padding-top: 15px;
}
.recruit_fex .tex .btn {
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  width: 120px;
  text-align: center;
  background: #00b580;
  color: #ffffff;
  cursor: pointer;
}
.intermediates {
  padding: 30px 0;
}
.intermediates .h1 {
  width: 100%;
  background: #f7f7f7;
  font-size: 18px;
  line-height: 58px;
  border: 1px solid #e9e9e9;
  text-align: center;
}
.intermediates .labt {
  width: 64%;
}
.intermediates .labt .te {
  margin-top: 12px;
  border: 1px solid #e9e9e9;
  padding: 40px;
  font-family: 新宋体;
  font-size: 16px;
  line-height: 30px;
}
.intermediates .r_ne {
  width: 30%;
  background: #0072bd;
  color: #ffffff;
}
.intermediates .r_ne .h1 {
  font-size: 14px;
  color: #9b9b9b;
}
.intermediates .r_ne .h1 .bor {
  font-weight: bold;
  color: #0372bd;
  font-size: 18px;
}
.intermediates .r_ne .h1 .icon-fanhui {
  color: #0372bd;
  font-size: 25px;
  margin-right: 15px;
}
.intermediates .r_ne .te {
  padding: 30px 40px;
  line-height: 35px;
}
.intermediates .r_ne .te .bor_t {
  border-top: 1px solid #ffffff;
}
.intermediates .r_ne .te a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
.bshare-custom{display: inline-block;}
.intermediates .r_ne .te .h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
}
.intermediates .r_ne .te .t2 {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inter_t {
  padding: 25px 0;
  border-bottom: 1px solid #dededd;
}
.inter_t .input {
  border: 2px solid #0672bd;
  line-height: 40px;
}
.inter_t .input input {
  width: 250px;
  line-height: 40px;
  background: none;
  padding-left: 15px;
}
.inter_t .input input::-webkit-input-placeholder {
  color: #d1d1d1;
  font-size: 14px;
}
.inter_t .input input:-moz-placeholder {
  color: #d1d1d1;
  font-size: 14px;
}
.inter_t .input input::-moz-placeholder {
  color: #d1d1d1;
  font-size: 14px;
}
.inter_t .input input:-ms-input-placeholder {
  color: #d1d1d1;
  font-size: 14px;
}
.inter_t .input i {
  color: #0672bd;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.list_a_com {
  font-size: 18px;
  color: #666666;
}
.list_a_com .im2 {
  display: none;
}
.list_a_com .on {
  color: #0372bd;
}
.list_a_com .on .im1 {
  display: none;
}
.list_a_com .on .im2 {
  display: inline-block;
}
.list_a_com .li {
  margin-right: 30px;
  line-height: 30px;
  cursor: pointer;
}
.list_a_com .li img {
  margin-right: 10px;
}
.list_a_com .li:last-child {
  margin-right: 0;
}
.li_con .con:nth-child(n+2) {
  display: none;
}
.c_service {
  position: relative;
  margin: 30px 0;
}
.c_service .c_t {
  background: #f3f3f3;
  position: relative;
}
.c_service .lim {
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  height: 100%;
}
.c_service .lim img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.c_service .ltex {
  width: 67%;
  background: url("../images/no14.png");
  background-size: cover;
  padding: 55px;
  line-height: 48px;
}
.c_service .ltex .t {
  font-size: 18px;
  color: #0072bd;
  font-weight: bold;
  width: 50%;
  float: left;
}
.c_service .ltex .le-lsit {
  font-size: 14px;
  line-height: 52px;
  overflow: auto;
  height: 370px;
  width: 100%;
}
.c_service .ltex .le-lsit:hover {
  overflow: auto;
}
.c_service .ltex .le-lsit .li {
  width: 48%;
  float: left;
  padding: 10px 0;
  line-height: 24px;
  display: inline-block;
  padding-left: 27px;
  position: relative;
  
}
.s_base .table tr td, .s_base .table tr th{
  word-wrap:break-word; /*连续的数字或者英文就会不换行 得使用强制换行*/
  word-break:break-all; /*连续的数字或者英文就会不换行 得使用强制换行*/}
.c_service .ltex .le-lsit .li:nth-child(2n){float: right;}
.c_service .ltex .le-lsit .li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14.5px;
  margin-top: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url("../images/no15.png") no-repeat;
  background-position: left center;
  margin-right: 10px;
}
.c_service .ltex .le-lsit::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.c_service .ltex .le-lsit::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #a4bfd2;
}
.c_service .ltex .le-lsit::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.c_service .ltex .le-lsit2 {
  font-size: 16px;
  line-height: 52px;
  overflow: auto;
  height: 420px;
  width: 100%;
}
.c_service .ltex .le-lsit2:hover {
  overflow: auto;
}
.c_service .ltex .le-lsit2 .t2 {
  font-size: 18px;
  color: #0072bd;
  font-weight: bold;
}
.c_service .ltex .le-lsit2 .te {
  width: 100%;
  float: left;
  padding: 10px 0;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  position: relative;
    color: #333333;
}
.c_service .ltex .le-lsit2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.c_service .ltex .le-lsit2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #a4bfd2;
}
.c_service .ltex .le-lsit2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.c_service .im_lis {
  padding: 30px 0;
}
.c_service .im_lis p {
  display: inline-block;
}
.c_service .im_lis img {
  /*max-width: 45%;*/
  float: left;
}
.c_service .im_lis img:nth-child(2n) {
  float: right;
  /*max-width: 55%;*/
}

.nfHead .nfHead-tool {
  position: relative;
  display: none;
}
.nfHead .nfHead-tool:hover .sousuo_show {
  z-index: 100;
  top: 100%;
  opacity: 1;
}
.nfHead .nfHead-tool .icon-sousuo {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  margin-left: 25px;
}
.nfHead .nfHead-tool .sousuo_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 200px;
  line-height: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .sousuo_show input {
  width: 160px;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}

.nfHead  .nfHead-tool .sousuo_show .icon-sousuo {
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0;
  margin: 0;
}