*{
	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%;
	margin-top: 30px;
}
.ui-b1{
	width: 1200px;
	margin: 0 auto;
}
.b1-top{
	width: 1200px;
	height: 40px;
	border-bottom: 1px solid #CCCCCC;
}
.b1-top-tit{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
}
.b1-top-tit img{
	float: left;
	position: relative;
	left: 0;
	top: 7px;
        width: 24px;
        height: 24px;
	padding-right: 12px;
}
.b1-top-tit::after{
	content: '';
	width: 132px;
	height: 3px;
	background: #6D3117;
	display: block;
	text-align: center;
}
.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-more{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 40px;
	float: right;
	clear: both;
}
.b1-top-more:hover{
	color: #6D3117;
}
.b1{
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}
.lunbo{
	width: 640px;
	height: 434px;
	position: relative;
	left: 0;
	overflow: hidden;
}
.container{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.list{
	width: 2700px;
	height: 100%;
	position: absolute;
}
.list a{
	display: inline-block;
	margin-right: -4.7px;
}
.lb-sh{
	width: 640px;
	height: 36px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
}
.lb-shp{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	text-overflow: ellipsis;
	text-indent: 9px;
}
.pointer{
	right: 25px;
	position: absolute;
	padding: 5px 0;
	z-index: 2;
	bottom: 0;
}
.pointer>span{
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #F4F4F4;
	border-radius: 50%;
	margin: auto 5px;
	background-color: #F4F4F4;
}
.pointer .on{
	background-color: #6D3117;
}
.b1-a{
	width: 540px;
}
.b1-a-ul{
	list-style: none;
	width: 100%;
}
.b1-a-li{
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #CCCCCC;
}
.b1-li-img img{
	position: relative;
	left: 0;
	top: 1px;
}
.b1-a-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-a-lia:hover{
	color: #E1A468;
}
.b1-a-num{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
	float: right;
	clear: both;
	padding: 18px 0;
}
.b1-a-li:hover span{
	color: #E1A468;
}
.ui-b2{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.b2-a{
	width: 570px;
}
.ui-b3{
	width: 100%;
	height: 643px;
	margin-top: 30px;
	background-image: url(../images/pic3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.b3{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-top: 38px;
}
.b3-top{
	text-align: center;
	position: relative;
}
.b3-top::after{
	content: '';
	width: 96px;
	height: 3px;
	background: #6D3117;
	position: absolute;
	left: 46%;
}
.b3-top-tit{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}
.b3-top-en{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
}
.b3-top-more{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 32px;
	text-align: center;
}
.b3-a-ul{
	width: 100%;
	margin-top: 19px;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.b3-a-li{
	width: 386px;
	height: 424px;
	background-color: rgba(255,255,255,.5);
	overflow: hidden;
	position: relative;
}
.b3-a{
	width: 100%;
	height: 100%;
}
.b3-a-img{
	width: 386px;
	height: 258px;
	display: block;
}
.b3-a-li .b3-a-img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
}
.b3-a-img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.b3-b{
	margin: 21px 16px 13px 20px;
}
.b3-b-tit{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6D3117;
	line-height: 24px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.b3-b-cont{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	text-align: left;
	padding-top: 12px;
}
.b3-b-bor{
	width: 140px;
	height: 40px;
	border: 2px solid #6D3117;
	border-radius: 20px;
	position: relative;
	text-align: center;
	margin: 0 auto;
        display: inline-block;
        left: 44%;
}
.b3-b-more{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6D3117;
	line-height: 40px;
	display: inline-block;
	position: relative;
	left: 3px;
}
.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;
}