@charset "UTF-8";

@media screen and (max-width: 768px)  and (min-width: 320px){
	.list_nav{
		background-color: #3363b5;
		padding: 0.12rem 0.2rem;
	}
	ul.list_nav_ul{
		height:auto;
		display: inline-block;
		width:100%;
	}
	ul.list_nav_ul_about{
		height: 1.44rem;
	}
	ul.list_nav_ul li{
		font-size: 0.30rem;
	    float: left;
	    width: 32%;
	    height: 0.72rem;
	    text-align: center;
	    line-height: 0.72rem;
	    display: block;
	    border: 1px solid #3363b5;
	}
	ul.list_nav_ul li a{
		color:#ffffff;
	}
	.list_nav_ul li.list_nav_ul_li_active{
		border: 1px solid #ffffff;
		border-radius: 0.08rem;
	}
	.width_100{
		width: 100%;
	}
	.color_red{
		color: #C80000;
	}
	/*-show页面--*/
	.show_containt{
		padding: 0.2rem 0.2rem;
    font-size:0.28rem;
	}
	.show_containt p.show_containt_title{
		font-size: 0.46rem;
		text-align: center;
		width: 6.46rem;
		margin: 0 auto;
		line-height: 0.67rem;
		margin-top: 0.15rem;
		font-weight: bold;
	}
	.show_containt p.show_containt_d{
		font-size: 0.24rem;
		color: #9D9D9D;
		line-height: 0.4rem;
		float: left;
		margin-right: 0.3rem;
	}
	.show_containt .show_zy{
		padding: 0.15rem;
		background-color: #DFDFDF;
		margin: 0.10rem 0;
		display: none;
	}
	.show_zy p,.show_zw p{
	}
	.show_zw img{
		width: 7.1rem;
		height: 4.73rem;
		margin: 0.1rem auto;
		display: block;
	}
	.show_zw p{
		font:normal 18px/200% "Microsoft Yahei";
		text-align: justify;
		color: #222;
		text-indent:36px;
		margin: 20px auto 0 auto;
	}
}
