/* --------------- S reset style --------------- */
* {
  list-style: none;
}
body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

html {
  height: 100%;
}

a {
  text-decoration: none!important;
}

a:hover {
  outline: none;
  text-decoration:none;
  color:#187fc4;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  transition: 300ms;
}

ul,dl,ol {
  list-style: none;
  margin: 0;
}

dl,p {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

h1{
  color: #686868;
}

h2{
  font-size: 24px;
  color: #686868;
}

h3{
  font-size: 18px;
}
/* --------------- E reset style ----------------- */


/* --------------- S bs reset style--------------- */
.row.gutter {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.row.gutter > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.pagination>li>a, .pagination>li>span {
  color: #187fc4;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #187fc4;
  border-color: #187fc4;
}
/* --------------- E bs reset style--------------- */


/* --------------- S common style--------------- */
.overflow{
  overflow: hidden;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;

}
.img-responsive {
  width: 100%;
}

.btn-common {
  font-size: 14px;
  color: #797979;
  border: 1px solid #187fc4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 10px 25px;
}

.btn-common:hover,
.btn-common:focus{
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #187fc4;
}

.active {
  color: #187fc4!important;
}
/* --------------- E common style--------------- */




/* --------------- S 顶部导航 --------------- */
#header {
  margin-bottom: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

#header .navbar-inverse .container{
  position: relative;
}

#header .navbar {
  background: #fff;
  border: 0;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 20px;
}

#header .navbar-brand{
  padding: 0;
  margin-left: 0;
  height: 70px;
}

#header .navbar-brand h1{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 70PX;
}

#header .navbar-brand img {
  height: 34px;
}

#header .navbar-nav.navbar-right >li a {
  color: #333;
  padding: 25px 20px;
  text-transform: uppercase;
  font-size: 16px;
}

#header .navbar-inverse .navbar-nav  li.active > a,
#header .navbar-inverse .navbar-nav  li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  /* color: #187fc4; */
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: #187fc4;
}

/*下拉菜单*/
ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a {
  color: #666;
  padding: 5px 0;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #e6f7ff;
  color: #187fc4;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #187fc4;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}


#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #e6f7ff;
  color: #187fc4;
}

#header .fa-caret-down{
  padding-left: 5px;
}

@media only screen and (min-width: 768px) {
  #header .navbar-nav li ul.sub-menu li a {
    padding-left: 20px;
  }
  .nav.navbar-nav>li:hover>ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
  ul.sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 240px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 39, 67, 0.25);
    box-shadow: 0px 2px 18px 0px rgba(0, 39, 67, 0.25);
    display: none;
    z-index: 999;
    background-color: #f6f6f6;
  }
  ul.product-menu {
    position: fixed;
    width: 100%;
  }
  ul.solve-menu {
    width: 210px;
  }
  ul.aboutus-menu {
    width: 104px;
  }
  ul.sub-menu dl.product-menu-item dt{
    padding: 5px 0;
    margin-left: 20px;
    border-bottom: solid 1px #e8e8e8;
  }

  ul.sub-menu dl.product-menu-item dt a{
    padding-left: 0!important;
    font-weight: bold!important;
  }
}

/* ----------------xs---------------- */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  .padding {
    padding: 30px 0;
  }
  #header {
    /*padding-top: 10px;*/
    box-shadow: none;
  }
  #header .navbar-inverse .navbar-toggle,
  #header .navbar-inverse .navbar-toggle:focus {
    border-color: #187fc4;
    margin-top: 16px;
    margin-right: 5px;
    outline: none;
  }

  .navbar-header .navbar-toggle .icon-bar {
    background-color: #187fc4;
  }

  #header .navbar-inverse .navbar-toggle:hover {
    background: #187fc4;
  }

  #header .navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #fff;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-top: 0;
  }

  .navbar.navbar-inverse {
    padding-left: 15px;
    padding-right: 15px;
  }

  #header .navbar-nav.navbar-right li>a>i {
    display: inline-block;
    padding: 3px 10px 3px 30px;
    float: right;
  }

  #header .navbar-nav.navbar-right li>a {
    padding: 10px 0;
  }

  #header .navbar-nav li ul.sub-menu li a {
    padding: 5px 10px;
  }

  #header .navbar-nav li ul.sub-menu dl.product-menu-item dt {
    padding: 5px 10px;
  }

  #header .navbar-nav li ul.sub-menu dl.product-menu-item dt a {
    padding-left: 0!important;
    font-weight: bold!important;
  }

  #header .navbar-inverse .navbar-nav li.active>a,
  #header .navbar-inverse .navbar-nav li.active>a:focus,
  #header .navbar-nav.navbar-right li>a:hover {
    border: none;
  }
}
/* --------------- E 顶部导航 --------------- */


