@charset "utf-8";
/* CSS Document */

.YX_Bottom{ width:100%; height:587px; background-color:#4e3c2f; padding-top:40px; position:relative; overflow:hidden;}
.YX_Bottom .YX_title{ margin:0 auto; width:993px; height:80px; background-image:url(../images/YX_bottom_title.png); background-repeat:no-repeat; background-position:center;}
.YX_Bottom .YX_button{ display:block; position:absolute;top:520px; left:75%; width:120px; height:35px; background-color:#c6c6c6; color:#503728; font-size:22px; font-family:"微软雅黑";   line-height:35px; text-align:center; z-index:10000; text-decoration:none;}
.YX_Bottom .YX_button:hover{ background-color:#141318;color:#fffefe;}
  /* ------------------------------------------------- */

  #tabs {
    overflow: hidden;
    width: 100%;
	height:auto;
    margin: 0;
    padding: 0;
    list-style: none;
	width:999px;
	margin:0 auto;
  }

  #tabs li {
    float: left;
	width:111px;
	height:100px;
	margin:0;
	padding:0;
  }

  #tabs a {
	color: #e8e3da;  
	font-size:16px;
	font-family:"微软雅黑";
	letter-spacing:1px;
	text-align:center;
    text-decoration: none;
	display:block;
  	background-image:url(../images/button_1.jpg);
	background-repeat:no-repeat;
	width:111px;
	height:100px;
	padding-top:25px;
  }
  #tabs a span{ letter-spacing:-1px;}
  #tabs a:hover,
  #tabs a:focus {
    border-bottom-color: #2ac7e1;
    /*opacity: 0.3;
    filter: alpha(opacity=30);*/
	background-image:url(../images/button_2.jpg);
  }

  #tabs a:focus {
    outline: 0;
  }

  #tabs #current {
    z-index: 3;
    border-bottom-color: #3d3d3d;
   /* opacity: 0.3;
	filter: alpha(opacity=30); */
	background-image:url(../images/button_2.jpg);
  }

  /* ----------- */

  #content {
      background: #ffffff;
      border-top: 2px solid #3d3d3d;
      padding-top:55px;
      height: 350px;
  }
	.tab_context{
		width:910px;
		margin:0 auto;
	}
	
	.tab_context .YX_left{float:left; width:390px;}
	.tab_context .YX_right{float: right; width:465px; margin-top:20px;}
	.tab_context .YX_right strong {
		color: #000000;
		font-size: 30px;
		font-family: "微软雅黑";
		letter-spacing: 2px;
		line-height: 50px;
		font-weight: normal;
	}
	.tab_context .YX_right  p {
		color: #000000;
		font-size: 14px;
		font-family: "微软雅黑";
		letter-spacing: 1px;
		line-height: 25px;
		width: 460px;
		height: auto;
		margin:0;
		padding:0;
	}
	
  #content h2,
    #content h3,
    #content p {
  }  

  /* Demo page only */
  #about {
      color: #999;
      text-align: center;
      font: 0.9em Arial, Helvetica;
  }

  #about a {
      color: #777;
  }   
