* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
img {
  display: inline-block;
  border: none;
  vertical-align: middle;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
body {
  padding-top: 90px;
  line-height: 1.6;
  color: #333;
  color: rgba(0, 0, 0, 0.85);
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
hr {
  height: 0;
  line-height: 0;
  margin: 10px 0;
  padding: 0;
  border: none!important;
  border-bottom: 1px solid #eee !important;
  clear: both;
  overflow: hidden;
  background: 0 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #777;
}
a cite {
  font-style: normal;
  *cursor: pointer;
}
a,
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
img {
  display: inline-block;
  border: none;
  vertical-align: middle;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
html {
  font-family: 'MicroSoft Yahei', 'PingFang SC', 'Tahoma', 'Arial', 'sans-serif';
  font-size: 10px;
}
.wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.wrap1 {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
}
.wrap2 {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}
.flex-item {
  flex: 1 1 auto;
}
.t-swiper {
  width: 100%;
}
.t-swiper .swiper-slide {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.t-swiper .swiper-slide img {
  width: 100%;
}
#header {
  position: fixed;
  display: flex;
  width: 100%;
  top: 0;
  left: 0;
  height: 90px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#header .header {
  display: flex;
  width: 100%;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
#header .header .logo img {
  width: 100%;
  max-width: 113px;
}
#header .header .right {
  display: flex;
  align-items: center;
}
#header .header .lang {
  display: flex;
  height: 20px;
  margin-right: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  border: 1px solid #666;
}
#header .header .lang span {
  margin: 0 5px;
  font-size: 12px;
}
#header .header .bar {
  cursor: pointer;
}
#header .header .bar img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
}
#header .header .bar img.open {
  transition: transform 0.3s;
  transform: rotateZ(-90deg);
}
#nav {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  height: 0;
  transition: all 0.6s;
}
#nav .nav-wrap {
  display: flex;
  justify-content: end;
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  z-index: -1;
  height: 0;
  top: 90px;
  overflow: hidden;
}
#nav .nav-wrap .nav {
  display: flex;
  justify-content: end;
  max-width: 1430px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 150px;
  opacity: 0;
  transition: all 0.2s;
}
#nav .nav-wrap .nav .nav-item {
  flex: 0 1 auto;
}
#nav .nav-wrap .nav .nav-item .nav-item-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#nav .nav-wrap .nav .nav-item ul li {
  height: 32px;
}
#nav .nav-wrap .nav .nav-item ul li a {
  color: #333;
  font-size: 1.5rem;
}
#nav .nav-wrap .nav .nav-item ul li a:hover {
  color: #0199E2;
}
#nav.show {
  transition: all 0.3s;
  opacity: 1;
}
#nav.show .nav-wrap {
  z-index: 1000;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