/* --------------- S 底部导航 --------------- */
#footer {
  padding-top: 42px;
  background: #191919;
}

#footer ul.content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-left: 0;
}

#footer ul.content>li.item {
  width: 25%;
  padding-bottom: 28px;
}

#footer ul.content>li.item dt {
  color: #fff;
  margin-bottom: 18px;
  font-weight: normal;
}

#footer ul.content>li.item a,#footer ul.content>li.item dd {
  color: #999;
  line-height: 1.8em;
  font-size: 12px;
  margin-bottom: 4px;
}

#footer ul.content>li.item a:hover {
  color: #187fc4;
}

#footer div.qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px 0;
  /* border-left: solid 1px #555; */
}

#footer div.qrcode img {
  width: 80px;
}

#footer div.qrcode p {
  text-align: center;
  color: #999;
  margin-top: 10px;
}

#footer div.copyright {
  text-align: center;
  font-size: 12px;
  color: #999;
  border-top: solid 1px #555;
  padding:10px 15px;
}

#footer div.copyright span {
  color: #999;
}

@media only screen and (max-width: 992px) {
  #footer ul.content>li.item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #footer ul.content>li.item {
    width: 100%;
  }
}
/* --------------- E 顶部导航 --------------- */

/* -------------- S 路径导航 --------------  */
ul.breadcrumb-wrap {
  display: flex;
  align-items: center;
  padding-left: 0;
}

ul.breadcrumb-wrap img {
  margin-top: -3px;
  margin-right: 5px;
}

ul.breadcrumb-wrap li,ul.breadcrumb-wrap a {
  font-size: 12px;
  color: #666;
}

ul.breadcrumb-wrap li:last-child a{
  color: #999;
}

ul.breadcrumb-wrap a:hover {
  color: #187fc4;
}
/* -------------- E 路径导航 --------------  */


/* --------------- S 产品侧边菜单 --------------- */
div.slide-nav-wrap {
  width: 325px;
}

div.slide-nav-wrap .panel-group {
  margin-bottom: 0;
  margin-top: 10px;
}

div.slide-nav-wrap .panel-group .panel+.panel {

  margin-top: 0;
}

div.slide-nav-wrap .panel-group .panel {
  box-shadow: none;
  border: none;
}


div.slide-nav-wrap .panel-heading {
  padding: 0;
  box-shadow: none!important;
}

div.slide-nav-wrap .panel-heading::after {
  border: none;
}

div.slide-nav-wrap .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  font-size: 14px;
  color: #333;
  height: 42px;
  box-sizing: border-box;
  border-bottom: solid 1px #e3e3e3;
}

div.slide-nav-wrap .panel-title i {
  color: #c1c1c1;
  margin-right: 30px;
}

div.slide-nav-wrap .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

div.slide-nav-wrap .panel-title {
  background-color: #efefef;
  transition: all .3s;
}

div.slide-nav-wrap .panel-title.collapsed {
  background: #fff;
}

div.slide-nav-wrap .panel-title i:before{ content: "\f0d7"; }

div.slide-nav-wrap .panel-title.collapsed i:before{ content: "\f0da"; }

