#main-product .crumbs{width:100%;height:30px;margin-bottom:30px;border-bottom:1px solid #999a9a;background:url("../images/about/crumbs_bg.jpg") no-repeat left 5px;}
#main-product .crumbs .crumbsspan{margin-left:15px;}
#main-product .crumbs a{color:#000;}
#main-product .crumbs span.last{color:#d7000f;}
#main-product .list{width:100%;height:auto;margin-bottom:100px;}
#main-product .list.col-xs-12,#main-product .list.col-sm-12,#main-product .list.col-md-12,#main-product .list.col-lg-12{padding:0;}
#main-product .list{
    padding-bottom: 70px;
}
#main-product .list.col-xs-12,#main-product .list.col-sm-12,#main-product .list.col-md-12{padding:0;}
#main-product .productcon.col-xs-12,#main-product .list.col-sm-9,#main-product .list.col-md-10,#main-product .list.col-lg-10{padding:0;}
#main-product .protext.col-xs-12,#main-product .protext.col-sm-12,#main-product .protext.col-md-12{padding:0;}
#main-product .protext .col-xs-12,#main-product .protext .col-md-12,#main-product .protext .col-md-6{padding-left:0px;}
#main-product .list .recent-work-wrap {
  position: relative;
}

#main-product .list .recent-work-wrap img{
  width: 100%;
}

#main-product .list .recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

#main-product .list .recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

#main-product .list .recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

#main-product .list .recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

#main-product .list .recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

#main-product .list .recent-work-wrap:hover .overlay {
  opacity: 0.8;
}

#main-product .list .btitle{width:100%;height:40px;line-height:30px;text-align:center;color:#000;}
#main-product .list .btitle a{color:#000;}
#main-product .list .btitle a:hover{color:#d80011;}
#main-product .list .protext {position:relative;overflow:hidden;padding-bottom:20px;border-bottom:1px dashed #dadada;}
#main-product .list .protext .more{color:#d80011;}
#main-product .list .protext .more:hover{color:#999;}
#main-product .list .suoyin {margin-top:20px;}
#main-product .list .suoyin li{ background: url("../images/pro_link_26.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);line-height: 26px;padding-left: 15px;font-size: 14px;margin-bottom:5px;}
#main-product .list .suoyin.col-xs-12,#main-product .list .suoyin.col-md-12{padding-left:0px;} 
#main-product .list .suoyin li a{color:#d80011;}
#main-product .list .suoyin li a:hover{color:#999;}

#main-product #productd .carousel-inner .active{display:block;}
#main-product #productd .carousel-inner img{width:100%;}
#main-product .carousel-inner{height:1389px;}
#main-product .carousel-inner.listcar{height:248px;}
#productd {
  position: relative;
}

#productd .carousel .carousel-content {
  margin-top: 150px;
}

#productd .carousel .slide-margin{
  margin-top: 140px;
}

#productd .carousel h2 {
  color: #1a1a1a;
  /*background:rgba(255,255,255,0.7);*/
}

#productd .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#productd .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#productd .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: auto;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#productd .carousel .item:first-child {
  top: auto;
  position: relative;
}

#productd .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#productd .prev,
#productd .next {
  position: absolute;
  top: 50%;
  background-color: none;
  color: #000;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#productd .prev:hover,
#productd .next:hover {
  background-color: #c52d2f;
  color: #fff;
}

.protext #productd .prev,
.protext #productd .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

.protext #productd .prev:hover,
.protext #productd .next:hover {
  background-color: #000;
}

#productd .prev {
  left: 10px;
}

#productd .next {
  right: 10px;
}

#productd .carousel-indicators {
	bottom:-50px;
}
#productd .carousel-indicators.listcarol {
	bottom:5px;
}

#productd .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #aaa;
  border: 1px solid #aaa;
  margin: 0 15px 0 0;
  position: relative;
}

#productd .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #aaa;
  left: -3px;
  top: -3px;
}

#productd .carousel-indicators .active{
   width: 10px;
   height: 10px;
   background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#productd .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 997px;
  overflow: hidden;
  margin:0 auto;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 22%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
      margin: 0 auto;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  padding-left:0px!important;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}