﻿@charset "utf-8";
/* CSS Document */


.fl
{
	float: left;
}

.fr
{
	float: right;
}

@media only screen and (min-width: 100px) and (max-width: 640px)
{
	.topbg, .menu, .foot, .ny-con
	{
		width: 1100px;
		margin: auto;
	}
}

.container
{
	width: 1000px;
	margin: auto;
}

.topbox
{
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 10;
}

.topbg
{
	min-width: 1200px;
}

.china{
	position: absolute;
	right:0px;
	top:-1px;
	width:100px;
	z-index: 100;
}
.china a{
	color:#fff;
	background: url(../images/chui.png) no-repeat left top;
	text-align: center;
	line-height: 19px;
	width:37px;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
}
.china a:hover{
	background: url(../images/cred.png) no-repeat left top;
}



.menu
{
	height: 46px;
	background: #252525;
	position: relative;
}

.poa
{
	position: absolute;
	left: 0px;
	top: 9px;
	height: 46px;
}

.logo
{
	position: absolute;
	left: 0px;
	
}

.menu ul
{
	padding-left: 300px;
}

	.menu ul li
	{
		float: left;
		line-height: 46px;
		/*border-right: 1px solid #151515;*/
		border-left: 1px solid #3b3b3b;
		position:relative;
	}

		.menu ul li:last-child
		{
			margin-right: 0px;
		}

		.menu ul li a
		{
			float: left;
			font-size: 16px;
			color: #fff;
			text-decoration: none;
			padding: 0 23px;
			/*background: url(../images/ab2.png) no-repeat right center;*/
		}

		.menu ul li:last-child
		{
			border-right: none;
		}

		.menu ul li:first-child
		{
			border-left: none;
		}

		.menu ul li a:hover
		{
			color: #fff;
			background: #3b3b3b;
		}

.menu a.active {
    background: #383c3b;
}
/*menu end*/


.banner
{
	min-width: 1200px;
	position: relative;
	height: 525px;
}

.slideBox
{
	height: 525px;
	overflow: hidden;
	position: relative;
}

	.slideBox .hd
	{
		height: 17px;
		overflow: hidden;
		position: absolute;
		left: 43%;
		bottom: 25px;
		z-index: 1;
	}

		.slideBox .hd ul
		{
			overflow: hidden;
			zoom: 1;
			float: left;
		}

			.slideBox .hd ul li
			{
				float: left;
				width: 55px;
				height: 4px;
				background: #fff;
				cursor: pointer;
				margin: 0 5px;
			}

				.slideBox .hd ul li a
				{
					font-size: 12px;
					text-align: center;
					text-decoration: none;
					color: #fff;
					height: 4px;
					width: 55px;
					float: left;
					display: block;
				}

				.slideBox .hd ul li.on
				{
					background: #59aae4;
				}

	.slideBox .bd
	{
		position: relative;
		height: 100%;
		z-index: 0;
	}

		.slideBox .bd li
		{
			zoom: 1;
			vertical-align: middle;
		}

		.slideBox .bd img
		{
			height: 525px;
			display: block;
		}
/*banner End*/

.index-con
{
	min-height: 600px;
}

.new
{
	background: #fff url(../images/nbg.png) no-repeat -127px 85px;
	height: 424px;
	min-width: 1200px;
}

.new-tit
{
	text-align: center;
	font-size: 18px;
	color: #9b003a;
	padding-top: 20px;
	line-height: 27px;
}

	.new-tit span
	{
		display: block;
		font-size: 14px;
		color: #999;
		font-family: georgia;
		text-transform: uppercase;
	}

.new-con
{
	padding-top: 40px;
}

.new-left
{
	width: 440px;
}

	.new-left h4 a
	{
		font-size: 14px;
		color: #333;
		margin-top: 17px;
		font-weight: normal;
		display: block;
	}

	.new-left p
	{
		font-size: 12px;
		color: #666;
		line-height: 19px;
		margin: 12px 0 35px 0;
	}

	.new-left a.more
	{
		width: 112px;
		height: 30px;
		line-height: 30px;
		background: #58aae4;
		text-align: center;
		color: #fff;
		display: block;
	}

