html {
      scroll-behavior: smooth;
}

body {
      margin: 0px 0px;
      padding: 0px 0px;
      overflow-x: hidden;
      font-weight: 100;
      font-family: 'NotoSans';
}

a {
      color: #666;
      text-decoration: none;
}

a:visited {
      color: #666;
      text-decoration: none
}

a:active {
      color: #666;
      text-decoration: none
}

a:hover {
      color: #666;
      text-decoration: none;
}

::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #BCBCBC;
}

::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #BCBCBC;
}

:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #BCBCBC;
}

.blank10 {
      width: 100%;
      height: 10px;
      clear: both;
      overflow: hidden;
}

.blank20 {
      width: 100%;
      height: 20px;
      clear: both;
      overflow: hidden;
}

.blank30 {
      width: 100%;
      height: 30px;
      clear: both;
      overflow: hidden;
}

.blank40 {
      width: 100%;
      height: 40px;
      clear: both;
      overflow: hidden;
}

.blank50 {
      width: 100%;
      height: 50px;
      float: left;
      overflow: hidden;
}

.blank60 {
      width: 100%;
      height: 60px;
      clear: both;
      overflow: hidden;
}

.blank70 {
      width: 100%;
      height: 70px;
      clear: both;
      overflow: hidden;
}

.blank80 {
      width: 100%;
      height: 80px;
      clear: both;
      overflow: hidden;
}

.blank90 {
      width: 100%;
      height: 90px;
      clear: both;
      overflow: hidden;
}

.blank100 {
      width: 100%;
      height: 100px;
      clear: both;
      overflow: hidden;
}

.blank110 {
      width: 100%;
      height: 110px;
      clear: both;
      overflow: hidden;
}

.blank120 {
      width: 100%;
      height: 120px;
      clear: both;
      overflow: hidden;
}

.blank130 {
      width: 100%;
      height: 130px;
      clear: both;
      overflow: hidden;
}

.blank140 {
      width: 100%;
      height: 140px;
      clear: both;
      overflow: hidden;
}

.blank150 {
      width: 100%;
      height: 150px;
      float: left;
      overflow: hidden;
}

.blank160 {
      width: 100%;
      height: 160px;
      clear: both;
      overflow: hidden;
}

.blank170 {
      width: 100%;
      height: 170px;
      clear: both;
      overflow: hidden;
}

.blank180 {
      width: 100%;
      height: 180px;
      clear: both;
      overflow: hidden;
}

.blank190 {
      width: 100%;
      height: 190px;
      clear: both;
      overflow: hidden;
}

.blank200 {
      width: 100%;
      height: 200px;
      clear: both;
      overflow: hidden;
}

.blank210 {
      width: 100%;
      height: 210px;
      clear: both;
      overflow: hidden;
}


.header-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      margin: 0px 0px;
      padding: 0px 0px;
      position: absolute;
      z-index: 100;
      left: 50%;
      top: 0.05rem;
      transform: translateX(-50%) translateY(-0%);
}

.navmenu-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      max-width: 11rem;
      height: 0.5rem;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}


.navmenu-item {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: auto;
      height: 100%;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0.4rem;
      cursor: pointer;
}

.navmenu-item>.label-text {
      padding: 0px 0px;
      font-size: 0.2rem;
      font-weight: normal;
      color: rgb(250, 250, 250);
      cursor: pointer;
}

.navmenu-item>.label-text:hover {
      color: rgb(250, 250, 250);
      text-decoration: none;
}

.navmenu-item>.label-text:active {
      color: rgb(250, 250, 250);
      text-decoration: none;
}

.navmenu-item>.label-text:visited {
      color: rgb(250, 250, 250);
      text-decoration: none;
}


/*--------自适应--------*/

.homeban-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 8rem;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      background: url(../images/headbg.jpg) no-repeat center top;
      background-size: cover;
      position: relative;
}

.homeban-bg {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 100%;
      height: 100%;
      text-align: center;
      position: absolute;
      z-index: 10;
      left: 0px;
      top: 0px;
      background-color: #000;
      opacity: 0;
}

