/* 重写container样式开始 */
.container {
	/*padding-right: 10px;*/
	/*padding-left: 10px;*/
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1370px;
	}
}
/* 重写container样式结束 */

/* 轮播图样式设置
-------------------------------------------------- */
#myCarousel{

}
#myCarousel .item{
    background: no-repeat center center;
    -webkit-background-size: cover;
	background-size: cover;
}
@media screen and (min-width:768px) {
    #myCarousel > .carousel-inner >  .item > picture img{
        height: 450px;
    }
}
#myCarousel > .carousel-inner > .item > picture img{
    width: 100%;
}

.carousel-control{
    opacity: -0.1;
}

/* 方案列表两行三列
-------------------------------------------------- */
#hot_products{
    margin-top: 10px;
    margin-bottom: 10px;
    /*border: 5px solid red;*/
}
#hot_products .row{
    /*border: 5px solid black;*/
}
#hot_products .col-md-4 {
    margin-top: 10px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /*border: 1px solid red;*/
}
#hot_products  .thumbnail{
    /*width: 25%;*/
    border-radius: 10px;
    border-style: None;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px auto;
}
#hot_products  .thumbnail .caption{
    background-color: rgb(70,85,95);
    color: #fff;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0px;
}
#hot_products .thumbnail img{
    padding: 0px;
    margin: 0px;
    width:100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#hot_products h2 {
  font-weight: normal;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 20px;
}

#hot_products p{
  margin: 20px  5px;
}
/*-------------------------------------------------- */
/*-----------------关于我们样式----------------------*/
#eg_about{
    /*background-color: rgb(227,229,231);*/
    border-radius: 10px;
    /*border: 5px solid rebeccapurple;*/
    padding: 0px;
    margin-top: 15px;
}

#eg_about h2{
    margin-left: 15px;
    margin-top: 10px;
}
#eg_about p{
    margin-left: 15px;
    margin-top: 10px;
    text-indent: 2em;
}
#eg_about .lead{
    margin-bottom: 10px;
}
#eg_about a{
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}
#eg_about .row{
padding-left: 0px;


}

#eg_about .col-md-7{
    padding-left: 0px;

}
#eg_about .col-md-5{
    /*border: 1px solid gold;*/


    padding-right: 10px;
}
#eg_about img{
    padding-right: 4px;
    border-radius: 10px;

}
/*-----------------关于我们样式----------------------*/
