/*Production strength页面样式*/

/*大图样式开始*/
.probg {
	margin-top: 20px;
	width: 100%;
	background: url(../img/slideup/5.jpg) no-repeat;
	background-attachment: fixed;
	height: 420px;
}

.probg h2 {
	margin: 0;
	padding-top: 150px;
	font-size: 50px;
	font-weight: 100;
	color: white;
}

.probg p {
	margin-top: 20px;
	font-size: 25px;
	color: white;
}

/*大图样式结束*/

/*内容块样式开始*/

.my_detail_size a:hover {
	color: rebeccapurple;
	outline: none;
	text-decoration: none;
}
.img-responsive{
	width: 100% \9;   /*IE8-10兼容*/
}
/*模态框样式开始*/

.modal-bg {
	background: rgba(0, 0, 0, .6);
}

.close-bg {
	color: white;
}


.modal-dialog{
	width:100%;
	margin: 0 auto;
	}  
.modal-dialog div {
	/*margin-top: 225px;*/
	text-align: center;
}
.modal-dialog div img{
	width: 60%;
}

/*模态框样式结束*/

/*内容区样式结束*/

@media (min-width: 1200px) {
	/*.modal-dialog div {
	margin-top: 200px;
}*/
	.modal-dialog div img{
	width: 40%;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.probg {
		height: 380px;
	}
	.probg h2 {
		padding-top: 135px;
		font-size: 40px;
	}
	.probg p {
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.probg {
		height: 330px;
	}
	.probg h2 {
		padding-top: 120px;
		font-size: 30px;
	}
	.probg p {
		font-size: 18px;
	}
	/*.modal-dialog div {
	margin-top: 250px;
}*/
}

@media (max-width: 768px) {
	.probg {
		height: 250px;
	}
	.probg h2 {
		padding-top: 95px;
		font-size: 22px;
	}
	.probg p {
		font-size: 16px;
	}
	.position_top_fill {
		padding-top: 10px;
	}
	.modal-dialog div img{
	width: 80%;
}
}