.pageHeader {
	padding-top:0.75rem;
	padding-bottom:0.75rem;
	background-color:#eee;
	display: inline-block;
}

.pageHeader .logo {
	height:1.57rem;
	line-height:1.57rem;
	float:left;
	text-align:left;
}

.pageHeader .logo > img {
	width:auto;
	height:1.57rem;
	border:0px;
	margin-left:0.43rem;
}

.pageHeader .menu {
	height:1.57rem;
	line-height:1.57rem;
	width:20%;
	float:right;
	text-align: right;
}

.pageHeader .menu > i {
	font-size:1.6rem;
	line-height:1.57rem;
	text-align:right;
	margin-right:0.6rem;
	cursor:pointer;
	color:#D32323;
	
}

.box .pageContent {
    width: 100%;
    display: inline-block;
}

.pageContent .ad {
	width:100%;
	height:auto;
	overflow:hidden;
	/* margin-bottom:1.5rem; */
}

.pageContent .ad > img {
	width:100%;
	height:167px;
}

.newsimg {
	width:100%;
	height:10.43rem;
}

.newsimg img {
	width:100%;
}

.pageContent .index_about {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	padding-top:0rem;
	padding-bottom:0rem;
	text-align:center;
	margin-top:1.5rem;
}

.pageContent .index_about ._title {
	width:100%;
	text-align:center;
	margin-bottom:0.2rem;
}

.pageContent .index_about .searchDiv {
	width:100%;
	margin-top:1.0rem;
	padding-bottom:1.4rem;
}

.pageContent .index_about .searchDiv .searchLine {
	width:100%;
	height:1.8rem;
	line-height:1.8rem;
	border:1px solid #ccc;
	background-color:#fff;
	position:relative;
}

.pageContent .index_about .searchDiv .searchLine > input {
	width:100%;
	border:0px;
	height:1.8rem;
	text-align:left;
	text-indent:5px;
	color:#333;
	font-size:0.625rem;
	background: transparent;
}

.pageContent .index_about .searchDiv .searchLine .searchBtn {
	width:1.8rem;
	height:1.8rem;
	background-color:#eee;
	color:#333;
	font-size:1.1rem;
	line-height:1.8rem;
	cursor:pointer;
	position:absolute;
	right:0px;
	top:0px;
}

.pageContent .index_about ._title .en_title {
	font-size: 1.0rem;
    color: #333;
    line-height: 1.4rem;
    text-align: left;
    display: block;
    font-family: sans-serif;
	font-weight: 500;
	letter-spacing:1px;
}

.pageContent .index_about ._title .cn_title {
	font-size:0.85rem;
	color:#333;
	line-height:1.4rem;
	text-align:left;
	display: block;
	font-weight: 500;
	letter-spacing:1px;
}

.pageContent .index_about ._title ._line_ {
	width:14%;
	margin-left:43%;
	margin-right:43%;
	height:0.16rem;
	background-color:#D32323;
	margin-top:0.5rem;
}

.pageContent .index_about .context_text {
	width:100%;
	
}
	
.pageContent .index_about .context_text .text_line {
	width:100%;
	line-height:1.20rem;
	font-size:0.65rem;
	color:#333;
	text-align:center;
}

.pageContent .index_about .context_text .text_line > img {
	width:90%;
	height:auto;
	margin-top:2.0rem;
	margin-bottom:1.0rem;
}

.pageContent .index_news {
	width:100%;
}

.pageContent .index_news ._title {
	width:100%;
	padding-top:0.65rem;
	padding-bottom:0.65rem;
	text-align:center;
	background-color:#D32323;
}


.pageContent .index_news ._title .en_title {
	font-size: 1.0rem;
    color: #fff;
    line-height: 1.4rem;
    text-align: center;
    display: block;
    font-family: sans-serif;
	font-weight: 500;
	letter-spacing:1px;
}

.pageContent .index_news ._title .cn_title {
	font-size:0.85rem;
	color:#fff;
	line-height:1.4rem;
	text-align:center;
	display: block;
	font-weight: 500;
	letter-spacing:1px;
}

.pageContent .index_news ._title ._line_ {
	width:14%;
	margin-left:43%;
	margin-right:43%;
	height:0.16rem;
	background-color:#fff;
	margin-top:0.5rem;
}

.index_news .context_text {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
	padding-top:0.0rem;
}

.index_news .context_text >ul {
	width:100%;
	margin:0px;
	padding:0px;
}

.index_news .context_text >ul > li {
	width:50%;
	float:left;
}

.index_news .context_text >ul > li:nth-of-type(odd){
	margin-left:0px;

}

.index_news .context_text >ul > li:nth-of-type(even){
	margin-right:0px;
}

.index_news .context_text >ul > li >img {
	width:96%;
	height:auto;
	margin-left:2%;
	margin-right:2%;
	border-radius:4px;
}

.index_news .context_text >ul > li > .newtitle {
	width:100%;
	line-height:0.8rem;
	font-size:0.65rem;
	color:#333;
	max-height:1.65rem;
	overflow:hidden;
	margin-top:0.4rem;
	height:1.65rem;
	display:none;
}

