﻿#Home {
	background-color: #69a533;
	color: #FFF;
}
.bg{ background:url(/skin/img/zhihuigongchangbg.jpg) no-repeat center top;height:752px;text-align:center; } 
	.yuanliaobg{width: 100%;float: left; background:url(/skin/img/bg/9_05.jpg) no-repeat center top;height: 455px; }
	.yuanliaobg_05{width: 100%;float: left; background:url(/skin/img/bg/0_05.jpg) no-repeat center top;height: 678px; text-align:center; }	
	.cont6bg{ background:url(/skin/img/xinwenbg.jpg) no-repeat;center; top; } 
	.button-1 {
	  -webkit-border-radius: 24;
	  -moz-border-radius: 24;
	  border-radius: 24px;
	  color: #ffffff;
	  font-size: 14px;
	  background: #CC2133;
	  padding: 12px 30px 12px 30px;
	  text-decoration: none;
	  width: 20%;
	  margin-right: 40px;
	}
	
	.button-2 {
	  -webkit-border-radius: 24;
	  -moz-border-radius: 24;
	  border-radius: 24px;
	  color: #000000;
	  font-size: 14px;
	  border: solid 2px;
	  border-color: darkgray;
	  background-color:transparent;
	  padding: 12px 30px 12px 30px;
	  text-decoration: none;
	  width: 15%;
	}
	.button-2:hover {
	  color: #ffffff;
	  background: #CC2133;
	  text-decoration: none;
	}