.center_title_h1{
  color:#0A257C;
	font-size: 36px;
	text-align: center;
	margin-bottom:50px;
}
.center_title_h3{
  color:#0A257C;
	font-size: 28px;
	text-align: center;
	margin:50px 0 30px 0;
}
.center_title_p{
  margin: 0 auto;
  display: block;
  width: 68%;
  line-height: 50px;
	font-size: 25px;
  letter-spacing:1px;
	text-align: center;
	margin-bottom:50px;
}
.introduction{
  width: 100%;
  margin-bottom:  100px;
}
.introduction a{
  display: block;
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
}
.introduction>img{
  width: 100%;
}
.introduction .des{
  margin: 20px auto 0;
  width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #333;
}
.introduction .des>.logo{
  width: 120px;
}
.logo img{
  width: 120px;
  height: 120px;
}
.introduction .des>span{
  display: inline-block;
  box-sizing: border-box;
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  line-height: 30px;
  margin: 0 38px 0 25px;
  padding: 5px 38px;
  font-size: 18px;
  min-height: 120px;
  width: 850px;
}
.introduction .des a{
  display: inline;
}
.introduction .des a:hover{
  text-decoration: underline;
  color: #0A257C;
}
.introduction .des > .tag{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
}
.introduction .des > .tag > div{
  box-sizing: border-box;
  width: 50%;
  display: flex;
  align-items: center;
}
.introduction .des > .tag > div>img{
  width: 40px;
  height: 40px;
  margin: 5px;
}
.introduction .des > .tag > div>span{
  box-sizing: border-box;
  font-size: 16px;
  color: rgba(0, 0, 0, .6);
}
.serviceSystem{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 15px auto;
  height: 112px;
  background-color:#0A257C;
  border-radius: 10px;
}
.serviceSystem li{
  box-sizing: border-box;
  width: 25%;
  height: 70%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.serviceSystem li:first-child{
  border-left: none;
  font-size: 22px;
}
.serviceSystem li:last-child{
  border-right: none;
}
.serviceSystem li>img{
  margin-right: 30px;
}
.serviceItem{
  width: 100%;
  height: 500px;
  margin: 0 auto;
  border-top: 3px solid #0A257C;
  border-bottom: 3px solid #0A257C;
}
.serviceItem thead th{
  padding: 15px 50px;
}
.serviceItem th{
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  color: #0A257C;
}
.serviceItem td{
  display: table-cell;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  padding: 30px 20px;
}
.serviceItem td p{
  margin: 10px 0;
}
.serviceItem th,.serviceItem td{
  border: 1.5px solid #0A257C;
}
