.contact .part{ margin: 10px;}
	.contact .part:after{ content: '.'; display: block; clear: both; height: 0; overflow: hidden;}
	.contact .part .photo{ float: left; width: 80px; height: 80px; border-radius: 12px; overflow: hidden;}
	.contact .part .info{ margin-left: 90px;}
		.contact .part li{ padding:2px 0; border: 0; font-size: 0.12rem;}
		.contact .part .info span{ color: #ccc;}
/*二级容器*/

.content_box{

	margin-top: 30px;

}

/*二级标题*/

.erji_title .col-xs-12 h1{

	background-color: #006bb3;

	margin: 0px auto;

	height: 40px;

	line-height: 40px;

	padding-left: 12px;

	font-size: 20px;

	color: #FFFFFF;

	border: 1px solid #e5e5e5;

	border-bottom: none;

}

.erji_title .col-xs-12 h1 a{

	display: block;

	font-size: 16px;

	color: #FFFFFF;

	line-height: 40px;

}

/*二级_关于我们页面*/

.content{

	border-left:  1px solid #e5e5e5;

	border-right:  1px solid #e5e5e5;

	border-bottom:  1px solid #e5e5e5;

}

.erji_gywm p{

	font-size: 14px;

	color: #333333;

	line-height: 24px;

	margin-top: 20px;

}

.erji_gywm img{

	display: block;

	margin: 20px auto;

	width: 100%;

	max-width: 550px;

}



.gywm_small_box{

	width: 100%;

	margin: 20px auto;

	position: relative;

}

.gywm_small_box > img{

	width: 100%;

}

.gywm_small_box a{

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	background-color: rgba(0,0,0,0.5);

	text-align: center;

	font-size: 16px;

	color: #FFFFFF;

	text-align: center;

	padding-top: 20%;

}

@media only screen and (max-width: 540px) {

	.gywm_small_box a{

		padding-top: 15%;

	}

}

.gywm_small_box a:hover{

	color: #FFFFFF;

	text-decoration: none;

}

.gywm_zycp h2{

	font-size: 18px;

	font-weight: bold;

	color: #333333;

}

.gywm_zycp p{

	font-size: 14px;

	color: #333333;

	line-height: 24px;

	margin-bottom: 0px;

}

.gywm_bottom{

	margin-bottom: 10px;

	position: relative;

}

.gywm_bottom img{

	width: 100%;

}

.gywm_bottom p{

	position: absolute;

	left: 0;

	top: 0;

	width: 50%;

	color: #FFFFFF;

	font-size: 14px;

	margin-top:70px;

	margin-left: 20px;

}

@media only screen and (max-width: 670px) {

	.gywm_bottom p{

		margin-top: 50px;

	}

}

@media only screen and (max-width: 600px) {

	.gywm_bottom p{

		margin-top: 20px;

	}

}

@media only screen and (max-width: 500px) {

	.gywm_bottom p{

		margin-top: 10px;

	}

}

@media only screen and (max-width: 460px) {

	.gywm_bottom p{

		width: 100%;

		margin-top: 30px;

		margin-left: 0px;

		padding: 0px 10px;

	}

}

@media only screen and (max-width: 440px) {

	.gywm_bottom p{

		margin-top: 20px;

	}

}

@media only screen and (max-width: 400px) {

	.gywm_bottom p{

		margin-top: 10px;

	}

}

@media only screen and (max-width: 380px) {

	.gywm_bottom p{

		margin-top: 20px;

		font-size: 12px;

		background-color: rgba(0,0,0,0.4);

	}

}

/*二级_联系我们页面*/

.contactus{

	font-size: 14px;

	margin-top: 15px;

	margin-bottom: 15px;

	color: #333333;

	line-height: 24px;

}

#contact_form{

	max-width: 400px;

	margin: 20px auto 60px;

	text-align: center;

}

#contact_form input{

	width: 100%;

	height: 42px;

	padding-left: 10px;

	margin-bottom: 10px;

	border: 1px solid #e5e5e5;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

}

#contact_form input:nth-child(3){

	width: 100%;

}

#contact_form textarea{

	border: 1px solid #e5e5e5;

	padding-left: 10px;

	padding-top: 10px;

	width: 100%;

	font-family: arial;

	height: 96px;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

}

