/*public*/
/* Public */
@charset "utf-8";
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {margin: 0; padding: 0; }
img { border: 0 none; display: inline-block; }
ul,li,dl,dd,dt { list-style-type: none; }
i,em,cite { font-style: normal; }
body {  -webkit-text-size-adjust:none; /* 谷歌不支持12px以下字号 */ font-family:'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica','STHeitiSC-Light','Microsoft YaHei', 'Arial', sans-serif; font-size: 12px; min-width: 1200px; }
a{ text-decoration: none; color:#000000; }
.clear,.cle {clear:both;}
a,area { blr:expression(this.onFocus=this.blur()) }   /*  去掉IE下链接虚线框 */
a:focus { outline: none; }    /* 去掉火狐下链接虚线框 */
.hide{display: none !important;}

a:hover {
	color: #f2af00;
}

.container {
    margin: 0 auto;
	width: 1200px;
}

.logo {
	float: left;
	padding-left: 30px;
}

.menu {
	 width: 100%;
	 font-size: 16px;
	 background: #000000;
	 position: relative;
	 height: 60px;
}

.menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	background: #f2af00;
	height: 60px;
	z-index: 1;
}

.menu ul {
	width: 1200px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	z-index: 2;
}

.menu li {
	float: left;
	width: 150px;
	position: relative;
}