.index_news .context_text >ul > li >span {
	line-height:1.4rem;
	color:#333;
	font-size:0.65rem;
	text-align:center;
	width: 100%;
    display: table;
	margin-bottom:1.0rem;
}

.index_news .context_text .newsBtn {
	width:100%;
	padding-top:0.8rem;
	padding-bottom:0.8rem;
	display: inline-block;
	text-align: center;
}

.index_news .context_text .newsBtn .moreBtn {
	width:3.43rem;
	height:1.5rem;
	line-height:1.325rem;
	text-align:center;
	margin:0px auto;
	background-color:#D32323;
	border-radius:3px;
	cursor:pointer;
	display: inline-block;
	margin-left:0.5rem;
	margin-right:0.5rem;
}

.index_news .context_text .newsBtn .goodsPage {
	width:3.0rem;
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	color:#333;
	font-size:0.625rem;
	display: inline-block;
	margin-left:0.25rem;
	margin-right:0.25rem;
	cursor:pointer;
}

.index_news .context_text .newsBtn .moreBtn.out {
	background-color:#ccc;
}


.index_news .context_text .newsBtn .moreBtn > span {
	color:#fff;
	font-size:0.6rem;
	display: inline-block;
}

.index_news .context_text .newsBtn .moreBtn >img {
	width:0.35rem;
	height:auto;
}





/* 产品展示 */
.pageContent .index_goods {
	width:100%;
	margin-top:1.8rem;
}

.pageContent .index_goods ._title {
	width:100%;
	padding-top:0.65rem;
	padding-bottom:0.65rem;
	text-align:center;
	background-color:#D32323;
}


.pageContent .index_goods ._title .en_title {
	font-size: 1.0rem;
    color: #fff;
    line-height: 1.4rem;
    text-align: center;
    display: block;
    font-family: sans-serif;
	font-weight: 500;
	letter-spacing:1px;
}

.pageContent .index_goods ._title .cn_title {
	font-size:0.85rem;
	color:#fff;
	line-height:1.4rem;
	text-align:center;
	display: block;
	font-weight: 500;
	letter-spacing:1px;
}

.pageContent .index_goods ._title ._line_ {
	width:14%;
	margin-left:43%;
	margin-right:43%;
	height:0.16rem;
	background-color:#fff;
	margin-top:0.5rem;
}

.index_goods .context_text {
    width: 78%;
    margin-left: 11%;
    margin-right: 11%;
	padding-top:2.0rem;
}

.index_goods .context_text > ul {
	width:100%;
	margin:0px;
	padding:0px;
}

.index_goods .context_text > ul > li {
	width:25.86%;
	float:left;
	margin-right:10.42%;
	margin-bottom:1.7rem;
	position:relative;
	display: block;
	cursor:pointer;
}

.index_goods .context_text > ul > li:nth-child(3n+0){
	float:right;
	margin-right:0px;
}
	
.index_goods .context_text > ul > li >img {
	width:100%;
	height:auto;
	max-height:4.1875rem;
}

.index_goods .context_text > ul > li .protitle {
	width:100%;
	height:1.2rem;
	position:absolute;
	z-index:3;
	left:0px;
	bottom:0px;
}

.index_goods .context_text > ul > li .protitle >span:first-child {
	line-height:1.2rem;
	height:1.2rem;
	font-size:0.52rem;
	color:#fff;
	display:block;
	float:left;
	text-indent:2px;
}

.index_goods .context_text > ul > li .protitle >span:last-child {
	line-height:1.2rem;
	height:1.2rem;
	font-size:0.52rem;
	color:#fff;
	display:block;
	float:right;
	padding-right:2px;
}

