#delegate_shadow {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position:fixed;
  text-align: center;
  display: none;
}
#delegate_shadow .close {
  font-size: 32px;
  margin: 50px auto;
  cursor: pointer;
}
#delegate_shadow .close::before {
  content: "\2716";
  color: #FFFFFF;
}
#delegate_video {
  width: 90%;
  max-width: 1200px;
}

body {
  margin: 0px;
  min-width: 1200px;
  font-family: "HiraKakuProN-W3", Helvetica, Arial, sans-serif;
}
.pc-show {
  display: block;
}
.app-show {
  display: none !important
    ;
}
.header-parent {
  position: sticky;
  display: flex;
  justify-content: center;
  top: 0px;
  z-index: 999;
}
.header-parent-full {
  width: 100%;
  background-color: white;
  box-shadow: 0px 2px 5px rgba(32, 32, 32, 0.2);
}
.header {
  width: 1200px;
  background: #fff;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px 0px 40px;
  box-sizing: border-box;
}
.header .logo {
  width: 141px;
  height: 60px;
}
.header .tab {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .tab-item {
  height: 100%;
  display: flex;
  align-items: center;
  color: #202020;
  font-size: 18px;
  margin-right: 48px;
  cursor: pointer;
  text-decoration: none;
  border-bottom: solid 3px #fff;
  box-sizing: border-box;
}
.header .tab-item-active {
  color: #099E9D;
  font-weight: bold;
  border-bottom: solid 3px #099E9D;
}
.header .tab .contact-us {
  background: linear-gradient(to right, #25DDB5, #099E9D);
  border-radius: 15px;
  height: 30px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-right: 16px;
  cursor: pointer;
}
.header .tab .chinese {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.header .tab .japanese {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.content {
  position: relative;
  width: 1200px;
}
.content .header {
  position: sticky;
  top: 0px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px 0px 40px;
}
.content .header .logo {
  width: 141px;
  height: 60px;
}
.content .header .tab {
  display: flex;
  height: 100%;
  align-items: center;
}
.content .header .tab-item {
  height: 100%;
  display: flex;
  align-items: center;
  color: #202020;
  font-size: 20px;
  margin-right: 48px;
  cursor: pointer;
  text-decoration: none;
}
.content .header .tab-item-active {
  color: #099E9D;
  border-bottom: solid 3px #099E9D;
}
.content .header .tab .contact-us {
  background: linear-gradient(#25DDB5, #099E9D);
  border-radius: 15px;
  height: 30px;
  width: 80px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 24px;
}
.content .header .tab .chinese {
  width: 24px;
  height: 24px;
}
.content .banner {
  padding: 260px 0px 80px 52px;
}
.content .banner-title {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}
.content .banner-dec {
  font-size: 20px;
  line-height: 40px;
  color: white;
  margin-top: 35px;
  text-align: justify;
  width: 700px;
  text-shadow: 1px 1px 1px #000;
}
#hot .content {
  margin: 40px 0 0 0;
  border: 4px solid #099E9D;
  border-radius: 6px;
  display: flex;
  cursor: pointer;
}
#hot .content .icon {
  width: 100px;
  height: 100px;
  margin: 20px 0 20px 20px;
}
#hot .content .icon img {
  width: 100%
}
#hot .content .text {
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
}
#hot .content .text span {
  color: #099E9D;
  font-weight: bolder;
}
#hot .content .text p {
  margin: 4px 0;
  line-height: 24px;
}
#hot .content .release img {
  width: 160px; position: absolute; right: 4px; top: 8px;
}
#hot .content .release {
  line-height: 32px;
}
#hot .content .release .title {
  font-size: 22px; font-weight: bolder; text-align: center; margin-bottom: 16px; float: right; margin-right: 140px;
}
#hot .content .release .first {
  margin-top: 4px;
}
#hot .content .release p {
  margin-right: 140px;
  text-align: justify;
}
#hot .content .release .tips {
  font-weight: bolder; color: #099E9D; border-top: 1px solid #099E9D;
  margin-top: 12px;
  padding-top: 8px;
}
.content .about {
  position: relative;
  padding: 80px 0px 40px;
}
.content .about .title {
  color: #202020;
  font-size: 30px;
  line-height: 50px;
  margin-left: 60px;
}
.content .about .line-box {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.content .about .line-box-line {
  background: #099E9D;
  height: 2px;
  width: 250px;
}
.content .about .line-box-ring {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: solid 2px #099E9D;
  margin-left: 20px;
}
.content .about .sub-title {
  width: 670px;
  color: #099E9D;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  margin-top: 110px;
  margin-left: 100px;
  position: sticky;
  z-index: 2;
}
.content .about .dec {
  color: #202020;
  font-size: 18px;
  line-height: 36px;
  margin-top: 78px;
  margin-left: 100px;
  text-align: justify;
}
.content .about .img {
  position: absolute;
  width: 539px;
  top: 100px;
  right: 0;
}
.content .about .info {
  display: flex;
  font-size: 16px;
  margin-left: 100px;
}
.content .about .info .box {
  width: 480px;
  margin-top: 20px;
}
.content .about .info .box .item {
  display: flex;
  margin-bottom: 8px;
}
.content .about .info .box .item .label {
  width: 100px;
  color: #999;
  text-align: left;
}
.content .about .info .box .item .content {
  width: 360px;
  vertical-align: text-top;
  text-align: left;
}
.content .about .info .box .item p {
  margin: 0 0 10px;
}
.content .delegate {
  position: relative;
  padding: 80px 0px 100px;
}
.content .delegate .title {
  color: #202020;
  font-size: 30px;
  line-height: 50px;
  margin-left: 60px;
}
.content .delegate .line-box {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.content .delegate .line-box-line {
  background: #099E9D;
  height: 2px;
  width: 225px;
}
.content .delegate .line-box-ring {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: solid 2px #099E9D;
  margin-left: 20px;
}
.content .delegate .people {
  margin: 60px 0 0 100px;
  display: none;
}
.content .delegate .people-active {
  display: block;
}
.content .delegate .people .img {
  float: left;
  width: 339px;
  height: 452px;
  position: relative;
}
.content .delegate .people .img .video {
  position: absolute;
  bottom: 20px;
  left: 30%;
  width: 40%;
  cursor: pointer;
}
.content .delegate .people img {
  width: 100%;
  height: 100%;
}
.content .delegate .people .dec {
  float: right;
  width: 720px;
}
.content .delegate .people .name {
  border-bottom: 4px solid #CCC;
  cursor: pointer;
}
.content .delegate .people .name:hover {
  border-bottom: 4px solid #099E9D;
}
.content .delegate .people .kanji {
  display: inline-block;
  font-size: 32px;
  font-weight: bolder;
  padding-bottom: 8px;
}
.content .delegate .people .spell {
  display: inline-block;
  font-size: 18px;
  font-weight: bolder;
  padding-left: 16px;
}
.content .delegate .people .more {
  float: right;
  font-size: 16px;
  padding-top: 16px;
  font-weight: bolder;
}
.content .delegate .people .dec .txt {
  padding-top: 20px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  height: 128px;
  overflow: hidden;
}
.content .delegate .people .dec .honour {
  margin-top: 28px;
  height: 220px;
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 25px;
}
.content .delegate .people .dec .honour td {
  vertical-align: text-top;
  text-align: justify;
}
.content .delegate .people .dec .honour .year {
  width: 80px;
}
.content .delegate .people .dec .honour span {
  border-bottom: 2px solid #099E9D;
}
.content .delegate .list {
  margin: 40px 0 0 100px;
  text-align: center;
}
.content .delegate .list .item {
  position: relative;
  display: inline-block;
  width: 144px;
  height: 144px;
  margin: 0 16px;
  border: 4px solid #DDDDDD;
  cursor: pointer;
}
.content .delegate .list .active {
  border: 4px solid #099E9D;
  cursor: none;
}
.content .delegate .list .item:first-child {
  margin-left: 0;
}
.content .delegate .list .item:last-child {
  margin-right: 0;
}
.content .delegate .list .item img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.content .delegate .list .item .name {
  position: absolute;
  font-size: 16px;
  width: 100%;
  bottom: 0;
  text-align: center;
  line-height: 30px;
  background: #333333;
  color: #FFFFFF;
  opacity: 0.6;
}
.content .business {
  padding: 80px 0px 110px;
}
.content .business .title {
  color: #202020;
  font-size: 30px;
  line-height: 50px;
  margin-left: 60px;
}
.content .business .line-box {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.content .business .line-box-line {
  background: #099E9D;
  height: 2px;
  width: 145px;
}
.content .business .line-box-ring {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: solid 2px #099E9D;
  margin-left: 20px;
}
.content .business-content .sub-title {
  color: #099E9D;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  margin-top: 107px;
  margin-left: 100px;
}
.content .business-content .size {
  height: 220px;
}
.content .business-content .dec {
  width: 720px;
  color: #202020;
  font-size: 18px;
  line-height: 36px;
  margin-top: 20px;
  margin-left: 100px;
  text-align: justify;
}
.content .business-content .introductory {
  color: #202020;
  font-size: 18px;
  line-height: 36px;
  margin-top: 20px;
}
.content .business-content .introductory .underline {
  text-decoration: underline;
  margin-right: 16px;
}
.content .business .tab {
  display: flex;
  margin-top: 95px;
  margin-left: 100px;
}
.content .business .tab .item {
  width: 320px;
  padding: 16px 24px;
  border: solid 1px #099E9D;
  color: #202020;
  margin-right: 16px;
  background: #fff;
  cursor: pointer;
}
.content .business .tab .item-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
}
.content .business .tab .item-dec {
  font-size: 14px;
  line-height: 25px;
  margin-top: 11px;
}
.content .business .tab .item-active {
  background: linear-gradient(to right, #25DDB5, #099E9D);
  border: none;
  color: #fff;
}
.content .idea {
  padding: 78px 0px 91px;
  position: relative;
}
.content .idea .title {
  color: #202020;
  font-size: 30px;
  line-height: 50px;
  margin-left: 60px;
}
.content .idea .line-box {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.content .idea .line-box-line {
  background: #099E9D;
  height: 2px;
  width: 170px;
}
.content .idea .line-box-ring {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: solid 2px #099E9D;
  margin-left: 20px;
}
.content .idea .mark {
  width: 64px;
  position: absolute;
  top: 238px;
  left: 168px;
  z-index: 2;
}
.content .idea-content {
  position: relative;
  min-height: 180px;
  margin-top: 120px;
  margin-left: 100px;
  margin-right: 100px;
  border: 12px transparent solid;
  border: solid 10px rgba(37, 221, 181, 0.3);
  padding: 40px;
}
.content .idea-content::before {
  content: '';
  width: 24px;
  height: 24px;
  border: 12px solid rgba(37, 221, 181, 0.3);
  border-left: 0px;
  border-top: 0px;
  position: absolute;
  left: 23%;
  bottom: -26px;
  transform: rotate(45deg);
  background-color: #FFF;
}
.content .idea-content .dec {
  display: flex;
  justify-content: space-between;
}
.content .idea-content .dec-text {
  color: #202020;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}
.content .idea-content .dec-img {
  width: 135px;
  height: 135px;
  margin-left: 48px;
}
.content .idea .standard_content::before {
  left: 23%;
}
.content .idea .cooperation_content::before {
  left: 34.5%;
}
.content .idea .evolution_content::before {
  left: 47.5%;
}
.content .idea .warmth_content::before {
  left: 60%;
}
.content .idea .develop_content::before {
  left: 72%;
}
.content .idea .tab {
  display: flex;
  margin-top: 36px;
  margin-left: 330px;
}
.content .idea .tab .item {
  font-size: 22px;
  color: rgba(32, 32, 32, 0.5);
  margin-right: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.content .idea .tab .item .line {
  width: 24px;
  height: 2px;
  margin-top: 4px;
  background: white;
}
.content .idea .tab .item-active {
  color: #099E9D;
}
.content .idea .tab .item-active .line {
  background: #099E9D;
}
.content .advantage {
  padding: 78px 0px 25px;
  display: flex;
}
.content .advantage .title {
  color: #202020;
  font-size: 30px;
  line-height: 50px;
  margin-left: 60px;
}
.content .advantage .line-box {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.content .advantage .line-box-line {
  background: #099E9D;
  height: 2px;
  width: 170px;
}
.content .advantage .line-box-ring {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: solid 2px #099E9D;
  margin-left: 20px;
}
.content .advantage-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 49px;
  margin-left: 52px;
}
.content .advantage-content .item {
  width: 380px;
  margin-bottom: 75px;
  position: relative;
  padding: 60px 36px 24px;
  display: flex;
  box-shadow: 10px 10px 0px rgba(9, 158, 157, 0.2);
  background: white;
}
.content .advantage-content .item-img {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-right: 30px;
}
.content .advantage-content .item-title {
  color: #202020;
  width: 200px;
  font-size: 24px;
  line-height: 33px;
  font-weight: bold;
  background: linear-gradient(to bottom, #fff 50%, #9EE0DF 50%);
}
.content .advantage-content .item-dec {
  margin-top: 16px;
  color: #202020;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.content .advantage-content .item-num {
  width: 64px;
  position: absolute;
  left: 39px;
  top: -20px;
}
.content .news {
  padding: 80px 0px 80px;
}
.content .news .title {
  color: #202020;
  font-size: 30px;
  line-height: 50px;
  margin-left: 60px;
}
.content .news .line-box {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.content .news .line-box-line {
  background: #099E9D;
  height: 2px;
  width: 170px;
}
.content .news .line-box-ring {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: solid 2px #099E9D;
  margin-left: 20px;
}
.content .news-content {
  justify-content: space-between;
  margin-top: 67px;
  line-height: 0px;
}
.content .news-content .img {
  width: 100%;
}
.content .news-content .dec {
  background: #099E9D;
  padding: 20px 24px;
  box-sizing: border-box;
  height: 208px;
}
.content .news-content .dec-title {
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
}
.content .news-content .dec-content {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.content .news-content .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content .news-content .top .item {
  width: 48%;
}
.content .news-content .top .item:nth-child(even) {
  margin-left: 4%;
}
.content .news-content .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content .news-content .box .item {
  border-bottom: solid 3px #099E9D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8px;
  box-sizing: border-box;
  color: #202020;
  width: 48%;
}
.content .news-content .box .item:nth-child(even) {
  margin-left: 4%;
}
.content .news-content .box .item-title {
  color: #202020;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .news-content .box .item-dec {
  color: #666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px ;
  margin-top: 12px;
  line-height: 28px;
  text-align: justify;
}
.content .news-content .box .item-arrow {
  flex: 0 0 auto;
  width: 24px;
  margin-left: 24px;
}
.content .company {
  padding: 60px 0px 80px;
}
.content .company .title {
  color: #202020;
  font-size: 36px;
  line-height: 50px;
  margin-left: 60px;
}
.content .company .line-box {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.content .company .line-box-line {
  background: #099E9D;
  height: 2px;
  width: 170px;
}
.content .company .line-box-ring {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: solid 2px #099E9D;
  margin-left: 20px;
}
.content .company-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 87px;
  margin-left: 100px;
}
.content .company-content .item {
  width: 480px;
  height: 192px;
  border: solid 1px #3EC1C0;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-right: 40px;
  margin-bottom: 40px;
}
.content .company-content .item-logo {
  flex: 0 0 auto;
  width: 64px;
  height: 35px;
  margin-right: 32px;
  margin-top: 4px;
}
.content .company-content .item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #202020;
  font-weight: bold;
}
.content .company-content .item-head .name {
  font-size: 24px;
  line-height: 33px;
}
.content .company-content .item-head .country {
  font-size: 16px;
  line-height: 22px;
}
.content .company-content .item-dec {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
  text-align: justify;
}
.content .footer {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  padding: 57px 0px 60px;
}
.content .footer .key {
  font-weight: bold;
  margin-left: 20px;
  line-height: 28px;
}
.content .footer .value {
  line-height: 28px;
}
.content .footer .address {
  font-size: 16px;
  line-height: 28px;
}
.content .footer .box {
  width: 623px;
  padding: 26px 0px 24px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
}
.content .footer .box:last-child {
  border-bottom: none;
}
.content .footer .box:first-child {
  padding: 0px 0px 24px;
}
.content .footer .map {
  flex: 0 0 auto;
  margin-left: 77px;
  width: 460px;
  height: 470px;
  box-sizing: border-box;
}
.content .footer .key-box {
  display: flex;
  align-items: center;
}
.content .footer .key-margin {
  margin-top: 20px;
}
.content .footer .value-margin {
  margin-top: 18px;
}
.content .footer .img-key {
  width: 22px;
}
.content .footer .img-bank {
  width: 30px;
}
.content .footer .img-card {
  width: 24px;
}
.content .footer .margin-r {
  margin-right: 40px;
}
.copy {
  cursor: pointer;
  width: 100%;
  height: 100px;
  color: #E8FEFF;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  padding-top: 45px;
  background-image: url('/image/icon_footer.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.place_bg {
  height: 36px;
}
.banner-bg {
  background-image: url(/image/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-top: -108px;
}
.white-bg {
  background: #fff;
  display: flex;
  justify-content: center;
}
.business-bg {
  display: flex;
  justify-content: center;
  background-image: url('/image/treat_service_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F3FCFC;
}
.advantage-bg {
  display: flex;
  justify-content: center;
  background-image: url('/image/advantage_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F3FCFC;
}
.mg-t-35 {
  margin-top: 35px;
}
.footer-bg {
  display: flex;
  justify-content: center;
  background: #099E9D;
}
@media screen and (max-width: 960px) {
  body {
    min-width: auto;
  }
  .pc-show {
    display: none !important;
  }
  .app-show {
    display: block !important;
  }
  .header-parent {
    position: sticky;
    display: flex;
    justify-content: center;
    top: 0px;
  }
  .header {
    width: 100%;
    background: #fff;
    height: 60px;
    padding: 0px 16px;
    box-shadow: 0px 2px 6px rgba(32, 32, 32, 0.1);
  }
  .header .logo {
    width: 65px;
    height: 27px;
  }
  .header .menu {
    width: 24px;
    height: 24px;
  }
  .content {
    width: 100%;
  }
  .content .header {
    top: 0;
    background: #fff;
    height: 44px;
    padding: 0px 16px;
    z-index: 0;
  }
  .content .header .logo {
    width: 65px;
    height: 27px;
  }
  .content .header .menu {
    width: 24px;
    height: 24px;
  }
  .content .banner {
    padding: 134px 20px 24px;
  }
  .content .banner-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
  }
  .content .banner-dec {
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin-top: 8px;
    text-align: justify;
    width: 100%;
  }
  #hot .content {
    margin: 20px;
    display: block;
  }
  #hot .content .icon {
    width: 60px;
    height: 60px;
    margin: 20px;
    float: left;
  }
  #hot .content .text {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
  #hot .content .release {
    line-height: 32px;
    text-align: center;
  }
  #hot .content .release .title {
    font-size: 22px; font-weight: bolder; text-align: left; margin-bottom: 16px; float: none; margin-right: 0;
    line-height: 32px;
  }
  #hot .content .release p {
    margin: 0;
  }
  #hot .content .release img {
    width: 160px; position: relative;
  }
  .content .about {
    padding: 30px 20px 20px;
    text-align: center;
  }
  .content .about .title {
    color: #202020;
    font-size: 20px;
    line-height: 28px;
    margin-left: 0px;
  }
  .content .about .line-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .content .about .line-box-line {
    background: #099E9D;
    height: 2px;
    width: 48px;
  }
  .content .about .line-box-ring {
    display: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: solid 2px #099E9D;
  }
  .content .about .sub-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-left: 0px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
  }
  .content .about .dec {
    width: 100%;
    color: #202020;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-left: 0px;
    text-align: justify;
  }
  .content .about .img {
    position: relative;
    width: 100%;
    top: 20px;
    right: 0;
  }
  .content .about .info {
    display: block;
    font-size: 14px;
    margin: 0;
  }
  .content .about .info .box {
    width: 100%;
    margin-top: 20px;
  }
  .content .about .info .box .item {
    display: flex;
    margin-bottom: 8px;
  }
  .content .about .info .box .item .label {
    width: 220px;
    color: #999;
  }
  .content .about .info .box .item .content {
    vertical-align: text-top;
    width: 600px;
  }
  .content .about .info .box .item p {
    margin: 0 0 10px;
  }
  .content .delegate {
    padding: 30px 20px 10px;
    text-align: center;
  }
  .content .delegate .title {
    color: #202020;
    font-size: 18px;
    line-height: 28px;
    margin-left: 0px;
  }
  .content .delegate .line-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .content .delegate .line-box-line {
    background: #099E9D;
    height: 2px;
    width: 48px;
  }
  .content .delegate .line-box-ring {
    display: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: solid 2px #099E9D;
  }
  .content .delegate .people {
    margin: 20px auto;
  }
  .content .delegate .people .img {
    float: none;
    width: 100%;
    height: auto;
  }
  .content .delegate .people .dec {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .content .delegate .people .name {
    height: 40px;
  }
  .content .delegate .people .kanji {
    float: left;
    font-size: 24px;
  }
  .content .delegate .people .spell {
    float: right;
    font-size: 14px;
    padding-top: 16px;
  }
  .content .delegate .people .more {
    display: none;
  }
  .content .delegate .people .dec .txt {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    height: auto;
  }
  .content .delegate .people .dec .honour {
    font-size: 12px;
    line-height: 22px;
    height: auto;
  }
  .content .delegate .people .dec .honour .year {
    width: 48px;
  }
  .content .delegate .list {
    margin: 20px 0;
    text-align: left;
  }
  .content .delegate .list .item {
    width: 140px;
    height: 140px;
    margin: 10px 8px;
  }
  .content .delegate .list .item:nth-child(odd) {
    margin-left: 0;
  }
  .content .delegate .list .item:nth-child(even) {
    margin-right: 0;
  }
  .content .delegate .list .item .name {
    font-size: 14px;
  }
  .content .business {
    padding: 32px 0px 49px;
    text-align: center;
  }
  .content .business .title {
    color: #202020;
    font-size: 20px;
    line-height: 28px;
    margin-left: 0px;
  }
  .content .business .line-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .content .business .line-box-line {
    background: #099E9D;
    height: 2px;
    width: 48px;
  }
  .content .business .line-box-ring {
    display: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: solid 2px #099E9D;
  }
  .content .business-content {
    padding: 0px 20px;
  }
  .content .business-content .sub-title {
    color: #099E9D;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 32px;
    margin-left: 0px;
    text-align: center;
  }
  .content .business-content .dec {
    width: 100%;
    color: #202020;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-left: 0px;
    text-align: justify;
  }
  .content .business-content .introductory {
    color: #202020;
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
    margin-left: 0px;
    text-align: justify;
  }
  .content .business-content .introductory .underline {
    text-decoration: underline;
    margin-right: 16px;
  }
  .content .business .tab-parent {
    width: 100%;
    overflow: auto;
  }
  .content .business .tab {
    display: flex;
    margin-top: 40px;
    margin-left: 0px;
  }
  .content .business .tab .item {
    flex: 0 0 auto;
    width: 260px;
    padding: 16px 27px;
    border: solid 1px #099E9D;
    color: #202020;
    background: #fff;
    margin-right: 16px;
  }
  .content .business .tab .item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
  }
  .content .business .tab .item-dec {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .content .business .tab .item-active {
    border: none;
    background: linear-gradient(to right, #25DDB5, #099E9D);
    color: #fff;
  }
  .content .idea {
    padding: 32px 20px 60px;
    position: relative;
    text-align: center;
  }
  .content .idea .title {
    color: #202020;
    font-size: 20px;
    line-height: 28px;
    margin-left: 0px;
  }
  .content .idea .line-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .content .idea .line-box-line {
    background: #099E9D;
    height: 2px;
    width: 48px;
  }
  .content .idea .line-box-ring {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: solid 2px #099E9D;
    margin-left: 20px;
  }
  .content .idea .mark {
    width: 32px;
    position: absolute;
    top: 84px;
    left: 40px;
    z-index: 2;
  }
  .content .idea-content {
    position: relative;
    height: auto;
    margin-top: 33px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
    border: 4px transparent solid;
    border-image: linear-gradient(to right, rgba(37, 221, 181, 0.3), rgba(9, 158, 157, 0.3)) 1 10;
    padding: 28px 20px;
  }
  .content .idea-content::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 4px solid rgba(37, 221, 181, 0.3);
    border-left: 0px;
    border-top: 0px;
    position: absolute;
    left: 7%;
    bottom: -12px;
    transform: rotate(45deg);
    background-color: #FFF;
  }
  .content .idea-content .dec {
    display: block;
    justify-content: space-between;
  }
  .content .idea-content .dec-text {
    color: #202020;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
  }
  .content .idea-content .dec-img {
    width: 72px;
    height: 72px;
    margin-left: 28px;
    float: right;
  }
  .content .idea .standard_content::before {
    left: 7%;
  }
  .content .idea .cooperation_content::before {
    left: 27%;
  }
  .content .idea .evolution_content::before {
    left: 48%;
  }
  .content .idea .warmth_content::before {
    left: 68%;
  }
  .content .idea .develop_content::before {
    left: 89%;
  }
  .content .idea .tab {
    display: flex;
    justify-content: space-around;
    margin-top: 17px;
    margin-left: 0px;
  }
  .content .idea .tab .item {
    width: 36px;
    font-size: 12px;
    color: rgba(32, 32, 32, 0.5);
    margin-right: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .content .idea .tab .item .line {
    width: 24px;
    height: 2px;
    margin-top: 4px;
    background: white;
  }
  .content .idea .tab .item-active {
    color: #099E9D;
  }
  .content .idea .tab .item-active .line {
    background: #099E9D;
  }
  .content .advantage {
    padding: 32px 20px 22px;
    display: block;
    text-align: center;
  }
  .content .advantage .title {
    color: #202020;
    font-size: 20px;
    line-height: 28px;
    margin-left: 0px;
  }
  .content .advantage .line-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .content .advantage .line-box-line {
    background: #099E9D;
    height: 2px;
    width: 48px;
  }
  .content .advantage .line-box-ring {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: solid 2px #099E9D;
    margin-left: 20px;
  }
  .content .advantage-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 46px;
    margin-left: 0px;
  }
  .content .advantage-content .item {
    width: 100%;
    margin-bottom: 38px;
    position: relative;
    margin-right: 10px;
    padding: 39px 20px 20px;
    display: flex;
    box-shadow: 10px 10px 0px rgba(9, 158, 157, 0.2);
    background: white;
  }
  .content .advantage-content .item-img {
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    margin-right: 17px;
  }
  .content .advantage-content .item-title {
    color: #202020;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    background: linear-gradient(to bottom, #fff 50%, #9EE0DF 50%);
  }
  .content .advantage-content .item-dec {
    margin-top: 16px;
    color: #202020;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .content .advantage-content .item-num {
    width: 37px;
    position: absolute;
    left: 20px;
    top: -10px;
  }
  .content .news {
    padding: 32px 20px 44px;
    text-align: center;
  }
  .content .news .title {
    color: #202020;
    font-size: 20px;
    line-height: 28px;
    margin-left: 0px;
  }
  .content .news .line-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .content .news .line-box-line {
    background: #099E9D;
    height: 2px;
    width: 48px;
  }
  .content .news .line-box-ring {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: solid 2px #099E9D;
    margin-left: 20px;
  }
  .content .news-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .content .news-content .top .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .content .news-content .top .item:nth-child(even) {
    margin-left: 0%;
  }
  .content .news-content .img {
    width: 100%;
  }
  .content .news-content .dec {
    width: 100%;
    background: #099E9D;
    padding: 16px;
    box-sizing: border-box;
    height: 168px;
  }
  .content .news-content .dec-title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
  }
  .content .news-content .dec-content {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
  }
  .content .news-content .box {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .content .news-content .box .item {
    border: solid 1px #DADADA;
    border-bottom: solid 3px #099E9D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin-bottom: 16px;
    width: 100%;
  }
  .content .news-content .box .item:nth-child(even) {
    margin-left: 0%;
  }
  .content .news-content .box .item-title {
    color: #202020;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  .content .news-content .box .item-dec {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px ;
    color: #666;
    margin-top: 10px;
    line-height: 20px;
    text-align: justify;
  }
  .content .company {
    padding: 32px 20px 44px;
    text-align: center;
  }
  .content .company .title {
    color: #202020;
    font-size: 20px;
    line-height: 28px;
    margin-left: 0px;
  }
  .content .company .line-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .content .company .line-box-line {
    background: #099E9D;
    height: 2px;
    width: 48px;
  }
  .content .company .line-box-ring {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: solid 2px #099E9D;
    margin-left: 20px;
  }
  .content .company-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-left: 0px;
  }
  .content .company-content .item {
    width: 100%;
    height: auto;
    border: solid 1px #3EC1C0;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .content .company-content .item-logo {
    flex: 0 0 auto;
    width: 48px;
    height: 26px;
    margin-right: 16px;
  }
  .content .company-content .item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #202020;
    font-weight: bold;
  }
  .content .company-content .item-head .name {
    font-size: 18px;
    line-height: 25px;
  }
  .content .company-content .item-head .country {
    font-size: 14px;
    line-height: 20px;
  }
  .content .company-content .item-dec {
    color: #666;
    font-size: 14px;
    margin-top: 16px;
    line-height: 24px;
  }
  .content .footer {
    display: block;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    padding: 23px 20px 20px;
  }
  .content .footer .key {
    font-weight: normal;
    margin-left: 8px;
    line-height: 22px;
    font-size: 12px;
  }
  .content .footer .value {
    line-height: 22px;
    font-size: 12px;
  }
  .content .footer .address {
    font-size: 12px;
    line-height: 22px;
  }
  .content .footer .box {
    width: 100%;
    padding: 26px 0px 24px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
  }
  .content .footer .box:last-child {
    border-bottom: none;
  }
  .content .footer .box:first-child {
    padding: 0px 0px 20px;
  }
  .content .footer .map {
    flex: 0 0 auto;
    margin-left: 0px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 12px;
  }
  .content .footer .key-box {
    display: flex;
    align-items: center;
  }
  .content .footer .key-margin {
    margin-top: 20px;
  }
  .content .footer .value-margin {
    margin-top: 16px;
  }
  .content .footer .img-key {
    width: 16px;
  }
  .content .footer .img-bank {
    width: 26px;
  }
  .content .footer .img-card {
    width: 16px;
  }
  .content .footer .margin-r {
    margin-right: 0px;
  }
  .copy {
    width: 100%;
    height: 49px;
    color: #E8FEFF;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    padding-top: 24px;
    background: url('/image/icon_footer.png') no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
  }
  .banner-bg {
    margin-top: 0px;
  }
  .popup {
    width: 100%;
    height: 100vh;
    background: rgba(32, 32, 32, 0.8);
    position: fixed;
    top: 0;
    display: flex ;
    justify-content: flex-end;
    z-index: 999;
  }
  .popup-content {
    width: 77%;
    height: 100%;
    background: #fff;
  }
  .popup-content .head {
    display: flex;
    justify-content: space-between;
    padding: 0px 12px 0px 28px;
    align-items: center;
    margin-top: 16px;
  }
  .popup-content .head .chinese {
    display: flex;
    align-items: center;
  }
  .popup-content .head .chinese-logo {
    width: 28px;
    margin-right: 16px;
  }
  .popup-content .head .japanese-logo {
    width: 28px;
    margin-right: 16px;
  }
  .popup-content .head .chinese-arrow {
    width: 7px ;
    margin-left: 8px;
  }
  .popup-content .head .close {
    width: 34px;
  }
  .popup-content .link {
    text-decoration: none;
  }
  .popup-content .item {
    width: 100%;
    padding: 16px 0px;
    color: #202020;
    font-size: 18px;
  }
  .popup-content .item .text {
    border-left: solid 4px #fff;
    line-height: 24px;
    padding-left: 28px;
  }
  .popup-content .item-active {
    color: #099E9D;
    font-weight: bold;
    background: #FAFAFA;
  }
  .popup-content .item-active .text {
    border-left: solid 4px #099E9D;
    padding-left: 28px;
  }
}
