@charset "utf-8";
/*左侧导航*/
.five_detail{
	width: 100%;
	height: auto;
	/*min-height: 937px;*/
	box-sizing: border-box;
	padding: 90px 500px 50px 250px;
	font: 18px/38px "Microsoft YaHei";
	color: #333;
}
.five_detail_top{
	width: 100%;
	min-height: 100px;
	text-align: center;
	font: 48px/100px "Microsoft YaHei";
	color: #222;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.five_detail_bot{
	width: 100%;
	height: auto;
	font: 18px/38px "Microsoft YaHei";
	color: #333;
}

.five_detail img{
	max-width: 90%;
	margin: 20px auto;
	display: block;
}

@media (max-width:1366px){
	.five_nav{
		padding: 20px 0px 20px 190px;
	}
	.logo {
	    margin: 20px 0 20px 20px;
	}
	
	.nav_li {
	    margin-bottom:2px;
	}
	.five_detail{
	    padding: 80px 380px 20px 190px;
	}
	.five_detail_top{
		font: 44px/100px "Microsoft YaHei";
		margin-bottom: 20px;
	}
	.tuijian_list{
		right: 20px;
		top: 75px;
		height: 500px;
	}
	.tuijian_li {
	    width: 100%;
	    height: 75px;
	    margin-top: 10px;
	}
}


@media (max-width:1200px){
	.five_nav{
		padding: 20px 0px 20px 190px;
	}
	.five_detail{
	    padding: 80px 350px 20px 190px;
	    
	}
	.five_detail_top{
		font: 42px/80px "Microsoft YaHei";
		margin-bottom: 10px;
	}
	.tuijian_list{
		width: 290px;
	}
	.tuijian_lir {
	    width: 160px;
	}
	.five_detail_bot{
		font: 16px/36px "Microsoft YaHei";
	}
	/*.footer{
		padding: 10px 0px;
	}*/
	.footer_s{
		font: 12px/26px "Microsoft YaHei";
	}
	
	
	
}

@media (max-width:1024px){
	.five_detail{
	    padding: 80px 30px 20px 190px;
	    border-bottom:1px solid #ddd ;
	}
	.tuijian_list{
		height: auto;
		position: relative;
		left: 0px;
		top: 20px;
		box-shadow: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 20px 60px 190px;
	}
	.tuijian_lir {
	    width: 100%;
	    box-sizing: border-box;
	    padding-left: 90px;
	    margin-top: -75px;
	}
	.share_box {
	   display: none;
	}
	.footer {
	    display: none;
	}
}
@media (max-width:768px){
	.nav_list,
	.five_nav{
		display: none;
	}
	
	.nav_phone {
		display: block;
	}
	.five_detail_top {
		height: 80px;
		min-height: auto;
	    font: 30px/80px "Microsoft YaHei";
	    margin-bottom: 10px;
	}
	.five_detail{
		 padding: 60px 20px 20px;
	}
	.tuijian_list{
		padding: 0px 20px 20px;
	}
	
	.tuijian_li:hover .tuijian_li_p{
		color: #333;
	}
	.tuijian_li:hover .nll_l{
		background-color: #ddd;
	}
	.tuijian_li:hover .nll_l_new{
		color: #888;
	}
	.tuijian_li:hover .nll_l_time{
		color: #555;
	}
	.tuijian_li:hover .nll_l_line{
		background-color: #555;
	}
	.five_detail_bot img{
		max-width: 100%;
	}

}

@media (max-width:480px){
	
	.nav_phone_back {
	    font: 26px/50px "Microsoft YaHei";
	}
	.nav_phone_name {
	    font: 18px/50px "Microsoft YaHei";
	}
	.five_detail_top {
	    height: 50px;
	    min-height: auto;
	    font: 24px/50px "Microsoft YaHei";
	    margin-bottom: 10px;
	}

}



@media (max-height:760px){
	.nav_s{
		/*display: none;*/
	}
	.nav_s {
	    height: 20px;
	    font: 16px/20px "Microsoft YaHei";
	}
	.nav_li{
		height: 70px;
		margin-bottom: 2px;
	}
	.nav_bj {
	    height: 70px;
	    font: 16px/70px "Microsoft YaHei";
	   
	}
	.nav_a .nav_i {
	    font: 40px/50px "Microsoft YaHei";
	}
	.tuijian_list{
		top: 6%;
    	z-index: 999;
	}
}
@media (max-height:650px){
	.nav_li{
		margin-bottom: 2px;
	}
	.logo {
	    width: 91px;
	    height: 82px;
	    margin: 15px 0 10px 30px;
	}
}
@media (max-height:510px){
	.footer{
		display: none;
	}
	.nav_s{
		display: none;
	}
	.nav_li{
		height: 50px;
		margin-bottom: 2px;
	}
	.nav_bj {
	    height: 50px;
	    font: 16px/50px "Microsoft YaHei";
	   
	}
}