.content_01 {
  width: 1200px;
  margin: 0 auto;
}

.content_01 img {
  display: block;
  width: 1000px;
  margin: 75px auto 0;
}

.content_02 {
	width: 100%;
	min-width: 1200px;
  padding: 1px 0 100px 0;
  background: #F5F8FC;
}

.content_02 ul {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 120px auto 0;
}

.content_02 li {
  position: relative;
  width: 280px;
}

.content_02 li img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.content_02 li h3 {
  font-size: 16px;
  line-height: 22px;
  color: #252B3A;
  text-align: center;
  margin: 30px 0 15px 0;
}

.content_02 li div {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 220px;
  padding: 20px;
  box-shadow: 0px 4px 30px 3px rgba(211,215,221,0.40);
  background: #ffffff;
  transform: translate(-50%,0);
  opacity: 0;
  transition: all .5s ease;
}

.content_02 li:hover div {
  bottom: -20px;
  opacity: 1;
}

.content_02 li p {
  font-size: 14px;
  line-height: 20px;
  color: #252B3A;
  text-align: center;
}

.content_03 {
  width: 100%;
  min-width: 1200px;
  height: 450px;
  background: #252B3A;
}

.content_03 ul {
  display: flex;
  justify-content: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.content_03 li {
  width: 392px;
  height: 100%;
}

.content_03 li div{
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.5s;
}
.content_03 li:hover div{
	background: rgba(51,125,255,0.8);
}
.content_03 li:hover img {
  margin-top: 150px;
}
.cicon{
	width: 53px;
	display: block;
	margin: 0 auto;
	margin-top: 180px;
	transition: all 0.5s;
}
.content_03 h3{
	display: block;
	padding: 0 20px;
	font-size: 30px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	margin-top: 20px;
  opacity: 0;
  font-weight: normal;
	transition: all 0.5s;
}
.content_03 li:hover .content_01{
	margin-top: 100px;
}
.cbg{
	display: none;
}
.content_03 li:hover h3{
	opacity: 1;
}
.content_03 li p{
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 28px auto;
}

.content_03 li span{
	color: #fff;
  font-size: 14px;
  line-height: 20px;
	text-align: center;
	display: block;
}

#effect{
  width: 100%;
  height: auto;
}
.effect{
	width: 100%;
	min-width: 1200px;
	height: auto;
  margin: 0 auto;
  background: #f9f9f9;
	overflow: hidden;
}

.econ {
  padding: 120px 0 90px 0;
}

.econ:nth-child(2n) {
  background: #ffffff;
}

.econ:nth-child(2) {
  padding-top: 30px;
}

.econ:nth-child(2n+1) .effect_03 {
  flex-direction: row-reverse;
}

.econ .effect_03 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.econ .effect_03 div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
}

.econ span {
  display: block;
  width: 48px;
  height: 6px;
  background: rgba(58,122,255,1);
  box-shadow: 0px 3px 4px 0px rgba(58,122,255,0.5);
  border-radius: 4px;
}

.econ h1 {
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
  color: #252B3A;
  margin: 40px 0 20px 0;
}

.econ h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666A75;
	line-height: 22px;
	margin-bottom: 40px;
}

.econ .more {
	background: #3B7AFF;
	border: none;
}
.econ .more:hover {
	background: #2160E5;
	color: #ffffff !important;
}
.econ .more:after {
	background: #2160E5;
}

.econ img{
  display: block;
  max-width: 860px;
}