@import "bootstrap.css";
@import "swiper.min.css";
@import "styles.css";
/*
  全局变量配置，包含媒体查询等
 */
.w-1090 {
  width: 10.9rem;
}
.m-b-20 {
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .m-b-20 {
    margin-bottom: 0.1rem;
  }
}
.m-t-40 {
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .m-t-40 {
    margin-top: 0.2rem;
  }
}
.f-s-20 {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 0.24rem;
}
@media (max-width: 768px) {
  .f-s-20 {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.p-36 {
  padding: 0 0.36rem;
}
@media (max-width: 768px) {
  .p-36 {
    padding: 0 0.18rem;
  }
}
.p-58 {
  padding: 0 0.58rem;
}
@media (max-width: 768px) {
  .p-58 {
    padding: 0 0.29rem;
  }
}
.display_flex {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
}
/*伸缩流方向*/
.flex-direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*主轴对齐*/
.justify-content_flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content_flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content_flex-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/*侧轴对齐*/
.align-items_flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-items_flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*换行*/
.flex_wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*伸缩性*/
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
@font-face {
  font-family: siyuan;
  src: url('../font/SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: noto;
  src: url('../font/NotoSansHans-Regular.otf');
}
a {
  display: block;
}
p {
  font-size: 0.16rem;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
}
.header .header-box {
  width: 100%;
}
.header .logo-box {
  display: inline-block;
  width: 1.14rem;
  height: 0.535rem;
  background-image: url('/image/public/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header .header-pc {
  display: none;
  width: 100%;
  height: 0.95rem;
}
@media (min-width: 769px) {
  .header .header-pc {
    display: block;
  }
}
.header .header-pc .header-box {
  position: relative;
  width: 12rem;
  margin: 0 auto;
  height: 100%;
  padding-left: 0.4rem;
  box-sizing: content-box;
  box-sizing: border-box;
}
.header .header-pc .header-box p.line {
  margin: 0;
  margin-left: 0.4rem;
  margin-right: 0.5rem;
  background-color: #fff;
}
.header .header-pc .header-box .header-nav {
  width: 100%;
}
.header .header-pc .header-box .header-nav ul.nav-list {
  justify-content: space-around;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item {
  position: relative;
  height: 0.95rem;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item a {
  display: block;
  font-size: 0.2rem;
  font-weight: 400;
  color: #fff;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item > a {
  height: 100%;
  font-weight: 400;
  line-height: 0.95rem;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item .sub-nav-box {
  display: none;
  position: absolute;
  top: 0.93rem;
  left: 50%;
  background-color: white;
  transform: translateX(-50%);
  box-shadow: 2px 5px 5px #ccc;
  padding: 0 0.2rem;
  min-width: 1.3rem;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item .sub-nav-box ul.second-list {
  padding-top: 0.02rem;
  padding-bottom: 0.25rem;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item .sub-nav-box ul.second-list li.second-nav:not(:last-of-type) {
  padding-bottom: 0.16rem;
  margin-bottom: 0.16rem;
  border-bottom: 1px solid #f1f1f1;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item .sub-nav-box ul.second-list li.second-nav:first-of-type {
  padding-top: 0.1rem;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item .sub-nav-box ul.second-list li.second-nav a.second-link {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  white-space: nowrap;
  transition: all .3s;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item .sub-nav-box ul.second-list li.second-nav:hover a.second-link {
  color: #21B28B!important;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item:before {
  content: '';
  position: absolute;
  bottom: 0.12rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.38rem;
  height: 0.02rem;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item:not(:last-of-type) {
  margin-right: 0.8rem;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item:hover:before {
  background-color: #21B28B;
}
.header .header-pc .header-box .header-nav ul.nav-list > li.nav-item:hover .sub-nav-box {
  display: block;
}
@media (max-width: 930px) and (min-width: 798px) {
  .header .header-pc .header-box {
    width: 13rem;
  }
}
@media (max-width: 797px) and (min-width: 769px) {
  .header .header-pc .header-box {
    width: 14rem;
  }
}
.header .header-pc .header-box-active {
  background-color: #fff;
}
.header .header-pc .header-box-active .logo-box {
  background-image: url('/image/public/logo_color.png');
}
.header .header-pc .header-box-active p.line {
  background-color: #21B28B;
}
.header .header-pc .header-box-active .header-nav ul.nav-list {
  overflow: unset;
}
.header .header-pc .header-box-active .header-nav ul.nav-list .nav-item a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.header .header-pc.active {
  background-color: #fff;
}
.header .header-pc.active .header-box .logo-box {
  padding-right: 1.1rem;
  background-image: url('/image/public/logo_color.png');
}
.header .header-pc.active .header-box .header-nav ul.nav-list > li.nav-item a {
  color: rgba(0, 0, 0, 0.5);
}
.header .header-pc.active .header-box p.line {
  background-color: #21B28B;
}
.header .header-pc .hover-active:before {
  background-color: #21B28B;
}
.header .header-pc .nav-drop-lists {
  position: absolute;
  top: 0.95rem;
  left: 0;
  display: none;
  justify-content: flex-end;
  width: 12rem;
  min-height: 2rem;
  padding-right: 0.3rem;
  padding-left: 2.6rem;
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.header .header-pc .nav-drop-lists .sub-nav-box {
  width: 18%;
}
.header .header-pc .nav-drop-lists .sub-nav-box ul.second-list {
  padding-bottom: 0.3rem;
}
.header .header-pc .nav-drop-lists .sub-nav-box ul.second-list li.second-nav:not(:last-of-type) {
  padding-bottom: 0.16rem;
  margin-bottom: 0.16rem;
  border-bottom: 1px solid #f1f1f1;
}
.header .header-pc .nav-drop-lists .sub-nav-box ul.second-list li.second-nav:first-of-type {
  padding-top: 0.1rem;
}
.header .header-pc .nav-drop-lists .sub-nav-box ul.second-list li.second-nav a.second-link {
  display: block;
  font-size: 0.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  white-space: nowrap;
  transition: all .3s;
}
.header .header-pc .nav-drop-lists .sub-nav-box ul.second-list li.second-nav:hover a.second-link {
  color: #21B28B!important;
}
.header .header-mobile {
  display: none;
}
.header .header-mobile .header-mobile-box {
  width: 100%;
  padding: .08rem 0;
}
.header .header-mobile .header-mobile-box .logo-container {
  position: relative;
}
.header .header-mobile .header-mobile-box .logo-container .nav-icon {
  position: absolute;
  top: 50%;
  left: .25rem;
  transform: translateY(-50%);
}
.header .header-mobile .header-mobile-box .logo-container .nav-icon img {
  display: block;
  width: .48rem;
}
.header .header-mobile .header-mobile-box .header-nav {
  position: fixed;
  top: 0;
  left: -2.27rem;
  width: 2.27rem;
  height: 100%;
  padding: .215rem 0 0 .265rem ;
  background-color: #fff;
  transition: all .3s;
}
.header .header-mobile .header-mobile-box .header-nav.active {
  left: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}
.header .header-mobile .header-mobile-box .header-nav .close-nav img {
  display: block;
  width: .24rem;
}
.header .header-mobile .header-mobile-box .header-nav ul.phone-nav-list {
  margin-top: .35rem;
}
.header .header-mobile .header-mobile-box .header-nav ul.phone-nav-list > li.nav-item {
  margin-bottom: .15rem;
}
.header .header-mobile .header-mobile-box .header-nav ul.phone-nav-list > li.nav-item a {
  display: block;
  font-size: 0.16rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  padding: .1rem 0;
}
.header .header-mobile .header-mobile-box .header-nav ul.phone-nav-list > li.nav-item a.first-link.opacity_active {
  color: rgba(0, 0, 0, 0.2) !important;
}
.header .header-mobile .header-mobile-box .header-nav ul.phone-nav-list > li.nav-item .sub-nav-box {
  display: none;
  margin: .1rem 0;
  padding-left: .16rem;
}
.header .header-mobile .header-mobile-box .header-nav ul.phone-nav-list > li.nav-item .sub-nav-box ul.second-list li.second-nav {
  margin-bottom: .1rem;
}
.header .header-mobile .header-mobile-box .header-nav ul.phone-nav-list > li.nav-item.active a.first-link.active {
  color: rgba(33, 178, 139, 0.5) !important;
}
.header .header-mobile .header-mobile-box .header-nav ul.phone-nav-list > li.nav-item.active .sub-nav-box {
  display: block;
}
.header .header-mobile.active {
  background-color: #21B28B;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .header .header-mobile {
    display: block;
  }
  .header .header-mobile .header-mobile-box .logo-container .logo-box {
    width: 0.8rem;
    height: 0.35rem;
    background-image: url('/image/public/logo.png');
  }
  .header .header-mobile .header-mobile-box .logo-container .nav-icon img {
    width: 0.24rem;
  }
}
@media (min-width: 769px) {
  .header {
    border-bottom: 1px solid #ccc;
    box-shadow: 3px 2px 6px #ccc;
  }
}
.banner {
  width: 100%;
}
.banner p.banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 36, 26, 0.4);
}
p.line {
  width: 1px;
  height: 0.44rem;
}
.module-title {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (min-width: 768px) {
  .module-title .module-title {
    width: 10rem;
    margin: 0 auto;
  }
}
.module-title .title-cn {
  position: relative;
  display: inline-block;
  font-size: 0.36rem;
  font-weight: 600;
  padding-right: .3rem;
}
@media (min-width: 768px) {
  .module-title .title-cn .module-title .title-cn {
    width: 50%;
    text-align: right;
  }
}
.module-title .title-cn:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.module-title .title-en {
  display: inline-block;
  font-size: 0.32rem;
  font-weight: 600;
  margin-left: 0.3rem;
}
@media (min-width: 768px) {
  .module-title .title-en .module-title .title-en {
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .module-title {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .module-title .title-cn {
    font-size: 0.18rem;
    padding: 0 0 0.075rem 0;
    margin-bottom: 0.075rem;
  }
  .module-title .title-cn:before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.13rem;
    height: 0.02rem;
    background-color: #21B28B;
  }
  .module-title .title-en {
    font-size: 0.12rem;
    margin-left: 0;
  }
}
.module-img {
  width: 100%;
  margin: 0.34rem auto 0;
}
.module-img img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .module-img {
    margin: 0.17rem auto 0;
  }
}
.footer {
  width: 100%;
  padding: .2rem 0;
  background: #21b28b;
  border: 1px solid #979797;
}
.footer .footer-box {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.footer .footer-box p {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.28rem;
  text-align: center;
}
.footer .footer-box p img {
  display: inline-block;
  width: 0.26rem;
  margin-right: .15rem;
}
.footer .footer-box p:first-of-type {
  margin-bottom: .12rem;
}
@media (max-width: 768px) {
  .footer {
    padding: .1rem 0;
  }
  .footer .footer-box {
    padding: 0 0.36rem;
  }
  .footer .footer-box p {
    font-size: 0.1rem;
    line-height: 0.16rem;
  }
  .footer .footer-box p:first-of-type {
    margin-bottom: 0.06rem;
  }
  .footer .footer-box p img {
    width: 0.13rem;
    margin-right: 0.075rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .footer .footer-box {
    padding: 0 0.18rem;
  }
}
.sidebar ul.bar-list li.bar-item {
  position: relative;
  cursor: pointer;
}
.sidebar ul.bar-list li.bar-item img {
  display: block;
}
.sidebar ul.bar-list li.bar-item img.go-top,
.sidebar ul.bar-list li.bar-item img.go-phone {
  width: 0.3rem;
}
.sidebar ul.bar-list li.bar-item img.go-wechat {
  width: 0.26rem;
}
.sidebar ul.bar-list li.bar-item:not(:last-of-type) {
  padding-bottom: .2rem;
  margin-bottom: .2rem;
}
.sidebar ul.bar-list li.bar-item:not(:last-of-type):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.18rem;
  height: 1px;
  background-color: #CECECE;
}
.sidebar ul.bar-list li.bar-item .code-box,
.sidebar ul.bar-list li.bar-item .phone-box {
  position: absolute;
  top: 50%;
  left: -1.6rem;
  transform: translateY(-50%);
  display: none;
  transition: all .3s;
}
.sidebar ul.bar-list li.bar-item .code-box img,
.sidebar ul.bar-list li.bar-item .phone-box img {
  width: 1.36rem;
}
.sidebar ul.bar-list li.bar-item .phone-box img {
  width: 1.35rem;
}
.sidebar ul.bar-list li.bar-item:hover .code-box,
.sidebar ul.bar-list li.bar-item:hover .phone-box {
  display: block;
}
.sidebar .pc-sidebar {
  position: fixed;
  right: 0;
  top: 4rem;
  z-index: 99;
  display: block;
  padding: .24rem 0.1rem;
  box-sizing: content-box;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(205, 205, 205, 0.5);
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border: 1px solid #dfdfdf;
}
.sidebar .m-sidebar {
  position: fixed;
  right: 0.135rem;
  top: 2.645rem;
  z-index: 99;
  display: none;
}
.sidebar .m-sidebar .m-bar {
  border-radius: 0.24rem;
  transition: all .6s;
}
.sidebar .m-sidebar .m-bar .default-bar {
  position: relative;
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 0.475rem;
  height: 0.475rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #21b28b 0%, rgba(33, 178, 139, 0.86) 100%);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.16);
}
.sidebar .m-sidebar .m-bar .default-bar p.arrow-box {
  width: 0.13rem;
  height: 0.08rem;
  background-image: url('/image/public/white_arrow.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar .m-sidebar .m-bar ul.bar-list {
  display: none;
}
.sidebar .m-sidebar .m-bar ul.bar-list li.bar-item > img {
  margin: 0 auto;
}
.sidebar .m-sidebar .m-bar ul.bar-list li.bar-item .code-box,
.sidebar .m-sidebar .m-bar ul.bar-list li.bar-item .phone-box {
  display: none;
  left: -1.6rem;
  opacity: 1;
}
.sidebar .m-sidebar .m-bar ul.bar-list li.bar-item .code-box img {
  width: 1.49rem;
}
.sidebar .m-sidebar .m-bar ul.bar-list li.bar-item .phone-box img {
  width: 1.365rem;
}
.sidebar .m-sidebar .m-bar ul.bar-list li.bar-item:first-of-type {
  padding-top: .2rem;
}
.sidebar .m-sidebar .m-bar ul.bar-list li.bar-item:not(:last-of-type):before {
  width: 0.25rem;
}
.sidebar .m-sidebar .m-bar.active {
  padding-bottom: 0.17rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.sidebar .m-sidebar .m-bar.active .default-bar {
  background: #fff;
  border-radius: 0.24rem 0.24rem 0 0;
  box-shadow: none;
}
.sidebar .m-sidebar .m-bar.active .default-bar p.arrow-box {
  background-image: url('/image/public/green_arrow.png');
}
.sidebar .m-sidebar .m-bar.active .default-bar:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.25rem;
  height: 1px;
  background-color: #CECECE;
}
@media (max-width: 768px) {
  .sidebar .pc-sidebar {
    display: none;
  }
  .sidebar .m-sidebar {
    display: block;
  }
}
.contact {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(151, 151, 151, 0.4);
}
.contact .contact-box {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 10.9rem;
  margin: 0 auto .2rem;
}
@media (max-width: 768px) {
  .contact .contact-box {
    display: block;
    width: 100%;
    margin-bottom: 0.43rem;
  }
}
.contact .contact-box .contact-left > img {
  display: block;
  width: 1.74rem;
  height: 0.81rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact .contact-box .contact-left > img {
    display: block;
    width: 0.87rem;
    height: 0.405rem;
  }
}
.contact .contact-box .contact-right .right-title {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .right-title {
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .right-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.contact .contact-box .contact-right .right-title h4.title-cn {
  font-size: 0.36rem;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .right-title h4.title-cn {
    font-size: 0.18rem;
    margin: 0.2rem 0 0.4rem;
  }
}
.contact .contact-box .contact-right .right-title p.title-en {
  font-size: 0.3rem;
  margin-left: .15rem;
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .right-title p.title-en {
    display: none;
  }
}
.contact .contact-box .contact-right .right-title img {
  display: block;
  width: 0.285rem;
  height: 0.235rem;
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .right-title img {
    display: none;
  }
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .detail-box {
    padding: 0 0.58rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .contact .contact-box .contact-right .detail-box {
    padding: 0 0.29rem;
  }
}
.contact .contact-box .contact-right .detail-box .num {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .detail-box .num {
    margin-bottom: 0.1rem;
  }
}
.contact .contact-box .contact-right .detail-box .num span {
  display: inline-block;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 0.24rem;
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .detail-box .num span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .detail-box .num {
    display: block;
  }
  .contact .contact-box .contact-right .detail-box .num span {
    display: block;
  }
  .contact .contact-box .contact-right .detail-box .num span:first-of-type {
    margin-bottom: 0.1rem;
  }
}
.contact .contact-box .contact-right .detail-box .email,
.contact .contact-box .contact-right .detail-box .area,
.contact .contact-box .contact-right .detail-box .area-en {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .detail-box .email,
  .contact .contact-box .contact-right .detail-box .area,
  .contact .contact-box .contact-right .detail-box .area-en {
    margin-bottom: 0.1rem;
  }
}
.contact .contact-box .contact-right .detail-box .email p,
.contact .contact-box .contact-right .detail-box .area p,
.contact .contact-box .contact-right .detail-box .area-en p {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.3);
  line-height: 0.24rem;
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .detail-box .email p,
  .contact .contact-box .contact-right .detail-box .area p,
  .contact .contact-box .contact-right .detail-box .area-en p {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .detail-box .email,
  .contact .contact-box .contact-right .detail-box .area,
  .contact .contact-box .contact-right .detail-box .area-en {
    display: block;
  }
  .contact .contact-box .contact-right .detail-box .email p:first-of-type,
  .contact .contact-box .contact-right .detail-box .area p:first-of-type,
  .contact .contact-box .contact-right .detail-box .area-en p:first-of-type {
    margin-bottom: 0.1rem;
  }
}
.contact .contact-box .contact-right .detail-box .email img,
.contact .contact-box .contact-right .detail-box .area img,
.contact .contact-box .contact-right .detail-box .area-en img {
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  margin-left: 0.1rem;
}
@media (max-width: 768px) {
  .contact .contact-box .contact-right .detail-box .email img,
  .contact .contact-box .contact-right .detail-box .area img,
  .contact .contact-box .contact-right .detail-box .area-en img {
    display: none;
  }
}