.homeban {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      max-width: 13rem;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      position: absolute;
      z-index: 10;
      left: 50%;
      bottom: 0.1rem;
      transform: translateX(-50%) translateY(0%);
}

.homeban-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0.5rem 0px 0 0;
      padding: 0px 0px;
}

.homeban-t>.img1 {
      width: auto;
      height: 1.8rem;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      object-fit: cover;
}

.homeban-m1 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0.3rem 0px 0.6rem 0;
      padding: 0px 0px;
}

.homeban-m1>.label-text {
      padding: 0px 0px;
      text-align: center;
      font-size: 0.26rem;
      font-weight: normal;
      color: #99B3D7;
      letter-spacing: 0.1rem;
}

.homeban-m2 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
      height: auto;
      margin: 0px 0px;
      padding: 0px 0px;
}

.homeban-m2>.label-company {
      padding: 0px 0px;
      text-align: right;
      font-size: 0.2rem;
      font-weight: normal;
      color: #99B3D7;
      letter-spacing: 0.05rem;
}

.homeban-m3 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
      height: auto;
      margin: 0.2rem 0px;
      padding: 0px 0px;
}

.homeban-m3>.link-more {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: auto;
      margin: 0px 0px;
      padding: 0.2rem 0.9rem;
      border: none;
      border-radius: 0.15rem;
      background: #aaa;
      font-size: 0.2rem;
      font-weight: normal;
      color: rgb(250, 250, 250);
      opacity: 1;
}


.homeban-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.homeban-b>p {
      padding: 0px 0px;
      font-size: 0.2rem;
      font-weight: normal;
      line-height: 2;
      color: #fff;
      letter-spacing: 0.05rem;
}

/*--------自适应--------*/



.business-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.20rem 0rem;
      background: url(../images/map.png) no-repeat center center;
      background-size: cover;
      background-color: #BDCEE6;
}

.business {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.business-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0.2rem 0rem 0 0;
      padding: 0rem 0rem;
}

.business-t>.label-head {
      padding: 0rem 0rem;
      text-align: center;
      font-size: 0.32rem;
      color: #1774e6;
      letter-spacing: 0.05rem;
}

.business-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.30rem 0rem 0.1rem 0;
}

.businessitem {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: auto;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0.2rem;
      padding: 0rem 0rem;
}

.businessitem-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.businessitem-t>.img1 {
      width: auto;
      height: 1rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      cursor: pointer;
      object-fit: cover;
}

.businessitem-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0.20rem 0rem;
      padding: 0rem 0rem;
}

.businessitem-b>.label-text {
      padding: 0rem 0rem;
      text-align: center;
      font-size: 0.20rem;
      font-weight: normal;
      color: #5191DF;
      cursor: pointer;
      letter-spacing: 0.05rem;
}

/*--------自适应--------*/


.history-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.40rem 0rem;
      background: #162A45;
}

.historybox {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem auto;
      padding: 0rem 0.2rem;
}

.historybox>a>.img1 {
      width: 100%;
      height: 1rem;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      border-radius: 0.10rem;
      object-fit: cover;
}

.historybox>a {
      width: 11%;
      height: auto;
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      position: relative;
}

.history-text {
      box-sizing: border-box;
      margin: 0 0;
      padding: 0 0 0 0;
      width: 100%;
      height: auto;
      color: #fff;
      font-size: 0.26rem;
      letter-spacing: 0.05rem;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      position: absolute;
      z-index: 10;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
}

/*--------自适应--------*/

.ourhistory-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      background-size: cover;
}

.ourhistory {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      position: relative;
}

.ourhistory-title {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 100%;
      height: auto;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      position: absolute;
      z-index: 9999999;
      left: 0px;
      top: 0.2rem;
      color: #3087f1;
      font-size: 0.22rem;
}


.ourhistory-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.ourhistory-t>.label-title {
      padding: 0rem 0rem;
      text-align: center;
      font-size: 0.32rem;
      font-weight: normal;
      color: #5191DF;
}

.ourhistory-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

