﻿/*==============  common style  Applies to all pages  ==============*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, iframe, hr, p
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px/1.6 Arial,Arial;
	color: #676767;
	text-align: center;
}

fieldset, img
{
	border: 0;
	vertical-align: middle;
}

address, caption, cite, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}

ol, ul, dl
{
	list-style: none;
}

caption, th
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

select, input, label, button, textarea
{
	margin: 0;
	padding: 0;
	font: normal normal normal arial,Simsun,Arial Unicode MS,Mingliu,Arial;
}

input
{
	padding: 2px 0 1px;
	*padding: 4px 0 0;
	_padding: 4px 0 0;
	_height: 21px;
	vertical-align: middle;
}

a:link, a:visited
{
	color: #676767;
	text-decoration: none;
}

a:active, a:hover
{
	color: #000;
	text-decoration: underline;
}

.clear
{
	clear: both; /*font-size:1px;width:1px;visibility:hidden;*/
}

.line10
{
	clear: both;
	font-size: 1px;
	height: 10px;
	overflow: hidden;
}

.shadow
{
	clear: both;
	font-size: 1px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/shadow.jpg) repeat-x;
}

/*==============  header  ==============*/
.header
{
	width: 100%;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	_overflow: visible;
	background: url(../images/header_bg.gif) repeat-x;
	text-align: left;
}

	.header .area
	{
		margin: 0 auto;
		overflow: hidden;
		line-height: 30px;
		color: #676767;
		padding: 0;
	}

	.header .cons
	{
		overflow: hidden;
		text-align: center;
		height: 30px;
	}

		.header .cons p, .header .cons p a
		{
			color: #fff;
			text-align: right;
		}
/*.input{background:#FFF;border:1px solid #6aa4cd;color:#3a90c9;font-size:12px;height:24px; line-height:24px; vertical-align:bottom; padding:0 3px;}*/

