* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
.link {
  text-decoration: none;
  color: #1a98d6;
  position: relative;
}
.home-title {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.icon {
  position: absolute;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body {
  width: 100vw;
  height: 100vh;
}
.scrollbar {
  overflow: auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scrollbar::-webkit-scrollbar-track {
  background: #f1f2f3;
  border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
.scrollbar:hover::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 4px;
}
.begin-frame {
  animation-name: fadeInUp;
  animation-duration: 0.66s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 750px) {
  body {
    overflow: hidden;
  }
  .base-flex {
    display: flex;
    flex-direction: row;
  }
  .link {
    font-size: 1.30208vw;
  }
  .icon {
    width: 1.5625vw;
    height: 1.5625vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .intro {
    overflow: hidden;
    padding: 8.75vw 0.52083vw 0.52083vw 17.1875vw;
    position: relative;
  }
  .intro img:nth-of-type(1) {
    width: 1.97917vw;
    margin-left: 0.625vw;
    margin-bottom: 0.46875vw;
  }
  .intro h2 {
    font-size: 2.65625vw;
    letter-spacing: 0.15625vw;
    margin-bottom: 1.14583vw;
  }
  .intro p {
    font-size: 0.98958vw;
    letter-spacing: 0.05208vw;
    margin-bottom: 2.55208vw;
    color: #777;
  }
  .btn1 {
    cursor: pointer;
    height: 2.08333vw;
    line-height: 2.08333vw;
    padding: 0 1.25vw;
    border-radius: 6px;
    align-items: center;
    border: 1px solid #d9d9d9;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 0px 0px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.9375vw;
    background-color: #ffffff;
    margin-right: 0.20833vw;
  }
  .btn1:hover {
    border-color: #40a9ff;
    color: #40a9ff;
  }
  .btn1:active {
    border-color: #096dd9;
    color: #096dd9;
  }
  .btn2 {
    cursor: pointer;
    height: 2.08333vw;
    line-height: 2.08333vw;
    padding: 0 1.45833vw;
    border-radius: 6px;
    align-items: center;
    border: 1px solid #e15a05;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 0px 0px;
    color: #fff;
    font-size: 0.9375vw;
    background-color: #e15a05;
  }
  .btn2:hover {
    background-color: #ef762b;
    border-color: #ef762b;
  }
  .btn2:active {
    background-color: #b34804;
    border-color: #b34804;
  }
  .header {
    width: 100%;
    height: 4.58333vw;
    font-size: 0.9375vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 17.1875vw;
  }
  .header .img img {
    width: 4.6875vw;
    margin-top: 0.72917vw;
    margin-left: 0.10417vw;
  }
  .header ul {
    padding: 0 3.38542vw 0 8.38542vw;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header ul li {
    cursor: pointer;
  }
  .header ul li:hover {
    color: #096dd9;
  }
  .header .btn-group {
    font-size: 0.9375vw;
  }
  .header .more {
    display: none;
  }
  .header .hidden-ul {
    display: none;
  }
  .header .show-ul {
    display: none;
  }
  .common-introduce {
    height: 31.5625vw;
    margin-bottom: 5.15625vw;
  }
  .common-introduce .left {
    width: 45%;
    overflow: hidden;
    padding: 8.75vw 0.52083vw 0.52083vw 17.1875vw;
    position: relative;
  }
  .common-introduce .left img:nth-of-type(1) {
    width: 1.97917vw;
    margin-left: 0.625vw;
    margin-bottom: 0.46875vw;
  }
  .common-introduce .left h2 {
    font-size: 2.65625vw;
    letter-spacing: 0.15625vw;
    margin-bottom: 1.14583vw;
  }
  .common-introduce .left p {
    font-size: 0.98958vw;
    letter-spacing: 0.05208vw;
    margin-bottom: 2.55208vw;
  }
  .common-introduce .left .btn2 {
    padding: 0px 1.875vw;
    height: 2.91667vw;
  }
  .common-introduce .left img:nth-of-type(2) {
    position: absolute;
    top: 18.54167vw;
    left: 28.90625vw;
    width: 3.80208vw;
  }
  .common-introduce .left img:nth-of-type(3) {
    position: absolute;
    transform: rotate(11deg);
    top: 22.08333vw;
    left: 31.5625vw;
    width: 5.83333vw;
  }
  .common-introduce .right {
    width: 55%;
    padding-left: 4.73958vw;
    padding-top: 4.32292vw;
  }
  .common-introduce .right img {
    width: 28.69792vw;
  }
  .features {
    height: 48.33333vw;
    background-color: #f7f5f2;
    padding-top: 5.26042vw;
  }
  .features h2 {
    text-align: center;
    font-size: 2.44792vw;
    margin-bottom: 4.58333vw;
  }
  .features ul {
    padding: 0 16.97917vw 0px 16.45833vw;
    display: flex;
    flex-wrap: wrap;
  }
  .features ul li {
    width: 25%;
    font-size: 1.25vw;
    margin-bottom: 3.64583vw;
    text-align: center;
  }
  .features ul li img {
    display: block;
    margin-bottom: 1.19792vw;
  }
  .features ul li:nth-of-type(1) img {
    margin: 0.20833vw 0 0.9375vw 5.98958vw;
  }
  .features ul li:nth-of-type(2) img {
    margin: 0.15625vw 0 0.67708vw 5.625vw;
  }
  .features ul li:nth-of-type(3) img {
    margin: 0.41667vw 0 1.14583vw 5.625vw;
  }
  .features ul li:nth-of-type(4) img {
    margin: -1.19792vw 0 0.98958vw 5.36458vw;
  }
  .features ul li:nth-of-type(5) img {
    margin: 1.61458vw 0 1.25vw 3.95833vw;
  }
  .features ul li:nth-of-type(6) img {
    margin: 1.61458vw 0 1.25vw 5.83333vw;
  }
  .features ul li:nth-of-type(7) img {
    margin: 1.40625vw 0 1.25vw 5.72917vw;
  }
  .features ul li:nth-of-type(8) img {
    margin: 1.45833vw 0px 1.35417vw 6.25vw;
  }
  .form-introduce {
    height: 34.6875vw;
    margin-bottom: 3.64583vw;
  }
  .form-introduce .left {
    padding-top: 13.95833vw;
  }
  .form-introduce .left h2 {
    margin-bottom: 0.98958vw;
  }
  .form-introduce .left p {
    margin-bottom: 1.77083vw;
    line-height: 1.40625vw;
  }
  .form-introduce .left img {
    position: absolute;
    width: 3.125vw;
    top: 25.83333vw;
    left: 32.08333vw;
  }
  .form-introduce .right {
    padding-top: 7.44792vw;
    padding-left: 5.20833vw;
  }
  .form-introduce .right img {
    width: 35.83333vw;
  }
  .views-show {
    flex-direction: row-reverse;
    padding-top: 8.80208vw;
    height: 39.0625vw;
    margin-bottom: 7.70833vw;
  }
  .views-show .left {
    flex: 1;
    padding: 4.94792vw 0px 0px 5.57292vw;
  }
  .views-show .left h2 {
    font-size: 2.70833vw;
  }
  .views-show .left img {
    width: 3.54167vw;
    margin-left: 0px;
    margin-bottom: 0.72917vw;
  }
  .views-show .right {
    padding-left: 17.29167vw;
    width: 55%;
  }
  .views-show .right img {
    width: 34.53125vw;
  }
  .flow-introduce {
    margin-bottom: 10.41667vw;
  }
  .flow-introduce .left {
    padding-left: 16.97917vw;
  }
  .flow-introduce .left p {
    margin-bottom: 1.97917vw;
  }
  .flow-introduce .left img {
    width: 2.03125vw;
    position: absolute;
    top: 6.04167vw;
    left: 28.54167vw;
  }
  .flow-introduce .right {
    position: relative;
    padding-left: 8.125vw;
    padding-top: 1.82292vw;
  }
  .flow-introduce .right img:nth-of-type(1) {
    width: 37.8125vw;
  }
  .flow-introduce .right img:nth-of-type(2) {
    transform: rotate(107deg);
    position: absolute;
    top: 21.92708vw;
    left: 9.32292vw;
    width: 2.08333vw;
  }
  .summary-show {
    flex-direction: row-reverse;
    padding-top: 1.77083vw;
    height: 39.0625vw;
    margin-bottom: 3.85417vw;
  }
  .summary-show .left {
    flex: 1;
    position: relative;
    padding: 9.16667vw 0px 0px 5.88542vw;
  }
  .summary-show .left h2 {
    font-size: 2.70833vw;
  }
  .summary-show .left p {
    margin-bottom: 1.97917vw;
  }
  .summary-show .left img {
    width: 3.4375vw;
    position: absolute;
    top: 5.72917vw;
    left: 17.1875vw;
  }
  .summary-show .right {
    padding-left: 16.97917vw;
    width: 55%;
  }
  .summary-show .right img {
    width: 35.57292vw;
  }
  .collaborative-box {
    flex-direction: column;
    margin-bottom: 9.42708vw;
  }
  .collaborative-box .left {
    margin-bottom: 1.09375vw;
    text-align: center;
  }
  .collaborative-box .left img {
    margin-left: -1.61458vw;
    width: 19.47917vw;
  }
  .collaborative-box .right {
    text-align: center;
  }
  .collaborative-box .right h2 {
    font-size: 2.70833vw;
    margin-bottom: 1.97917vw;
  }
  .cooperative-box {
    margin-bottom: 4.94792vw;
  }
  .cooperative-box h2 {
    text-align: center;
    font-size: 2.70833vw;
    margin-bottom: 3.95833vw;
  }
  .cooperative-box div {
    height: 7.1875vw;
    padding: 0 1.04167vw 0px 17.1875vw;
  }
  .cooperative-box div img:nth-of-type(1) {
    height: 4.42708vw;
    margin-right: 17.96875vw;
  }
  .cooperative-box div img:nth-of-type(2) {
    margin-right: 9.58333vw;
    height: 5.72917vw;
    transform: translateY(0.52083vw);
  }
  .cooperative-box div img:nth-of-type(3) {
    margin-bottom: 0.67708vw;
    transform: translateY(0.52083vw);
    height: 4.63542vw;
  }
  .honer-box {
    text-align: center;
    padding-bottom: 5.20833vw;
  }
  .honer-box h2 {
    font-size: 2.70833vw;
    margin-bottom: 4.27083vw;
  }
  .honer-box .honer-bg {
    display: flex;
    height: 6.04167vw;
    padding: 0.46875vw 17.34375vw 0px;
    justify-content: space-between;
  }
  .honer-box .honer-bg li {
    font-size: 0.78125vw;
  }
  .honer-box .honer-bg li img {
    margin-right: 0.52083vw;
    height: 2.76042vw;
    vertical-align: middle;
  }
  .footer {
    border-top: 1px solid #ededed;
    text-align: center;
    padding: 2.08333vw 1.04167vw 2.08333vw 1.04167vw;
    color: #bbbaba;
    font-size: 0.72917vw;
  }
  .footer a {
    color: #bbbaba;
    text-decoration: none;
  }
  .footer a:visited {
    color: #bbbaba;
  }
  .footer a:hover {
    color: #1a98d6;
  }
}
@media only screen and (min-width: 2500px) {
  .features ul li:nth-of-type(1) img {
    margin: 0.20833vw 0 0.9375vw 6.98958vw;
  }
  .features ul li:nth-of-type(2) img {
    margin: 0.15625vw 0 0.67708vw 6.625vw;
  }
  .features ul li:nth-of-type(3) img {
    margin: 0.41667vw 0 1.14583vw 6.625vw;
  }
  .features ul li:nth-of-type(4) img {
    margin: -1.19792vw 0 0.98958vw 6.36458vw;
  }
  .features ul li:nth-of-type(5) img {
    margin: 1.61458vw 0 1.25vw 5.95833vw;
  }
  .features ul li:nth-of-type(6) img {
    margin: 1.61458vw 0 1.25vw 6.83333vw;
  }
  .features ul li:nth-of-type(7) img {
    margin: 1.40625vw 0 1.25vw 6.72917vw;
  }
  .features ul li:nth-of-type(8) img {
    margin: 1.45833vw 0px 1.35417vw 7.25vw;
  }
}
@media only screen and (max-width: 751px) and (min-width: 359px) {
  html,
  body {
    min-width: 360px;
  }
  .base-flex {
    display: flex;
    flex-direction: column;
  }
  .base-flex .intro {
    padding-left: 12.15611vw;
  }
  .base-flex .intro h2 {
    font-size: 7.46667vw;
    margin-bottom: 2.83877vw;
    letter-spacing: -0.26667vw;
  }
  .base-flex .intro p {
    font-size: 2.62316vw;
    font-size: 2.93333vw;
    letter-spacing: -0.13333vw;
    color: #777;
    line-height: 3.83877vw;
    margin-bottom: 3.3103vw;
  }
  .base-flex .intro a {
    font-size: 2.1753vw;
  }
  .btn2 {
    width: 19.9vw;
    height: 7.8vw;
    cursor: pointer;
    border-radius: 7px;
    align-items: center;
    border: 1px solid #e15a05;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 0px 0px;
    color: #fff;
    font-size: 18px;
    background-color: #e15a05;
  }
  .btn2:hover {
    background-color: #ef762b;
    border-color: #ef762b;
  }
  .btn2:active {
    background-color: #b34804;
    border-color: #b34804;
  }
  .header {
    position: sticky;
    top: 0;
    height: 9.6vw;
    font-size: 2.4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2vw 0px 12.4vw;
    background-color: #ededed;
    z-index: 20;
  }
  .header .img h1 {
    display: none;
  }
  .header .img img {
    height: 5.236667vw;
    vertical-align: bottom;
    transform: translateY(2px);
  }
  .header ul {
    padding-left: 18.33333vw;
    padding-right: 7vw;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.53333vw;
  }
  .header ul li:nth-of-type(n + 4) {
    display: none;
  }
  .header .more {
    width: 6.93333vw;
    font-size: 6.66667vw;
    transform: translateY(-2.13333vw);
  }
  .header .btn-group {
    display: none;
  }
  .header .hidden-ul {
    display: none;
  }
  .header .show-ul {
    background-color: #fff;
    font-size: 2.4vw;
    z-index: 20;
    position: fixed;
    width: 100vw;
    height: 150vh;
    top: 9vw;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
  }
  .header .show-ul li {
    padding: 20px 0px 20px 10px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  .common-introduce {
    padding: 8.86667vw 12.66667vw 17.54309vw 12.4vw;
  }
  .common-introduce .left {
    position: relative;
  }
  .common-introduce .left img:nth-of-type(1) {
    width: 5.4vw;
    margin-top: 1.33333vw;
    margin-left: 1.33333vw;
  }
  .common-introduce .left img:nth-of-type(2) {
    width: 10.33333vw;
    position: absolute;
    top: 7.2vw;
    left: 55.6vw;
  }
  .common-introduce .left img:nth-of-type(3) {
    transform: rotate(9deg);
    width: 15.06667vw;
    position: absolute;
    top: 17.4vw;
    left: 62.8vw;
  }
  .common-introduce .left h2 {
    font-size: 7.53333vw;
    margin-bottom: 2.66667vw;
    letter-spacing: -0.42667vw;
  }
  .common-introduce .left p {
    font-size: 2.8vw;
    color: #777;
    margin-bottom: 6.26667vw;
  }
  .common-introduce .right {
    text-align: center;
  }
  .common-introduce .right img {
    margin-left: 0.66667vw;
    width: 67.95432vw;
    margin-top: 13.1158vw;
  }
  .features {
    padding-bottom: 6.95713vw;
    background-color: #f7f5f2;
  }
  .features h2 {
    text-align: center;
    font-size: 6.8vw;
    margin-bottom: 9.33333vw;
  }
  .features ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 6.66667vw 0 6.66667vw;
  }
  .features ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 2.4vw;
    font-weight: 600;
    align-items: center;
    margin-bottom: 13.27703vw;
    text-align: center;
  }
  .features ul li img {
    width: 8.4vw;
    margin-bottom: 0.8vw;
  }
  .features ul li:nth-of-type(2) {
    font-size: 2.4vw;
    padding-left: 3.6vw;
  }
  .features ul li:nth-of-type(2) img {
    width: 9.2vw;
    margin-left: -0.93333vw;
  }
  .features ul li:nth-of-type(3) img {
    width: 10vw;
    margin-left: 1.33333vw;
    margin-top: 0.53333vw;
  }
  .features ul li:nth-of-type(4) img {
    width: 9.86667vw;
    margin-top: -2.4vw;
    margin-left: -2.4vw;
  }
  .features ul li:nth-of-type(5) img {
    margin-left: 1.06667vw;
    margin-top: 1.33333vw;
    width: 15vw;
  }
  .features ul li:nth-of-type(6) img {
    margin-left: 3.6vw;
    margin-top: 1.73333vw;
  }
  .features ul li:nth-of-type(7) img {
    margin-left: 2vw;
    margin-top: 1.33333vw;
  }
  .features ul li:nth-of-type(8) img {
    width: 8vw;
    margin-left: -1.73333vw;
    margin-top: 1.2vw;
  }
  .form-introduce {
    padding-bottom: 15.22713vw;
  }
  .form-introduce .left {
    padding-top: 6.36692vw;
    position: relative;
  }
  .form-introduce .left img {
    position: absolute;
    top: 2vw;
    left: 49.64811vw;
    width: 7.6vw;
  }
  .form-introduce .right {
    text-align: center;
    padding-top: 8.95713vw;
  }
  .form-introduce .right img:nth-of-type(1) {
    width: 74.21625vw;
  }
  .views-show {
    padding-bottom: 12.18733vw;
  }
  .views-show .left h2 {
    margin-bottom: 2vw;
  }
  .views-show .left p {
    margin-bottom: 4.13333vw;
  }
  .views-show .left img {
    width: 8.8vw;
    margin-bottom: 0.63333vw;
    margin-left: 0.93333vw;
  }
  .views-show .right {
    text-align: center;
    padding-top: 8.95713vw;
  }
  .views-show .right img:nth-of-type(1) {
    width: 79.73333vw;
    margin-left: 5.6vw;
  }
  .flow-introduce {
    padding-bottom: 15.34805vw;
  }
  .flow-introduce .left {
    position: relative;
  }
  .flow-introduce .left h2 {
    margin-bottom: 2.13333vw;
  }
  .flow-introduce .left p {
    margin-bottom: 4.26667vw;
  }
  .flow-introduce .left img {
    position: absolute;
    width: 5.66667vw;
    top: 5.8vw;
    left: 60vw;
  }
  .flow-introduce .right {
    text-align: center;
    padding-top: 8.95713vw;
    position: relative;
  }
  .flow-introduce .right img:nth-of-type(1) {
    width: 84.21625vw;
    margin-top: 1.33333vw;
    margin-left: 0.53333vw;
  }
  .flow-introduce .right img:nth-of-type(2) {
    transform: rotate(90deg);
    width: 5.3103vw;
    position: absolute;
    top: 64.88633vw;
    left: 16.65088vw;
  }
  .summary-show {
    padding-top: 5vw;
  }
  .summary-show .left {
    position: relative;
    margin-bottom: 7.35765vw;
  }
  .summary-show .left h2 {
    margin-bottom: 1.33333vw;
  }
  .summary-show .left p {
    letter-spacing: 3px;
    margin-left: 0.8vw;
    margin-bottom: 4.4vw;
  }
  .summary-show .left img {
    width: 9vw;
    position: absolute;
    top: -4vw;
    left: 43.4vw;
  }
  .summary-show .right {
    text-align: center;
    padding-bottom: 14.0755vw;
  }
  .summary-show .right img {
    margin-top: -0.13333vw;
    margin-left: 4.66667vw;
    width: 80.19002vw;
  }
  .collaborative-box .left {
    text-align: center;
    padding-bottom: 3.43826vw;
  }
  .collaborative-box .left img {
    margin-top: 0.26667vw;
    margin-left: 1.33333vw;
    width: 40vw;
  }
  .collaborative-box .right {
    padding-bottom: 13.03519vw;
    text-align: center;
  }
  .collaborative-box .right h2 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
  .collaborative-box .right a {
    font-size: 2.1753vw;
  }
  .cooperative-box {
    padding-bottom: 6.4vw;
  }
  .cooperative-box h2 {
    font-size: 6.53333vw;
    text-align: center;
  }
  .cooperative-box div {
    height: 15.33333vw;
    overflow: hidden;
    padding: 0.8vw 0 0 18.4vw;
  }
  .cooperative-box div img:nth-of-type(1) {
    height: 6vw;
    margin-right: 13.46667vw;
  }
  .cooperative-box div img:nth-of-type(2) {
    transform: translateY(1.33333vw);
    margin-right: 8.53333vw;
    height: 8.66667vw;
  }
  .cooperative-box div img:nth-of-type(3) {
    transform: translateY(1.33333vw);
    margin-bottom: 1.73333vw;
    height: 5.33333vw;
  }
  .honer-box {
    text-align: center;
  }
  .honer-box h2 {
    font-size: 6.53333vw;
  }
  .honer-box .honer-bg {
    padding: 2.8vw 9.6vw 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .honer-box .honer-bg li {
    font-size: 2.1753vw;
    width: 30%;
    overflow: hidden;
    margin-bottom: 4.66667vw;
  }
  .honer-box .honer-bg li img {
    height: 5.86667vw;
  }
  .honer-box .honer-bg li span {
    display: block;
  }
  .footer {
    border-top: 1px solid #ededed;
    text-align: center;
    padding: 2.66667vw 0px;
    color: #bbbaba;
    font-size: 1.86667vw;
  }
  .footer a {
    color: #bbbaba;
    text-decoration: none;
  }
  .footer a:visited {
    color: #bbbaba;
  }
  .footer a:hover {
    color: #1a98d6;
  }
}
