	*{margin:0; padding:0;}
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:'Microsoft YaHei','Arial','Helvetica';
}
a { color:#666; text-decoration:none; hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
 outline: none;  /* for firefox 1.5 + */}
a:focus { outline: none; }
a:hover { color:#F00;}

/*#shaded{filter: grayscale(1);  transition: filter ease-in 0.3s;}
#shaded:hover{ filter: grayscale(0);}*/
input{padding:5px;}

ul,li,form,h1,h2,h3,h4,h5,h6 { margin:0px; padding:0px;}
ul { list-style:none;}

.l{float:left;}
.r{float:right;}

.clear { clear:both;}
	
	strong
	{
	}
	
	a
	{
		color: #0000FF;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
		.headercontainer
	{	position: relative;
		padding: 3em 0em;
		overflow: hidden;
		margin: 0em auto;
		width: 1000px;
	}
	
	
	.container
	{	
		overflow: hidden;
		margin: 0em auto;
		width: 1000px;
	}
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.staff
	{
		margin-bottom: 3em;
	}

	ul.staff li
	{
		display: inline-block;
	}
	
	ul.staff li img
	{
		width: 80%;
		border-radius: 50%;
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 0em 3em;
		background: #27AE61;
		border-radius: 8px;
		letter-spacing: 0.20em;
		line-height: 4em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		text-transform: lowercase;
		font-size: 3.2em;
	}
	
	.title .byline
	{
		font-size: 1.3em;
		color: #6F6F6F;
	}
		
/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

	.box1,
	.box2,
	.box3,
	.box4
	{
		width: 235px;
	}
	
	.box1,
	.box2,
	.box3,
	{
		float: left;
		margin-right: 20px;
	}
	
	.box4
	{
		float: right;
	}
	
/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,
	.boxB,
	.boxC
	{
		width: 320px;
	}

	.boxA,
	.boxB
	{
		float: left;
		margin-right: 5px;
	}
	
	.boxC
	{
		float: right;
	}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

	.tbox1,
	.tbox2
	{
		width: 575px;
	}
	
	.tbox1
	{
		float: left;
	}

	.tbox2
	{
		float: right;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	.logo
	{
		position: absolute;
		top: 1em;
		left: 0;
	}
	
	.logo h1
	{
		color: #2B3F48;
	}
	
	.logo a
	{
		text-decoration: none;
		color: #2B3F48;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	.menu
	{
		position: absolute;
		top: 2em;
		right: 0;
		font-size:12px;
	}
	
	.menu ul
	{
		display: inline-block;
	}
	
	.menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	.menu li a, #menu li 
	{    margin:0;
		padding: 5px 10px;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 0.8em;
		color: #2B3F48;
	}
	
	.menu li:hover a, #menu li.active a, #menu li.active span
	{
		color: #2B3F48;
	}
	
	.menu .current_page_item a
	{
		color: #27AE61;
	}
	
	.menu .icon
	{
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	.banner
	{
		overflow: hidden;
		padding: 7em 0em 5em 0em;
		background:#467500;
		background-size: cover;
		text-align: center;
		height:300px;
	}

	.banner .title
	{
	}

	.banner .title h2
	{
		color: #FFF;
	}

	.banner .title .byline
	{
		color: rgba(255,255,255,.6);
	}
	
	.banner .button
	{
		margin-top: 3em;
		background: #2B3F48 !important;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	.page
	{
		padding: 5em 0em;
		text-align: center;
	}
	
	.page .button
	{
		margin-top: 2em;
		display: inline-block;
		text-align: center;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(0,0,0,0.08);
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.70em;
		color: rgba(0,0,0,0.5);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(0,0,0,0.8);
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #27AE61;
		text-align: center;
		color: rgba(255,255,255,.8);
	}

	#featured a
	{
		color: rgba(255,255,255,1);
	}
	
	#featured .button
	{
		background: #FFF;
		margin-top: 3em;
		font-size: 1em;
		color: #27AE61;
	}

	#featured .title
	{
	}

	#featured .title h2
	{
		color: #FFF;
	}

	#featured .title .byline
	{
		color: rgba(255,255,255,.6);
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

.box
{
	padding: 2em 2em;
	/* border: 1px solid rgba(0,0,0,0.1); */
	border-radius: 8px;
}


	.extra
	{
		overflow: hidden;
		padding: 5em 0em;
	}
	
	.extra .title
	{
		text-align: center;
	}
	
	.extra .button
	{
		margin-top: 5em;
	}


.login{ color:#fff; background:#467500;  border:1px solid #535CCC;border-radius:5px; padding:15px; font-size:16px;}

.login2{ color:#467500; background:#fff; height:30px; line-height:30px; border:1px solid #005fa9; padding-left: 15px; padding-right:15px;border-radius:5px; font-size:14px; }

.loginbox{
	width: 400px;height:auto;border-top:24px solid  #6E73B1;
  padding: 15px 20px;
  background: #f3f6fa;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  }
  
  .fff{ color:#fff;}
  .blue{ color:#0261ab;}
  .666{ color:#666;}
   .ccc{ color:#ccc;}
  .333{ color:#333;}
  .red{ color:#d60000;}
  .green{background:url(../images/green.png) no-repeat center ; background-size:116px 20px; color:#f2f2f2;}
  .yan{ background:url(../images/yellow.png) no-repeat center ; background-size:116px 20px; color:#444;}
  .yi{ background:url(../images/red.png) no-repeat center ; background-size:116px 20px; color:#f6f6f6;}
  .yellow{color:#F6730C;}
  .lightgreen{color:#17d3cc;}
  
  .bgblue{ background-color:#0261ab;color:#fff;}
  .bggreen{ background-color:#0cb036; color:#fff;}
  .bgyellow{background-color:#ffb400; color:#fff;}
  .bglightgreen{background-color:#17d3cc; color:#fff;}
  .bgred{ background-color:#d60000; color:#fff;}
  .score{padding:3px;}
  <!--login box-->
  
  ::selection { background: #a4dcec; }
::-moz-selection { background: #a4dcec; }
::-webkit-selection { background: #a4dcec; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}

br { display: block; line-height: 2.2em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

#topbar {
  background: #4f4a41;
  padding: 10px 0 10px 0;
  text-align: center;
}

#topbar a {
  color: #fff;
  font-size:1.3em;
  line-height: 1.25em;
  text-decoration: none;
  opacity: 0.5;
  font-weight: bold;
}

#topbar a:hover {
  opacity: 1;
}

/** typography **/
h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding: .1em 0;
  color: #444;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
h1:before,
h1:after {
  /* content: ""; */
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #f0f0f0;
}
h1:before {    
  left: -.5em;
  margin: 0 0 0 -50%;
}
h1:after {    
  left: .5em;
  margin: 0 -50% 0 0;
}
h1 > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

p {
  display: block;
  font-size: 1.35em;
  line-height: 1.5em;
  margin-bottom: 22px;
}

.center { display: block; text-align: center; }


/** page structure **/
#w {
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}

#content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}


.flatbtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  border: 0;
  color: #f3faef;
  text-decoration: none;
  background-color: #6bb642;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  font-size: 1.2em;
  font-weight: bold;
  padding: 12px 22px 12px 22px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
  box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
}
.flatbtn:hover {
  color: #fff;
  background-color: #73c437;
}
.flatbtn:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

/** custom login button **/
.flatbtn-blu { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  border: 0;
  color: #edf4f9;
  text-decoration: none;
  background-color: #4f94cf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  font-size: 1.3em;
  font-weight: bold;
  padding: 12px 26px 12px 26px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.flatbtn-blu:hover {
  color: #fff;
  background-color: #519dde;
}
.flatbtn-blu:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}


/** modal window styles **/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}




#loginform { /* no default styles */ }

#loginform label { display: block; font-size: 1.1em; font-weight: bold; color: #7c8291; margin-bottom: 3px; }


.txtfield { 
  display: block;
  width: 100%;
  padding: 6px 5px;
  margin-bottom: 15px;
  font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
  color: #7988a3;
  font-size: 1.4em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f9), to(#fff));
  background-image: -webkit-linear-gradient(top, #edf3f9, #fff);
  background-image: -moz-linear-gradient(top, #edf3f9, #fff);
  background-image: -ms-linear-gradient(top, #edf3f9, #fff);
  background-image: -o-linear-gradient(top, #edf3f9, #fff);
  background-image: linear-gradient(top, #edf3f9, #fff);
  border: 1px solid;
  border-color: #abbce8 #c3cae0 #b9c8ef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.txtfield:focus {
  outline: none;
  color: #525864;
  border-color: #84c0ee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
}


  <!--login box-->
  
  .menu2{ height:30px; width:800px; margin:0; padding:0; float:left; margin-left:50px; color:#9cd3ff; }
 .menu2 ul{ margin:0; padding:0; list-style:none; }
  .menu2 ul li{ width:88px; text-align:center; height:65px; line-height:80px; float:left;color:#39f; font-size:15px; margin-bottom:0px; }
    .menu2 ul li a{color:#FFF; font-size:15px;  cursor:hand; }    .menu2 ul li a:hover{color:#efb935; font-size:15px; text-decoration:none; }

  .infor{ height:30px; width:200px; margin:0; padding:0; color:#9cd3ff; }
 .infor ul{ margin:0; padding:0; list-style:none; }
  .infor ul li{ width:180px; text-align:center; height:65px; line-height:80px; color:#fff; font-size:14px; margin-bottom:0px; }
    .infor ul li a{color:#CCCCCC; font-size:14px;  cursor:default; }    .infor ul li a:hover{color:#fff; font-size:14px; text-decoration:none; }	
	
	
.navfocus{color:#fff;  background:url(../images/sanjiao3.png) center  22px   no-repeat;}
.breadnav{ -webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius:5px;  border:1px solid #cadbea; height:38px; background:#eeeeee; margin-top:10px; margin-left:10px; margin-right:10px;}
.main{ margin:0 auto; padding:0; width:100%; height: auto; overflow:hidden;}
.wzjk{ margin:10px; height:42px;width:99%; font-size:16px; border-bottom:1px solid #cadbea;}
.tablecon{margin:10px; }
.bold{ font-weight:bold;}

.health{ color:#fff; background-color:#0C3; padding:5px; display:block; width:40px;}
.btn-mini2 {
  height:28px; padding:5px;
  font-size: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;}
.searchbox{ margin:10px; margin-top:0px;margin-bottom:0px;display:block;}
.content{ margin:20px; width:1000px; margin:20px auto;}
.steptxtarea{ width:800px; margin:0 auto;}
.steptxtarea ul{ width:800px; height:20px; line-height:20px; font-size:16px;}

.steptxtarea ul li{ width:180px;  height:20px; float:left; text-align:center;}

.steptxtarea2{ width:800px; margin:0 auto;}
.steptxtarea2 ul{ width:800px; height:20px; line-height:20px; font-size:16px;}

.steptxtarea2 ul li{ width:160px;  height:20px; float:left; text-align:center;}

.step1{ /*width:1250px;*/ margin-left:150px;margin-top:60px; height:auto;  font-weight:normal;}
.step1 input{ height:35px;}

.step2{ width:800px; margin-left:100px; height:auto; margin-top:20px; font-weight:normal;}
.step2 input{ height:35px;}

.nav2{ padding:5px;  -webkit-border-radius: 5px;-moz-border-radius: 5px;  margin-top:10px;}
.nav2 ul li{ border-bottom:1px solid #B2C7DB;}
.baseinfor{ margin:10px; font-size:16px;}
.tableinfor{width: 100%;margin-bottom: 20px;}
.tableinfor td{ height:35px; padding:5px;}

.allbox{ background:#f3f3f3; border:1px solid #cadbea;-webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px; margin:10px; padding:5px 20px;}
.titlestatic{ height:30px;}

.buttonselect{ padding:5px 10px; display:inline-block;
-moz-border-radius: 5px;  -webkit-border-radius: 5px;  border-radius:5px; 
color: #fff; 
border: solid 1px #0076a3; 
background: #0095cd; 
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5)); 
background: -moz-linear-gradient(top, #00adee, #0078a5); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5'); 
}
.buttonselect:hover{ padding:5px 10px; display:inline-block; -moz-border-radius: 5px; 
-webkit-border-radius: 5px;  border-radius:5px;  background: #007ead; 
background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e)); 
background: -moz-linear-gradient(top, #0095cc, #00678e); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e'); }
.buttonselected{
 padding:5px 10px;display:inline-block;
-moz-border-radius: 5px;  -webkit-border-radius: 5px;  border-radius:5px;  color: #64A5BD;
background: -webkit-gradient(linear, left top, left bottom, from(#011C25), to(#04A8E6)); 
background: -moz-linear-gradient(top, #0078a5, #00adee); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee'); 
}

.buttonopen {
   
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#ffffff));
   
}
.buttonclose {
display:inline-block;
-moz-border-radius: 5px;  
-webkit-border-radius: 5px;  
border-radius:5px; 
color: #00000; 
border: solid 1px #AAAAA; 
background: #CCCCC; 
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#B7B7B7)); 

   
}
.buttonclose:hover{ 
display:inline-block;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius:5px;  background:  #CCCCC; 
background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#ffffff)); 
}




.fullSlide {width:100%;	position:relative;height:320px;	background:#000; margin-top:10px;}
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul {	width:100% !important;}
.fullSlide .bd li {	width:100% !important;	height:320px;overflow:hidden;text-align:center;}
.fullSlide .bd li a {display:block;	height:320px;}
.fullSlide .hd {width:100%;	position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul {	text-align:center;}
.fullSlide .hd ul li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;	filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on {	background:#65bcff;}
.fullSlide .prev,.fullSlide .next {	display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next {left:auto;right:15%;background-position:-6px -137px;}



.popup_block{display: none;	background: #fff;padding:15px; border: 5px solid #ddd;float: left;font-size: 1.2em;position: fixed;top: 50%; left: 50%;z-index: 99999;-webkit-box-shadow: 0px 0px 5px #000;-moz-box-shadow: 0px 0px 5px #000;box-shadow: 0px 0px 5px #000;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

