.siteEditor .fk-editor.fk-editor-break-word {
  white-space: inherit !important;
}
.contact_info {
  height: auto;
  overflow: hidden;
}
.contact_info .item {
  float: left;
  width: 33.33%;
  text-align: center;
  font-size: 14px;
}
.webFooterTable a,
.webFooterTable span {
  color: #8b919d !important;
}
.logoImg {
  width: 240px;
  margin-top: -22px;
}
.iconImg {
  position: absolute;
  left: 50px;
  top: 60px;
}
.iconImg .img2 {
  display: none;
  position: relative;
  z-index: 10;
}
.beian {
  margin-left: 10px;
}
.footSpan span {
  margin: 0 50px;
}
#footer .footerContent {
  padding: 295px 0 38px !important;
}
#webFooterTable {
  background: #333 !important;
}
.footer_cu {
  padding: 80px 0 0 0;
  background-color: #333;
}
.footer_cu a {
  color: #8b919d !important;
}
.footerTop {
  text-align: center;
}
.footerTop a {
  margin: 0 50px;
  font-size: 15px;
}
.footerMidd {
  padding: 100px 0;
}
.footerMidd .footSpan {
  text-align: center;
}
.footerMidd .footSpan span {
  color: #8b919d !important;
  margin: 0 30px;
}
.footerBottom {
  background-color: #1d1d1d !important;
  padding: 30px 0;
  text-align: center;
  color: #8b919d !important;
}
.pageBox {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.pageBox .pre {
  margin: 30px 0;
  height: auto;
  overflow: hidden;
}
.pageBox .pre .l {
  float: left;
}
.pageBox .pre .r {
  float: left;
  margin-left: 5px;
}
.g_web {
  min-height: auto !important;
}
.aboutimg {
  width: 100%;
}
.footSpan {
  margin: 0 20px;
}
.honorImg {
  width: 100%;
}

.hon_pop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000000;
  background: rgba(0, 0, 0, 0.5);
}

.hon_pop_img {
  max-height: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hon_pop_img img {
  max-height: 80vh;
}

.hon_close {
  position: fixed;
  z-index: 10000001;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 100px;
  overflow: hidden;
  position: absolute;
  right: -50px;
  top: -50px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 100px;
}

.hon_close {
  background-image: url(../image/honclose.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 20px 75% !important;
}
.honor {
  cursor: pointer;
}
.newsBox {
  height: auto;
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0 0;
}
.newsBox ul li {
  float: left;
  height: auto;
  overflow: hidden;
  margin-left: 3%;
  width: calc(94% / 3);
  transition: all 0.3s;
}
.newsBox ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.newsBox ul li .contBox {
  border-radius: 15px;
}
.newsBox ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.newsBox ul li .newImg img {
  width: 100%;
  height: auto;
}
.newsBox ul li .txt {
  padding: 30px;
}
.newsBox ul li .txt h2 {
  margin: 0 !important;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.newsBox ul li .txt h3 {
  line-height: 26px;
  color: #878787;
  white-space: normal;
  margin-top: 14px;
  font-size: 14px;
  margin: 20px 0;
  font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 1;
   line-clamp: 1;
   -webkit-box-orient: vertical;
}
.newsBox ul li .txt .line{
  height: 1px;
  background-color: #eee;
  margin: 30px 0;
}
.newsBox ul li .txt .date{
  color: #999999;
  font-size: 16px;
}
.title1{
  text-align: center;
  padding-bottom: 20px;
}
.title1 h2{
  font-size: 26px;
  margin-bottom: 10px;
  color: #666;
  font-weight: normal;
}
.title1 p{
  font-size: 14px;
  margin-bottom: 55px;
}
#navV2,#navV2 .navContent{
  width: auto !important;
}
.proBox{
  padding-top: 80px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  height:auto;
  overflow: hidden;
}
.proBox li{
  margin-left: 3%;
  width: calc(91% / 4);
  margin-bottom: 30px;
  list-style: none;
  float: left;
}
.proBox li .proimage{
  height:220px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.proBox li .proimage img{
  max-width: 100%;
  max-height: 100%;
}
.proBox li:nth-child(4N+1){
  margin-left: 0;
}
.proBox li .txt{
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
}
.pronav{
  padding: 0px 0 50px 0;
  text-align: center;
}
.pronav a{
  display: inline-block;
  width: 120px;
  line-height: 35px;
  border: 1px solid #eee;
  margin: 0 20px;
}
.pronav a.active{
  color: #fff;
  background-color: #02b2b5;
  border: 1px solid #02b2b5;
}
.proSection1 {
  height: auto;
  overflow: hidden;
  padding:80px 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.proSection1 .l{
    height: 330px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    overflow: hidden;
    float: left;
}
.proSection1 .l img{
  max-width: 100%;
  max-height: 100%;
}
.proSection1 .r{
  margin-left: 520px;
}
.proSection1 .r .protitle{
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.proSection1 .r  h2{
  font-size: 18px;
  margin-bottom: 0px !important;
  margin-top: 10px !important;
}
.proSection1 .r  h3{
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px !important;
}
.proSection2{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
.proSection2_t{
  height: 40px;
  border-bottom: 1px solid #eee;
}
.proSection2_t span{
  display: block;
  width: auto;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #02b2b5;
  display: block;
  width: 140px;
}
.prodetail{
  padding-top: 40px;
}
.page_box {
    padding-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.pagenum a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #eee;
    line-height: 36px;
}

.pagenum a:hover {
    background: #02b2b5;
    color: #fff;
    border: 1px solid #02b2b5;
}

.pagenum a.active {
    background: #02b2b5;
    color: #fff;
    border: 1px solid #02b2b5;
}

.page_box .pagepre {
    display: inline-block;
    background-image: url(/static/image/pagearr.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center !important;
    width: 85px;
    height: 35px;
    border: 1px solid #eee;
    border-radius: 35px;
    vertical-align: -12px;
}

.page_box .pagepre a {
    display: block;
    width: 100%;
    height: 100%;
}

.page_box .pagenext a {
    display: block;
    width: 100%;
    height: 100%;
}

.page_box .pagenext {
    display: inline-block;
    background-image: url(/static/image/pagearr1.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center !important;
    width: 85px;
    height: 35px;
    border: 1px solid #eee;
    border-radius: 35px;
    vertical-align: -12px;
}
.proBox ul,.newsBox ul{
  height: auto;
  overflow: hidden;
}