div.slide-nav-wrap div.panel-collapse.in {
  background-color: #f9f9f9;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body {
  padding: 0;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li {
  position: relative;
  padding: 10px 15px;
  border-bottom: solid 1px #efefef;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li.active::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #187fc4;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li .series-name {
  color: #666;
}

div.slide-nav-wrap .panel div.panel-collapse a.series-name:hover {
  color: #187fc4;
}

div.slide-nav-wrap .panel:first-child div.panel-collapse a.series-name:hover {
  color: #666;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li.active a.series-name {
  color: #187fc4;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
div.slide-nav-wrap div.panel-collapse ul.panel-body>li dl dd {
  margin-top: 14px;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li dl a {
  font-size: 12px;
  color: #999;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li dl a.active {
  color: #187fc4;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li dl a:hover {
  color: #187fc4;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li .line {
  position: relative;
  padding-left: 4px;
  padding-right: 5px;
  height: 10px;
}

div.slide-nav-wrap div.panel-collapse ul.panel-body>li .line::before {
  content: ' ';
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}
/* --------------- E 产品侧边菜单 --------------- */



/* --------------- S 首页--------------- */
#index .carousel-indicators li {
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 3px;
  background: rgba(255,255,255,0.36);
  transition: all 0.2s;
}
#index .carousel-indicators li +li {
  margin-left: 5px;
}
#index .carousel-indicators .active {
  width: 20px;
  background-color: #fff;
}
#index div.content-title {
  width: 100%;
}

#index div.content-title h3{
  text-align: center;
  padding-bottom: 10px;
  font-size: 24px;
}

#index div.content-title h3 span {
  position: relative;
  color: #187fc4;
}

#index div.content-title h3 span::before {
  content: ' ';
  position: absolute;
  left: -65px;
  height: 1px;
  width: 50px;
  background: #187fc4;
  top: 14px;
  z-index: 2;
}

#index div.content-title h3 span::after {
  content: ' ';
  position: absolute;
  right: -65px;
  height: 1px;
  width: 50px;
  background: #187fc4;
  top: 14px;
  z-index: 2;
}

#index div.content-title p{
  text-align: center;
  color: #187fc4;
}

#index section.product-wrap {
  padding-top: 52px;
  padding-bottom: 27px;
}

#index section.product-wrap ul.product-list {
  padding-top: 40px;
}

#index section.product-wrap ul.product-list li.product-item {

  padding-bottom: 15px;
}

#index section.product-wrap ul.product-list li.product-item div{
  position: relative;
  width: 100%;
  cursor: pointer;
}

#index section.product-wrap ul.product-list li.product-item div:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: all .5s;
}

#index section.product-wrap ul.product-list li.product-item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  z-index: 2;
}

#index section.solution-wrap {
  padding-top: 52px;
  padding-bottom: 27px;
  background-color: #f5f5f5;
}

#index section.solution-wrap ul.solution-list {
  width: 80%;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#index .solution-wrap .solution-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 230px;
  margin-bottom: 20px;
  cursor: pointer;
}
#index .solution-wrap .solution-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #E7EAF2;
  transition: all 0.2s;
}

#index .solution-wrap .solution-item a p {
  position: relative;
  margin-top: 40px;
}

#index .solution-wrap .solution-item a:hover {
  background-color: #fff;
  box-shadow: 0px 2px 31px 0px rgba(165,165,165,0.5);
  border-color: #fff;
}
#index .solution-wrap .solution-item:hover a::before {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  z-index: 2022;
  bottom: 13%;
  width: 100px;
  height: 1px;
  background-color: #0D9CFF;
}


#index section.news-wrap {
  padding-top: 52px;
  padding-bottom: 42px;
  background-color: #fff;
}

#index section.news-wrap div.news-content {
  padding-top: 40px;
}

#index section.news-wrap div.news-content div.news-banner img{
  height: 400px;
}

#index section.news-wrap div.news-banner .foot-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 67px;
  z-index: 2;
  background: rgba(0,0,0,.3);
  padding-top: 10px;
}

#index section.news-wrap div.news-banner .foot-wrap .title {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
}

#index section.news-wrap div.news-banner .carousel-indicators{
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  margin-left: 0;
  padding-right: 10px;
  margin-bottom: 5px;
}