.menu li > a {
	padding: 0;
	height: 60px;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 60px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.menu li.on > a, .menu li > a:hover, .menu li:hover > a {
	color: #FFFFFF;
}

.menu .smenu {
	position: absolute;
	top: 60px;
	left: -14px;
	width: 116%;
	text-align: center;
	background: #FFF;
	display: none;
	z-index: 5;
	background: rgba(242,175,0,0.9);
}

.menu li:hover .smenu {
	display: block;
}

.menu li::after {
	display: block;
	    content: '';
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	    z-index: 1;
	    background: #000000;
	    border-right: #FFFFFF solid 1px;
	    border-color: rgba(255,255,255,0.2);
	    -moz-transform: skewX(-25deg);
	    -ms-transform: skewX(-25deg);
	    -webkit-transform: skewX(-25deg);
	    transform: skewX(-25deg);
}

.menu li:first-child::after {
	border-left:  rgba(255,255,255,0.3) solid 1px;
}

.menu li:hover::after,.menu li.on::after {
	background: #f2af00;
}

.menu .smenu a {
	font-size: 15px;
	line-height: 2.5;
	display: block;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(241,203,203,0.6);;
}

.menu .smenu a:hover {
	background: #e0a200;
	
}

.rmneu {
	float: right;
	margin-top: 30px;
}

.rmneu .rmenuall {
	float: left;
	margin-right: 10px;
}

.rmneu .rmenumall {
	display: block;
	float: left;
	width: 100px;
}

.rmneu .rmenumall a {
	display: block;
	width: 100%;
	height: 30px;
	background: #f6ad00;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}

.rmenudown {
	    position: absolute;
	    display: none;
	    background: #FFF;
	    width: 100vw;
	    top: 102px;
	    right: 0;
		border-top: 1px solid #DDDDDD;
		z-index: 6;
}

.rmenudown ul {
	    width: 1350px;
	    display: block;
	    margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 50px;
		text-align: center;
}


.rmenudown li {
	float: none;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 2;
	display: inline-block;
	vertical-align: top;
}

.rmenudown li a {
	display: block;
}

.rmenudown li a:hover {
	color: #f6ad00;
}

.rmenudown li h3 {
	font-size: 16px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 2;
	margin-bottom: 20px;
}

.rmneu .rmenuen {
	font-size: 14px;
	text-align: center;
	border: 1px solid #DDDDDD;
	float: left;
	margin-left: 10px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.banner li {
	width: 100%;
	height: 576px;
}

.banner li a {
	display: block;
	height: 100%;
}

.rmenuall:hover .rmenudown {
	display: block;
}

.rmenuall > a {
	width: 30px;
	height: 70px;
	display: block;
	background: url(../images/more.jpg) top center no-repeat;
}

.rmenuall:hover > a {
	background: url(../images/more_o.jpg) top center no-repeat;
	border-bottom: 2px solid #f6ad00;
}

.rmenuall:hover .rmenudown {
	display: block;
}

.bdsearch {
	background: #f5f5f5;
	font-size: 14px;
	height: 80px;
}

.tab_show {
	background: #f5f5f5;
	font-size: 14px;
	height: 45px;
	line-height: 45px;

}

.tab_show .rd {
		text-align: right;
}

.tab_show img {
	vertical-align: middle;
	margin-right: 10px;
}

.ld {
	float: left;
}

.rd {
	float: right;
}

.promenu {
	display: inline-block;
	position: relative;
}

.prosmenu {
	position: absolute;
	top: 50px;
	overflow: hidden;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 999;
	display: none;
}

.promenu:hover .prosmenu {
	display: block;
}

.smenu .promenu {
	display: block;
	
}

.smenu .prosmenu {
	display: none;
	top: 0;
	left: 100%;
	background: #dc9b00;
}

.smenu .promenu:hover .prosmenu {
	display: block;
}

.htype-pro .prosmenu a  {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	padding: 0;
	background: #f2ae03;
}

.bdsearch .ld {
	padding-top: 20px;
}

.bdsearch .rd {
	padding-top: 10px;
	padding-right: 13px;
}

.bdsearch .searchkeyword {
	padding-top: 10px;
	color: #333333;
}

.searchkeyword img {
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
}

.searchkeyword b {
	font-weight: 400;
}

.bdsearch .searchkeyword a {
	color: #333333;
}

.bdsearch .searchkeyword a:hover {
	color: #f2ae03;
}

.bdsearch .search {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	margin-top: 5px;
}

.bdsearch .search .searchkey {
	background: none;
	height: 39px;
	line-height: 39px;
	border: none;
	width: 200px;
	padding-left: 10px;
}

.bdsearch .search .searchbtn {
	background: url(../images/search_btn.jpg);
	width: 42px;
	height: 39px;
	display: inline-block;
	float: right;
	border: none;
	border-left: 1px solid #DDDDDD;
}

.htitle {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}

.htitle h3 {
	font-size: 32px;
	font-weight: 400;
	position: relative;
}

.htitle h3::before {
	content: "";
	width: 300px;
	height: 1px;
	background: #DDDDDD;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -500px;
	z-index: 1;
}


.htitle h3::after {
	content: "";
	width: 300px;
	height: 1px;
	background: #DDDDDD;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: 200px;
	z-index: 1;
}


.htitle h4 {
	font-size: 20px;
	color: #626262;
	font-weight: 400;
	margin: 10px 0;
}

.htitle h5 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	color: #999999;
	margin-bottom: 30px;
}

.htitle h3 b {
	color: #f2ae03;
	margin-left: 10px;
	font-weight: 400;
}

.htype-pro-o {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	border: 10px solid #f2ae03;
	position: relative;
	width: 1180px;
	height: 452px;
}

.htype-pro-o a {
	display: inline-block;
	transition: all 0.5s;
	float: left;
	position: absolute;
}

.htype-pro-o a img {
	width: 228px;
	display: block;
	transition: all 0.5s;
}

.htype-pro-o a:hover img {
	transform: scale(1.05);
}

.htype-pro-o .hproshowa1 {
	left: 0px;
	top: 0;
}

.htype-pro-o .hproshowa2 {
	left: 238px;
	top: 0px;
}

.htype-pro-o .hproshowa3 {
	left: 238px;
	top: 231px;
}

.htype-pro-o .hproshowa4 {
	left: 476px;
	top: 0;
}

.htype-pro-o .hproshowa5 {
	left: 714px;
	top: 0px;
}

.htype-pro-o .hproshowa6 {
	left: 714px;
	top: 231px;
}

.htype-pro-o .hproshowa7 {
	left: 952px;
	top: 0;
}

.htype-pro-o .hproshowa8 {
	left: 952px;
	top: 231px;
}

.htype-pro-o a.on, .htype-pro-o a:hover {
	 
}

.productslist a {
	display: block;
	width: 370px;
	border: 1px solid #DDDDDD;
	float: left;
	height: 300px;
	margin: 13px;
	position: relative;
}

.productslist a span {
	font-size: 18px;
	color: #626262;
	text-align: center;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background: #f9f9f9;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.productslist a b {
	width: 370px;
	height: 260px;
	display: block;
	overflow: hidden;
}

.productslist a img {
	width: 370px;
	height: 260px;
	transition: all 0.5s;
}

.productslist a:hover img {
	transform: scale(1.1);
}

.productslist a:hover span {
	color: #f2ae03;
}

.morebtn {
	padding: 20px 0;
	text-align: center;
}

.morebtn a {
	display: block;
	width: 160px;
	height: 42px;
	background: #f2ae03;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	border-radius: 8px;
	margin:  0 auto;
	line-height: 42px;
}

.morebtn a:hover {
	background: #d19600;
}

.hcase .htype-case {
	float: left;
	width: 250px;
	background: #d19600;
	height: 486px;
	margin-left: 13px;
}

.hcase .htype-case a {
	display: block;
	font-size: 14px;
	height: 53px;
	line-height: 53px;
	color: #FFFFFF;
	padding-left: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	cursor: pointer;
	position: relative;
}

.hcase .htype-case a:hover {
	background: #f2af00;
}
.hcase .htype-case a.on {
	background: #f2af00;
	color: #ffffff;
	font-weight: bold;
}

.hcase .htype-case a.on::before {
	content: "";
	width:0;
	height:0;
	overflow:hidden;
	font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
	line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
	border-width:8px;
	border-style:solid;  /*ie6下会出现不透明的兼容问题*/
	border-color:transparent  transparent transparent #f2af00 ;
	position: absolute;
	right: -15px;
	top: 15px;
}


.hcase .caselist {
	float: left;
	background: #FFFFFF;
	width: 1080px;
}

.hcase .caselist .listshow {
	display: none;
}

.hcase .caselist .listshow.on {
	display: block;
}

.hcase .caselist a {
	width: 340px;
	display: block;
	float: left;
	position: relative;
	height: 238px;
	margin: 0 10px 10px 10px;
	overflow: hidden;
}

.hcase .caselist a span {
	display: block;
	width: 97%;
	text-align: right;
	background: rgba(242,175,0,0.9);
	height: 38px;
	line-height: 38px;
	padding-right: 3%;
	color: #FFFFFF;
	font-size: 14px;
	right: 0;
	bottom: 0;
	position: absolute;
}

.hcase .caselist a img {
	width: 340px;
	height: 238px;
	transition: all 0.5s;
}

.hcase .caselist a:hover img {
	transform: scale(1.1);
}

.hsolutionlist {
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
}

.hsolutionlist .list {
	float: left;
	width: 33.33%;
	position: relative;
}

.hsolutionlist .list::before {
	content: "";
	width: 0;
	transition: all 0.5s;
	height: 2px;
	background: #f2af00;
	display: block;
	top: 49.5%;
	z-index: 2;
	position: absolute;
}

.hsolutionlist .list:hover::before {
	width: 100%;
}

.hsolutionlist img {
	width: 100%;
	display: block;
}

.hsolutionlist .shd {
	height: 220px;
}

.hsolutionlist .shd h3 {
	font-size: 24px;
	color: #f2af00;
	padding: 40px 0 5px 20px;
	font-weight: 400;
}

.hsolutionlist .shd h3 b {
	color: #000000;
	font-weight: 400;
	margin-left: 10px;
}

.hsolutionlist .shd h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #AAAAAA;
	font-weight: 400;
	padding-left: 20px;
	margin: 5px 0;
}

.habout  .htitle {
	padding-bottom: 50px;
}

.hsolutionlist .shd .showcont {
	font-size: 14px;
	line-height: 1.6;
	color: #f2af00;
	padding: 10px 20px;
}

.haboutcont .ald {
	float: left;
	width: 50%;
	background: url(../pic/aboutspic.jpg) top right;
	height: 460px;
}

.haboutcont .ard {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 2;
}

.haboutcont .ascont {
	padding: 0 30px;
	width: 640px;
}

.haboutcont .ascont p {
	text-indent: 2em;
	margin-bottom: 15px;
}

.haboutcont .more a {
	color: #f2af00;
}

.hnewslist {
	padding-top: 30px;
}

.hnewslist .newsld {
	width: 48%;
	float: left;
}

.hnewslist .newsrd {
	width: 50%;
	float: right;
}

.hnewslist .newsrd ul {
	padding: 10px 10px 10px 5px;
}

.hnewslist .newsld img {
	width: 560px;
	height: 420px;
}

.hnewslist .newsld .nbd {
	width: 600px;
}

.hnewslist .nbd h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 5px;
}

