@charset "utf-8";
.id_str{
	top: -122px;
}
.nd_box{
	background: #fff;
	position: relative;
	padding-bottom: 100px;
}
.nd1_box{
	padding: 50px 0 20px 0;
	text-align: center;
}
.nd1_box .nd1_title{
	font-size: 24px;
	position: relative;
	line-height: 30px;
	font-weight: bold;
}
.nd1_box .nd1_time{
	font-size: 16px;
	color:#888888;
	line-height: 16px;
	padding-top: 15px;
}
.nd2_box{
	border-top: 1px solid #999;
	padding-top: 50px;
}
.nd2_box{
	color:#666666;
	font-size: 16px;
	line-height: 30px;
}
.nd2_box .txt{
	margin-bottom: 30px;
}
.nd2_box img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.nd2_box .img{
	margin-bottom: 30px;
}
.nd3_box{
	margin: 70px 0 0 0;
	border-top: 1px solid #ebebeb;
	padding-top: 40px;
}
.nd3_box .nd3_nav{
	font-size: 16px;
	color:#999;
	width: 96px;
	height: 40px;
	text-align: center;
	border: 1px solid #999;
	box-sizing: border-box;
	border-radius: 50px;
}
.nd3_box .nd3_nav:hover,
.nd3_box .nd3_nav.on{
	color:#fff;
	background: #1f2a69;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 768px) {
	.id_str{
		top: 0;
	}
	.nd1_box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.nd_box{
		width: auto;
		margin-bottom: 30px ;
		padding-bottom: 0;
	}
	.nd1_box .nd1_title {
	    font-size: 18px;
	    padding: 0 0 20px 0;
	    line-height: 26px;
	}
	.nd1_box .nd1_time{
		font-size: 12px;
		padding: 0;
	}
	.nd2_box {
	    margin: 0;
	    padding-top: 20px;
	    font-size: 14px;
	    line-height: 24px;
	}
	.nd3_box {
	    margin: 20px 0 0 0;
	    
    	padding-top: 20px;
	}
	.nd3_box .nd3_nav {
	    font-size: 14px;
	    width: 80px;
	    height: 36px;
	    line-height: 36px;
	}
	.nd2_box .txt {
	    margin-bottom: 10px;
	}
	.nd2_box .img {
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 414px) {
	
}