#index section.news-wrap ul.news-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}

#index section.news-wrap li.news-item {
  display: flex;
  height: 68px;
}

#index section.news-wrap li.news-item .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 68px;
  background-color: #44a0de;
}

#index section.news-wrap li.news-item .date p {
  color: #fff;
}

#index section.news-wrap li.news-item .date p:first-child {
  font-size: 18px;
}

#index section.news-wrap li.news-item .content {
  width: calc(100% - 72px);
  padding-left: 8px;
}

#index section.news-wrap li.news-item .content h3 {
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
}

#index section.news-wrap li.news-item .content p {
  font-size: 12px;
  color: #999;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
  overflow: hidden;
}

#index section.technical-wrap {
  padding-top: 52px;
  /* background: url(../img/gray_bg.png) repeat; */
  background-color: #f5f5f5;
}

#index section.technical-wrap img {
  margin-top: 40px;
}
/* #index section.technical-wrap h4 {
  padding: 26px 0;
  text-align: center;
  font-size: 16px;
  color: #666;
} */

#index section.aboutus-wrap {
  padding-top: 52px;
  padding-bottom: 40px;
}

#index section.aboutus-wrap .content {
  padding-top: 40px;
}

#index section.aboutus-wrap .company-desc p {
  text-indent: 2em;
  line-height: 1.5em;
  text-align: justify;
  color: #666;
  margin-bottom: 10px;
}
#describe {
  min-height: 680px;
}
#describe .img-wrapper{
  position: relative;
  width: 240px;
  height: 190px;
  border: 1px solid #d2d2d2;
}
/* #describe .img-wrapper:before {
  content: " ";
  position: absolute;
  right: -11px;
  bottom: -11px;
  width: 120px;
  height: 10px;
  background: #f1f1f1;
}
#describe .img-wrapper:after {
  content: " ";
  position: absolute;
  right: -11px;
  bottom: -1px;
  width: 10px;
  height: 120px;
  background: #f1f1f1;
} */
#describe .img-wrapper .cert-img {
  position: relative;
  width: 220px;
  height: 168px;
  margin: 10px;
}
#describe .img-wrapper .cert-img img {
  width: 220px;
  height: 165px;
}
#describe .img-wrapper .cert-img:before {
  content: " ";
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -37px;
  width: 74px;
  height: 3px;
  background: #00bbe4;
}

@media only screen and (max-width: 768px) {
  #describe {
    min-height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  #index section.news-wrap div.news-content div.news-banner {
    margin-bottom: 15px;
  }
  #index section.news-wrap div.news-content div.news-banner img {
    height: auto;
  }
  #index section.technical-wrap h4 {
    font-size: 14px;
  }
  #index section.aboutus-wrap .company-img {
    margin-bottom: 15px;
  }
}


/* --------------- E 首页 --------------- */



/* --------------- S 产品介绍 --------------- */
#describe section.content-wrap {
  display: flex;
  padding-top: 20px;
  padding-bottom: 50px;
}

#describe div.content-body {
  width: calc(100% - 325px);
  padding-left: 25px;
  padding-top: 32px;
}

#describe div.content-body h3.body-title {
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}

#describe div.content-body h3.body-title .brand {
  display: inline-block;
  height: 24px;
  font-size: 14px;
}



#describe div.content-body div.body-section .title {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 24px;
}


#describe div.content-body div.body-section .text-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
  text-align: justify;
}

#describe div.content-body div.body-section  .you-shi {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-left: 24px;
  margin-top: 10px;
}
#describe div.content-body div.body-section .you-shi img {
  width: 24px;
}
#describe div.content-body div.body-section .you-shi span {
  margin-left: 10px;
  display: inline-block;
  width: calc(100% - 34px);
}

#describe div.content-body div.body-section .text-desc.text-indent {
  text-indent: 2em;
}

#describe div.content-body div.body-section .thd-tt{
  margin: 15px;
  font-size: 15px;
  font-weight: bold;
}

#describe div.content-body div.body-section .img-desc {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  padding-top: 24px;
  padding-bottom: 20px;
}

