.header .navbar-form img{
  margin: 0;
}
.page-h1{
	font-size: 30px;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 6px;
	line-height: 40px;
}
.page-date{
	font-size: 12px;
	color: #999999;
}
.page-date span{
	margin-right: 10px;
}
.page-mian{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	padding: 12px;
	background: #e5e5e5;
	margin: 10px 0;
}
.page-banner{
	margin-top: 20px;
}
.page-con{
	margin: 26px 0;
}
.page-con p{
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.page-h2{
	font-size: 24px;
	color: #333333;
	margin-top: 50px;
	
}
.page-h2 span{
	display: inline-block;
	border-bottom: 1px solid #666666;
	padding-bottom: 15px;
	padding-right: 10px;
}
.page-back{
	display: block;
	font-size: 14px;
	color: #f65711;
	font-style: italic;
	margin: 14px 0;
}
.page-imp{
	color: #cc3333;
	font-weight: bold;
}
/*.container img{
	display: block;
	margin: 20px auto;
}*/
.page-bottom > img{
	margin:20px auto;
}
.page-nav-right{
	background-color: #fff;
	padding-left: 34px;
	box-shadow: 0 6px 5px #e3e3e3;
	padding-top: 30px;
	padding-bottom: 50px;
	background-image: url(../img/page-img3.png); 
	background-position: 0 80px;
	background-repeat: no-repeat;
}
.page-nav-right h2{
	font-size: 22px;
	color: #333333;
	margin-bottom: 20px;
}
.page-line{
	width: 55px;
	height: 1px;
	background: #dd1f2b;
}
.page-nav{
	padding-top: 75px;
}
.page-nav h4{
	color: #666666;
	font-weight: normal;
	margin-bottom: 10px;
}
.page-nav h4 span{
	padding-right: 6px;
	font-size: 20px;
	border-right: 2px solid #999999;
}
.page-nav h4 a{
	font-size: 16px;
	padding-left: 6px;
	color: #666666;
}
.page-img-con{
	margin-top: 40px;
}
/*联系我们*/
.contact-my{width: 100%;max-width:1135px;margin:0 auto;background-color: #fff;height: 150px;margin-top: 36px; margin-bottom: 36px;border:2px solid #f65711;}
.contact-my p{text-align: center;font-size: 14px;line-height: 30px;color: #666;padding-top: 20px;margin-bottom: 20px;}
.contact-my .contact_bottom{width: 50%;margin: 0 auto;padding-bottom: 26px;margin-top: -3px;margin-left: 25%;}
.contact-my .contact_bottom div{height: auto;}
.contact-my .contact_bottom img{padding-right: 4px;display: inline-block;}
.contact-my .contact_bottom button{ width: auto;  background: -webkit-linear-gradient(top, #f6f6f6, #cfcfcf); background: -o-linear-gradient(top, #f6f6f6, #cfcfcf); background: -moz-linear-gradient(top, #f6f6f6, #cfcfcf); background: linear-gradient(top, #f6f6f6, #cfcfcf);font-size: 14px; color: #333;border-radius: 8px;border: 0px;box-shadow: 1px 2px 8px #555555;float: left;margin-right: 15px;height: 40px;border-bottom: 4px solid #949494;width: 30%;}
.contact-my .contact_bottom .contact_bottom_button1{background: -webkit-linear-gradient(top, #fa753c, #d61f2b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, #ed0c1b, #d61f2b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, #ed0c1b, #d61f2b); /* Firefox 3.6 - 15 */
  background: linear-gradient(top, #ed0c1b, #d61f2b);color: #fafafa;border-bottom: 4px solid rgb(126, 2, 11);}
.contact-my .phone_contact{margin-bottom: 10px;}
.phone_contact{display: block;}
.pro-table table tr td{
	vertical-align: middle !important;
  text-align: center;
}
@media screen and (max-width: 991px) {
	.header h1{margin-right:0;}

	.page-h1{
		font-size: 24px;	
	}
	.page-h1{width:100%;}
    .page-nav-right{
    	background: none;
    	margin-bottom: 30px;
    	padding-bottom: 30px;
    }
    .page-nav{
    	padding-top: 30px;
		}
	.page-bottom img{
		width:100%;
	}	
	.page-con iframe{
    width:100%;
  }
}
@media screen and (max-width: 767px) {
	.page-h1{width:100%;}
	.contact-my{height: 104px;margin-top: 20px;margin-bottom: 20px;}
  .contact-my .contact_bottom{width: 100%;margin-left: 2%;margin-top: 30px;}
  .contact-my .contact_bottom img{display: none;}
	.contact-my .contact_bottom button{margin-right: 7px;padding:10px; line-height: 18px;}
	.contact-my p{
		display: none;
	}
	.page-Mybox img{width:100%;}
	.contact-my .contact_bottom button{width:25%;}
}