.know-s-c *{
  font-size: inherit;
  color: inherit;
  font-weight: initial;
  line-height: inherit;
}
.know-s-c .content1 .title {
  font-size: .3rem;
  color: #4b4b4b;
  line-height: .4rem;
  font-weight: 700;
  margin-bottom: .4rem;
}  
.footer {
  position: relative;
}

.sub-solution {
  overflow: hidden;
}

.sub-solution .banner {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  position: relative;
  margin-bottom: .2rem;
}

.sub-solution .banner > .video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1
}

.sub-solution .banner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: .5rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: .4rem
}

.sub-solution .banner .title:after {
  content: '';
  width: .5rem;
  border-bottom: .05rem solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -.25rem;
  bottom: 0
}

.sub-solution .pro-nav {
  margin-top: .1rem;
  border-bottom: 2px solid #83878b;
  margin-bottom: .6rem;
  height: 1.04rem
}

.sub-solution .pro-nav a {
  font-size: .24rem;
  line-height: 1;
  padding: .38rem 0;
  display: block;
  color: #3e3e3e;
  margin-right: 1rem;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.sub-solution .pro-nav a:after {
  content: '/';
  position: absolute;
  color: #bbbbbb;
  top: .4rem;
  right: -.5rem;
  z-index: 0
}

.sub-solution .pro-nav a:last-child {
  margin-right: 0
}

.sub-solution .pro-nav a:last-child:after {
  content: none
}

.sub-solution .pro-nav a:hover {
  color: #0b377f;
  border-bottom-color: #0b377f
}

.sub-solution .list {
  padding: 0 0 .5rem;
  margin: 0 -.12rem
}

.sub-solution .list .list-item {
  padding: 0 .12rem;
  margin-bottom: .25rem
}

.sub-solution .list .list-item a {
  display: block;
  width: 100%;
  height: 3rem;
  display: block;
  background-color: #FFFFFF;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.sub-solution .list .list-item a .pro-name {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: .26rem;
  color: #FFFFFF;
  padding: 0 .25rem;
  line-height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.sub-solution .list .list-item a:hover .pro-name {
  background-color: rgba(168, 70, 38, 1);
}

.sub_home .home-page {
  height: auto
}

.sub_home .home-page .swiper-container .swiper-slide {
  height: auto
}

.sub_home .video-swiper {
  padding-bottom: 0
}

.sub-product .banner .video {
  height: 100%
}

.sub-product .banner .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub-product .banner .video-dimensions {
  width: 100%;
  height: 100%
}

.sub-product .pro-nav a.active, .sub-solution .pro-nav a.active {
  color: #0b377f;
  border-bottom-color: #0b377f
}

.pro-detail>.container {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.pro-detail .video-swiper {
  padding-bottom: 0;
}

.pro-detail .video-swiper .img {
  height: 100%;
  background: #fff center no-repeat;
  background-size: contain
}

.header .search .submit {
  border: none;
  cursor: pointer;
}

.header .search {
  width: 2rem;
  height: .24rem;
  margin-top: .33rem;
}

.header .search input {
  position: absolute;
  left: 0;
  top: 0;
}

.pagination .next-btn a, .pagination .next-btn span, .pagination .pre-btn a, .pagination .pre-btn span {
  background-color: transparent;
  margin: 0;
}

.pagination .pre-btn a:hover, .pagination .next-btn a:hover {
  background-color: transparent;
  border-color: transparent;
}
.phone {
  display: none;
}
.header .dropdown-nav {
  top: 70px;
}
.header .header-nav .nav-link {
  padding-bottom: 0.44rem;
}
.pro_nav {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
}
.pro_nav li{
 display: inline-block;
 padding: 0 2em;
 margin-right: 2%;
 margin-bottom: 1%;
 height: 36px;
 line-height: 36px;
 background: #e6e6e6;
 text-align: center;
}
.pro_nav li a {
 display: block;
 width: 100%;
 height: 100%;
 overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.pro_nav li:hover,.pro_nav li.active {
 background: #bb0000;
 color: #fff;
 font-weight: bold;
}
.pro_list {
 display: flex;
 flex-wrap: wrap;
 margin-top: 4%;
}
.pro_list li {
 width: calc(33.33% - 2%);
 margin-right: 3%;
 border: 1px solid #e6e6e6;
 margin-bottom: 2%;
}
.pro_list li:nth-child(3n) {
 margin-right: 0;
}
.pro_list>li>p {
 line-height: 52px;
 padding: 0 1em;
 text-align: left;
 border-top: 1px solid #e6e6e6;
 background: url(../images/ico6.png) no-repeat 95% 60%;
}
.pro_list>li>a {
 display: block;
 width: 100%;
}
.pro_list>li>a img {
 width: 100%;
 height: auto;
}
.pro_list li:hover {
 background: #0055a6;
 color: #fff;
 box-shadow: 0px 0px 12px rgba(58, 56, 56, 0.32);
 padding: 2px;
}
.pro_list li:hover>p {
 color: #fff;
 background: url(../images/ico4.png) no-repeat 95% 60%;
 border-color: #fff;
}
@media screen and (max-width:800px) {
 .pro_nav,.pro_list{
   padding: 0 15px;
 }
 .pro_nav li{
   display: block;
   width: 49%;
   padding: 0 1em;
 }
 .pro_nav li:nth-child(2n) {
   margin-right: 0;
 }
 .pro_list li {
   width: calc(50% - 3%);
   margin-right: 6%;
   padding: 0;
 }
 .pro_list li:nth-child(3n) {
   margin-right: 6%;
 }
 .pro_list li:nth-child(2n) {
   margin-right: 0;
 }
 .pro_list>li>p {
   min-height: 30px;
   line-height: 30px;
   font-size: 14px;
   padding-right: 30px;
 }
}

.pro_top {
  border-top: 1px solid #e3e3e3;
  display: flex;
}
.pro_tit {
  padding-top: 4%;
}
.pro_tit h1 {
  font-size: 24px;
  margin: 0;
  padding: 0 0 5% 10%;
}
.pro_tit p {
  height: 52px;
  line-height: 52px;
  width: 100%;
  border-top: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  color: #666;
  padding-left: 10%;
}
.pro_tit a {
  margin: 2em 0;
  display: block;
  width: 100%;
}
.pro_tit .mm {
	font-size: 14px;
	color: #666;
	padding-top: 15%;
	line-height: 30px;
}
.pro_tit .pp {
  font-size: 24px;
  color: #333;
  padding-left: 0;
  font-style: italic;
}
.procont_nav {
  background: url(../images/pline.jpg) left top repeat-x;
  line-height: 36px;
  vertical-align: middle;
}
.procont_nav li {
  width: 100%;
}
.procont_nav li a {
  min-height: 66px;
  display: block;
  width: 174px;
  text-align: center;
  background: url(../images/ptab.jpg) top center no-repeat;
  color: #fff;
  line-height: 50px;
}
.pro_body {
  overflow: hidden;
}
.procont_txt {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  text-align: left;
  padding: 15px 0;
  color: #222222;
}
.procont_txt table {
  border-radius: 5px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  background-color: white;
  table-layout: fixed;  
}
.procont_txt table td {
  border: 1px solid #ccc;
  padding: 6px;
  text-align: left;
  line-height: 1.5;
}
.procont_txt table td * {
  padding: 6px;
  word-wrap: break-word;
}
.procont_txt table tr:nth-child(2n) {
  background-color: #eee;
}
.video iframe {
  width: 100%;
  height: 600px;
}
.pre-next {
  margin-top: 10px;
  padding: 0;
}
.pre-next a {
  text-decoration: none;
  float: left;
  display: block;
  text-align: left;
  font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜","Ã©Â»â€˜Ã¤Â½â€œ","Ã¥Â®â€¹Ã¤Â½â€œ";
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pre-next a {
  background-color: rgb(90, 90, 90);
  padding: 10px;
  width: calc(33.33% - 9px);
  margin-right: 10px;
  text-align: center;
  transition: all .5s;
  color: #fff;
}
.back a {
  margin-right: 0;
}
.pre-next a:hover {
  background-color: #0055a6;
}
@media screen and (max-width:800px) {
  .pro_top {
    flex-wrap: wrap;
  }
  .pro_img {
    width: 100%;
  }
  .pro_img img {
    display: block;
    width: 100%;
  }
  .pro_tit {
    margin-bottom: 4%;
  }
  .pro_tit a,.pro_tit .mm,.procont_txt {
    padding: 0 15px;
  }
  .procont_txt table{
    width: 100%;
  }
  .procont_nav {
    background: none;
  }
  .procont_nav li a {
    margin-left: 15px;
  }
  .procont_txt table td {
    line-height: normal;
    padding: 0;
  }
  .video iframe {
    height: 400px;
  }
}
.pro_bottom  {
  margin-bottom: 20px;
}

.content {
  position: relative;
    bottom: 0;
    display: flex;
    width: 100%;
    flex-flow: column;
}
body {
  height: 1000px;
}
.y-kefu-box01 .show-status>a p {
  line-height: 30px;
}
.y-kefu-box01 .back-top {
  margin-top: 60px;
  transition: all .5s ease;
}
.ban{ width:100%; height:350px; background-position:center; background-repeat:no-repeat;margin-top: 80px;}
@media screen and (max-width:768px){
.ban{ background-position:-220px;}
}
.loca{ background:#f0f0f0;}
.lomenu{position:relative;width:100%;/* background:#fff; */min-height:69px;box-shadow:0px 0px 5px 5px rgba(0,0,0,0.2);}
.lomenu .loname{width:20%;position:absolute;top: -85px;padding:55px 2% 30px 2%;left:0;background:#0055a6;box-sizing:border-box;}
.lomenu .loname hr{ width:35px; height:5px; background:#fff; border:none; margin:0 0 10px;}
.lomenu .loname span{ color:#fff; font-size:18px; text-transform:uppercase; display:block; background:url("../images/fkh.png") 90% bottom no-repeat;}
.lomenu .loname p{ color:#fff; font-size:18px;}
.lomenu ul{ width:80%}
.lomenu li{ float:left; width:14%; line-height:69px;}
.lomenu li a{ display:block; color:#2a2a2a; font-size:14px; text-align:center; transition:all 0.5s; position:relative;}
.lomenu li a span{ width:26%; left:37%; height:5px; display:block; position:absolute; bottom:0; background:#fff; transform:scale(0); transition:all 0.5s}
.lomenu li a:hover,.lomenu li a.cur{ background:#0b377f; color:#fff;}
.lomenu li a:hover span,.lomenu li a.cur span{ transform:scale(1);}
@media screen and (max-width:768px){
.lomenu{ min-height:69px; height:auto;}
.lomenu .loname{ display:none}
.lomenu ul{ width:100%}
.lomenu li{ float:left; width:33.33%; line-height:69px;}
.kxk{ height:140px;}
}
.mian{ background:#f0f0f0; padding:21px 0;}
.mian img{ max-width:100%; height:auto;}

/*公司简介*/
.ass{ width:100%;}
.ass h4{ color:#0055a6; font-size:20px; font-weight:bold; margin-bottom:20px;}
.ass p{ font-size:16px; color:#000000;}
.ass p span{ color:#0055a6;}
.ass .cshu{ margin:20px 0;}
.ass .cshu li{ width:25%; box-sizing:border-box; float:left; padding-left:4%;}
.ass .cshu li h6{ position:relative; font-size:56px; color:#0055a6;}
.ass .cshu li h6 i{ position:absolute; top:0; font-style:normal; font-size:16px; color:#1f1f1f}
.ass .cshu li p{ color:#1f1f1f; margin-top:-10px;}
.app{ width:100%; box-sizing:border-box; border:5px solid #ddd; margin-top:20px;}
.app img{ width:100%;}
.a2{ margin-top:30px;}
.a2 p{ font-size:16px; color:#000000;}
.a2 p span{ color:#0055a6;}
@media screen and (max-width:768px){
.ass{ width:100%;}
.app{ width:100%;}
}
.kd {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
.fr{
  float: right;
}
.inside-banner .ban-info { position:absolute; left:0; top:30%; z-index:10; width:100%; text-align:center; color:#0055a6;    text-shadow: 2px 1px 1px #fff;}
.inside-banner .ban-info h2 { margin-bottom:10px; font-size:50px; line-height:66px;color: #0055a6;}
.inside-banner .ban-info p { font-size:20px; line-height:30px;color: #fff;text-shadow: 2px 1px 1px #0055a6;}
.inside-banner .case-ban-info { position:absolute; left:0; top:28.5%; z-index:10; width:100%; text-align:center; color:#fff}
.inside-banner .case-ban-info h2 { font-size:54px; line-height:64px}
.inside-banner .case-ban-info .case-desc { margin-bottom:25px; font-size:24px; line-height:42px}
.inside-banner .feature .item { display:inline-block; vertical-align:top; *display:inline; *zoom:1; padding:0 57px}
.inside-banner .feature .center { position:relative}
.inside-banner .feature .center span { position:absolute; top:10px; bottom:16px; width:1px; background:url(../images/bk2p.png) repeat-y 0 0}
.inside-banner .feature .center .before { left:0}
.inside-banner .feature .center .after { right:0}
.inside-banner .feature h3 { font-size:18px; line-height:38px; text-align:left}
.inside-banner .feature h4 { font-size:90px; line-height:104px}
.news:before {
  display: none;
}
.pre-btn {
  display: none;
}
.pro-show {
  margin-top: 150px;
}
.pro_tit {
  flex: 1;
}
.pro_tit h1 {
  padding: 0;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.pro_top {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.procont_txt {
  font-size: 16px;
}
.procont_txt *{
  font-size: inherit;
  width: 100%;
}
.pre-next a {
  font-size: 16px;
}

.kd .honor ul li {
  width: 23%;
  float: left;
  margin-right: 15px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 10px;
}
.kd .honor ul li span {
  height: 50px;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  line-height: 50px;
  border-bottom: 3px solid #efefef;
  background-color: #fff;
  position: absolute;
}
.kd .honor-img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.kd .honor ul li img {
  width: 100%;
  height: auto;
  transition: all .3s;
}
.kd .honor ul li::after {
  content: '';
  width: 0;
  height: 3px;
  background: #0055a6;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: 0.3s;
}

.kd .honor ul li:hover img {
  transform: scale(1.1)
}
.kd .honor ul li:hover::after{
  width: 100%;
}
.kd .honor ul li:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  transition: 0.6s;
}
.kd .honor ul li:hover span {
  border-top: 3px solid #efefef;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  /* padding-bottom: 40px; */
}
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.clear-fix {
  zoom: 1;
}
@media screen and (max-width:768px) { 
  .ban {
    margin-top: 60px;
    height: 200px;
  }
  .inside-banner .ban-info {
    top: 15%;
  }
.header .dropdown-nav {
    position: relative;
    left: 0;
    top: 0;
}
.ass .cshu li {
  width: 50%;
}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div {
  box-sizing: border-box;
  height: auto;
}
.container {
  min-width: 100% !important;
  max-width: 100% !important;
}
body {min-width: 100% !important;}
.about5 .c_w_r li .time {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
  font-size: .5rem;
  width: 100%;
  line-height: .8rem;
  border-right: none;
}
.about5 .c_w_r ul {
  width: 100%;
}
.kd .honor ul li {
  width: 48%;
}
.kd .honor ul li:nth-child(2n){
  margin-right: 0;
}
.procont_nav li {
  margin-top: 20px;
}
.procont_nav li a {
  margin-left: 0;
}
.pro_tit a, .pro_tit .mm, .procont_txt {
  padding: 0;
}
.in-occurrence .content {
  width: 100%;
}
.in-occurrence .customer-list {
  display: flex;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
  padding: 10px;
}
.in-occurrence .customer-list .list-item {
  float: none;
  width: 33.333%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
}
@media screen and (max-width: 800px) {
  .pro_tit {
    margin: 0 !important
  }
  .pro-show {
    margin-top: 60px;
  }
  .pro_nav, .pro_list {
    padding-bottom: 15px;
  }
  .header .help-link>li.hand {
    display: none;
  }
  .after-sale .measures .list .txt {
    font-size: 14px;
  }
}
.after-sale .container {
  padding: 0;
}
.cont-img {
  background: url(../images/contact5.jpg) center no-repeat;
  background-size: 100%;
}

.cont-qy {
  padding: 20px 0 20px 40px;
}

.lianxi_box ul {
  padding: 20px 0 20px 40px;
}

.ew .ewm img {
  border-color: #999;
}

.tt1{color: #005bac;text-align:center;margin-bottom:45px;margin-top: 20px;}
.tt1 h3{font-size:30px;font-weight:bold;color: #393c3d;margin-bottom: 6px;}
.tt1 span{ font-size:14px; font-family:arial; text-transform:uppercase;position: relative;left: 0;}
.tt2{ text-align:center;}
.lianxi_box {
    overflow: hidden;
    background: #fff;
    border-top: #393c3d 7px solid;
    position: relative;
    z-index: 1000;
}
.lianxi_box ul {
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e7e9;
}
.lianxi_box ul li:first-child {
  width: 100%;
}
.lianxi_box ul li {
  width: 33.333%;
  display: block;
  padding: 20px 10px 20px 40px;
}
.cont-qy {
  display: block;
  width: 33.333%;
  float: left;
  padding: 20px;
  padding-left: 0;
}
.cont-qy strong{
  font-size: 20px;
  font-weight: 700;
}
.ew {
  width: 700px;
  height: 250px;
  margin: 0 auto;
}
.ew .ewm {
  display: block;
  width: 210px;
  height: 210px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
.ew .ewm p {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.ew .ewm img {
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.lianxi_box ul {
  padding: 20px 0 20px 40px;
}
.ew {
  width: 460px;
  height: 250px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 780px) {
  .cont-img {
    background: none;
  }
  .lianxi_box ul, .cont-qy {
    padding: 10px 0;
  }
  .lianxi_box ul li,.cont-qy {
    width: 100%;
  }
  .lianxi_box ul,.cont-qy {
    padding: 10px 0;
  }
  .ew {
    width: 100%;
    height: 150px;
  }
  .ew .ewm {
    width: 100px;
    height: 100px;
  }
  .ew .ewm:first-child {
    margin: 0;
  }
  .lianxi_box {
    background: none;
    z-index: 9;
  }
}
.news-detail:before {
  display: none;
 
}
.news-detail {
  background-color: #fff;
  padding-top: 120px;
}
.news-detail .next-btn:hover {
  background-color: #0055a6;
  color: #fff;
} 
.procont_nav table {
  width: 100%;
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  background-color: white;
  table-layout:fixed;
}
.procont_nav table td{
  line-height: 32px;
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
  text-overflow: ellipsis;
  word-wrap:break-word;
}
.procont_nav table tr:nth-child(2n) {
  background-color: #eee;
}