#describe div.content-body div.body-section ul.text-list {
  padding-left: 0;
}

#describe div.content-body div.body-section ul.text-list li {
  line-height: 1.8em;
  font-size: 14px;
  color: #666;
}

#describe div.content-body .series-title {
  padding-top: 50px;
  font-size: 18px;
  color: #333;
}

#describe div.content-body .series-title span:last-child {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  #describe div.content-body div.body-section .img-desc img {
    max-width: 30%;
  }
}

@media only screen and (max-width: 992px) {
  #describe div.content-body {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #describe div.content-body div.body-section .img-desc img {
    margin-bottom: 15px;
  }

  #describe div.content-body div.body-section .img-desc img {
    max-width: 80%;
  }
}
/* --------------- E 产品介绍 --------------- */



/* --------------- S 企业新闻 -------------- */
div.news-wrap {
  width: calc(100% - 325px);
  padding-left: 25px;
  padding-top: 12px;
}

div.news-wrap .top-news-list {
  padding-left: 0;
}

div.news-wrap .top-news-item {
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #efefef;
}

div.news-wrap .top-news-item .news-img {
  width: 150px;
  height: 100px;
  overflow: hidden;
}

div.news-wrap .top-news-item .news-info {
  width: calc(100% - 150px);
  padding-left: 20px;
}

div.news-wrap .news-info .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div.news-wrap .news-info .head .title {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
}

div.news-wrap .news-info .head .title a {
  width: calc(100% - 45px);
  color: #666;
}

div.news-wrap .news-info .head .title a:hover {
  color: #187fc4;
}

div.news-wrap .news-info .head .title .top {
  width: 32px;
  font-size: 10px;
  height: 16px;
  background-color: #f08300;
  border-radius: 2px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  margin-left: 10px;
}

div.news-wrap .news-info .head .title .new {
  width: 32px;
  font-size: 10px;
  height: 16px;
  border-radius: 2px;
  border: solid 1px #f08300;
  color: #f08300;
  line-height: 16px;
  text-align: center;
  margin-left: 10px;
}

div.news-wrap .news-info .head .date {
  width: 110px;
  text-align: right;
}

div.news-wrap .news-info .foot {
  font-size: 12px;
  color: #999;
  padding-top: 14px;
  text-align: justify;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

div.news-wrap .news-list {
  padding: 30px 0;

}

div.news-wrap .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
}

div.news-wrap .news-item .title {
  width: calc(100% - 110px);
}

div.news-wrap .news-item .title i {
  color: #f08300;
  font-size: 16px;
  margin-right: 4px;
}
div.news-wrap .news-item .title a {
  color: #666;
}

div.news-wrap .news-item .title a:hover {
  color: #187fc4;
}

div.news-wrap .pagination-wrap {
  text-align: right;
}

div.news-wrap .pagination-wrap .pagination {
  margin: 0;
}


@media only screen and (max-width: 992px) {
  #describe div.news-wrap {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  div.news-wrap .top-news-item .news-img {
    width: 25%;
    height: auto;
  }

  div.news-wrap .top-news-item .news-img img {
    object-fit: contain;
  }

  div.news-wrap .news-info {
    width: 75%!important;
    padding-left: 15px;
  }

  div.news-wrap .news-info .head .title,div.news-wrap .news-info .head .title a {
    width: 100%;
  }

  div.news-wrap .news-info .head .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  div.news-wrap .news-info .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
  }

  div.news-wrap .news-info .foot .left {
    display: flex;
  }

  div.news-wrap .news-info .foot .top {
    width: 32px;
    font-size: 10px;
    height: 16px;
    background-color: #f08300;
    border-radius: 2px;
    color: #fff;
    line-height: 16px;
    text-align: center;
  }

  div.news-wrap .news-info .foot .new {
    width: 32px;
    font-size: 10px;
    height: 16px;
    border-radius: 2px;
    border: solid 1px #f08300;
    color: #f08300;
    line-height: 16px;
    text-align: center;
  }

  div.news-wrap .news-info .foot .date {
    font-size: 14px;
  }

  div.news-wrap .pagination-wrap {
    text-align: center;
  }
}

