h2 {
  text-align: center;
  color: #060001;
}
@media all and (min-width: 768px) {
  h2 {
    margin-bottom: 40px;
  }
}
/*banner样式*/
.banner {
  padding: 0;
}
@media all and (min-width: 768px) {
  .banner .carousel {
    top: -67px;
    z-index: 99;
  }
}
.banner .carousel .carousel-indicators li {
  width: 50px;
  height: 5px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
}
.banner .carousel .carousel-indicators li.active {
  width: 50px;
  height: 5px;
  background-color: #fff;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .banner .carousel .carousel-indicators li.active {
    width: 29px;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .banner .carousel .carousel-indicators li {
    width: 29px;
  }
}
.banner .carousel .carousel-inner img {
  width: 100%;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .banner .carousel .carousel-inner img {
    height: 250px;
  }
}
/*service 样式*/
.service {
  text-align: center;
  padding: 50px 0px;
}
.service h3 {
  font-size: 24px;
  font-weight: 300;
  color: #333333;
  text-align: center;
}
.service h3.m-t-0 {
  margin-top: 0;
}
.service .desc {
  font-size: 16px;
  color: #666666;
}
.service-list li {
  float: left;
  margin: 50px 0px 0px;
  cursor: pointer;
}
.service-list li h4 {
  font-size: 20px;
}
.service-list li img {
  width: 64px;
}
@media all and (min-width: 768px) {
  .service-list li {
    width: 20%;
  }
}
/*news样式*/
@media all and (min-width: 768px) {
  .news {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .news {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .news h2 {
    font-size: 20px;
  }
}
.news .carousel .carousel-indicators {
  text-align: right;
}
.news .carousel .carousel-indicators li {
  width: 10px;
  height: 2px;
}
.news .carousel .carousel-indicators li.active {
  background-color: #a3c31d;
  border-color: #a3c31d;
}
.news .carousel .carousel-inner .item {
  height: 312px;
}
.news .carousel .carousel-inner .item img {
  width: 100%;
  height: 100%;
}
.news .newsTab .tab-content ul {
  padding-left: 0;
  list-style: none;
}
.news .newsTab .tab-content ul li {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #e5e5e5;
}
.news .newsTab .tab-content ul li .glyphicon {
  font-size: 12px;
}
@media all and (min-width: 320px) and (max-width: 991px) {
  .news .newsTab .tab-content ul li .glyphicon {
    display: none;
  }
}
.news .newsTab .tab-content ul li a {
  display: inline-block;
  width: 260px;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
@media all and (min-width: 375px) and (max-width: 767px) {
  .news .newsTab .tab-content ul li a {
    width: 270px;
    font-size: 12px;
  }
}
@media all and (min-width: 320px) and (max-width: 374px) {
  .news .newsTab .tab-content ul li a {
    width: 218px;
    font-size: 12px;
  }
}
.news .newsTab .tab-content ul li time {
  color: #999;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .news .newsTab .tab-content ul li time {
    font-size: 12px;
  }
}
/*tab样式*/
#myTab {
  margin-top: 50px;
  border: none;
}
@media all and (min-width: 320px) and (max-width: 991px) {
  #myTab {
    margin-top: 20px;
  }
}
#myTab li {
  height: 120px;
  text-align: center;
}
@media all and (min-width: 320px) and (max-width: 991px) {
  #myTab li {
    height: auto;
  }
}
#myTab li.active a {
  color: #fff;
  background-color: #155683;
}
#myTab li.active a .brand-icon {
  background-position: 0 -65px;
}
#myTab li.active a .patent-icon {
  background-position: -71px -65px;
}
#myTab li.active a .copyright-icon {
  background-position: -135px -66px;
}
#myTab li.active a .enterprise-icon {
  background-position: -202px -66px;
}
#myTab li.active .glyphicon-triangle-bottom {
  display: block;
}
#myTab li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #000;
  border: none;
  border-bottom: 2px solid #ccc;
  background-color: #eee;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #myTab li a {
    height: 60px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    background: none;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) {
  #myTab li a {
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: none;
  }
}
#myTab li a .brand-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: url("../images/baseIcon.png") no-repeat;
  background-size: 320px 191px;
  background-position: 0 2px;
}
#myTab li a .patent-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: url("../images/baseIcon.png") no-repeat;
  background-size: 320px 191px;
  background-position: 0 2px;
  background-size: 328px 191px;
  background-position: -71px 2px;
}
#myTab li a .copyright-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: url("../images/baseIcon.png") no-repeat;
  background-size: 320px 191px;
  background-position: 0 2px;
  background-size: 325px 192px;
  background-position: -135px 2px;
}
#myTab li a .enterprise-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: url("../images/baseIcon.png") no-repeat;
  background-size: 320px 191px;
  background-position: 0 2px;
  background-size: 328px 192px;
  background-position: -202px 2px;
}
#myTab li .glyphicon-triangle-bottom {
  display: none;
}
#myTabContent {
  margin-top: 48px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #myTabContent {
    margin-top: 16px;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) {
  #myTabContent {
    margin-top: 10px;
  }
}
#myTabContent .tab-pane {
  padding: 20px 0;
  background-color: #f9f9f9;
}
#myTabContent .tab-pane .goods-list a {
  display: inline-block;
  padding: 15px;
  color: #666;
}
#myTabContent .tab-pane .goods-list a:hover {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-decoration: none;
  color: #a3c31d;
}
/*team样式*/
.team {
  padding-bottom: 15px;
  border: 1px solid #f2f2f2;
  border-top: none;
  background-color: #fcfcfc;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .team .team-show .team-title {
    margin: 0;
    font-size: 20px;
  }
}
.team .team-show .team-des {
  line-height: 2em;
  color: #666;
  text-indent: 2em;
}
.team .team-show .team-des:first-child {
  margin-top: 40px;
}
.team .team-allPic {
  height: 700px;
  margin-top: 60px;
  background: url("../images/team-bg.jpg") no-repeat center;
}
@media all and (min-width: 320px) and (max-width: 991px) {
  .team .team-allPic {
    height: auto;
    margin-bottom: 20px;
    background: none;
  }
}
.team .team-allPic .single {
  padding-top: 76px;
}
.team .team-allPic .single [class^="col-md-"] {
  padding: 0 5px;
}
.team .team-allPic .single [class^="col-md-"]:nth-of-type(1) {
  margin-top: 90px;
}
.team .team-allPic .single [class^="col-md-"]:nth-of-type(2) {
  margin-top: 30px;
}
.team .team-allPic .single [class^="col-md-"]:nth-of-type(3) {
  margin-top: 70px;
}
.team .team-allPic .single [class^="col-md-"]:nth-of-type(4) {
  margin-top: -10px;
}
.team .team-allPic .single [class^="col-md-"]:nth-of-type(5) {
  margin-top: 120px;
}
.team .team-allPic .single [class^="col-md-"]:nth-of-type(6) {
  margin-top: 40px;
}
.team .team-allPic .group {
  margin-top: 60px;
}
.team .team-allPic .group [class^="col-md-"]:nth-of-type(1) {
  margin-top: 30px;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .team .team-allPic .group [class^="col-md-"]:nth-of-type(2) img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.team .team-allPic .group [class^="col-md-"]:nth-of-type(3) {
  margin-top: 40px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .team .team-allPic .group [class^="col-md-"]:nth-of-type(3) {
    margin-top: 0;
  }
}
.team .team-allPic .group [class^="col-md-"]:hover img {
  transform: scale(1.1);
}
.team .team-allPic .group [class^="col-md-"] img {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.team .team-more {
  width: 250px;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
}
@media all and (min-width: 320px) and (max-width: 991px) {
  .team .team-more {
    width: 100%;
    height: 34px;
    background-color: #8a97a0;
    border-radius: 4px;
  }
}
.team .team-more a {
  color: #626467;
}
.team .team-more:hover {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background-color: #888;
}
.team .team-more:hover a {
  color: #fff;
}
.team .team-more a {
  display: block;
  border-radius: 50px;
  text-decoration: none;
}
@media all and (min-width: 320px) and (max-width: 991px) {
  .team .team-more a {
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #fff;
  }
}
/*partner 样式*/
.partner {
  padding: 60px 0;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .partner {
    padding: 30px 0;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .partner h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.partner img {
  margin: 0 auto;
}
/*about样式*/
.about {
  height: 560px;
  margin-top: 40px;
  background: url("../images/about-bg.jpg") no-repeat center;
  overflow: hidden;
}
@media all and (min-width: 414px) and (max-width: 991px) {
  .about {
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 320px) and (max-width: 413px) {
  .about {
    height: 390px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.about h2 {
  margin-top: 100px;
  font-weight: bold;
  font-size: 45px;
  color: #fff;
}
@media all and (min-width: 320px) and (max-width: 991px) {
  .about h2 {
    font-size: 20px;
    margin-top: 50px;
  }
}
.about p {
  margin-bottom: 125px;
  line-height: 2em;
  font-size: 16px;
  text-align: center;
  color: #c7c7c7;
}
@media all and (min-width: 320px) and (max-width: 991px) {
  .about p {
    margin-bottom: 50px;
    font-size: 12px;
  }
}
.about h3 {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.about h3 span {
  padding: 0 20px;
}
@media all and (min-width: 320px) and (max-width: 991px) {
  .about h3 span {
    padding: 0 16px;
  }
}
@media all and (min-width: 320px) and (max-width: 991px) {
  .about h3 {
    font-size: 18px;
  }
}
.about .about-more a {
  display: block;
  width: 216px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .about .about-more a {
    width: 168px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.about .about-more a:hover {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-decoration: none;
  color: #060001;
  background-color: #fff;
}
