html,
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
a,
p {
  padding: 0;
  margin: 0;
}
body {
  font-family: Arial, 'MicrosoftYaHei';
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
ul {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  color: #333;
  background: transparent;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: middle;
}

.mainsVw{
	max-width: 1300px;
	margin: 0 auto;
}

/* 小于最大宽度 */
@media (max-width: 1300px) {
	.mainsVw{
		width: 94%;
		margin: 0 auto;
	}
}




/* eserTitle */
.eserTitle.cent{
	margin: 0 auto;
	text-align: center;
}
.eserTitle h1{
	font-size: 36;
	margin-bottom: 30px;
	color: #126eba;
}
.eserTitle.fff h1{
	color: #fff;
}
.eserTitle .hengxian{
	width: 40px;
	height: 2px;
	margin-bottom: 20px;
	background-color: #126eba;
}
.eserTitle.fff .hengxian{
	background-color: #fff;
}
.eserTitle.cent .hengxian{
	margin: 0 auto;
	text-align: center;
}


.eserTitle p{
	color: #333;
	line-height: 24px;
	font-size: 14px;
}
.eserTitle.fff p{
	color: #fff;
}





/* 标题 */
.eseTitle.cent{
	margin: 0 auto;
	text-align: center;
}
.eseTitle h1{
	font-size: 30px;
	margin-bottom: 20px;
	color: #333;
}
.eseTitle p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 25px;
}
.eseTitle .hengxian{
	width: 40px;
	height: 2px;
	background-color: #126eba;
}
.eseTitle.cent .hengxian{
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 540px) {
	.eseTitle h1{
		font-size: 26px;
	}
	.eserTitle h1{
		margin-bottom: 20px;
	}
}



/* 查看更多 */
.seemore{
	width: 160px;
	font-size: 16px;
	color: #126eba;
	padding: 13px 0;
	border-radius: 30px;
	border: 1px solid #126eba;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	background-color: #fff;
}
.seemore.fff{
	color: #fff;
	background-color: #126eba;
}

.seemore.ddd{
	color: #333;
	border: none;
	justify-content: flex-start;
}
.seemore.ddd:hover{
	color: #126eba;
	background-color: transparent;
}







/* 居中 */
.seemore.cent{
	margin: 0 auto;
}
.seemore:hover{
	color: #fff;
	background-color: #126eba;
}
.seemore p{
	margin-right: 8px;
}


/*查看更多  图标 */
.seemore .imageIcon img{
	width: 17px;
	height: 13px;
}
.seemore .imageIcon img:nth-child(2){
	display: none;
}
.seemore:hover .imageIcon img:nth-last-child(1){
	display: block;
	margin-top: 3px;
}
.seemore:hover .imageIcon.top img:nth-last-child(1){
	display: block;
	margin-top: 2px;
}
.seemore:hover .imageIcon img:nth-last-child(2){
	display: none;
}