/* --------------- E 企业新闻 -------------- */


/* -------------- S 企业新闻详情 --------------  */
#enterpriseNewsDetail {
  padding: 20px 0 50px;
}

#enterpriseNewsDetail div.news-content {
  padding: 50px 110px;
  text-align: center;
}

#enterpriseNewsDetail div.news-content h3.title {
  font-size: 18px;
  text-align: center;
  line-height: 1.7em;
}

#enterpriseNewsDetail div.news-content h6.publish-date {
  padding: 20px 0 32px 0;
  font-size: 14px;
  color: #999;
  text-align: center;
}

#enterpriseNewsDetail div.news-content .rich-text p {
  color: #666;
  text-indent: 2em;
  text-align: justify;
}

#enterpriseNewsDetail div.news-content .rich-text img {
  display: block!important;
  max-width: 60%;
  margin: 16px auto;
}

#enterpriseNewsDetail div.news-content .rich-text h1,
#enterpriseNewsDetail div.news-content .rich-text h2,
#enterpriseNewsDetail div.news-content .rich-text h3,
#enterpriseNewsDetail div.news-content .rich-text h4,
#enterpriseNewsDetail div.news-content .rich-text h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin: 20px 0;
}

#enterpriseNewsDetail div.news-content .rich-text h6 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  color: #999;
}


#enterpriseNewsDetail div.news-foot {
  padding: 22px 110px 0 110px;
  border-top: solid 1px #ccc;
}

#enterpriseNewsDetail div.news-foot p {
  line-height: 1.8em;
}

#enterpriseNewsDetail div.news-foot a {
  font-size: 14px;
  color: #666;
}

#enterpriseNewsDetail div.news-foot a:hover {
  color: #187fc4;
}

@media only screen and (max-width: 768px) {

  #enterpriseNewsDetail div.news-content {
    padding: 20px 15px;
  }

  #enterpriseNewsDetail div.img-desc img {
    max-width: 80%;
  }

  #enterpriseNewsDetail div.news-foot  {
    padding: 15px 15px 0 15px;
  }
}
/* -------------- E 企业新闻详情 --------------  */


/* -------------- S 媒体关注 --------------  */
#describe .content-body .video-player {
  width: 100%;
  margin-bottom: 10px;
}

#describe .content-body ul.media-list li{
  margin-top: 20px;
  cursor: pointer;
}

#describe .content-body ul.media-list li p {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

#describe .content-body ul.media-list li .cover {
  position: relative;
}

#describe .content-body ul.media-list li .time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  height: 26px;
  background: rgba(0,0,0,.5);
  color: #fff;
  border-radius: 14px;
  line-height: 26px;
  padding: 0 20px;
}
/* -------------- E 媒体关注 --------------  */



/* -------------- S 视频播放组件 ------------- */
.video-js .vjs-title-bar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  padding: 0 .5em;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0,0,0,.5);
}

.video-js span,.video-js div {
  color: #fff;
}

.video-js.vjs-paused.vjs-has-started .vjs-title-bar,
.video-js.vjs-user-active.vjs-has-started .vjs-title-bar{
  display: block;
}

/* -------------- E 视频播放组件 ------------- */


/* -------------- S 公司介绍 ------------- */
#describe div.content-body .introduction-img {
  padding-bottom: 30px;
}

#describe div.content-body .introduction-img img {
  width: 100%;
}
/* -------------- E 公司介绍 ------------- */


/* -------------- S 公司大事记 ------------- */
#describe .deeps-wrap {
  padding-top: 35px;
}

#describe .deeps-wrap dl {
  position: relative;
  width: 100%;
  padding-top: 10px;
}

#describe .deeps-wrap dl:first-child {
  padding-top: 0;
}

#describe .deeps-wrap dl::before {
  content: ' ';
  position: absolute;
  width: 2px;
  left: 150px;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #f08300;
}

