@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";}
body{ text-align: justify;}
a{ text-decoration:none; font-size: 14px; color:#000;}
input,select,textarea{ outline:none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; overflow: hidden;transition: all 0.5s;transform: scale(1); max-height:100%;}

.left{ float:left;}
.right{ float:right;}

.ovfl{
	overflow: hidden;
}

.pt30{
	padding-top: 30px !important;
}
.p30{
	padding: 30px 0;
}
.p60{
	padding: 60px 0;
}
.m30{
	margin: 30px 0;
}
.mt30{
	margin-top: 30px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mt60{
	margin-top: 60px !important;
}
.w100{
	width: 100%;
	display: block;
}

.newstext table{
	width: 100%;
	max-width: 800px;
}
.prodetail img{
}
.prodetail table td{
	word-break: break-all;
}

.header{
	max-width: 75%;
	margin: 0 auto;
	padding: 19.5px 0;
}

.menu{
	background: #221915;
	line-height: 50px;
	text-align: center;
}
.menu ul{
	max-width: 75%;
	margin: 0 auto;
}
.menu ul li{
	display: block;
	width: 14.28%;
	float: left;
}
.menu ul li a{
	display: block;
	color: #fff;
	font-size: 16px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu ul li.this a,
.menu ul li:hover a{
	color: #221915;
	background: #f7b52b;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}



.banner{
	height: 600px;
}



.search{
	max-width: 75%;
	margin: 0 auto;
	line-height: 54px;
	font-size: 14px;
}
.search .hotkeys{
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search .hotkeys strong{
	color: #282828;
}
.search .hotkeys a{
	color: #666;
	font-size: 14px;
	margin: 0 10px 0 0;
}

.search .searchform{
	margin: 8px 0 0 0;
	width: 20%;
}
.search .stext{
	width: 70%;
	padding: 0 5%;
	height: 37px;
	border: none;
	background: #eeeeee;
}
.search .sbut{
	width: 20%;
	height: 37px;
	border: none;
	border-radius: 3px;
	background: url("../images/sbut.png") #434343 center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.search .sbut:hover{
	cursor: pointer;
	background: url("../images/sbut1.png") #f7b52b center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.stitle{
	text-align: center;
}
.stitle h1{
	font-size: 36px;
}
.stitle h1 span{
	color: #f7b52b;
}
.stitle p{
	font-size: 16px;
	color: #888888;
}




.cuscase{
	background: url("../images/bg_case.jpg") center no-repeat;
}

.cuscaseul{
	max-width: 75%;
	margin: 0 auto;
}
.cuscaseul li{
	float: left;
	display: block;
	position: relative;
	width: 33.333%;
}
.cuscaseul li .clogo{
	position: absolute;
	z-index: 9;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: rgba(0,0,0,.4);
	text-align: center;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscaseul li .clogo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.cuscaseul li .more_2{
	height: 52px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 50%;
	margin-left: -26px;
	z-index: 9;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscaseul li:hover .clogo{
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscaseul li:hover .more_2{
	opacity: 1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscaseul li:hover .pic img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}

.cuscaseul li .text{
	position: absolute;
	line-height: 50px;
	z-index: 9;
	top: 50%;
	margin-top: -25px;
	text-align: center;
	width: 100%;
	font-size: 24px;
}
.cuscaseul li .text:before{
	left: 30%;
	top: 0;
	position: absolute;
	content: '';
	display: block;
	width: 15px;
	height: 50px;
	background: url("../images/case_more.png") center left no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscaseul li .text:after{
	right: 30%;
	top: 0;
	position: absolute;
	content: '';
	display: block;
	width: 15px;
	height: 50px;
	background: url("../images/case_more.png") center right no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscaseul li:hover .text:before{
	left: 25%;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cuscaseul li:hover .text:after{
	right: 25%;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}




.probg{
	background: url("../images/bg_pro.jpg") center no-repeat;
}


.pro{
	max-width: 75%;
	margin: 0 auto;
}
.cate{
	width: 17%;
}
.cate ul{}
.cate ul li{
	display: block;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff;
	border-bottom: 2px solid #dadada;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate ul li a{
	display: block;
	padding: 0 30px;
	font-size: 16px;
}
.cate ul ul.erji{
	display: none;
}
.cate ul ul.erji li a{
	padding: 0 20px 0 60px;
}
.cate ul ul.erji li{
	position: relative;
}
.cate ul ul.erji li:before{
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #f7b52b;
	left: 43px;
	top: 50%;
	margin-top: -2px;
	opacity: 1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate ul ul.erji li:hover:before{
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate>ul>li{
	position: relative;
}
.cate>ul>li>span{
	position: absolute;
	width: 52px;
	height: 52px;
	display: block;
	right: 0;
	top: 0;
	background: url("../images/more.png") center no-repeat;
	opacity: .8;
	cursor: pointer;
	/*transform: rotate(90deg);
	background-size: 10px;*/
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate>ul>li.this>span,
.cate>ul>li.thishover>span,
.cate>ul>li:hover>span{
	background: url("../images/more1.png") center no-repeat;
	opacity: 1;
	cursor: pointer;
	/*background-size: 13px;*/
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate>ul>li.this>span,
.cate>ul>li.thishover>span,
.cate>ul>li>span:hover{
	transform: rotate(0);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate>ul>li.fl226 span,
.cate>ul>li.fl79 span{
	display: none;
}
.cate ul li.thishover{
	background: #f7b52b;
}
.cate ul li.this,
.cate ul li:hover{
	background: url("../images/cate_hover.png") #f7b52b left center no-repeat;
	background-size: contain;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate ul li.this a,
.cate ul li.thishover a,
.cate ul li:hover a{
	color: #fff;
}
.cate ul li.last{
	background: #000;
}
.cate ul li.last a{
	color: #fff;
	padding: 0;
	text-align: center;
}
.cate ul li.last:hover{
	background: #f7b52b;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate img{
	width: 100%;
}

.proul{
	width: 74%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
	background: #fff;
	padding: 3%;
}
.proul li{
	width: 31.333%;
	float: left;
	display: block;
	margin: 0 3% 0 0;
}
.proul li:nth-child(3n){
	margin: 0 0 3% 0;
}
.sproul li:nth-child(7),
.sproul li:nth-child(8){
	margin: 0 3% 0 0;
}
.sproul li:nth-child(9){
	margin: 0 0 0 0;
}

.proul li .pic{
	border: 1px solid #dcdcdc;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.proul li:hover .pic{
	border: 1px solid #000;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.proul li p{
	padding: 0 5%;
	text-align: left;
	line-height: 44px;
}
.proul li:hover p{
	text-align: center;
	background: url("../images/more_3.png") #f7b52b center right 10px no-repeat;
}
.proul li:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}


.advbg{}
.advbg .stitle h1{
	font-size: 48px;
}
.advbg .stitle h1 img{
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 5px;
}

.adv1bg{
	background: url("../images/bg_adv1.jpg") center no-repeat;
	background-size: cover;
}

.adv{
	max-width: 75%;
	margin: 0 auto;
	position: relative;
}
.adv1 ul{
	position: relative;
	z-index: 2;
}
.adv1 li{
	display: block;
	float: left;
	width: 21%;
	background: #fff;
	margin: 1% 4% 0 0;
	text-align: center;
	padding: 3% 0;
}
.adv1 li .icon{
	width: 84px;
	height: 84px;
	margin: 0 auto;
	border-radius: 50%;
}
.adv1 li:hover .icon{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-ms-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.adv1 li:nth-child(1) .icon{ background: url("../images/icon_adv_1.png") #000 center no-repeat; }
.adv1 li:nth-child(2) .icon{ background: url("../images/icon_adv_2.png") #000 center no-repeat; }
.adv1 li:nth-child(3) .icon{ background: url("../images/icon_adv_3.png") #000 center no-repeat; }
.adv1 li:nth-child(4) .icon{ background: url("../images/icon_adv_4.png") #000 center no-repeat; }

.adv1 li span{
	font-size: 24px;
	color: #282828;
	font-weight: bold;
	margin: 15px 0;
	display: block;
}
.adv1 li p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.bq{
	width: 160px;
	position: absolute;
	background: #f7b52b;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0 30px 0;
	z-index: 1;
}

.adv:hover .bq img{
	transform: rotate(360deg);
	-moz-transition: 	all 1s;
	-webkit-transition: all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
}
.adv1 .bq{
	right: 0;
	top: -150px;
}
.adv2 .bq{
	left: 0;
	top: -40px;
}
.adv3 .bq{
	right: -7%;
	top: -155px;
}
.adv4 .bq{
	left: 0;
	top: -40px;
}


.adv2bg{
	background: #f5f5f5;
}

.adv2{
	background: #fff;
}
.adv2 img.left{
	width: 54%;
}
.adv2 .text{
	width: 35%;
	margin: 7% 5% 0 0;
}
.adv .text .stitle{
	text-align: left;
}
.adv .text .stitle h1{
	font-size: 30px;
}
.adv .text .stitle p{
	border-bottom: 1px solid #d2d2d2;
	line-height: 30px;
}
.adv .text .stitle font{
	font-size: 12px;
	color: #888;
	display: block;
	line-height: 26px;
	margin: 0 0 5% 0;
}
.adv .text>p{
	font-size: 16px;
	line-height: 28px;
	color: #484848;
}


.adv3bg{
	background: url("../images/bg_adv2.jpg") center no-repeat;
}
.adv3{
	background: #fff;
	max-width: 70%;
	margin: 0 17.5% 0 12.5%;
}
.adv3 .text{
	padding: 3% 5% 0 5%;
	width: 40%;
}
.adv3 img.left{
	width: 50%;
	position: relative;
	z-index: 2;
}
.adv3 .num{}
.adv3 .num li{
	display: block;
	width: 33.333%;
	float: left;
	position: relative;
}
.adv3 .num li span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #33342f;
}
.adv3 .num li p{
	font-size: 60px;
	line-height: 60px;
	color: #785201;
	font-family: '微软雅黑','宋体';
	font-weight: bold;
}
.adv3 .num li:nth-child(1):after,
.adv3 .num li:nth-child(2):after{
	width: 1px;
	height: 100%;
	background: #e0e0e0;
	position: absolute;
	content: '';
	display: block;
	right: 22%;
	top: 0;
}
.newstext img{
	max-width: 100%;
}
.adv4bg{
	background: #f5f5f5;
}
.adv4{
	background: #fff;
}
.adv4 img.left{
	width: 54%;
}
.adv4 .text{
	width: 35%;
	margin: 7% 5% 0 0;
}



.about{
	max-width: 75%;
	margin: 0 auto;
}
.about .aboutpic{
	position: relative;
}
.about .aboutpic .abtitle{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 16%;
	padding: 4% 1% 5% 5%;
	background: #f6f6f6;
	overflow: hidden;
}
.about .aboutpic .abtitle .stitle{
	text-align: left;
	position: relative;
}
.about .aboutpic .abtitle .stitle:before{
	display: block;
	content: '';
	position: absolute;
	left: -26px;
	top: 10px;
	background: #000000;
	width: 1px;
	height: 200%;
}
.about .aboutpic .abtitle .stitle h1{
	position: relative;
}
.about .aboutpic .abtitle .stitle h1:before{
	display: block;
	content: '';
	position: absolute;
	left: -25px;
	top: 10px;
	background: #f7b52b;
	width: 3px;
	height: 35px;
}
.about .aboutpic .abtitle .stitle p{
	font-size: 24px;
	text-transform: uppercase;
	margin: 15px 0 0 0;
}
.about .text{
	padding: 3% 3% 3% 28%;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
	position: relative;
	overflow: hidden;
}
.about .text>h1{
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 20px 0;
}
.about .text>p{
	color: #666;
	font-size: 16px;
	line-height: 24px;
}
.about .text .abmore{
	display: block;
	left: 0;
	bottom: 0;
	width: 22%;
	position: absolute;
	padding: 10% 0 0 0;
	height: 69%;
	background: url("../images/more_1.png") #f7b52b center bottom 22% no-repeat;
	text-align: center;
	border: 1px solid #f7b52b;
	font-size: 24px;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.about .text .abmore:hover{
	background: url("../images/more_1_1.png") #fff center bottom 22% no-repeat;
	color: #f7b52b;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}



.honor{
}
.honor li{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}
.honor li .pic{
	height: 192px;
}
.honor li:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}





.newsbg{
	background: #f6f6f6;
}
.newsbg .news{
	width: 75%;
	margin: 0 auto;
}

.news{}
.news li{
	display: block;
	float: left;
	width: 27.333%;
	background: #fff;
	margin: 0 3% 0 0;
	padding: 2%;
}
.news li:last-child{
	margin: 0 0 0 0;
}
.news li .text{
	background: #fff;
}
.news li .text span{
	font-size: 22px;
	color: #282828;
	display: block;
	margin:	20px 0;
	line-height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news li .text p{
	font-size: 16px;
	color: #888888;
	line-height: 30px;
}
.news li .more{
	width: 33%;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #f7b52b;
	background: #f7b52b;
	margin: 20px auto 0 auto;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news li:hover .more{
	background: none;
	color: #f7b52b;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news li:hover img{
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}



















.footerbg{
	background: #1b1b1b;
}

.footer{
	max-width: 75%;
	margin: 0 auto;
}
.fmenu{
	width: 30%;
}
.fmenu ul{
	border-top: 2px solid #606060;
	border-bottom: 2px solid #606060;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
.fmenu ul li{
	display: block;
	width: 33.333%;
	float: left;
	line-height: 36px;
}
.fmenu ul li a{
	font-size: 14px;
	color: #999;
}
.fmenu ul li a:hover{
	color: #fff;
}
.fmenu>img{
	vertical-align: middle;
	margin: 0 10px 0 0;
}






.fcontact{
	width: 30%;
	margin: 0 0 0 10%;
	border-top: 2px solid #606060;
	padding: 22px 0 0 0;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}
.fcontact h1{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}
.fcontact h2{
	font-size: 12px;
	color: #999;
	text-align: center;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.fcontact table{
	width: 100%;
}


.ewm{
	max-width: 126px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 25px 0 0 0;
}

.flink,
.flink a{
	font-size: 14px;
	color: #fff;
}


.cr{
	background: #313131;
	line-height: 40px;
	color: #bfbfbf;
	font-size: 14px;
	text-align: center;
}
.cr a{
	color: #bfbfbf;
	font-size: 14px;
}




.nbanner{
	height: 400px;
}


.bnav{
	max-width: 75%;
	margin: 0 auto;
	border-bottom: 1px dashed #dcdcdc;
	line-height: 38px;
	font-size: 14px;
	color: #666;
}
.bnav a{
	font-size: 14px;
	color: #666;
}

.ncate{
	text-align: center;
}
.ncate a{
	display: inline-block;
	line-height: 56px;
	background: #eee;
	color: #282828;
	font-size: 16px;
	position: relative;
}
.ncate a.this,
.ncate a:hover{
	background: #221915;
	color: #fff;
}
.ncate a.this:after,
.ncate a:hover:after{
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.ncate_about a{
	width: 20%;
}


.nabout{
	
}
.nabout .text{
	width: 94%;
	padding: 3%;
}
.nabout .text .left{
	width: 100%;
	color: #484848;
	line-height: 30px;
}
.nabout .text .left img{
	margin: 0 0 40px 40px;
}



.nprobg{
	background: #fff;
}
.nprobg .cate li{
	background: #f2f2f2;
}

.cate_bt{
	padding: 20px 0;
	background: #000;
	font-weight: bold;
	text-align: center;
}
.cate_bt span{
	color: #fff;
	font-size: 24px;
}
.cate_bt p{
	color: #7f7f7f;
	font-size: 14px;
}
.ncontainer{
	width: 80%;
}
.nproul{
	width: 94%;
}

.ntitle{
	font-size: 24px;
	color: #666666;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
	position: relative;
}
.ntitle:after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 96px;
	height: 1px;
	background: #f7b52b;
}


.container .cate .tjnews{
	padding: 0 0 0 25px;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #000;
}

.container .cate .tjnewsul{
	border: 1px solid #dcdcdc;
	margin: 0 0 5px 0;
	padding: 20px;
}
.container .cate .tjnewsul li{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0 0 10px;
	position: relative;
	line-height: 30px;
	background: none;
}
.container .cate .tjnewsul li:before{
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #f7b52b;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.container .cate .tjnewsul li a{
	color: #333333;
}



.nnews .newspic{
	margin: 0 0 20px 0;
	border: 1px solid #d2d2d2;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews .newspic:hover{
	border: 1px solid #000;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews .newspic a{
	display: block;
	padding: 2%;
}
.nnews .newspic .pic{
	width: 23%;
}
.nnews .newspic .text{
	width: 60%;
	padding: 0 13% 0 0;
}
.nnews .newspic .text span{
	margin: 20px 0 0 0;
	color: #282828;
	display: block;
	font-size: 16px;
}
.nnews .newspic .date{
	font-size: 12px;
	color: #c1c1c1;
	margin: 5px 0 0 0;
}
.nnews .newspic p{
	margin: 30px 0 0 0;
}
.nnews .newspic .text .more{
	width: 100px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #aaaaaa;
	font-size: 14px;
	margin-right: -20%;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.nnews .newspic:hover .text .more{
	background: #000;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.tjproul{
	padding: 5%;
	width: 90%;
}
.tjproul li{
	width: 100%;
	margin: 0 0 5% 0;
}
.tjproul li:last-child{
	margin: 0 0 0 0;
}
.tjproul li p{
	text-align: center;
	background: #fff;
}
.tjproul li:hover p{
	text-align: left;
}



.ncase{}
.ncase li{
	display: block;
	float: left;
	width: 31.333%;
	margin: 0 3% 3% 0;
}
.ncase li:nth-child(3n){
	margin: 0 0 3% 0;
}
.ncase li a{
	display: block;
	border: 1px solid #d2d2d2;
}
.ncase li p{
	line-height: 60px;
	border: none;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5%;
}



.container{
	width: 75%;
	margin: 0 auto;
}
.container .pro{
	max-width: 100%;
}
.service{
	font-size: 18px;
	line-height: 30px;
	color: #282828;
}
.servicepic{}
.servicepic li{
	display: block;
	float: left;
	width: 33.333%;
}

.problembg{
	background: #f4f4f4;
}
.problem{
	width: 75%;
	margin: 0 auto;
}
.problem li{
	display: block;
	width: 49.5%;
	margin: 0 1% 0 0;
	background: #f7b52b;
}
.problem li:nth-child(2){
	margin: 0 0 0 0;
}

.problem li .pic{
	width: 55%;
}
.problem li .text{
	width: 41%;
	padding: 5% 2% 0 2%;
	font-size: 18px;
	line-height: 30px;
}
.problem li:nth-child(2) .text{
	width: 32%;
	padding: 12% 5% 0 8%;
	font-size: 18px;
	line-height: 30px;
}


.service1{
	width: 63%;
	margin: 0 auto;
}
.service1text{
	line-height: 30px;
	font-size: 18px;
}


.ouradvbg{
	background: url("../images/adbg_service.jpg") center no-repeat;
	background-size: cover;
}
.ouradvbg .stitle h1{
	color: #fff;
}




.ouradv{
	width: 75%;
	margin: 0 auto;
}
.ouradv li{
	display: block;
	padding: 50px 0 0 0;
	height: 146px;
	float: left;
	width: 20%;
	text-align: center;
	line-height: 48px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background: url("../images/kuang.png") center no-repeat;
}


.fw{
	width: 70%;
	margin: 0 auto;
}
.fw .left{
	width: 38%;
	background: #f7b52b;
	min-height: 170px;
	padding: 90px 5% 0 5%;
	text-align: center;
}
.fw .right{
	width: 38%;
	background: #f7b52b;
	min-height: 220px;
	padding: 40px 5% 0 5%;
}
.fw h1{
	font-size: 24px;
	margin: 0 0 20px 0;
}
.fw p{
	font-size: 18px;
	line-height: 26px;
}

.ncontact table{
	max-width: 100%;
	line-height: 66px;
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
}
.ncontact table td{
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 0 30px !important;
}

.ncontact{
	overflow: hidden;
}
.ncontact iframe{
	position: relative;
	left: 50%;
	margin-left: -575px;
}


#home_slider2{
	display: none;
}





.npic{
	width: 100%;
}
.npic li{
	width: 22.75%;
}
.npic li:nth-child(3n) {
    margin: 0 3% 3% 0;
}
.npic li:nth-child(4n) {
    margin: 0 0 3% 0;
}
.npic .page{
	text-align: center;
}



.page .thispage{  background:#f7b52b;  border: 1px #f7b52b solid; font-size:12px;color:#fff;}



















@media screen and (max-width: 1844px) {
	.problem li .text,
	.problem li:nth-child(2) .text{
		font-size: 16px;
		line-height: 26px;
	}
}
@media screen and (max-width: 1640px) {
	.problem li .text,
	.problem li:nth-child(2) .text{
		font-size: 14px;
		line-height: 24px;
	}
}


@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
	.header,
	.menu ul,
	.search,
	.cuscaseul,
	.pro,
	.adv,
	.about,
	.newsbg .news,
	.footer,
	.container,
	.problem,
	.bnav{
		width: 85%;
		max-width: 85%;
	}
	.adv3{
		width: 80%;
		margin: 0 12.5% 0 7.5%
	}
	.container .pro{
		width: 100%;
		max-width: 100%;
	}
	
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1340px) {
	.fmenu{
		width: 35%;
	}
	.fcontact{
		width: 35%;
		margin: 0 0 0 10%;
	}
}
@media screen and (max-width: 1280px) {
	.cuscaseul li .clogo img{
	}
}
@media screen and (max-width: 1266px) {
	.problem li .text{
		padding: 4% 2% 0 2%;
		line-height: 20px;
	}
	.problem li:nth-child(2) .text{
		padding: 10% 2% 0 8%;
		line-height: 20px;
	}
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1120px) {
	.problem li .text{
		font-size: 12px;
		line-height: 18px;
	}
	.problem li:nth-child(2) .text{
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.header,
	.menu ul,
	.search,
	.cuscaseul,
	.pro,
	.adv,
	.about,
	.newsbg .news,
	.footer,
	.container,
	.bnav{
		width: 90%;
		max-width: 90%;
	}
	.adv3{
		width: 85%;
		margin: 0 10% 0 5%
	}
	.cuscaseul li .clogo img{
	}
	.cate ul li{
		line-height: 44px;
	}
	.cate ul li a{
		padding: 0 10px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14px;
	}
	.stitle h1{
		font-size: 28px;
	}
	.advbg .stitle h1{
		font-size: 40px;
	}
	.adv1 li{
		width: 22%;
		margin: 1% 2% 0 0;
	}
	.adv1 li span{
		font-size: 20px;
	}
	.adv1 li p{
		font-size: 12px;
		line-height: 22px;
	}
	.cuscaseul li .text:before{
		left: 25%;
	}
	.cuscaseul li .text:after{
		right: 25%;
	}
	.cuscaseul li:hover .text:before{
		left: 20%;
	}
	.cuscaseul li:hover .text:after{
		right: 20%;
	}
	.bq{
		width: 145px;
		font-size: 22px;
	}
	.bq p{
		margin: 5px 0 0 0;
	}
	.adv .text .stitle h1{
		font-size: 22px;
	}
	.adv .text .stitle p{
		font-size: 14px;
		line-height: 24px;
	}
	.adv2 .text {
		width: 38%;
		margin: 3% 5% 0 0;
	}
	.adv .text .stitle font{
		line-height: 16px;
		margin: 3px 0 5% 0;
	}
	.adv3 .num li span{
		font-size: 18px;
	}
	.adv3 .num li p{
		font-size: 50px;
		line-height: 40px;
	}
	.cuscaseul li .text{
		font-size: 20px;
	}
	.news li .text span{
		font-size: 18px;
		line-height: 24px;
		height: 48px;
		overflow: hidden;
	}
	.news li .text p{
		font-size: 14px;
		line-height: 22px;
	}
	.header img{
		height: 60px;
	}
	.propic{
		display: none;
	}

}
@media screen and (max-width: 966px) {
	.problem li .text,
	.problem li:nth-child(2) .text{
		font-size: 12px;
		line-height: 16px;
	}
}
@media screen and (max-width: 880px) {
	.menu ul li a{
		font-size: 14px;
	}
}
@media screen and (max-width: 966px) {
	.problem li .text{
		font-size: 12px;
		line-height: 16px;
		padding: 2% 2% 0 2%;
	}
	.problem li:nth-child(2) .text{
		font-size: 12px;
		line-height: 16px;
		padding: 10% 2% 0 5%;
	}
}
@media screen and (max-width: 856px) {
	.problem li .text{
		font-size: 12px;
		line-height: 14px;
		padding: 2% 2% 0 2%;
	}
	.problem li:nth-child(2) .text{
		font-size: 12px;
		line-height: 14px;
		padding: 5% 2% 0 2%;
		width: 40%;
	}
}
@media screen and (max-width: 768px) {
	.p60{
		padding: 6% 0;
	}
	.mt30{
		margin-top: 3% !important;
	}
	.header{
		padding: 10px 0;
	}
	.header img{
		height: 50px;
	}
	.menu{
		line-height: 40px;
	}
	.search .hotkeys{
		width: 60%;
	}
	.search .searchform{
		width: 30%;
	}
	.cuscaseul li .text{
		font-size: 14px;
	}
	.cuscaseul li .text:before{
		height: 30px;
		background-size: cover;
		margin-top: -15px;
		top: 50%;
	}
	.cuscaseul li .text:after{
		height: 30px;
		background-size: cover;
		margin-top: -15px;
		top: 50%;
	}
	.cuscaseul li .clogo img{
	}
	.cate{
		width: 24%;
	}
	.proul{
		width: 67%;
	}
	.cate ul li{
		line-height: 28px;
	}
	.cate ul li a{
		font-size: 12px;
	}
	.advbg .stitle h1{
		font-size: 30px;
	}
	.advbg .stitle h1 img{
		width: 40px;
	}
	.adv1 li{
		width: 48%;
		margin: 0 2% 2% 0;
	}
	.adv2bg{
		background: #fff;
	}
	.adv2 img.left{
		width: 100%;
	}
	.adv2 .text{
		width: 100%;
		margin: 3% 0 0 0;
	}
	.adv3{
		margin-top: 0 !important;
	}
	.adv3 .text{
		width: 90%;
		padding: 5%;
	}
	.adv3 img.left{
		width: 100%;
	}
	.adv3bg{
		background-size: cover;
	}
	.adv3 .bq{
		top: -95px;
	}
	.adv4bg{
		background: #fff;
	}
	.adv4 img.left{
		width: 100%;
	}
	.adv4 .text{
		width: 100%;
		margin: 3% 0 0 0;
	}
	.about .aboutpic .abtitle{
		width: 26%;
	}
	.about .aboutpic .abtitle .stitle:before{
		left: -16px;
	}
	.about .aboutpic .abtitle .stitle h1:before{
		left: -15px;
	}
	.about .text{
		padding: 3% 3% 3% 36%;
	}
	.about .text .abmore{
		width: 31.7%;
		background: url("../images/more_1.png") #f7b52b center bottom 37% no-repeat;
	}
	.about .text>p{
		font-size: 14px;
	}
	.news li .text span{
		font-size: 14px;
		margin: 10px 0;
	}
	.news li .text p {
		font-size: 12px;
		line-height: 18px;
	}
	.news li .more{
		margin: 10px auto 0 auto;
		line-height: 26px;
	}
	.ncontainer{
		width: 74%;
	}
	.cate>ul>li>span{
		height: 28px;
		width: 28px;
		background-size: 10px !important;
	}
	.nproul {
	    width: 93%;
	}
	.fw p{
		font-size: 14px;
		line-height: 24px;
	}
	.fcontact {
   		width: 40%;
		margin: 0 0 0 5%;
	}
}
.about .text h1{
	font-size: 24px;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 414px) {
	.about .text h1{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	.nabout .text .left{
		line-height: 24px;
	}
	.nabout .text .left *{
		font-size: 14px !important;
	}
	.nabout .text .left strong span{
		font-size: 18px !important;
	}
	.bnav,
	.bnav a{
		font-size: 12px;
	}
	.tjproul,
	.header img:nth-child(2),
	.header img:nth-child(3){
		display: none;
	}
	.menu{
		display: none;
	}
	#home_slider{
		display: none;
	}
	#home_slider2{
		display: block;
	}
	.block_home_slider .flex-control-paging{
		bottom: 10px;
	}
	.block_home_slider .flex-control-paging li{
		margin: 0 5px;
	}
	.search .hotkeys{
		display: none;
	}
	.search .searchform{
		width: 100%;
		margin: 5px 0;
	}
	.cuscaseul li{
		width: 50%;
	}
	
	.cate{
		display: none;
	}
	.proul{
		width: 94%;
	}
	.stitle h1{
		font-size: 24px;
	}
	.stitle p{
		font-size: 12px;
	}
	
	.proul li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.sproul li:nth-child(4),
	.sproul li:nth-child(5),
	.proul li:nth-child(3n){
		margin: 0 2% 2% 0;
	}
	.proul li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.sproul li:nth-child(7){
		margin: 0 2% 0 0;
	}
	.sproul li:nth-child(8){
		margin: 0 0 0 0;
	}
	.sproul li:nth-child(9){
		display: none;
	}
	.proul li p{
		text-align: center;
	}
	
	.adv1bg{
		padding: 40% 0 6% 0;
	}
	.adv1 .bq{
		right: 50%;
		margin-right: -72.5px;
	}
	
	.adv2bg{
		padding: 20% 0 6% 0;
	}
	.adv3bg{
		padding: 20% 0 6% 0;
	}
	.adv4bg{
		padding: 20% 0 6% 0;
	}
	.about .aboutpic .abtitle{
		position: relative;
		width: 100%;
		background: none;
	}
	.about .text .abmore{
		display: none;
	}
	.about .text{
		padding: 3%;
	}
	
	.news li{
		width: 96%;
		margin: 0 0 3% 0;
	}
	
	.fmenu{
		display: none;
	}
	.fcontact{
		width: 100%;
		margin: 0 0 5% 0;
		line-height: 28px;
		float: none;
	}
	.fcontact table *{
		font-size: 12px !important;
	}
	
	.ewm{
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.ewm img{
		width: 100px;
		margin: 0 auto;
	}
	.cr{
		font-size: 12px;
		padding: 10px 0;
		line-height: 20px;
	}
	.cr a{
		font-size: 12px;
		display: block;
	}
	
	
	.menubut{
		display: block;
		position: absolute;
		right: 5%;
		top: 26px;
		z-index: 9;
		width: 24px;
		height: 15px;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
	}
	.menubut:after{
		width: 24px;
		height: 3px;
		background: #000;
		position: absolute;
		display: block;
		content: '';
		top: 6px;
	}
	.menuclose{
		display: none;
		position: absolute;
		right: 11%;
		top: 40px;
		z-index: 999;
	}
	.menuclose:after{
		width: 24px;
		height: 3px;
		background: #000;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(45deg);
	}
	.menuclose:before{
		width: 24px;
		height: 3px;
		background: #000;
		position: absolute;
		display: block;
		content: '';
		transform: rotate(-45deg);
	}
	
	.menu{
		position: fixed;
		width: 50%;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 99999999;
	}
	.menu ul li{
		float: none;
		width: 100%;
		line-height: 50px;
		border-bottom: 1px solid #f7b52b;
	}
	.nbanner{
		height: 125px;
	}
	.nabout .text .left,
	.nabout .text .right{
		width: 100%;
	}
	.ncontainer{
		width: 100%;
	}
	.nnews .newspic .pic{
		width: 100%;
	}
	
	.nnews .newspic .text{
		width: 100%;
		padding: 0;
	}
	.nnews .newspic .text .more{
		margin: 30px auto 0 auto;
		float: none;
	}
	
	.page a.hpage,
	.page a.pripage,
	.page a.nextpage,
	.page a.lpage,
	.page a.pnum,
	.page a.total{
		display: none;
	}
	.ncase li{
		width: 48.5%;
	}
	.ncase li:nth-child(3n){
		margin: 0 3% 3% 0;
	}
	
	.ncase li:nth-child(2n){
		margin: 0 0 3% 0;
	}
	.ncase li p{
		line-height: 40px;
		font-size: 14px;
	}
	
	.servicepic li{
		width: 50%;
	}
	
	.problem li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.problem li .pic{
		width: 100%;
	}
	.problem li:nth-child(2) .text,
	.problem li .text{
		width: 100%;
		padding: 5%;
		font-size: 14px;
		line-height: 24px;
	}
	.problem{
		width: 90%;
	}
	.service1{
		width: 90%;
	}
	.service1text{
		font-size: 14px;
	}
	.ouradv li{
		width: 100%;
		margin: 0 0 5% 0;
		font-size: 22px;
		line-height: 28px;
		height: 107px;
		background-size: contain;
	}
	.fw{
		width: 90%;
	}
	.fw .left,
	.fw .right{
		padding: 5%;
		width: 90%;
		margin: 0 0 5% 0;
		text-align: center;
	}
	.fw p{
		font-size: 14px;
	}
	.ncontact table{
		width: 100%;
		border: none;
	}
	.ncontact table td{
		display: block;
		width: 100%;
		border: none;
		line-height: 36px;
		padding: 0 !important;
		word-break: break-all !important;
	}
	.ncontact table td img{
		display: none;
	}
	.nprobg .cate{
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.nprobg .cate li{
		width: 33.333%;
		float: left;
		border-bottom: 1px solid #dadada;
	}
	.nprobg .cate>a,
	.nprobg .cate_bt p,
	.nprobg .tjnews,
	.nprobg .tjnewsul{
		display: none;
	}
	.nprobg .cate_bt{
		padding: 5px 0;
		background: #434343;
	}
	.nprobg .cate_bt span{
		font-size: 16px;
		font-weight: normal;
	}
	.nprobg .cate ul{
		display: none;
	}
	.nprobg .newstext{
		border: none;
		padding: 0;
	}
	.ncate_about a{
		width: 35%;
		line-height: 44px;
		font-size: 14px;
	}
	.cate>ul>li>span{
		display: none;
	}
	.cate ul ul.erji{
		display: none !important;
	}
	
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}

.topphone{
	background: url("../../images/topphone.png") no-repeat left;
	padding-left: 60px;
	background-size: 50px;
}
.topphone p:nth-child(1){
	font-size: 14px;
	color: #666666;
}
.topphone p:nth-child(2){
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-style: oblique;
}
.topphone p:nth-child(3){
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-style: oblique;
}






















