@charset "UTF-8";
.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.js-m {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: .8s;
  transition-timing-function: ease;
}

.js-m2 {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: .8s;
  transition-timing-function: ease;
}

.svg1 {
  overflow: hidden;
  -webkit-clip-path: circle(2.1% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: all 1.5s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s;
}
.svg1.animate {
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}
.svg1.animate2 {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
  transition: all 0s cubic-bezier(0, 0.35, 0.14, 1.1) 0;
}

.js-m.animate, .js-m2.animate {
  opacity: 1;
  transform: translate(0, 0);
}

/*网站单位设置*/
@media (max-width: 767px) {
  html {
    font-size: 26px !important;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 24px !important;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
div, ul, li, span, a {
  box-sizing: border-box;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.poa50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.Arial {
  font-family: "Arial";
}

.toUpp {
  text-transform: uppercase;
}

.bgff {
  background: #fff;
}

.bgf8 {
  background: #f8f8f8;
}

.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.omit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.poaafter {
  display: block;
  position: absolute;
  content: "";
}

.omit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.omit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.omit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.omit4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.omit5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.omit6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opa7 {
  opacity: .7;
  filter: alpha(opacity=70);
}

.ovh {
  overflow: hidden;
}

.ovs {
  overflow: visible;
}

.img100 {
  display: block;
  width: 100%;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flexBox.between, .flexBox .between {
  justify-content: space-between;
}
.flexBox.center, .flexBox .center {
  justify-content: center;
}
.flexBox.start, .flexBox .start {
  justify-content: flex-start;
}
.flexBox.end, .flexBox .end {
  justify-content: flex-end;
}
.flexBox.alignCenter, .flexBox .alignCenter {
  align-items: center;
}
.flexBox.alignStart, .flexBox .alignStart {
  align-items: flex-start;
}
.flexBox.alignStretch, .flexBox .alignStretch {
  align-items: stretch;
}
.flexBox.alignEnd, .flexBox .alignEnd {
  align-items: flex-end;
}
.flexBox.noflexWrap {
  flex-wrap: nowrap;
}

.can-hover .img-wrap {
  overflow: hidden;
}
.can-hover .img-wrap .img100, .can-hover .img-wrap .imgauto {
  transition: all .5s ease;
}
.can-hover:hover .img-wrap .img100, .can-hover:hover .img-wrap .imgauto {
  transform: scale3D(1.05, 1.05, 1.05);
}

.bgImg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.bgf9 {
  background: #f9f9f9;
}

.sha10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-nav, .search-btn {
  transition: all 0.5s;
}

.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.show2 {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  transition-duration: .5s;
  transition-delay: .3s;
}
.show2.in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.padHeader {
  padding-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}

.right-fixed {
  cursor: pointer;
  position: fixed;
  right: calc(1.13rem - 24px);
  bottom: 400px;
  z-index: 7;
  width: 48px;
  height: 154px;
  opacity: 0;
  margin-top: -10px;
  transition-duration: .3s;
}

.right-page {
  cursor: pointer;
  position: fixed;
  right: calc(1.13rem - 10px);
  bottom: 400px;
  z-index: 7;
  width: 48px;
  height: 154px;
}

.left-page {
  cursor: pointer;
  position: fixed;
  left: calc(1.13rem - 10px);
  bottom: 400px;
  z-index: 7;
  width: 48px;
  height: 154px;
}

.right-fixed.show {
  opacity: 1;
  margin-top: 0;
}
.right-fixed .fixed-a {
  display: block;
  width: 48px;
  height: 48px;
  transition-duration: .3s;
  background-size: 100% !important;
}
.right-fixed .fixed-a:first-child {
  background: url(../img/pa0.png) no-repeat center;
}
.right-fixed .fixed-a:first-child:hover {
  background: url(../img/pa0on.png) no-repeat center;
}
.right-fixed .fixed-a:nth-child(2) {
  margin-bottom: 10px;
  margin-top: 10px;
  background: url(../img/app0.png) no-repeat center;
}
.right-fixed .fixed-a:nth-child(2):hover {
  background: url(../img/app0on.png) no-repeat center;
}
.right-fixed .fixed-a:nth-child(3) {
  background: url(../img/toTop.png) no-repeat center;
}
.right-fixed .fixed-a:nth-child(3):hover {
  background: url(../img/toTopon.png) no-repeat center;
}

.loadding-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
  background: #000;
  text-align: center;
}
.loadding-bg .loadding-txt {
  font-size: 1rem;
  line-height: 50px;
  color: #fff;
  transition-duration: .5s;
  transition-delay: 1s;
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}
.loadding-bg.hide .loadding-txt {
  transform: skew(90deg);
}
.loadding-bg .load-mouse {
  position: absolute;
  z-index: 13;
  left: 50%;
  top: 50%;
  height: 50%;
  margin-left: -250px;
  margin-top: -250px;
  width: 500px;
  height: 500px;
  background: url(../img/load.png) no-repeat center;
  background-size: cover;
  transition: all .1s linear;
}

.bgf5 {
  background: #f5f5f5;
}

.bgf2 {
  background: #F2F7F8;
}

.w940 {
  max-width: 800px;
}

.w940, .w92, .w1120, .w1170, .w1200, .w1270, .w1400, .w1740, .w1640 {
  width: 92%;
}

.w1740 {
  max-width: 1740px;
}

.w1640 {
  max-width: 1640px;
}

.w1400 {
  max-width: 1400px;
}

.w1200 {
  max-width: 1200px;
}

.w1270 {
  max-width: 1270px;
}

.w1120 {
  max-width: 1120px;
}

.w1170 {
  max-width: 1170px;
}

.w940, .w1400, .w92, .w1740, .w1120, .w1170, .w1200, .w1270, .w1640 {
  margin-left: auto;
  margin-right: auto;
}

.friend-wrap {
  width: 170px;
  line-height: 40px;
  position: relative;
}
.friend-wrap .friend-name {
  border: 1px solid rgba(221, 221, 221, 0.5);
  height: 40px;
  padding-left: 16px;
  color: #888;
  cursor: pointer;
  background: url(../img/friendg.svg) right 18px center;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
}
.friend-wrap .friend-hides {
  display: none;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: auto;
  border-left: 1px solid rgba(221, 221, 221, 0.5);
  border-right: 1px solid rgba(221, 221, 221, 0.5);
  background: #F8F8F8;
}
.friend-wrap .friend-a {
  display: block;
  color: #888;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  transition-duration: .3s;
  padding-left: 16px;
}
.friend-wrap .friend-a:hover {
  color: #1784CD;
}
.friend-wrap.cur .friend-name {
  color: #1784CD;
  background: url(../img/friendgUp.svg) right 18px center;
}

.inner-banner {
  position: relative;
}
.inner-banner .h690 {
  height: 17.25rem;
}
.inner-banner .h880 {
  height: 22rem;
}
.inner-banner .pc-img {
  position: relative;
  z-index: 2;
}
.inner-banner .banner-titles {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 37%;
  height: auto;
  color: #fff;
  font-size: 14px;
  transform: translate(0, -50%);
  line-height: 1.1;
  padding-left: 2.25rem;
}
.inner-banner .js-m2 {
  transition-duration: .8s;
}
.inner-banner .js-m2:first-child {
  transition-delay: .2s;
}
.inner-banner .js-m2:nth-child(2) {
  transition-delay: .4s;
}
.inner-banner .js-m2:nth-child(3) {
  transition-delay: .6s;
}
.inner-banner .font18 {
  max-width: 515px;
  width: 100%;
}
.inner-banner .font61 {
  line-height: 1.3;
}

.mt32 {
  margin-top: .8rem;
}

.pt32 {
  padding-top: .8rem;
}

.pb10 {
  padding-bottom: 10px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb52 {
  margin-bottom: 1.3rem;
}

.pt60 {
  padding-top: 1.5rem;
}

.pb68 {
  padding-bottom: 1.7rem;
}

.pt88 {
  padding-top: 2.2rem;
}

.pt130 {
  padding-top: 3.25rem;
}

.pt172 {
  padding-top: 4.3rem;
}

.pt120 {
  padding-top: 3rem;
}

.pt80 {
  padding-top: 2rem;
}

.pt72 {
  padding-top: 1.8rem;
}

.pb72 {
  padding-bottom: 1.8rem;
}

.pt20 {
  padding-top: 20px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb40 {
  padding-bottom: 1rem;
}

.pb80 {
  padding-bottom: 2rem;
}

.newsInfo-mains {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2.5rem auto .6rem;
}
.newsInfo-mains .info-left {
  display: inline-flex;
  flex: 0 0 auto;
}
.newsInfo-mains img {
  display: inline-block;
  max-width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.newsInfo-mains .info-title-wrap {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsInfo-mains .info-title {
  line-height: 1.5;
  margin-bottom: .75rem;
}
.newsInfo-mains .info-time {
  position: relative;
  line-height: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.newsInfo-mains .info-time:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 50%;
  display: block;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/time.png) no-repeat center;
  background-size: 100% !important;
}
.newsInfo-mains .info-time:after {
  position: absolute;
  content: "";
  left: calc(100% + 24px);
  top: 50%;
  display: block;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
}
.newsInfo-mains .info-dt-wrap {
  padding: 1.4rem 0 1rem;
}

#change-btn {
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  height: 40px;
  border: 1px solid red;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  color: #fff;
}

.newsInfo-list1 {
  margin-bottom: 3rem;
}

.news-more {
  display: inline-block;
  background: url(../img/news-more.svg) no-repeat right center;
  padding-right: 20px;
  background-size: auto 17px !important;
  font-size: 16px;
  line-height: 1.5;
}

.newsInfo-bot {
  align-items: center;
}
.newsInfo-bot .bot-content {
  position: relative;
}
.newsInfo-bot .bot-content:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background-size: 10px !important;
}
.newsInfo-bot .news-bot-item {
  flex: 0 0 auto;
  width: auto;
  display: inline-block;
  line-height: 24px;
  height: 24px;
}
.newsInfo-bot .news-bot-item:first-child {
  margin-left: 35px;
}
.newsInfo-bot .news-bot-item:first-child .bot-content:before {
  left: -35px;
  background: url(../img/prev0.png) no-repeat center;
}
.newsInfo-bot .news-bot-item:last-child {
  margin-right: 35px;
}
.newsInfo-bot .news-bot-item:last-child .bot-content:before {
  left: 100%;
  background: url(../img/next0.png) no-repeat center;
}
.newsInfo-bot .info-s0 {
  height: 24px;
}
.newsInfo-bot .nowrap {
  display: inline-block;
  width: auto;
  max-width: 10rem;
  overflow: hidden;
  transition-duration: .3s;
}
.newsInfo-bot .nowrap:hover {
  color: #1784CD;
}

.partner-list1 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.partner-list1 .list-top-txts {
  padding: 2.5rem 0 1rem;
}
.partner-list1 .left0 {
  flex: 0 0 16.25rem;
}
.partner-list1 .right0 {
  flex: 0 0 auto;
}
.partner-list1 .font22 {
  margin-top: 16px;
}

.his-list4 .font26 {
  font-weight: 600;
}

.ArialBold {
  font-weight: 600;
  font-family: "Arial-BoldMT";
}

.partner-list2 .item {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin-bottom: 1.5rem;
  background: #E5E5E5;
  display: inline-flex;
}
.partner-list2 .content {
  padding: 1.6rem 2rem;
}

.partner-list4 {
  padding: 2.5rem 0;
}
.partner-list4 .top-txts {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.partner-list4 .tip {
  display: block;
  position: absolute;
  right: 0;
  width: auto;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
}
.partner-list4 .list4-btn {
  text-align: center;
  line-height: 1;
  cursor: pointer;
  margin-top: 1.4rem;
  line-height: 20px;
  vertical-align: middle;
}
.partner-list4 .img-wrap {
  height: 15.8rem;
  overflow: hidden;
  transition-duration: .5s;
}
.partner-list4 .img-wrap.heightAuto {
  height: auto;
  overflow: hidden;
}
.partner-list4 .img-wrap2, .partner-list4 .list4-hide {
  display: none;
}
.partner-list4 .s0 {
  width: 16px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.partner-list4 .s1 {
  background-image: url(../img/arrow-icon.png);
}
.partner-list4 .s2 {
  background-image: url(../img/arrow-iconUp.png);
}

.padBot56 {
  padding-bottom: 1.6rem;
}

.partner-list5 {
  padding-bottom: 1.5rem;
}
.partner-list5 .item {
  flex: 0 0 calc(33.3% - 3.25rem);
  width: calc(33.3% - 3.25rem);
  background: #E5E5E5;
  margin-bottom: 1.5rem;
  display: inline-flex;
}
.partner-list5 .scrow0 {
  flex: 0 0 4.875rem;
  width: 4.875rem;
  background-size: auto 1.2rem !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url(../img/partner-next.png);
  margin-bottom: 1.5rem;
}
.partner-list5 .content {
  padding: 1.6rem .8rem;
}

.colorBlue {
  color: #BBE0F3;
}

.partner-list6 .flexBox {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.partner-list6 .left0 {
  font-weight: 600;
}
.partner-list6 .left0, .partner-list6 .right0 {
  flex: 0 0 auto;
}
.partner-list6 .font32 {
  margin-bottom: .4rem;
}

.partner-list7 .list-content {
  padding: 4rem 0;
}
.partner-list7 .left0 {
  flex: 0 0 7.5rem;
  font-weight: 600;
}
.partner-list7 .right0 {
  flex: 0 0 calc(100% - 11.5rem);
  width: calc(100% - 11.5rem);
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch;
}
.partner-list7 .sline {
  display: inline-flex;
  height: 100%;
  background: #ddd;
  margin: 0 auto;
  width: 1px;
}
.partner-list7 .item0 {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: flex-start;
}
.partner-list7 .font32 {
  margin-bottom: .4rem;
}
.partner-list7 .font24 {
  margin-bottom: .3rem;
}
.partner-list7 .ico {
  flex: 0 0 auto;
  height: auto;
  margin-right: .4rem;
}
.partner-list7 .s0 {
  flex: 0 0 auto;
}
.partner-list7 .s0:nth-child(2n-1) {
  margin-right: .8rem;
}
.partner-list7 .texts {
  flex: 0 0 auto;
}

.ser-body .top-txts {
  position: absolute;
  left: 0;
  width: 92%;
  left: 4%;
}

.ser-botNav .botItem {
  flex: 1;
}
.ser-botNav .item-txts {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5rem;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
}
.ser-botNav .s0 {
  flex: 0 0 auto;
  margin-right: 20px;
}
.ser-botNav .s1 {
  flex: 0 0 41px;
  height: 20px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url(../img/ser-next.png);
  background-size: 100% !important;
}

.ser-bg-list1 .txt-contents {
  z-index: 1;
  position: relative;
}
.ser-bg-list1 .bgImg {
  z-index: 0;
}

.energy-list1 {
  padding: 5.5rem 0 4.5rem 2.25rem;
}
.energy-list1 .txt-contents {
  width: 470px;
}
.energy-list1 .right0 {
  flex: 0 0 calc(100% - 470px - 5rem);
  width: calc(100% - 470px - 5rem);
}
.energy-list1 .item-wrap {
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.energy-list1 .item {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: .8rem 0;
}
.energy-list1 .ico {
  flex: 0 0 60px;
  width: 60px;
  display: inline-block;
  height: auto;
  margin-right: .5rem;
}
.energy-list1 .txts {
  flex: 0 0 auto;
}

.energy-list2 .item-wrap {
  max-width: 1200px;
  margin: 0 auto 2.3rem;
}
.energy-list2 .item {
  flex: 0 0 102px;
  text-align: center;
}
.energy-list2 .ico {
  display: block;
  width: 100%;
}

.energy-list3 .contents {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -700px;
  height: 100%;
}
.energy-list3 .item-wrap {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.energy-list3 .item {
  flex: 0 0 auto;
}

.energy-list4 .item {
  flex: 0 0 24%;
}

.sale-list1 {
  padding: 3.5rem 0 5rem 2.25rem;
}
.sale-list1 .txt-contents {
  width: 640px;
}
.sale-list1 .item-wrap {
  margin-top: 1.4rem;
}
.sale-list1 .item {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: flex-start;
}
.sale-list1 .w48 {
  flex: 0 0 calc(50% - .9rem);
  width: calc(50% - .9rem);
}
.sale-list1 .w100 {
  flex: 0 0 100%;
  width: 100%;
}
.sale-list1 .ico {
  flex: 0 0 55px;
  display: inline-block;
  height: auto;
  margin-right: .4rem;
}
.sale-list1 .txts {
  flex: 0 0 auto;
}
.sale-list1 .s0 {
  display: inline-block;
  margin-right: 1.1rem;
}

.et5-list1 .font61, .et5-list1 .font28 {
  display: inline;
  vertical-align: baseline;
}
.et5-list1 .item-wrap {
  margin-top: 1rem;
}
.et5-list1 .item {
  flex: 0 0 auto;
}
.et5-list1 .item:first-child {
  margin-right: 4rem;
  position: relative;
}
.et5-list1 .item:first-child:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  right: -2rem;
  top: 50%;
  margin-top: -1rem;
  background: #fff;
}

.et5-list2 {
  padding-bottom: 2.75rem;
}
.et5-list2 .txts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  color: #fff;
  padding: .9rem;
}
.et5-list2 .bgImg {
  position: relative;
}
.et5-list2 .left0 {
  flex: 0 0 66.6%;
  height: 17rem;
}
.et5-list2 .right0 {
  height: 17rem;
  flex: 0 0 calc(33.4% - 10px);
  width: calc(33.4% - 10px);
  display: inline-flex;
  flex-direction: column;
}
.et5-list2 .right-item {
  width: 100%;
  flex: 0 0 calc(50% - 5px);
  height: calc(50% - 5px);
}
.et5-list2 .right-item:first-child {
  margin-bottom: 10px;
}

.hoverBg {
  position: relative;
  cursor: pointer;
}
.hoverBg:before {
  content: "";
  display: block;
  width: 88px;
  height: 100%;
  background: #BBE0F3;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.hoverBg .left0 {
  z-index: 2;
  position: relative;
  flex: 0 0 88px;
  text-align: center;
}
.hoverBg .right0 {
  flex: 0 0 calc(100% - 88px);
  width: calc(100% - 88px);
  background: #f5f5f5;
}
.hoverBg:hover:before {
  opacity: 1;
}
.hoverBg:hover .right0 {
  background: #DFF2FC;
}

.border1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.borderBot1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lineH1 {
  line-height: 1;
}

.lineH11 {
  line-height: 1.1;
}

.lineH12 {
  line-height: 1.2;
}

.lineH13 {
  line-height: 1.3;
}

.lineH14 {
  line-height: 1.4;
}

.lineH15 {
  line-height: 1.5;
}

.lineH16 {
  line-height: 1.6;
}

.lineH17 {
  line-height: 1.7;
}

.lineH18 {
  line-height: 1.8;
}

.lineH19 {
  line-height: 1.9;
}

.lineH20 {
  line-height: 2;
}

.lineH21 {
  line-height: 2.1;
}

.lineH22 {
  line-height: 2.2;
}

.color0 {
  color: #000;
}

.color0e {
  color: #0e0e0e;
}

.color0f {
  color: #0f0f0f;
}

.color01 {
  color: #010101;
}

.color3 {
  color: #333;
}

.color6 {
  color: #666;
}

.color8 {
  color: #888;
}

.colorf {
  color: #fff;
}

.colormc {
  color: #1784CD;
}

.font84 {
  font-size: 2.1rem;
}

.font64 {
  font-size: 1.6rem;
}

.font61 {
  font-size: 1.5rem;
}

.font56 {
  font-size: 1.4rem;
}

.font54 {
  font-size: 1.35rem;
}

.font52 {
  font-size: 1.3rem;
}

.font50 {
  font-size: 1.25rem;
}

.font48 {
  font-size: 1.2rem;
}

.font46 {
  font-size: 1.15rem;
}

.font44 {
  font-size: 1.1rem;
}

.font42 {
  font-size: 1.05rem;
}

.font40 {
  font-size: 1rem;
}

.font38 {
  font-size: .95rem;
}

.font36 {
  font-size: .9rem;
}

.font34 {
  font-size: .85rem;
}

.font32 {
  font-size: .8rem;
}

.font30 {
  font-size: .75rem;
}

.font28 {
  font-size: .7rem;
}

.font26 {
  font-size: .65rem;
}

.font24 {
  font-size: .6rem;
}

.font22 {
  font-size: .55rem;
}

.font21 {
  font-size: .525rem;
}

.font20 {
  font-size: .5rem;
}

.font18 {
  font-size: .45rem;
}

.font17 {
  font-size: .425rem;
}

.font16 {
  font-size: .4rem;
}

.font15 {
  font-size: .375rem;
}

.font14 {
  font-size: .35rem;
}

.font13 {
  font-size: .325rem;
}

.fBold {
  font-weight: 600;
}

.font38, .font64, .font48, .font42, .font56, .font54, .font32, .font52, .font50, .font48, .font46, .font44, .font42, .font40 {
  font-weight: 600;
}

.wel-txts .font24 {
  font-weight: 300;
}

.imgauto {
  display: inline-block;
  max-width: 100%;
}

.form-bg0 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.form-bg0 .feedback-close {
  position: absolute;
  right: 24px;
  top: 14px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.form-bg0 .form-top-title {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 24px;
}
.form-bg0 .message-contents {
  position: absolute;
  background: #fff;
  max-width: 590px;
  height: 210px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  padding: 1.25rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all .5s ease;
  transform: perspective(800px) rotateX(60deg);
}
.form-bg0 .message-contents.show {
  transform: perspective(0) rotateX(0);
}
.form-bg0 .message-contents {
  margin-left: 30px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.form-bg0 .message-h5 {
  color: #1784CD;
  font-size: 30px;
  margin-bottom: 10px;
}
.form-bg0 .message-dt {
  font-size: 16px;
}

.bdsharebuttonbox {
  display: inline-flex;
  justify-content: flex-end;
  flex: 0 0 auto;
  width: auto;
  align-items: center;
  font-size: 12px;
}
.bdsharebuttonbox:after {
  display: none !important;
}
.bdsharebuttonbox .s0 {
  flex: 0 0 auto;
  display: inline-block;
}
.bdsharebuttonbox a {
  float: none;
  padding: 0 !important;
  flex: 0 0 24px;
  width: 24px !important;
  display: inline-block;
  margin: 0 !important;
  transition-duration: .3s;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.bdsharebuttonbox .weixin {
  margin-left: 18px !important;
  margin-right: 18px !important;
  background-image: url(../img/wechat.svg) !important;
  background-size: 20px !important;
}
.bdsharebuttonbox .weixin:hover {
  opacity: 1 !important;
  background-image: url(../img/wechat.svg) !important;
}
.bdsharebuttonbox .bds_weixin {
  margin-left: 18px !important;
  margin-right: 18px !important;
  background-image: url(../img/wechat.svg) !important;
  background-size: 20px !important;
}
.bdsharebuttonbox .bds_weixin:hover {
  opacity: 1 !important;
  background-image: url(../img/wechat.svg) !important;
}
.bdsharebuttonbox .bds_tsina {
  background-size: 22px !important;
  background-image: url(../img/weibo.svg) !important;
}
.bdsharebuttonbox .bds_tsina:hover {
  opacity: 1 !important;
  background-image: url(../img/weibo.svg) !important;
}

.scroll-wrap .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.15) !important;
  width: 2px !important;
}

.intro-list4 .mCSB_scrollTools .mCSB_draggerRail {
  background: transparent !important;
  height: 2px !important;
  width: 100% !important;
}

.intro-list4 .mCSB_scrollTools .mCSB_dragger_bar {
  background: transparent !important;
}

.scroll-wrap.white .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.15) !important;
  width: 2px !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 10px !important;
}

.welcome {
  transform: scale(1) rotateX(90deg) translateZ(0);
  overflow: hidden;
  transition: transform 1s ease-out;
}
.welcome.in {
  opacity: 1;
  transform: scale(1) rotateX(0) translateZ(0);
}

.w1600 {
  max-width: 1600px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background: #F8F8F8;
  padding-top: 1rem;
  color: #888;
}
.footer .footer-top {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin-top: .95rem;
  padding: .95rem 0 1.5rem;
  align-items: flex-start;
}
.footer .footer-logo {
  width: 154px;
  display: block;
}
.footer .footer-top-left, .footer .footer-top-right {
  flex: 0 0 auto;
  display: inline-flex;
}
.footer .footer-top-left {
  justify-content: flex-start;
}
.footer .footer-top-right {
  justify-content: flex-end;
}
.footer .footer-nav {
  flex: 0 0 auto;
  margin-right: 3.3rem;
  line-height: 1;
}
.footer .footer-nav-a1 {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: .8rem;
}
.footer .footer-nav-a1:hover {
  color: #1784CD;
}
.footer .footer-nav-a2 {
  margin-top: .7rem;
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #888;
}
.footer .footer-nav-a2:hover {
  color: #1784CD;
}
.footer .footer-bot-dl, .footer .footer-bot-dr {
  flex: 0 0 auto;
}
.footer .footer-bot {
  font-size: 12px;
  line-height: 40px;
  color: #888;
  align-items: center;
  padding: 22px 0;
}
.footer .footer-bot a {
  color: #888;
}
.footer .footer-bot a:hover {
  color: #1784CD;
}

.pc-header {
  top: 0;
  z-index: 9;
  position: fixed;
  width: 100%;
  padding: 18px 2.25rem 0;
  transition: all .5s ease;
  font-size: 18px;
  line-height: 45px;
}
.pc-header .pc-header-mains {
  align-items: flex-start;
}
.pc-header.bgf, .pc-header:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
}
.pc-header.bgf .nav-a2:after, .pc-header:hover .nav-a2:after {
  background: url(../img/friendg.svg) no-repeat center center !important;
}
.pc-header.bgf .bg-img-show, .pc-header:hover .bg-img-show {
  opacity: 1;
}
.pc-header.bgf .bg-img-hide, .pc-header:hover .bg-img-hide {
  opacity: 0;
}
.pc-header.bgf .language-a, .pc-header:hover .language-a {
  color: #666;
}
.pc-header.bgf .nav-a, .pc-header:hover .nav-a {
  color: #666;
}
.pc-header.bgf .sline, .pc-header:hover .sline {
  background: rgba(0, 0, 0, 0.1);
}
.pc-header .bg-img-show {
  opacity: 0;
}
.pc-header .bg-img-hide {
  opacity: 1;
}
.pc-header .sline {
  flex: 0 0 1px;
  height: 16px;
  display: inline-block;
  margin: auto .75rem;
  background: white;
}
.pc-header .pc-left, .pc-header .pc-right {
  display: inline-flex;
  flex: 0 0 auto;
}
.pc-header .pc-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.pc-header .pc-right {
  align-items: center;
  justify-content: flex-end;
}
.pc-header .show-search-btn {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.pc-header .language-a {
  flex: 0 0 auto;
  width: auto;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  /* transition-duration: .3s; */
}
/* .pc-header .language-a:hover {
  color: #1784CD;
} */
.pc-header .logo {
  flex: 0 0 154px;
  display: inline-block;
  width: 154px;
  height: 46px;
  overflow: hidden;
  margin-right: 120px;
  position: relative;
}
.pc-header .nav-wrap {
  flex: 0 0 640px;
  width: 640px;
}
.pc-header .nav-item {
  position: relative;
  flex: 0 0 auto;
  width: auto;
}
.pc-header .nav-item:hover .sub-nav {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.pc-header .sub-nav {
  position: absolute;
  width: 160px;
  left: calc(50% - 80px);
  top: 100%;
  z-index: 2;
  background: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transform: translate(0, 40px);
  visibility: hidden;
  -webkit-transition: transform .4s ease,opacity .4s ease;
  -o-transition: transform .4s ease,opacity .4s ease;
  transition: transform .4s ease,opacity .4s ease;
}
.pc-header .sub-a {
  display: block;
  height: 46px;
  line-height: 46px;
  color: #666;
  font-size: 15px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 18px;
}
.pc-header .sub-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #1784CD;
  left: 50%;
  width: 0;
  bottom: 0;
  height: 2px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pc-header .sub-a:hover:before {
  left: 0%;
  width: 100%;
}
.pc-header .nav-a {
  display: block;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 16px;
  padding-bottom: 18px;
}
.pc-header .nav-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #1784CD;
  left: 50%;
  right: 100%;
  bottom: 0;
  height: 3px;
  width: 0;
  margin-left: 0;
  transition-duration: 0.3s;
}
.pc-header .nav-a:hover:before, .pc-header .nav-a.cur:before {
  left: 0;
  width: 100%;
}
.pc-header .nav-a2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -15px;
  background: url(../img/friendw.svg) no-repeat center center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: contain;
}
.pc-header .nav-a2.cur:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.m-header {
  width: 100vw;
  top: 0;
  left: 0;
  padding: 10px 4vw;
  position: fixed;
  z-index: 7;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  transition-duration: .5s;
}
.m-header.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.m-header .show-search-btn {
  position: fixed;
  top: 11px;
  right: calc(4vw + 45px);
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 9;
}
.m-header .m-menu-btn {
  position: fixed;
  top: 0;
  right: 4vw;
  width: 25px;
  height: 50px;
  cursor: pointer;
  z-index: 9;
}
.m-header .m-menu-btn .line {
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
}
.m-header .m-menu-btn .line1 {
  margin: -8px auto auto;
  transition: all .3s;
}
.m-header .m-menu-btn .line2 {
  margin: auto;
}
.m-header .m-menu-btn .line3 {
  margin: 8px auto auto;
  transition: all .3s;
}
.m-header .m-menu-btn.cur .line2 {
  opacity: 0;
}
.m-header .m-menu-btn.cur .line1 {
  transform: rotate(-45deg);
  margin: 0 auto;
}
.m-header .m-menu-btn.cur .line3 {
  transform: rotate(45deg);
  margin: 0 auto;
}
.m-header .nav-wrap {
  height: calc(100vh - 50px);
  top: 50px;
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 0 4vw;
}
.m-header .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
.m-header .nav-a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 38px;
  text-align: left;
  color: #000;
  position: relative;
  border-bottom: 1px solid #f8f8f8;
}
.m-header .nav-a2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 0px;
  transform: translateY(-50%);
  background: url(../img/down-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: contain;
}
.m-header .nav-a2.cur:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.m-header .sub-a {
  font-size: 13px;
  line-height: 38px;
  display: block;
  color: #666;
  border-bottom: 1px solid #f8f8f8;
}
.m-header .sub-nav {
  display: none;
}

.wel-hd01 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0px !important;
  width: 100%;
  z-index: 5;
}
.wel-hd01 .swiper-pagination-bullet {
  display: inline-block;
  width: 48px;
  background: #fff;
  margin: 0 4px;
  position: relative;
  border-radius: 0 !important;
  opacity: .7 !important;
  height: 2px;
  outline: none;
  cursor: pointer;
}
.wel-hd01 .swiper-pagination-bullet:after {
  content: "";
  display: block;
  height: 100%;
  background: #1784CD;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.wel-hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
  opacity: 1 !important;
}
.wel-hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
  transition-duration: 8s;
}

.welcome-banner {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.welcome-banner .welcome-banner-txts {
  width: 100%;
  height: calc(100% - 88px);
  padding: 40px 0 32px;
  position: absolute;
  left: 50%;
  top: 80px;
  color: #fff;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.welcome-banner .font18 {
  line-height: 1;
}
.welcome-banner .font64 {
  line-height: 1.3;
  margin: 10px 0 0;
}
.welcome-banner .wel-banner-dt {
  margin-bottom: 1.7rem;
  line-height: 1.5;
  max-width: 515px;
}
.welcome-banner .swiper-wrapper {
  height: 100vh;
}
.welcome-banner .swiper-slide {
  height: 100vh;
  display: block;
  width: 100% !important;
  top: 0;
  left: 0;
  position: absolute;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0 !important;
  transition-duration: .8s;
}
.welcome-banner .slide-img {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: scale(1) translate(-50%, -50%);
  transition: all .6s ease;
}
.welcome-banner .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.more1 {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 5;
  transition-duration: .3s;
}
.more1.auto {
  margin-left: auto;
  margin-right: auto;
}
.more1:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  z-index: 2;
  transition-duration: .3s;
  background: linear-gradient(to right, #64bec5, #509fd6);
}
.more1:hover {
  color: #fff;
  border-color: transparent;
}
.more1:hover:before {
  width: 100%;
}
.more1 .s0 {
  position: relative;
  display: block;
  height: 45px;
  line-height: 45px;
  z-index: 7;
}

.more2 {
  width: 175px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #1784CD;
  overflow: hidden;
  position: relative;
  background: #fff;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
}
.more2:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  z-index: 2;
  transition-duration: .3s;
  background: linear-gradient(to right, #64bec5, #509fd6);
}
.more2:hover {
  color: #fff;
  border-color: transparent;
}
.more2:hover:before {
  width: 100%;
}
.more2 .s0 {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  z-index: 3;
}

.load-more {
  display: block;
  width: 175px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #888;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.load-more:hover {
  color: #888;
}
.load-more .ico {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-left: 5px;
}

.news-return-a {
  padding-left: 18px;
  flex: 0 0 auto;
  display: inline-block;
  width: auto;
  height: 45px;
  line-height: 45px;
  text-align: right;
  color: #888;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 5;
  transition-duration: .3s;
}
.news-return-a:before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 45px;
  z-index: 6;
  transition-duration: .3s;
  top: 0;
  left: 0;
  background: url(../img/newsReturn.png) no-repeat left center;
  background-size: 9px !important;
}
.news-return-a:hover {
  color: #888;
  transform: translateX(-10px);
}

.ewm-alert {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.ewm-alert .ewm-wrap {
  position: absolute;
  background: #fff;
  padding: 10px;
  width: 270px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  transition-duration: .5s;
}
.ewm-alert .ewm-wrap.show {
  transform: translate(-50%, -50%) scale(1);
}
.ewm-alert .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  background: #fff;
  padding: 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.ewm-alert .ewm-txts {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.novideo-alert {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.novideo-alert .novideo-wrap {
  position: absolute;
  background: #fff;
  padding: 10px;
  width: 400px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  transition-duration: .5s;
}
.novideo-alert .novideo-wrap.show {
  transform: translate(-50%, -50%) scale(1);
}
.novideo-alert .close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.novideo-alert .novideo-txts {
  font-size: 24px;
  color: #1784CD;
  text-align: center;
  line-height: 5;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #429dd6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: transform .3s .5s;
}
.search-alert input::-webkit-input-placeholder {
  color: #fff !important;
}
.search-alert input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
}
.search-alert input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
}
.search-alert input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}
.search-alert .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.search-alert .close:before {
  font-size: 30px;
  top: 0;
  left: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.search-alert .close:hover:before {
  color: #d00010;
}
.search-alert .cent-form {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all .5s;
  position: absolute;
  width: 92%;
  left: 4%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid #fff;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 1.2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 100%;
  color: #fff;
  background: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  opacity: .5;
  outline: none;
}
.search-alert .cent-form .tex:focus {
  opacity: 1;
}
.search-alert .cent-form .tex::-webkit-input-placeholder, .search-alert .cent-form .tex::input-placeholder {
  opacity: .5;
}
.search-alert .cent-form .sub-butn {
  border: none;
  height: 2rem;
  font-size: .8rem;
  line-height: 2rem;
  color: #fff;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  text-align: center;
  background: url(../img/serw.svg) no-repeat center;
  background-size: 30px !important;
}
.search-alert.active {
  transform-origin: top center;
  transform: scaleY(1);
  transition: transform .3s;
}
.search-alert.active .cent-form {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .5s .3s;
}

.pad90 {
  padding: 2.25rem;
}

.w660 {
  width: 660px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wel-txts {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  color: #fff;
}
.wel-txts:hover {
  color: #fff;
}
.wel-txts.center {
  text-align: center;
}
.wel-txts .font42, .wel-txts .font38, .wel-txts .font28, .wel-txts .font84 {
  line-height: 1;
}
.wel-txts .font24, .wel-txts .font18 {
  line-height: 1.6;
}
.wel-txts .font24, .wel-txts .font28 {
  margin: .4rem 0 1.4rem;
}
.wel-txts .font18 {
  margin: .4rem 0 1rem;
}

.wel-list0, .wel-list3 {
  position: relative;
  display: block;
  color: #fff;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}
.wel-list0 .wel-txts, .wel-list3 .wel-txts {
  padding: 2.25rem 10px 0 2.25rem;
}
.wel-list0:hover, .wel-list3:hover {
  color: #fff;
}

.wel-list1 {
  position: relative;
}
.wel-list1 .wel-txts {
  padding-top: 12.5vw;
}
.wel-list1 .font16 {
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  width: 100%;
  line-height: 1.5;
}
.wel-list1 .font38 {
  line-height: 1;
}
.wel-list1 .font54 {
  line-height: 1.3;
  margin: .8rem auto 1.8rem;
}

.con-box {
  border: 1px solid red;
}

.wel-list2 {
  flex-wrap: wrap;
}
.wel-list2 .item {
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 3;
  overflow: hidden;
  background: #fff;
  flex: 0 0 calc(50% - 11px);
  width: calc(50% - 11px);
}
.wel-list2 .item1 .font18 {
  max-width: 500px;
}
.wel-list2 .item2 .font18 {
  max-width: 292px;
}
.wel-list2 .wel-txts {
  padding: 2.25rem 10px 0;
}
.wel-list2 .font38 {
  line-height: 1;
}
.wel-list2 .font18 {
  line-height: 1.4;
  margin: .4rem 0 1.4rem;
}

.bgImg-opacity {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: .9;
}
.bgImg-opacity.animated {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wel-list3 {
  position: relative;
}
.wel-list3 .wel-txts {
  padding: 2.25rem 10px 0 2.25rem;
}

.wel-list4 {
  position: relative;
}
.wel-list4 .wel-txts {
  padding: 2.25rem 10px 0;
}

.load-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}
.load-wrap .load-img {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-animation: rotate 1s infinite;
  animation: rotate 1s infinite;
  transform-origin: center;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.his-list1 .img-wrap {
  margin: 2rem auto 1rem;
}
.his-list1 .item {
  flex: 0 0 auto;
  width: auto;
}
.his-list1 .item:first-child {
  margin-left: 30px;
}
.his-list1 .font24 {
  position: relative;
}
.his-list1 .font24:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: -30px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #333;
}

.his-list2 .img-wrap {
  text-align: center;
}
.his-list2 .font46, .his-list2 .font18 {
  flex: 0 0 auto;
}
.his-list2 .s0 {
  flex: 0 0 auto;
  width: auto;
  display: inline-block;
  margin-right: 1.2rem;
}
.his-list2 .s0:nth-child(3n) {
  margin-right: 0;
}

.his-list3 .list-top-txts {
  flex: 0 0 auto;
}
.his-list3 .font46 {
  border-bottom: 2px solid #fff;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}
.his-list3 .s0 {
  position: relative;
  padding-left: 30px;
}
.his-list3 .s0:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
}

.his-list4 .ico-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
}
.his-list4 .item {
  flex: 0 0 auto;
  position: relative;
  padding-left: 2.8rem;
}
.his-list4 .font18 {
  max-width: 10rem;
}

.his-list5 .list-bg {
  flex: 0 0 calc(100% - 18.75rem);
  width: calc(100% - 18.75rem);
  height: 15.25rem;
}
.his-list5 .list-txts {
  flex: 0 0 15.75rem;
  width: 15.75rem;
}
.his-list5 .font17 {
  width: 100%;
}

.his-list6 .slide-bot {
  background: #fff;
}
.his-list6 .slide-img {
  flex: 0 0 46.3%;
  width: 46.3%;
}
.his-list6 .slide-txts {
  flex: 0 0 53.7%;
  width: 53.7%;
}
.his-list6 .swiper1-wrap {
  overflow: visible;
  position: relative;
  margin-left: 2.25rem;
}
.his-list6 .swiper1-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #c7c7c7;
}
.his-list6 .swiper1-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -2px;
  width: 10px;
  height: 20px;
  background: url(../img/prev1.png) no-repeat center;
  background-size: 10px !important;
}
.his-list6 .swiper2-wrap {
  margin-top: 2.5rem;
}
.his-list6 .swiper1 .swiper-slide {
  text-align: center;
  cursor: pointer;
  position: relative;
  transition-duration: .3s;
}
.his-list6 .swiper1 .swiper-slide:hover, .his-list6 .swiper1 .swiper-slide.cur {
  color: #1784CD;
}
.his-list6 .swiper1 .swiper-slide:hover .s0:before, .his-list6 .swiper1 .swiper-slide.cur .s0:before {
  background: #1784CD;
}
.his-list6 .swiper-slide-prev .sline:last-child {
  opacity: 0;
}
.his-list6 .sline-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
}
.his-list6 .sline {
  display: block;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 6px;
  background: #c7c7c7;
  z-index: 1;
}
.his-list6 .sline:first-child {
  left: 10%;
}
.his-list6 .sline:nth-child(2) {
  left: 20%;
}
.his-list6 .sline:nth-child(3) {
  left: 30%;
}
.his-list6 .sline:nth-child(4) {
  left: 40%;
}
.his-list6 .sline:nth-child(5) {
  left: 50%;
}
.his-list6 .sline:nth-child(6) {
  left: 60%;
}
.his-list6 .sline:nth-child(7) {
  left: 70%;
}
.his-list6 .sline:nth-child(8) {
  left: 80%;
}
.his-list6 .sline:nth-child(9) {
  left: 90%;
}
.his-list6 .sline:last-child {
  left: 100%;
}
.his-list6 .s0 {
  padding-bottom: 28px;
  display: inline-block;
  position: relative;
  transition-duration: .3s;
}
.his-list6 .s0:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #888;
}
.his-list6 .font21 {
  width: calc(100% - 2.4rem);
  margin-left: auto;
  margin-right: auto;
}

.news-list1 {
  padding: 2rem 2.25rem;
}
.news-list1 .news-items {
  cursor: pointer;
  flex: 0 0 calc(33.3% - 18px);
  width: calc(33.3% - 18px);
  padding-bottom: .6rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 27px;
  transition-duration: .3s;
}
.news-list1 .news-items:nth-child(3n) {
  margin-right: 0;
}
.news-list1 .news-items:hover {
  color: #000;
}
.news-list1 .news-items:hover .news-tit {
  color: #1784CD;
}
.news-list1 .news-items:hover .news-dt {
  color: #666;
}
.news-list1 .news-time {
  padding: .65rem 0 .4rem;
}
.news-list1 .news-dt {
  margin: .6rem auto .95rem;
  line-height: 2;
  color: #666;
}

.plr90 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.textCenter {
  text-align: center;
}

.marTop10 {
  margin-top: 10px;
}

.marTop24 {
  margin-top: .6rem;
}

.marTop52 {
  margin-top: 1.3rem;
}

.marTop86 {
  margin-top: 2.15rem;
}

.marTop80 {
  margin-top: 2rem;
}

.padTop24 {
  padding-top: .6rem;
}

.padTop80 {
  padding-top: 2rem;
}

.padTop100 {
  padding-top: 2.5rem;
}

.padTop60 {
  padding-top: 60px;
}

.padTop120 {
  padding-top: 3rem;
}

.padTop140 {
  padding-top: 3.5rem;
}

.padTop300 {
  padding-top: 7.5rem;
}

.padBot100 {
  padding-bottom: 2.5rem;
}

.padBot80 {
  padding-bottom: 2rem;
}

.padBot120 {
  padding-bottom: 3rem;
}

.padBot140 {
  padding-bottom: 3.5rem;
}

.padBot300 {
  padding-bottom: 7.5rem;
}

.swiper2-btns {
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  position: absolute;
  z-index: 3;
}
.swiper2-btns .btn {
  width: 20%;
  height: 180px;
  top: -90px;
}
.swiper2-btns .btn:hover {
  outline: none;
}
.swiper2-btns .btn:hover .btn-img {
  opacity: 1;
}
.swiper2-btns .prev0 {
  position: absolute;
  left: 2.25rem;
}
.swiper2-btns .prev0 .btn-img {
  left: 0;
  background: url(../img/prev0on.png) no-repeat center;
}
.swiper2-btns .next0 {
  position: absolute;
  right: 2.25rem;
}
.swiper2-btns .next0 .btn-img {
  right: 0;
  background: url(../img/next0on.png) no-repeat center;
}
.swiper2-btns .btn-img {
  opacity: 0;
  position: absolute;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  top: 50%;
  cursor: pointer;
  outline: none;
  background-size: 44px !important;
}
.swiper2-btns .btn-img:hover {
  outline: none;
}

#video, #video iframe {
  display: block;
  width: 100vw !important;
  height: 100vh !important;
}

