.plant-mod{
	background-color:#fff;
}
.plant-mod > div{
	padding:0;
}
.carousel-indicators{
	left: auto;
    right: 15px;
    bottom: 2%;
    width: auto;
    text-align: right;
    margin: 0;
}
.carousel-indicators li{
	background-color:#fff;
	width:8px;
	height:8px;
}
.carousel-indicators li.active{
	background-color:#f31915;
	border-color:#f31915;
	width:8px;
	height:8px;
	margin:1px;
}
.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5%;
    text-align: left;
    font-size: 18px;
    color: #fff;
}
.hotNews-Box{
	margin:15px 20px;
}
.hotNews li{
	border-top:solid 1px #e7e7e7;
	font-size:18px;
	line-height:30px;
	font-weight:700;
}
.hotNews li a{
	color:#000;
	padding:10px 0;
	display:inline-block;
}
.hotNews li a:hover{
	text-decoration:none;
	color:#f31915;
}
.hotNews li:first-child{
	border-top:0;
}
.contentBox{
	background: rgba(255, 255, 255, 0.7);
	margin:20px 0;
}
.contentBox >div{
  padding:25px 0 25px 20px;
}
.comBox{
	margin:0 0 15px 0;
}
@media (max-width: 767px){
  .carousel-caption{
  	font-size:16px;
  	line-height:24px;
  }
  .hotNews li{
  	font-size:16px;
  	line-height:26px;
  }
}
@media (max-width: 991px){
  .hotNews-Box{
	margin:5px 0;
  }
  .contentBox >div{
  	padding:0;
  }
}
@media (min-width: 992px){
  .carousel-inner>.item>a>img, 
  .carousel-inner>.item>img {
    height:440px;
    width: 759px;
 }
}

.newMedium{
	margin:20px auto;
	text-align:center;
}
.newMedium img{
	width: 118px;
	height: 118px;
}
.codetype{
	width:120px;
	height:120px;
	border:solid 1px #ffe3e3;
	border-radius:3px;
	text-align:center;
	display:block;
    margin:0 auto;
}
.newMed-name{
	color:#666;
    margin:10px 0;
}
.our-client-item{
	text-align:center;
	margin:0 0 30px 0;
}
.our-client-bd a{
	display:inline-block;
	border:solid 1px #e3e3e3;
	margin:6px;

}
.our-client-bd a img{
	border:0;
    width: 160px;
    height: : 70px;
}


.listBox{
	background:rgba(255, 255, 255, 0.7);
	padding:30px;
}
.detContainer{
   background:rgba(255, 255, 255, 0.7);
   padding:30px;
}
.detHeader{
  text-align:center;
  border-bottom:solid 1px #ddd;
}
.at-title{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 25px 0;
    text-align:center;
    line-height:36px;
}
.detHeader p{
	color:#999;
}
.contentDetail{
	padding:15px 0;
}
.contentDetail p{
	font-size:16px;
	line-height:30px;
	color:#666;
	margin:15px 0;
}
.picType{
   text-align:center;
}
.picType img{
	max-width:100%;
	height:auto;
}

@media (max-width: 767px){
	.our-client-bd a img{
		height:60px;
	}
	.listBox,
	.detContainer{
		padding:15px;
	   }
	 .contentDetail p{
       font-size:14px;
       line-height:28px;
	 }
	 .at-title{
	 	font-size:20px;
	 	line-height:32px;
	 }
}