*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: none;
	font-family: "微软雅黑";
}
/*头部开始*/
.welcome{
	width: 100%;
	height: 40px;
	background-color: #282826;
}
.welcomewp{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}
.welcomewp marquee{
	width: 300px;
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width: 800px) {
	.welcome{
		display: none;
	}
	.head_pro_namewp{
		width: 90%;
		margin: 0 auto;
	}
	.logowp{
		width: 80%;
	}
	.searchwp{
		display: none;
	}
	.con_wp{
		display: none;
	}
}
.head_pro_namewp{
	width: 1200px;
	height: 92px;
	margin: 10px auto;
}
@media screen and (min-width:1200px ) {
	.logowp{
	width: 480px;
	float: left;
}
}

.logo{
	float: left;
	margin-top: 6px;
}
.pro_namewp{
	float: left;
	margin-left: 12px;
	margin-top: 20px;
}
.pro_name{
	font-size: 30px;
	font-weight: bold;
	color: #1f1a17;
	letter-spacing: 18px;
}
@media screen and (max-width: 800px){
	.logo img{
		width: 55px;
		height: 59px;
	}
	.pro_namewp{
	float: left;
	margin-left: 12px;
	margin-top: 16px;
}
	.pro_name{
	font-size: 20px;
	font-weight: bold;
	color: #1f1a17;
	letter-spacing: 18px;
}
	.pro_en_name{
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}
}
.pro_en_name{
	color: #666;
	text-transform: uppercase;
}
.clear{
	clear: both;
}
.searchwp{
	float: left;
	margin-top: 30px;
}
.searcg_k{
	width: 200px;
	height: 38px;
	outline: none;
	padding-left: 10px;
	float: left;
	line-height: 40px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.anniu{
	float: left;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/head_icon_09.png) no-repeat center center;
	background-color: #de9c00;
}
.searcg_k:focus{
	border-color: #de9c00;
}
.anniu:hover{
	background-color: #efa800;
}
.con_wp{
	float: right;
}
.con_wp{
	float: right;
	height: 92px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/head_icon_06.png) no-repeat left center;
}
.con_c{
	padding-left: 60px;
	color: #333;
	margin-top: 22px;
	font-weight: bold;
}
.con_haom{
	padding-left: 60px;
	color: #de9c00;
	font-size: 22px;
	font-weight: bold;
}
.slideshow {
  position:relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.wenan {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  height: 300px;
  width: 400px;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  padding: 3em 4em;
  line-height: 1.5;
}


.wenan h2:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: .5em;
}
.logo1{
	position: absolute;
	left: 0;
	top: 10px;
	height:97px;
	width: 258px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/logo1.jpg) no-repeat left center;
	box-shadow: 0 0 10px #ddd;
	z-index: 9999;
}
.wenan_name1{
	font-size: 40px;
	letter-spacing: 2px;
	font-family: "宋体";
}
.wenan_name{
	font-size: 40px;
	letter-spacing: 4px;
}
.wenan h2{
	letter-spacing: 4px;
}
.ny_headbg{
  position:relative;
  width: 100%;
  height: 500px;
  overflow: hidden;	
}
.n_titlewp{
	position:absolute;

}

/*头部结束*/