/*--------自适应--------*/


.contactbox-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      margin: 0rem 0rem;
      padding: 1.00rem 0rem;
      background: url(../images/bottombg.jpg) no-repeat left center;
      background-size: cover;
      position: relative;
}

.contactbox-bgc {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      position: absolute;
      z-index: 1;
      left: 0px;
      top: 0px;
      opacity: 0;
      background-color: #000;
}


.contactbox {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 13.00rem;
      height: auto;
      min-height: 6.00rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      position: relative;
      z-index: 99;
}

.contactbox-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.contactinfo {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.contactinfo-l {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 20%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.contactinfo-l>.img1 {
      width: 1.50rem;
      height: 1.50rem;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      object-fit: cover;
}

.contactinfo-l>.label2 {
      margin: 0.20rem 0rem;
      padding: 0rem 0rem;
      text-align: center;
      font-size: 0.18rem;
      color: #fff;
      letter-spacing: 0.05rem;
}

.contactinfo-m1 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 25%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.contactinfo-m1>.img1 {
      width: 2rem;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      object-fit: cover;
}

.contactinfo-m2 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 0.31rem;
      height: 100%;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      border-left: solid 1px #BDCEE6;
}

.contactinfo-r {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      width: 50%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem 0rem 0.30rem;
}

.contacttext {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.contacttext-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.contacttext-t>.label1 {
      padding: 0rem 0rem;
      text-align: left;
      font-size: 0.20rem;
      color: #99B3D7;
      letter-spacing: 0.05rem;
}

.contacttext-b {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0.1rem 0rem;
      padding: 0rem 0rem;
      text-align: left;
}

.contacttext-b p {
      margin: 0 0;
      padding: 0rem 0rem;
      text-align: left;
      font-size: 0.14rem;
      line-height: 2.0;
      color: #99B3D7;
      letter-spacing: 0.05rem;
}

.contactbox-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.30rem 0.30rem;
      position: relative;
}

.contactbox-bg {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 0.30rem;
      margin: 0rem auto;
      padding: 0rem 0rem;
      background: #fff;
      position: absolute;
      opacity: 0.3;
}

.contactform {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      position: relative;
      z-index: 9999;
}

.contactform-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: baseline;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.contactform-t>.label-mtitle {
      padding: 0rem 0rem;
      text-align: left;
      font-size: 0.30rem;
      font-weight: bold;
      color: #fff;
      letter-spacing: 0.05rem;
}

.contactform-t>.label-desc {
      flex: 1;
      margin: 0rem 0rem 0rem 0.10rem;
      padding: 0rem 0rem;
      text-align: left;
      font-size: 0.14rem;
      color: #fff;
      letter-spacing: 0.05rem;
}

.contactform-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.20rem 0rem;
}

.contactform-b>.input1 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 20%;
      height: 0.60rem;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0.10rem;
      border: none;
      border-radius: 0rem;
      background: #fff;
      text-align: left;
      font-size: 0.14rem;
      font-weight: normal;
      color: #666;
      outline: none;
}

.contactform-b>.button2 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 2.00rem;
      height: 0.60rem;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      border: solid 0rem #ccc;
      border-radius: 0rem;
      background: #7BA7DD;
      text-align: center;
      font-size: 0.20rem;
      font-weight: normal;
      color: #fff;
      outline: none;
      cursor: pointer;
      letter-spacing: 0.05rem;
}

.contactform-b>input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #666;
}

.contactform-b>input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #666;
}

.contactform-b>input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #666;
}


/*--------自适应--------*/

.footer {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 100%;
      height: auto;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      height: 0.5rem;
      background-color: #000;
      color: #fff;
      font-size: 0.14rem;
}




.swhistory-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px auto;
      padding: 0px 0px;
}

.swhistory-c .swiper-pagination {
      bottom: 0px !important;
}

.swhistory-c .swiper-pagination-bullet {
      width: 0.1rem;
      height: 0.1rem;
      text-align: center;
      line-height: 0.1rem;
      color: #000;
      opacity: 1;
      background: #fff;
      margin: 0 10px;
}

