@charset "gb2312";
/*控件---分页--------------------------------------------------*/
.ctrl_paging {
	width:100%;
	height: 76px;
	margin: auto;
	padding: 20px 0px;
	font-size: 12px;
	color: #C0C0C0;
	text-align: center;
	clear: both;
}
.ctrl_paging #pageCount {
	display: block;
	display:inline-block;  
    _display:inline;  
    *display:inline;  
    zoom:1; 
	height: 36px;
	line-height: 26px;
	margin: auto 2px;
	padding: 5px;
}
.ctrl_paging a {
	display: block;
	display:inline-block;  
    _display:inline;  
    *display:inline;  
    zoom:1; 
	min-width: 36px;
	height: 36px;
	margin: auto 2px;
	padding: 5px 10px;
	border: 1px solid #F0F0F0;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
	font-size: 14px;
	color: #C0C0C0;
	text-align: center;
	line-height: 24px;
}
.ctrl_paging a:hover {
	border: 1px solid #DF0000;
	color: #ff0000;
}
.ctrl_paging #Current {
	display: block;
	display:inline-block;  
    _display:inline;  
    *display:inline;  
    zoom:1; 
	min-width: 36px;
	height: 36px;
	padding: 5px;
	margin: auto 2px;
	border: 1px solid #DF0000;
	background-color: #DF0000;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
}
.ctrl_paging #First {
	background-image: url(../m_ctrls/paging/First.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl_paging #Previous {
	background-image: url(../m_ctrls/paging/Previous.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl_paging #Next {
	background-image: url(../m_ctrls/paging/Next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl_paging #Finally {
	background-image: url(../m_ctrls/paging/Finally.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/*控件---顶栏--------------------------------------------------*/
.ctrl_bar .head_bar {
	width: 100%;
	height: 50px;
	background-color: #2c1600;
	_POSITION: absolute;/*兼容IE6*/
	position: fixed;
	z-index: 666666;
	top: 0px;
	_TOP: 0px;
	left: 0px;
}
.head_bar .return {
	float: left;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url(../m_img/system_img/nav-btn-return.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.head_bar .page_logo {
	margin: 0px 60px;
	height: 50px;
	background-image: url(../m_img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.head_bar .home_logo {
	float: left;
	height: 50px;
	background-color: #6A3A06;
	border-right: 3px solid #FFF;
}
.head_bar .home_logo img {
	display: block;
	height: 100%;
}
/*控件---底栏-------------------------------------------------*/
.ctrl_bar .footer_bar {
	width: 100%;
	height: 50px;
	background-color: #2c1600;
	_POSITION: absolute;/*兼容IE6*/
	position: fixed;
	z-index: 666666;
	bottom: 0px;
	_TOP: expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight);
}
.ctrl_bar .footer_bar a {
	display: block;
	float: left;
	width: 20%;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 70%;
	line-height: 80px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
/*-----------------------------------菜单样式----------------------------------------*/
.ctrl_nav_btn {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 0px;
	top:0px;
	z-index: 999999;
	background-image: url(../m_img/system_img/nav-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl_nav_btn_return {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	right: 0px;
	top:0px;
	z-index: 999999;
	background-image: url(../m_img/system_img/nav-btn-return.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl_nav_btn_top {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	right: 15px;
	bottom:60px;
	z-index: 777777;
	border-radius: 5px;
	background-color: #333;
	background-image: url(../m_img/system_img/return-top-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl_nav {
	display: none;
	width: 100%;
	padding: 50px 0px;
	background-color: #1b1b1b;
	position: fixed;
	z-index: 888888;
}
.ctrl_nav > a {
	display: block;
	height: 40px;
	padding: 0px 30px;
	color: #ffffff;
	line-height: 39px;
	border-bottom: 1px solid #222;
	background-image: url(../m_img/system_img/icon_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
}
.ctrl_nav div {
	display: none;
	background-color: #1f1f1f;
}
.ctrl_nav div a {
	display: block;
	height: 40px;
	color: #BBB;
	padding: 0px 40px;
	line-height: 39px;
	border-bottom: 1px solid #222;
	background-image: url(../m_img/system_img/icon_list.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 30px;
}
/*-----------------------------------Banner样式----------------------------------------*/
.ctrl_banner {
	width:100%;
	position:relative;
	overflow: hidden;
}
.ctrl_banner_dummy {
	margin-top:100%;
}
.ctrl_banner_content {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom: 0;
}
/*-----------------------------------页脚样式----------------------------------------*/
.ctrl_footer {
	width:100%;
	margin-top: 10px;
	padding: 10px;
	border-top: 1px solid #DDD;
	text-align: center;
	line-height: 24px;
}
/*页面---文本类--------------------------------------------------*/
.text_plate {
	width: 100%;
	line-height: 24px;
	color: #666;
	text-align: justify;
}
.text_plate img {
	max-width: 100%;
}
.text_plate p, .text_plate div  {
	margin-bottom: 10px;
}
/*页面---新闻类--------------------------------------------------*/
.list_plate {
	width: 100%;
}
.list_plate_list {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 9px;
	margin-bottom: 10px;
}
.list_plate_img {
	float: left;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.list_plate_text {
	margin-left: 100px;
	height: 90px;
}
.list_plate_title {
	width: 100%;
	height: 24px;
	color: #000;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.list_plate_roundup {
	width: 100%;
	height: 66px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	/* 当多行对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 3;  
	-webkit-box-orient: vertical; 
}
/*页面---图片类--------------------------------------------------*/
.photo_plate {
	width: 100%;
}
@media all and (orientation : landscape) { 
/*横屏时*/
	.photo_plate_holder {
		float: left;
		width: 33.3%;
		padding: 10px;
	}
} 

@media all and (orientation : portrait){ 
/*竖屏时*/
	.photo_plate_holder {
		float: left;
		width: 50%;
		padding: 10px;
	}
}
.photo_plate_list {
	padding: 6px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 6px 0px #CCC;
	box-shadow: 0px 0px 6px 0px #CCC;
}
.photo_plate_img {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.photo_plate_title {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #EEE;
	text-align: center;
	line-height: 34px;
	color: #000;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.photo_plate_btn {
	width: 100%;
	height: 34px;
	padding: 5px 0px;
}
.photo_plate_btn .con_btn {
	display: block;
	float: left;
	width: 49%;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	background-color: #EEE;
	border-radius: 5px;
}
.photo_plate_btn .zoom_btn {
	display: block;
	float: right;
	width: 49%;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	background-color: #EEE;
	border-radius: 5px;
}
.photo_plate_download {
	width: 100%;
	height: 24px;
}
.photo_plate_download a {
	display: block;
	width: 100%;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	background-color: #FCC000;
	border-radius: 5px;
}
/*页面---城市选择--------------------------------------------------*/
.city_select {
	width: 100%;
}
.city_select_holder {
	
}
.city_select_current {
	width: 100%;
	padding: 0px 10px;
	color: #4646FF;
}
.city_select_option {
	float: left;
	width: 50%;
	height: 56px;
	padding: 10px;
}
.city_select_option select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 5px;
	border: 1px solid #EEE;
	line-height: 24px;
	color: #333;
	background-color: #f6f6f6;
	font-size: 14px;
}
.city_select_input {
	width: 100%;
	padding: 0px 10px;
}
.city_select_input input {
	display: block;
	width: 100%;
	height: 36px;
	padding: 10px;
	line-height: 16px;
	background-color: #FCC000;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
}
/*页面---产品系列类--------------------------------------------------*/
.category_plate {
	width: 100%;
}
.category_plate_holder {
	padding: 0px 10px;
}
.category_plate_breadcrumb {
	overflow: auto;
	margin-bottom: 10px;
}
.category_plate_breadcrumb a {
	display: block;
	float: left;
	line-height: 30px;
	color: #999;
}
.category_plate_breadcrumb a:last-child {
	color: #0088ff;
}
.category_plate_list {
	overflow: auto;
}
.category_plate_list a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px;
	margin: 0px 5px 5px 0px;
	line-height: 30px;
	color: #FFF;
	background-color: #6A3A06;
}
/*页面---信息反馈类--------------------------------------------------*/
.message_plate {
	width: 100%;
}
.message_plate_form {
	width: 100%;
}
.message_plate_head {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	background-color: #006f51;
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.message_plate_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
}
.message_plate_input {
	width: 100%;
	height: 40px;
}
.message_plate_input input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #EEE;
	line-height: 18px;
}
.message_plate_textarea {
	width: 100%;
	height: 72px;
}
.message_plate_textarea textarea {
	display: block;
	width: 100%;
	height: 72px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #EEE;
	line-height: 20px;
}
.message_plate_ctrls {
	width: 100%;
	height: 40px;
	margin-top: 10px;
}
.message_plate_ctrls input {
	display: block;
	float: left;
	width: 50%;
	height: 40px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #EEE;
	line-height: 18px;
	text-align: center;
}
.message_plate_ctrls span {
	display: block;
	float: left;
	padding: 6px 0px;
	width: 50%;
	height: 40px;
	background-color: #FFF;
}
.message_plate_ctrls span img {
	display: block;
	width: 112px;
	height: 28px;
	margin: auto;
}
.message_plate_btn {
	width: 100%;
	margin-top: 10px;
}
.message_plate_btn input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	background-color: #91b821;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #FFF;
}
.message_plate_prompt {
	display: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #E80000;
	text-align: center;
}

.message_plate_list {
	width: 100%;
}
.message_plate_list_holder {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #CCC;
}
.message_plate_list_text {
	display: block;
	float: left;
	width: 70%;
	height: 49px;
	line-height: 49px;
	color: #999;
	font-size: 14px;
}
.message_plate_list_text i {
	color: #E80000;
	font-size: 16px;
	font-style: normal;
}
.message_plate_list_phone {
	display: block;
	float: right;
	width: 30%;
	height: 49px;
	line-height: 49px;
	color: #999;
	font-size: 14px;
	text-align: right;
}
/*页面---详情类--------------------------------------------------*/
.details_plate {
	width: 100%;
}
.details_title {
	width: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #000;
}
.details_subgroup {
	width: 100%;
	padding: 5px 0px;
	margin: 5px 0px;
	overflow: auto;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.details_subgroup span {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px; 
	padding-left: 34px;
	line-height: 24px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left top;
}
.details_share {
	height: 40px;
	text-align: center;
}
.details_share .bdsharebuttonbox {
	display: inline-block;
}
.details_img {
	width: 100%;
	padding: 10px 0px;
}
.details_img img {
	display: block;
	width: 100%;
}
.details_roundup {
	width: 100%;
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
.details_btn {
	width: 100%;
	height: 36px;
}
.details_btn a {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #FCC000;
	color: #FFF;
	text-align: center;
	line-height: 36px;
}
.details_con {
	width: 100%;
	padding: 10px 0px;
	line-height: 24px;
	color: #666;
	text-align: justify;
}
.details_con img {
	max-width: 100%;
}
.details_con p, .details_con div  {
	margin-bottom: 10px;
}