#contact_form button{

	width: 110px;

	height: 36px;

	background-color: #222222;

	color: #FFFFFF;

	margin: 10px 10px 0px 10px;

	border: none;

}

/*二级_新闻列表页面*/

.news_list{

	width: 100%;

	margin-top: 10px;

}

.news_list li{

	width: 100%;

	padding-left: 10px;

	background: url(http://wap.huabaoyiyong.com/statics/images/huabao/hyzx_dian.png) no-repeat 0px center;

	border-bottom: 1px dashed #E5E5E5;

}

.news_list li a{

	float: left;

	width: 70%;

	font-size: 14px;

	color: #333333;

	line-height: 40px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.news_list li span{

	float: right;

	font-size: 14px;

	color: #333333;

	line-height: 40px;

}

@media only screen and (max-width: 390px) {

	.news_list li a{

		width: 60%;

	}

}

/*翻页*/

/*turn page*/

#turn_page{

	margin-top: 20px;

	margin-bottom: 20px;

	text-align:center; 

	height:35px; 

	line-height:35px; 

	clear:both;

}

#turn_page span{

	border:1px #cecece solid; 

	display:inline-block; 

	*display:inline; 

	*zoom:1; 

	font-size:14px; 

	height:33px; 

	line-height:33px; 

	overflow:hidden; 

	background:#fff; 

	vertical-align:top; 

	margin:0 4px; 

	border-radius:4px; 

	-ms-border-radius:4px; 

	-moz-border-radius:4px; 

	-webkit-border-radius:4px;

}

#turn_page span em{

	width:7px; 

	height:12px; 

	display:inline-block; 

	vertical-align:middle; 

	margin-top:-2px;

}

#turn_page font, #turn_page a{

	width:32px; 

	height:33px; 

	display:block; 

	text-align:center; 

	text-decoration:none;

}

#turn_page .page_item_current{

	background:#333; 

	color:#fff; 

	cursor:default;

}

#turn_page .page_button, #turn_page .page_noclick{

	width:auto; 

	padding:0 12px;

}

#turn_page .page_noclick{

	cursor:no-drop;

}

#turn_page .icon_page_prev{

	background:url(http://wap.huabaoyiyong.com/statics/images/huabao/normal.png) no-repeat -391px -24px; 

	margin-right:6px;

}

#turn_page .icon_page_next{

	background:url(http://wap.huabaoyiyong.com/statics/images/huabao/normal.png) no-repeat -408px -24px; 

	margin-left:6px;

}

/*二级_新闻内容页面*/

.neirongye{

	width: 100%;

}

.neirongye h3{

	width: 100%;

	font-size: 16px;

	color: #006bb3;

	text-align: center;

	font-weight: bold;

	margin-top: 20px;

	margin-bottom: 10px;

	line-height: 26px;

}

.neirongye span{

	display: block;

	width: 100%;

	text-align: center;

	font-size: 12px;

	color: #999999;

	line-height: 26px;

}

.neirongye span i{

	font-style: normal;

	margin: 0 5px;

}

.neirongye_text{

	margin: 10px auto;

	border-top: 1px dashed #E5E5E5;

	padding-top: 10px; 

}

.neirongye_text img{

	max-width: 100%;

	margin: 0 auto;

}

/*翻页*/

.fanye{

	width: 100%;

	margin: 20px auto 0px auto;

	border-top: 1px dashed #929292;

	padding-top: 20px;

	padding-bottom: 20px;

	font-size: 14px;

}

.fanye a{

	line-height: 24px;

	color: #333333;

	font-size: 14px;

}

.fanye a.fanye_none{

	cursor:  no-drop;

}

/*二级_产品/证书页面*/

.product_erji .col-xs-12{

	padding-left: 10px;

	padding-right: 0px;

}

.content .col-xs-6{

	padding-left: 0px;

	padding-right: 10px;

	margin-top: 10px;

	margin-bottom: 0px;

}

.pro_box_erji{

	width: 100%;

}

.pro_box_erji .pro_img_box{

	width: 100%;

	height: 100%;

	background-color: #eeeeee;

	position: relative;

	overflow: hidden;

	text-align: center;

	vertical-align: middle;

	padding: 1px;

}