.n-img
{
	position: relative;
}

	.n-img .date
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 70px;
		height: 65px;
		background: #59aae4;
		color: #fff;
		text-align: center;
		font-size: 29px;
		line-height: 39px;
	}

		.n-img .date span
		{
			display: block;
			font-size: 12px;
			line-height: 27px;
		}

.new-right
{
	width: 500px;
}

	.new-right ul li
	{
		line-height: 40px;
		border-bottom: 1px dotted #666;
	}

		.new-right ul li span
		{
			font-size: 12px;
			color: #fff;
			display: inline-block;
			width: 78px;
			height: 22px;
			background: #9b003a;
			line-height: 22px;
			text-align: center;
			margin-right: 15px;
			border-radius: 5px;
		}

		.new-right ul li a
		{
			font-size: 14px;
			color: #333;
		}

		.new-right ul li i
		{
			font-style: normal;
			font-size: 14px;
			color: #333;
			float: right;
		}
/*new End*/
.product
{
	height: 402px;
	background: #666;
	min-width: 1200px;
}

.pro
{
	font-size: 18px;
	color: #fff;
}

	.pro span
	{
		color: #fff;
		text-transform: uppercase;
	}

.pron
{
	margin-top: 26px;
}

.pron-left ul li
{
	text-align: center;
	float: left;
}

	.pron-left ul li p a
	{
		color: #fff;
		font-size: 12px;
		display: block;
		line-height: 25px;
	}

	.pron-left ul li.lia
	{
	}

		.pron-left ul li.lia img
		{
			margin-top: 35px;
		}

		.pron-left ul li.lia a.aimg
		{
			width: 195px;
			height: 176px;
			border: 1px solid #5a5a5a;
			border-radius: 5px;
			display: block;
		}

.pron-right ul
{
	/*float: left;
	margin-right: 80px;*/
	height:150px;
}

	.pron-right ul li
	{
		line-height: 40px;
	}

		.pron-right ul li a
		{
			background: url(../images/s1.png) no-repeat left center;
			padding-left: 10px;
			color: #fff;
			font-size: 14px;
			float:left;
			margin-left:64px;
		}

.pro-nav
{
	margin-top: 22px;
}

.pro-tit
{
	background: #9b003a;
	width: 232px;
	height: 55px;
	padding-top: 10px;
	text-align: center;
	line-height: 25px;
}

	.pro-tit a
	{
		font-size: 14px;
		color: #fff;
	}
		.pro-tit a:hover
		{
			color:#fff;
		}

	.pro-tit span
	{
		font-size: 12px;
		color: #fff;
		display: block;
		line-height: 20px;
	}

.pro-menu
{
	background: #58aae4;
	width: 728px;
	height: 65px;
	line-height: 65px;
}

	.pro-menu ul li
	{
		float: left;
		line-height: 30px;
		padding: 0 78px;
		padding-top: 10px;
		text-align: center;
	}

		.pro-menu ul li a
		{
			color: #fff;
		}

			.pro-menu ul li a span
			{
				display: block;
				line-height: 20px;
			}

			.pro-menu ul li a:hover
			{
				color: #9b003a;
				text-decoration: none;
			}


.ehr
{
	height: 362px;
	min-width: 1200px;
	padding-top: 25px;
	background: url(../images/ebg.jpg) repeat left top;
}

.yewu
{
	height: 370px;
	background: #666;
	min-width: 1200px;
}



.ehr-top
{
	background: url(../images/nbg.png) no-repeat -127px 60px;
	height: 70px;
}

.ehr-tit
{
	text-align: center;
	font-size: 18px;
	color: #9b003a;
	line-height: 27px;
}

	.ehr-tit span
	{
		display: block;
		font-size: 14px;
		color: #999;
		text-transform: uppercase;
		font-family: georgia;
	}

