﻿/*全局*/
body,h1{
	padding:0;
	margin:0 auto;
	font-family: "微软雅黑";
}
div{
	margin:auto;
}
a{
	text-decoration: none;
}
ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.clear{
	clear: both;
}

/*=========================================================================================PC端样式*/

@media (min-width: 760px) {
	body{
		min-width:1000px;
	}
	.MOBILE {
		display: none;
	}
	.bodyWidth{
		width:1000px;
	}
	/*顶部*/
	.nyTop{
		height:105px;
		background-image:url('topBg.jpg');
		background-repeat:repeat-x;
		overflow:visible;
	
	}
	.nyTop .bodyWidth{
		position:relative;
}
	.nyTop .Logo{
		float:left;
		width:200px;
		text-align: center;
		padding-top:18px;
	}

	.nyTop .Nav{
		float: left;
		overflow:visible;
		width:700px;
	}
	.nyTop .Nav li{
		float: left;
		height:105px;
		text-align: center;
		width:100px;
		transition: all 0.2s linear;
		position:relative;
	}
	.nyTop .Nav li:hover{
		background:url('topBgh.jpg') repeat-x left top;
		transition: all 0.2s linear;
	}
	.nyTop .Nav li a{
		color:white;
		height:105px;
	}
	.nyTop .Nav li span{
		display: block;
		font-size:11px;
	}
	.nyTop .Nav li span:first-child{
		font-size:16px;
		font-weight: bold;
		margin-top:35px;
	}
	.nyTop .Nav li ul{
		display:none;
	position:absolute;
	top:90px;
	left:0;
	width:160px;
	background:#C0417A;
	opacity:0.9;
	filter:Alpha(opacity=90);
}
	.nyTop .Nav li ul li{
	width:160px;
	height:30px;
	line-height:30px;
	font-size:14px;
}
.nyTop .Nav li ul li:hover{
	background:none;
	background-color:#3F1D2D;
}
	.nyTop .Lang{
	position:absolute;
	top:50px;
	right:0;
	}
	.nyTop .Lang img{
		transition: transform 0.1s linear;
	}
	.nyTop .Lang img:hover{
		transform: scale(1.3);
		transform-origin: center center;
		transition: transform 0.1s linear;
	}

	/* 内页内容 */
	.NyBody{
	    margin:20px auto;
	    overflow:hidden;
    }
    .Ny_left{
		width:200px;
		float:left;
		background-color:#EEEEEE;
		text-align:center;
		margin-bottom:-9999px;
		padding-bottom:9999px;
    }
	.Ny_lefttit{
		height:40px;
		color:#FFFFFF;
		background-color:#C0417A;
		font-size:18px;
		font-family:微软雅黑;
		font-weight:bold;
		text-align:center;
		line-height:40px;
	}
	.Ny_left ul{
		width:160px;
		padding:10px 20px;
		text-align:left;
	}

	.Ny_left ul li a{
		display: block;
		background-image:url('ny_r3_c5.jpg');
		background-repeat:no-repeat;
		background-position:left 15px;
		color:#333333;
		font-size:15px;
		line-height:40px;
		text-indent:20px;
		transition: all 0.1s linear;
        overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	}
	.Ny_left ul li a:hover{
		text-indent:30px;
		transition: all 0.1s linear;
	}
	.Ny_left ul li ul{
		padding:0px 0 0 20px;
	}
	.Ny_left ul li ul li a{
		border-bottom:none;
		background-image:url('ny_r5_c8.jpg');
		background-repeat:no-repeat;
		background-position:left center;
		line-height:28px;
		text-indent:20px;
		font-size:13px;
		transition: all 0.1s linear;
		color:#545454;
	}
	.Ny_left ul li ul li a:hover{
		color:#C0417A;
		text-indent:30px;
		transition: all 0.1s linear;
	}
	.Ny_left ul li ul li ul{
		display: none;
	}
	.Ny_left .search{
		padding-top:20px;
	}
	.Ny_left .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
	}
	.Ny_left .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_left .order{
		padding:20px 0;
	}


	.Ny_right{
		width:770px;
		float:right;
	}
    .Ny_rightmov{
	    height:210px;
		margin-bottom:20px;
	     
    }
	.Ny_righttit{
		border-top:1px #777777 solid;
		float:left;
		width:770px;
	}
	.Tit{
		color:#C0417A;
		font-size:18px;
		font-weight:bolder;
		text-align:left;
		border-top:5px #C0417A solid;
		float:left;
		line-height:50px;
	} 
	.Lot{
		float:right;
		color:#666666;
		font-size:12px;
		line-height:50px;
	}
	.Lot a{
	color:#666666;
}
	.Ny_rightcont{
		width:770px;
		min-height:500px;
		padding:50px 0 30px 0;
		color:#444444;
		font-size:14px;
		line-height:200%;
	}
	.Ny_rightcont>span{
		display: block;
		clear: both;
	}
	.Ny_rightcont .PageCont.qyzz a{
		overflow: hidden;
		display: inline-block;
		border:3px solid rgb(192, 65, 122);
	}
	.Ny_rightcont .PageCont.qyzz img{
		transition: transform 0.2s linear;
	}
	.Ny_rightcont .PageCont.qyzz img:hover{
		transform: scale(1.05);
		transform-origin: center center;
		transition: transform 0.2s linear;
	}
	
	.Ny_rightcont1 {
		width:450px;
		float:left;
		height:400px;
	}
	.Ny_rightcont2 {
		float:right;
		width: 300px;
		height:400px;
	}

	.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;
}


	.Bottom{
		height:120px;
		background-color:#191231;
		color:#FFFFFF;
		clear:both;
	}
	
	.Bottom_cont{
		width:910px;
		text-align:left;
		background-image:url('ny_r10_c4.fw.png');
		background-position:left center;
		background-repeat:no-repeat;
		color:#FFFFFF;
		padding-top:13px;  
		padding-left:90px; 
		font-size:12px;
		line-height:20px;
		height:110px;

	}


	/*自定义文字列表*/
	.TextList {}
	.TextList li {border-bottom: 1px #CCCCCC solid; height:25px;line-height:25px;}
	.TextList .Name { background-image:url('ico001.gif');background-position:10px center; background-repeat:no-repeat ; width:75%;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-indent:30px;}
	.TextList a {color:#3D3D3D;}
	.TextList .Time {width: 23%;float: right;color:#3D3D3D;}

	/*自定义图片列表*/
	.IcoList {padding: 10px 0px;}
	.IcoList li {float: left;width: 150px;height: 140px;overflow: hidden;text-align: center;}
	.IcoList li a {display: block;line-height: 25px;}
	.IcoList li img {width: 130px;height: 100px;padding: 3px;border: 1px solid #CCCCCC;}


	/********************************干栏目列表页*********************************/

	/*干栏目标题*/
	.ColumnsTitle {clear:both;background-color:#EEE;line-height:100%;overflow: hidden;}
	.ColumnsName {float:left;padding:7px 0px 7px 20px;font-size:14px;font-weight:bold;color:#336699; letter-spacing:2px;}
	.ColumnsMore {float:right;padding:7px 20px 7px 20px;background-color:#DDD;}

	/*干栏目文字列表*/
	.CustomTextList {padding: 20px 0px;line-height:25px;}
	.CustomTextList li {padding:10px 0px;border-bottom: 1px solid #F0F0F0;}
	.CustomTextList li .Name {float: left;width: 80%;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;}
	.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: 20%; text-align: right;}
	.CustomTextList li .Cont {clear:both;}

	/*干栏目图片列表*/
	.ColumnsIcoList {padding: 20px 0px; overflow: hidden;}
	.ColumnsIcoList li {float: left;width:255px;height: 270px;overflow: hidden;text-align: center;}
	.ColumnsIcoList li .Image{width: 220px; height: 220px; border: 1px solid rgb(231, 231, 231);overflow: hidden;}
	.ColumnsIcoList li .Name{width: 220px;background-color:rgb(231, 231, 231);border: 1px solid rgb(231, 231, 231); overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
	.ColumnsIcoList li a{color: #3D3D3D}
	.ColumnsIcoList li img {width: 220px;height: 220px;transition: transform 0.2s linear;}
	.ColumnsIcoList li img:hover {
		transform: scale(1.1);
		transform-origin: center center;
		transition: transform 0.2s linear;
	}

	/*干栏目图片列表-新闻*/
	.ColumnsIcoList {padding: 20px 0px;}
	.ColumnsIcoList li.newsList {float: none;width:auto;height:auto;overflow: hidden;text-align: center; padding:10px 0px; border-bottom:1px #AAA solid;}
	.ColumnsIcoList li div.newsImg {float:left;padding-right:30px;}
	.ColumnsIcoList li div.newsImg img {width: 150px;height: 100px;padding: 3px;border: 1px solid #CCCCCC;}
	.ColumnsIcoList li div.newsName{float:left; font-size:14px; font-weight:bold;}
	.ColumnsIcoList li div.newsBrief{float:left; width:700px; padding:10px 0px; line-height:25px; color:gray;text-align:left;}



	/********************************内页列表页*********************************/

	/*内页列表统计*/
	.RecordTotal{text-align:center;color:gray; font-size: 12px;}

	/*内页文字列表*/
	.PageTextList li {height: 30px;line-height: 30px;border-bottom: 1px solid #F2F2F2;}
	.PageTextList li .Name {float: left;width: 80%;background-image: url('../global/Maincont_ico4.gif');background-position: 10px center;background-repeat: no-repeat;text-indent: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.PageTextList li .Time {float: right;width: 20%;}

	/*内页图片列表*/
	.PageIcoList {padding:20px 0px;}
	.PageIcoList li {float:left; width:175px;height: 160px;overflow: hidden;text-align: center;}
	.PageIcoList li a {display: block;line-height: 25px;}
	.PageIcoList li img {width: 150px;height: 120px;padding: 3px;border: 1px solid #CCCCCC;}

	/*分页*/
	.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;}
	.Pagination a:hover {background-color: #0066CC;color: #FFFFFF;}

	/********************************内容页*********************************/

	/*当前位置*/
	.Station{padding:10px 20px;text-align:right;color:gray;}
	.Station a{color:gray;}

	/*内容出处*/
	.PageFrom {text-align: center;color: gray;padding:10px 0px;}

	/*内页内容区域*/
	.PageCont{line-height:25px;}

	/*文字内容*/
	.PageName{display:none;}
	.PageCont h2 {text-align: center;font-size: 14px;font-weight: bold;color: #3366CC;}
	.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;
	}

	/*表格样式1*/
	.PageTable_1 {border-collapse: collapse;width: 100%;}
	.PageTable_1 thead {background-color: #F3F3F3;font-weight: bold;}
	.PageTable_1 td {border: 1px gray solid;text-align: center; line-height:20px;}

	/*表格样式2*/
	.PageTable_2 {width: 100%;}
	.PageTable_2 td {text-align: center;}

	/*列表样式1*/
	.PageUl_1{width:700px;}
	.PageUl_1 li{float:left;width:350px;}

	/*返回*/
	.PageBack {clear: both;padding: 10px 0px;text-align: center;overflow:hidden;}
	.PageBack a {padding: 3px 10px;margin: 0px 5px;border: 1px gray solid;background-color: #F9F9F9; font-size:12px; color:gray;}
	.PageBack a:hover {background-color: #0066CC;color: #FFFFFF;}

	/*浏览统计*/
	.PageCount{	display:none;}

	/*相关列表*/
	.Related{ display:none;border-bottom:1px #E6E6E6 solid;padding:10px;background-color:#F9F9F9;margin-top:20px;}
	.Related .RelatedTitle{font-weight:bold;padding:5px;border-bottom:1px #E6E6E6 solid;}
	.Related ul{padding-left:20px;}
	.Related ul li{border-bottom:1px #E6E6E6 dashed;}

	/********************邮箱登陆********************/
	#MailLogin table{font-size:12px; border-collapse:collapse; }
	#MailLogin td{font-size:12px; color:white; font-family: Verdana;padding:5px;text-align:center;}
	#MailLogin .mail_tr1{}
	#MailLogin .mail_tr2{}
	#MailLogin .input_name{width:100px;font-size:10px;}
	#MailLogin .input_domain{width:60px;font-size:11px;}
	#MailLogin .input_password{width:100px;font-size:10px;}
	#MailLogin .input_submit{font-size:12px;margin:0px 3px}

	/********************客户留言样式********************/
	.MsgForm {text-align: center;}
	.MsgFormTitle {font-size: 12px;font-weight: bold;width: 618px;text-align: left;background-color: #FFCC00;text-indent: 20px;height: 30px;line-height: 30px;border: 1px solid #CC6600;}
	.MsgForm table {width: 618px;font-size: 12px;border-collapse: collapse;text-align: left;}
	.MsgForm td {	padding: 3px;	/*border:1px black solid;*/}
	.MsgForm td.td1 {width: 70px;text-align: center;}
	.MsgForm input.text1 {width: 200px;}
	.MsgForm textarea.text1 {width: 98%;}
	.MsgForm .submit {text-align: center;}
	.MsgTable {text-align: center;}
	.MsgTableTitle {font-size: 12px;font-weight: bold;width: 618px;text-align: left;background-color: #FFCC00;text-indent: 20px;height: 30px;line-height: 30px;border: 1px solid #CC6600;}
	.MsgTable table {width: 620px;font-size: 12px;line-height: 18px;border-collapse: collapse;margin: 3px 0px;}
	.MsgTable td {padding: 5px;border: 1px solid #CC6600;}
	.MsgTable .td1 div {text-align: center;}
	.MsgTable td.td1 {width: 100px;background-color: #FFF1BB;}
	.MsgTable td.td2 {text-align: right;background-color: #FFF1BB;}
	.MsgTable td.td3 {text-align: left;background-color: #FFF1BB;}
	.MsgTable td.td4 {width: 100px;font-weight: bold;text-align: center;background-color: #FFF1BB;}
	.MsgTable td.td5 {font-weight: bold;text-align: right;background-color: #FFF1BB;}
	.MsgTable td.td6 {font-weight: bold;text-align: left;background-color: #FFF1BB;}
	.MsgTable .Pagination td {border: 0px;}

	/********************信息反馈样式********************/

	#order_online{text-align:center;}
	#order_online table {font: 9pt Verdana;	color: #707070;	margin:auto;}
	#order_online div {color: #F00;}
	#order_online .order_tr1 {background-color: #DAEDF5;}
	#order_online .order_tr2 {background-color: #EBF5FA;}
	#order_online .order_testinput {font-family: Verdana;font-size: 9pt;border: 1px solid #CCCCCC;background-color: #F9F9F9;}

	/********************列表图标********************/
	.style1_num1{ background-image: url("ico/ico_num1.png"); }
	.style1_num2{ background-image: url("ico/ico_num2.png"); }
	.style1_num3{ background-image: url("ico/ico_num3.png"); }
	.style1_num4{ background-image: url("ico/ico_num4.png"); }
	.style1_num5{ background-image: url("ico/ico_num5.png"); }
	.style1_num6{ background-image: url("ico/ico_num6.png"); }
	.style1_num7{ background-image: url("ico/ico_num7.png"); }
	.style1_num8{ background-image: url("ico/ico_num8.png"); }
	.style1_num9{ background-image: url("ico/ico_num9.png"); }
	.style1_num10{ background-image: url("ico/ico_num10.png"); }

	.prodImg{
		text-align: center;
	}
	.prodImg img{
		width:80%;
		border:1px solid #cacaca;
		padding:4px;
	}
	.PageTable{
		border-collapse: collapse;
		width:100%;
	} 
	.PageTable td{
		border:1px solid #cacaca;
		padding:3px 10px;
		text-align: center;
		font-size:13px;
	}
	.scsb a{
		display: inline-block;
		width:230px;
		height: 180px;
		overflow: hidden;
		margin:10px;
		text-align: center;
		border:1px solid #DDD;
	}
	.scsb a img{
		height:180px;
		transition: transform 0.1s linear;
	}
	.scsb a img:hover{
		height:180px;
		transform: scale(1.2);
		transform-origin: center center;
		transition: transform 0.2s linear;
	}


}