* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: 'MyCustomFont';
  src: url('../img/AktivGrotesk-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MyCustomFont_1';
  src: url('../img/Produkt-Semibold.otf') format('truetype');
}
li {
  list-style: none;
}
.tit {
  font-family: 'MyCustomFont_1';
}
.tit_1 {
  font-family: 'MyCustomFont';
}
h2 {
  font-size: 50px !important;
}
a {
  text-decoration: none;
  color: #000;
  font-family: 'MyCustomFont';
}
body {
  font-family: 'MyCustomFont';
}
h1,
h2,
h4,
h3 {
  font-family: 'MyCustomFont_1';
}
ul li {
  font-family: 'MyCustomFont_1';
}
/* All animations will take twice as long to finish */
:root {
  --animate-duration: 2s;
}
html {
  overflow-y: hidden;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:active {
  background: #555;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.web_con header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  width: 97%;
  box-shadow: 0px -1px 11px -1px;
  position: fixed;
  z-index: 9;
  top: 0;
  background-color: #fff;
}
.web_con header .left .line {
  width: 2px;
  height: 50px;
  background-color: #3cb0cd;
}
.web_con header .left .dwon {
  display: flex;
  align-items: flex-end;
}
.web_con header .left .dwon p {
  color: #3cb0cd;
  margin-left: 6px;
}
.web_con header .right ul {
  display: flex;
}
.web_con header .right ul li {
  margin: 0 20px;
}
.web_con header .right ul li a {
  font-weight: 700;
  color: #003767;
}
.web_con main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
}
.web_con main .Inclusive {
  padding: 30px 0;
  padding-top: 50px;
  overflow: auto;
  height: 562px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.web_con main .Inclusive .in {
  margin-bottom: 100px;
  padding-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.web_con main .Inclusive .in .up {
  font-size: 56px;
  font-weight: 700;
  color: #003767;
}
.web_con main .Inclusive .in .dwon {
  display: flex;
  margin-top: 30px;
}
.web_con main .Inclusive .in .dwon .left .up {
  display: flex;
}
.web_con main .Inclusive .in .dwon .left .up .line {
  width: 4px;
  height: 40px;
  background-color: #c7da30;
  margin-right: 6px;
}
.web_con main .Inclusive .in .dwon .left .up p {
  font-size: 16px;
}
.web_con main .Inclusive .in .dwon .left .btn {
  padding: 10px 15px;
  background-color: #ce2a74;
  color: #fff;
  cursor: pointer;
}
.web_con main .Inclusive .in .dwon .right {
  width: 607px;
  height: 306px;
  margin-left: 30px;
}
.web_con main .Inclusive .in .dwon .right img {
  /* width: 100%; */
  height: 100%;
}
.web_con main .Inclusive .view {
  background-color: #003767;
  color: #fff;
  padding-left: 200px;
  padding-top: 100px;
  padding-bottom: 80px;
}
.web_con main .Inclusive .view p {
  width: 60%;
  line-height: 30px;
}
.web_con main .Inclusive .view .dwon {
  margin-top: 100px;
  display: flex;
  align-items: center;
}
.web_con main .Inclusive .view .dwon a {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  border-bottom: 4px solid #fff;
}
.web_con main .Inclusive .method {
  position: relative;
}
.web_con main .Inclusive .method img {
  width: 100%;
}
.web_con main .Inclusive .method .btn_m {
  position: absolute;
  top: 28%;
  left: 29%;
  padding: 40px;
  background-color: #fff;
  color: #003767;
  font-size: 50px;
  font-weight: 600;
}
.web_con main .Inclusive .wayfinding {
  padding: 30px 200px;
}
.web_con main .Inclusive .wayfinding h2 {
  color: #003767;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 60px;
}
.web_con main .Inclusive .wayfinding .contnt {
  width: 600px;
  line-height: 30px;
  margin-bottom: 60px;
}
.web_con main .Inclusive .wayfinding .swiper {
  width: 800px;
  height: 600px;
}
.web_con main .Inclusive .wayfinding .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.web_con main .Inclusive .wayfinding .swiper .swiper-slide img {
  height: 80%;
}
.web_con main .Inclusive .wayfinding .swiper .swiper-slide p {
  color: #003767;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.web_con main .Inclusive .wayfinding .swiper .swiper-button-next {
  height: 40%;
  top: 33%;
  width: 30px;
  /* background: antiquewhite; */
  padding: 0 20px;
  background: #fff;
  color: #ccc;
}
.web_con main .Inclusive .wayfinding .swiper .swiper-button-next:hover {
  box-shadow: 0px 0px 4px 3px;
  transition: all 1.2s;
}
.web_con main .Inclusive .wayfinding .swiper .swiper-button-prev {
  height: 40%;
  top: 33%;
  width: 30px;
  /* background: antiquewhite; */
  padding: 0 20px;
  background: #fff;
  color: #ccc;
}
.web_con main .Inclusive .wayfinding .swiper .swiper-button-prev:hover {
  box-shadow: 0px 0px 4px 3px;
  transition: all 1.2s;
}
.web_con main .Inclusive .line_t {
  padding: 30px 200px;
  padding-right: 0;
}
.web_con main .Inclusive .line_t .up {
  display: flex;
}
.web_con main .Inclusive .line_t .up .line {
  width: 10px;
  height: 80px;
  background-color: #c7da30;
  margin-right: 16px;
}
.web_con main .Inclusive .line_t .up ul li {
  margin-left: 10px;
  color: #003767;
  font-size: 16px;
  font-weight: 600;
  list-style: disc;
}
.web_con main .Inclusive .line_t .up ul li:first-child {
  list-style: none;
  margin-left: 0px;
}
.web_con main .Inclusive .line_t .dwon {
  margin-top: 30px;
}
.web_con main .Inclusive .line_t .dwon .line {
  width: 10px;
  height: 40px;
  background-color: #c7da30;
}
.web_con main .Inclusive .line_t .dwon li {
  list-style: none !important;
  margin-left: unset !important;
}
.web_con main .Inclusive .jour {
  padding: 30px 200px;
}
.web_con main .Inclusive .jour h2 {
  color: #003767;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
.web_con main .Inclusive .jour #e1 {
  width: 100%;
  height: 500px;
}
.web_con main .Inclusive .jour .middle {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.web_con main .Inclusive .jour .middle p {
  width: 50%;
  line-height: 30px;
}
.web_con main .Inclusive .jour .middle .up {
  display: flex;
  margin: 10px 0;
  justify-content: flex-end;
}
.web_con main .Inclusive .jour .middle .up .f_l {
  width: 30px;
  height: 30px;
  background-color: #003767;
  margin-right: 10px;
}
.web_con main .Inclusive .jour .middle .up .c_r {
  font-size: 12px;
  color: #ccc;
  width: 60%;
}
.web_con main .Inclusive .jour .three {
  display: flex;
}
.web_con main .Inclusive .jour .three .left {
  width: 40%;
}
.web_con main .Inclusive .jour .three .left p {
  line-height: 40px;
  width: 80%;
}
.web_con main .Inclusive .jour .three #e_2 {
  width: 60% !important;
  height: 300px;
}
.web_con main .Inclusive .percent {
  background-color: #003767;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 30px 200px;
}
.web_con main .Inclusive .percent .item {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.web_con main .Inclusive .percent .item .num {
  font-size: 40px;
  font-weight: 700;
}
.web_con main .Inclusive .percent .item .num img {
  width: 138px;
}
.web_con main .Inclusive .percent .item .content {
  margin-top: 80px;
  width: 77%;
}
.web_con main .Inclusive .naming {
  padding: 60px 300px;
}
.web_con main .Inclusive .naming .head {
  display: flex;
}
.web_con main .Inclusive .naming .head .line {
  margin-right: 30px;
  width: 10px;
  height: 110px;
  background-color: #00b2ce;
}
.web_con main .Inclusive .naming .head .con span {
  color: #c7da30;
}
.web_con main .Inclusive .naming .head .con h3 {
  color: #003767;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.web_con main .Inclusive .naming h2 {
  color: #003767;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
  margin-top: 60px;
}
.web_con main .Inclusive .naming .n_c {
  display: flex;
}
.web_con main .Inclusive .naming .n_c .l {
  margin-right: 30px;
  width: 50%;
}
.web_con main .Inclusive .naming .n_c .l p {
  line-height: 30px;
}
.web_con main .Inclusive .naming .n_c .r {
  display: flex;
  padding-top: 50px;
}
.web_con main .Inclusive .naming .n_b {
  display: flex;
  margin-top: 60px;
}
.web_con main .Inclusive .video {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.web_con main .Inclusive .video h2 {
  color: #003767;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 60px;
  margin-top: 60px;
  text-align: center;
}
.web_con main .Inclusive .video .v_con {
  width: 80%;
  height: 500px;
}
.web_con main .Inclusive .conclus {
  padding: 60px 300px;
  background-color: #003767;
  color: #fff;
}
.web_con main .Inclusive .conclus h2 {
  font-size: 40px;
  margin-bottom: 50px ;
}
.web_con main .Inclusive .conclus p {
  margin: 20px 0;
  width: 60%;
  line-height: 30px;
}
.web_con main .Inclusive .footer {
  padding: 50px 300px;
  background-color: #000c2a;
  color: #fff;
}