.ehr-con
{
	padding-top: 25px;
}

.ehr-right
{
	padding-top: 20px;
}

	.ehr-right ul
	{
		height:200px;
	}

		.ehr-right ul li
		{
			line-height: 40px;
		}

			.ehr-right ul li a
			{
				font-size: 14px;
				color: #333;
				background: url(../images/s2.png) no-repeat left center;
				padding-left: 15px;
				width:180px;
				float:left;
				margin-left:44px;
			}

.ehr-left
{
	width: 521px;
}

.eh-tit
{
	color: #9b003a;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

	.eh-tit span
	{
		font-size: 14px;
		font-family: georgia;
		display: block;
		line-height: 20px;
		text-transform: uppercase;
	}

.ehr-left ul
{
	margin-top: 30px;
}

	.ehr-left ul li
	{
		border: 1px solid #ccc;
		background: #fff;
		width: 121px;
		height: 138px;
		float: left;
		margin-right: 6px;
		position: relative;
	}

		.ehr-left ul li:last-child
		{
			margin-right: 0;
		}

		.ehr-left ul li p
		{
			text-align: center;
			padding-top: 47px;
		}

		.ehr-left ul li a
		{
			color: #fff;
			position: absolute;
			left: 35px;
			bottom: 15px;
		}

		.ehr-left ul li:hover
		{
			border: 1px solid #9b003a;
		}

			.ehr-left ul li:hover a
			{
				color: #9b003a;
				text-decoration: none;
			}

.ye-con
{
	margin-top: 20px;
}

	.ye-con h4
	{
		font-weight: normal;
		font-size: 16px;
		color: #59aae4;
	}

	.ye-con ul
	{
		margin-top: 18px;
	}

		.ye-con ul li
		{
			line-height: 28px;
		}

			.ye-con ul li a
			{
				color: #fff;
				font-size: 14px;
				background: url(../images/s1.png) no-repeat left center;
				padding-left: 15px;
			}

	.ye-con .more
	{
		background: #9b003a;
		width: 72px;
		height: 27px;
		line-height: 27px;
		text-align: center;
		margin-top: 20px;
		border-radius: 3px;
	}

		.ye-con .more a
		{
			color: #fff;
			font-size: 14px;
		}

.ye-left
{
	width: 250px;
}

.ye-mid
{
	margin-left: 168px;
	width: 260px;
}

.ye-right
{
	width: 190px;
}


.partner
{
	height: 396px;
	min-width: 1200px;
	background: #fff url(../images/nbg.png) no-repeat -127px 85px;
	/*background: #fff url(../images/nbg.png) no-repeat -43px 85px;*/
}

.parcon ul
{
	padding-top: 50px;
	*padding-top: 40px;
}

	.parcon ul li
	{
		float: left;
		margin-left: 85px;
		margin-bottom: 10px;
		*margin-bottom: 1px;
	}

		.parcon ul li a.amm
		{
			width: 210px;
			height: 70px;
			border: 1px solid #ccc;
			display: block;
			/*float: left;*/
			text-align: center;
			line-height: 70px;
			margin-bottom: 15px;
			*margin-bottom: 5px;
		}

		.parcon ul li p
		{
			text-align: center;
			line-height: 25px;
		}

			.parcon ul li p a
			{
				color: #333;
				font-size: 13px;
			}


















.foot
{
	height: 83px;
	background: #58aae4;
	padding: 30px 0;
	min-width: 1100px;
}

.fbox
{
	width: 1100px;
	margin: auto;
}

.f-left
{
}

.f-right
{
	padding-top: 10px;
}

.f-left p a
{
	color: #fff;
	font-size: 14px;
	margin: 0 3px;
}

.f-left p
{
	color: #fff;
	font-size: 14px;
	line-height: 27px;
}

.f-left.fl li
{
	line-height: 27px;
	float: left;
}

	.f-left.fl li a
	{
		font-size: 14px;
		color: #fff;
		margin: 0px 3px;
	}
.nav-item
{
	color:#fff;
}