@charset "gb2312";
body {
	background-color: #fff !important;
}
.homeBanner {
	width: 100%;
}
.homeBanner .bannerBG {
	position: absolute;
	width: 100%;
	height: 1000px;
}
.homeBanner .holder {
	position: relative;
	width: 1180px;
	height: 1000px;
	margin: auto;
	z-index: 999;
}
.bannerTitle {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 220px;
	height: 80px;
	background-image: url(../img/banner-title.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerLink1 {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 220px;
	height: 200px;
	background-image: url(../img/banner-btn-1.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerLink2 {
	position: absolute;
	top: 370px;
	left: 220px;
	width: 220px;
	height: 200px;
	background-image: url(../img/banner-btn-2.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerLink3 {
	position: absolute;
	top: 370px;
	left: 440px;
	width: 440px;
	height: 200px;
	background-image: url(../img/banner-btn-3.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerLink4 {
	position: absolute;
	top: 570px;
	left: 0px;
	width: 220px;
	height: 200px;
	background-image: url(../img/banner-btn-4.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerLink5 {
	position: absolute;
	top: 570px;
	left: 440px;
	width: 220px;
	height: 200px;
	background-image: url(../img/banner-btn-5.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerLink6 {
	position: absolute;
	top: 570px;
	left: 660px;
	width: 220px;
	height: 200px;
	background-image: url(../img/banner-btn-6.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerLink7 {
	position: absolute;
	top: 770px;
	left: 660px;
	width: 220px;
	height: 200px;
	background-image: url(../img/banner-btn-7.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerIconQR {
	position: absolute;
	top: 570px;
	left: 880px;
	width: 220px;
	height: 200px;
	background-image: url(../img/banner-icon-qr.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerIconBtn {
	position: absolute;
	top: 570px;
	left: 1100px;
	width: 80px;
	height: 200px;
	background-color: #f7ca6d;
	padding: 10px;
}
.bannerIconBtn a {
	display: block;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
}
.bannerIconBtn a:hover {
	background-color: #aa863a;
	border-radius: 30px;
}
.bannerBtn {
	display: block;
	width: 100%;
	height: 100%;
}
.bannerBtn:hover {
	border: 3px solid #FFF;
}
.bannerAdd {
	position: absolute;
	top: 75px;
	right: 0px;
	width: 880px;
	height: 280px;
	background-image: url(../img/banner-add.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/*-------------------------------------*/
.homeProduct {
	width: 1180px;
	margin: auto;
	padding: 10px 0px;
}
.homeTitle {
	height:70px;
	line-height: 70px;
}
.homeTitle .cnText {
	font-size: 18px;
}
.homeTitle .enText {
	padding-left: 5px;
	font-size: 16px;
	text-transform: uppercase;
}
.homeTitle .more {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 20px;
	background-image: url(../img/icon-4.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.homeTitle .more:hover {
	background-image: url(../img/icon-4H.png);
}
.homeProductHolder {
	height: 300px;
}
.homeProductList {
	display: block;
	float: left;
	width: 212px;
	height: 270px;
	margin-left: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.homeProductList:first-child {
	margin-left: 0px;
}
.homeProductList:hover {
	-webkit-box-shadow: 0px 0px 0px 10px #f6ca6d;
	box-shadow: 0px 0px 0px 10px #f6ca6d;
}
.homeProductList .img {
	position: relative;
	display: block;
	height:212px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.homeProductList .img .imgBottom {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height:10px;
	background-image: url(../img/img-bottom.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.homeProductList .title {
	display: block;
	height:28px;
	padding: 7px;
	line-height: 15px;
	text-align: center;
	color: #5d4616;
	font-weight: bold;
	background-color: #aa863a;
}
.homeProductList .series {
	display: block;
	height:31px;
	padding: 7px;
	line-height: 15px;
	text-align: center;
	color: #aa863a;
	background-color: #5d4616;
}
/*----------------------------------------------------*/
.homeNews {
	background-color: #FFF4DF;
	padding: 10px 0px;
}
.homeNewsHolder {
	height: 410px;
}
.homeNewsList {
	position: relative;
	display: block;
	float: left;
	width: 380px;
	height: 80px;
	margin: 0px 0px 20px 20px;
}
.homeNewsList:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 0px 10px #FFF;
	box-shadow: 0px 0px 0px 10px #FFF;
}
.homeNewsList .img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.homeNewsList .title {
	display: block;
	margin-left: 90px;
	height: 26px;
	font-size: 16px;
	color: #5d4616;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.homeNewsList .text {
	display: block;
	margin-left: 90px;
	height: 54px;
	font-size: 12px;
	line-height: 18px;
	color: #aa863a;
	/* 当多行对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical; 
}
.homeNewsList:first-child {
	width: 380px;
	height: 380px;
	margin: 0px 0px 20px 0px;
}
.homeNewsList:first-child  .img {
	display: block;
	width: 100%;
	height: 100%;
}
.homeNewsList:first-child  .title {
	position: absolute;
	display: block;
	width: 100%;
	height: 50px;
	margin-left: 0px;
	background-color: #000;
	filter: alpha(opacity=70); /*IE*/
	-moz-opacity: 0.7; /*MOZ , FF*/
	background: rgba(0, 0, 0, 0.7)!important; /*　使用IE专属滤镜实现IE背景透明*/
	bottom: 0px;
	padding: 10px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.homeNewsList:first-child  .text {
	display: none;
}
/*----------------------------------------------------*/
.homeOther {
	width: 1180px;
	height: 370px;
	margin: auto;
	padding: 10px 0px;
	
}
.homeOther .homeMarketing {
	float: left;
	width: 380px;
	height: 330px;
	margin-right: 20px;
}
.homeOther .homeMarketing .img {
	width: 380px;
	height: 220px;
	background-image: url(../img/map.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.homeOther .homeMarketing .btn {
	width: 380px;
	height: 40px;
}
.homeOther .homeMarketing .btn a {
	display: block;
	float: left;
	width: 120px;
	height: 40px;
	padding: 3px;
	margin-left: 10px;
}
.homeOther .homeMarketing .btn a span {
	display: block;
	width: 114px;
	height: 34px;
	padding: 5px;
	border: 1px solid #FFF;
	line-height: 22px;
	text-align: center;
	color: #FFF;
}
.homeOther .homeMarketing .btn a:first-child {
	margin-left: 0px;
}
.homeOther .homeMarketing .btn a:hover {
	background-color: #4e86e5 !important;
}
.homeOther .homeCase {
	float: left;
	width: 780px;
	height: 330px;
}
.homeCaseHolder {
}
.homeCaseList {
	display: block;
	float: left;
	width: 180px;
	height: 260px;
	margin-left: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.homeCaseList:first-child {
	margin-left: 0px;
}
.homeCaseList:hover {
	-webkit-box-shadow: 0px 0px 0px 10px #f6ca6d;
	box-shadow: 0px 0px 0px 10px #f6ca6d;
}
.homeCaseList .img {
	display: block;
	width: 180px;
	height: 220px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.homeCaseList .title {
	display: block;
	width: 180px;
	height: 40px;
	background-color: #FFF4DF;
	line-height: 40px;
	color: #5d4717;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}