.video-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background: #000;
  display: none;
}
.video-wrap.show {
  z-index: 10;
}
.video-wrap #video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-wrap .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  cursor: pointer;
  z-index: 4;
}
@media (max-width: 767px) {
  .video-wrap .close {
    top: 4vw;
    right: 4vw;
  }
}

.partner-list5 .item-wrap {
  align-items: stretch;
}
.partner-list5 .item {
  align-items: stretch;
}
.partner-list5 .left0 {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.partner-list5 .num {
  flex: 0 0 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}

.et5-body .contents {
  left: 50%;
}
.et5-body .contents.w1200 {
  margin-left: -600px;
}
.et5-body .contents.w1400 {
  margin-left: -700px;
}
.et5-body .contents.w1640 {
  margin-left: -820px;
}
.et5-body .font24 {
  font-weight: 500;
}

.partner-list1-img {
  padding: 1rem 0 2.5rem;
}
.partner-list1-img .item {
  flex: 0 0 calc(25% - 15px);
  width: calc(25% - 15px);
}
.partner-list1-img .txts {
  padding: 20px 10px;
  text-align: center;
  background: #fff;
  font-size: .5rem;
}

@media (min-width: 1783px) {
  .partner-list1 .pc-img, .partner-list3 .pc-img, .partner-list4 .pc-img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1783px) {
  .et5-body .contents.w1640 {
    margin-left: 0;
    left: 4%;
  }

  .partner-list4 .img-wrap {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .et5-list4 .contents.w1640 {
    margin-left: 0;
    left: 4%;
  }

  .partner-list5 .item {
    flex: 0 0 calc(33.3% - 2rem);
    width: calc(33.3% - 2rem);
  }

  .partner-list5 .scrow0 {
    flex: 0 0 3rem;
    width: 3rem;
  }
}
@media (max-width: 1700px) {
  .partner-list5 .content {
    padding: 1.3rem 20px;
  }

  .his-list6 .font21 {
    font-size: .45rem;
    width: calc(100% - 1.8rem);
  }
}
@media (max-width: 1521px) {
  .et5-list3 .contents.w1400, .et5-list6 .contents.w1400 {
    margin-left: 0;
    left: 4%;
  }

  .energy-list3 .contents.w1400 {
    margin-left: 0;
    left: 4%;
  }
}
@media (max-width: 1420px) {
  .swiper2-btns .prev0 {
    height: 120px;
    top: -60px;
  }

  .swiper2-btns .prev0 .btn-img {
    background-size: 40px !important;
  }

  .energy-list1 .txt-contents {
    width: 360px;
  }

  .energy-list1 {
    padding: 4rem 0 4rem 2.25rem;
  }
}
@media (max-width: 1334px) {
  .et5-body .contents.w1200, .energy-list3 .contents {
    margin-left: 0;
    left: 4%;
  }

  .his-list4 .item {
    padding-left: 2.2rem;
  }

  .his-list3 .font46 {
    padding-bottom: .9rem;
    margin-bottom: .9rem;
  }

  .his-list4 .item {
    flex: 0 0 32%;
    width: 32%;
  }

  .partner-list5 .scrow0 {
    flex: 0 0 3rem;
    width: 3rem;
  }
}
.font42, .font48, .font40 {
  font-weight: 600;
}

@media (min-width: 1201px) {
  .bgImg0.m-img {
    display: none;
  }

  .ser-bg-list1 .m-bg {
    display: none;
  }

  .pc-block {
    display: block;
  }

  .padTop120, .padTop100 {
    padding-top: 2rem;
  }

  .padBot120, .padBot100 {
    padding-bottom: 2rem;
  }

  .m-banner-img, .m-header {
    display: none;
  }

  .partner-list5 .scrow0.scrow3 {
    display: none;
  }
}
@media (max-width: 1220px) {
  .partner-list7 .ico {
    width: 1.6rem;
  }

  .partner-list7 .list-content {
    padding: 3rem 0;
  }

  .partner-list6 .left0, .partner-list6 .right0, .partner-list7 .left0, .partner-list7 .right0 {
    flex: 0 0 100%;
    width: 100%;
  }

  .partner-list6 .right0, .partner-list7 .right0 {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .news-return-a:before {
    height: 33px;
  }

  .partner-list4 .img-wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .swiper2-btns .btn-img {
    width: 4vw;
    opacity: 1;
  }

  .energy-list4 .font42 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    font-size: 32px;
  }

  .energy-list1 .txt-contents {
    width: 100%;
  }

  .partner-list5 .item {
    flex: 0 0 46%;
    width: 46%;
    margin-bottom: 4vw;
  }

  .partner-list5 .scrow0 {
    flex: 0 0 8%;
    width: 8%;
  }

  .partner-list5 .scrow0.scrow2, .partner-list5 .scrow0.scrow4 {
    display: none;
  }

  .search-alert .cent-form .tex {
    padding-left: 10px;
    text-align: left;
    padding-right: 80px;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }

  .search-alert .cent-form .sub-butn {
    width: 80px;
    padding: 0;
    font-size: 20px;
    text-align: right;
    height: 40px;
    line-height: 40px;
  }

  .search-alert .cent-form {
    height: 44px;
    margin-top: -22px;
  }

  .padHeader {
    padding-top: 48px;
  }

  .pc-header {
    display: none;
  }

  .m-header {
    display: block;
  }

  .plr90, .welcome-banner .welcome-banner-txts {
    /* padding-left: 4vw;
    padding-right: 4vw; */
  }

  .wel-list3 .wel-txts {
    padding: 8vw 4vw;
  }

  .wel-list0 .wel-txts, .wel-list3 .wel-txts {
    padding: 20vw 4vw;
  }

  .wel-txts .font24 {
    margin: .4rem 0 1rem;
  }

  .wel-list4 .wel-txts {
    padding-top: 8vw;
  }

  .wel-list1 .font54 {
    margin: 1rem auto;
  }

  .more1, .more2, .news-return-a, .load-more {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 12px;
  }

  .news-return-a {
    width: auto;
  }

  .more1 .s0, .more2 .s0, .news-return-a .s0, .load-more .s0 {
    height: 32px;
    line-height: 32px;
  }

  .load-more i {
    margin-top: -4px;
    width: 12px;
    background-size: auto 9px !important;
  }

  .font64, .font61 {
    font-size: 1.2rem;
  }

  .font56, .font54, .font52, .font50, .font48, .font46, .font44, .font42, .font40 {
    font-size: 32px;
  }

  .et5-body .font48, .sale-list1 .font42 {
    font-size: 32px;
  }

  .wel-list1 .wel-txts {
    padding-top: 28vw;
  }

  .ser-bg-list1 .pc-bg {
    display: none;
  }

  .bgImg0.pc-img {
    display: none;
  }

  .his-list1 .item {
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 6vw;
    margin-left: 20px;
  }
  .his-list1 .item:first-child {
    margin-left: 20px;
  }

  .his-list1 .font24:before {
    width: 6px;
    height: 6px;
    left: -20px;
    top: calc(50% - 3px);
  }

  .energy-list1 {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .his-list3 .bgImg0.m-img, .his-list4 .bgImg0.m-img, .energy-list1 .bgImg0.m-img {
    display: none;
  }

  .padBot300 {
    padding-bottom: 15vw;
  }

  .padTop300 {
    padding-top: 15vw;
  }
}
.et5-body .contents.w940 {
  margin-left: -470px;
}

@media (max-width: 1023px) {
  .et5-body .contents.w940 {
    margin-left: 0;
    left: 4%;
  }

  .partner-list1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .et5-list3 .item:first-child {
    order: 1;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0 !important;
  }

  .partner-list4 .img-wrap {
    height: 20vw;
  }
  .partner-list4 .img-wrap.heightAuto {
    height: auto;
  }

  .energy-list2 .item {
    flex: 0 0 33.3%;
    width: 33.3%;
    margin-bottom: 8vw;
  }

  .energy-list2 .pt20 {
    padding-top: 10px;
  }

  .energy-list2 .item .ico {
    width: 80px;
    margin: 0 auto;
  }

  .partner-list2 .content, .partner-list5 .content {
    padding: 20px 4vw;
    line-height: 25px;
  }

  .partner-list2 .content {
    min-height: 115px;
  }

  .partner-list7 .s0 {
    font-size: 12px;
  }

  .his-list5 .list-txts {
    flex: 0 0 48%;
    width: 48%;
  }

  .his-list5 .list-bg {
    flex: 0 0 48%;
    width: 48%;
  }

  .et5-body .item, .energy-list4 .item {
    flex: 0 0 47%;
    width: 47%;
    margin-bottom: 25px;
  }

  .energy-list3 .item {
    flex: 0 0 44%;
    width: 44%;
    margin-bottom: 25px;
  }

  .et5-list1 .item {
    flex: 0 0 auto;
    width: auto;
  }

  .padBot120 {
    padding-bottom: 60px;
  }

  .padBot80 {
    padding-bottom: 4vw;
  }

  .marTop80, .padTop80 {
    padding-top: 12vw;
  }

  .padTop100 {
    padding-top: 50px;
  }

  .padTop140 {
    padding-top: 70px;
  }

  .padTop120 {
    padding-top: 60px;
  }

  .his-list1 .img-wrap {
    margin-top: 8vw;
  }

  .footer .footer-top {
    padding: 4vw 0;
    margin-top: 4vw;
  }

  .footer .footer-nav {
    margin-right: 2rem;
  }

  .footer .footer-bot {
    padding: 15px 0;
    line-height: 34px;
  }
}
.right-fixed .ico {
  width: 22px;
  display: block;
  margin: 0 auto 5px;
}

.right-fixed .m-txt {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 200;
}

.m-swiper-remind {
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-weight: 200;
  margin-top: 40px;
  text-align: center;
  padding-right: 4vw;
}

@media (min-width: 768px) {
  .m-swiper-remind {
    display: none;
  }

  .et5-list6 .font48 {
    padding-bottom: 10px;
  }

  .right-fixed .m-show, .wel-list4 .m-show {
    display: none;
  }

  .his-list2 .m-show, .footer .m-show, .partner-list4-remind {
    display: none;
  }
  .footer .m-show{
    display: block;
  }

  .wel-list3 .pc-block, .et5-list4 .pc-block {
    display: block;
  }

  .et5-body .item-wrap.poa {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
  }
  .et5-body .item {
    flex: 0 0 auto;
  }
  .et5-body .contents {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
.et5-list3 .font24 {
  margin-bottom: 6px;
}

.m-header-mains.flexBox {
  align-items: center;
}
.m-header-mains.flexBox .m-logo {
  width: 100px;
}

.partner-list5 .font24 {
  font-weight: 600;
}

.banner-tel-ico {
  margin-top: 1rem;
  background: url(../img/telsvg.svg) no-repeat left center;
  padding-left: 30px;
  font-weight: 500;
}

.energy-list3 .font24, .energy-list4 .font24 {
  font-weight: 500;
}

.bd_weixin_popup {
  position: fixed !important;
  box-sizing: content-box;
  top: 50vh !important;
  transform: translateY(-50%);
}

.bd_weixin_popup div {
  box-sizing: content-box;
}

.bd_weixin_popup .bd_weixin_popup_head {
  font-size: 16px;
  font-weight: 500;
}

.bd_weixin_popup .bd_weixin_popup_foot {
  color: #000 !important;
}

.bd_weixin_popup .bd_weixin_popup_head, .bd_weixin_popup .bd_weixin_popup_foot {
  text-align: center !important;
}

.wel-list1 .font38 {
  font-weight: 500;
}

.wel-list0 .font64, .wel-list0 .font61 {
  line-height: 1;
}

.wel-list2-wrap {
  padding: 20px;
}

.wel-list2 .sline {
  width: 1px;
  height: 20px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.1);
  margin: auto 10px;
  display: inline-block;
}

@media (max-width: 1025px) {
  .et5-body .contents.w940 {
    margin-left: 4%;
    left: 0;
  }

  .news-more {
    padding-right: 15px;
    background-size: auto 12px !important;
  }

  .inner-banner .font18.banner-tel-ico {
    display: inline-block;
    width: auto;
    background-size: 20px !important;
  }

  .et5-body .inner-banner:before {
    opacity: 0;
  }

  .et5-list3 .contents.w1400, .et5-list6 .contents.w1400 {
    margin-left: 4%;
    left: 0;
  }

  .energy-list2 .w1270 {
    width: 100%;
  }

  .sale-list1 .font42, .sale-list1 .font18 {
    color: #000;
  }

  .top-txts .font18 {
    line-height: 1.6;
  }

  .partner-list1-img .txts {
    padding: 12px 5px;
  }

  .partner-list1-img {
    flex-wrap: wrap;
    margin: auto;
    padding: 1rem 0;
  }

  .partner-list1-img .item {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .his-list4 .padTop120 {
    padding-top: 40px;
  }

  .his-list4 .padBot120 {
    padding-bottom: 40px;
  }

  .his-list4 .item:nth-child(2) .ico-img {
    top: 25px;
  }

  .his-list6 .font46 {
    padding-bottom: 12vw;
  }

  .his-list6 .font21 {
    width: calc(100% - 24px);
  }

  .his-list6.padBot120 {
    padding-bottom: 40px;
  }

  .inner-banner .font61 {
    font-size: 34px !important;
    padding-bottom: 0 !important;
  }

  .inner-banner .font18 {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .inner-banner .font18.banner-tel-ico {
    margin-top: 10px;
  }

  .inner-banner .banner-titles {
    z-index: 5;
    text-align: center;
    top: 22%;
  }

  .partner-list4, .padBot120.partner-list3 {
    padding-bottom: 40px !important;
  }

  .et5-list1 .mb15 {
    margin-bottom: 9px;
  }

  .wel-list4 .wel-txts {
    padding-top: 20vw;
  }

  .wel-list2 .font24 {
    font-size: 14px;
  }

  .down-a {
    margin-top: 8vw;
    flex: 0 0 98px;
    width: 98px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .wel-list4 .m-show {
    display: flex;
    justify-content: center;
  }

  .et5-list3 .font24 {
    line-height: 1.4;
  }

  .font38 {
    font-size: 28px;
  }

  .partner-list4-remind {
    display: block;
    cursor: pointer;
    margin-top: 40px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
  }

  .padBot120.partner-list4, .padBot120.partner-list3 {
    padding-bottom: 40px !important;
  }

  .partner-list4 .list4-btn {
    display: none;
  }

  .energy-list1 .item-wrap {
    margin-top: 8vw;
  }

  .his-list2 .font46 {
    text-align: center;
  }

  .sale-list1 .item-wrap {
    margin-top: 0;
  }

  .energy-list3 .contents.w1400, .energy-list3 .contents, .et5-list6 .contents.w1640, .et5-list4 .contents.w1640 {
    position: static;
    margin-left: 4%;
  }

  .energy-list3 .contents, .et5-list3 .contents.w1200, .et5-list4 .contents.w1200, .et5-list6 .contents.w1200 {
    margin-left: 4%;
  }

  .energy-list3 .top-txts, .et5-list3 .top-txts, .et5-list4 .top-txts, .et5-list6 .top-txts {
    position: absolute;
    width: 92vw;
    left: 4vw;
    height: auto;
    top: 0;
  }

  .energy-list3 .font42, .et5-list3 .font48, .et5-list4 .font48 {
    padding-top: 20vw;
    padding-bottom: 3px !important;
    font-size: 32px;
    margin-bottom: 0 !important;
  }

  .et5-list6 .font48 {
    padding-top: 5vw;
    padding-bottom: 3px !important;
    font-size: 32px;
    margin-bottom: 0 !important;
  }

  .energy-list3 .item-wrap, .et5-list3 .item-wrap, .et5-list4 .item-wrap, .et5-list6 .item-wrap {
    color: #333;
    position: static;
    width: 92vw;
    margin: 25px auto;
  }

  .et5-list1 .item-wrap.poa {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
  }
  .et5-list1 .item {
    flex: 0 0 auto;
  }
  .et5-list1 .contents {
    position: absolute;
    top: 0;
    left: 4%;
    height: 100%;
  }

  .et5-list5 .contents {
    position: absolute;
  }

  .footer .pc-show {
    display: none;
  }

  .friend-wrap .friend-hides {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }

  .friend-wrap .friend-name {
    margin-top: 4vw;
    color: #333;
    margin-bottom: 4vw;
  }

  .right-fixed {
    display: none !important;
    width: 100vw;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    background: linear-gradient(to right, #64bec5, #509fd6);
  }

  .right-fixed .fixed-a {
    flex: 0 0 50%;
    height: 60px;
    padding-top: 10px;
    text-align: center;
    display: inline-block;
    background-size: 0 !important;
  }

  .right-fixed .m-show {
    display: block;
  }

  .ser-botNav .botItem {
    flex: 0 0 100%;
    width: 100%;
  }

  .partner-list4 .img-wrap {
    height: auto;
    overflow: scroll;
  }
  .partner-list4 .img-wrap .img100 {
    width: 1200px;
  }

  .partner-list3 .img-wrap {
    overflow: scroll;
  }
  .partner-list3 .img-wrap .img100 {
    width: 1200px;
  }

  .newsInfo-mains {
    margin: 8vw auto;
  }

  .newsInfo-mains .info-title-wrap {
    padding-bottom: 8vw;
  }

  .newsInfo-mains .info-dt-wrap {
    padding: 8vw 0;
  }

  .newsInfo-bot .news-bot-item:first-child, .newsInfo-bot .news-bot-item:last-child {
    margin-right: 0;
    margin-left: 0;
  }

  .newsInfo-bot .news-bot-item {
    margin-bottom: 10px;
  }

  .right-fixed .fixed-a:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .newsInfo-bot .news-bot-item:last-child:before, .newsInfo-bot .news-bot-item:first-child:before {
    display: none !important;
  }

  .newsInfo-list1 {
    margin-bottom: 8vw;
  }

  .news-list1 .news-items {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 12vw;
  }

  .news-list1 {
    padding: 8vw 4vw;
  }

  .energy-list4 .item-wrap {
    margin-top: 25px;
  }

  .energy-list3 .font18 {
    line-height: 1.5;
  }

  .energy-list1 .txt-contents {
    width: 100%;
    padding: 12vw 4vw 4vw;
  }

  .energy-list1 {
    padding: 0;
  }

  .sale-list1 .font16 {
    flex: 0 0 100%;
    width: 100%;
  }

  .sale-list1 .font21 {
    margin-bottom: 5px;
  }

  .sale-list1 .txts {
    flex: 0 0 calc(100% - 44px);
    width: calc(100% - 44px);
  }

  .sale-list1 .item {
    margin-bottom: 0;
  }
  .sale-list1 .item.w48 {
    flex: 0 0 44%;
    width: 44%;
    margin-bottom: 24px;
  }

  .sale-list1 .s0 {
    margin-right: 10px;
  }

  .sale-list1 {
    padding: 0;
  }

  .sale-list1 .m-bg {
    height: auto;
  }

  .sale-list1 .txt-contents {
    padding: 8vw 4vw;
    width: 100%;
    position: static;
  }

  .sale-list1 .title-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    text-align: center;
    color: #fff;
    padding: 20vw 4vw 0;
  }

  .sale-list1 .ico {
    flex: 0 0 38px;
    width: 38px;
    margin-right: 6px;
  }

  .ser-botNav .s1 {
    flex: 0 0 32px;
    background-size: auto 10px !important;
  }

  .ser-botNav .s0 {
    font-size: 20px;
    margin-right: 10px;
  }

  .partner-list4 .s0 {
    background-size: 10px !important;
  }

  .partner-list1 .left0, .partner-list1 .right0 {
    flex: 0 0 100%;
    width: 100%;
  }

  .padBot56 {
    padding-bottom: 8vw;
  }

  .partner-list1 .list-top-txts {
    padding: 60px 0 4vw;
  }

  .partner-list4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partner-list4 .tip {
    position: static;
    display: block;
    margin-top: 10px;
  }

  .partner-list7 .font24 {
    margin-bottom: 10px;
  }

  .partner-list7 .list-content {
    padding: 8vw 0;
  }

  .partner-list7 .ico {
    flex: 0 0 1rem;
    width: 1rem;
  }

  .partner-list7 .s0 {
    flex: 0 0 100%;
    width: 100%;
  }

  .partner-list7 .sline {
    display: none;
  }

  .partner-list7 .right0 {
    flex-wrap: wrap;
  }

  .partner-list7 .item0 {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 25px;
  }

  .partner-list5 .item, .partner-list2 .item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .padTop60 {
    padding-top: 30px;
  }

  .partner-list5 .scrow0 {
    display: none;
  }

  .swiper2-btns {
    opacity: 0;
    display: none !important;
  }

  .his-list6 .swiper2-wrap {
    margin-top: 8vw;
    padding-left: 40px;
    padding-right: 0;
  }

  .swiper2-btns .prev0 .btn-img {
    width: 30px;
    background-size: 30px !important;
  }

  .his-list6 .swiper1-wrap {
    margin-left: 4vw;
  }

  .his-list4 .font18 {
    max-width: 100%;
  }

  .his-list3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .his-list5 .list-txts, .his-list5 .list-bg {
    flex: 0 0 100%;
    width: 100%;
  }

  .his-list5 .list-bg {
    height: auto;
    margin-top: 4vw;
  }

  .his-list4 .item {
    flex: 0 0 100%;
    width: 100%;
  }
  .his-list4 .item:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .marTop52 {
    margin-top: 4vw;
  }

  .padBot140 {
    padding-bottom: 8vw;
  }

  .his-list3 {
    background: none !important;
  }
  .his-list3 .w1200 {
    position: absolute;
    left: 4%;
    top: 16vw;
    justify-content: flex-start;
  }

  .his-list3 .font46 {
    padding-bottom: .7rem;
    margin-bottom: .7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .his-list3 .font21 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .his-list3 .s0 {
    flex: 0 0 48%;
    width: 48%;
  }
  .his-list3 .s0:nth-child(3) {
    order: -1;
  }

  .his-list3 .s0 {
    padding-left: 20px;
  }

  .his-list3 .s0:before {
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }

  .pc-inline {
    display: block;
  }

  .font24 {
    font-size: 16px;
  }

  .font16, .font14 {
    font-size: 12px;
  }

  .et5-list1 .item {
    flex: 0 0 auto;
  }

  .et5-body .font48 {
    line-height: 1.4;
    padding-bottom: 0;
  }

  .et5-list2 .font48 {
    margin-bottom: 3px;
  }

  .et5-list3 .font48 {
    padding-top: 14vw !important;
  }

  .et5-list2 .mb10 {
    margin-bottom: 3px;
  }

  .pt172 {
    padding-top: 20vw;
  }

  .wel-list2 .wel-txts {
    padding-top: 10vw;
  }

  .wel-txts .font24 {
    margin: 6px 0 12px;
  }

  .wel-list4 .wel1-txts {
    padding-top: 26vw;
  }

  .pad90 {
    padding: 4vw;
  }

  .wel-hd01 .swiper-pagination-bullet {
    width: 36px;
    height: 2px;
  }

  .his-list2 .pc-show {
    display: none;
  }

  .his-list2 .s0 {
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    margin-right: 0;
  }
  .his-list2 .s0:nth-child(2n) {
    text-align: right;
  }

  .et5-list2 .left0, .et5-list2 .right0 {
    flex: 0 0 100%;
    width: 100%;
  }

  .et5-list2 .txts {
    position: static;
    padding: 10px 0;
    color: #333;
  }
  .et5-list2 .txts .font16 {
    line-height: 1.8;
  }

  .et5-list2 {
    padding-bottom: 4vw;
  }

  .et5-list2 .left0 {
    margin-bottom: 12px;
    height: auto;
    background: none !important;
  }

  .et5-list2 .right0 {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
  }

  .et5-list2 .right-item {
    height: auto;
    width: calc(50% - 3px);
    background: none !important;
  }

  .m-header .nav-a, .m-header .sub-a, .footer .footer-nav .footer-nav-a1, .footer .footer-nav .footer-nav-a2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .inner-banner .banner-titles {
    padding: 0 4vw;
    width: 100%;
  }

  .inner-banner .h690, .inner-banner .h880 {
    height: calc(100vh - 50px);
  }

  .et5-body .inner-banner .h880, .ser-body .inner-banner .h880 {
    height: calc(100vh - 50px);
  }

  .et5-list1 .font48 {
    padding-top: 20vw;
    padding-bottom: 3px;
  }

  .footer .footer-logo {
    width: 100px;
  }

  .footer {
    padding-top: 4vw;
  }

  .footer .footer-nav .footer-nav-a1 {
    margin-bottom: 0;
    line-height: 40px;
  }
  .footer .footer-nav .footer-nav-a1:hover {
    color: #333;
  }

  .m-header .nav-a2:after {
    width: 48px;
    background-size: 48px !important;
  }

  .footer .hasMenu .footer-nav-a1 {
    background-size: 48px !important;
    background: url(../img/down-arrow.svg) no-repeat right center;
  }

  .footer .hasMenu.cur .footer-nav-a1 {
    background: url(../img/up-arrow.svg) no-repeat right center;
  }

  .footer-sub-hides {
    display: none;
  }

  .his-list2 .font18 {
    margin-top: 15px;
  }

  .his-list2 .font46, .his-list2 .font18, .footer .footer-top-left, .footer .footer-top-right, .footer .footer-nav, .footer .footer-bot-dl, .footer .footer-bot-dr {
    flex: 0 0 100%;
    width: 100%;
  }

  .footer .footer-bot-dl {
    text-align: center;
    line-height: 24px;
  }

  .friend-wrap {
    width: 100%;
  }

  .footer .footer-top-right {
    justify-content: center;
  }

  .footer .bdsharebuttonbox {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
  }

  .footer .footer-top-left {
    flex-wrap: wrap;
  }

  .footer .footer-nav-a2 {
    margin-top: 0;
    line-height: 36px;
  }

  .wel-list2 .item {
    flex: 0 0 100%;
    width: 100%;
  }
  .wel-list2 .item:first-child {
    margin-bottom: 10px;
  }

  .wel-list2-wrap {
    padding: 10px;
  }

  .partner-list1 .list-top-txts {
    text-align: center;
  }

  .partner-list1 .right0 {
    margin-top: 22px;
  }

  .partner-list1 .font22 {
    margin-top: 12px;
  }

  .energy-list2 .fadeInLeft .img100 {
    transform: scale(1.1);
  }
}
@media (max-width: 376px) {
  .et5-list1 .item:first-child {
    margin-right: 40px;
  }

  .et5-list1 .item:first-child:after {
    right: -20px;
  }

  .et5-list1 .font18 {
    font-size: 10px;
  }

  .et5-body .font48, .sale-list1 .font42, .font56, .font54, .font52, .font50, .font48, .font46, .font44, .font42, .font40 {
    font-size: 28px;
  }
}
.right-fixed .fixed-a:nth-child(2) {
  height: 0;
  overflow: hidden;
  margin-top: 0;
}

.welcome-banner .font64, .wel-list0 .font64, .wel-list0 .font61, .wel-list1 .font54, .wel-txts .font42, .wel-txts .font38, .inner-banner .font61 {
  font-weight: 500 !important;
}

.et5-list1 .item-wrap {
  flex-wrap: nowrap;
}

.energy-list1 .item {
  flex-wrap: nowrap;
}

@media (max-width: 321px) {
  .et5-body .item {
    flex: 0 0 100%;
    width: 100%;
  }

  .et5-body .et5-list1 .item {
    flex: 0 0 auto;
    width: auto;
  }

  .energy-list1 .ico {
    flex: 0 0 40px;
    width: 40px;
    margin-right: 5px;
  }

  .energy-list1 .txts {
    flex: 0 0 calc(100% - 46px);
    width: calc(100% - 46px);
  }
}

/*# sourceMappingURL=style.css.map */
