
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #666;
	list-style:none ;
	box-sizing: border-box;
	}
body{
	overflow-x: hidden;
	background: #f5f5f5;
}
.index{
	background: #fff;
}

A:hover{
	color: #0158b8;
}

.bai a{
	color:#FFFFFF;
	}
 img{ 
 	border:0; 
 	display: block;
 	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}

@font-face
{
font-family: ywzt;
src: url('http://en.njhbyl.com/template/default/images/Impact.TTF'),
     url('http://en.njhbyl.com/template/default/images/Impact.eot'); /* IE9+ */
}
/*top*/
.zxgg{
	height:40px;
	background:#094f82;
	width:100%;
	}
.zxgg ul{
	width:1200px;
	margin:auto;
	}
.zxgg ul li{
	width:235px;
	float:right;
	margin-top:5px;
	background:#094776;
	}
.zxgg ul li input{
	border:none;
	background:#094776;
	height:30px;
	padding:0 10px;
	float:left;
	color:#fff;
	}
 input::-webkit-input-placeholder {

        color: #fff;

        font-size: 12px;

    }
.zxgg ul li  button{
	background:#0b5890;
	border:none;
	height:30px;
	float:right;
	padding:0 10px;
	}
.head_bj{
	background:#fff;
	width:100%;
	}
.head{
	width:1200px;
	margin:auto;
	height:130px;
	}

.logo{
	float:left;
	margin-top:22px;
	}

.nav{
	float:left;
	margin-top:45px;
	margin-left:80px;
}

.nav ul{
	text-align:right;
	}
.nav ul li{
	display:inline-block;
	position:relative;
	}
.nav ul li a{
	padding:0 15px;
	line-height:36px;
	height:36px;
	display:block;
	text-transform:uppercase;
	font-size:18px;	
}
.nav ul li a:hover , .nav ul .sy a{
	color:#FFF;
	background:#094f82;
}
.nav .submenu{ 
	width:150px;
	position:absolute; 
	top:36px;
	display:none; 
	z-index:999;
	border-top:1px solid #999;
	background-image:none;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.nav .submenu2{
	width:520px;
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:100%;
    line-height: 33px;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
	padding:0 15px;
	color:#fff;
	text-align:left;
	border-bottom:1px solid #999;
	background:none;
	}
.nav .nav2 dl dt a{
	text-align:left;
	padding-left:15px;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#094f82  !important;
	color:#fff;
	}
.Language{
	float:right;
	width:120px;
	margin-top:28px;
	position:relative;
	}
.Language h2{
	font-weight:normal;
	height:75px;
	line-height:75px;
	cursor:pointer;
	}
.Language h2 img{
	display:inline-block;
	margin-left:10px;
	}
.Language ul{
	position:absolute;
	top:75px;
	z-index:99;
	background:#094f82;
	width:120px;
	left:10px;
	padding:10px;
	}
.Language ul a{
	display:block;
	line-height:28px;
	text-align:center;
	color:#fff;
	}
/*banner*/
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#094f82;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width:100%;
	text-align:center;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.6;
	background:#ccc;
	}
.swiper-pagination-bullet-active {
	background:#094f82;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-50px;
	}
/**/
.bt{
	padding:70px 0 20px 0;
	}