.index_goods .context_text > ul > li .prolistbg {
	width:100%;
	height:1.2rem;
	position:absolute;
	z-index:2;
	left:0px;
	bottom:0px;	
	background-color:#000;
	filter:alpha(Opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.index_goods .context_text > .catlist {
	width:100%;
	margin-bottom:2.6rem;
}

.index_goods .context_text > .catlist >.catL {
	width:80%;
	float:left;
	height:1.1rem;
	line-height:1.1rem;
	overflow:hidden;
}

.index_goods .context_text > .catlist >.catL >span {
	display:inline-block;
	padding-left:6px;
	padding-right:6px;
	line-height:1.1rem;
	color:#fff;
	background-color:#333;
	font-size:0.6rem;
	cursor:pointer;
	float:left;
	margin-right:0.8rem;
	border-radius:1px;
	margin-bottom: 3px;
}

.index_goods .context_text > .catlist >.catL >span.act {
	background-color:#D32323;
}

.index_goods .context_text > .catlist > .catR {
	float:right;
	height:1.1rem;
	line-height:1.1rem;	
	cursor:pointer;
	padding-left:5px;
	padding-right:0px;
}

.index_goods .context_text > .catlist > .catR >span {
	display:inline-block;
	line-height:1.1rem;
	color:#D32323;
	font-size:0.5rem;
}

.index_goods .context_text > .catlist > .catR > img {
	width:0.35rem;
	height:auto;
	margin-left:3px;
}

.box .pageTail {
	width:100%;
	margin-top:3.0rem;
	background-color:#333;
	clear: both;
}

.pageTail .footer {
	width:78%;
	margin-left:11%;
	margin-right:11%;
	display: inline-block;
	padding-bottom:2.0rem;
}

.pageTail .footer .linkDiv {
	margin-top: 0.8rem;
	line-height:2.0rem;
	text-align:center;
}

.pageTail .footer .linkDiv >a {
	font-size:0.65rem;
	color:#fff;
	cursor:pointer;
	margin-left:0.5rem;
	margin-right:0.5rem;
	text-decoration:none;
}

.pageTail .footer .linkDiv >em {
	font-size:0.5rem;
	color:#fff;
	font-style: normal;
}

.pageTail .footer .footer_content {
	width:100%;
	margin-top:2.3rem;
	text-align:center;
}

.pageTail .footer .footer_content >img {
	height:3.0rem;
	width:auto;
	margin:0px auto;
	display: block;
	margin-bottom:2.0rem;
}

.pageTail .footer .footer_content > span {
	color:#fff;
	font-size:0.625rem;
	line-height:1.4rem;
	text-align:center;
	
}

.pageBg {
	filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;
}
.menuList {
	width: 6.25rem;
    height: auto;
    position: fixed;
    right: 0px;
    top: 3.0rem;
    z-index:101;
    background-color: #d32322;
    padding-bottom: 0.15rem;
    padding-top: 0.1rem;
	border-radius: 3px;
	display:none;
}

.menuList .autocss {
	width:100%;
	height:auto;
}

.menuList .autocss >ul {
	width:100%;
	margin:0px auto;
}

.menuList .autocss >ul >li {
	width: 92%;
    height: 2rem;
    line-height: 2rem;
    text-align: left;
    text-indent: 4px;
    background-color: #d32322;
    color: #fff;
    font-size: 0.725rem;
    cursor: pointer;
    border-bottom: 1px dashed #eee;
	margin-left:4%;
	margin-right:4%;
}

.menuList .autocss >ul >li:last-child {
	border-bottom:0px;
}

.menuList .autocss >ul >li > i {
	color:#fff;
	font-size:0.825rem;	
	margin-left:0.35rem;
	margin-right:0.5rem;
}

.triangle_border_up{
	width: 0;
    height: 0;
    border-width: 0 0.45rem 0.5rem;
    border-style: solid;
    border-color: transparent transparent #d32322;
    position: absolute;
    top: -0.5rem;
    right: 0.5rem;
    z-index: 200;
}

.index_news .context_text >ul > li > .newtitle >span {
	width:0.65rem;
	height:0.65rem;
	display:block;
	float:left;
	margin-right:0.2rem;
	margin-bottom:0.25rem;
}

.index_news .context_text >ul > li > .goodsPic {
	width:100%;
	height:auto;
	overflow:hidden;
}

.index_news .context_text >ul > li > .goodsPic >img {
	width:96%;
	height:auto;
	margin-left:2%;
	margin-right:2%;
	border-radius:4px;
}




.index_news .context_text > .catlist {
	width:100%;
	margin-top:0.6rem;
	margin-bottom:0.6rem;
	height:auto;
	margin-bottom: 1.0rem;
	height:2.4rem;
	border-bottom:1px solid #ccc;
}

.index_news .context_text > .catlist >.catL {
	width:100%;
	height:1.4rem;
	line-height:1.4rem;
	overflow:hidden;
	display: table;
	margin-top:0.5rm;
}

.index_news .context_text > .catlist >.catL >span {
	display:inline-block;
	padding-left:6px;
	padding-right:6px;
	line-height:1.1rem;
	color:#fff;
	background-color:#333;
	font-size:0.6rem;
	cursor:pointer;
	float:left;
	margin-right:0.8rem;
	border-radius:1px;
	padding-left: 14px;
    padding-right: 14px;
	padding-top:4px;
	padding-bottom:4px;
	border-radius:2px;
	
}

.index_news .context_text > .catlist >.catL >span.act {
	background-color:#D71049;
}

.index_news .context_text > .catlist > .catR {
	float:right;
	height:1.1rem;
	line-height:1.1rem;	
	cursor:pointer;
	padding-left:5px;
	padding-right:0px;
	display:none;
	margin-top: 0.3rem;
}

.index_news .context_text > .catlist > .catR >span {
	display:inline-block;
	line-height:1.1rem;
	color:#333;
	font-size:0.5rem;
}

.index_news .context_text > .catlist > .catR > img {
	width:0.35rem;
	height:auto;
	margin-left:3px;
}

#catList {
	width:100%;
	height:auto;
	border:0px;
	display:none;
}


.index_news .context_text > #catList  >.catL >span {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.1rem;
    color: #fff;
    background-color: #333;
    font-size: 0.6rem;
    cursor: pointer;
    float: left;
    margin-right: 0.8rem;
    border-radius: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 2px;
	margin-bottom:1.0rem;
}

.index_news .context_text > #catList  >.catL >span.act {
	background-color:#D71049;
}






