@charset "gb2312";
body {
	background-color:#fafafa;
}
.TopHead {
	width: 100%;
	height: 150px;
	background-image: url(../Images/TopHeadBG.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.TopHead #HeadWelcome {
	height: 35px;
}
.TopHead #HeadWelcome p {
	height: 35px;
	color: #ffffff;
	line-height: 35px;
}
.TopHead #HeadWelcome p a {
	display: block;
	float: right;
	height: 35px;
	padding-left: 30px;
	padding-right: 10px;
	color: #ffffff;
	line-height: 35px;
	background-repeat: no-repeat;
	background-position: left center;
}
.TopHead #HeadLogo {
	width: 430px;
	height: 115px;
	float: left;
}
.TopHead #HeadNav {
	width: 770px;
	height: 115px;
	float: left;
}
.HomeNews {
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #d5d5d5;
}
.HomeNews p {
	width: 100px;
	float: left;
	line-height: 38px;
	color: #000000;
	font-weight: bold;
	background-image: url(../Images/Line.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.HomeNews a {
	width: 1100px;
	display: block;
	float: left;
}
.HomeNews a span {
	line-height: 38px;
	color: #666666;
	padding-right: 30px;
}
.HomeNews a i {
	line-height: 38px;
	color: #d0d0d0;
}
.HomeHolder_A {
	width: 1200px;
	height: 308px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

/*首页简介*/
.HomeAbout {
	height: 270px;
}
.HomeAbout #AboutText {
	height: 150px;
	line-height: 25px;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	overflow: hidden;
	margin-bottom: 10px;
}
.HomeAbout #AboutImg {
	height: 110px;
}
/*首页Tab*/
.HomeTabHolder {
	height: 270px;
	overflow: hidden;
}
.TabNewsList {
	display: block;
	height: 130px;
	margin-bottom: 10px;
}
.TabNewsList .TabNewsTitle {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.TabNewsList .TabNewsTime {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #d0d0d0;
}
.TabNewsList .TabNewsText {
	display: block;
	height: 79px;
	line-height: 25px;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	overflow:hidden;
	border-bottom: 1px solid #d5d5d5;
}

/*首页系列*/
.HomeClass {
	height: 270px;
	overflow: hidden;
}
.HomeClass a {
	display: block;
	height: 23px;
	padding: 5px 5px 5px 25px;
	line-height: 23px;
	border: 1px solid #f1f1f1;
	color: #000000;
	margin-bottom: 4px;
	background-image: url(../Images/HomeclassIcon.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.HomeClass a:hover {
	color: #ffffff;
	background-color: #bc9d56;
}



.HomeHolder_B {
	width: 100%;
	padding: 20px 0 30px 0;
	background-color: #fafafa;
	}
.HomeProduct {
	height: 232px;
	}
.HomeProduct .HomeProductList {
	display: block;
	float: left;
	width: 232px;
	height: 232px;
	margin-left: 10px;
}
.HomeProduct .HomeProductList:first-child {
	margin-left: 0px;
}
.HomeProduct .HomeProductList .HomeProImg {
	display: block;
	width: 230px;
	height: 200px;
	overflow: hidden;
	text-align: center;
}
.HomeProduct .HomeProductList .HomeProTitle {
	display: block;
	width: 230px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	background-color: #653675;
}


.HomeHolder_C {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}
.HomeImgBtn {
	margin-top: 10px;
	height:70px;
}
.HomeImgBtn a {
	display: block;
	float: left;
	width: 270px;
	height:70px;
	margin-left: 40px;
	background-color:#f1f1f1;
}
.HomeImgBtn a:first-child {
	margin-left: 0px;
}

.Footer {
	width: 100%;
	padding: 20px 0 20px 0;
	border-top: 1px solid #d5d5d5;
	text-align:center;
	line-height: 21px;
	color: #999999;
}


/*内页*/
.PageHolder {
	padding: 20px 0 20px 0;
}
.PageLeft {
	width: 240px;
	float: left;
	margin-right: 30px;
}
.PageLeftTitle {
	padding: 30px;
	height: 60px;
	background-image: url(../Images/PageLeftTitleBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.PageLeftTitle #EnTitle {
	height: 35px;
	line-height: 40px;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
.PageLeftTitle #CnTitle {
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	color: #ffffff;
}
.PageLeftMenu {
	margin-bottom: 20px;
	padding-bottom: 30px;
	background-color: #ffffff;
	background-image: url(../Images/PageLeftMenuBG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.PageLeftMenu a {
	display: block;
	height: 40px;
	border-bottom: 2px solid #f1f1f1;
	line-height: 40px;
	padding: 0 30px 0 30px;
	color: #666666;
}
.PageLeftMenu a:hover {
	background-color: #7e6ea5;
	color: #ffffff;
}
.PageLeftContact {
	background-color: #ffffff;
	background-image: url(../Images/PageLeftMenuBG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.PageLeftContactText {
	line-height: 21px;
	padding: 20px 30px 30px 30px;
	color: #666666;
	text-align: justify;
}



.PageRight {
	width: 930px;
	float: left;
}
.PageRightTitle {
	height: 35px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 15px;
}
.PageRightTitle #CnTitle {
	height: 35px;
	float: left;
	padding-right: 5px;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.PageRightTitle #EnTitle {
	height: 35px;
	float: left;
	padding-right: 5px;
	line-height: 40px;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}
.PageRightTitle a {
	display: block;
	float: right;
	height: 35px;
	padding-right: 18px;
	line-height: 35px;
	font-size: 12px;
	color: #653675;
	font-weight: normal;
	background-image: url(../Images/Home.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/*通用*/
.frHolder {
	float: left;
	width: 350px;
}
.centerHolder {
	float: left;
	width: 440px;
	padding: 0 30px 0 30px;
}
.HomeTitle {
	height:38px;
	line-height: 38px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.HomeTitle a {
	display: block;
	float: right;
	height: 38px;
	padding-right: 18px;
	line-height: 38px;
	font-size: 12px;
	color: #653675;
	font-weight: normal;
	background-image: url(../Images/More.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.HomeTabTitle {
	height:38px;
}
.HomeTabTitle p{
	height:28px;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0 15px 0 15px;
	background-color: #653675;
	color: #ffffff;
	line-height: 28px;
	cursor: pointer;
}
.TabOn {
	background-color: #bc9d56 !important;
}
.HomeTabTitle a {
	display: block;
	float: right;
	height: 38px;
	padding-right: 18px;
	line-height: 38px;
	font-size: 12px;
	color: #653675;
	font-weight: normal;
	background-image: url(../Images/More.png);
	background-repeat: no-repeat;
	background-position: right center;
}