/*=========================================================================================手机端样式*/

@media (max-width: 760px) {
	.PC {
		display: none;
	}
	body{
		padding-bottom:50px;
	}
	.TopWidth{
		width:90%;
	}

	/* 页眉 */
	.nyTop{
		background-image: url("topBg.jpg");
		padding:15px 0;
		overflow: hidden;
	}
	.nyTop .Logo{
		float: left;
		width:85%;
	}
	.nyTop .Logo img{
		width:100%;
	}
	.nyTop .Nav{
		float:right;
		width:8%;
	}
	.nyTop .Nav img{
		width:100%;
	}

	
	/* 菜单 */
	ul.MainMenu {
		width: 100%;
		text-align: center;
		position: fixed;
		z-index:1000;
		background-color: black;
		top:0px;
		left:0px;
		opacity: 0.9;
		display:none;
		padding:30px 0;
	}
	ul.MainMenu > li{
		padding:10px;
		border-bottom: 1px #666666 solid;
		margin: auto;
		width:60%;
	}
	ul.MainMenu > li > a{
		font-size:18px;
		color:white;
	}
	ul.MainMenu > li:first-child{
		position: absolute;
		border-bottom: none;
		padding:0px;
		width:auto;
		top:13px;
		right:25px;
	}

	ul.MainMenu > li:first-child a{
		font-size:25px;
		padding:0;
		border: none;
	}
	ul.MainMenu > li > ul{
		
	}
	ul.MainMenu > li > ul > li a {
		font-size:14px;
		color:white;
		display: block;
		margin:5px 0;
		padding:5px;
		background-color: #333;
	}
	ul.MainMenu > li > ul ul{
		display: none;
	}

	/* 搜索 */
	ul.MainMenu .search input[name=srhKey]{
		display: inline-block;
		width:130px;
		height:24px;
		border:1px solid rgb(192, 65, 122);;
		margin: 0;
		padding: 0;
		vertical-align:middle
	}
	ul.MainMenu .search input[type=submit]{
		display: inline-block;
		margin: 0;
		padding: 0;
		background-image: url("search.jpg");
		width:28px;
		height:26px;
		border:0px;
		vertical-align:middle
	}

	.Ny_right{
		padding:10px;
	}
	/* 栏内视图 */
	.Ny_rightmov{
		text-align: center;
	}
	.Ny_rightmov img{
		width: 100%;
		border-radius: 5px;
	}

	/* 标题 */
	.Ny_righttit{
		margin-top:10px;
		border-top:1px #777777 solid;
		width: 100%;
		overflow: hidden;
	}
	.Tit{
		color:#C0417A;
		font-size:18px;
		font-weight:bolder;
		text-align:left;
		border-top:5px #C0417A solid;
		float:left;
		line-height:30px;
	}


	/* 正文 */
	.Ny_rightcont{
		padding:20px 10px;
	}
	
		.Ny_rightcont1 {
		width:100%;
		height:270px;
	}
	.Ny_rightcont2 {
		width:100%;
	}

	.Ny_rightcont2 p{
		
}
   .Ny_rightcont2 p .color1{
	color:#000;
}
   .Ny_rightcont2 p .color2{
	color:#0099FF;
}
   .Ny_rightcont2 p .color3{
	color:#F4A41D;
}
   .Ny_rightcont2 p .color4{
	text-decoration:line-through;
}

.PageName{
		display: none;
	}
	.PageCont{
		font-size:14px;
		line-height:180%;
		color:#333;
	}
	.PageCont img{
		width: 100%;
	}


	/* 新闻列表页 */
	.RecordTotal{
		display: none;
	}
	/*干栏目文字列表*/
	.CustomTextList li {padding:10px 0px;border-bottom: 1px solid #F0F0F0; line-height:25px;clear:both; overflow: hidden;}
	.CustomTextList li .Name {float: left;width: 70%;font-size:14px;font-weight:bold;background-image: url('../global/Maincont_ico4.gif');background-position: 10px center;background-repeat: no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#333; transition: all 0.2s linear;overflow: hidden;}
	.CustomTextList li .Name a{color:#333333;}
	.CustomTextList li .Name:hover{text-indent: 20px; transition: all 0.2s linear; color:#0066CC;}
	.CustomTextList li .Time {float: right;width: 30%; text-align: right; font-size:12px; color:#999;}
	.CustomTextList li .Cont {clear:both;display: none;}

	/* 新闻内容页 */
	.PageFrom{
		display: none;
	}
	.Related{
		display: none;
	}

	/*返回*/
	.PageBack {clear: both;padding: 30px 0px;text-align: center;}
	.PageBack a {padding: 3px 10px;margin: 0px 5px;border: 1px gray solid;background-color: #F9F9F9; font-size:12px; color:gray;}
	
	/*干栏目标题*/
	.ColumnsTitle {clear:both;background-color:#EEE;line-height:100%;overflow: hidden;height:30px;}
	.ColumnsName {float:left;font-size:14px;color:#336699;overflow:hidden;width:70%;height:30px;line-height:30px;}
	.ColumnsMore {float:right;background-color:#DDD; font-size:12px;height:30px;overflow: hidden;line-height:30px;} 

	/*干栏目图片列表*/
	.ColumnsIcoList {padding: 10px 0px; overflow: hidden;}
	.ColumnsIcoList li {float: left;width:50%; overflow: hidden;text-align: center;}
	.ColumnsIcoList li .Image{width:95%; border: 1px solid rgb(231, 231, 231);overflow: hidden;}
	.ColumnsIcoList li .Image img {width: 100%; display: block;}
	.ColumnsIcoList li .Name{padding:3px 0;width:95%; background-color:rgb(231, 231, 231);border: 1px solid rgb(231, 231, 231); font-size:12px; margin-bottom:10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ColumnsIcoList li a{color: #3D3D3D}

	/* 产品表格 */
	.PageTable{
		border-collapse: collapse;
		width:100%;
	} 
	.PageTable td{
		border:1px solid #cacaca;
		padding:3px;
		text-align: center;
		font-size:11px;
	}
	/*页尾浮动框*/
	.M_bottom{
		background-color: #191231;
		padding:15px 0;
		font-size:14px;
		position: fixed;
		bottom:0;
		width:100%;
		display: table;
	}
	.M_bottom a{
		display: table-cell;
		text-align: center;
		font-size:14px;
		color:white;
		text-indent: 40px;
	}
	.M_bottom a:first-child{
		border-right: 1px white solid;
	}
	.M_bottom a.hotline{
		background-image: url("ico004.png");
		background-position: 30px center;
		background-repeat: no-repeat;
	}
	.M_bottom a.OnlineMsg{
		background-image: url("ico003.png");
		background-position: 30px center;
		background-repeat: no-repeat;
	}

	/* 在线订单 */
	.order_online td{
		display: block;
	}		.PageCont h3 {overflow:hidden;
	background:url('../../Upload/prod/icon.png') no-repeat left center;
	height:40px;
	line-height:40px;
	text-indent:20px;
	width:148px;
	color:white;
	font-weight:normal;
	font-size:16px;
	}
.Pagination{clear: both;padding: 10px 0px;text-align: center;}
	.Pagination a {padding: 3px 10px;margin: 0px 5px;border: 1px gray solid;background-color: #F9F9F9;color:#666;font-size:12px;}
	.Pagination a:hover {background-color: #0066CC;color: #FFFFFF;}


}


