* {
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
	font: 16px/1.5 "microsoft yahei";
	color: #333;
}
img{
	border: 0;
	display: block;
}
a{
	font-family: "microsoft yahei";
	text-decoration: none;
	font-size: 15px;
}
h1{
	font: 26px/1.5 "microsoft yahei";
	color: #333;
	font-weight: normal;
}
h2{
	font: 18px/1.5 "microsoft yahei";
	color: #333;
	font-weight: normal;
}
p{
	font: 14px/1.5 "microsoft yahei";
	color: #333;
	font-weight: normal;
	text-align: justify;
}
input{
	box-shadow: none;
	border: none;
	outline: none;
}


/*必须，关系到单个page能否全屏显示

html,
body {
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#container{
	position: relative;
	top: 105px;
	height: 100%;
}
.sections,
.section {
	
	position: relative;
	
	height: 100%;
}必须，关系到单个page能否全屏显示*/

.section {
	/*有背景图时必须，关系到背景图能够全屏显示*/
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}


/*非必需，只是用来设置背景图，id不会被插件用到*/

#section0 {
	background:#fff;
}

#section1 {
	background: #88d2b9;
}

#section2 {
	background: #fff;
}

#section3 {
	background:#0f719c;
}

#section4 {
	background: #fff;
}

#section5 {
	background:url(../img/nkd_member_bk.jpg) no-repeat center center #4fc2a1;
}

#section6 {
	background: #fff;
}
#section7 {
	background: #2385af;
	height: 220px;
}


/*以下样式用来设置slider样式，可自行修改*/

.pages {
	position: fixed;
	right: 10px;
	top: 50%;
	list-style: none;
	margin-top: -80px;
}

.pages li {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
	margin: 20px 0 0 7px;
	transform: all .7s cubic-bezier(1, 0, 0.5, 1);
	cursor: pointer;
}