#describe .deeps-wrap dl dt {
  width: 150px;
  text-align: right;
  font-size: 16px;
  padding-right: 30px;
  padding-bottom: 30px;
}

#describe .deeps-wrap dl dd {
  position: relative;
  padding-bottom: 25px;
  display: flex;
}

#describe .deeps-wrap dl dd p:first-child {
  display: inline-block;
  width: 150px;
  text-align: right;
  padding-right: 20px;
}

#describe .deeps-wrap dl dd p:last-child {
  display: inline-block;
  width: calc(100% - 153px);
  padding-left: 25px;
}

#describe .deeps-wrap dl dd img {
  position: absolute;
  left: 150px;
  margin-left: -7px;
  top: 2px;
}

@media only screen and (max-width: 768px) {
  #describe .deeps-wrap dl dt {
    width: 100px;
  }

  #describe .deeps-wrap dl::before {
    left: 100px;
  }

  #describe .deeps-wrap dl dd p:first-child {
    width: 100px;
  }

  #describe .deeps-wrap dl dd p:last-child {
    width: calc(100% - 103px);
  }

  #describe .deeps-wrap dl dd img {
    left: 100px;
  }
}
/* -------------- E 公司大事记 ------------- */


/* -------------- S 荣誉资质 -------------- */
#describe .honor-wrap .body-title{
  padding-bottom: 35px;
}

#describe .honor-img {
  margin-top: 30px;
}
/* -------------- E 荣誉资质 -------------- */


/* -------------- S 技术优势 -------------- */
#describe .technology-section {
  padding-top: 34px;
}

#describe .technology-section .section-title {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 28px;
  font-size: 18px;
  color: #333;
  border-bottom: solid 1px #333;
}
#describe .technology-section .section-img {
  padding:30px 50px;
}

#describe .technology-section .section-img img{
  width: 100%;
}

#describe .technology-part {
  display: flex;
  align-items: center;
  padding-right: 15px;
  margin-bottom: 50px;
}

#describe .technology-part .left {
  width: calc(100% - 170px);
  padding-right: 24px;
}

#describe .technology-part .part-title {
  padding-bottom: 26px;
}

#describe .technology-part .part-img {
  width: 170px;
}

#describe .technology-part.gray-bg {
  padding: 20px 15px;
  background-color: #eeefef;
}

#describe .technology-part .part-img img {
  width: 100%;
}
#describe .technology-part-2 {
  display: flex;
  margin-bottom: 25px;
}

#describe .technology-part-2 .left {
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  #describe .technology-section .section-img {
    padding: 15px 15px 30px 15px;
  }

  #describe .technology-part,#describe .technology-part-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #describe .technology-part .left {
    width: 100%;
    padding-right: 0;
  }

  #describe .technology-part .part-img {
    width: 100%;
    padding: 15px;
  }

  #describe .technology-part-2 .right {
    padding: 15px 15px 0 15px;
  }
}
/* -------------- E 技术优势 -------------- */


/* -------------- S 知识产权 -------------- */
#describe .property-right-img {
  text-align: center;
  padding: 0 8%;
}

#describe .property-right-img img {
  width: 100%;
}
/* -------------- E 知识产权 -------------- */


/* -------------- S 领导关怀 -------E------- */
#describe .leader-concern-wrap {
  padding-top: 30px;
}

#describe .leader-concern-wrap ul li {
  padding-bottom: 10px;
}

#describe .leader-concern-wrap ul img {
  width: 100%;
}

#describe .leader-concern-wrap ul p {
  padding: 10px 0;
  font-size: 14px;
  color: #666;
}
/* -------------- E 领导关怀 -------------- */


/* -------------- S 文化建设 -------------- */
#describe .cultural-img {
  padding-top: 25px;
}

#describe .cultural-img img {
  width: 100%;
}
/* -------------- E 文化建设 -------------- */


/* -------------- S 招贤纳士 -------------- */
#describe .recruit-wrap {
  padding-top: 34px;
}

#describe .recruit-wrap .panel {
  box-shadow: none;
}

#describe .recruit-wrap .panel .panel-heading {
  height: 60px;
  padding: 0;
  border-bottom: dashed 1px #d6d6d6;
}

