*{margin: 0 auto;padding: 0}
@CHARSET "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside {
	margin:0;
	padding: 0;
	font-family: '微软雅黑'
}
body{	
	min-width: 1300px;
}
ul{list-style: none}
input[type='number'] {  -moz-appearance:textfield;  }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;  margin: 0;
}input{outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}
textarea{  outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}
select{outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)  }
/*input,textarea{-webkit-appearance:none;}*/
a{text-decoration:none;outline: none}
img{
	border:none; /*去除ie浏览器border边框*/
	outline:none;
}
/* img:not([src]),img[src='']{opacity: 0;display: none;} */
img:not([src]),img[src='']{opacity: 0;}
.bef::after{display: block;content: '';clear: both;}

.flex{display: flex;}
.itemalgin{align-items: center;}
.itemcenter{justify-content: center;}
.itemLb{justify-content: space-between;}

header{
	width: 100%;
	background: #efe9e2 url(../images/bg.jpg) no-repeat center top;
	padding-top: 960px;
}
.bef::after{
	content: '';
	display: block;
	clear: both;
}

  footer{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #cd240e;
	overflow: hidden;
	/*margin-top: 100px;*/
	padding: 40px 0;
	line-height: 1.6;
  }
  .tab_lists{
	width: 1200px;
	margin:25px auto 0;
	
}
.tab_lists li{

}
.item{
	width: 340px;
	height: 385px;
	background: #fff;
	display: block;
	padding: 20px 20px 5px 20px;
	float: left;
	margin-bottom: 25px;
}
.item img{
	width: 340px;
	height: 245px;
	object-fit: cover;
}
.item p {
	text-align: center;
	color: #222222;
	line-height: 1.6;
	font-size: 17px;
	text-align: justify;
}

.tab_lists li .item:nth-child(3n-1){
	margin:0 20px 25px 20px;
}

  

.search-home{

	margin-top: 20px;width: 1200px;margin: 0 auto;

}
.search-home a{color: #000;}
.search-home .home:hover{color:#cd240e;}

#displaypagenum{
	margin-top: 50px;
}
#displaypagenum a{
	font-size:18px;
	color: #000;
	padding: 7px 15px;
	border: 1px solid #000;
	margin: 0 2px;
}
#displaypagenum span{
	font-size: 18px;
	color: #cd240e;
		padding: 7px 15px;
		border: 1px solid #000;
}


/*  */
.g-w1200{
	width: 1200px;margin: 0 auto;
}
nav{
	width: 100%;
	background: #448ad2;
	padding: 20px 0;text-align: center;
	color: #fff;
	margin-top: -2px;
}


	.currt{
		width: 1200px;
		border-bottom: 1px solid #e0e0e0;
		padding: 20px 0;
	}
	.currt a{
		color: #6a6a6a;
	}
	.currt .home{color: #cd240e;
	float: right;}
	.w1200{width: 1200px;margin: 0 auto;}
	.w1200 img{
		max-width: 100%;
		margin: 20px auto;display: block;
	}
	.w1200 p{
		line-height: 1.6;
		text-indent: 32px;
	}
h1{text-align: center;font-size:24px;font-weight: bold;color: #000;padding-bottom:20px;}