.hnewslist .nbd h3 a:hover {
	color: #f2af00;
}

.hnewslist .nbd .ncont {
	font-size: 14px;
	color: #666666;
	width: 560px;
}

.newsrd .sdate {
	background: #f4f4f4;
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin-right: 15px;
	border-radius: 10px;
	width: 72px;
	height: 72px;
	float: left;
}

.newsrd .sdate b {
	font-size: 24px;
	display: block;
	text-align: center;
	padding-top: 12px;
	line-height: 1.2;
}

.newsrd li.on .sdate, .newsrd li:hover .sdate {
	color: #FFFFFF;
	background: #f2af00;
}

.newsrd  h3 a {
	font-size: 16px;
	line-height: 2;
}

.newsrd  h3 a:hover {
	color: #f2af00;
}

.newsrd .sscont {
	font-size: 14px;
	color: #666666;
}

 
.newsrd li {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

.footer {
	margin-top: 50px;
	background: #1e1e1e;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #f0f0f0;
	position: relative;
}

.footer::before {
	content: "";
	width: 100%;
	height: 6px;
	background: #f2af00;
	position: absolute;
	top: -7px;
	left: 0;
}

.footer a {
	color: #FFFFFF;
}

.fmenu  {
	float: left;
}

.fmenu  ul {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

.fmenu li {
	float: left;
	margin-right: 55px;
	margin-bottom: 10px;
	width: 120px;
}

.fmenu li.fcontactus-w {
	width: 240px;
}

.fmenu .fcontactshow {
	line-height: 2;
}

.fmenu li h3 {
	font-size: 16px;
	position: relative;
	line-height: 2.4;
	margin-bottom: 10px;
}
 

.fmenu li h3::before {
	background: #f5f5f5;
	width: 50px;
	height: 1px;
	background: #aaa;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 1;
}

.fmenu li a {
	display: block;
	line-height: 2;
}

.footer .showform {
	float: left;
	width: 20%;
}

.footer .showform span {
	display: inline-block;
	width: 35%;
}

.footer .showform input {
	display: inline-block;
	background: none;
	border: none;
	width: 63%;
	line-height: 2;
	margin-top: 5px;
	outline: none;
	padding-left: 2%;
	border-bottom: 1px solid rgba(255,255,255,0.9);
	color: #FFFFFF;
}


.footer .showform textarea {
	display: block;
	background: #FFF;
	border: none;
	width: 94%;
	height: 50px;
	outline: none;
	resize: none;
	margin-top: 10px;
	padding: 5px 3%;
}


.showform h3 {
	margin-top: 25px;
	line-height: 2.2;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin-bottom: 20px;
}

.footer .showform input.anzhuang {
	background: #f2af00;
	margin-top: 10px;
	border: none;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.footer .showform li {
	margin-bottom: 10px;
}

.footer .fright {
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.fcontact {
	width: 250px;
	float: right;
}

.fcontact a {
	display: block;
}

.fmalllist {
	float: right;
	margin-left: 20px;
}

.fmalllist a {
	display: block;
	margin-bottom: 8px;
}

.fecodelist {
	float: left;
}

.fcontact {
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	float: left;
	margin-right: 20px;
}

.fcontact h3 {
	border-bottom: 1px solid #FFFFFF;
	line-height: 2;
}

.fcontlist {
	font-size: 14px;
}

.fcontact .s400 {
	margin-bottom: 20px;
	font-size: 14px;
}

.fcontact .s400 b {
	display: block;
	font-size: 32px;
}

.codeshow {
	text-align: left;
	width: 160px;
}

.codeshow img {
	display: block;
	width: 100px;
}

.codeshow span {
	display: block;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
}

.footercopyright {
	background: #333333;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 14px;
}

.footercopyright a {
	color: #FFFFFF;
	cursor: pointer;
}

.mainshowc {
	padding: 10px;
	font-size: 14px;
	line-height: 2;
	min-height: 500px;
}


.hbanner img {
	width: 100%;
	display: block;
}


.fullSlide {
	width: 100%;
	position: relative;

}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 560px;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
	height: 560px;
}

.fullSlide .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.fullSlide .bd li a img {
	display: block;
	width: 100%;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 32px;
	height: 5px;
	margin: 5px;
	overflow: hidden;
	line-height: 9999px;
	background: #000000;
}

.fullSlide .hd ul .on {
	background: #f2af00;
}

.productslist .listshow {
	display: none;
}

.productslist .listshow.on {
	display: block;
}

.page {
	text-align: center;
	padding: 20px 0;
}

.mainshowc {
	display: block;
}

.showprojpicm img {
	display: block;
	border: 10px solid #f2af00;
	margin: 20px auto;
	max-width: 800px;
}

.mainshowc .pro_top {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.showproject {
	font-size: 14px;
	line-height: 2;
	width: 820px;
	margin: 10px auto;
}

.pro_bt {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}

.xinwq_left {
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 10px; }

.xinwq_left.sy_ne dl {
  width: 100%;
  float: left;
  margin: 0 0;
  background: #f6f6f6;
  background-position: 100% 92%;
  background-size: 394px 111px; }

.xinwq_left dl {
  width: 100%;
  float: left;
  margin: 0 0;
  background: #fff;
  border-bottom: 1px dotted #ccc;
  padding: 60px 0; }
 

.xinwq_left dl a {
  max-width: 1200px;
  margin: 0 auto;
  display: block; }

.xinwq_left dl dt {
  width: 28.3%;
  color: #333;
  float: left;
  position: relative;
  z-index: 2; }

.xinwq_left dl dt p {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.xinwq_left dl dt p img {
  width: 100%;
  display: block;
  transform: scale(1, 1);
  transition-timing-function: ease-out;
  transition-duration: 500ms; }

.xinwq_left dl:hover dt p img {
  width: 100%;
  display: block;
  transform: scale(1.1, 1.1);
  transition-timing-function: ease-out;
  transition-duration: 500ms; }

.xinwq_left dl dd {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  float: right; 
  font-size: 14px;
  color: #787877;
  }


.xinwq_left dl dd .dd_r {
  width: 71%;
  float: left;
  padding-top: 12%; }

.xinwq_left dl dd p {
  width: 100%;
  /* min-height: 135px; */
  display: block;
  line-height: 25px;
  color: #666;
  font-size: 18px;
  transition-duration: 500ms; }

.xinwq_left dl dd b {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: Arial;
  color: #f2af00;
  display: block; }

.xinwq_left dl dd >p > span {
  width: 100%;
  font-size: 18px;
  color: #f2af00;
  min-height: 45px;
  line-height: 32px;
  padding: 0px 0 10px 0;
  display: block;
  transition-duration: 500ms; }

.xinwq_left dl:hover dd span {
  color: #f2af00;
  transition-duration: 500ms; }

.xinwq_left dl dd em {
  width: 100%;
  display: block;
  min-height: 100px;
  padding: 0 0 20px 0;
  line-height: 25px;
  color: #8c8c8c;
  font-size: 14px;
  margin-bottom: 5px; }

.xinwq_left dl dd h5 {
  width: 110%;
  height: 0;
  display: block;
  font-size: 12px;
  color: #999;
  padding-bottom: 0;
  position: relative;
  float: right; }

.xinwq_left dl dd h5 b {
  width: 145px;
  height: 55px;
  background: #19953f;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  border-radius: 5px;
  display: block;
  transition-duration: 500ms; }

.xinwq_left dl dd h5 b:hover {
  border-radius: 28px;
  transition-duration: 500ms; }

.xinwq_left dl dd i {
  width: 100px;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-weight: 100;
  display: inline-block;
  text-align: center;
  padding-left: 0;
  background: #fff;
  position: absolute;
  bottom: -10px;
  right: 0; }

.xinwq_left dl:hover dd i {
  text-align: right; }

.xinwq_left dl:hover dd p {
  color: #19953f;
  transition-duration: 500ms; }
  
  
  .news_neiye h1 {
  	text-align: center;
  }
  
  .news_neiye h2 {
  	display: inline-block;
  	font-size: 14px;
  }
  
  .news_neiye h2 a {
  	color: #f2af00;
  }
  
  .news_neiye .arcinfo {
  	text-align: center;
  	border-bottom: 1px solid #eee;
  	padding-bottom: 10px;
  	margin-bottom: 15px;
  }

.headertop {
	border-bottom: 1px solid #eee;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #666666;
}

.headertop .htld {
	float: left;
}

.headertop .htrd {
	float: right;
}

.headertop .htrd a {
	color: #666666;
}

.headertop .htrd a:hover {
	color: #f2af00;
}

.headertop .htrd span {
	vertical-align: middle;
	margin: 0 10px;
	margin-top: 2px;
	display: inline-block;
}

.header {
	background: #FFFFFF;
}

.headmain {
	position: relative;
}

.headmain .logo {
	float: left;
}

.headmain .htel {
	float: right;
	position: absolute;
	right: 0;
}

.headmain .tellist {
	float: left;
	margin-right: 20px;
	margin-top: 40px;
}

.headmain .tellist img {
	float: left;
	margin: 5px;
}

.headmain .tellist p {
	float: left;
}

.headmain .tellist span {
	display: block;
	font-size: 14px;
}

.headmain .tellist b {
	display: block;
	font-size: 22px;
	font-weight: 400;
}

.logotitle {
	display: inline-block;
	border-left: 1px dotted #D0D0D0;
	vertical-align: middle;
	padding-left: 20px;
}

.logotitle b {
	font-weight: 400;
	font-size: 24px;
	display: block;
}

.logotitle span {
	font-size: 18px;
	display: block;
}

.headmain .logo a {
	display: inline-block;
	vertical-align: middle;
}

.headmain .logo a img {
	display: block;
}

.youshilist {
	background: #efefef;
	padding-bottom: 70px;
}

.youshilist li {
	width: 274px;
	margin: 0 13px;
	background: url(../images/youshibg.jpg) left bottom no-repeat;
	float: left;
	height: 250px;
}

.youshilist img {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.5s;
}

.youshilist li:hover img {
	transform: rotateY(180deg);
}

.youshilist h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	padding: 5px 0 2px 0;
}

.youshilist h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}

.youshilist a {
	color: #FFFFFF;
	display: block;
	text-align: center;
}

.hchangjinglist {
	position: relative;
	height: 540px;
	width: 1180px;
	margin: 10px auto;
}

.hchangjinglist .hctextmain-ww {
	position: absolute;
	overflow: hidden;
}

.hchangjinglist .hctextmain-ww img {
	display: block;
}

.hchangjinglist .hhchangjinglist1 {
	top: 0;
	left: 0;
}

.hchangjinglist .hhchangjinglist2 {
	right: 0;
	top: 0;
}

.hchangjinglist .hhchangjinglist3 {
	right: 0;
	top: 274px;
}

.hchangjinglist .hctextmain-w {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	padding: 2%;
	width: 96%;
	z-index: 3;
	color: #FFFFFF;
	line-height: 2;
	opacity: 0;
	transition: all 0.5s;
}

.hctextmain-ww:hover .hctextmain-w {
	opacity: 1;
}

.hchangjing {
	background: url(../images/hbg1.jpg) top center no-repeat;
	background-size: cover;
	padding: 10px 0 80px 0;
	margin-top: 80px;
}

.hchangjing .htitle h3 {
	background: none;
	color: #FFFFFF;
	font-weight: 400;
}

.hchangjing .htitle h3 b {
	font-weight: 400;
	color: #FFFFFF;
}

.hchangjing .htitle h4 {
	color: #FFFFFF;
}

.hcasecont {
	position: relative;
	display: block;
}

.hcasecont .hld {
	float: left;
}

.hcasecont .hrd {
	float: right;
}

.hcasecont .hld {
	float: left;
	width: 600px;
	height: 470px;
	position: relative;
}

.hcasecont .hrd {
	float: right;
	width: 590px;
}

.hcasecont .hrd li {
	width: 285px;
	float: left;
	margin: 0 10px 10px 0px;
	height: 150px;
	position: relative;
	overflow: hidden;
}

.hcasecont .hrd li img {
	display: block;
	width: 100%;
	height: 150px;
	transition: all 0.5s;
}

.hcasecont .hrd li:hover img {
	transform: scale(1.1);
}

.hcasecont .hrd li span {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.8);
	display: block;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	padding-left: 2%;
	width: 99%;
	left:0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	display: block;
}

.hcasecont .hld .bd li {
	position: relative;
	height: 470px;
}

.hcasecont .hld .bd li a {
	width: 100%;
	height: 470px;
}

.hcasecont .hld li img {
	width: 600px;
	height: 470px;
	display: block;
	
}



.hcasecont .hld li span {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.8);
	display: block;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	padding-left: 2%;
	width: 98%;
	left:0;
	bottom: 0;
	font-size: 14px;
}

.hcasecont .hld .hd {
	position: absolute;
	border: 0;
	right: 10px;
	z-index: 5;
	bottom: 7px;
}

.hcasecont .hld .hd li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #FFFFFF;
	float: right;
	margin: 4px 4px;
}