.swhistory-c .swiper-pagination-bullet-active {
      color: #fff;
      background: red;
}

.swhistory-c .swiper {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px auto;
      padding: 0px 0px;
}

.swhistory-c .swiper-wrapper {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px auto;
      padding: 0px 0px;
}

.swhistory-c .swiper-slide {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px auto;
      padding: 0px 0px;
}

.swhistory-c .swiper-item {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px auto;
      padding: 0px 0px;
      position: relative;
}

.swhistory-c .swiper-item>.img1 {
      width: 100%;
      height: 2.5rem;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      object-fit: cover;
}

.swhistory-c .swiper-pagination {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px auto;
      padding: 0px 0px;
}

/*--------自适应--------*/

.subban-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 0px 0px;
      padding: 0px 0px;
      background: url(../images/headbg.jpg) no-repeat center bottom;
      background-size: cover;
      position: relative;
}



.articlelist {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      max-width: 8rem;
      margin: 1rem 0 0 0;
      height: auto;
      min-height: 0.30rem;
      padding: 0rem 0rem;
      position: relative;
      z-index: 1111;
}

.articlelist-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0.10rem;
}

.articlelist-t-l {
      box-sizing: border-box;
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      margin: 0rem 0rem;
      padding: 0.20rem 0rem;
}

.articlelist-t-l>.label-title {
      padding: 0rem 0rem;
      font-size: 0.40rem;
      color: #fff;
}

.articlelist-m {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 5rem;
      margin: 0rem 0rem;
      padding: 0.10rem 0.10rem;
}

.articlelist-article {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.2rem 0rem;
      border-bottom: dotted 1px #666;
}

.articlelist-article-l {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 0.25rem;
      height: auto;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.articlelist-article-l>.label-dot {
      width: 0.05rem;
      height: 0.05rem;
      background-color: #fff;
      border-radius: 100%;
}

.articlelist-article-m {
      box-sizing: border-box;
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}


.articlelist-article-m>.label1 {
      padding: 0rem 0rem;
      font-size: 0.16rem;
      color: #fff;
}

.articlelist-article-r {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      width: 0.90rem;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.articlelist-article-r>.label-date {
      padding: 0rem 0rem;
      font-size: 0.16rem;
      color: #fff;
}

/*--------自适应--------*/


.pager {
      box-sizing: border-box;
      clear: both;
      font-size: 14px;
      width: 100%;
      height: auto;
      margin: 40px 0 50px 0;
      padding: 0 0px 0 0;
      text-align: center;
}

.pager a {
      color: #666;
      font-size: 14px;
      text-decoration: none;
      border: solid 1px #ddd;
      display: inline-block;
      padding: 6px 10px;
      margin: 2px 4px;
      border-radius: 3px;
}

.pager a:visited {
      color: #666;
      text-decoration: none
}

.pager a:active {
      color: #666;
      text-decoration: none
}

.pager a:hover {
      color: #666;
      text-decoration: none;
}

.pager a.cur {
      color: #fff;
      background: #009aff;
      border: solid 1px #009aff;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
      color: #dddddd;
      border: solid 1px #ddd;
}

.pager span {
      float: right;
}

.pager input {
      outline: none;
      width: 40px;
      height: 29px;
      text-align: center;
      line-height: 28px;
      border: solid 1px #ccc;
}

.pager button {
      outline: none;
      width: 40px;
      height: 29px;
      line-height: 28px;
      border: solid 1px #ccc;
      border-left: none;
      cursor: pointer;
}


.scrollcontent {
      box-sizing: border-box;
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 0 0;
      padding: 0.1rem 0 0.1rem 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
}



.articledetails {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      max-width: 10rem;
      min-height: 0.30rem;
      margin: 1rem 0 0 0;
      padding: 0.10rem 0.10rem;
      position: relative;
      z-index: 11111;
}

.articledetails-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.10rem 0rem;
}

.articledetails-t>.label-title {
      padding: 0rem 0rem;
      font-size: 0.24rem;
      font-weight: normal;
      color: #ffff;
}

.articledetails-m1 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.10rem 0rem 0.20rem 0rem;
      border-bottom: dotted 0.01rem #666;
}

