#content {
  font-family:"微软雅黑";
}
.erp_banner {
  position: relative;
  background: #3386c8;
}
.hold_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 91px;
  background: url(../img/bg-erp_banner.png) repeat-x center bottom;
}
.erp_banner .inner {
  position: relative;
}
.erp_introduce {
  position: absolute;
  top: 117px;
  right: 27px;
  color: #fff;
  width: 388px;
}
.erp_introduce h2 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
}
.erp_introduce p {
  font-size: 18px;
  line-height: 1.6;
}
.erp_introduce div {
  width: 335px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
.erp_introduce a {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  float: left;
  background: #fff;
  border-radius: 100px;
  font-size: 18px;
  -webkit-box-shadow: 0px 3px 10px 0px #646464;
  -moz-box-shadow: 0px 3px 10px 0px #646464;
  box-shadow: 0px 3px 10px 0px #646464;
}
.erp_introduce a:link,.erp_introduce a:visited,.erp_introduce a:hover,.erp_introduce a:active {
  color: #3386c8;
  text-decoration: none;
}
.erp_introduce a.last {
  float: right;
  background: #4388c9;
}
.erp_introduce a.last:link,.erp_introduce a.last:visited,.erp_introduce a.last:hover,.erp_introduce a.last:active {
  color: #fff;
}
.function_star {
  background: url(../img/icon-white_arrow.png) no-repeat top center #3386c8;
}
.function_star h2 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  padding: 90px 0 48px 0;
}
.function_star ul {
  width: 935px;
  margin: 0 auto;
}
.function_star ul li {
  float: left;
  width: 269px;
  height: 204px;
  margin-bottom: 24px;
  padding: 0 40px 0 147px;
  background: url(../img/icon-fun_star_01.png) no-repeat left center #fff;
}
.function_star ul li h3 {
  font-size: 20px;
  padding: 45px 0 15px 0;
}
.function_star ul li p {
  line-height: 1.6;
}
.function_star ul li.fun_star_02,.function_star ul li.fun_star_04,.function_star ul li.fun_star_06 {
  float: right;
}
.function_star ul li.fun_star_02 {
  background: url(../img/icon-fun_star_02.png) no-repeat left center #fff;
}
.function_star ul li.fun_star_03 {
  background: url(../img/icon-fun_star_03.png) no-repeat left center #fff;
}
.function_star ul li.fun_star_04 {
  background: url(../img/icon-fun_star_04.png) no-repeat left center #fff;
}
.function_star ul li.fun_star_05 {
  background: url(../img/icon-fun_star_05.png) no-repeat left center #fff;
}
.function_star ul li.fun_star_06 {
  background: url(../img/icon-fun_star_06.png) no-repeat left center #fff;
}
.erp_structure {
  padding: 0 0 114px 0;
  text-align: center;
  background: url(../img/icon-blue_arrow.png) no-repeat top center;
}
.erp_structure h2 {
  padding: 75px 0;
  font-size: 38px;
}
.last_submit {
  padding: 83px 0 65px 0;
  background: url(../img/icon-white_arrow.png) no-repeat top center #3386c8;
}
.last_submit a {
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 376px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  margin: 0 auto;
  font-size: 26px;
}
.last_submit a:link,.last_submit a:visited,.last_submit a:hover,.last_submit a:active {
  color: #fff;
  text-decoration: none;
}

.erp_top {
  width: 100%;
  height: 600px;
  background: url('../img/erp/top_bg.png') no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 184px;
}
.erp_top_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.erp_top_content p{
  font-weight: 600;
  color: #333;
  font-size: 46px;
  padding-bottom: 16px;
}
.erp_top_content span {
  font-size: 20px;
  color: #333;
  max-width: 550px;
  line-height: 32px;
}
.erp_top_content_btnbox {
  padding-top: 36px;
  display: flex;
  align-items: center;
}
.erp_top_content_btnbox div{
  width: 128px;
  height: 49px;
  border: 1px solid #1472FF;
  line-height: 49px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
}
.erp_top_content_btnbox_1 {
  background: #1472FF;
  margin-right: 16px;
}
.erp_top_content_btnbox_1 a {
  color: #fff !important;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.erp_top_content_btnbox_2 a {
  color: #1472FF !important;
  width: 100%;
  height: 100%;
  display: inline-block;
}
/* .erp_top_content_btnbox_2 {
  
} */
.erp_top_content_btnbox_1:hover {
  background: #0E62DF;
}
.erp_top_content_btnbox_2:hover {
  background: #fff;
}
.erp_title {
  padding: 64px 0 48px;
  font-size: 36px;
  font-weight: 600;
  color: #333;
}
.erp_function {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
}
.erp_function_main {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.erp_function_bg1 {
  position: absolute;
  top: 0;
  left: 74px;
  transform: translateY(-44px);
  width: 537px;
  height: 522px;
  z-index: 1;
}
.erp_function_bg2 {
  position: absolute;
  bottom: 0;
  right: 147px;
  transform: translateY(46px);
  width: 370px;
  height: 326px;
  z-index: 1;
}
.erp_function_item {
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4.8px 32px 0px rgba(43, 22, 6, 0.08);
  padding: 24px 34px 24px 24px;
  display: flex;
  align-items: flex-start;
  width: 386px;
  box-sizing: border-box;
  height: 182px;
  position: relative;
  cursor: pointer;
}
.erp_function_item:hover {
  animation: up 0.5s;
  animation-fill-mode: forwards;
}
@keyframes up{0%{transform: translateY(0);}100%{transform: translateY(-15px);}}
.erp_function_item img{
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.erp_function_item_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 16px;
}
.erp_function_item_content p {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding-bottom: 12px;
}
.erp_function_item_content span {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  width: 100%;
}
.erp_point {
  width: 100%;
  height: 837px;
  background: url('../img/erp/point_bg.jpg') no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.erp_point_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
}
.erp_point_item {
  display: flex;
  width: 386px;
  height: 264px;
  padding: 24px 28px;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4.8px 32px 0px rgba(43, 22, 6, 0.08);
  cursor: pointer;
}
.erp_point_item:hover {
  animation: up 0.5s;
  animation-fill-mode: forwards;
}
.erp_point_item img {
  width: 80px;
  height: 80px;
}
.erp_point_item p {
  padding: 12px 0 16px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.erp_point_item span {
  text-align: center;
  font-size: 14px;
  color: #666;
}
.erp_des {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 96px;
  background: #fff;
}
.erp_des img {
  width: 1200px;
}
.erp_bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 176px;
  background: url('../img/erp/bottom_bg.png') no-repeat center;
  background-size: cover;
}
.erp_bottom p{
  padding-top: 42px;
  font-size: 20px;
  color: #fff;
  padding-bottom: 16px;
}
.erp_bottom_btn {
  width: 128px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  font-size: 18px;
}
.erp_bottom_btn a {
  color: #1472FF !important;
}