/*
@font-face {
  font-family: 'pingFang-bold';
  src: url("../font/PingFangSC-Bold.otf?t=2");
  font-weight: bolder;
}
@font-face {
  font-family: 'pingFang-medium';
  src: url('../font/PingFangSC-Medium.otf?t=2');
}
@font-face {
  font-family: 'pingFang-regular';
  src: url("../font/PingFangSC-Regular.otf?t=2");
} */
html,
body {
  /* font-family: 'pingFang-medium' !important; */
  font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans GB',
  'Microsoft YaHei', '微软雅黑', '黑体', 'Arial', 'sans-serif';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  margin: 0px;
  padding: 0px;
}



/* custom */
a {
  outline: none;
  color: #fff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

a:focus {
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}


/* flex布局通用 */
.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-between {
  align-content: space-between;
}

.flex-direction {
  flex-direction: column;
}

.align-end {
  align-items: flex-end;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.text-center {
  text-align: center;
}

/* 通用样式 */
.float-right {
  float: right;
}

/* 三点样式 */
.text-ellipsis {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 居中 */
.text-center {
  text-align: center;
}



.titleSur {
  margin: 0px 16px;
  height: 60px;
}

.width100 {
  width: 100%;
}

.border-bottom-D6 {
  border-bottom: 0.5px solid #EFEFEF;
}

.pointer {
  cursor: pointer;
}

.line26 {
  line-height: 26px;
}

.line50 {
  line-height: 50px;
}

.line40 {
  line-height: 40px;
}

.line60 {
  line-height: 60px;
}

.line70 {
  line-height: 70px;
}

.height30 {
  height: 30px;
}

.relative {
  position: relative;
}

.nowrap1 {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.ellipsis2 {
  width: 100%;
  display: -webkit-box;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

.pointer {
  cursor: pointer;
}

.all-div {
  width: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;

}

.all {
  background: #ffffff;
  width: 1200px;
  margin: 0 auto;
  padding: 24px 0 64px 0;
  flex: 1;
}

.margin-top-20 {
  margin-top: 1.25rem;
}

.advertisement-title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #1A62EE;
  text-align: center;
  height: 4.125rem;
  line-height: 4.125rem;
}

.advertisement {
  width: 100%;
  /*  height: 16.625rem;
  */
  margin: 0 auto;
  /*  background-color: #314039;
  */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.advertisement div {
  font-weight: 500;
  font-size: 20px;
  color: #B4BFBA;
  line-height: 23px;

}

.advertisement img {
  width: 166px;
  /*  height: 133px;
  */
  margin-bottom: 20px;
}

@media only screen and (max-width:678px) {
  body {
    margin: 0px;
  }

  html {
    margin: 0px;
  }

  .advertisement {
    width: 95%;
    /*    height: 11.625rem;
    */
    margin: 0 auto;
  }
  .advertisement img {
    zoom: 0.7;
    margin-bottom: 10px;
  }

  .all {
    flex: 1;
    width: 100%;
    padding: 30px 16px;
    box-sizing: border-box;
  }
}





.header {
  width: 1200px;
  margin: 0 auto;
  border-radius: 0px 0px 0px 0px
}

.header-div {
  height: 100px;
  display: flex;
  align-items: center;
}

.header-div-a {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  padding: 10px 10px;
  margin: 0 10px;
  cursor: pointer;
}

.header-div-about {
  display: flex;
  align-items: center;
  position: relative;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.header-div-about-san {
  padding: 5px;
  cursor: pointer;
}

.header-div-about a {
  margin-right: 0;
}

.header-div-title {
  font-weight: 900;
  font-size: 36px;
  color: #FFFFFF;
  padding: 0;
  margin-right: 30px;
  cursor: pointer;
}

.header-about-more {
  z-index: 10;
  position: absolute;
  top: 40px;
  background: #FFFFFF;
  color: #333;
  left: 20px;
  border-radius: 16px;

}
.header-about-more a:first-child{
  border-radius: 16px 16px  0 0 ;
}
.header-about-more a:last-child{
  border-radius:  0 0 16px 16px ;
}
.header-about-more-a {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.header-about-more-a:hover {
  background: #D6F0E3;
  color: #58b19f;
}

.header-phone-title {
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
  padding: 0;
}

.header-phone {
  display: none;

}

.header-phone-div {
  height: 100px;
}

.header-phone-line {
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  padding: 20px;
  top: 20px;
}

.header-phone-line div {
  width: 100%;
  height: 1px;
  background-color:#FFFFFF;
}

.header-phone-div-nav {
  background: #58b19f;
  padding-bottom: 10px;
  margin-top: -20px;
}

.header-phone-a {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
}
.header-phone-a :hover{
  background: #F6EFFF;
}
.footer {
  width: 1200px;
  height: 71px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-div-all {
  width: 100%;
  background: #58b19f;
}

.footer-div {
  width: 100%;
  background: #58b19f;
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
  }

  .header-div {
    display: none;
  }

  .header-phone {
    display: block;
    position: relative;
    text-align: center;
    line-height: 100px;
  }

  .footer {
    display: flex;
    width: 100%;
    height: 71px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    flex-direction: column;
    justify-content: space-evenly;
  ;

  }
}


.content-title {
  font-weight: bold;
  font-size: 20px;
  color: #58b19f;
  line-height: 23px;
  margin-top: 74px;
}

.title-1A62EE {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  line-height: 38px;
  text-align: left;
  margin-top: 23px;

}




.search-bar{
  height: 36px;
  /* width: 100%; */
  display: flex;
  padding: 10px 10px;
  /* position: absolute; */

}
.search-bar input{
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #58b19f;
  padding: 2px 5px;
  font-size: 14px;
}

.search-bar .btn{
  width: 72px;
  height: 36px;
  background: #58b19f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus{
  border-color: #58b19f;
  background-color: #58b19f;
}

.gsc-search-button-v2{
  padding:13px 10px!important;
}
.gsc-control-cse,a{
  margin-right: 0!important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b{
  color:#58b19f !important;
}

.gs-webResult div.gs-visibleUrl{
  color:#1e90ff !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #58b19f;
}
