
.index-banner .bx-wrapper {
  width: 3040px;
  max-width: 3040px;
  margin-left: 50%;
  position: relative;
  box-shadow: none;
  border: none;
  transform: translateX(-50%);
}
.banner-slides {
  height: 400px;
  overflow: hidden;
  text-align: center;
}
.index-banner > .banner-slides {
  width: 3040px;
  margin-left: 50%;
  position: relative;
  left: -1520px;
}
/*在js加载完成前，使图片显示与js加载完后保持一致，加载完后此行样式不再有用*/
.banner-slides img {
  width: 1000px;
  height: 400px;
}
.banner-slides .slide {
  float: left;
  margin-right: 20px;
}
.index-banner .bx-controls-direction a {
  margin-top: 0;
  width: 1000px;
  height: 400px;
  background: rgba(255,255,255,.7);
  top: 0;
  z-index: 9;
}
.index-banner .bx-controls-direction .bx-prev {
  left: 0;
}
.index-banner .bx-controls-direction .bx-next {
  right: 0;
}
.p-index h2 {
  text-align: center;
  padding: 60px 0 45px;
  position: relative;
}
.p-index h2 span {
  vertical-align: middle;
  padding: 0 50px;
  font-size: 24px;
}
.p-index h2:before, .p-index h2:after {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url(../image/index/title.png) no-repeat 0 0;
}
.p-index h2:before {
  background-position: 0 6px;
}
.p-index h2:after {
  background-position: -63px 6px;
}
.more {
  color: #999;
  font-size: 14px;
  top: 71px;
  right: 0;
  position: absolute;
}
.count {
  text-align: center;
  padding: 66px 0;
}
.count li {
  float: left;
  width: 25%;
}
.count a {
  font-size: 38px;
  font-weight: bold;
  color: #00ABE1;
}
.count i {
  font-size: 14px;
}
.count p {
  font-size: 16px;
}
.listed-data {
  background-color: #F2F5F8;
}
#listed-data-chart {
  width: 100%;
  max-width: 1200px;
  height: 760px;
  margin: -120px auto -70px;
}
#listed-data-chart .tooltip {
  box-sizing: border-box;
  width: 200px !important;
  height: 110px !important;
  border-color: transparent !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.2) !important;
  color: #333 !important;
  font-size: 12px !important;
  line-height: 14px !important;
}
#listed-data-chart .tooltip h1 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 14px;
}
#listed-data-chart .tooltip p {
  margin-bottom: 12px;
}
#listed-data-chart .tooltip span {
  float: right;
}
#listed-data-chart .tooltip em {
  vertical-align: text-bottom;
  color: #00ABE1;
  font-weight: bold;
  font-size: 18px;
}
.service {
  background: url(../image/index/service-bg.jpg) no-repeat center 0 #283647;
  background-size: 100% 100%;
  padding-bottom: 90px;
}
.service h2 {
  color: #FFF;
}
.service h2:before {
  background-position: -111px 6px;
}
.service h2:after {
  background-position: -163px 6px;
}
.service ul {
  margin-left: -2%;
}
.service li {
  background: #FFF;
  float: left;
  width: 31.6%;
  margin-left: 1.73%;
  border-radius: 15px;
  text-align: center;
  padding: 38px 0 45px;
}
.service i {
  width: 78px;
  height: 88px;
  display: block;
  margin: 0 auto;
  background: url(../image/index/service-icon.png) no-repeat;
}
.service .icon1 {
  background-position: 3px 0;
}
.service .icon2 {
  background-position: -88px 0;
}
.service .icon3 {
  background-position: -181px 0;
}
.service h3 {
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
}
.service p {
  line-height: 2;
  color: #666;
  padding: 0 25px;
  height: 144px;
  overflow: hidden;
}
.stock-desc {
  color: #999;
  text-align: center;
}
.ent-list-table {
  width: 100%;
}
.ent-list-tit {
  font-weight: bold;
  color: #999;
  background: #F5F5F5;
}
.ent-list-table tr.even {
  background: #F9F9F9;
}
.ent-list-table th, .ent-list-table td {
  padding: 0 10px;
}
.ent-list-table th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
.ent-list-table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ent-list-table .col1 {
  width: 15%;
  min-width: 72px;
}
.ent-list-table .col2 {
  width: 70%;
}
.ent-list-table .col3 {
  width: 30%;
}
.ent-list-table .col4 {
  width: 15%;
  min-width: 100px;
}
.company {
  padding-bottom: 65px;
}
.b_company_list li {
  width: 235px;
  float: left;
  margin-right: 20px; /*margin-left: 2%;margin-bottom: 30px;*/
  background: #FFF;
  padding-bottom: 10px;
}
.b_company_list .li-con {
  border: 1px solid #DADBDC;
}
.b_company_img {
  width: 100%;
  height: 155px;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
}
.b_company_list h3 {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding-top: 5px;
}
.b_company_list h3 a {
  color: #333;
}
.b_company_con {
  padding: 0 15px 15px;
  line-height: 1.5;
}
.b_company_intro {
  color: #999;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  height: 3em;
}
.company .bx-wrapper {
  box-shadow: none;
  border: none;
}
.company-slides {
  max-height: 262px;
  overflow: hidden;
}
.news {
  margin-top: 60px;
  padding-bottom: 65px;
}
.our-news {
  margin-left: -2.1%;
}
.our-news li {
  float: left;
  width: 31.2%;
  margin-left: 2.1%;
  background: #FFF;
}
.our-news .li-con {
  border: 1px solid #DDD;
  position: relative;
}
.our-news img {
  width: 100%;
  height: 190px;
}
.our-news-con {
  background: #000;
  background: rgba(0,0,0,.65);
  color: #FFF;
  position: absolute;
  width: 100%;
  height: 44px;
  overflow: hidden;
  bottom: 0;
  left: 0;
}
.our-news-title {
  font-size: 14px;
}
.our-news-title-1 {
  font-weight: bold;
  line-height: 24px;
  padding: 10px 20px;
}
.our-news-title-2 {
  display: none;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  height: 3em;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}