#describe .recruit-wrap .panel .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 100%;
}

#describe .recruit-wrap .panel .panel-title .left{
  display: flex;
  align-items: center;
}

#describe .recruit-wrap .panel .panel-title i {
  display: inline-block;
  font-size: 18px;
  width: 28px;
  height: 18px;
  margin-bottom: -3px;
}

#describe .recruit-wrap .panel .panel-title i::before {
  content: '\f147';
  color: #187fc4;
}

#describe .recruit-wrap .panel .panel-title.collapsed i::before {
  content: '\f196';
  color: #b1b1b1;
}

#describe .recruit-wrap .panel .panel-title .left span {
  color: #187fc4;
}

#describe .recruit-wrap .panel .panel-title.collapsed .left span,#describe .recruit-wrap .panel .panel-title .email {
  color: #666;
}

#describe .recruit-wrap .panel .panel-title span {
  font-size: 14px;
}

#describe .recruit-wrap  .panel-body {
  border-bottom: dashed 1px #d6d6d6;
}

#describe .recruit-wrap  .panel-body .ul{
  padding-left: 0;
}

#describe .recruit-wrap  .panel-body .ul p {
  color: #666;
  font-size: 14px;
  padding: 3px 0;
}

#describe .recruit-wrap  .panel-body .dl {
  padding-left: 5px;
}

#describe .recruit-wrap  .panel-body .dl h1,
#describe .recruit-wrap  .panel-body .dl h2,
#describe .recruit-wrap  .panel-body .dl h3,
#describe .recruit-wrap  .panel-body .dl h4,
#describe .recruit-wrap  .panel-body .dl h5,
#describe .recruit-wrap  .panel-body .dl h6 {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
}
#describe .recruit-wrap  .panel-body .dl p,
#describe .recruit-wrap  .panel-body .dl p span {
  color: #666;
  font-size: 14px;
}

#describe .recruit-wrap  .panel-body .dl p {
  display: flex;
  padding: 3px 0!important;
  line-height: 1.6em;
  text-align: justify;
}
/* -------------- E 招贤纳士 -------------- */



/* -------------- S 合作中心 -------------- */
#describe .cooperation-wrap {
  padding: 35px 0;
}

#describe .cooperation-wrap .form-item {
  padding-bottom: 40px;
}

#describe .cooperation-wrap .form-item h3 {
  font-size: 14px;
  color: #666;
  padding-bottom: 5px;
}

#describe .cooperation-wrap .form-item .row div{
  display: flex;
  align-items: center;
  padding-top: 15px;
  font-size: 14px;
  color: #666;
}

#describe .cooperation-wrap .form-item .checkbox-input {
  position: relative;
  margin-top: 0;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

#describe .cooperation-wrap .form-item .checkbox-input::before {
  content: '\f096';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  color: #666;
}

#describe .cooperation-wrap .form-item .checkbox-input:checked::before {
  content: '\f046';
  color: #187fc4;
}

#describe .cooperation-wrap .form-item label {
  display: inline-block;
  color: #666;
  font-weight: normal;
  width: 90px;
}

#describe .cooperation-wrap .form-foot {
  text-align: center;
}

#describe .cooperation-wrap .form-foot button {
  width: 90px;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
}
/* -------------- E 合作中心 -------------- */


/* -------------- 产品介绍 -------------- */
.application-scenarios {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 24px;
}
.application-scenarios .content {
  padding-left: 16px;
}
.application-scenarios h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.text-indent-1 {
  text-indent: 1em;
}
.advantage-list {
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
.advantage-list .advantage-item .img {
  position: relative;
  padding: 16px 0;
  border-bottom: 2px solid #E1EDF9;
}
.advantage-list .advantage-item .img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  content: " ";
  height: 2px;
  background: #34ABE2;
}

.advantage-list .advantage-item h4 {
  margin: 16px 0;
  font-size: 16px;
  font-weight: bold;
}

.advantage-list .advantage-item p {
  text-align: justify;
}