.hcasecont .hld .hd li.on {
	background: #f2af00;
}

.hcasecont .hrd li:hover img {
	
}

.hcase {
	background: url(../images/hbg2.jpg) top center no-repeat;
	background-size: cover;
	padding: 10px 0 70px 0;
	margin-top: 80px;
}

.hcase .htitle h3 {
	background: none;
	color: #FFFFFF;
	font-weight: 400;
}

.hcase .htitle h3 b {
	color: #FFFFFF;
}

.hcase .htitle h4 {
	color: #FFFFFF;
}

.habout .container {
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	margin-top: 40px;
	margin-bottom: 40px;
}

.habout .hard {
	width: 590px;
	float: right;
}

.habout .hald {
	float: left;
	width: 577px;
	height: 385px;
	position: relative;
}

.habout .hald::before {
	background: #f5f5f5;
	width: 580px;
	height: 380px;
	content: "";
	position: absolute;
	top: 15px;
	right: -10px;
	z-index: 1;
}

.habout .hald img {
	width: 577px;
	height: 385px;
	display: block;
	position: relative;
	z-index: 2;
}

.habout .hard h3 {
	font-size: 30px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: 400;
	padding-top: 20px;
}

.habout .hard h3 b {
	color: #f2af00;
	font-weight: 400;
}