.pro_box_erji .pro_img_box .pro_img_erji{

	width: 100%;

}

.pro_box_erji .pro_img_box .fangda{

	position: absolute;

	right: 5px;

	bottom: 5px;

	z-index: 100;

}

@media only screen and (max-width: 400px) {

	.pro_box_erji .pro_img_box .fangda{

		width: 20px;

		height: 20px;

	}

}

.pro_box_erji a p{

	font-size: 14px;

	color: #333333;

	line-height: 30px;

	text-align: center;

	margin-bottom: 0px;

}

/*二级_产品/证书内容页*/

#d_products{

	width: 100%;

}

#d_products .dt .dtl .bigimg{ 

	width:290px; 

	border:1px solid #e5ebea; 

	position:relative;

	margin: 20px auto;

}

#d_products .MagicZoom{

	display:block; 

	margin:0 auto;

}

#d_products .MagicZoom img{

	width: 100%;

	border:0 !important; 

	padding:0 !important; 

	margin:0 !important;

}

#d_products .MagicZoomBigImageCont{

	border:1px solid #999;

}

#d_products .MagicZoomHeader{

	font-size:8pt !important; 

	line-height:normal !important; 

	color:#fff; 

	background:#666; 

	text-align:center !important;

}

#d_products .MagicZoomPup{

	border:1px solid #ccc; 

	background:#fff; 

	cursor:move;

}

#d_products .MagicZoomLoading{

	border:1px solid #ddd; 

	background:#fff url(/static/images/global/loading.gif) no-repeat 2px 50%; 

	padding:4px 4px 4px 24px !important; 

	margin:0; 

	text-decoration:none; 

	text-align:left; 

	font-size:8pt; 

	font-family:sans-serif; 

	color:#444;

}

#d_products #zoom-big{

	position:absolute; 

	top:0; 

	left:101%;

}

#d_products #zoom-big img{

	max-width:none; 

	max-height:none;

}

#d_products .small_nor{

	width: 283px;

	margin: 20px auto;

}

#d_products .small_nor .small_l{ 

	width:32px; 

	height:32px; 

	display:block; 

	background:url(http://wap.huabaoyiyong.com/statics/images/huabao/small_l.jpg) no-repeat; 

	margin-right:5px; 

	margin-top:17px;

}

#d_products .small_nor .small_r{ 

	width:32px; 

	height:32px; 

	display:block; 

	background:url(http://wap.huabaoyiyong.com/statics/images/huabao/small_r.jpg) no-repeat; 

	margin-top:17px;

}

#d_products .small_nor .small_m{ 

	width:219px; 

	height:66px; 

	position:relative; 

	overflow:hidden;

}

#d_products .small_nor .small_m .small_ab{

	 width:1000px; 

	 height:66px; 

	 position:absolute; 

	 left:0; 

	 top:0;

}

#d_products .small_nor .small_m .small_ab li{ 

	width:64px; 

	height:64px; 

	border:1px solid #e5ebea; 

	margin-right:5px; 

	float:left; 

	text-align:center;

}

#d_products .small_nor .small_m .small_ab li a{

	display: block;

	width: 62px;

	height: 62px;

	line-height: 62px;

}

#d_products .small_nor .small_m .small_ab img{ 

	width: 100%;

	vertical-align:middle;

	display: inline-block;

}

#d_products .small_nor .small_m .small_ab span{ 

	height:100%; 

	display:inline-block; 

	vertical-align:middle;

}

#d_products .small_nor .small_m .small_ab .cur{ 

	border:1px solid #555;

}

.p_products{

	width: 100%;

	margin-top: 30px;

	

}

.p_products h2{

	font-size: 18px;

	color: #006bb3;

	line-height: 18px;

	margin: 10px;

}

.p_products h2.p_products_title{

	border-bottom: 1px dashed #CCCCCC;

	padding-bottom: 10px;

}

.p_products p{

	font-size: 14px;

	color: #333333;

	line-height: 24px;

	margin-bottom: 20px;

	padding-left: 10px;

}

/*证书详情页*/

.zhengshu{

	text-align: center;

}

.zhengshu img{

	margin: 10px auto;

}

.zhengshu p{

	font-size: 14px;

	color: #333333;

	line-height: 30px;

}

