﻿@charset "utf-8";
/* CSS Document */
/* main */
#ny_picber{width:1000px; margin:0px auto; padding:0px; background:#FFFFFF; position:relative; overflow:hidden}
	#topbanner
	{
		width:1000px;
		height:300px;
		overflow:hidden;
		z-index:1;
	}
#bannerbtn
	{	display: inline;
		hegiht:18px;
		position:absolute;
		z-index:2;
		bottom:20px;
		right:20px;
	}
	#bannerbtn a
	{
		color:#36f;
		font:700 11px "Arial";
		background:url(../images/y01.png) no-repeat;
		float:left;
		width:18px;
		height:18px;
		line-height:18px;
		text-align:center;
		text-decoration:none;
		margin-left:5px;
		text-indent:9999px;
	}
	#bannerbtn a.activeSlide
	{	
		color:#fff;
		background:url(../images/y02.png) no-repeat;
	}
	#bannerbtn a:hover
	{	
		color:#fff;
		background:url(../images/y02.png) no-repeat;
	}
#alpwap{width:1000px; margin:0px auto 0px; background:#fff;/*实现IE背景透明*/ overflow:hidden; padding:0px;}
#alpwap .alpcon{ width:1000px; padding:10px 0px;position:relative; line-height:26px;overflow:hidden}/*实现IE文字不透明*/
#alpwap .ny_picber{ width:1000px; margin:0 auto; padding-bottom:8px;}
#alpwap .alpcon ul{ width:960px; padding:0px; margin:0px}
#alpwap .alpcon ul li{list-style:none; overflow:hidden; float:left; width:162px; height:220px; padding:10px;}
#alpwap .alpcon ul li img{ border:1px solid #DEDEDE}
#alpwap .alpcon ul li span{padding:0px; text-align:center; width:162px; display:block; padding-top:5px;color: #8e7758; line-height:18px;}

#psnr{width:1000px; margin:0px auto 0px;background:#fff;/*实现IE背景透明*/}
#psnr .ny_picber{ width:1000px;margin:0px auto; padding-bottom:8px;}
#psnr .alpcon{ width:1000px;position:relative; line-height:26px; overflow:hidden; padding:10px 0px;}/*实现IE文字不透明*/
#psnr .alpcon h3{ width:800px;text-align:center; margin:0 auto; padding-top:10px; font-size:24px; font-weight:bold}
#psnr .alpcon .con{ width:800px;text-align:left; margin:0 auto; padding-top:10px;}
#psnr .alpcon .bigpc{width:800px;margin:10px auto 0px;display:table-cell; vertical-align:middle; text-align:center;display:block;}

.rollBox{width:840px;overflow:hidden;padding:12px 0 5px 6px; margin:0 auto;}
.rollBox .LeftBotton{height:52px;width:29px;background:url(../images/job_mj.png) no-repeat 11px 0;overflow:hidden;float:left;display:inline;margin:25px 0 0 0;cursor:pointer;}
.rollBox .RightBotton{height:52px;width:30px;background:url(../images/job_mj.png) no-repeat -18px 0;overflow:hidden;float:left;display:inline;margin:25px 0 0 0;cursor:pointer;}
.rollBox .Cont{width:780px;overflow:hidden;float:left;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:130px;float:left;text-align:center;}
.rollBox .Cont .pic img{padding:0px;background:#fff;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}
.rollBox #List1 li{ list-style:none; cursor:pointer}
.rollBox .Cont .pic div {border:1px solid #CCCCCC;}
.rollBox .Cont .activeSlide  div { border:1px solid #9A9A9A }


.page{ width:100%; text-align:center; line-height:26px; clear:both}
.page a{padding:0px 20px;}
.w1000h300
{
	max-width:1000px; 
	max-height:300px;
	 width:expression(this.width > 1000 ? "1000px" : this.width);
  height:expression(this.height > 300 ? "300px" : this.height); 
  overflow:hidden; border:0px; }
.w150h150
{
	max-width:150px; 
	max-height:150px;
	 width:expression(this.width > 150 ? "150px" : this.width);
  height:expression(this.height > 150 ? "150px" : this.height); 
  overflow:hidden; border:0px; }
.w650h500
{
	max-width:650px; 
	max-height:500px;
	 width:expression(this.width > 650 ? "650px" : this.width);
  height:expression(this.height > 500 ? "500px" : this.height); 
  overflow:hidden; border:0px; }
.w100h100
{
	max-width:100px; 
	max-height:100px;
	 width:expression(this.width > 100 ? "100px" : this.width);
  height:expression(this.height > 100 ? "100px" : this.height); 
  overflow:hidden; border:0px; }
  
.w800h500
{
	max-width:800px; 
	max-height:400px;
	 width:expression(this.width > 800 ? "800px" : this.width);
  height:expression(this.height > 500 ? "500px" : this.height); 
  overflow:hidden; border:0px; }


.w160h160
{
	max-width:160px; 
	max-height:160px;
	 width:expression(this.width > 160 ? "160px" : this.width);
  height:expression(this.height > 100 ? "160px" : this.height); 
  overflow:hidden; border:0px; }