* {
  margin: 0;
  padding: 0;
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}
.header {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_box {
  max-width: 1280px;
}
.header_box .row {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.row > div:first-child {
  display: flex;
  align-items: center;
}
.logo_img {
  height: 50px;
  width: 50px;
}
.row > div:last-child {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.row > div:last-child > div:last-child {
  width: fit-content;
}
.header_menu {
  width: fit-content;
  margin-right: 30px;
  height: 53px;
  background-color: #2661f2;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.menu_item {
  width: 100%;
  margin-bottom: 0px;
  color: inherit;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.info_btn {
  cursor: pointer;
  width: fit-content;
  height: 53px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 54px;
  background-color: #2661f2;
  border-radius: 50px;
  border: none;
  display: inline-block;
  padding: 0 20px;
}
.page_main_container {
  width: 100%;
  background: url("/images/home_bg.jpg") repeat;
}
.page_main {
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 175px;
  padding-bottom: 200px;
}

.main_header > div:first-child {
  margin-top: 0.4rem;
  padding-left: 0%;
  width: auto;
  color: #374567;
  font-size: 46px;
  font-weight: bold;
  line-height: 68px;
}
.main_header > div:nth-child(2) {
  margin-left: 0px;
  width: auto;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  margin-top: 5px;
}
.main_btn {
  margin-top: 60px;
  margin-left: 0%;
  padding-left: 0%;
  width: 146px;
  height: 54px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 54px;
  background-color: #0045f0;
  border-top-color: #0045f0;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #0045f0;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #0045f0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0045f0;
  border-left-style: solid;
  border-left-width: 1px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
}
.main_btn:hover {
  background: #336af3;
}
.page_footer {
  width: 100%;
  background-image: url("https://www.jijiaerp.com/Images/Settings/CgAGbGWMK5SAC3o1AALOUSBTzpU505.jpg");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 291px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page_footer > div:nth-child(1) {
  width: auto;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 36px;
  margin-top: 50px;
}
.page_footer > div:nth-child(2) {
  width: auto;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  position: relative;
  top: 0px;
  left: 0px;
  padding-top: 0px;
  margin-top: 10px;
}
.page_footer > div:nth-child(3) {
  width: auto;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  position: relative;
  top: 0px;
  left: 0px;
  padding-top: 0px;
  margin-top: 10px;
}
.footer_btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 168px;
  height: 55px;
  color: #0045f0;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;
  border-top-color: #0045f0;
  border-top-style: none;
  border-top-width: 0px;
  border-right-color: #0045f0;
  border-right-style: none;
  border-right-width: 0px;
  border-bottom-color: #0045f0;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-left-color: #0045f0;
  border-left-style: solid;
  border-left-width: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.footer_btn:hover {
  background-color: #0045f0;
  color: #fff;
}