.habout .hard h4 {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 400;
}

.habout .haboutcont {
	font-size: 14px;
	line-height: 2;
	width: 560px;
}

.habout .habd {
	margin-top: 20px;
}

.habout .habd img {
	width: 393px;
	display: inline-block;
	margin-right: 10px;
	height: 260px;
}

.habout .habd a {
	float: left;
}

.habout .habd a:nth-child(3) img {
	margin-right: 0;
}


.hhezuo {
	background: url(../images/hbg3.jpg) top center no-repeat;
	background-size: cover;
	padding: 10px 0 70px 0;
	margin-top: 80px;
}

.hhezuo .htitle h3 {
	background: none;
	color: #FFFFFF;
	font-weight: 400;
}

.hhezuo .htitle h3 b {
	color: #FFFFFF;
}

.hhezuo .htitle h4 {
	color: #FFFFFF;
}

.hhezuolist ul {
	margin: 0 -5px;
}

.hhezuolist li {
	float: left;
	margin: 5px;
}

.hhezuolist li img {
	display: block;
	width: 231px;
	height: 125px;
}

.hnewslist {
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	padding-top: 0;
}

.htype-pro {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}

.htype-pro a {
	font-size: 16px;
	background: #f2af00;
	color: #FFFFFF;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 10px;
	border: 1px solid #f2af00;
	transition: all 0.5s;
}

