@font-face {
  font-family: 'HarmonyOSSans-B';
  src: url('../public/Themes/fonts/HarmonyOSSans-Bold.ttf');
}

@font-face {
  font-family: 'HarmonyOSSans-L';
  src: url('../public/Themes/fonts/HarmonyOSSans-Light.ttf');
}

@font-face {
  font-family: 'HarmonyOSSans-M';
  src: url('../public/Themes/fonts/HarmonyOSSans-Medium.ttf');
}

@font-face {
  font-family: 'HarmonyOSSans-R';
  src: url('../public/Themes/fonts/HarmonyOSSans-Regular.ttf');
}

body {
  color: #434443;
  --style-color: #44C157;
  --sub-color: #008C15;
  font-family: 'HarmonyOSSans-R';
}

h1, h2, h3, h4, h5, .title {
  color: #161616;
  font-weight: normal;
  font-family: 'HarmonyOSSans-B';
}

@media (min-width: 1640px) {
  [data-size="40px"] {
    font-size: 55px;
  }
}

/*手机导航代码开始 */
.header .shoujizhezhao {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 998;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  left: 0px;
}

.header .shoujidaohang {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 240px;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  z-index: 200000;
  opacity: 0;
  -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
}

.header .zhankai {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header .shoujizhezhao.zhankai {
  visibility: visible;
  opacity: 1;
}

.header .shoujilogo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.header .shoujilogo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .shoujilogo a img {
  width: auto;
  height: 55px;
}

.header .shoujidaohang1 {
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .js-hasdrop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .shoujidaohang1 a {
  display: block;
  width: 100%;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.header .shoujidaohang1 .js-hasdrop i {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  flex-shrink: 0;
}

.header .shoujidaohang1 .js-hasdrop.active i {
  transform: rotate(90deg);
}

.header .shoujidaohang1 .dropdown {
  display: none;
}

.header .shoujidaohang1 .dropdown a {
  padding-left: 20px;
  font-size: 14px;
  border-top: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .has-drop.active {
  color: var(--style-color);
}

.header .shoujidaohang2 {
  width: 100%;
  margin-top: 20px;
}

/*手机导航代码结束 */

/* 头部代码开始*/
.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: var(--sub-color);
  font-family: 'HarmonyOSSans-M';
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.header.shadow {
  position: fixed;
  display: block;
}

.header .daohangzong {
  height: 52px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .daohang1 {
  flex-shrink: 0;
}

.header .daohang1 img {
  width: auto;
  height: 34px;
}

.header .daohang2 {
  display: none;
}

.header .daohang3 {
  display: flex;
  align-items: center;
  line-height: 1;
}

.header .daohang3-1>i {
  color: inherit;
  font-size: 20px;
  cursor: pointer;
}

.header .daohang4 {
  height: 24px;
  margin-left: 20px;
}

.header .sousuo {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000999999999999999900;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.header .sousuoguan {
  position: absolute;
  z-index: 1;
  right: 20px;
  cursor: pointer;
  top: 20px;
  color: #fff;
}

.header .sousuo1 {
  width: calc(100vw - 60px);
  max-width: 600px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 50px;
  line-height: 50px;
  transform: translate(-50%, -50%);
}

.header .search-text {
  width: 100%;
  height: 100%;
  height: 50px;
  background: none;
  padding: 0 10px 0 10px;
  color: #fff;
  font-size: 20px;
}

.header .sousuo1-1 {
  position: absolute;
  z-index: 1;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .6s;
}

.header .sousuo1-1 button {
  background: transparent;
  border: transparent;
}

.header .sousuo1-1 i {
  color: #fff;
  font-size: 20px;
}

.header .search-text::-webkit-input-placeholder {
  color: #fff;
}

.header .search-text:-moz-placeholder {
  color: #fff;
}

.header .search-text::-moz-placeholder {
  color: #fff;
}

.header .search-text:-ms-input-placeholder {
  color: #fff;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #fff;
}

.header-bottom {
  display: none;
}

/* 头部代码结束*/
/* 导航响应式开始*/
@media (min-width: 1200px) {
  .header {
    display: none;
  }

  .header .daohangzong {
    padding-left: 45px;
  }

  .header .daohang2 {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 20px;
  }

  .header .daohang2-1 {
    height: 100%;
    margin-left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .daohang2-1:not(:last-child) {
    position: relative;
  }

  .header .daohang2-1:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 20px;
    margin-left: 4px;
    background: #FFFFFF;
    transform: translateY(1px);
    opacity: .5;
    display: block;
  }

  .header .daohang2-1>a {
    font-size: 18px;
    padding: 0 4px;
  }

  .header .daohang2-1>a:hover {
    text-decoration: underline;
  }

  .header .daohang3 {
    padding-top: 10px;
  }

  .header .daohang4 {
    display: none;
  }

  .header-bottom {
    display: block;
    padding-top: 16px;
    padding-bottom: 18px;
    font-family: 'HarmonyOSSans-M';
  }

  .header-bottom .item-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .header-bottom .bottom-logo img {
    width: auto;
    height: 74px;
  }

  .header-bottom .form-wrap {
    flex: 1;
    margin-bottom: 7px;
    padding-right: 55px;
  }

  .header-bottom .form-wrap form {
    height: 35px;
    max-width: 500px;
    margin-left: auto;
    display: flex;
  }

  .header-bottom .form-control {
    height: 100%;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #8E8F8E;
    border-right: none;
    border-radius: 18px 0 0 18px;
  }

  .header-bottom .form-control::-webkit-input-placeholder {
    color: #434443;
  }

  .header-bottom .form-control:-moz-placeholder {
    color: #434443;
  }

  .header-bottom .form-control::-moz-placeholder {
    color: #434443;
  }

  .header-bottom .form-control:-ms-input-placeholder {
    color: #434443;
  }

  .header-bottom .btn {
    width: 47px;
    flex-shrink: 0;
    padding-top: 5px;
    padding-bottom: 4px;
    color: #fff;
    background: #434443;
    border-color: #434443;
    border-radius: 0 18px 18px 0;
    transition: all .3s;
  }

  .header-bottom .btn:hover {
    background: var(--style-color);
    border-color: var(--style-color);
  }

  .header-bottom .rt-list {
    height: 35px;
    font-size: 18px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
  }

  .header-bottom .rt-list li:not(:last-child) {
    margin-right: 27px;
    position: relative;
  }

  .header-bottom .rt-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #000;
    opacity: 0.5;
  }

  .header-bottom .pdt-list {
    margin-top: 22px;
    font-size: 18px;
    display: flex;
  }

  .header-bottom .pdt-list li:not(:last-child) {
    margin-right: 27px;
  }

  .header-bottom .rt-list li a:hover, .header-bottom .pdt-list li a:hover {
    color: var(--style-color);
  }
}

@media (min-width: 1440px) {
  .header .daohangzong {
    padding-left: 75px;
  }

  .header .daohang2 {
    padding-left: 90px;
  }

  .header-bottom .form-wrap form {
    max-width: 630px;
  }
}



/* common-tips */
.common-tips {
  padding: 30px 0;
}

.common-tips .logo {
  width: auto;
  height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.common-tips .title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'HarmonyOSSans-L';
}

.common-tips .btn {
  width: 141px;
  padding-top: 7px;
  border-radius: 21px;
  color: #161616;
  background: #E9EAEB;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'HarmonyOSSans-B';
}

.common-tips .btn i {
  font-size: 0;
}

@media (min-width: 1200px) {
  .common-tips {
    padding: 60px 0 64px;
  }

  .common-tips .logo {
    height: 80px;
  }

  .common-tips .title {
    margin-top: 33px;
    margin-bottom: 41px;
  }

  .common-tips .btn {
    transition: all .3s;
  }

  .common-tips .btn:hover {
    width: 157px;
    color: #fff;
    background: var(--style-color);
  }

  .common-tips .btn:hover i {
    font-size: 16px;
  }
}

@media (min-width: 1640px) {
  .common-tips {
    padding-top: 174px;
  }
}




/* share-wrap */
.share-wrap .title {
  line-height: 1.2;
  font-family: 'HarmonyOSSans-M';
  margin-bottom: 20px;
}

.share-wrap .icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-wrap .icon-list li:not(:last-child) {
  margin-right: 15px;
}

.share-wrap .icon-list li a {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  border-radius: 50%;
  background: var(--style-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-wrap .icon-list li i {
  font-size: inherit;
}

@media (min-width: 1200px) {
  .share-wrap .title {
    margin-bottom: 40px;
  }

  .share-wrap .icon-list li:not(:last-child) {
    margin-right: 30px;
  }

  .share-wrap .icon-list li a {
    width: 64px;
    height: 64px;
    font-size: 36px;
    transition: all .3s;
  }

  .share-wrap .icon-list li a:hover {
    background: #434443;
  }
}

@media (min-width: 1640px) {
  .share-wrap .title {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 68px;
  }
}


/* idx-contact */
.idx-contact {
  padding: 30px 0;
  background: #F9F9F9;
}

.idx-contact .item-wrap {
  padding: 20px 15px;
  background: #fff;
}

.idx-contact .lt {
  margin-bottom: 20px;
}

.idx-contact .title {
  text-align: left;
  font-family: 'HarmonyOSSans-R';
  margin-bottom: 10px;
}

.idx-contact .info {
  line-height: 1.68;
  max-width: 510px;
}

.idx-contact .img-wrap {
  display: none;
}

.idx-contact .rt-title {
  color: var(--style-color);
  line-height: 0.86;
  margin-bottom: 30px;
}

.idx-contact label {
  font-size: 18px;
  line-height: 1;
  color: #161616;
  font-weight: normal;
  font-family: 'HarmonyOSSans-M';
  margin-bottom: 4px;
}

.idx-contact .form-group {
  margin-bottom: 30px;
}

.idx-contact input.form-control {
  height: 42px;
}

.idx-contact .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  border-color: #444748;
}

.idx-contact .btn-wrap {
  margin-top: 30px;
  text-align: right;
}

.idx-contact .btn {
  width: 178px;
  padding-top: 7px;
  border-radius: 21px;
  color: #fff;
  background: var(--style-color);
  font-family: 'HarmonyOSSans-B';
}

@media (min-width: 992px) {
  .idx-contact .item-wrap {
    display: flex;
  }

  .idx-contact .lt {
    flex: 0 0 52%;
    padding-right: 15px;
    margin-bottom: 0;
    position: relative;
  }

  .idx-contact .rt {
    flex: 0 0 48%;
    padding-left: 15px;
  }

  .idx-contact .img-wrap {
    position: absolute;
    left: -15px;
    right: 15px;
    bottom: -20px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .idx-contact {
    padding: 60px 0;
  }

  .idx-contact .item-wrap {
    padding: 60px 40px 38px;
  }

  .idx-contact .lt {
    padding-right: 26px;
    position: relative;
  }

  .idx-contact .lt::after {
    content: '';
    position: absolute;
    right: 0;
    top: -22px;
    bottom: 19px;
    border-left: 1px dashed #444748;
    border-right: 1px dashed #444748;
    opacity: 0.4;
  }

  .idx-contact .lt>*:not(.img-wrap) {
    position: relative;
    z-index: 1;
  }

  .idx-contact .title {
    margin-bottom: 16px;
  }

  .idx-contact .img-wrap {
    left: -40px;
    right: 26px;
    bottom: -38px;
  }

  .idx-contact .rt {
    padding-top: 10px;
    padding-left: 42px;
  }

  .idx-contact .rt-title {
    margin-bottom: 60px;
  }

  .idx-contact .form-group {
    margin-bottom: 58px;
  }

  .idx-contact label {
    font-size: 20px;
  }

  .idx-contact .form-control {
    border-width: 2px;
  }

  .idx-contact textarea.form-control {
    height: 155px;
  }

  .idx-contact .btn-wrap {
    margin-top: 40px;
  }

  .idx-contact .btn {
    font-size: 18px;
    transition: all .3s;
  }

  .idx-contact .btn:hover {
    background: #434443;
  }
}

@media (min-width: 1640px) {
  .idx-contact {
    padding: 81px 0;
  }

  .idx-contact .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .idx-contact .item-wrap {
    padding-top: 79px;
    padding-right: 66px;
  }

  .idx-contact .info {
    font-size: 25px;
  }

  .idx-contact .rt-title {
    font-size: 35px;
    margin-bottom: 73px;
  }

  .idx-contact label {
    font-size: 25px;
  }

  .idx-contact .btn-wrap {
    margin-top: 56px;
  }
}


/* breadcrumb */
.breadcrumb-div {
  padding-top: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #F8F8F8;
  display: none;
}

.breadcrumb {
  display: flex;
  list-style: none;
}

.breadcrumb>li {
  color: #333;
}

.breadcrumb>li:first-child::before {
  content: '\e8f5';
  font-family: "iconfont";
  margin-right: 8px;
}

.breadcrumb>li:not(:first-child)::before {
  content: '•';
  margin: 0 10px;
}

.breadcrumb>li>span>span:last-child {
  color: var(--style-color);
}

@media(min-width: 768px) {
  .breadcrumb-div {
    display: block;
  }
}