.our-news-summary {
  /*color:#bebebe;*/ opacity: .6;
  font-size: 13px;
  line-height: 21px;
  height: 63px;
  padding: 0 20px;
}
.our-news-info {
  padding: 0 20px;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 13px;
  font-weight: bold;
  opacity: 0;
}
.our-news li:hover .our-news-con {
  height: 100%;
          transition: height .5s;
     -moz-transition: height .5s; /* Firefox 4 */
  -webkit-transition: height .5s; /* Safari and Chrome */
       -o-transition: height .5s; /* Opera */
}
.our-news li:hover .our-news-title-1 {
  padding-top: 20px;
  padding-bottom: 5px;
}
.our-news li:hover .our-news-info {
  opacity: .5;
  /*color: #bebebe;*/
          transition: all 1s;
     -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
       -o-transition: all 1s; /* Opera */
}
.intro {
  padding: 70px 0 40px;
  text-align: center;
  line-height: 2;
  color: #666;
  font-size: 14px;
}
.intro img {
  width: 240px;
}
.intro-con {
  margin: 25px 0 35px;
  text-align: center;
  height: 6em;
}
@media(max-width:1199px) {
  .index-banner {
    zoom: .9;
  }
}
/*********pad竖屏************/
@media(max-width:999px) {
  .index-banner {
    zoom: .7;
  }
  .b_company_con {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*******手机横屏*******/
@media(max-width:767px) {
  .index-banner {
    zoom: .4;
  }
  .count {
    padding-left: 7%;
    padding-right: 7%;
  }
  .count span {
    font-size: 14px;
  }
  .service p {
    display: none;
  }
  .ent-list-table .col1 {
    width: 60px;
  }
  .ent-list-table .col3 {
    width: 90px;
  }
  /*.b_company_list li {width: 48%;}*/

  .our-news {
    margin-left: 0;
  }
  .our-news li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .our-news .li-con {
    overflow: hidden;
    zoom: 1;
  }
  .our-news img {
    width: 200px;
    height: 120px;
    float: left;
  }
  .our-news-con {
    position: static;
    margin-left: 200px;
    width: auto;
    color: #333;
    background: none;
    height: auto;
  }
  .our-news-title-1 {
    padding-bottom: 5px;
  }
  .our-news li:hover .our-news-title-1 {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .our-news-summary {
    -webkit-line-clamp: 2;
            line-clamp: 2;
    height: 42px;
  }
  .our-news-info {
    opacity: .5;
    position: static;
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
  }
  .intro {
    font-size: 14px;
  }
}
/******手机竖屏***********/
@media(max-width:479px) {
  .more {
    top: 51px;
  }
  .index-banner {
    zoom: .3;
  }
  .p-index h2 {
    border-bottom: 1px solid #DDD;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .p-index h2 span {
    padding-left: 0;
    font-size: 18px;
  }
  .p-index h2:before, .p-index h2:after {
    display: none;
  }
  .count {
    padding: 50px 3%;
  }
  .count span {
    font-size: 12px;
  }
  .count a {
    font-size: 24px;
  }
  .count i {
    font-size: 12px;
  }
  .service {
    padding-bottom: 40px;
  }
  .service li {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .service i {
    zoom: .8;
  }
  .service h3 {
    font-size: 16px;
    line-height: 40px;
  }
  .service .m-btn-l {
    font-size: 14px;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
  }
  .ent-list-table {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .ent-list-tit span, .ent-list li span {
    padding: 0 10px;
  }
  /*.b_company_list{ margin-left: 0 }
    .b_company_list li{margin-bottom: 15px; width: 100%; margin-left: 0}
    .b_company_list .li-con{ border: none}
    .b_company_img{ float: left; width: 120px; height: 80px}
    .b_company_con{ margin-left: 120px; overflow: hidden; zoom:1;}
    .b_company_list h3{ padding-top: 0; padding-bottom: 5px; line-height: 1.5; height: auto }*/

  .our-news {
    margin-left: 0;
  }
  .our-news li {
    width: 100%;
    margin-left: 0;
  }
  .our-news img {
    width: 125px;
    height: 75px;
  }
  .our-news-con {
    margin-left: 120px;
  }
  .our-news-title-1 {
    display: none;
  }
  .our-news-title-2 {
    display: block;
    display: -webkit-box;
  }
  .our-news-summary {
    display: none;
  }
  .our-news-info {
    display: block;
  }
  .news {
    padding-bottom: 40px;
  }
  .news h4 {
    padding-top: 10px;
  }
  .intro-logo img {
    max-width: 62%;
  }
}