/*导航开始*/
.nav_bg{
	width: 100%;
	height: 60px;
	z-index: 999;
	position: relative;
}
.nav_wp{
	width: auto;
	position: absolute;
	top: 10px;
	right: 0;
	height: 60px;
}
.fengex{
	background: url(/web/20220206012843im_/http://njhuangding.com/img/head_icon_15.jpg) no-repeat right center;
}
.nav_wp ul li{
	float: left;
	padding: 0 30px;
	text-align: center;
	line-height: 60px;
	height: 60px;
}
.nav_wp ul li a:hover{
	color: #de9c00;
}
.moren{
	color: #fff;
}
@media screen and (max-width: 800px) {
	.nav_bg{
		display: none;
	}
	
}
/*导航结束*/

/*轮播开始*/
@media only screen and (max-width:800px ) {
	.banner-main {
	width: 100%;
	height: 500px;
	position: relative;
}
	.banner-main-img {
	height: 500px;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
	.banner-main-img li img{
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -10px;
    top: 0;
}
}
.banner-main {
	width: 100%;
	height: 700px;
	position: relative;
}
.banner-main-img {
	height: 700px;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
.banner-main-img li {
	width: 100%;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 1200px) {
	.banner-main-img li img{
    width: 1920px;
    height: 700px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
}

.ui-controls ul{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.ui-controls ul li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0px 5px;	
	border: 2px solid #ddd;
	background: #eee;
	/*border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.9);
	background: rgba(0, 0, 0, 0.5);*/
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.ui-controls ul li:hover {
	border: 2px solid #ccc;
	background: #999;
	/*border: 2px solid rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.6);*/
}
.ui-controls ul .current {
	border: 2px solid #ccc;
	background: #999;
	/*border: 2px solid rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.6);*/
}
.ui-controls .ui-prev {
	width: 41px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/icon-slides.png) no-repeat -84px 50%;
	z-index: 999;
	cursor: pointer;
}
.ui-controls .ui-next {
	width: 41px;
	height: 69px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/icon-slides.png) no-repeat -125px 50%;
	z-index: 999;
	cursor: pointer;
}
.ui-controls .ui-prev:hover {
	background-position-x: 0px;
}
.ui-controls .ui-next:hover {
	background-position-x: -42px;
}
.xiaobanner{
	width: 100%;
	height: 300px;
	background:url(/web/20220206012843im_/http://njhuangding.com/img/xiaobanner.jpg) no-repeat center center;
}
/*轮播结束*/

/*产品展示开始*/
.pro_bg{
	width: 100%;
	height: 620px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/bg1_02.jpg) no-repeat center center;
	overflow: hidden;
	background-attachment: fixed;
}
.title_wp{
	width: 1200px;
	margin: 50px auto 40px auto;
	text-align: center;
}
.title_en{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 4px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/title_bg_03.png) no-repeat center center;
}
.title{
	color: #fff;
	font-size: 28px;
	letter-spacing: 2px;
}
.ziys_z{
	color: #fff;
}
.ziys_h{
	color: #eebd00;
}
.Box {position: relative;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 40%;cursor: pointer;}
.Box .Box_con .btnl {background: url(/web/20220206012843im_/http://njhuangding.com/img/jtl02.png) no-repeat center;left: -72px;}
.Box .Box_con .btnr {background: url(/web/20220206012843im_/http://njhuangding.com/img/jtr02.png) no-repeat center;right: -72px;}
.Box .Box_con .btnl:hover {background: url(/web/20220206012843im_/http://njhuangding.com/img/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(/web/20220206012843im_/http://njhuangding.com/img/jtr03.png) no-repeat center;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {position:relative; float: left;width: 380px;height: auto;margin-left: 20px;overflow: hidden;text-align: center;background-color: #de9c00}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {transition: all 0.5s;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}

.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: #de9c00;}
.pro_display_img{
	width: 344px;
	height: 274px;
	margin:10px auto;
	text-align: center;
	overflow: hidden;
}
.pro_display_mc{
	margin-bottom: 10px;
}
.pro_display_mc a{
	color: #fff;
}
.pro_display_mc a:hover{
	text-decoration: underline;
}
.pro_display_bz{
	position: absolute;
	height: 55px;
	width: 55px;
	top: 0;
	left: 0;
	background:url(/web/20220206012843im_/http://njhuangding.com/img/zuo_biaoz_03.png) no-repeat center center;
}
/*产品展示结束*/

/*产品应用开始*/
.pro_yy_bg{
	width: 100%;
	height: 900px;
	background-color: #282826;
	overflow: hidden;
}
.title_en1{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 4px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/title_bg2_03.png) no-repeat center center;
}
.pro_yy{
	width: 1200px;
	margin: 40px auto;
}
.pro_yy ul li{
	width: 32%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	margin-right: 1%;
}
.cpyy_wzwp{
	float: left;
	width: 10%;
	height: 300px;
	background-color: #fff;
}
.cpyy_wz{
	width: 20px;
	margin: 110px auto;
}
.cpyy_tu{
	float: left;
	width: 90%;
	height: 300px;
	overflow: hidden;
}
.cpyy_tu img{
	transition: all 0.8s ease;
	-moz-transition:all 0.8s ease; 
	-webkit-transition:all 0.8s ease; 
	-o-transition:all 0.8s ease; 
}
.pro_yy ul li:hover img{
	transform: scale(1.2);
}
.pro_yy ul li:hover .cpyy_wz{
	color: #DE9C00;
}
/*产品应用结束*/

/*背景2开始*/
.bg2{
	width: 100%;
	height: 300px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/bg2_03.jpg) no-repeat center center;
}
/*背景2结束*/

/*匠心品质开始*/
.pinz_bg{
	width: 100%;
	height: 840px;
	background-color: #282826;
	overflow: hidden;
}
.title_en2{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 4px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/title3_03.png) no-repeat center center;
}
.pinz_list_wp{
	width: 1200px;
	margin: 40px auto;
}
.pinz_list_wp ul li{
	width: 30%;
	float: left;
	margin: 20px 1%;
	text-align: center;
	color: #fff;	
}
.pinz_img{
	width: 360px;
	height: 195px;
	overflow: hidden;
}
.pinz_img img{
	transition: all 0.8s ease;
	-moz-transition:all 0.8s ease; 
	-webkit-transition:all 0.8s ease; 
	-o-transition:all 0.8s ease; 
}
.pinz_list_wp ul li:hover img{
	transform: scale(1.2);
}
.pinz_img img{
	width: 100%;
}
.pinz_title{
	font-weight: bold;
	margin: 6px 0;
}
.pinz_main{
	margin: 0 0 6px 0;
}
.pinz_list_wp ul li:hover{
	background-color: #DE9C00;
	transition: all 1s ease;
	-moz-transition:all 1s ease; 
	-webkit-transition:all 1s ease; 
	-o-transition:all 1s ease; 
	box-shadow: 0 0 6px #DE9C00;
}
/*匠心品质结束*/

/*订购流程开始*/
.dingg_bg{
	width: 100%;
	height: 630px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/bg3_02.png) no-repeat center center;
}
.dingg_wp{
	width: 1200px;
	margin:0 auto; 
}
.title_en3{
	color: #666;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 4px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/title4_03.png) no-repeat center center;
}
.ziys_title_h{
	color: #333;
}
.accrodion-group{
	width: 1200px;
	margin: 40px auto;
}
.accordion-DIV {

  overflow: hidden;
  padding-left: 1%;
  padding-right: 1%;
}
.accordion {
  clear: both;
  overflow: hidden;
}
.accordion [data-name=accordion] {
  border: thin solid #efefef;
}
.accordion .accordion-li {
  float: left;
  color: #222;
  border-right: none;
  overflow: hidden;
  width: 100px;
  transition: width 1.5s;
  position: relative;
  cursor: pointer;
}
.accordion .accordion-li .accordion-img {
  border: thin solid #efefef;
}
.accordion .accordion-li:last-child {
  border-right: thin solid #efefef;
}
.accordion .accordion-li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  transition: all 0.5s;
}
.accordion .accordion-li .accordion-description {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100px;
  opacity: 0.7;
  transition: all 0.5s;
/*  top: inherit;*/
  bottom: 50%;
  height: 50%;
  margin-bottom: -135px;
  padding: 1.5%;
}
.accordion .accordion-li .accordion-content, .accordion .accordion-li .accordion-title, .accordion:hover .accordion-li li.active .accordion-title, .accordion:hover li.active .accordion-li .accordion-title {
  opacity: 0;
  transition: all 0.5s;
  margin-top: 15px;
  text-shadow: 0px 0px 1px #e0f9ff;
}
.accordion .accordion-li .accordion-title {
  font-size:20px;
  font-weight: bold;
}
.accordion .accordion-li .accordion-icon {
  position: absolute;
  left: 20%;
  top: 50%;
  font-size: 20px;
  z-index: 10;
  opacity: 1;
  transition: opacity 2.5s;
}
.accordion:hover li {
  width: 100px;
  transition: width 1.5s;
}
.accordion:hover li.active {
  /* width:600px !important; */
  transition: width 0.5s;
}
.accordion:hover li.active::before {
  opacity: 0;
}
.accordion:hover li.active .accordion-icon {
  opacity: 0;
  transition: opacity .2s;
}
.accordion:hover li.active .accordion-description {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.5s;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  padding-top: 9%;
  height: auto;
  width: 97%;
  top: inherit;
  bottom: 136px;
}
.accordion:hover li.active .accordion-content, .accordion:hover li.active .accordion-title {
  opacity: 1  !important;
  transition: all 2s;
}
.accordion.verticality {
  clear: both;
  overflow: hidden;
}
.accordion.verticality .accordion-li {
  width: 100%;
  float: inherit;
  border: thin solid #efefef;
  height: 100px;
  transition: height .6s;
  border-bottom: none;
}
.accordion.verticality .accordion-li .accordion-description {
  left: 50%;
  bottom: 0;
  width: 30%;
  height: 95%;
  margin-bottom: 0px;
  margin-top: auto;
  margin-left: -224px;
  transition: all .8s;
}
.accordion.verticality .accordion-li .accordion-img {
  width: 100%;
}
.accordion.verticality .accordion-li:last-child {
  border-bottom: thin solid #efefef;
}
.accordion.verticality .accordion-li.active {
  width: 100% !important;
  transition: height .6s;
}
.accordion.verticality .accordion-li.active::before {
  opacity: 0;
}
.accordion.verticality .accordion-li.active .accordion-icon {
  opacity: 0;
  transition: all 0.5s;
}
.accordion.verticality .accordion-li.active .accordion-description {
  margin-left: 0;
  width: 98%;
  height: 50%;
  top: inherit;
  bottom: 0;
  left: 0;
  opacity: 1;
  padding-top: 1.5%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  transition: height .8s;
}
.accordion.verticality .accordion-li.active .accordion-description .accordion-title, .accordion.verticality .accordion-li.active .accordion-description .accordion-content, .accordion.verticality .accordion-li.active .accordion-description .accordion-title {
  opacity: 1;
  transition: opacity 1s;
}
.accordion .ver-toggle {
  display: none;
}
.accordion .accordion-img {
  display: block;
}
.accordion a {
  display: block;
  background-color: white;
  width: 100%;
  height: 100%;
}

.fa-plane:before{	
	content: "客户意向洽谈>";
}
.fa-dashboard:before{
	content: "专业人员对接>";
}
.fa-globe:before{	
	content: "商讨合作方案>";
}
.fa-tasks:before{
	content: "定制投入生产>";
}
.fa-rss-square:before{	
	content: "成品检测出库>";
}
.fa-th-large:before{
	content: "收货确认售后";
}
/*订购流程结束*/

/*新闻资讯开始*/
.news_bg{
	width: 100%;
	height: 600px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/bg4_02.png) no-repeat center center;
	background-attachment: fixed;
	overflow: hidden;
}
.news_wp{
	width: 1200px;
	margin: 0 auto;
}
.title_en4{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 4px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/title5_03.png) no-repeat center center;
}
.information-main-fl {
	width: 600px;
	overflow: hidden;
	float: left;
	height: 350px;
	position: relative;
}
.prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 45%;
	margin-top: -30px;
	left: 2%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/icon-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
}
.next {
	display: block;
	position: absolute;
	left: auto;
	right: 2%;
	top: 45%;
	margin-top: -30px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/icon-arrow.png) -6px -137px no-repeat;
	cursor: pointer;
}
.information-main-back {
	width: 600px;	
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	height: 60px;
	bottom: 0;
}
.information-main-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 600px;
	text-align: center;
	line-height: 60px;
	display: block;
	z-index: 2;
	margin-top: -20px;
	font-size: 16px;
	color: #fff;
}
.information-main-text a{
	color: #fff;
}
.information-main-text a:hover{
	text-decoration: underline;
}
.information-main-fl .bd ul li {
	position: relative;
}
.information-main-fr {
	width: 560px;
	overflow: hidden;
	float: right;
	height: 350px;
}
.information-main-fr .news_title{
	height: 56px;
	border-top: 2px solid #eebd00;
	border-bottom: 1px solid #ccc;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-size: 20px;
}
.news_list{
	height: 57px;
	border-bottom:1px solid #ccc;
	line-height: 58px;
	padding: 0 10px;
}
.yuand{
	float: left;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 25px 10px 0 0;
}
.news_list a{
	color: #fff;
}
.news_list a:hover{
	text-decoration: underline;
}
.news_list span{
	color: #fff;
	float: right;
}
.news_ckgd{
	text-align: center;
	height: 58px;
	line-height: 58px;
}
.news_ckgd a{
	color: #fff;
}
.news_ckgd:hover a{
	text-decoration: underline;
}
/*新闻资讯结束*/