.input0
{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-moz-box-shadow: 0px 1px 0px #555;
	-webkit-box-shadow: 0px 1px 0px #555;
	box-shadow: 0px 1px 0px #555;
	border-radius: 12px;
	border: 1px solid #666;
	padding: 3px 30px 2px 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF');
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#FFFFFF));
	background: -moz-linear-gradient(top, #0D5EA6, #7DA3C8);
	background: -o-linear-gradient(top, #0D5EA6, #FFFFFF);
	width: 150px;
	height: 16px;
	color: #666;
}

.input1
{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-moz-box-shadow: 0px 1px 0px #555;
	-webkit-box-shadow: 0px 1px 0px #555;
	box-shadow: 0px 1px 0px #555;
	border-radius: 12px;
	border: 1px solid #666;
	padding: 3px 30px 2px 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF');
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#FFFFFF));
	background: -moz-linear-gradient(top, #0D5EA6, #7DA3C8);
	background: -o-linear-gradient(top, #0D5EA6, #FFFFFF);
	width: 100px;
	height: 16px;
	color: #666;
}

.input2
{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-moz-box-shadow: 0px 1px 0px #555;
	-webkit-box-shadow: 0px 1px 0px #555;
	box-shadow: 0px 1px 0px #555;
	border-radius: 12px;
	border: 1px solid #666;
	padding: 3px 30px 2px 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF');
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#FFFFFF));
	background: -moz-linear-gradient(top, #0D5EA6, #7DA3C8);
	background: -o-linear-gradient(top, #0D5EA6, #FFFFFF);
	width: 100px;
	height: 16px;
	color: #666;
}

.header .logo
{
	width: 166px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	padding-left: 20px;
	height: 60px;
}

	.header .logo a
	{
		width: 166px;
		height: 60px;
		display: block;
		background: url(../images/logo.png) no-repeat;
	}
/*==============  menu  ==============*/
.header .menu
{
	width: 790px;
	height: 45px;
	overflow: hidden;
	_overflow: visible;
	margin-top: 23px;
	float: right;
}

	.header .menu ul
	{
		height: 45px;
		overflow: hidden;
	}

		.header .menu ul li
		{
			float: left;
			text-align: center;
			height: 45px;
			line-height: 35px;
			background: url(../images/menu_line.jpg) right center no-repeat;
			margin: 0;
			font-size: 14px;
		}

			.header .menu ul li.noline
			{
				background: none;
			}

	.header .menu a
	{
		display: block;
		height: 45px;
		color: #fff;
		padding: 0 10px 5px 10px;
	}

		.header .menu a:link, .header .menu a:visited
		{
			color: #fff;
			text-decoration: none;
		}

		.header .menu a:hover, .header .menu a:active
		{
			color: #fff;
			text-decoration: none;
			background: url(../images/menu_hover.jpg) repeat-x;
		}

.w60
{
	width: 60px;
}

.w80
{
	width: 80px;
}

.w100
{
	width: 100px;
}

.w130
{
	width: 130px;
}

.w150
{
	width: 150px;
}

/*==  The current page  ==*/
#home .home a,
#products .products a,
#system .system a,
#news .news a,
#campus .campus a,
#careers .careers a,
#uast .uast a,
#support .support a,
#contact .contact a,
#about .about a
{
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_hover.jpg) repeat-x;
}

/*==============  Area of ​​the page definition  ==============*/
.main
{
	width: 1000px;
	margin: 0 auto;
	_overflow: visible;
	text-align: left;
}

.right
{
	
	overflow: hidden;
}

.left
{
	float: left;
	width: 218px;
}

/*==============  Location  ==============*/
.prplace
{
	line-height: 24px;
	padding-bottom: 3px;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	text-indent: 10px;
	color: #666;
	margin-bottom: 10px;
}

	.prplace a
	{
		color: #666;
		margin: 0 5px;
	}

	.prplace b
	{
		color: #095e9e;
	}

h2.location
{
	width: 770px;
	height: 30px;
	line-height: 30px;
	background: url(../images/tit_bg.jpg) no-repeat;
	margin: 10px 0 5px 0; /*font-family:黑体;*/
	font-size: 18px;
	color: #3870a3;
	overflow: hidden;
	text-indent: 15px;
}

	h2.location span
	{
		float: left;
		display: block;
		width: auto;
	}

	h2.location i
	{
		float: left;
		width: 29px;
		height: 13px; /*background:url(../images/ladder.png) no-repeat;*/
		margin-top: 9px;
		margin-left: 10px;
	}

/*==============  左侧目录样式  ==============*/
.leftmenu
{
	font-weight: bold;
	color: #fff;
	border-bottom: none;
	margin-left: 10px;
	background: url(../images/shadow_03.jpg) bottom right no-repeat;
	padding-bottom: 8px;
}

	.leftmenu h4.about
	{
		height: 74px;
		background: url(../images/t_about.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.leftmenu h4.news
	{
		height: 65px;
		background: url(../images/t_news.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.leftmenu h4.campus
	{
		height: 64px;
		background: url(../images/t_campus.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.leftmenu h4.download
	{
		height: 77px;
		background: url(../images/t_download.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.leftmenu h4.product
	{
		height: 71px;
		background: url(../images/t_products.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.leftmenu h4.contact
	{
		height: 86px;
		background: url(../images/t_contact.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.leftmenu h4.careers
	{
		height: 86px;
		background: url(../images/t_career.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.leftmenu h4.qms
	{
		height: 86px;
		background: url(../images/t_qms.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.leftmenu h4.contact
	{
		height: 86px;
		background: url(../images/t_contact.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.leftmenu h4.uast
	{
		height: 86px;
		background: url(../images/t_uast.jpg) 10px 10px no-repeat;
		text-align: center;
		border: 1px solid #ccc;
		border-bottom: none;
	}
         .pageInfo_img img{
		width:100%;
	}
	.leftmenu ul
	{
		padding: 15px 0 20px 0;
		border: 1px solid #ccc;
		border-top: none;
	}

		.leftmenu ul li
		{
			height: 40px;
			line-height: 30px;
			font-size: 11pt;
			background: url(../images/lmenu_line.jpg) bottom center no-repeat;
			font-size: 14px;
			margin-top: 10px;
		}

			.leftmenu ul li a
			{
				display: block;
				background: url(../images/ico_02.jpg) 40px 11px no-repeat;
				text-indent: 55px;
				color: #676767;
			}

				.leftmenu ul li a:hover
				{
					display: block;
					width: 200px;
					height: 40px;
					float: left;
					background: url(../images/lmenu_hover.png) no-repeat;
					margin-left: -10px;
					text-indent: 65px;
					color: #fff;
					text-decoration: none;
				}

			.leftmenu ul li.current a
			{
				display: block;
				width: 200px;
				height: 40px;
				float: left;
				background: url(../images/lmenu_hover.png) no-repeat;
				margin-left: -10px;
				text-indent: 65px;
				color: #fff;
			}

/*==============  sub menu  ==============*/

.nav
{
	font-weight: bold;
	color: #fff;
	border-bottom: none;
	margin-left: 10px;
	background: url(../images/shadow_03.jpg) bottom right no-repeat;
	padding-bottom: 8px;
}

	.nav h4.product
	{
		height: 71px;
		background: url(../images/t_products.jpg) 10px 10px no-repeat;
		text-align: left;
		border: 1px solid #ccc;
		border-bottom: none;
	}

	.nav dl
	{
		padding: 15px 0 20px 0;
		border: 1px solid #ccc;
		border-top: none;
	}

		.nav dl dt
		{
			height: 30px;
			line-height: 30px;
			font-size: 11pt;
			background: url(../images/lmenu_line.jpg) bottom center no-repeat;
			font-size: 14px;
			margin-top: 10px;
			text-indent: 34px;
			display: block;
		}

		.nav dl a.tit
		{
			background: url(../images/ico_01.jpg) 40px 10px no-repeat;
			text-indent: 50px;
			height: 28px;
			line-height: 28px;
			display: block;
		}

			.nav dl a.tit:hover
			{
				background: #ecf3fd url(../images/ico_01.jpg) 50px 10px no-repeat;
			}

	.nav dd dl
	{
		position: absolute;
		left: -999em;
		z-index: 99999;
		padding: 10px;
		background: #ecf3fd;
		width: 260px;
		border: solid 1px #7cc3d5;
		padding: 10px;
		font-weight: normal;
	}

	.nav dd
	{
		line-height: 25px;
		position: relative;
	}

		.nav dd dd
		{
			height: 25px;
			line-height: 25px;
			font-size: 12px;
			border-bottom: 1px dashed #ccc;
			background: url(../images/ico_01.jpg) 15px 7px no-repeat;
			padding-left: 25px;
			margin: 0;
			margin-top: 3px;
			text-align: left;
			cursor: pointer;
		}

		.nav dd a
		{
			text-indent: 0;
			margin: 0;
			padding: 0;
		}

		.nav dd:hover dl dl, .nav dd.sfhover dl dl
		{
			left: -999em;
			margin-top: -10px;
		}

		.nav dd:hover dl, .nav dd dd:hover dl, .nav dd.sfhover dl, .nav dd dd.sfhover dl
		{
			left: 260px;
		}

		.nav dd:hover dl
		{
			left: 175px;
			top: 0px;
		}

		.nav dd:hover, .nav dd.sfhover
		{
		}

		.nav dd:hover
		{
			color: #c33;
			background: #ccc url(../images/ico_01-.jpg) 15px 9px no-repeat;
		}

	.nav dl a:hover
	{
		color: #c33;
	}


/*==============  contact  ==============*/
.icontact
{
	overflow: hidden;
	background: url(../images/i_contactus.jpg) top center no-repeat;
	padding-top: 97px;
	font-size: 11px;
	margin-left: 7px;
}

h4.contactus
{
	font-family: Arial Black;
	color: #0e617c;
	text-indent: 15px;
	font-size: 15px;
}

.icontact div
{
	background: url(../images/ico_tel.jpg) 0px 5px no-repeat;
	text-indent: 40px;
	line-height: 20px;
}

.icontact a.youku
{
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	margin: 5px;
	background: url(../images/youku.jpg) no-repeat;
}

.icontact a.sinawebo
{
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	margin: 5px;
	background: url(../images/sinawebo.jpg) no-repeat;
}

.icontact a.youtube
{
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	margin: 5px;
	background: url(../images/youtube.jpg) no-repeat;
}

.icontact a.twitter
{
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	margin: 5px;
	background: url(../images/twitter.png) no-repeat;
}

.icontact a.facebook
{
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	margin: 5px;
	background: url(../images/facebook.jpg) no-repeat;
}

.icontact a.slide
{
	width: 50px;
	height: 50px;
	float: left;
	display: block;
	margin: 5px;
	background: url(../images/slide.jpg) no-repeat;
}

/*----滚动框----*/
.rollBox
{
	width: 200px;
	overflow: hidden;
	margin-top: 40px;
}

	.rollBox .LeftBotton
	{
		height: 18px;
		width: 15px;
		background: url(../images/btn_left-.png) no-repeat 0px 0;
		overflow: hidden;
		float: left;
		display: inline;
		margin: 75px 2px 0 0;
		cursor: pointer;
	}

	.rollBox .RightBotton
	{
		height: 18px;
		width: 15px;
		background: url(../images/btn_right-.png) no-repeat 0 0;
		overflow: hidden;
		float: right;
		display: inline;
		margin: 75px 0 0 5px;
		cursor: pointer;
	}

	.rollBox .Cont
	{
		width: 160px;
		overflow: hidden;
		float: left;
	}

	.rollBox .ScrCont
	{
		width: 10000000px;
	}

	.rollBox #List1, .rollBox #List2
	{
		float: left;
	}

	.rollBox .ScrCont dd
	{
		background: url(../images/probox-.png) no-repeat;
		width: 130px;
		height: 150px;
		padding: 15px 12px 15px 12px;
		float: left;
		margin: 0 8px;
	}

		.rollBox .ScrCont dd a
		{
			display: block;
			color: #0069b7;
			margin-top: 10px;
			font-weight: bold;
		}


/*==============  Content page  (pageInfo newsDetails proDetails)  ==============*/
.pageInfo
{
	margin-top: 10px;
	padding: 0 10px;
	font-size: 14.5px;
	line-height: 1.8em;
}

.newsDetails
{
	margin-top: 10px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.8em;
	color: #444;
}

	.newsDetails h1
	{
		font-size: 16px;
		text-align: center;
		line-height: 1.8em;
	}

	.newsDetails .note
	{
		color: #999;
		font-size: 12px;
		line-height: 30px;
		text-align: center;
	}

/*==============  Products magnifying glass  ==============*/
.jqzoom
{
	width: 300px;
	height: 260px;
	position: relative;
	position: relative;
	border: 1px solid #ccc;
	padding: 2px;
}

.zoomdiv
{
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 859px;
	width: 400px;
	height: 400px;
	background: url(../images/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup
{
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list
{
	width: 310px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	position: relative;
}

	#spec-list ul li
	{
		float: left;
		margin-right: 0px;
		display: inline;
		width: 62px;
		cursor: pointer;
	}

		#spec-list ul li img
		{
			padding: 2px;
			border: 1px solid #ccc;
			width: 50px;
			height: 50px;
		}



/*==============  Product Details  ==============*/
.proDetails
{
	margin-top: 20px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.8em;
	color: #444;
}

	.proDetails table#down_data h1
	{
		color: #04619c;
		font-size: 14px;
	}

/*==============  List page  ==============*/
.prolist
{
	overflow: hidden;
}

	.prolist ul
	{
		padding-left: 10px;
		overflow: hidden;
	}

		.prolist ul li a
		{
			color: #04619c;
		}

		.prolist ul li
		{
			width: 200px;
			height: 160px;
			float: left;
			overflow: hidden;
			padding: 10px;
			text-align: center;
			border: 1px solid #ccc;
			margin: 10px 15px;
		}

			.prolist ul li img
			{
				border-bottom: 1px dashed #2b748c;
				text-align: center;
				padding-bottom: 10px;
				box-sizing: border-box;
				width: 130px;
				height: auto;
			}

			.prolist ul li:hover
			{
				border: 1px solid #26a9fa;
			}

.txtlist
{
	clear: both;
	overflow: hidden;
	padding: 0 10px 3px 10px;
}

	.txtlist li
	{
		display: block;
		height: 32px;
		line-height: 32px;
		text-indent: 15px;
		background: url(../images/ico_01.jpg) 5px 11px no-repeat;
		border-bottom: 1px dashed #548fa2;
	}

		.txtlist li a
		{
			display: block;
			float: left;
		}

		.txtlist li span
		{
			display: block;
			float: right;
			text-align: right;
			color: #3870a3;
		}


.loadlist
{
	clear: both;
	overflow: hidden;
	padding: 0 10px 3px 10px;
}

	.loadlist li
	{
		display: block;
		height: 32px;
		line-height: 32px;
		text-indent: 15px;
		background: url(../images/ico_01.jpg) 5px 11px no-repeat;
		border-bottom: 1px dashed #548fa2;
	}

		.loadlist li a
		{
			display: block;
			float: left;
		}

			.loadlist li a i
			{
				color: #3870a3;
				font-style: normal;
				margin: 0 5px;
			}

		.loadlist li span
		{
			width: 40px;
			height: 17px;
			display: block;
			float: right;
			background: url(../images/load.jpg) no-repeat;
			margin-top: 7px;
			cursor: pointer;
		}

			.loadlist li span:hover
			{
				background: url(../images/load2.jpg) no-repeat;
			}

/*==============  culture  ==============*/
.campuslist
{
	overflow: hidden;
	clear: both;
}

	.campuslist ul
	{
		padding-top: 10px;
	}

	.campuslist h3
	{
		height: 25px;
		line-height: 25px;
		cursor: pointer;
		margin: 5px 0;
		padding-left: 15px;
		background: url(../images/tit_bg.jpg) no-repeat;
		cursor: pointer;
	}

		.campuslist h3 span
		{
			background: url(../images/ico_02.jpg) 5px 8px no-repeat;
			text-indent: 15px;
			display: block;
		}

	.campuslist ul li
	{
		padding: 15px 20px;
		border-bottom: 1px dashed #428398;
		overflow: hidden;
		clear: both;
	}

		.campuslist ul li img
		{
			float: left;
			border: 1px solid #269dba;
			padding: 5px;
			margin: 0 15px 0 0;
		}

		.campuslist ul li b a
		{
			color: #08569d;
		}

		.campuslist ul li b img
		{
			border: none;
			vertical-align: middle;
			float: none;
		}

	.campuslist ul a.more
	{
		width: 106px;
		height: 26px;
		display: block;
		margin-top: 20px;
		clear: both;
		float: right;
		background: url(../images/more_1.png) no-repeat;
	}


/*==============  footer  ==============*/
#footer
{
	width: 100%;
	background: url(../images/foot_img3.jpg);
	overflow: hidden;
}

	#footer .footer
	{
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		color: #fff;
		background: url(../images/logo.png) center right no-repeat;
		border-bottom: 1px solid #fff;
		padding: 15px 0;
	}

		#footer .footer .footlinks
		{
			width: 190px;
			float: left;
			text-align: left;
			padding-top: 15px;
		}

			#footer .footer .footlinks h4
			{ /*font-family:黑体;*/
				font-size: 20px;
				line-height: 30px;
			}

			#footer .footer .footlinks a
			{
				
				display: block;
				color: #fff;
				height: 20px;
				line-height: 20px;
			}

		#footer .footer .footcon
		{
			width: 380px;
			float: right;
			text-align: center;
			padding-top: 40px;
			line-height: 22px;
			margin-right: 200px;
		}

/*==============  表格样式  ==============*/
#down_data
{
	width: 100%;
	font-size: 12px;
}

	#down_data th
	{
		background: #f3f3f3;
	}

	#down_data th, table#down_data td
	{
		border-collapse: collapse;
		border: 1px #dbdbdb solid;
		padding: 5px 10px;
	}

.list th
{
	text-align: center;
}

.desc th
{
	text-align: right;
}

.tr_bg
{
	background: #ccc;
}

.tr_hover_col
{
	background: #dedede;
}


/*==============  分页样式  ==============*/
div.flickr
{
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	margin: 15px 0;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}

	div.flickr a
	{
		border: #dedfde 1px solid;
		padding: 2px 6px;
		background-position: 50% bottom;
		margin-right: 3px;
		text-decoration: none;
	}

		div.flickr a:hover
		{
			border: #ccc 1px solid;
			color: #fff;
			background-image: none;
			background-color: #3870a3;
		}

div.meneame a:active
{
	border: #ccc 1px solid;
	color: #fff;
	background-image: none;
	background-color: #0061de;
}

div.flickr span.current
{
	padding: 2px 6px;
	font-weight: bold;
	color: #ff0084;
	margin-right: 3px;
}

div.flickr span.disabled
{
	padding: 6px;
	color: #adaaad;
	margin-right: 3px;
}


/*==============  products  ==============*/
/*----滚动框----*/
.rollBoxview
{
	width: 760px;
	overflow: hidden;
}

	.rollBoxview .LeftBotton
	{
		height: 31px;
		width: 27px;
		background: url(../images/btn_left.jpg) no-repeat 0px 0;
		overflow: hidden;
		float: left;
		display: inline;
		margin: 75px 5px 0 5px;
		cursor: pointer;
	}

	.rollBoxview .RightBotton
	{
		height: 31px;
		width: 27px;
		background: url(../images/btn_right.jpg) no-repeat 0 0;
		overflow: hidden;
		float: right;
		display: inline;
		margin: 75px 5px 0 5px;
		cursor: pointer;
	}

	.rollBoxview .Cont
	{
		width: 685px;
		overflow: hidden;
		float: left;
	}

	.rollBoxview .ScrCont
	{
		width: 10000000px;
	}

	.rollBoxview #List1, .rollBox #List2
	{
		float: left;
	}

.proboxview
{
	overflow: hidden;
	height: 257px;
	width: 100%;
	background: url(../images/blueline_01.jpg) 460px bottom no-repeat;
}

	.proboxview .pros
	{
		width: 768px;
		border: 1px solid #ccc;
		height: 190px;
		display: block;
		overflow: hidden;
		margin-top: 11px;
		background: url(../images/corner.png) top right no-repeat;
		padding: 30px 0 20px 0px;
	}

	.proboxview dd
	{
		background: url(../images/probox.png) no-repeat;
		width: 135px;
		height: 151px;
		padding: 5px 20px 15px 20px;
		float: left;
	}

		.proboxview dd a
		{
			display: block;
			color: #0069b7;
			margin-top: 10px;
			font-weight: bold;
			font-size: 9pt;
		}


.profiles
{
	overflow: hidden;
	margin-bottom: 10px;
}

	.profiles dl
	{ /*border:1px solid #A5BEDD;*/
		overflow: hidden;
	}

		.profiles dl dt
		{
			height: 30px;
			line-height: 30px;
			background: #EFF6FE; /*border-bottom:1px solid #A5BEDD;*/
			padding-left: 2px;
		}

		.profiles dl dd
		{
			width: 320px;
			float: left;
			padding: 5px 20px;
		}

.up-down
{
	font-weight: bold;
}

	.up-down a
	{
		font-weight: normal;
	}

.float0831
{
	POSITION: fixed;
	TOP: 160px;
	RIGHT: 1px;
	background-position: 2px -154px;
	background: url(../images/float_s.gif) no-repeat;
}

float0831 .floatR
{
	PADDING-BOTTOM: 15px;
	WIDTH: 130px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: -131px bottom;
	FLOAT: left;
	OVERFLOW: hidden;
	BACKGROUND: url(../images/float_bg.gif);
}

.float0831 UL LI H3.titDc A
{
	WIDTH: 80px;
	DISPLAY: block;
	HEIGHT: 36px;
}

.newgif{
	width:200px;
}
.noresult{
	margin-left:50px;
}
#part_num img{
	float:left;
}
.campuslist ul li img{
	transition: all 0.6s;  
}
.campuslist ul li img:hover{
	transform: scale(1.1);
}