.articledetails-m1>.label-from {
      padding: 0rem 0rem;
      font-size: 0.14rem;
      font-weight: normal;
      color: #fff;
}

.articledetails-m1>.label-date {
      margin: 0rem 0rem 0rem 0.20rem;
      padding: 0rem 0rem;
      font-size: 0.16rem;
      font-weight: normal;
      color: #fff;
}

.articledetails-m1>.label-view {
      margin: 0rem 0rem 0rem 0.20rem;
      padding: 0rem 0rem;
      font-size: 0.14rem;
      font-weight: normal;
      color: #fff;
}

.articledetails-m2 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.10rem 0rem;
}

.articledetails-detail {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0.10rem 0.10rem;
      text-align: left;
      font-size: 0.16rem;
      color: #fff;
      line-height: 1.8;
}

.articledetails-detail p {
      margin: 0rem 0rem;
}

.articledetails-detail img {
      margin: 0.10rem auto;
      width: auto;
      max-width: 100%;
      height: auto;
}

.articledetails-detail p {
      margin: 0rem 0rem;
      padding: 0rem 0rem;
      font-size: 0.16rem;
      font-weight: normal;
      color: #fff;
}

.articledetails-detail img {
      width: 100%;
      max-width: 100%;
      object-fit: cover;
}

.articledetails-detail img.aligncenter{
      margin: 0 auto;
}


.articledetails-detail .wp-video {
      width: 100% !important;
      height: auto;
      margin: 10px 0;
      text-align: center;
}

.articledetails-detail video {
      width: 50%;
      height: auto;
      margin: 10px auto;
}

.articledetails-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 1rem 0rem;
      padding: 0.20rem 0rem;
}

.articledetails-prenext {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0.1rem;
}

.articledetails-prenext-l {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0.1rem 0rem;
      padding: 0rem 0rem;
}

.articledetails-prenext-l>.label-prev {
      width: auto;
      padding: 0rem 0rem;
      font-size: 0.16rem;
      color: #fff;
}

.articledetails-prenext-l>.label-prev-text {
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      padding: 0rem 0rem;
      font-size: 0.16rem;
      color: #fff;
}

.articledetails-prenext-l>.label-prev-text:hover {
      color: #fff;
      text-decoration: none;
}

.articledetails-prenext-l>.label-prev-text:active {
      color: #fff;
      text-decoration: none;
}

.articledetails-prenext-l>.label-prev-text:visited {
      color: #fff;
      text-decoration: none;
}


.articledetails-prenext-r {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 0.30rem;
      margin: 0rem 0rem;
      padding: 0rem 0rem;
}

.articledetails-prenext-r>.label-next {
      width: auto;
      padding: 0rem 0rem;
      font-size: 0.16rem;
      color: #fff;
}

.articledetails-prenext-r>.label-next-text {
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      padding: 0rem 0rem;
      font-size: 0.16rem;
      color: #fff;
}

.articledetails-prenext-r>.label-next-text:hover {
      color: #fff;
      text-decoration: none;
}

.articledetails-prenext-r>.label-next-text:active {
      color: #fff;
      text-decoration: none;
}

.articledetails-prenext-r>.label-next-text:visited {
      color: #fff;
      text-decoration: none;
}



.goback{
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 100%;
      height: auto;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
}
.goback>a{
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0.3rem;
      width: auto;
      height: 0.35rem;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      color: #000;
      font-size: 0.14rem;
      border: solid 1px #fff;
      background-color: #eee;
      border-radius: 5px;
}


.goback2{
      box-sizing: border-box;
      margin: 0.3rem 0 0 0;
      padding: 0 0 0 0;
      width: 100%;
      height: auto;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
}
.goback2>a{
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0.3rem;
      width: auto;
      height: 0.35rem;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      color: #000;
      font-size: 0.14rem;
      border: solid 1px #fff;
      border-radius: 5px;
      background-color: #eee;
}