.pages li.active {
	margin-left: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #FFFFFF;
	background: #999;
}
.pages li.active2 {
	margin-left: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #FFFFFF;
	background: #999;
}
/*head*/
.nkd_top_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 25px;
}
.nkd_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.nkd_h_contact_qdcode{
	width: 101px;
	height: 101px;
	position: absolute;
	top: 80px;
	right: 0px;
	border: 1px solid #25ad7d;
	background: url(../img/nkd_qdcode.jpg) no-repeat center center #ffffff;
	opacity: 0;
	filter: alpha(opacity = 100);
	display: none;
}
.nkd_h{
	height: 105px;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.nkd_top{
	width: 100%;
	height: 25px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2385af,endcolorstr=#25ad7e,gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=100%,finishy=0) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2385af,endcolorstr=#25ad7e,gradientType=0);/*IE8*/	
    background:#2385af; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(left, #2385af, #25ad7e);  
    background:-webkit-gradient(linear, left top, right top, from(#2385af), to(#25ad7e));  
    background:-o-linear-gradient(left, #2385af, #25ad7e);
	position: relative;
}
.nkd_top_left {
	float: left;
}

.nkd_top_right {
	float: right;
}

.nkd_top_right ul li{
	float: left;
	cursor: pointer;
	position: relative;
	background: #2385af;
	padding: 0 10px;
	border-right: 1px solid #25ad7e;
}
.nkd_top_left ul li {
	float: left;
	margin: 0 15px;
	cursor: pointer;
	position: relative;
	
}
.nkd_top_left ul li a {
	color: #fff;
	font-size: 14px;
}
.nkd_top_right ul li a:hover{
	color: #88d2b9;
}
.nkd_top_right ul li a{
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
	line-height: 25px;
	color: #fff;
	
}

.nkd_top_right ul li.loginin a.admin {
	padding: 0 5px;
}

.nkd_top_right ul li.loginin a.mess {
	padding: 0 5px 0 0;
}


.nkd_inner:before{
	content: '';
	width: 172px;
	height: 100%;
	position: absolute;
	left: -130px;
	top: 0;
	background: url(../img/nkd_h_b.png) no-repeat;
	z-index: 1;
}
.nkd_inner:after{
	content: '';
	width: 153px;
	height: 100%;
	position: absolute;
	right: -73px;
	top: 0;
	background: url(../img/nkd_h_a.png) no-repeat;
	z-index: 1;
}
.nkd_h_line{
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2385af,endcolorstr=#25ad7e,gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=100%,finishy=0) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2385af,endcolorstr=#25ad7e,gradientType=0);/*IE8*/	
    background:#2385af; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(left, #2385af, #25ad7e);  
    background:-webkit-gradient(linear, left top, right top, from(#2385af), to(#25ad7e));  
    background:-o-linear-gradient(left, #2385af, #25ad7e);
}
.nkd_h_logo{
	position: relative;
	height: 80px;
	z-index: 8;
}
.nkd_h_navsign{
	width: 50px;
	height: 60px;
	display: none;
	background: url(../img/nkd_m_nav_open.png) no-repeat center center;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0;
}
.nkd_h_logo img{
	position: relative;
	top: 9px;
}
.nkd_h_nav{
	height: 80px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 9;
	top: 0;
	
}
.nkd_h_nav li{
	display: inline-block;	
	position: relative;
	margin: 0 -4px;
}
.nkd_h_nav li span{
	display: block!important;
}
.nkd_h_nav li a{
	font-size: 16px;
	line-height: 80px;
	color: #666;
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 20px;
	box-sizing: border-box;
}
.nkd_h_nav li .name a{
	width: 25%!important;
	float: left;
	font-size: 0.6em;
}
.nkd_h_nav .currclass a{
	color: #F39800;
}
.nkd_h_nav .activel{
	position: absolute;
	height: 1px;
	width: 0px;
	top: 40px;
	left: 0;
	background: #F39800;
}
.nkd_h_nav .activer{
	position: absolute;
	height: 1px;
	width: 0px;
	top: 40px;
	right: 0;
	background: #F39800;
}
.nkd_h_contact{
	position: absolute;
	height: 70px;
	z-index: 10;
	right: 0px;
	top: 0;
}
.nkd_h_contact ul{
	position: relative;
	right: -27px;
}
.nkd_h_contact li{
	display: inline-block;
	height: 29px;
	width: 29px;
	border-radius: 50%;
	margin-top: 15px;
	background-color: #25ad7e;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.nkd_h_contact li:hover{
	background-color: #f39800;
}
.nkd_d_contact1{
	background: url(../img/nkd_h_contact.png) no-repeat;
	background-position: 5px 7px;
}
.nkd_d_contact2{
	background: url(../img/nkd_h_contact.png) no-repeat;
	background-position: 6px -19px;
}
.nkd_d_contact3{
	background: url(../img/nkd_h_contact.png) no-repeat;
	background-position: 6px -42px;
}
.nkd_h_contact li a{
	width: 100%;
	height: 100%;
	display: block;
}
.nkd_h_contact h2{
	color: #0f7ba7;
	font-weight: bold;
}
.nkd_h_contact h2 i{
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}
.nkd_foot{
	width: 100%;
	text-align: center;
	height: 35px;
	background: #fff;
	position: fixed;
	bottom: 0;
}
.nkd_foot p{
	/*color: #2385af;*/
	font-size: 15px;
	line-height: 35px;
	display: inline-block;
}


/*about*/
#section1{
	background: url(../img/nkd_dna.png) no-repeat left center  #88d2b9;
}
.nkd_about{
	position: relative;
	height: 78%;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	top: 11%;
}
.nkd_about_l{
	height: 100%;
	float: left;
	width: 50%;
	position: relative;
}
.nkd_about_ltxt{
	height: 60%;
	top: 20%;
	background: #fff;
	position: relative;
}
.nkd_about_lmore{
	width: 135px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: -135px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5400,endcolorstr=#ff9000,gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=100%,finishy=0) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5400,endcolorstr=#ff9000,gradientType=0);/*IE8*/	
    background:#ff5400; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(left, #ff5400, ##ff9000);  
    background:-webkit-gradient(linear, left top, right top, from(#ff5400), to(#ff9000));  
    background:-o-linear-gradient(left, #ff5400, #ff9000);
    z-index: 999;
    box-shadow: 4px 0 5px -2px #000;
    -webkit-box-shadow: 4px 0 5px -2px #000;
    -ms-box-shadow: 4px 0 5px -2px #000;
    -o-box-shadow: 4px 0 5px -2px #000;
    -moz-box-shadow: 4px 0 5px -2px #000;
}
.nkd_about_lmore a{
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	font-family: "microsoft yahei";
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	width: 100%;
	height: 100%;
}
.nkd_about_lmore a:hover{
	background: #ff5400;
}
.nkd_about_ltxt:before{
	content: 'A';
	color: #fff;
	line-height: 47px;
	text-align: center;
	font-size: 26px;
	font-family: "microsoft yahei";
	font-weight: bold;
	width: 47px;
	height: 47px;
	background: #88D2B9;
	border: 1px solid #fff;
	position: absolute;
	top: -23px;
	left: -23px;
}
.nkd_about_ltxt h1{
	height: 65px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	line-height: 90px;
	padding-left: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	z-index: 9;
}
.nkd_about_lcon{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 65px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.nkd_about_lcon:after{
	content: '';
	height: 30px;
	background: #fff;
	z-index: 9;
	width: 100%;
	bottom: 0;
	position: absolute;
}
.nkd_about_ltxt p{
	color: #555;
	padding: 30px 30px 0 30px;
	text-indent: 28px;
}
.nkd_about_limg{
	position: relative;
	opacity: .9;
	top: 20%;
	filter: alpha(opacity=90);
	height: 20%;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff9000,endcolorstr=#ff5400,gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=100%,finishy=0) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff9000,endcolorstr=#ff5400,gradientType=0);/*IE8*/	
    background:#ff9000; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(left, #ff9000, #ff5400);  
    background:-webkit-gradient(linear, left top, right top, from(#ff9000), to(#ff5400));  
    background:-o-linear-gradient(left, #ff9000, #ff5400);
}
.nkd_about_limg h1{
	font-size: 18px;
	color: #fff;
	height: 100%;
	position: relative;
	line-height: 100%;
	padding-left: 30px;
	top: 20px;
}

.nkd_about_r{
	height: 100%;
	float: left;
	width: 50%;
	position: relative;
}
.nkd_about_rblock{
	height: 60%;
	top: 20%;
	position: relative;
	width: 100%;
	background: #fff;
}
.nkd_about_rimg{
	position: relative;
	z-index: 9;
	opacity: .7;
	filter: alpha(opacity=70);
	height: 100%;
	width: 100%;
	overflow: hidden;
	top: -60%;
}
.nkd_about_rimg img{
	width: 100%;
	position: relative;
	/*opacity: 0.7;
	filter: alpha(opactiy = 70);*/
}
/*product*/
.nkd_product_title{
	height: 20%;
	width: 100%;
	text-align: center;
	position: relative;
}
.nkd_product_title h1{
	position: relative;
	top: 30%;
}
.nkd_product{
	position: relative;
	width: 100%;
	height: 100%;
}
.nkd_product ul{
	height: 100%;
	text-align: center;
}
.nkd_product li{
	height: 70%;
	display: inline-block;
	width: 20%;
	overflow: hidden;
	min-width: 300px;
	position: relative;
	background: #fff;
	margin: 0 15px;
	top: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_product li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.nkd_product_img{
	height: 76%;
	width: 100%;
	position: relative;
}
.nkd_product_img img{
	width: 100%;
	position: absolute;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto auto;
}
.nkd_product_zhe{
	width: 100%;
	height: 76%;
	background: rgba(37,173,125,.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_product li:hover{
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	border-top: 1px solid #eee;
	box-sizing: border-box;
	box-shadow: 0px 6px 8px -4px #333;
    -webkit-box-shadow: 0px 6px 8px -4px #333;
    -ms-box-shadow: 0px 6px 8px -4px #333;
    -o-box-shadow: 0px 6px 8px -4px #333;
    -moz-box-shadow: 0px 6px 8px -4px #333;
}
.nkd_product li:hover .nkd_product_zhe{
	background: none;
}
.nkd_product_txt{
	min-height: 90px;
	position: absolute;
	width: 100%;
	height: 24%;
	background: #25ad7e;
	text-align: center;
	bottom: 0;
}
.nkd_product_txt a{
	font-size: 20px;
	color: #fff;
	line-height: 40px;
}
.nkd_product_txt p{
	color: #fff;
	padding: 0 20px;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_product li:hover p{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}
/*news*/
.nkd_news{
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/nkd_news_bg.jpg) no-repeat center center;
	background-size: cover;
}
.nkd_news_title{
	width: 100%;
	height: 20%;
	text-align: center;
	position: relative;
}
.nkd_news_title h1{
	display: inline-block;
	color: #fff;
	padding: 0 40px;
	position: relative;
	top: 50%;
}
.nkd_news_title h1:before{
	content: '';
	width: 0px;
	height: 1px;
	background: #FF9000;
	position: absolute;
	left: 0;
	top: 23px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_title h1:hover:before{
	
	width: 35px;
}
.nkd_news_title h1:after{
	content: '';
	width: 0px;
	height: 1px;
	background: #FF9000;
	position: absolute;
	right: 0;
	top: 23px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_title h1:hover:after{
	
	width: 35px;
}
.nkd_news_title h1 a:hover{
	color: #FF9000;
	
}
.nkd_news_title h1 a,.nkd_news_title h3 a,.nkd_news_title h4 a{
	color: #fff;
	font-size: inherit;
	font-family: "microsoft yahei";
	font-weight: inherit;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_title h3 a:hover{
	color: #FF9000;
}
.nkd_news_title h4 a:hover{
	color: #FF9000;
}
.nkd_news_title h3,.nkd_news_title h4{
	font-size: 18px;
	font-family: "microsoft sans serif";
	font-weight: normal;
	color: #fff;
	display: inline-block;
	position: relative;
	top: 50%;
}
.nkd_news_title h3:before{
	content: '';
	width: 0px;
	height: 1px;
	position: absolute;
	right: 100%;
	top: 50%;
	background: #FF9000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_title h3:hover:before{
	width: 960px;
}
.nkd_news_title h3:after{
	content: '';
	width: 0px;
	height: 1px;
	position: absolute;
	left: 100%;
	top: 50%;
	background: #FF9000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_title h3:hover:after{
	width: 35px;
}
.nkd_news_title h4:after{
	content: '';
	width: 0px;
	height: 1px;
	position: absolute;
	left: 100%;
	top: 50%;
	background: #FF9000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_title h4:hover:after{
	width: 960px;
}

.nkd_news_title h4:before{
	content: '';
	width: 0px;
	height: 1px;
	position: absolute;
	right: 100%;
	top: 50%;
	background: #FF9000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_title h4:hover:before{
	width: 35px;
}
.nkd_news_con{
	height: 420px;
	width: 100%;
	position: relative;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}
.nkd_news_l{
	width: 50%;
	height: 100%;
	display: inline-block;
	float: left;
}
.nkd_news_lcon{
	width: 100%;
	max-width: 600px;
	height: 100%;
	position: relative;
	float: right;
}
.nkd_news_lcon_time{
	width: 85px;
	float: left;
	height: 100%;
	position: relative;
	text-align: center;
}
.nkd_news_lcon_time:after{
	content: '';
	width: 1px;
	background: #fff;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 1920px;
}
.nkd_news_lcon_time h1{
	color: #fff;
	position: absolute;
	bottom: 40px;
	line-height: 26px;
}
.nkd_news_lcon_time h1 font{
	color: #fff!important;
}
.nkd_news_lcon_time h1 p{
	color: #fff;
	font-size: 12px;
	text-align: right;
	display: block;
	line-height: 14px;
}
.nkd_news_lcon_time h1 span font{
	color: #fff!important;
}
.nkd_news_lcon_time_sign{
	width: 100%;
	height: 20px;
	background: #ff9000;
	position: absolute;
	bottom: 0;
	box-shadow: -3px 0px 5px -2px #000;
	-webkit-box-shadow: -3px 0px 5px -2px #000;
	-moz-box-shadow: -3px 0px 5px -2px #000;
	-ms-box-shadow: -3px 0px 5px -2px #000;
	-o-box-shadow: -3px 0px 5px -2px #000;
}
.index_news_l{width:100%;}
.index_news_l h4{
color: #fff;
	font-size: 18px;text-align:left;
	line-height: 30px;
	font-family: "microsoft yahei";
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	}
.index_news_l p{
color: #fff;

	}


.nkd_news_lcon_con{
	max-width: 410px;
	width: 100%;
	height: 100%;
	
	position: relative;
}
.nkd_news_lcon_con_img{
	height: 271px;
	width: 100%;
	position: relative;
	margin-left: 20px;
	overflow: hidden;
}
.nkd_news_lcon_con_img img{
	position: absolute;
	top: -100%;
	bottom: -100%;
	right: -100%;
	left: -100%;
	margin: auto auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_lcon_con_img img:hover{
	opacity: .8;
	filter: alpha(opacity = 80);
}
.nkd_news_lcon_con_txt{
	
	width: 100%;
	position: absolute;
	margin-left: 20px;
	text-align: left;
	bottom: 0;
}
.nkd_news_lcon_con_txt h4{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: "microsoft yahei";
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_lcon_con_txt h1:hover{
	color: #ff9000;
}
.nkd_news_lcon_con_txt p{
	color: #fff;
	position: absolute;
	bottom: 20px;
}
.nkd_news_lcon_con_txt_more{
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.nkd_news_lcon_con_txt_more a{
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(255,255,255,.5);
	color: #fff;
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 20px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_lcon_con_txt_more a:hover{
	background: #FF9000;
	
}

.nkd_news_r{
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
}
.nkd_news_r li{
	width: 100%;
	height: 85px;
	margin-bottom: 30px;
}
.nkd_news_r_timer{
	float: right;
	width: 85px;
	height: 100%;
	position: relative;
}
.nkd_news_r_timer:after{
	content: '';
	width: 1px;
	height: 1920px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.nkd_news_r_timer h6{
	color: #fff;
	position: absolute;
	bottom: 2px;
	line-height: 26px;
}
.nkd_news_r_timer h6 font{
	color: #fff!important;
}
.nkd_news_r_timer h6 p{
	color: #fff;
	font-size: 12px;
	text-align: right;
	display: block;
	line-height: 14px;
}


.nkd_news_r_timer h1{
	color: #fff;
	position: absolute;
	bottom: 2px;
	line-height: 26px;
}
.nkd_news_r_timer h1 font{
	color: #fff!important;
}
.nkd_news_r_timer h1 p{
	color: #fff;
	font-size: 12px;
	text-align: right;
	display: block;
	line-height: 14px;
}
.nkd_news_r_con{
	width: 74%;
	height: 100%;
	position: relative;
	float: right;
	text-align: left;
}
.nkd_news_r_con h1{
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: "microsoft yahei";
	position: relative;
	padding-left: 15px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_r_con h4{
	display: block;
	color: #fff;
	font-size: 16px;
	font-family: "microsoft yahei";
	position: relative;
	padding-left: 15px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_r_con p{
	padding: 15px;
	color: #fff;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_news_r li:hover p{
	background: rgba(35,93,118,.5);
}
.nkd_news_r li:hover .nkd_news_r_con h1{
	padding-left: 20px;
	color: #FF9000;
}
/*service*/
.nkd_service{
	width: 86.4%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	left: 6.8%;
}
.nkd_service ul{
	width: 100%;
	height: 100%;
}
.nkd_service li{
	width: 16.6%;
	height: 70%;
	position: relative;
	background: #f2f2f2;
	top: 0;
	float: left;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.nkd_service li:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	left: 0;
	top: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5400,endcolorstr=#ff9000,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5400,endcolorstr=#ff9000,gradientType=0);/*IE8*/	
    background:#ff9000; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(bottom, #ff9000, #ff5400);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ff5400), to(#ff9000));  
    background:-o-linear-gradient(bottom, #ff9000, #ff5400);
    transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.li01{
	width: 100%;
	top: -100%;
	opacity: 0;	
	position: absolute;
	filter: alpha(opacity=0);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.li01 img{
	width: 60%;
	max-width: 102px;
	margin: 0 auto;
}
.nkd_service li:hover:before{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.nkd_service li:hover .li01{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 25%;
}
.nkd_service li:hover h1{
	top: 70%;
}
.nkd_service li h1{
	position: relative;
	top: 50%;
	margin-top: -50px;
	font-size: 80px;
	line-height: 80px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_service li span{
	display: block;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	line-height: 25px;
}
.nkd_service_bli{
	top: 30%!important;
}
.nkd_service_t{
	width: 49.8%;
	height: 30%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.nkd_service_t h2,.nkd_service_b h2{
	position: relative;
	top: 50%;
	margin-top: -18px;
	line-height: 18px;
	text-align: center;
}
.nkd_service_t p,.nkd_service_b p{
	line-height: 20px;
	text-align: center;
}
.nkd_service_img{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.nkd_service_img img{
	position: absolute;
	width: 100%;
	top: -100%;
	bottom: -100%;
	margin: auto auto;
}
.nkd_service_b{
	width: 49.8%;
	height: 30%;
	position: absolute;
	bottom: 0;
	right: 0.4%;
	text-align: center;
}
.nkd_service_left{
	position: relative;
	top: 30%;
	height: 70%;
	float: left;
	width: 5%;
	min-width: 64px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#25ad7e,endcolorstr=#2385af,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2385af,endcolorstr=#25ad7e,gradientType=0);/*IE8*/	
    background:#2385af; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(top, #2385af, #25ad7e);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#25ad7e), to(#2385af));  
    background:-o-linear-gradient(top #2385af, #25ad7e);
}
.nkd_service_left h1{
	color: #fff;
	writing-mode: tb-rl;
	position: absolute;
	right: 10px;
	top: 20px;
	line-height: 35px;
}
.nkd_service_left p{
	color: #fff;
	writing-mode: tb-rl;
	position: absolute;
	right: 45px;
	bottom: 20px;
	line-height: 20px;
}
.nkd_service_right{
	position: relative;
	min-width: 64px;
	float: right;
	top: 0;
	height: 70%;
	width: 5%;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2385af,endcolorstr=#25ad7e,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2385af,endcolorstr=#25ad7e,gradientType=0);/*IE8*/	
    background:#2385af; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(bottom, #2385af, #25ad7e);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#2385af), to(#25ad7e));  
    background:-o-linear-gradient(bottom #2385af, #25ad7e);
}
.nkd_service_ocon{
	width: 33px;
	height: 211px;
	margin: -105px auto 0 auto;
	position: relative;
	top: 50%;
}

.nkd_service_qq{
	border: 1px solid #fff;
	position: relative;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5400,endcolorstr=#ff9000,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5400,endcolorstr=#ff9000,gradientType=0);/*IE8*/	
    background:#ff9000; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(bottom, #ff9000, #ff5400);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ff5400), to(#ff9000));  
    background:-o-linear-gradient(bottom, #ff9000, #ff5400);
    transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_service_ocon:hover .nkd_service_qq{
	background: #ff9000;
}
.nkd_service_qq img{
	position: relative;
	top: 6px;
	margin: 0 auto;
}
.nkd_service_ocon h1{
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	writing-mode: tb-rl;
	margin-top: 10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_service_ocon:hover h1{
	color: #ccc;
}
/*member*/
.nkd_member{
	width: 100%;
	height: 100%;
	position: relative;
}
.nkd_member_t{
	height: 50%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.nkd_member_t:before{
	content: '';
	width: 1px;
	height: 1920px;
	position: absolute;
	background: #fff;
	left: 0;
	bottom: 0;
}
.nkd_member_t:after{
	content: '';
	width: 1px;
	height: 1920px;
	position: absolute;
	background: #fff;
	right: 0;
	bottom: 0;
}
.nkd_member_tl,.nkd_member_tr{
	width: 50%;
	float: left;
	position: relative;
	height: 100%;
}
.nkd_member_tl_title{
	width: 100%;
	height: 25%;
	text-align: center;
	position: relative;
}
.nkd_member_tl_title h1{
	color: #fff;
	line-height: 26px;
	position: relative;
	top: 40%;
}
.nkd_member_tl_con{
	min-height: 166px;
	height: 50%;
	width: 100%;
	position: relative;
	background: rgba(255,255,255,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7Fffffff,endcolorstr=#7Fffffff);
}
.nkd_member_tl_con:before{
	content:'';
	width: 1920px;
	height: 1px;
	top: 0;
	position: absolute;
	right: 0;
	background: #fff;
}
.nkd_member_tl_con h2{
	display: inline-block;
	position: relative;
	top: -2px;
	color: #fff;
	padding: 14px 4px 4px 4px;
	background: #FF9000;
	margin-left: 20px;
}
.nkd_member_tl h3{
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #fff;
	text-align: center;
	bottom: 0px;
	position: absolute;
	left: 100%;
	background: #000;
}
.nkd_member_tl_con p{
	color: #333;
	padding: 10px 20px 0 20px;
}
.nkd_member_tl_more{
	bottom: 0;
	right: 0;
	width: 100px;
	height: 30px;
	position: absolute;
	text-align: center;
	background: #FF9000;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff9000,endcolorstr=#ff5400,gradientType=1);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=100%,finishy=0) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff9000,endcolorstr=#ff5400,gradientType=0);/*IE8*/	
    background:-moz-linear-gradient(right, #ff5400, ##ff9000);  
    background:-webkit-gradient(linear, left top, right top, from(#ff9000), to(#ff5400));  
    background:-o-linear-gradient(right, #ff5400, #ff9000);
	box-shadow: 0 3px 5px -3px #333;
	-webkit-box-shadow: 0 3px 5px -3px #333;
	-moz-box-shadow: 0 3px 5px -3px #333;
	-ms-box-shadow: 0 3px 5px -3px #333;
	-o-box-shadow: 0 3px 5px -3px #333;
}
.nkd_member_tl_more a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;	
	font-size: 14px;
	color: #fff;	
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_member_tl_more a:hover{
	background: #FF9000;
}
.nkd_member_tr{
	overflow: hidden;
}
.nkd_member_tr img{
	width: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
}
.nkd_member_b{
	width: 100%;
	height: 50%;
	position: relative;
}
.nkd_member_b ul{
	width: 100%;
	height: 100%;
	position: relative;
}
.nkd_member_b ul li{
	width: 12.5%;
	height: 100%;
	float: left;
	position: relative;
	background: rgba(255,255,255,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7Fffffff,endcolorstr=#7Fffffff);
	cursor: pointer;
}
.nkd_member_b ul li:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5400,endcolorstr=#ff9000,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5400,endcolorstr=#ff9000,gradientType=0);/*IE8*/	
    background:#ff9000; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(bottom, #ff9000, #ff5400);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ff5400), to(#ff9000));  
    background:-o-linear-gradient(bottom, #ff9000, #ff5400);
    transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_member_b ul li:hover:before{
	opacity: 1;
	filter: alpha(opacity=100);
}
.nkd_member_b_sign_1,.nkd_member_b_sign_2,.nkd_member_b_sign_3,.nkd_member_b_sign_4,.nkd_member_b_sign_5,.nkd_member_b_sign_6,.nkd_member_b_sign_7,.nkd_member_b_sign_8{
	width: 100%;
	height: 50%;
	position: relative;
	z-index: 9;
}
.nkd_member_b_sign_1{
	background: url(../img/nkd_member_1.png) no-repeat center center;
}
.nkd_member_b_sign_2{
	background: url(../img/nkd_member_2.png) no-repeat center center;
}
.nkd_member_b_sign_3{
	background: url(../img/nkd_member_3.png) no-repeat center center;
}
.nkd_member_b_sign_4{
	background: url(../img/nkd_member_4.png) no-repeat center center;
}
.nkd_member_b_sign_5{
	background: url(../img/nkd_member_5.png) no-repeat center center;
}
.nkd_member_b_sign_6{
	background: url(../img/nkd_member_6.png) no-repeat center center;
}
.nkd_member_b_sign_7{
	background: url(../img/nkd_member_7.png) no-repeat center center;
}
.nkd_member_b_sign_8{
	background: url(../img/nkd_member_8.png) no-repeat center center;
}
.nkd_member_b_txt{
	height: 50%;
	width: 100%;
	text-align: center;
}
.nkd_member_b_txt h1{
	font-size: 50px;
	color: #106483;
	line-height: 50px;
	position: relative;
	top: 50%;
	margin-top: -50px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_member_b_txt span{
	display: block;
	font-size: 18px;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: inherit;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_member_b ul li:hover h1{
	color: #fff;
}

/*contact*/
.nkd_contact{
	width: 100%;
	height: 100%;
	position: relative;
}
.nkd_contact_t{
	height: 50%;
	max-height: 413px;
	background: url(../img/nkd_contact_bk.jpg) no-repeat center center #297c4e;
	position: relative;
}
.nkd_contact_b{
	width: 100%;
	height: 50%;
	min-height: 260px;
	background: #fff;
	position: absolute;
	bottom: 0;
}
.nkd_contact_btitle{
	height: 30%;
	max-height: 140px;
	position: relative;
	text-align: center;
}
.nkd_contact_btitle h1{
	position: relative;
	top: 35%;
	line-height: 26px;
}
.nkd_contact_bb{
	height: 70%;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
.nkd_contact_bbl,.nkd_contact_bbr{
	width: 50%;
	height: 100%;
	max-width: 600px;
	position: relative;
	text-align: center;
	float: left;
	min-height: 160px;
}
.nkd_contact_bbl h2{
	display: inline-block;
	text-align: left;
	line-height: 36px;
}
.nkd_contact_bbl h2 p{
	line-height: 28px;
}
.nkd_contact_bbr form{
	width: 100%;
	height: 100%;
	position: relative;
	top: -10px;
}
.nkd_form_img{
	display: inline-block;
	width: 32%;
	position: relative;
}
.nkd_form_img img{
	height: 15px;
	margin-top: 25px;
	position: relative;
	float: left;
}
.nkd_contact_bbr input[type=text]{
	display: inline-block;
	width: 32%;
	border: 0;
	box-shadow: none;
	background: none;
	padding: 10px 0px;
	line-height: 30px;
	color: #76838f;
	font-size: 14px;
	font-family: "microsoft yahei";
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
}
.nkd_contact_bbr textarea{
	width: 98.5%;
	padding: 10px 0;
	line-height: 30px;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	color: #76838f;
	font-size: 14px;
	font-family: "microsoft yahei";
	font-weight: normal;
	outline: none;
	background: none;
	box-shadow: none;
	resize: none;
}
.nkd_contact_bbr input[type=submit]{
	position: relative;
	display: inline-block;
	width: 32%;
	border: 0;
	box-shadow: none;
	background: #FF9000;
	padding: 0px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: normal;
	cursor: pointer;
    transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.nkd_contact_bbr input[type=submit]:hover{
	background: #ff5400;
}
/*bottom*/

.nkd_bnav{
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}
.nkd_bnav_ul{
	width: 100%;
	position: relative;
	top: 50px;
}
.nkd_bnav_ul li{
	width: 20%;
	position: relative;
	height: 100%;
	float: left;
	text-align: left;
}
.nkd_bnav_ul li a{
	font-family: "microsoft yahei";
	color: #fff;
}
.nkd_bnav_ul li dl a{
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}
.nkd_bnav_ul li dl a:hover{
	color: #8dd2f0;
}
.nkd_bnav_ul li dt a{
	font-size: 16px;
	line-height: 28px;
}
.nkd_bnav_ul li dd a{
	font-size: 14px;
	line-height: 26px;
}
.nkd_bnav_contact{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: right;
}
.nkd_bnav_contact ul{
	width: 100%;
	position: relative;
	top: 0;
}
.nkd_bnav_contact li{
	margin: 0 14px 20px 0;
	float: right;
	height: 29px;
	width: 29px;
	border-radius: 50%;
	background-color: #25ad7e;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.nkd_bnav_contact li:hover{
	background-color: #f39800;
}
.nkd_b_contact1{
	margin: 0!important;
	background: url(../img/nkd_h_contact.png) no-repeat;
	background-position: 5px -42px;
}
.nkd_b_contact2{
	background: url(../img/nkd_h_contact.png) no-repeat;
	background-position: 6px -19px;
}
.nkd_b_contact3{
	background: url(../img/nkd_h_contact.png) no-repeat;
	background-position: 6px 7px;
}
.nkd_bnav_contact p{
	color: #fff;
	margin-bottom: 15px;
	text-align: right;
	line-height: 14px;
}
.nkd_bnav_contact li a{
	width: 100%;
	height: 100%;
	display: block;
}
.nkd_bnav_contact h2{
	color: #fff;
	font-weight: bold;
	text-align: right;
	line-height: 26px;
}
.nkd_b_nav_qdcode{
	width: 101px;
	height: 101px;
	position: absolute;
	top: 50px;
	right: 140px;
	border: 1px solid #25ad7d;
	background: url(../img/nkd_qdcode.jpg) no-repeat center center #ffffff;
	opacity: 0;
	filter: alpha(opacity = 100);
	display: none;
}




@media screen and (max-width: 1000px) {
    html,body {
    	width: 100%;
        height: auto;
        overflow-y: auto;
    }
    #container{
    	width: 100%;
    	height: auto;
    	overflow-y: auto;
    	top: 0px;
    }
    .sections,
	.section{
		height: auto;
	}
	#section1{
		top: -44px;
		padding: 20px 10px;
		background: #f5f5f5;
	}
	#section2{
		top: -44px;
		padding: 20px 10px;
		background: #fff;
	}
	#section3{
		top: 0px;
		padding: 20px 10px;
		background: url(../img/nkd_m_news_bg.jpg) no-repeat center center #0f719c;
	}
	#section4{
		top: -44px;
		padding: 20px 10px;
		background: #f5f5f5;
	}
	#section5{
		top: -44px;
		padding: 20px 10px;
		background:url(../img/nkd_m_member_bg.jpg) no-repeat center center #4fc2a1;
	}
	#section6{
		top: -44px;
		padding: 20px 10px;
	}
	#section7{
		padding: 20px 10px;
		height: auto;
	}
	.nkd_h{
		height: 60px;
	}
	.nkd_h_nav{
		height: auto;
		top: 60px;
		display: none;
	}
	.nkd_h_logo{
		height: 60px;
	}
	.nkd_h_logo img{
		height: 40px;
		top: 10px;
		left: 10px;
	}
	.nkd_h_contact{
		display: none;
	}
	.nkd_h_nav li{
		display: block;
		margin: 0;
		background: #fff;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	.nkd_h_nav li span{
		display: none!important;
	}
	.nkd_h_nav li a{
		text-align: center;
		padding: 15px 0;
		line-height: 16px;
	}
	.nkd_h_navsign{
		display: block;
	}
	.sp-full-screen-button{
		display: none;
	}
	.sp-thumbnails-container{
		height: 40px;
		bottom: 40px!important;
	}
	.sp-selected-thumbnail{
		border: 2px solid #000!important;
	}
	/*about*/
	.nkd_about{
		height: auto;
	}
	.nkd_about_l{
		height: auto;
		width: 100%;
		float: none;
	}
	.nkd_about_ltxt{
		height: 100%;
		width: 100%;
		top: 0;
	}
	.nkd_about_ltxt:before{
		right: 0;
		left: auto;
	}
	.nkd_about_ltxt p{
		padding: 20px 10px 20px 10px;
	}
	.nkd_about_ltxt h1{
		line-height: 55px;
		height: 60px;
		padding-left: 10px;
	}
	.nkd_about_lcon:after{
		display: none;
	}
	.nkd_about_lcon{
		padding-top: 0px;
		position: relative;
	}
	.ndk_display{
		display: none!important;
	}
	.nkd_about_r{
		float: none;
		width: 100%;
		height: 100px;
		
	}
	.nkd_about_limg{
		top: 0;
		height: 30px;
	}
	.nkd_about_limg h1{
		line-height: 30px;
		top: 0;
		padding-left: 10px;
	}
	/*product*/
	.nkd_product{
		height: auto;
	}
	.nkd_product_title{
		height: auto;
	}
	.nkd_product_title h1{
		top: 0;
	}
	.nkd_product ul{
		height: auto;
	}
	.nkd_product li{
		height: 200px;
		display: block;
		margin: 10px 0;
		min-width: 0px;
		width: 100%;
	}
	.nkd_product_zhe{
		display: none;
	}
	.nkd_product_txt{
		min-height: 0px;
		height: 40px;
	}
	.nkd_product_img{
		border: 1px solid #eee;
		box-sizing: border-box;
	}
	.nkd_product_img img{
		width: 50%;
	}
	/*news*/
	.nkd_news_title{
		height: auto;
	}
	.nkd_news_title h1{
		top: 0;
		padding: 0;
		display: block;
	}
	.nkd_news{
		background: none;
		height: auto;
	}
	.nkd_news_con{
		height: auto;
	}
	.nkd_news_r{
		width: 100%;
		height: auto;
	}
	.nkd_news_l{
		height: auto;
		display: block;
		float: none;
		width: 100%;
	}
	.nkd_news_r_con{
		width: 100%;
		height: auto;
		padding: 10px;
		border-bottom: 1px solid #eee;
		background: rgba(0,0,0,.2);
		box-sizing: border-box;
	}
	.nkd_news_lcon_con{
		height: auto;
		width: 100%;
		float: none;
		max-width: 1000px;
	}
	.nkd_news_lcon_con_img{
		margin-left: 0;
		height: 150px;
	}
	.nkd_news_lcon_con_txt{
		position: relative;
		height: auto;
		margin-left: 0;
	}
	.nkd_news_lcon_con_txt h1{
		line-height: 36px;
	}
	
	.nkd_news_lcon_con_txt p{
		position: relative;
		bottom: auto;
	}
	.nkd_news_lcon_con_txt_more{
		position: relative;
		bottom: auto;
		left: auto;
		margin: 10px 0;
	}
	.nkd_news_lcon_time{
		background: #000;
		opacity: .5;
		position: absolute;
		right: 0;
		z-index: 9;display:none;
	}
	.nkd_news_lcon_time_sign{
		box-shadow: 3px 0px 5px -2px #000;
	}
	.nkd_news_lcon_time:after{
		left: 0;
		right: auto;
		opacity: .5;
	}
	.nkd_news_lcon_time h1{
		top: 60px;
		bottom: auto;
	}
	.nkd_news_r_con h1{
		padding-left: 0;
	}
	
	.nkd_news_r_con p{
		padding: 10px 0;
	}
	.nkd_news_r_timer{
		height: 45px;
		margin-bottom: 10px;
	}
	/*service*/
	.nkd_service_left{
		height: 50px;
		top: 0;
		width: 100%;
		float: none;
		text-align: center;
	}
	.nkd_service_left h1{
		writing-mode: inherit;
		right: auto;
		line-height: 50px;
		top: 0;
		font-size: 24px;
		text-align: center;
		position: relative;
	}
	.nkd_service_left p{
		right: 5px;
		bottom: 0px;
		opacity: .5;
	}
	.nkd_service_right{
		height: 50px;
		top: 0;
		width: 100%;
		float: none;
		width: 100%;
		text-align: center;
	}
	.nkd_service_ocon{
		width: 100%;
		height: 50px;
		margin: 0;
		top: 0;
	}
	.nkd_service_ocon h1{
		font-size: 24px;
		writing-mode: inherit;
		line-height: 50px;
		margin-top: 0;
		display: inline-block;
	}
	.nkd_service_qq{
		top: 9px;
		display: inline-block;
	}
	.nkd_service{
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		height: 500px;
	}
	.nkd_service ul{
		width: 100%;
		height: auto;
	}
	.nkd_service li{
		width: 33.3%;
		height: 150px;
	}
	.nkd_service_t{
		width: 100%;
		height: 100px;
		position: relative;
	}
	.nkd_service_b{
		width: 100%;
		height: 100px;
		position: relative;
		right: auto;
	}
	.nkd_service li h1{
		font-size: 40px;
		line-height: 60px;
	}
	.nkd_service li:hover h1{
		top: 0;
		opacity: 0;
	}
	/*member*/
	.nkd_member{
		height: auto;
	}
	.nkd_member_t{
		height: auto;
	}
	.nkd_member_tl, .nkd_member_tr{
		width: 100%;
		float: none;
		height: auto;
	}
	.nkd_member_tr{
		display: none;
	}
	.nkd_member_tl_title{
		height: auto;
	}
	.nkd_member_tl_title h1{
		top: 0;
		line-height: inherit;
	}
	.nkd_member_tl_con{
		height: auto;
		min-height: 0;
		padding-bottom: 50px;
	}
	.nkd_member_tl_more{
		width: 100%;
	}
	.nkd_member_tl h3{
		left: 0;
		position: relative;
		top: 0;
		line-height: 36px;
		background: none;
	}
	.nkd_member_b{
		height: auto;
		z-index: 9;
	}
	.nkd_member_b ul{
		height: auto;
	}
	.nkd_member_b ul li{
		height: 150px;
		width: 25%;
		float: left;
		border: 1px solid #4FC2A1;
		box-sizing: border-box;
	}
	.nkd_member_b_txt h1{
		top: 0;
		margin-top: 0;
	}
	.nkd_member_b_txt h1{
		font-size: 26px;
		line-height: 26px;
	}
	/*contact*/
	.nkd_contact{
		height: auto;
	}
	.nkd_contact_t{
		height: 100px;
		background: url(../img/nkd_m_contact_bk.jpg) no-repeat center center #297c4e
	}
	.nkd_contact_b{
		height: auto;
		position: relative;
	}
	.nkd_contact_btitle{
		height: auto;
	}
	.nkd_contact_btitle h1{
		top: 0;
		line-height: 50px;
	}
	.nkd_contact_bb{
		height: auto;
	}
	.nkd_contact_bbl, .nkd_contact_bbr{
		width: 100%;
		float: none;
		max-width: 768px;
	}
	.nkd_contact_bbl{
		border: 1px solid #d5d5d5;
		box-sizing: border-box;
		text-align: center;
	}
	.nkd_contact_bbl h2{
		text-align: center;
	}	
	.nkd_contact_bbr{
		margin-top: 20px;
	}
	.nkd_contact_bbr input[type=text]{
		width: 100%;
	}
	.nkd_contact_bbr input[type=submit]{
		right: 0;
		width: 100%;
	}
	/*bnav*/
	.nkd_bnav_ul{
		top: 0px;
	}
	.nkd_bnav_ul li{
		width: 100%;
	}
	.nkd_bnav_contact li{
		width: 29px;
		height: 29px;
		padding: 0;
		display: inline-block;
	}
	.nkd_bnav_contact{
		text-align: center;
	}
	.nkd_bnav_contact li{
		margin: 0 20px!important;
		float: none;
	}
	/*foot*/
	.nkd_foot{
		position: relative;
		background: #2385af;
		height: auto;
		padding-bottom: 44px;
	}
	.nkd_foot p{
		text-align: center;
		color: #fff;
		line-height: 25px;
	}
	.nkd_form_img img{
		margin-bottom: 25px;
	}
	.nkd_form_img{
		display: block;
	}
}

/*右侧悬浮*/
/*右边fix*/
.nkd_right_c{
	width: 60px;
	position: fixed;
	right: 15px;
	bottom: 35px;
	z-index: 9999;
}
.nkd_right_c li{
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	position: relative;
	background: #f27700;
	font-size: 16px;
}
.nkd_right_c li a{
	color: #fff;
}
.nkd_right_c li span{
	width: 40px;
	display: block;
	line-height: 20px;
	margin: 0 10px;
	position: relative;
	top: 8px;
}
.nkd_right_c li:hover{
	cursor: pointer;
}
.nkd_right_c li img{
	position: absolute;
	z-index: 9;
	width: 100%;
	right: 0;
	top: 0;
	/*transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;*/
}
.nkd_right_c li img:hover{
	opacity: 0;
	filter: alpha(opacity = 0);
}
.nkd_tel_box{
	width: 150px;
	height: 60px;
	position: absolute;
	right: 60px;
	background: #f27700;
	top: 0;
	color: #fff;
	line-height: 60px;
	text-align: center;
	display: none;
}