#nav.show .nav-wrap .nav {
  opacity: 1;
  transition: all 0.5s;
}
#footer {
  background-color: #0199E2;
  padding: 60px 20px;
}
#footer .footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  color: #FFF;
}
#footer .footer a {
  color: #FFF;
}
#footer .footer .footer-start {
  flex: 1 0 auto;
  min-width: 150px;
}
#footer .footer .footer-middle {
  flex: 1 1 auto;
  max-width: 600px;
}
#footer .footer .footer-end {
  flex: 1 1 auto;
}
#footer .footer .footer-logo {
  display: block;
  margin-bottom: 40px;
}
#footer .footer .footer-logo img {
  width: 100%;
  max-width: 113px;
}
#footer .footer .footer-item {
  padding: 20px 0;
}
#footer .footer .footer-item ul li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
#footer .footer .footer-start ul li {
  height: 30px;
}
#footer .footer .footer-start ul li .iconfont {
  font-size: 14px;
  margin-right: 5px;
}
#footer .footer .footer-nav {
  display: flex;
}
#footer .footer .footer-nav .footer-nav-item {
  flex: 1 1 auto;
  width: 100%;
  max-width: 180px;
  margin-bottom: 30px;
}
#footer .footer .footer-nav .footer-nav-item .footer-nav-item-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer .footer .footer-nav .footer-nav-item ul li {
  height: 32px;
}
.banner img {
  width: 100%;
}
.category {
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 10px;
}
.category .category-name-cn {
  color: #0199E2;
  font-size: 26px;
  margin-bottom: 10px;
}
.category .category-name {
  color: #555;
  font-size: 26px;
}
.subMenus {
  display: flex;
  margin: 50px auto 100px auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.subMenus a {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 30px;
  line-height: 1;
  color: #555;
}
.subMenus a i {
  font-size: 48px;
}
.subMenus a span {
  font-size: 22px;
  font-weight: 500;
}
.subMenus a::after {
  position: absolute;
  content: '';
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: #DDD;
}
.subMenus a:last-child::after {
  display: none;
}
.subMenus a.active,
.subMenus a:hover {
  color: #0199E2;
}
.header2 {
  line-height: 1;
  text-align: center;
}
.header2 .header2-title-en {
  font-size: 32px;
  color: #0199E2;
  margin-bottom: 25px;
}
.header2 .header2-title {
  font-size: 22px;
  color: #555;
}
.description {
  width: 100%;
  padding: 20px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.description .description-content {
  margin-top: 40px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.middle-split {
  max-width: 1920px;
  margin: 0 auto;
}
.middle-split .body {
  margin: 40px 0 0 0;
}
.middle-split .body .img {
  max-width: 960px;
}
.middle-split .body .img img {
  width: 100%;
}
.middle-split .body .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #F6F6F8;
}
.middle-split .body .content .content-text {
  width: 100%;
  max-width: 760px;
  text-align: left;
}
.middle-split .body .content p {
  max-width: 550px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin: 20px 0;
}
.news-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.news-wrap .newsSwiper {
  flex: 2 1 auto;
  max-width: 600px;
  padding: 10px;
}
.news-wrap .newsSwiper img {
  max-width: 100%;
}
.news-wrap .news-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 100%;
  padding: 10px;
  gap: 10px;
}
.news-wrap .news-list .news-item {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-width: 325px;
  min-height: 120px;
  padding: 0 20px;
  margin: 0;
  background-color: #F1F1F1;
  transition: all 0.3s;
}
.news-wrap .news-list .news-item .news-item-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 0;
}
.news-wrap .news-list .news-item .news-item-body h4 {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}
.news-wrap .news-list .news-item .news-item-body p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.news-wrap .news-list .news-item .news-item-footer {
  border-top: 1px solid #999;
  padding-top: 10px;
  margin-bottom: 10px;
}
.news-wrap .news-list .news-item .date {
  padding-right: 20px;
}
.news-wrap .news-list .news-item .date .d {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.news-wrap .news-list .news-item .date .d::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #999;
}
.news-wrap .news-list .news-item .date .y-m {
  line-height: 1px;
  padding: 10px 0;
  font-size: 1.4rem;
}
.news-wrap .news-list .news-item .date[border] {
  margin-right: 20px;
  border-right: 1px solid #666;
}
.news-wrap .news-list .news-item:first-child {
  margin-top: 0;
}
.news-wrap .news-list .news-item:last-child {
  margin-bottom: 0;
}
.news-wrap .news-list .news-item:hover {
  background-color: #0199E2;
  color: #FFF;
  transition: all 0.3s;
}
.pages .page-item:hover {
  color: #0199E2;
}
.pages a.page-num-current {
  background-color: #0199E2;
  color: #fff;
}
.pages a.page-num-current:hover {
  color: #fff;
}
@media only screen and (min-width: 1330px) {
  div[data-hide=PC] {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body {
    padding-top: 60px;
  }
  div[data-hide=PC] {
    display: auto;
  }
  div[data-hide=PHONE] {
    display: none;
  }
  html {
    font-size: 8px;
  }
  #header {
    height: 60px;
  }
  #header .header .bar img {
    width: 30px;
    height: 30px;
  }
  #nav .nav-wrap {
    top: 60px;
  }
  #nav .nav-wrap .nav {
    width: 100%;
    padding: 20px;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
  }
  .header2 .header2-title-en {
    font-size: 22px;
    color: #0199E2;
    margin-bottom: 10px;
  }
  .header2 .header2-title {
    font-size: 18px;
    color: #555;
  }
  .category {
    display: none;
    margin-bottom: 50px;
  }
  .subMenus {
    display: flex !important;
    flex-wrap: nowrap;
    margin: 0 auto 50px auto;
    overflow-x: auto;
  }
  .subMenus a {
    padding: 0 16px;
    max-width: 96px;
  }
  .subMenus a span {
    font-size: 16px;
    line-height: 1.2;
  }
  .news-wrap {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .news-wrap .newsSwiper {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }
  .news-wrap .news-list ul {
    padding: 0;
  }
  .news-wrap .news-list ul li {
    margin: 10px 0;
  }
  .news-wrap .news-list ul li .news-item-body h4 {
    font-size: 1.6rem;
  }
  .news-wrap .news-list ul li .news-item-body p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .news-wrap .news-list ul li .date .d {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .news-wrap .news-list ul li .date .y-m {
    padding: 8px 0;
  }
  #footer {
    padding: 20px;
  }
  #footer .footer .footer-item {
    flex: 100%;
  }
  #footer .footer .footer-start ul {
    display: none;
  }
  #footer .footer .footer-start .footer-logo {
    margin-bottom: 0;
  }
  #footer .footer .footer-nav .footer-nav-item {
    flex: 1 1;
  }
}
.index-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.index-item .title h3 {
  display: block;
  font-size: 4.6rem;
  color: #0199E2;
}
.index-item .title h4 {
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-size: 2.2rem;
  color: #555;
  font-weight: normal;
}
.index-item .content {
  display: flex;
  max-width: 512px;
  height: 80vh;
  justify-content: space-evenly;
  flex-direction: column;
}
.index-item .content .intro {
  font-size: 14px;
  color: #555;
  text-shadow: -0.5px 0 0.5px #F2F2F2;
}
.index-item .content .intro p {
  line-height: 2;
  margin-bottom: 20px;
}
.index-item .content .link a {
  text-decoration: none;
  color: #FFF;
  background-color: #0199E2;
  font-size: 1.2rem;
  padding: 5px 20px;
  height: 28px;
  border-radius: 14px;
}
.index-item .content .icons {
  display: flex;
  justify-content: flex-start;
}
.index-item .content .icons .icon-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  outline: 1px solid #DDD;
  max-width: 115px;
  padding: 5px 0;
  margin: 0 5px;
  cursor: pointer;
}
.index-item .content .icons .icon-item i.iconfont {
  font-size: 3.2rem;
}
.index-item .content .icons .icon-item p {
  font-size: 12px;
}
.index-item .content .icons .icon-item:hover {
  background-color: #0199E2;
  box-shadow: 0 0 0 0.7px #0199E2;
  color: #FFF;
}
.index-item .content .icons .icon-item:first-child {
  display: none;
}
.good-product {
  background: #F0F0F0 url(/static/img/index/product-bg.jpg) no-repeat;
  background-position: 99% 95%;
}
.good-service {
  background: #EEE url(/static/img/index/service-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 70% bottom;
}
.good-plan {
  background: #A3A1A2 url(/static/img/index/plan-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.good-plan .wrap2 {
  display: flex;
  justify-content: end;
}
.good-plan .wrap2 .content {
  max-width: 400px;
}
.good-plan .wrap2 .content .icons a {
  color: #FFF;
}
.index-news {
  height: auto;
  padding: 100px 0;
}
.index-news .news-wrap {
  display: flex;
}
.index-news .news-wrap .news-list {
  flex: 1 1;
}
@media only screen and (max-width: 1330px) {
  .index-item .content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .index-item {
    height: auto;
  }
  .index-item .title h3 {
    font-size: 3.2rem;
  }
  .index-item .title h4 {
    font-size: 2rem;
  }
  .index-item .content {
    height: auto;
    padding: 30px 20px;
    gap: 30px;
  }
  .index-item .content .icons {
    padding: 30px 0;
  }
  .index-item .content .icons .icon-item {
    outline-width: 0.2px;
  }
  .index-item .content .icons .icon-item i.iconfont {
    font-size: 2.4rem;
  }
  .index-item .content .icons .icon-item p {
    font-size: 1.2rem;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  }
  .good-product {
    position: relative;
    background-size: 100%;
    background-position: 20% 98%;
  }
  .good-product .wrap2 {
    z-index: 2;
  }
  .good-product::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .good-service {
    background-size: 150%;
    padding-bottom: 40px;
    background-position: 90% 100%;
  }
  .good-plan {
    background-position: 40% center;
    position: relative;
  }
  .good-plan .wrap2 {
    z-index: 2;
  }
  .good-plan::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .index-news {
    padding: 50px 20px;
  }
}
#service {
  width: 100%;
}
#service .service-guarantee .service-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #F6F6F6;
}
#service .service-guarantee .service-item .img,
#service .service-guarantee .service-item .body {
  flex: 1 1 auto;
  width: 50%;
}
#service .service-guarantee .service-item .img img {
  width: 100%;
}
#service .service-guarantee .service-item .body {
  display: flex;
  align-items: center;
  justify-content: center;
}
#service .service-guarantee .service-item .body .content {
  max-width: 730px;
  padding: 0 20px;
  color: #555;
}
#service .service-guarantee .service-item .body .content .content-title {
  font-size: 2.4rem;
  font-weight: bold;
}
#service .service-guarantee .service-item .body .content .content-title-en {
  font-size: 1.2rem;
}
#service .service-guarantee .service-item .body .content .content-headline {
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
#service .service-guarantee .service-item .body .content .content-text {
  font-size: 1.5rem;
  line-height: 1.6;
}
#service .service-guarantee .service-item .body .content .content-text p {
  margin-bottom: 10px;
}
#service .contract {
  margin: 40px auto 0 auto;
}
#service .contract .contract-body {
  margin: 0 auto;
  margin-top: 50px;
}
#service .contract .contract-body .img img {
  width: 100%;
}
#service .contract .contract-body .content {
  padding: 20px;
  flex: 1 1 auto;
  background-color: #F6F6F8;
}
#service .contract .contract-body .content p {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.8;
  margin: 10px 0;
}
#service .contract .contract-list {
  margin: 20px auto;
  justify-content: space-between;
}
#service .contract .contract-list .contract-item {
  flex: 1 1 auto;
  margin: 10px auto;
  padding: 0 20px;
  font-size: 1.5rem;
  color: #555;
  min-width: 210px;
  border-right: 1px solid #DDD;
}
#service .contract .contract-list .contract-item .title {
  margin-bottom: 10px;
}
#service .contract .contract-list .contract-item p {
  margin-bottom: 5px;
  line-height: 1.6;
}
#service .contract .contract-list .contract-item:last-child {
  border-right: none;
}
#service .introduction {
  max-width: 1920px;
  margin: 0 auto;
}
#service .introduction .introduction-body {
  margin: 40px 0 0 0;
}
#service .introduction .img {
  max-width: 960px;
}
#service .introduction .img img {
  width: 100%;
}
#service .introduction .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #F6F6F8;
}
#service .introduction .content .content-text {
  width: 100%;
  max-width: 760px;
  text-align: left;
}
#service .introduction .content p {
  max-width: 550px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin: 20px 0;
}
.culture .culture-list {
  overflow-x: auto;
  margin: 40px auto 0 auto;
  display: flex;
  max-width: 1920px;
}
.culture .culture-list .culture-item {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex: 1 1 auto;
  min-width: 320px;
}
.culture .culture-list .culture-item img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
}
.culture .culture-list .culture-item:hover img {
  opacity: 1;
  transition: opacity 0.3s;
  background-color: rgba(1, 153, 226, 0.8);
}
@media only screen and (max-width: 640px) {
  #service {
    width: 100%;
  }
  #service .service-guarantee .service-item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #F6F6F6;
  }
  #service .service-guarantee .service-item .img,
  #service .service-guarantee .service-item .body {
    width: 100%;
  }
  #service .service-guarantee .service-item .body .content {
    padding: 20px 0;
  }
  #service .service-guarantee .service-item .body .content .content-headline {
    margin: 10px 0;
  }
  #service .service-guarantee .service-item:nth-child(2n) .img {
    order: 1;
  }
  #service .service-guarantee .service-item:nth-child(2n) .body {
    order: 2;
  }
  #service .contract .contract-list .contract-item {
    border-right: none;
  }
  .culture .culture-list .culture-item {
    flex: 1 1 auto;
    min-width: 66%;
    max-width: 320px;
  }
  .culture .culture-list .culture-item img {
    width: 100%;
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
#plan .meeting .meeting-list {
  margin-top: 40px;
}
#plan .meeting .meeting-list .meeting-item {
  display: flex;
}
#plan .meeting .meeting-list .meeting-item .img {
  width: 50%;
  text-align: center;
}
#plan .meeting .meeting-list .meeting-item:nth-child(odd) {
  justify-content: end;
  background-position: right center;
}
#plan .deficiency {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
}
#plan .deficiency .deficiency-header {
  padding: 20px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.8;
  max-width: 830px;
}
#plan .deficiency ul {
  margin: 0;
  padding: 0;
}
#plan .deficiency ul li .img-box .img img {
  width: 100%;
  max-width: 100%;
}
#plan .deficiency ul li .img-box .title {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #FFF;
  font-size: 1.5rem;
  background-color: #0199E2;
}
#plan .deficiency ul li p {
  font-size: 1.5rem;
  margin-top: 20px;
  line-height: 1.8;
  color: #555;
}
#plan .concept {
  margin-top: 100px;
  background: url('/static/img/plan/concept-bg.jpg') center center no-repeat;
}
#plan .concept .concept-wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 100px 0;
}
#plan .concept .concept-wrap .concept-header {
  padding: 50px 20px;
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
}
#plan .concept .concept-wrap .concept-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#plan .concept .concept-wrap .concept-list li .concept-conent {
  max-width: 400px;
  min-height: 200px;
  padding: 20px;
  border: 2px solid #0199E2;
  background-color: #FFF;
}
#plan .concept .concept-wrap .concept-list li .concept-conent .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#plan .concept .concept-wrap .concept-list li .concept-conent p {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.8;
}
@media only screen and (max-width: 1330px) {
  #plan .meeting .meeting-list .meeting-item .img {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #plan .meeting .meeting-list {
    background-position: right center;
  }
  #plan .meeting .meeting-list .meeting-item {
    background-position: 20% center;
  }
  #plan .meeting .meeting-list .meeting-item .img {
    width: 100%;
  }
  #plan .meeting .meeting-list .meeting-item .img img {
    max-width: 100%;
  }
  #plan .meeting .meeting-list .meeting-item:nth-child(odd) {
    justify-content: center;
    background-position: 80% center;
  }
  #plan .deficiency ul li {
    padding: 20px;
  }
  #plan .deficiency ul li .img-box .img img {
    width: 100%;
    max-width: 100%;
  }
  #plan .deficiency ul li .img-box .title {
    height: 32px;
    line-height: 32px;
  }
  #plan .deficiency ul li p {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #plan .concept {
    margin-top: 30px;
    background-size: cover;
    background-position: 70% center;
  }
  #plan .concept .concept-wrap {
    margin: 0 auto;
    padding: 30px 0 40px 0;
  }
  #plan .concept .concept-wrap .concept-header {
    padding: 20px;
  }
  #plan .concept .concept-wrap .concept-list li {
    padding: 0 20px;
    margin: 10px auto;
  }
  #plan .concept .concept-wrap .concept-list li .concept-conent {
    min-height: auto;
  }
}
#product .product-category .product-item {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .product-category .product-item .content-wrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 50px 0;
}
#product .product-category .product-item .product-body {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
#product .product-category .product-item .product-body .category-header .product-name {
  font-size: 26px;
  color: #0199E2;
}
#product .product-category .product-item .product-body .category-header .product-desc {
  margin-top: 20px;
  font-size: 18px;
  color: #555;
}
#product .product-category .product-item .product-body .product-intro p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #555;
  white-space: pre-line;
}
#product .product-category .product-item .product-body .btn {
  max-width: 100px;
  text-decoration: none;
  color: #FFF;
  background-color: #0199E2;
  font-size: 1.2rem;
  padding: 5px 20px;
  height: 28px;
  border-radius: 14px;
  justify-self: end;
}
#product .product-category .product-item .img img {
  width: 100%;
}
#product .product-category .product-item-wrap:nth-child(odd) {
  background-color: #f6f7f9;
}
#product .product-category .product-item-wrap:nth-child(odd) .product-item .img {
  order: 2;
}
#product .product-category .product-item-wrap:nth-child(even) .product-item .content-wrap {
  align-items: end;
  text-align: right;
}
.about {
  padding: 100px 20px;
  background-color: #F6F6F8;
}
.about .about-wrap {
  max-width: 1220px;
  margin: 0 auto;
}
.about .about-wrap .content {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.about .about-wrap .content .content-text {
  padding: 0 20px;
}
.about .about-wrap .content .content-text p {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}
.about .about-wrap .content .content-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.about .about-wrap .content .content-icons .icon-item {
  text-align: center;
  padding: 20px;
  margin-right: 20px;
}
.about .about-wrap .content .content-icons .icon-item img {
  width: 100%;
  max-width: 40px;
}
.about .about-wrap .content .content-icons .icon-item p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #555;
}
.about .about-icon {
  margin-top: 40px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.about .about-icon .icon-item {
  text-align: center;
  max-width: 140px;
}
.about .about-icon .icon-item img {
  width: 100%;
  max-width: 80px;
}
.about .about-icon .icon-item p {
  font-size: 1.4rem;
  margin-top: 16px;
  color: #555;
}
.research {
  margin: 80px auto 0 auto;
  max-width: 1200px;
}
.research .research-item {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
.research .research-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid #BBB;
}
.research .research-item .content .content-text {
  font-size: 1.4rem;
}
.research .research-item .content .content-text p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.research .research-item .content .icons {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.research .research-item .content .icons .icon-item {
  flex: 0 1 auto;
  text-align: center;
  max-width: 140px;
}
.research .research-item .content .icons .icon-item img {
  width: 100%;
  max-width: 40px;
}
.research .research-item .content .icons .icon-item p {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #555;
}
.product-menu {
  display: none;
}
@media only screen and (max-width: 640px) {
  #product .product-category .product-item {
    padding: 0 20px;
  }
  #product .product-category .product-item .product-body {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  #product .product-category .product-item .product-body .category-header .product-name {
    font-size: 24px;
  }
  #product .product-category .product-item .product-body .category-header .product-desc {
    margin-top: 10px;
    font-size: 16px;
  }
  #product .product-category .product-item .product-body .product-intro {
    padding: 30px 0;
  }
  #product .product-category .product-item .img {
    order: 0 !important;
    min-height: 200px;
    display: flex;
    align-items: center;
  }
  #product .product-category .product-item-wrap:nth-child(odd) {
    background-color: #f6f7f9;
  }
  #product .product-category .product-item-wrap:nth-child(odd) .content-wrap {
    order: 1;
  }
  #product .product-category .product-item-wrap:nth-child(even) .product-item .content-wrap {
    align-items: start;
    text-align: left;
  }
  .about {
    padding: 50px 20px 20px 20px;
  }
  .about .about-wrap .content {
    padding: 0;
  }
  .about .about-wrap .content .content-text {
    padding: 20px 0;
  }
  .about .about-wrap .content .content-text p {
    font-size: 1.6rem;
  }
  .about .about-icon {
    margin-top: 20px;
    justify-content: space-around;
  }
  .about .about-icon .icon-item {
    min-width: 33.33%;
    margin-bottom: 20px;
  }
  .about .about-icon .icon-item img {
    max-width: 40px;
  }
  .about .about-icon .icon-item p {
    font-size: 1.3rem;
  }
  .about2 {
    margin-top: 0;
    padding: 20px 20px 50px 20px;
  }
  .about2 .about-wrap .body {
    margin-top: 0;
  }
  .about2 .about-wrap .body .content .content-icons {
    width: 100%;
    justify-content: space-around;
  }
  .about2 .about-wrap .body .content .content-icons .icon-item {
    padding: 0 10px;
    margin: 0;
  }
  .research {
    margin: 50px auto 0 auto;
  }
  .research .research-item {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .research .research-item .img img {
    width: 100%;
  }
  .research .research-item .content {
    margin-top: 20px;
    border-bottom: none;
  }
  .research .research-item .content .icons {
    margin-top: 20px;
    gap: 20px;
  }
  .research .research-item .content .icons .icon-item img {
    width: 32px;
    height: 32px;
  }
  .research .research-item .content .icons .icon-item p {
    margin-top: 10px;
  }
  .product-menu {
    display: inline-block;
    position: fixed;
    bottom: 100px;
    right: 30px;
  }
}