.htype-pro a.on, .htype-pro a:hover {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #f2af00;
}

.copyr-ld {
	float: left;
}

.copyr-ld > a {
	margin-right: 20px;
}

.copyr-rd {
	float: right;
	text-align: right;
}

.linkshow {
	display: none;
}

.menu-mob {
	display: none;
}

.lanrenzhijia-cs {
	background:rgba(200, 0, 0, 0.9);
	position: fixed;
	top: 130px;
	right: 1px;
	_position: absolute;
	z-index: 999;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5333333', endColorstr='#E5333333');
}
.lanrenzhijia-cs a {
	color: #00A0E9;
}
.lanrenzhijia-cs a:hover {
	color: #ff8100;
	text-decoration: none;
}
.lanrenzhijia-cs .floatL {
	width: 36px;
	float:left;
	position: relative;
	z-index:1;
}
.lanrenzhijia-cs .floatL a {
	font-size:0;
	text-indent: -999em;
	display: block;
}
.lanrenzhijia-cs .floatR {
	width: 130px;
	float: left;
	padding: 5px;
	overflow:hidden;
}
.lanrenzhijia-cs .floatR .cn {
	background: #F7F7F7;
}
.lanrenzhijia-cs .cn h3 {
	font-size: 14px;
	color: #333;
	font-weight:600;
	line-height: 24px;
	padding: 5px
}
.lanrenzhijia-cs .cn ul {
	padding: 0 0 0 8px;
}
.lanrenzhijia-cs .cn ul li {
	line-height: 38px;
	height:38px;
	border-bottom: solid 1px #E6E4E4;
	overflow: hidden;
}
.lanrenzhijia-cs .cn ul li span {
	color: #777;
}
.lanrenzhijia-cs .cn ul li img {
	vertical-align: middle;
}
.lanrenzhijia-cs .btnOpen, .lanrenzhijia-cs .btnCtn {
	position: relative;
	z-index:9;
	top:0;
	left: 0;
	background-image: url(../images/lanrenzhijia.png);
	background-repeat: no-repeat;
	display:block;
	width: 20px;
	height: 146px;
	padding: 8px;
}
.lanrenzhijia-cs .btnOpen {
	background-position: 0px 0;
}
.lanrenzhijia-cs .btnCtn {
	background-position: -35px 0;
}
.lanrenzhijia-cs ul li.top {
	border-bottom: solid #ACE5F9 1px;
}
.lanrenzhijia-cs ul li.bot {
	border-bottom: none;
}
/* 
@media (max-width:768px) {
	
	.container {
		width: 100%;
	}
	
	.productslist a {
		width: 45%!important;
		margin: 2vw;
		height: auto!important;
	}
	
	.productslist a b {
		width: 100%;
		height: auto!important;
	}
	
	.productslist a img {
		width: 100%;
		height: auto!important;
	}
	
	.hsolutionlist .list {
		width: 100%;
	}
	
	.hsolutionlist img {
	
	}
	
	.hsolutionlist .shd {
		height: auto;
	}
	
	.hsolutionlist .shd h3 {
		padding-top: 20px;
	}
	
	.haboutcont .ascont {
		width: 94%;
		padding: 0 2%;
	}
	.haboutcont .ald {
		float: none;
		width: 100%;
		background-size: cover;
		height: 50vw;
	}
	.haboutcont .ard {
		float: none;
		width: 96%;
		padding: 2vw;
	}
	.slider .bd li img {
		width: 45vw;
		height: 60vw;
		margin: 0;
	}
	
	.slider .bd li {
		width: 50vw;
	}
	
	.slider span {
		width: 45vw;
		left: 0;
	}
	.slider {
		height: 60vw;
		min-width: 0;
	}
	
	.hcase {
		width: 100%;
		overflow: hidden;
	}
	
	.hnewslist .newsld {
		width: 100%;
	}
	
	.hnewslist .newsrd {
		width: 96%;
		margin-left: 2%;
		height: auto;
		margin-top: 5vw;
	}
	
	.slider .bd {
		width: 116%;
		margin-left: -57.5%;
	}
	
	.hnewslist .newsld img {
		width: 96%;
		margin-left: 2%;
		height: auto;
	}
	
	.hnewslist .newsld .nbd {
		width: 96%;
		margin-left: 2%;
		height: auto;
	}
	
	.fmenu {
		width: 100%;
		float: none;
	}
	
	.fmenu li {
		width: 96%;
		margin-left: 2%;
	}
	
	.fmenu li a {
		display: inline-block;
		margin-right: 2vw;
	}
	
	.fmenu ul {
		margin-top: 0;
	}
	
	.htitle h3::before, .htitle h3::after {
		display: none;
	}
	
	.footer .fright {
		width: 96%;
		margin-left: 2%;
	}
	
	.footer .showform {
		width: 96%;
		margin-left: 2%;
	}
	
	.codeshow {
		margin: 0 auto;
	}
	
	.fcontact {
		text-align: center;
	}
	.fecodelist {
		float: none;
		margin: 0 auto;
	}
	
	.htype-pro a {
		width: 40%;
		margin: 5px 2%!important;
		padding: 0;
	}
	
	.htype-pro .promenu {
		width: 40%;
		margin: 5px 2%!important;
		padding: 0;
	}
	
	.htype-pro .promenu a {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	
	.productslist a span {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	
	.bdsearch .ld {
		display: none;
	}
	
	.menu {
		position: absolute;
	}
	
	.menu-mob {
		width: 30px;
		height: 70px;
		display: block;
		background: url(../images/more.jpg) top center no-repeat;
		display: block;
		position: absolute;
		top: -54px;
		right: 20px;
	}
	
	.menu ul {
		display: block;
		width: 100%;
		background: rgba(0,0,0,0.95);
		position: relative;
		margin-top: 5px;
		float: none;
		text-align: right;
		left: 0;
		margin-left: 0;
	}
	
	.menu li {
		position: relative;
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	.menu li > a {
		color: #FFFFFF;
	}
	.menu li.on > a, .menu li > a:hover {
		border-bottom: none;
		color: #f2af00;
	}
	.menu li:hover::after, .menu li.on::after {
		display: none;
	}
	.rmneu {
		display: none;
	}
	
	.menu {
		float: none;
		margin: 0;
		width: 100%;
		position: absolute;
		top: 80px;
		right: 0;
		background: none;
	}
	
	.menu::before {
		display: none;
	}
	
	.menu ul {
		display: none;
	}
	
	.menu.on ul {
		display: block;
	}
	
	.smenu {
		display: none!important;
	}
	
	.menu li:hover .smenu {
		display: none;
	}
	
	.headmain .logo a img {
		width: 20vw;
	}
	
	.htel .tellist  {
		display: none;
	}
	
	.logotitle b {
		font-size: 18px;
	}
	
	.logotitle span {
		font-size: 14px;
	}
	
	.tab_show .ld {
		display: none;
	}
	
	.tab_show .rd {
	    text-align: left;
	    width: 98%;
	    padding-left: 2%;
	}
	
	.mainshowc {
		padding: 0 3%!important;
	}
	.showproject {
		width: 100%;
	}
	.showprojpicm img {
		width: 90%;
	}
	
	.xinwq_left dl dt {
		width: 100%;
		display: block;
		float: none;
	}
	
	.xinwq_left dl dd {
		width: 100%;
		float: none;
		display: block;
	}
	
	.mainshowc img {
		display: block;
		width: 100%;
	}
	
	.feedbackw {
		width: 100%;
	}
	
	.feedbackw input, .feedbackw textarea {
		width:  98%;
	}
	.feedbackw .anzhuang {
		margin: 0;
	}
	.xinwq_left dl dt p.sbpictitle {
		width: 99.5%;
	}
	
	.fullSlide .bd li {
		height: 220px;
	}
	.fullSlide .bd {
		height: 220px;
	}
	.logo {
		padding: 0;
	}
	
	.headertop {
		display: none;
	}
	
	.youshilist li {
		width: 46%;
		margin: 0 2%;
	}
	
	.htype-pro-o {
		width: 98%;
		height: auto;
		border-width: 1vw;
	}
	
	.htype-pro-o a {
		position: relative;
		float: left;
		width: 47.5%;
		margin: 1vw;
	}
	.htype-pro-o a img {
		width: 100%;
		display: block;
	}
	.htype-pro-o .hproshowa1,
	.htype-pro-o .hproshowa2,
	.htype-pro-o .hproshowa3,
	.htype-pro-o .hproshowa4,
	.htype-pro-o .hproshowa5,
	.htype-pro-o .hproshowa6,
	.htype-pro-o .hproshowa7,
	.htype-pro-o .hproshowa8 {
		left: auto;
		top: auto;
	}
	
	.htype-pro-o .hproshowa2, .htype-pro-o .hproshowa5 {
		margin-bottom: 1.2vw;
	}
	
	.hchangjinglist {
		width: 100%;
		height: auto;
	}
	.hchangjinglist .hctextmain-ww {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 96%;
		margin: 2vw;
	}
	.hchangjinglist .hctextmain-ww img {
		width: 100%;
	}
	
	.hcasecont .hld {
		width: 96%;
		margin: 2vw;
		height: auto;
	}
	
	.hcasecont .hrd {
		width: 98%;
		margin: 1vw;
		height: auto;
	}
	
	.hcasecont .hld li img {
		width: 100%;
		height: auto;
	}
	.menu li::after {
		display: none;
	}
	.hcasecont .hld .bd li {
		height: auto;
	}
	
	.hcasecont .hrd li {
		width: 48%;
		margin: 0.9vw;
	}
	
	.habout .hald {
		width: 100%;
		height: auto;
	}
	
	.habout .container {
		width: 96%;
		margin: 2vw;
		height: auto;
		border: none;
	}
	
	.habout .hald img {
		width: 100%;
		height: auto;
	}
	
	.habout .hald::before {
		display: none;
	}
	
	.habout .hard  {
		width: 96%;
		margin: 2vw;
		height: auto;
		border: none;
	}
	
	.habout .haboutcont {
		width: 100%;
	}
	
	.habout .habd img {
		width: 94vw;
		display: block;
		height: auto;
		margin: 2vw;
	}
	
	
	.hhezuolist {
		width: 96%;
		margin: 2%;
		height: auto;
	
	}
	.hhezuolist li {
		width: 47%;
		margin: 1.5%;
	}
	
	.hhezuolist li img {
		width: 100%;
		height: auto;
	}
	
	.hnewslist .nbd .ncont {
		width: 100%;
	}
	.hnewslist .newsrd {
		width: 100%;
	}
	
	.codeshow {
		margin: 0;
	}
	.copyr-ld {
		float: none;
		text-align: center;
	}
	.copyr-rd {
		text-align: center;
	}
	.mainshowc img {
		width: 96%;
		border-width: 2vw;
	}
	
	.htype-pro .prosmenu a {
		width: 28%;
		display: inline-block;
		text-align: center;
	}
	
	.htype-pro .prosmenu {
		display: none;
		    position: fixed;
		    bottom: 0;
		    left: 0;
		    top: auto;
		    background: rgba(0,0,0,0.9);
		    text-align: left;
			padding: 1vw 0;
	}
	
	.htype-pro .prosmenu.on {
		display: block;
	}
 
}

 */