*{
	margin: 0;
	padding: 0;
}
body a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.ui-header{
	width: 100%;
	background-color: white;
}
.header{
	height: 150px;
	width: 100%;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.header-box{
	width: 1200px;
	margin: 0 auto;
	height: 150px;
	position: relative;
}
.logo img{
	position: absolute;
	left: 0;
	top: 36px;
}
.header-box-a{
	position: absolute;
	right: 0;
	height: 150px;
	top: 0;
}
.box-ul{
	text-align: right;
	padding-top: 20px;
	list-style-type: none;
}
.box-li{
	display: inline-block;
}
.box-a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}
.search{
	width: 280px;
	height: 36px;
	background: #FFFFFF;
	margin-top: 20px;
	position: relative;
}
input[type=text]{
	width: 218px;
	height: 36px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	text-align: left;
	padding-left: 20px;
	border: none;
	outline: none;
	position: absolute;
	left: 0;
}
input[type=submit]{
	width: 40px;
	height: 24px;
	margin-top: 6px;
	cursor: pointer;
	position: absolute;
	right: 0;
	border: none;
	background-color: #fff;
	border-left: 2px solid #999;
        outline: none;
}
.btn{
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 8px 2px;
}
.header1{
	width: 100%;
	height: 50px;
	background: #6D3117;
}
.header1-ul{
	width: 1200px;
	margin: 0 auto;
	height: 50px;
        position: relative;
        bottom: 1px;
	list-style-type: none;
}
.header1-li{
	display: inline-block;
	position: relative;
	/*min-width: 100px;*/
        height: 50px;
}
.header1-a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
	display: block;
	white-space: nowrap;
	text-align: center;
}

.header1-li:hover{
	background-color: rgba(227,180,136,.8);
}
.header1-ul1{
	list-style-type: none;
	background-color: #6D3117;
	min-width: 100px;
	display: none;
	z-index: 100;
	position: absolute;
}
.header1-li1{
	height: 50px;
}
.header1-a1{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-overflow: ellipsis;
	line-height: 50px;
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
.header1-li:hover .header1-ul1{
	display: block;
}
.header1-a1:hover{
	background-color: rgba(227,180,136,.8);
}
.ui-body{
	width: 100%;
	padding-top: 37px;
	overflow: hidden;
	background: url(../images/back3.jpg) repeat top center;
	background-size: cover !important;
}
.ui-b1{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.b1-l{
	width: 260px;
}
.b1-ul{
	list-style: none;
        background: rgba(109,49,23,.1);
}
.b1-li{
	height: 59px;
	border-bottom: 1px solid #EEEEEE;
}
.b1-l-a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 59px;
	display: block;
	text-align: center;
        position: relative;
	background: url(../images/book.png) no-repeat;
	background-position: 70px 21px;
}
.b1-l-a:hover{
	background: url(../images/book1.png) no-repeat;
	background-position: 70px 21px;
}
.b1-li:hover .b1-l-a{
	background-color: #6D3117;
	color: #FFF;
}
.b1-r{
	width: 900px;
	overflow: hidden;
        background-color: rgba(255,255,255,.8)
}
.b1-top{
	width: 100%;
	height: 34px;
	border-bottom: 2px solid #6D3117;
}
.b1-top-tit{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
}
.b1-top-en{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: left;
	text-transform: uppercase;
	padding-left: 5px;
}
.b1-top-now{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #999999;
	float: right;
	clear: both;
	display: block;
	padding: 9px 0;
}
.b1-r-ul{
	list-style: none;
	width: 100%;
}
.b1-r-li{
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #CCCCCC;
}
.b1-li-img img {
    position: relative;
    left: 0;
    top: 1px;
}
.b1-r-lia{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	text-overflow: ellipsis;
	display: inline-block;
	padding: 18px 0;
}
.b1-r-num{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 21px;
	float: right;
	clear: both;
	padding: 18px 4px;
}
.b1-r-lia:hover{
	color: #e1a468;
}
.b1-f-ul{
	margin-top: 20px;
	text-align: center;
	list-style: none;
}
.b1-f-li{
	display: inline-block;
	border: 1px solid #999999;
	border-radius: 6px;
	margin: 0 10px;
}
.b1-f-a{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	padding: 5px 9px;
}
.b1-f-li:hover .b1-f-a{
	background: #6D3117;
	border-radius: 6px;
	color: #fff;
}
.ui-footer{
	margin-top: 30px;
	width: 100%;
	height: 134px;
	background-color: #6D3117;
}
.foot-ul{
	list-style: none;
	padding-top: 18px;
	text-align: center;
}
.foot-li{
	display: inline-block;
	position: relative;
}
.foot-a{
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
}
.foot-box{
	margin-top: 8px;
}
.foot-tit{
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
}
.foot-tit a{
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
}
.foot-tit img{
	position: relative;
	top: 5px;
	right: 5px;
}