@CHARSET "UTF-8";

.container {
  padding: 0;
}

#myCarousel {
  margin: 50px 0 0 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

/*tab1开始*/
.tab1 {
  margin: 53px 0 53px 0;
}

.tab2 .title, .tab3 .title, .tab4 .title, .tab5 .title {
  width: 100%;
  text-align: center;
}

.tab2 .container, .tab3 .container, .tab4 .container, .tab5 .container {
  width: 66%;
}

.tab2 .about_us p{
  text-indent: 32px;
}

.tab2 .about_us p,.tab4 .about_us p{
  padding: 50px 0 160px;
}

.tab3 .about_us p{
  padding: 50px 0 0;
}

.team-img img{
  margin: 50px 0 50px;
}

.tab2 .about_us p,.tab3 .about_us p,.tab4 .about_us p,.tab5 .about_us p{
  font-size: 16px;
  color: #6c6c6c;
  line-height: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.tab5 .zl{
  padding: 50px 0;
}

.tab5 .zl h5{
  font-weight: bold;
  padding-bottom: 10px;
}

.tab5 li{
  padding: 8px 0;
}

.banner-one {
  height: 250px;
  background: url("../img/about/banner-02.png");
  margin-bottom: 50px;
}

.banner-two {
  margin-top: 35px;
  height: 250px;
  background: url("../img/about/banner-03.png") no-repeat 0 -562px;
}

.tab4 {
  padding-top: 50px;
  background-color: #EEEEEE;
}

.tab4 .title h5 {
  padding: 20px 0 50px;
}

.tab4 .work-contents:first-child {
  padding: 0;

}

.tab4 .work-contents {
  padding: 0;
  border-right: 1px solid #E5E5E5;
}
/*.tab4 .work-contents:first-child {*/
  /*border-bottom: 1px solid #E5E5E5;*/
/*}*/
.tab4 .work-content {
  background-color: #fff;
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}



.tab4 .carousel-indicators {
  position: static;
  left: 0;
  width: 100%;
  margin: 10px 0 10px 0;
  text-align: center;
}

.tab4 .work-content {
  background-color: #fff;
  border-left: 1px solid #E5E5E5;
}

.work-content img {
  max-width: 100%;
  max-height: 100%;
}

.tab4 .work-content {
  text-align: center;
  line-height: 81px;
  height: 85px;
}

.tab4 .carousel-indicators {
  position: static;
  left: 0;
  width: 100%;
  margin: 10px 0 10px 0;
  text-align: center;
}

.tab4 .carousel-indicators .active {
  background-color: #2EA3F9;
}

.tab4 .carousel-indicators li {
  background-color: #fff;
}

.tab5 .title{
  padding-top: 50px;
}

.tab5 .sd-img{
  cursor: pointer;
}

/* 小屏幕（平板，大于等于768px） */
@media (max-width: 767px) {

}