@media (min-width:500px) {
	/**************通用式样******************/
	*{
		margin:0px;
		padding:0px;
	}
	ul li{
		list-style:none;
	}
	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
	}
	.clear:after{
		 clear: both;
	     content: "";
	     display: block;
	     width: 0;
	     height: 0;
	}
	.fl{
		float: left;
	}
	.fr{
		float: right;
	}
	/******/
		/******************************/
		.tab-nav-con{
			width: 1200px;
			margin: 0px auto;
		}
		.tab-nav-con>.tab-nav-con-block>ul>li{
			height: 60px;
			line-height: 60px;
			border-bottom:1px solid #eaeaea;
		}
		.tab-nav-con>.tab-nav-con-block>ul>li>.con>.s1{
			font-size: 14px;
			color:#666666;
			margin-left: 10px;
		}
		.tab-nav-con>.tab-nav-con-block>ul>li>.con>a{
			font-size: 14px;
			color:#666666;
			display: inline-block;
			width: 1000px;
		}
		.tab-nav-con>.tab-nav-con-block>ul>li>.con>a:hover{
			color:#d70c19;
		}
		.tab-nav-con>.tab-nav-con-block>ul>li>.con>.s2{
			background: url(/template/1/xhz/_files/img/zhong.png) no-repeat 0px center;
			font-size: 12px;
			color: #888888;
			padding-left: 25px;
			margin-right: 10px;
		}
		/*******************/
		.case{
			width: 100%;
		}
		.case>.title{
			padding: 80px 0px 40px 0px;
			font-size: 28px;
			font-weight: bold;
			text-align: center;
			color: #333333;
		}
		.case>ul>li{
			float: left;
			margin: calc(20px / 6);
		}
		.case>ul>li>.picture{
			width: 380px;
			height: 225px;
			
		}
		.case>ul>li>.picture>img{
			width: 100%;
			height: 100%;
			border:1px solid #CCCCCC;
			box-sizing: border-box;
		}
		.case>ul>li>.txt{
			margin-bottom: 10px;
		}
		.case>ul>li>.txt>.title>.p1{
			font-size: 18px;
			color:#333333;
			font-weight: bold;
			padding-top: 10px;
		}
		.case>ul>li>.txt>.title>.active{
			color:#d70c19;
		}
		.case>ul>li>.txt>.title>.p2{
			font-size: 12px;
			color:#666666;
		}
		.case>ul>li>.txt>.title>.active{
			color:#d70c19;
		}
		.btn>a{
			display: inline-block;
			height: 25px;
			width: 90px;
			text-align: center;
			line-height: 21px;
			font-weight: bold;
			color:#0e528C;
			border:2px solid #0e528C;
			border-radius: 12px;
			box-sizing: border-box;
		}
		/*********************/
		.time{
			width: 80px;
			height: 80px;
			background-color: #f2f2f2;
			position: relative;
			top:40px;
		}
		.time-con{
			height: 100%;
			width: 100%;
			padding:10px;
			box-sizing: border-box;
		}
		.time-con-day{
			font-size: 30px;
			color:#888888;
			text-align: center;
		}
		.time-con-ym{
			font-size: 14px;
			color:#999999;
			text-align: center;
		}
		/*****************/
		.page{
			width: 1140px;
			margin: 40px auto;
			text-align: center;
		}
		.page>a{
			color: #888888;
			margin-left: 30px;
		}
		.page>a:hover{
			cursor:pointer;
		}
		.page>a.active{
			display: inline-block;
			height: 40px;
			line-height: 40px;
			width: 40px;
			text-align: center;
			background-color: #0e528c;
			color: #FFFFFF;
			border-radius: 5px;
		}
		.body{
			position: relative;
		}
		/*************/
	
	
}
@media (max-width:500px) {
	/**************通用式样******************/
	* {
		margin: 0px;
		padding: 0px;
	}
	
	ul li {
		list-style: none;
	}
	
	a {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	.clear:after {
		clear: both;
		content: "";
		display: block;
		width: 0;
		height: 0;
	}
	
	.fl {
		float: left;
	}
	
	.fr {
		float: right;
	}
	
	/******/
	/******************************/
	.tab-nav-con {
		width: 350px;
		margin: 0px auto;
	}
	
	.tab-nav-con>.tab-nav-con-block>ul>li {
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #eaeaea;
	}
	
	.tab-nav-con>.tab-nav-con-block>ul>li>.con>.s1 {
		font-size: 14px;
		color: #666666;
		margin-left: 10px;
		position: relative;
		bottom: 26px;
	}
	
	.tab-nav-con>.tab-nav-con-block>ul>li>.con>a {
		font-size: 14px;
		color: #666666;
		display: inline-block;
		width: 220px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.tab-nav-con>.tab-nav-con-block>ul>li>.con>a:hover {
		color: #d70c19;
	}
	
	.tab-nav-con>.tab-nav-con-block>ul>li>.con>.s2 {
		background: url(/template/1/xhz/_files/img/zhong.png) no-repeat 0px center;
		font-size: 12px;
		color: #888888;
		padding-left: 25px;
		margin-right: 10px;
	}
	
	/*******************/
	.case {
		width: 100%;
	}
	
	.case>.title {
		padding: 80px 0px 40px 0px;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		color: #333333;
	}
	
	.case>ul>li {
		float: left;
		margin: calc(20px / 6);
	}
	
	.case>ul>li>.picture {
		width: 380px;
		height: 225px;
	
	}
	
	.case>ul>li>.picture>img {
		width: 100%;
		height: 100%;
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
	}
	
	.case>ul>li>.txt {
		margin-bottom: 10px;
	}
	
	.case>ul>li>.txt>.title>.p1 {
		font-size: 18px;
		color: #333333;
		font-weight: bold;
		padding-top: 10px;
	}
	
	.case>ul>li>.txt>.title>.active {
		color: #d70c19;
	}
	
	.case>ul>li>.txt>.title>.p2 {
		font-size: 12px;
		color: #666666;
	}
	
	.case>ul>li>.txt>.title>.active {
		color: #d70c19;
	}
	
	.btn>a {
		display: inline-block;
		height: 25px;
		width: 90px;
		text-align: center;
		line-height: 21px;
		font-weight: bold;
		color: #0e528C;
		border: 2px solid #0e528C;
		border-radius: 12px;
		box-sizing: border-box;
	}
	
	/*********************/
	.time {
		width: 80px;
		height: 80px;
		background-color: #f2f2f2;
		position: relative;
		top: 40px;
	}
	
	.time-con {
		height: 100%;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.time-con-day {
		font-size: 30px;
		color: #888888;
		text-align: center;
	}
	
	.time-con-ym {
		font-size: 14px;
		color: #999999;
		text-align: center;
	}
	
	/*****************/
	.page {
		width: 1140px;
		margin: 40px auto;
		text-align: center;
	}
	
	.page>a {
		color: #888888;
		margin-left: 30px;
	}
	
	.page>a:hover {
		cursor: pointer;
	}
	
	.page>a.active {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		width: 40px;
		text-align: center;
		background-color: #0e528c;
		color: #FFFFFF;
		border-radius: 5px;
	}
	
	.body {
		position: relative;
	}
	
	/*************/
	
}<!--0.00021100044250488-->