/*底部开始*/
.bottom_bg{
	width: 100%;
	height: 386px;
	background-color: #282826;
	overflow: hidden;
}
.bottom_wp{
	width: 1200px;
	margin: 40px auto 0 auto;
	text-align: center;
}
.bottom_com_name{
	color: #fff;
	font-size: 28px;
	letter-spacing: 2px;
}
.bottom_com_enname{
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 1px;
}
.bottom_nav_wp{
	width: 1200px;
	height: 40px;
	margin: 20px auto;
}
.bottom_nav_wp ul li{
	float: left;
	padding:10px 45px;
	border-bottom: 1px solid #fff;
}
.bottom_nav_wp ul li a{
	color: #fff;
}
.bottom_nav_wp ul li a:hover{
	text-decoration: underline;
}
.bottom_lxfswp{
	width: 1200px;
	margin: 30px auto;
}
.bottom_lxfs{
	width: 600px;
	float: left;
	margin-left: 50px;
	color: #fff;
}
.bottom_lxr{
	background: url(/web/20220206012843im_/http://njhuangding.com/img/dibu_icon_06.png) no-repeat left center;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.bottom_sj{
	background: url(/web/20220206012843im_/http://njhuangding.com/img/dibu_icon_03.png) no-repeat left center;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.bottom_dz{
	background: url(/web/20220206012843im_/http://njhuangding.com/img/dibu_icon_15.png) no-repeat left center;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.bottom_shux{
	float: left;
	height: 100px;
	width: 1px;
	background-color: #999;
}
.bottom_ewm{
	float: left;
	margin-left: 200px;
}
.bottom_ewm_s{
	color: #fff;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}
/*底部结束*/
/*浮窗开始*/
.relative{position:relative;top:0;left:0;}
.pb6{padding-bottom:6px;}

/*asid_share*/
.asid_share{position:fixed;width:40px;bottom:15%;right:0;z-index:890;}
*html #asid_share{position:absolute;top:expression(documentElement.scrollTop + "px");margin:300px 0 0 0;}

.asid_share .asid_share_box{width:100%;margin-bottom:3px;background:#999;text-align:center;}
.asid_share .asid_share_box a{display:block;height:35px;padding-top:5px;}
.asid_share .asid_share_box a:hover{background:#de9c00;text-decoration:none;}
.asid_share .asid_share_box a:hover .asid_title,.asid_share .asid_share_box .asid_title{color:#fff;font-size:12px;display:block;padding-left:6px;line-height:18px;width:30px;margin-top:-2px;}
.asid_share .red_bag{background:#de9c00;text-decoration:none;}
.asid_share .asid_sha_layer{border:1px solid #ccc;background:#fff;position:absolute;right:47px;bottom:-44px;}

.sweep_img{padding:10px;}
.asid_share_box .asid_help_list li{line-height:26px;height:26px;background:url(/web/20220206012843im_/http://njhuangding.com/img/dian.png) no-repeat 6px 12px;}
.asid_share_box .asid_help_list li a{line-height:26px;height:26px;padding:0 0 0 14px;text-align:left;}
.asid_help_list li a:hover{color:#fff;}

.asid_share_triangle{width:12px;height:40px;position:absolute;right:45px;bottom:-12px;z-index:100;}
.border_sj,.con_sj{display:block;width:18px;height:28px;font-size:18px;overflow:hidden;font-family: SimSun;}
.border_sj{color:#ccc;font-style:normal;}
.con_sj{color:white;margin:-14px -2px 0 0;margin:-28px 0 0 -2px;}
/*浮窗结束*/

/*关于我们页开始*/
.about_bg{
	width: 1200px;
	margin: 40px auto;
	position: relative;
}
.about_gsjj{
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
}
.hengx{
	width: 50px;
	height: 4px;
	margin: 10px auto;
	background-color: #de9c00;
}
.about_engsjj{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.about_l{
	width: 1200px;
	height: 420px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/about_bg.jpg) no-repeat center center;
}
.about_r{
	width: 1200px;
	margin: 20px 0;
}
/*关于我们页结束*/

/*企业文化页开始*/
.qywh_list{
	width: 276px;
	float: left;
	margin: 0 12px 40px 12px;
	text-align: center;
}
.qywh_list1{
	width: 276px;
	float: left;
	margin: 40px 12px 40px 12px;
	text-align: center;
}
/*企业文化页结束*/

/*产品展示页开始*/
.pro_wp1{
	width: 1200px;
	margin: 40px auto;
}
.pro_listwp1{
	width: 230px;
	float: left;
}
.pro_showwp{
	width: 900px;
	float: left;
	margin-left: 30px;
	margin-top:20px;
}
.pro_display_titlewp{
	width: 900px;
	margin:0 0 20px 0;
}
.pro_display_title{
	padding-left: 16px;
	font-size: 18px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/guanyuwmshux.jpg) no-repeat left center;
}
.weizhi{
	float: right;
	font-size: 14px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.leftwp {
    position: relative;
    margin: 0px auto;
}
.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  background: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;

}
.active1{
	background: #de9c00;
}
.active1 a{
	color: #fff;
}
.mcd-menu li {
  position: relative;
  width: 230px;
}
.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 0 20px;
  color: #666;
  height: 60px;
  position: relative;
  border-bottom: 1px dashed #999;
}
.mcd-menu li a i {
  float: left;
  font-size: 20px;
}

.mcd-menu li a p {
  float: left;
  margin: 0 ;
}
.fenleititle{
	text-align: center;
	line-height: 64px;
	height: 64px;
	color: #fff;
	font-size: 18px;
}

.fenlei{
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}


.mcd-menu li a i, .fenlei, .mcd-menu li a small {
  position: relative;
  line-height: 60px;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.fenlei1{
	height: 50px;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 14px;
}
.mcd-menu li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a .fenlei {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
    opacity: 1;
    -webkit-animation: moveFromRight 300ms ease-in-out;
    -moz-animation: moveFromRight 300ms ease-in-out;
    -ms-animation: moveFromRight 300ms ease-in-out;
    -o-animation: moveFromRight 300ms ease-in-out;
    animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
  color: #de9c00;
}
.mcd-menu li a.active {
  position: relative;
  margin: 0 0;
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  z-index: 1000;
  left:280px;
  top: 0px;
  border-left: 4px solid #e67e22;
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  left:250px;

}

.mcd-menu li.float{
  height: 59px;
}
.sousuok{
	margin-left: 30px;
	margin-top: 10px;
	height: 40px;
	width: 150px;
	float: left;
	border: none;
	background-color: #ddd;
	padding:0 0 0 10px;
	outline: none;
}

.box1{
    width: 280px;
    margin:0 19px 20px 0;
    background: #f6f6f6;
    float: left;
    position: relative;
}
.box1:hover{
	box-shadow: 0 0 4px #de9c00;
}
.pro_title1{
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.box1 a {	
    text-align: center;
    color: #333;
}
.box1 a:hover {
    color:#de9c00;
}
.imgBox {
    width: 280px;
    height: 240px;
    overflow: hidden;
}

.imgBox img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}

/*鼠标hover效果*/

.box1>a::after {
    content: '';
    width: 280px;
    position: absolute;
    background: #de9c00;
    bottom: 0;
    left: 0;
    height: 0px;
    transition: height 0.3s linear;
    /*利用伪类高度，实现动画效果*/
}

.box1>a:hover::after {
    height: 4px;
}

.box1:hover img {
    transform: scale(1.15);
}

.box1:hover .source {
    background: #e52d67;
    border-color: #e52d67;
    color: #ffffff;
}
.sousuowp1{margin-left: 76px;margin-top: 12px;}
.pro_chabashi{
	width: 576px;
	height: 308px;
	margin:20px 20px 0 0;
	border:2px solid #08873e;
	float: left;
}
.pro_chabashi:hover{
	box-shadow: 0 0 10px #989898;
}
.pro_chabashi:hover h3{
	color: #08873e;
}
.pro_chabashi1:hover{
	box-shadow: 0 0 10px #989898;
}
.pro_chabashi1:hover h3{
	color: #08873e;
}
.chabashitu{
	width: 300px;
	float: left;
}
.chabashitu img{
	width: 100%;
}
.pro_miaoshu{
	float: left;
	width: 270px;
}
.pro_chabashi:hover h3{
	color: #08873e;
}
.pro_miaoshu a{
	color: #333; 
}
.pro_ms{
	margin-top: 20px;
}
.pro_miaoshu h3{
	margin-top: 40px;
}
.pro_chabashi1{
	width: 576px;
	height: 308px;
	margin:20px 0 0 0;
	border:2px solid #08873e;
	float: left;
}

.pagination{margin:10px auto 0 auto;}
.pagination ul{margin:50px auto 0 auto;padding-bottom:50px;text-align:center;}
.pagination ul li{color:#fff;line-height:30px;display:inline-block;text-align: center;height:30px;overflow: hidden;}
.pagination ul li a{background:#006ace;border-radius:5px;display:block;color:#fff;font-size:15px;line-height:30px;padding:0 12px;float:left;margin:0 5px;}
.pagination ul li.current a{color:#000;font-size:15px;margin:0;padding:0 12px;border-radius:5px;background:#ccc;line-height:30px;display: block;float: left;margin:0 5px;}
.pagination ul li span{display:block;float:left;padding:0;border-radius:5px;margin-left:0;color: #fff;line-height:30px;}

/*产品展示页结束*/

/*产品详情页开始*/
/*-容器的右侧---------------------------------------------------------------------------------*/
.container_right{width:898px;border:1px solid #ddd;float: left;margin-left: 40px;margin-top: 10px;}
.container_right_title{font-weight:700;font-size:18px;height:45px;background-color: #eee;line-height:45px;padding-left:20px;color:#333;}
.photo_list_s3{padding:0 0 20px 0;font-size:0;float: left;}
.photo_list_s3 ul{margin:0;padding:0;}
.photo_list_s3 .chanpinlist  li{width:450px;height:440px; margin:20px 0 20px 8px;float:left;}
.photo_pic_s3 a{width:180px;height:120px;line-height:120px;overflow:hidden;background-color:black;text-align: center;display: inline-block;margin:0;padding:0;}
.photo_list_s3 .chanpinlist  li img{width:100%;height:100%;margin:0;padding:0;}
.web_products_article_title{background-color:#eee;color: #555;height: 40px;line-height: 40px}
.web_products_article{width: 860px;margin: 20px auto 0 auto;padding:0 20px 0 20px;}
.web_products_article table tbody tr td{line-height: 40px;}
.ue-table-interlace-color-single{
	background-color: #f2f2f2;
	color: #333;
	border:0; 
}
.page_s{
	float: right;
	margin:20px 20px 20px 0;
}
.page_s a{
	color: #666;
	font-size: 14px;	
}
.page_s1{
	float: left;
	margin:20px 0 20px 20px;
}
.page_s1 a{
	font-size: 14px;	
	color: #666;	
}
.pro_tumiaos{
	float: left;
	margin-left: 40px;
	margin-top: 180px;
	line-height: 40px;
}
.pro_tumiaos p{
	font-size: 18px;
}
#magnifier {
  position: relative;
  width: 450px;
  margin: 20px 0 0 20px;
}
.small-box {
  position: relative;
  width: 450px;
  height: 450px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
.small-box img{
	width: 100%;
	height: 100%;
}
.small-box table td{
  width: 450px;
  height: 450px;}
/*.small-box img {
  width:100%;
  height:100%;
}*/
.small-box .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #aaa;
  background: #0099ff;
  opacity: .5;
  filter: alpha(opacity: 50);
  cursor: move;
}
.thumbnail-box {
  position: relative;
  width: 100%;
}
.thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}
.thumbnail-box .btn-prev {
  left: 0;
  background: url(/web/20220206012843im_/http://njhuangding.com/img/btn_prev.png) no-repeat;
}
.thumbnail-box .btn-prev.btn_prev_disabled{background: url(/web/20220206012843im_/http://njhuangding.com/img/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .btn-next {
  right: 0;
  background: url(/web/20220206012843im_/http://njhuangding.com/img/btn_next.png) no-repeat;
}
.thumbnail-box .btn-next.btn_next_disabled{background: url(/web/20220206012843im_/http://njhuangding.com/img/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .list {
  overflow: hidden;
  width: 390px;
	margin-left:30px;
}
.thumbnail-box .wrapper {
  width: 100000px;
}
.thumbnail-box .list .item {
  float: left;
  margin:0 10px 0 0;
}
.thumbnail-box .list .item-cur {}
.thumbnail-box .list .item img {
  border: 2px solid #a9a9a9;
  width: 54px;
  height: 54px;
}
.thumbnail-box .list .item-cur img {
  border: 2px solid #942409;
}
.big-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 451px;
  top: 0;
  width: 540px;
  height: 540px;
  border: 1px solid #e4e4e4;
}
.big-box img {
  display: block;
  width: 100%;
}
.biaoti_left{

	padding-left: 70px;
}
.firstRow{
	background-color: #13439d;
	color: #fff;
	text-align: center;
}
.web_products_article  tr{
	text-align: center;
}
/*产品详情页结束*/

/*新闻页开始*/
.newswp{
	width: 1200px;
	margin: 30px auto;
}
.newslist li{
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.newslist_title{
	padding:10px 20px;
}
.newslist_title a{
	color: #333;

}
.newslist_title a:hover{
	text-decoration: underline;
}
.newslist_title span{
	float: right;
	color: #666;
	font-size: 14px;
}
.newslist_subtitle{
	padding:0 20px;
	font-size: 14px;
	color: #666;
}
.article{
	width: 1200px;
	margin:30px auto;
}
.news_title{
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.article_content_text_h1{
	
}
.news_main{
	margin:20px auto;
	background-color: #f8f8f8;
	padding: 10px 20px;
}
.news_main img{
	width: 100%;
}
.news_next{
	padding:0 20px 10px 20px;
	float: left;
	font-size: 14px;
}
.news_next a{
	color: #666;
	font-size: 14px;
}
.news_next a:hover{
	color: #333;
}
.pre{
	padding:0 20px 10px 20px;
	float: right;
	font-size: 14px;
}
.pre a{
	color: #666;
	font-size: 14px;
}
.pre a:hover{
	color: #333;
}
/*新闻页结束*/

/*资质证书页开始*/
.zizhi_wp{
	width: 1200px;
	margin: 30px auto;
}
.zizhi_list{
	width: 30%;
	display: inline-block;
	text-align: center;
	margin: 20px 1%;
}
.zizhi_list img{
	width: 100%;
}
.hxgx{
	margin: 20px 0 20px 20px;
}
/*资质证书页结束*/

/*联系我们页开始*/
.block-content{
	width: 1200px;
	margin: 40px auto 0 auto;
}
.lianxiwp{
	width: 1200px;
	margin: 0 auto 40px auto;
}
.lianxifangshi{
	width: 1200px;
}
.lxfs_list{
	margin: 20px auto;
}
.lxfs1{
	width: 30%;
	height: 250px;
	margin: 0 1%;
	text-align: center;
	float: left;
	box-shadow: 0 0 10px #eee;
}
.lxfs1 img{
	margin: 30px auto 20px auto;
}
.lxfs1 h3{
	margin: 0 0 10px 0;
}
.message_list{
	width: 1200px;
	margin:40px auto; 
}
/*联系我们页结束*/

/*留言表开始*/
.liuyanbg{
	width: 100%;
	height: 610px;
	overflow: hidden;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/liuyanbg_06.jpg) no-repeat center center;
	margin-bottom: 40px;
}
.liuyanwp{
	width: 1200px;
	height: 548px;
	background-color: #fff;
	margin: 34px auto;
}
.liuyantitle{
	height: 49px;
	background: url(/web/20220206012843im_/http://njhuangding.com/img/liuyanbiao_t_03.jpg) no-repeat center center;
}
.liuyanshuru{
	width: 1000px;
	margin: 30px auto;
}
.xingm{
	width: 440px;
	height: 40px;
	padding-left: 16px;
	outline-color:#de9c00;
	float: left;
	margin-bottom: 26px;
	border: 1px solid #999;
	line-height: 42px;
}
.shouji{
	width: 440px;
	height: 40px;
	padding-left: 16px;
	outline-color:#de9c00;
	float: right;
	margin-bottom: 26px;
	border: 1px solid #999;	
	line-height: 42px;
}
.youxiang{
	width: 440px;
	height: 40px;
	padding-left: 16px;
	outline-color:#de9c00;
	float: left;
	margin-bottom: 26px;
	border: 1px solid #999;	
	line-height: 42px;
}
.shuruxinx{
	width: 984px;
	height: 144px;
	padding: 16px 0 0 16px;
	outline-color:#de9c00;
	margin-bottom: 26px;
	border: 1px solid #999;	
	line-height: 42px;

}
.yanzhengma{
	width: 100px;
	height: 40px;
	padding-left: 16px;
	outline-color:#de9c00;
	margin-bottom: 26px;
	border: 1px solid #999;
	line-height: 42px;	
}
.dianjifas{
	width: 1000px;
	height: 40px;
	font-size: 18px;
	outline-color:#de9c00;
	text-align: center;
	line-height: 40px;
	border:1px solid #999;
	background-color: #fff;
	line-height: 42px;		
}
.dianjifas:hover{
	background-color: #de9c00;
	color: #fff;
	border-color:#de9c00;
}
/*留言表结束*/
/*
     FILE ARCHIVED ON 01:28:43 Feb 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:16:02 Dec 27, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.531
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.03
  esindex: 0.009
  cdx.remote: 5.775
  LoadShardBlock: 147.08 (3)
  PetaboxLoader3.datanode: 147.342 (4)
  PetaboxLoader3.resolve: 319.137 (3)
  load_resource: 370.21
*/