@font-face {
  font-family: Proxima Nova;
  src: url(../font/ProximaNovaFont.otf);
}
html,body {
  font-size: 16px;
  font-family: "Proxima Nova", 'Times New Roman', Times, serif, Arial, sans-serif;
  color: #2E3D62;
}
html,
body,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  display: flex;
}
a {
  color: #2E3D62;
  text-decoration: none;
  font-size: 25px;
}
a:hover {
  color: #FF8257;
}
.check a {
  color: #FF8257;
}
img {
  outline-style:none;
  border: none;
  padding: 0;
  margin: 0;
}
p {
  line-height: 1;
}
.w {
  width: 1128px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
}
.clear::before,
.clear::after {
  content: '';
  display: table;
}
.clear::after {
  clear: both;
}
header {
  position: fixed;
  z-index: 1000;
  background-color: #FFFAF6;
  width: 100%;
  min-width: 1128px;
  padding: 10px 0;
  box-sizing: border-box;
}
header>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a {
  padding: 10px;
}
header li {
  margin-left: 20px;
}
.home_section_1 {
  padding-top: 200px;
  box-sizing: border-box;
  width: 100%;
  min-width: 1128px;
  background-color: #FFFAF6;
  border-radius: 0 0 35% 35%;
  margin-bottom: 300px;
}
.home_title {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  width: 810px;
  margin: 0 auto;
  line-height: 1.2;
}
.home_title_1 {
  text-align: center;
  font-size: 18px;
  color: #878B95;
}
.home_section_box {
  height: 100%;
  position: relative;
  padding-bottom: 400px;
  box-sizing: border-box;
}
.home_tag {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #FF8257;
  position: absolute;
  right: 10px;
}
.home_banner {
  width: 768px;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}
.home_title_2 {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tag_title {
  color: #ff8257;
  text-align: center;
  margin-bottom: 20px;
}
.home_desc {
  color: #878B95;
  line-height: 1.8;
}
.home_section_2 {
  margin-bottom: 100px;
}
footer {
  width: 100%;
  min-width: 1128px;
  background-color: #FFFAF6;
  padding: 20px 0;
  box-sizing: border-box;
}
.footer_flex {
  display: flex;
  align-items: center;
}
.footer_l {
  padding-right: 20px;
  border-right: 1px solid #2E3D62;
}
.footer_flex>p {
  margin-left: 100px;
}

.service_header {
  background-color: #E8E8E8;
}
.service_section {
  width: 100%;
  min-width: 1128px;
  background-color: #E8E8E8;
  padding: 200px 0 0 0;
  box-sizing: border-box;
}
.service_tag_1 {
  font-size: 12px;
  color: #323E62;
}
.service_tag_1>span:first-child {
  margin-right: 10px;
}
.service_tag_1>span:nth-child(2) {
  margin-left: 10px;
}
.service_title {
  font-size: 60px;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.service_section_2 {
  width: 100%;
  min-width: 1128px;
  background-color: #323E62;
}
.service_section_2>div {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_tag {
  background-color: #FFFFFF0F;
  background-image: url(../img/box_tag.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 120px auto;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  width: 32%;
  border-radius: 12px;
  border: 1px solid #192939;
  margin-bottom: 30px;
}
.box_tag_img {
  width: 44px;
  height: 44px;
  margin-right: 20px;
}
.box_tag_title {
  color: #ffffff;
  margin-bottom: 8px;
}
.box_tag_score {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.box_tag span {
  font-size: 14px;
  color: #C2C2C2;
  display: block;
  margin-left: 10px;
  margin-right: 20px;
}
.box_tag_desc {
  font-size: 14px;
  line-height: 1.5;
  color: #C2C2C2;
}
.service_title_1 {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 50px;
}
.service_section_3 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.service_section_3 ul {
  display:list-item;
  margin-left: 30px;
}
.li_circle {
  width: 5px;
  height: 5px;
  line-height: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: #878B95;
}
.service_section_3 p {
  line-height: 1.6;
}
.li_title {
  font-weight: bold;
}
.company_header {
  background: linear-gradient(100deg, #E8E8E8, #FFFAF6);
}
.company_section {
  width: 100%;
  min-width: 1128px;
  background: linear-gradient(100deg, #E8E8E8, #FFFAF6);
  padding: 200px 0 0 0;
  box-sizing: border-box;
}
.company_section_1 {
  width: 100%;
  min-width: 1128px;
  padding-top: 100px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.company_box {
  border-radius: 16px;
  background-color: #FF8257;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}
.company_box>div {
  border-radius: 16px;
  background-color: #FFFAF6;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.company_box_title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}
.company_box_desc {
  line-height: 1.7;
  color: #878B95;
}
.company_r_img {
  margin-left: 50px;
  width: 450px;
}
.mb_30 {
  margin-bottom: 30px;
}