body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea {
	margin:0px;
	padding:0px;
	font-size:13px;
}
ul {
	list-style:none;
}
img,a img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body {
    font-family: "微软雅黑";
    background-color: #f4f4f4;
}
div{
    display: block;
}
.fleft {
    float: left;
}
#wrapper {
    width: 100%; 
    min-width: 1200px;
    margin: 0 auto;
}

#nav {
    width: 100%;
    height: 232px;
    margin-bottom: 16px;
/*    background-color: #979934;*/
}

#nav .nav-top {
    width: 100%;
    height:26px;
/*    background: url(../img/nav_top.png) repeat-x;
    margin-bottom: 21px;*/
}

#nav .nav-main{
    width:900px;
    height:185px;
    margin:0 auto;
}

#nav .logo{
    width:200px;
    height:127px;
    float:left;
    margin-top:43px;
}

#nav .nav-main-right{
    width:450px;
    height:170px;
    float:right;
}
#nav .nav-main-right-top{
    width:450px;
    height:85px;
}
#nav .nav-main-right-top .keywords{
	width:207px;
	height:22px;
	background: url("../img/keywords_new.png");
	float:right;
	margin: 43px 8px 0 0;
}
#nav .nav-main-right-bottom{
    width:450px;
    height:85px;	
}
#nav .menu {
	width: 307px;
	height:47px;
	float:right;
}
#nav .menu .menu-top {
    background: url(../img/menu_top.png) repeat-x;
    height: 3px;
    width: 307px;
}
#nav .menu ul{
	width:307px;
	height:47px;
	float:left;
}
#nav .menu ul li{
	float:left;
}
#nav .menu ul li a{
    display:block;
    padding-top:8px;
    width: 101px;
    height:47px;
    line-height:18px;
    text-align:center;
    font-size: 15px;
    font-weight: bold;
    color: #552c01;

}
#nav .menu ul li a span{
    font-size: 11.8px;
    font-weight: normal;
    color: #552c01;
}
#nav .menu ul li a:hover{
    text-decoration: none;
    height:67px;
/*    background: url(../img/mask.png) no-repeat top center;*/
    color: #caa14d;
/*    margin-top:-3px;*/
}
#nav .menu ul li a.checked{
    text-decoration: none;
    height:67px;
/*    background: url(../img/mask.png) no-repeat top center;*/
    color: #caa14d;
/*    margin-top:-3px;*/
}
#nav .menu ul li a:hover span{
    color: #caa14d;
}
#nav .menu ul li a.checked span{
    color: #caa14d;
}
#nav .menu a span{
    font-size: 11.5px;
    color: #926a2c;
}
#nav .nav-bottom{
    background: url("../img/nav_bottom_line_new.png") repeat-x;
    width:100%;
    height:22px;
}

#content{
    width: 100%;
}
#footer{
    background: url("../img/footer_new.png") no-repeat center;
    width: 100%;
    height:534px;
    position: relative;
    clear: both;
    zoom: 1;
}
#footer #to-top{
    position: fixed;
    top: 50%;
    display: none;
    zoom: 1;
    opacity: .5;
    right: 20px;
}
#footer .copyrights{
    width:900px;
    margin: 0 auto;
    text-align:center;
}
#footer .copyrights .cy-zh{
    font-size: 14.5px;
    line-height: 30px;
    letter-spacing: 2.3px;
}
#footer .copyrights .cy-en{
    font-size: 14px;
    line-height: 30px;
}
#footer .copyrights .keep-record {
    margin-top: 10px;
    
    font-size:13px;
}
#footer .copyrights .keep-record a {
    color:#000;
    text-decoration:none;
}
#content{
    width:900px;
    margin: 0 auto;
}
#content .content-title{
    width:900px;
    height:63px;
    background: url("../img/content_title_bg.png");
    margin-bottom:45px;
}
#content .content-title .title-text{
    font-size:20px;
    color:#fff;
    display: block;
    padding:30px 0 0 27px;
    font-family: '方正清刻本悦宋','SimSun';
}
#content .content-info .info-ul{
    width:900px;
    float:left;
}


#content-contact {
    width:900px;
    margin: 0 auto;
}
#content-contact .content-title{
    width:900px;
    height:63px;
    background: url("../img/content_title_bg.png");
    margin-bottom:45px;
}
#content-contact .content-title .title-sym {
    font-family: 'Microsoft YaHei';
}
#content-contact .content-title .title-en {
    font-family: 'Arial';
    font-size: 17px;
}
#content-contact .content-title .title-text{
    font-size:20px;
    color:#fff;
    display: block;
    padding:30px 0 0 27px;
    font-family: 'SimSun';
}
#content-contact .content-info .info-contact {
    float: left;
    width: 600px;
}
#content-contact .content-info .info-wechat{
    width:300px;
    float:left;
}
#content-contact .content-info .info-title{
    width:120px;
    height:50px;
    margin-bottom: 20px;
}
#content-contact .content-info .info-content{
    height:170px;
}
#content-contact .content-info .info-content ul li{
    height:30px;
}
#content-contact .title-text-cn{
    font-size:17px;
    color:#9f7432;
}
#content-contact .title-text-en{
    font-size:13px;
    color:#9f7432;
}
#content .content-info .info-content ul li{
    height:30px;
}
#content .about-content p{
    margin: 10px auto;
} 

