/*---优选内容页--*/

.flt {
	float: left;
}
.frt {
	float: right;
}
.fct {
	float: center;
}
.h1 {
	color: #000;
	font-size:12px;
	padding: 5px;
}
.h2 {
	color: #000;
	font-size:14px;
     font-weight: bold;
}
.h3 {
	color: #000;
	line-height: 30px;
	font-size:24px;
	padding: 5px;
}
/*头部导航栏*/

.m_header {
    height: 50px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #333;
	z-index: 999;
}
.m_header_logo {   
	float: left;
	padding:8px 5px;
	display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    height: 50px; /* 容器的高度 */
}

 
.m_header_logo img {
    height:90%;
	padding-right: 5px;
	   
	
}
.m_header_logo span {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size:12px;
	padding-left: 5px;
	border-left: 2px solid #fff;
}
.m_header_menu {float: right;width: 10%;padding: 5px;}
.m_header_menu .left_btn {display: inline-block;height: 40px;width: 90%;line-height: 40px;text-align: center;color: #666;font-size: 18px;font-weight: 600;transform: scale(1.2,1);}

.m-banner {
    height:120px;  
    color: #fff;
    text-align: center;
	text-shadow: 2px 2px 4px #000;
}	

.m-list-2 {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px #e1e1e1;
	border-radius: 5px;
}
.m-list-2 ii{
	margin-top: 5px;
	font-size: 12px;
	color:#000000;
	text-align: left;
	line-height: 1.8;
}
.m-list-2 p{ 
	margin-top: 5px;
	font-size: 12px;
	color:#000000;
	text-align: left;
	line-height: 1.8;
	border-bottom:0.5px dashed gray;
}
.m-list-2-1 h1 {
    text-align: center;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 900;
	color: #333;
	
}

.m-list-2-1 .mrow {
    text-align: center;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px;
}

.m-list-2-1 .m-xs-10 {
	color: #f06220;
	font-size: 12px;
	margin-bottom: 3px;
}
.m-list-2-1 span {
	font-size: 12px;
	line-height: 1.8;
}

.m-wrap {
    height:120px;  
    text-align: center;
	text-shadow: 2px 2px 4px #000;
}	
.ry3_list li2 {
	width: 33%;
	float: left;
	margin: 14px 0%;
	text-align: center;

}
.ry3_list li2 h3 {
	margin-top: 10px;
	font-size: 8px;
    color: #fff;
	align:center;
}
.ry3_list li2 h4 {
	margin-top: 10px;
	font-size: 14px;
	color:#fff;
	align:center;
	font-weight:bold;
}
.ry3_list li2 img {
    height:40px;
	margin: 0 12px;
	vertical-align:bottom
}
.m-news{
    height:110px;  
}
.news_list {
    padding:20px 15px;   
}
.news_list a{
   font-size: 12px;
   color: #fff;
   text-decoration: none;
}

.news_list a:hover {
  color: #FFFF00;
}


/*展会卡片*/
.expo_card_box {
	background: #fff;
}

.expo_card {

	padding:10px 5px;
	background-color: #efefef;
}

.expo_card a {
	display: block;
}

.expo_card {
	padding:0 5px;
	margin-bottom:10px;
}
.expo_card_item {
   background:#fff;
   border-radius:5px;
   padding:5px;
}
.expo_card2  {
	width: 100%;
	height:70px;
	background-size:cover; background-position: center center;
}	
.expo_card2 img {
	width: 100%;
}

.expo_card3 {
    padding:5 0 5 5px;
	font-size: 12px;
	color: #000;
}
.expo_card3 span{
    color: #FF0000;
	font-weight: 600;
}
.m-xs-6 {
    width:50%;
    float:left;
	padding:0 5px;
	margin-bottom:10px;
}
.m-xs-6 img {

}

.m-list-3 {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px #a1a1a1;
	border-radius: 5px;
}

.m-list-3 h1 {
	margin-top: 2px;
	font-size: 14px;
	font-weight: 900;
	color: #333;
	text-align:center;
}
.m-list-3 img { 
	margin-bottom:5px;

}
.m-list-3-1 {
	font-size: 12px;
	background-color: #f4f4f4;
	margin-bottom:1px;
	padding:7px 5px;
	color:#333;
	
}

.m-list-3 a {
	color: #FF0000;
	display: block;
	text-decoration: none;
}

.m-list-3-1 .circle {
	width: 8px;
	height: 8px;
	background-color: #D94600;
	border-radius: 50%; 
	display: inline-block;
	margin: 0px 2px;
}

.m-list-3-1 .pull-right .arrow-right {
	display: inline-block;
	margin-top: 4px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	transform: rotate(45deg);
}

m-list-content {
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px #e1e1e1;
	border-radius: 5px;
}
.m-list-content-1 span {
	font-size: 12px;
	line-height: 1.8;
}



.m-tab_conter {
	margin: 10px;
	background: #FFFFFF;
	font-size: 12px;
	line-height:22px;
	border-radius: 5px;
	color: #333;
	padding:10px;
	padding-bottom: 18px;
	box-shadow: 2px 2px 5px #e1e1e1;
}

.m-tab_conter h1 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: 900;
	color: #333;
	text-align:center;
}
.m-tab_conter_content img {max-width:100%;height:auto !important;}
.m-tab_conter_content ul {list-style: none;}
.m_info_zw img {width:100%;}
.m_info_zw .col-xs-4 {padding-right:0px;}
.m_info_zw h3 {font-size: 14px;margin: 0 0 5px 0;}
.m_info_zw ul {list-style: none;margin-bottom: 0;}
.m_info_zw ul li {line-height:20px;display: inline-block;width: 48%;height: 20px;font-size: 12px;}
.m_info_zw ul li span {margin-right: 5px;color: #f06220;}