.bt h2{
	text-align:center;
	font-size:36px;
	color:#094f82;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	}
.bt p{
	text-align:center;
	font-size:25px;
	color:#c0c0c0;
	line-height:50px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	}
.bt h4{
	text-align:center;
	}
.bt h4 a{
	display:inline-block;
	background:#f0f0f0;
	padding:0 15px;
	margin-top:5px;
	line-height:40px;
	color:#333;
	font-weight:normal;
	transition:all 0.6s;
	}
.bt h4 a:hover{
	background:#094f82;
	color:#fff;
	}
/*标题*/
.shuoshu_bj{
	height:629px;
	background:url(../image/pat1_bj.jpg) no-repeat center;
	}
.shuoshu{
	width:1220px;
	margin:auto;
	overflow:hidden;
	}
.shuoshu ul{
	height:380px;
	width:1220px;
	}
.shuoshu ul li{
	width:230px;
	height:350px;
	margin:0 7px;
	background:#fff;
	transition:all 0.3s;
	border:1px solid #ddd;
	float:left;
	position:relative;
	}
.shuoshu ul li h6{
	width:100px;
	height:100px;
	overflow:hidden;
	margin:15px auto;
	}
.shuoshu ul li h6 img{
	transition:all 0.6s;
	}
.shuoshu ul li h2{
	font-size:20px;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#000;
	}
.shuoshu ul li h3{
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#787878;
	font-weight:normal;
	line-height:40px;
	}
.shuoshu ul li span{
	display:block;
	width:36px;
	height:3px;
	transition:all 0.6s;
	background:#e0e0e0;
	margin:auto;
	}
.shuoshu ul li p{
	display:block;
	width:190px;
	text-align:center;
	margin:15px auto;
	}
.shuoshu ul li a{
	display:block;
	width:130px;
	margin:auto;
	transition:all 0.6s;
	text-align:center;
	line-height:40px;
	height:40px;
	position:absolute;
	bottom:15px;
	left:50px;
	background:#e0e0e0;
	text-transform:uppercase;
	}
.shuoshu ul li:hover{
	box-shadow: 2px 2px 4px #999;
	}
.shuoshu ul li:hover span{
	width:70px;
	background:#0a4f82;
	}
.shuoshu ul li:hover a{
	background:#0a4f82;
	color:#fff;
	}
.shuoshu ul li:hover h6 img{
	margin-left:-100px;
	}
/**/
.product_bj{
	height:670px;
	background:url(../image/product_bj.jpg)  no-repeat center;
	}
.product_index{
	width:1200px;
	margin:auto;
	position:relative;
	}
.product_index .bt h2{
	color:#fff;
	
	}
.product_index .bt p{
	color:#fff;
	}
.swiper2 .swiper-slide{
	background:none;
	}
.swiper2 .swiper-slide img{
	width:100%;
	}
.swiper2 .swiper-slide p{
	line-height:45px;
	color:#222;
	margin-top:10px;
	background:#e0e0e0;
	text-align:center
	}
.swiper2 .swiper-slide:hover p{
	background:#094f82;
	color:#fff;
	}
.product_index  .swiper-button-prev{
	background:none;
	width:36px;
	height:76px;
	top:370px;
	left:-70px;
	transition:all 0.6s;
	}
.product_index  .swiper-button-prev:hover{
	left:-75px;
	}
.product_index  .swiper-button-next{
	background:none;
	width:36px;
	height:76px;
	top:370px;
	right:-70px;
	transition:all 0.6s;
	}
.product_index  .swiper-button-next:hover{
	right:-75px;
	}
.product_index .swiper-button-next:after, .product_index  .swiper-button-prev:after{
	font-size:70px;
	}
/**/
.about{
	width:1200px;
	margin:0 auto 100px;
	}
.about .left{
	width:645px;
	line-height:30px;
	}
.about .left h2{
	font-size:24px;
	color:#094f82;
	font-weight:normal;
	margin-bottom:10px;
	}
.about .left a{
	display:block;
	width:110px;
	height:40px;
	background:#094f82;
	color:#fff;
	text-align:center;
	line-height:40px;
	margin-top:15px;
	}
.about .left a:hover{
	background:#c34109;
	}
.about .right{
	width:480px;
	float:right;
	margin-top:40px;
	}
.about .right a li{
	width:120px;
	height:120px;
	float:left;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	padding-top:35px;
	background:#f8f8f8;
	line-height:15px;
	}
.about .right a li span{
	font-size:18px;
	color:#094f82;
	margin-bottom:5px;
	display:block;
	}
.about .right a .abimg{
	background:#094f82;
	padding:26px;
	}
.about .right a{
	position:relative;
	display:block;
	width:240px;
	height:120px;
	float:left;
	}
.about .right a div{
	width:16px;
	height:16px;
	background:#094f82;
	position:absolute;
	left:112px;
	top:40px;
    transform: rotate(45deg);
	}
.about .right a:hover  .abimg{
	background:#c34109;
	}
.about .right a:hover div{
	background:#c34109;
	}	
	
	
	
/**/



/**/
.news_bj{
	background:#f8f8f8;
	}
.news{
	width:1200px;
	margin:auto;
	padding-bottom:100px;
	overflow:hidden;
	}
.news ul{
	width:1300px;
	}
.news ul li{
	width:378px;
	float:left;
	margin-right:33px;
	}

.news ul li h3{
	width:378px;
	height:250px;
	overflow:hidden;
	}
.news ul li h3 img{
	width:378px;
	height:250px;
	transition:all 0.6s;
	}
.news ul li h4{
	font-size:15px;
	color:#cccccc;
	padding-top:50px
	}
.news ul li h2{
	font-size:18px;
	color:#094f82;
	padding:15px 0;
	}
.news ul li p{
	line-height:28px;
	}
.news ul li span{
	display:block;
	border-top:2px solid #ddd;
	margin-top:20px;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	transition:all 0.6s;
	}
.news ul li span img{
	float:right;
	margin-top:20px;
	}
.news ul li:hover span {
	padding:0 30px;
	}
.news ul li:hover h3 img{
	transform:scale(1.1)
	}
/**/	
.foot{	
    width: 100%;
	background:#062b46;
	padding:40px 0 50px 0;	
	margin-top:80px;
}

.index .foot{
	margin-top:0px;
	}
.foot ul{
	width:1200px;
	margin:auto;
	}
.foot ul li{
	width:100px;
	float:left;
	}
.foot ul .foot_nav1{
	width:140px;
	}
.foot ul li a{
	display:block;
	background:url(../image/foot_jt.png) no-repeat center left;
	padding-left:10px;
	line-height:32px;
	color:#ccc;
	}
.foot ul li b{
	line-height:60px;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	}
.foot ul .f_contact{
	width:335px;
	}
.foot ul .foot_nav2{
	width:510px;
	}
.foot ul li p{
	line-height:28px;
	color:#ccc;
	}
.foot ul .ewm{
	float:right;
	width:130px;
	margin:55px 0 15px 0;
	}
.bqsy{
	background:#062238;
	}
.bqsy ul{
	width:1200px;
	padding:15px 0;
	margin:auto;
	color:#ccc;
	}
.bqsy ul a{
	color:#ccc;
	}
.bqsy ul  span{
	float:right;
	}
/**/

/**/
.nav_n{
	height: 68px;
	width: 100%;
	min-width:1200px;
	background: #FFF;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.nav_n ul{
	width: 1200px;
	margin: auto;
}
.nav_n ul .left{
	width: 265px;
	margin-top: 20px;
}
.nav_n ul .left .home_n{
	width: 18px;
	height: 15px;
	display: block;
	background: url(../image/home_n.jpg);
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}
.nav_n ul .left img{
	float: left;
	margin-top: 12px;
}
.nav_n ul .left h2{
	padding: 0 10px;
	float: left;
	color: #888;
	text-transform:uppercase;
	font-size: 20px;
}
.nav_n ul .right{
	width: 935px;
	text-align: right;
	line-height: 68px;
	
}
.nav_n ul .right a{
	line-height: 66px;
	padding: 0 10px;
	display: inline-block;
	color: #999999;
	transition: all 0.4s;
	background: url(../image/nav_n_bj.jpg) no-repeat -150px 64px;
	
}
.nav_n ul .right a:hover , .nav_n ul .right .gl{
    background-position: 0 64px;
	color: #094f82;
}

.out {
  
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.news_show{
	width: 1200px;
	padding: 40px 50px 50px 50px;
	background: #fff;
	margin: 50px auto  0;
}
.news_show img{
	max-width:1100px;
	}
.pagexx {
    line-height: 30px;
}
.pagexx  img{
	display:inline-block
	}
.news_bt h2{
	border-bottom: 1px solid #ccc;
	font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 23px;
    text-align: center;
}
.news_bt h4{
	color: #999;
     font-weight: normal;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}
.pagination{
	text-align: center;
	padding-top: 30px;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #094f82;
}
.page-num-current{
	background: #094f82;
	color: #fff;
}

.newslist{
	width: 1200px;
	margin: 40px auto 100px;
}
.newslist li {
	border-bottom: 1px solid  #e8e8e8;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	
}
.newslist li .time{
	width: 270px;
	height: 180px;
	float: left;
	text-align: center;
	
}
.newslist li .time img{
	width: 270px;
	height: 180px;
}

.newslist li .nr{
	width: 890px;
	float: right;
	line-height:26px;
	
}
.newslist li .nr b{
	font-size: 18px;
}
.newslist li .nr span{
	font-size: 13px;
	display: block;
	line-height: 40px;
	text-transform:uppercase;
}
.page1{
	padding-top:30px;
	}
.nr{
	line-height: 28px;
}
.map_lx{
	width: 100%;
	min-width:1200px;
	height: 600px;
}
.khts{
	width: 1200px;
	margin: 0px auto 50px;
	overflow:hidden;
}
.btnry h2{
	font-size: 36px;
	color: #515151;
	text-align: center;
}
.btnry h4{
	font-size: 24px;
	text-align: center;
	color: #e1e1e1;
	font-weight: normal;
    font-family: ywzt;
    margin-top: 12px;
}
.btnry  span{
	background: #c40c17;
	display: block;
	width: 50px;
	height: 4px;
	margin: 10px auto 0;
}
.nr100{
	width: 1200px;
	height: 160px;
	padding: 20px;
	margin-top: 30px;
	border: 1px solid #d1d1d1;
}
.nr30{
	width: 360px;
	float: left;
	margin-top: 20px;
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin-right: 30px;
}
.nr301{
	width: 360px;
	float: left;
	margin-top: 20px;
}
.nr20{
	width: 200px;
	float: left;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.nr301 img{
	float: left;
	margin-left: 30px;
}
.khts button{
	background: #ddd;
    width: 300px;
    height: 50px;
    border: 0px;
    text-align: center;
    font-size: 15px;
    color: #666;
    float: left;
	text-transform:uppercase;
    margin-top: 20px;
    margin-right: 15px;
}
.biaoge{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-spacing: 0px;
	border-collapse: separate;
	}
.biaoge tr td{
	padding:8px;
	line-height:18px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.biaoge tr td h2{
	font-size:24px;
	text-align:center;
	color:#000;
	padding:20px 0;
	}
.biaoge tr td h3{
	font-size:20px;
	text-align:center;
	color:#333;
	padding:10px 0;
	}
.biaoge {
    word-break: break-all;
}
.mian{
	width: 1200px;
	position: relative;
	margin: 60px auto 60px;
}
.mian_left{
	width:270px;
	float:left;
	}
.mian_right{
	width:910px;
	float:right;
	background:#fff;
	padding: 30px 20px;
	overflow:hidden;
	border: 1px solid #e4e4e4;
	}
.mian_left_bt{
	background:url(../image/pr_nav.png) no-repeat 220px 25px #094f82;
	width:100%;
	height:80px;
	line-height:80px;
	padding:0 25px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	} 
.product_nav  ul{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	background:#fff;
	}
.product_nav  ul li{
	border-bottom:1px solid #ddd;
	}
.product_nav  ul li a{
	font-size:16px;
	display:block;
	width:100%;
	line-height:18px;
	font-size:14px;
	padding:15px 25px;
	background:url(../image/xjt.png) no-repeat 240px  center;
	}	
.product_nav  ul li a:hover{
	background:url(../image/xjt.png) no-repeat 240px center #094f82;
	color:#fff;
	}
.product_nav  ul li .sy{
	background:url(../image/xjt.png) no-repeat 240px center #094f82;
	color:#fff;
	}
.product_nav  ul li dt{
	border-left:1px solid #ddd;
	width:216px;
	height:30px;
	margin:auto;
	}
.product_nav  ul li dt .navl2{
	height:30px;
	line-height:30px;
	font-size:14px;
	padding:0 10px;
	}
.product_nav  ul li dl{
	padding-bottom:15px;
	}	
.left_contact{
	border: 1px solid #e4e4e4;
    margin-top: 20px;
	background:#fff;
    padding: 0 19px 20px;
    margin-top: 20px;
	}
.left_contact h2{
	font-size: 18px;
    color: #094f82;
    font-weight: normal;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 18px;
	}
.left_contact p{
	line-height:28px;
	}
.left_contactqq{
	display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    margin-top: 20px;
	color:#fff;
	line-height:50px;
	 background: url(http://en.njhbyl.com/template/default/images/leftqqb.png) no-repeat 140px 18px  #ee1f4f;
	}
.left_contactqq:hover{
	color:#fff;
	}
.left_contactqq span{
	display: block;
    width: 50px;
    height: 50px;
	margin-right:20px;
    float: left;
    border-right: 1px solid #fff;
    background: url(http://en.njhbyl.com/template/default/images/leftqq.png) no-repeat center;
	}
/**/
.n_nav h2{
	font-size: 20px;
    color: #094f82;
	text-transform:uppercase;
	text-align:center;
	}
.n_nav img{
	margin:20px 0;
	}
.n_nav h4{
	text-align:center;
	margin-bottom:20px;
	color:#999;
	font-weight:normal;
	}
.pagenr{
	line-height:30px;
	}
.pagenr img{
	max-width:870px;
	}
/**/

.productlist{
	width:870px;
	overflow:hidden;
	}
.productlist ul{
	width:950px;
	}
.productlist ul li{
	width:280px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}
.productlist ul li span{
	width:278px;
	height:300px;
	border:1px solid #f1f1f1;
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:278px;
	height:300px;
	transition:all 0.6s;
	}
.productlist ul li:hover span img{
	transform: scale(1.1);	
	}
.productlist ul li p{
	text-align:center;
	line-height:50px;
	background:#f1f1f1;
	}
.productlist ul li:hover p{
	background:#094f82;
	color:#fff;
	}
.productlist ul li p b{
	font-weight:normal;
	}
/**/
.productshow{
	padding:0px;
	}
.productshowtop{
	border-bottom:1px solid #ddd;
	position:relative;
	min-height:300px
	}
.productshowtop .productshowtopleft{
	width:460px;
	float:left;
	border-right:1px solid #ddd;
	}
.productshowtop ul{
	width:448px;
	float:right;
	padding:30px;
	}
.productshowtop ul h2{
	font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 50px;
	border-bottom:1px solid #ddd;
    overflow: hidden;

	}
.productshowtop ul h3{
	margin-top:20px;
	font-weight:normal;
	}
.productshowtop ul h3 span{
	display:block;
	width:155px;
	margin-top:5px;
	float:left;
	text-transform:uppercase;
	}
.productshowtop ul h3 b{
	font-size:20px;
	color:#e2a83e;
	}
.productshowtop ul h3 img{
	float:left;
	}
.productshowtop ul p{
	line-height:28px;
	margin-top:20px;
	}
.productshowbot{
	padding: 20px;
	}
.productshowbt{
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	}
.productshowbt h2{
	width:170px;
	height:54px;
	background: #094f82;
	line-height:54px;
	text-align:center;
    color: #fff;
	text-transform:uppercase;
	}
/**/
.honorlist{
	width:1200px;
	margin:40px auto 0;
	background:#fff;
	overflow:hidden;
	}
.honorlist ul{
	width:1300px;
	padding:20px;
	}
.honorlist h2{
	background:#eee;
	}
.honorlist h2 span{
	display:inline-block;
	background:#062659;
	color:#fff;
	font-size:20px;
	padding:15px 30px;
	}
.honorlist ul li{
	width:280px;
	float:left;
	margin-right:12px;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #ddd;
	}
.honorlist ul li p{
	text-align:center;
	font-size:15px;
	line-height:35px;
	}
.honorlist ul li img{
	width:100%;
	}
.banner_n ul{
	width:1200px;
	margin:auto;
	padding:30px 0 40px 0;
	}
.banner_n ul h2{
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
	}
.banner_n ul a{
	border:1px solid #fff;
	color:#fff;
	display:inline-block;
	padding:10px 20px;
	text-transform:uppercase;
	}
.banner_n ul p{
	color:#fff;
	padding:15px 0;
	line-height:28px;
	}

.operate h3 {
	font-size: 16px;
	background: #f7f7f7;
	height: 43px;
	line-height: 43px;
	padding-left: 12px;
}

.operate ul li {
	display: inline;
}

.operate ul li a {
	background: url(http://en.njhbyl.com/template/default/images/bg1.png) no-repeat 200px 18px;
	padding-left: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #555;
	display: block;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px dotted #d2d2d2;
}

.operate ul li a.noline {
	border-bottom: none;
}

.operate ul li a:hover {
	color: #8caf00;
}

.operate ul li a.selected:hover {
	color: #fff;
}

.operate ul li .selected {
	background-color: #8caf00;
	background-position: 200px -9px;
	color: #fff;
}

.operate ul li {
	border-bottom: 1px solid #d2d2d2;
	display: inline-block;
	width: 100%;
	min-width:1100px;
	position: relative;
	min-height: 43px;
	_height: 43px;
	z-index: 10;
	zoom: 1
}

.operate ul li h4 {
	cursor: pointer;
	background: url(../image/j_c.png) no-repeat 1060px 15px;
	text-decoration: none;
	font-size: 18px;
	color: #555;
	display: block;
	line-height: 60px;
	font-weight: normal;
}

.operate ul li.noline {
	border-bottom: none;
}

.none {
	display: none
}

.operate ul li.selected h4 {
	background: url(../image/j_o.png) no-repeat 1060px 15px;
	border-bottom: 1px solid #d2d2d2;
	color: #094f82;
	font-weight: bold;
}
.operate ul li.selected h4 span{
   font-size: 18px;
	color: #333;
	font-weight: normal;
}

.operate li .list-item {
	padding: 20px 0;
	position: relative;
	zoom: 1;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}










