body {
  color: #333;
  font-style: 100%;
  font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  background: #eceff4;


}

@font-face {
  font-family: "iconfont";
  /* Project id 2558379 */
  src: url('iconfont.woff?t=1622627576259') format('woff'),
    url('iconfont.ttf?t=1622627576259') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weixin:before {
  content: "\e659";
}

.icon-xinlangwang:before {
  content: "\e61f";
}

.icon-huidingbu:before {
  content: "\e66c";
}

.icon-sousuo:before {
  content: "\e67d";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-kuaishou:before {
  content: "\e8dc";
}

.icon-fuwu:before {
  content: "\e673";
}

.icon-jiaoshi:before {
  content: "\e638";
}

.icon-OAshenpi:before {
  content: "\e639";
}

.icon-boshimao:before {
  content: "\e612";
}

.icon-w_jiaoxue:before {
  content: "\e66b";
}

.icon-guanli:before {
  content: "\e6e7";
}

.icon-huaxue:before {
  content: "\e600";
}

.icon-iconfontditu:before {
  content: "\e605";
}

.icon-iconfontdiqiu:before {
  content: "\e60a";
}

.icon-iconfontimage:before {
  content: "\e637";
}

.icon-iconfontunie906:before {
  content: "\e616";
}

.icon-iconfont1:before {
  content: "\e60f";
}

.icon-iconfontemail:before {
  content: "\e608";
}

.icon-iconfonthome:before {
  content: "\e61a";
}

.icon-iconfont31:before {
  content: "\e62c";
}

.icon-danghui:before {
  content: "\e6c7";
}


.img-hide {
  overflow: hidden;
  display: block;
}

.slick-slider {
  touch-action: auto !important;
}

.img-hide img,
.div-img {
  transition: 0.5s all;
  transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
  transform: scale(1.05, 1.05);
}

.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

li {
  list-style: none;
}

a {
  color: #333;
}

ul {
  padding: 0;
  margin: 0;
}

a:hover,
a {
  text-decoration: none !important;
}

a:focus {
  text-decoration: none !important;
  outline: none !important;
}

button:focus,
button:hover,
input:focus {
  outline: none !important;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.home body {
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.body_home {
  height: 100%;
  overflow: hidden;
}

.body_r {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  transition: left 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 1;
  overflow: hidden;
}

.body_r.dis * {
  background: none !important;
}

.body_r.showdiv {
  left: 0;
}

.body_r .body_scroll {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.body_r .ll {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  background: url() right 30px center no-repeat;
  padding-left: 40px;
  width: 20px;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.body_r .ll:hover {
  padding-left: 50px;
}

.body_r .ll.w {
  background-image: url();
  color: #58453b;
}

.body_r.showdiv .ll {
  opacity: 1;
  visibility: visible;
}

.body_r .arr {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 80px;
  cursor: pointer;
  font-family: icon;
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.body_r.showdiv .arr {
  opacity: 1;
}

.body_r .arr.h {
  display: none;
}

.screen {
  float: left;
  height: 100%;
  position: relative;
}

.body_b {
  position: fixed;
  left: 0%;
  top: 100%;
  bottom: 0;
  right: 0;
  background: #eceff4;
  overflow: hidden;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 1;
  overflow: auto;
  outline: none;
}

.body_b * {
  outline: none;
}

.body_b.showdiv {
  top: 0;
  overflow-x: hidden;
}

.body_b .mCSB_scrollTools {
  z-index: 4;
  width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #94070a;
  width: 5px;
}

.body_b .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.1);
}

.header {
  position: fixed;
  z-index: 100030;
  left: 0;
  top: 0;
  right: 0;
}

.body_home.showdiv .header {
  transform: none;
  opacity: 1;
}

.d {
  transform: translate(0, -80px);
  transition: all 1s ease-out 0s;
  opacity: 0;
}

.r {
  transform: translate(150px, 0);
  transition: all 1s ease-out 0s;
  opacity: 0;
}

.l {
  transform: translate(-150px, 0);
  transition: all 1s ease-out 0s;
  opacity: 0;
}

.showdiv .page-one .d,
.page-one.showdiv .d,
.wb-list.showdiv.d,
.page-tow.showdiv .d,
.page-three.showdiv .d,
.page-four.showdiv .d,
.page-five.showdiv .d,
.page-six.showdiv .d,
.page-senven.showdiv .d,
.page-xz.showdiv .d,
.back-ck.showdiv .d {
  transform: none;
  opacity: 1;
}

.showdiv .page-one .r,
.page-tow.showdiv .r,
.page-three.showdiv .r,
.page-four.showdiv .r,
.page-five.showdiv .r,
.page-six.showdiv .r,
.page-seven.showdiv .r {
  transform: none;
  opacity: 1;
}

.showdiv .page-one .l,
.page-tow.showdiv .l,
.page-three.showdiv .l,
.page-four.showdiv .l,
.page-five.showdiv .l,
.page-six.showdiv .l,
.page-seven.showdiv .l {
  transform: none;
  opacity: 1;
}

.showdiv .page-one .d,
.showdiv .page-one .r,
.showdiv .page-one .l {
  transition-delay: 0.5s;
}

.jx-back-t.showdiv .d {
  transform: none;
  opacity: 1;
}

.page-one .d {
  transform: translate(0, 180px);
  transition: all 1.2s;
}



.tab-content {
  position: relative;
}

.tab-content .tab-pane {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s all;
  display: none;
}

.tab-content .tab-pane.active {
  position: relative;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}

.banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}



.slick,
.slick-list,
.slick-initialized .slick-slide,
.slick-track,
.banner a,
.banner-img {
  height: 100vh;
}

.banner a img {
  display: none;
}

.banner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.header2 {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
  padding: 0 !important;
}

.body_b.showdiv .header2 {
  transition: all 0.7s ease-in-out 0.5s;
  transform: none;
  opacity: 1;

}



.nav-click {
  display: none;
}

.menu-button {
  position: absolute;
  display: none;
  top: 18px;
  right: 15px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.bar {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.cross {
  margin-top: -8px;
}

.cross .bar {
  margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}


.search-box-c {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 54px;
  background: #fff;
  padding-right: 115px;
  margin-left: -400px;
  z-index: 1000010;
}

.search-box-c .form-control {
  height: 54px;
  border-radius: 0;
  font-size: 18px;
  box-shadow: none;
  border: none;
}

.modal {
  z-index: 100000001;
}

.modal-backdrop {
  z-index: 10000000;
}

.modal-box {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000010;
}

.btn-search-c,
.btn-search-c:hover,
.btn-search-c:focus {
  position: absolute;
  right: 0;
  background: #9a0813;
  top: 0;
  width: 115px;
  height: 54px;
  border: none;
  border-radius: 0;
  padding: 0
}

.modal-back {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5);
}

.search-a {
  display: none;
}

.layer {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layer.showdiv {
  opacity: 1;
  visibility: visible;
  z-index: 10000000;
}

.layer .close {
  font-size: 60px;
  font-family: "宋体";
  position: absolute;
  right: 50px;
  top: 50px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  color: #ccc;
}

.layer .search_box {
  height: 45px;
  line-height: 45px;
  width: 550px;
  display: -ms-flexbox;
  display: flex;
  transform: translateY(-50px);
  opacity: 0;
  margin-top: -100px;
}

.layer.showdiv .search_box {
  transform: none;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
}

.layer .search_box .kw {
  background: #fff;
  border: none;
  -ms-flex: 1;
  flex: 1;
  padding: 0 12px;
  height: 45px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.layer .search_box .ok {
  background: #ad0002;
  color: #fff;
  box-shadow: none;
  border: none;
  width: 120px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.layer.active {
  opacity: 1;
  z-index: 1000000;
}



.body_b.showdiv {
  z-index: 1000;
}

.bb {
  width: 188px;
  text-align: center;
  padding-top: 60px;
  color: #fff;
  font-size: 14px;
  height: 95px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -94px;
  z-index: 100;
  /* background: url(../images/banner-b.png) center no-repeat; */
}

.bb img {
  animation: container ease-in-out 2.7s infinite alternate;
}

@keyframes container {

  0%,
  100%,
  20%,
  50%,
  80% {
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
    transform: translate3d(0, 0, 0);
    /*设置只在Z轴上移动*/
  }

  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  padding: 0.3rem 0.6rem 0.3rem 0.4rem;
  background: url(../images/header.png) center no-repeat; 
  background-size: 100% 100%;
}

.logo img {
  width: 3.75rem;
}

.nav-list li {
  float: left;
  position: relative;
  margin-left: 0.13rem;
}

.nav-list li a {
  display: block;
  line-height: 0.74rem;
  font-size: 0.28rem;
  color: #fff;
}

.nav-list {
  padding-left: 0.2rem;
}

.search-a {
  position: absolute;
  display: block;
  right: 0.4rem;
  top: 0.3rem;
  line-height: 0.74rem;
}

.search-a img {
  width: 0.33rem;
}

.bb {
  display: block;
  bottom: 2rem;
}

.bb img {
  width: 2.42rem;
}

.banner .slick-dots {
  bottom: 0.2rem;
}

.banner .slick-dots li,
.banner .slick-dots li button {
  width: 0.31rem;
  height: 0.29rem;
}

.banner .slick-dots li button {
  background: url(../images/li01.png) center no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  display: block;
}

.banner .slick-dots li {
  margin: 0 0.15rem;
  overflow: hidden;
}

.banner .slick-dots li button:before {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/li02.png) center no-repeat;
  background-size: 100% 100%;
}

.banner .slick-dots li.slick-active button:before {
  width: 100%;
  animation: li ease-in-out 6s;
  animation-fill-mode: forwards;
}

@keyframes li {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

.banner .slick-prev {
  width: 0.7rem;
  height: 1.18rem;
  transform: translate(0, -50%);
  background: url(../images/left.png) center no-repeat;
  background-size: 100% auto;
  z-index: 100;
  left: 0.4rem;
}

.banner .slick-next {
  width: 0.7rem;
  height: 1.18rem;
  transform: translate(0, -50%);
  background: url(../images/right.png) center no-repeat;
  background-size: 100% auto;
  z-index: 100;
  right: 0.4rem;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.header.mobile {
  background: #024ca1;
}

.page-one {
  padding-top: 1.4rem;
}

.title {
  margin-top: 0.45rem;
  margin-bottom: 0.35rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  position: relative;
}

.title img {
  width: 2.8rem;
}

.title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 50%;
  margin-right: 1rem;
  border-top: solid 1px #024ca1;
}

.title:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  margin-left: 1rem;
  border-top: solid 1px #024ca1;
}

.box-width {
  padding: 0 0.6rem;
}

.one-left {
  width: 63.6%;
}

.one-left-img a {
  display: block;
  height: 3.26rem;
}

.one-left-img {
  width: 47%;
}

.one-left-right {
  width: 49%;
}

.one-left-tt a {
  font-size: 0.3rem;
  color: #ab3537;
}

.one-left-p {
  font-size: 0.2rem;
  color: #000;
  text-indent: 2em;
  text-align: justify;
  margin-top: 0.26rem;
}

.one-left-date {
  text-align: right;
  font-size: 0.2rem;
  color: #000;
  margin-top: 0.12rem;
}

.one-tabs li a {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 0.32rem;
  color: #6d6d6d;
  padding: 0.1rem;
}

.one-tabs li {
  float: left;
}

.one-tabs li.active a {
  color: #0029b5;
}

.one-news-li li a {
  padding: 0.14rem 1.2rem 0.14rem 0.32rem;
  background: url(../images/quan.png) 0.05rem center no-repeat;
  background-size: 0.15rem 0.15rem;
  font-size: 0.2rem;
  color: #000;
  display: block;
  position: relative;
  border-bottom: solid 1px #acaebc;
}

.one-news-li li a span {
  position: absolute;
  right: 0;
  top: 0.14rem;
}

.one-tabs {
  position: relative;
}

.one-tabs:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 0.05rem;
  border-radius: 0.06rem;
  background: #b0b2b4;
}

.one-tabs li.active a:before {
  background: #0029b5;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 0.05rem;
  border-radius: 0.06rem;
}

.tabs-more {
  position: absolute;
  right: 0;
  top: -0.3rem;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.8);
}

.one-zx-list li a {
  display: block;
  position: relative;
  margin-top: 0.42rem;
}

.one-xz-date span {
  display: block;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  background:#0029b5;
  line-height: 1;
  padding: 0.06rem 0.05rem;
}

.one-right {
  width: 33.333333%;
}

.one-xz-date {
  border-radius: 0.1rem;
  overflow: hidden;
  border: solid 1px #0029b5;
}

.one-xz-date font {
  display: block;
  font-size: 0.28rem;
  line-height: 1;
  font-weight: bold;
  color: #0029b5;
  padding: 0.08rem 0;
}

.one-xz-p {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  color: #0029b5;
}

.one-zx-list {
  padding-top: 0.1rem;
  background: url(../images/back-n.png) center 2.5rem no-repeat;
  background-size: 3.38rem auto;
}

.tow-left-width {
  width: 58.6%;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
  position: relative;
}

.ld-img-jx {
  height: 6.1rem;
}

.tow-left-width:before {
  display: block;
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 6rem;
  height: 8.44rem;
  z-index: 100;
  background: url(../images/k.png) center no-repeat;
  background-size: 100% 100%;
}

.tow-right-width {
  width: 41.4%;
  padding-left: 0.25rem;
}

.lb-hover a {
  display: block;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
  background: #fff;
  height: 1rem;
  position: relative;
}

.lb-hover .swiper-slide {
  margin-bottom: 0.27rem;
}

.lb-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.7rem;
}

.lb-tt {
  position: absolute;
  left: 1.9rem;
  right: 110px;
  top: 50%;
  font-size: 0.2rem;
  color: #0029b5;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transform: translate(0, -50%);
}

.lb-date {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 14px;
  color: 666px;
  transform: translate(0, -50%);
}

.lb-hover .aaa a:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 0.04rem #0029b5;
}

.lb-hover .aaa a {
  box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.3);
}

.lb-hover .aaa a:after {
  display: block;
  content: "";
  z-index: 1000;
  position: absolute;
  left: -0.4rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.53rem;
  height: 0.31rem;
  background: url(../images/lj.png) center no-repeat;
  background-size: 100% 100%;
}

.lb-hover {
  overflow: visible;
}

.page-three .title {
  margin-top: 0.32rem;
}

.page-three {
  position: relative;
  z-index: 100;
}

.three-left {
  width: 26%;
  padding-top: 0.85rem;
  height: 8.3rem;
  background: url(../images/back-mt.png) center no-repeat;
  background-size: 100% 100%;
}

.mt-list li a {
  display: block;
  margin-bottom: 0.37rem;
  height: 1rem;
  background: url(../images/mt-l.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.mt-list-img {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}

.mt-list-img img {
  width: 1.5rem;
  transition: 0.3s all;
  border: solid 2px #fff;
  height: 0.55rem;
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.mt-list li a:hover .mt-list-img img {
  transform: scale(1.05, 1.05);
}

.mt-list-tt {
  position: absolute;
  line-height: 1.8;
  left: 1.9rem;
  right: 0.2rem;
  top: 50%;
  font-size: 0.18rem;
  color: #955706;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transform: translate(0, -50%);
}

.three-lg {
  position: relative;
}

.three-a-box {
  width: 25%;
  position: absolute;
  left: 26%;
  top: 0;
  bottom: 0;
}

.three-a {
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0;
  bottom: 0;
  right: 0;
}

.three-a-img {
  display: block;
  position: absolute;
  left: 0rem;
  top: 0;
  bottom: 0;
  right: 0;
}

.three-a-bottom {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
}

.three-a-label img {
  width: 0.64rem;
  height: 0.65rem;
}

.three-a-p {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  font-size: 0.2rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transform: translate(0, -50%);
}

.three-right {
  position: absolute;
  left: 51%;
  margin-left: 0.1rem;
  top: 0;
  right: 0;
  bottom: 0;
}

.three-right a.three-a-top {
  height: 4.25rem;
  bottom: auto;
  left: 0;
}

.three-a-b-l {
  left: 0;
  top: auto;
  bottom: 0;
  width: 50%;
  height: 3.95rem;
}

.three-a-b-r {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 50%;
  height: 3.95rem;
  background: url(../images/back-r.png) center bottom no-repeat;
  background-size: cover;
}

.gz-title {
  position: absolute;
  left: 0.35rem;
  top: 1.2rem;
  width: 1.75rem;
}

.three-ewm {
  position: absolute;
  left: 2.4rem;
  top: 0.6rem;
  padding-left: 0.7rem;
}

.three-ewm i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.4rem;
}

.three-ewm span img {
  width: 1.04rem;
}

.three-ewm-b {
  left: 0.3rem;
  top: 2.15rem;
}

.three-ewm-c {
  left: 2.45rem;
  top: 2.15rem;
}

.page-four {
  background: url(../images/back-four.png) center bottom no-repeat;
  background-size: auto 4.82rem;
}

.four-tabs {
  background: #f0f3f7;
  width: 24%;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  height: 4rem;
  padding: 0.2rem 0.3rem;
}

.four-tabs-ul li a {
  display: block;
  line-height: 0.9rem;
  height: 0.9rem;
  font-size: 0.32rem;
  color: #0029b5;
  padding-left: 0.75rem;
  position: relative;
  border-bottom: solid 1px #ccd8e6;
}

.four-tabs-ul li a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.four-tabs-ul li a i img {
  width: 0.55rem;
}

.four-tabs-ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.16rem;
  color: #666;
}

.four-tabs-ul li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 2.7rem;
  top: 0;
  bottom: 0;
  width: 0.25rem;
  background: url(../images/raw.png) center no-repeat;
  background-size: 100% auto;
}

.four-tabs-ul li.active a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  height: 0.04rem;
  width: 2.1rem;
  border-radius: 0.04rem;
  background: #0029b5;
}

.four-right {
  width: 76%;
  padding-left: 0.3rem;
}

.four-right-list li {
  float: left;
  width: 33.333333%;
  padding: 0 0.15rem;
}

.four-right-list {
  margin: 0 -0.15rem;
}

.four-right-list li a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.four-list-img div {
  height: 2.75rem;
}

.four-list-bottom {
  height: 1.25rem;
  padding: 0.1rem 0.15rem;
}

.four-list-tt {
  font-size: 0.2rem;
  color: #0029b5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.68rem;
}

.four-list-date {
  font-size: 0.18rem;
  color: #0029b5;
  margin-top: 0.05rem;
}

.zt-list li {
  float: left;
  width: 33.333333%;
  padding: 0 0.2rem;
}

.zt-list {
  margin: 0 -0.2rem;
}

.zt-list li a {
  display: block;
  padding-top: 33%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.zt-list li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tg-left {
  background: url(../images/tg-back.png) center no-repeat;
  margin-top: 0.4rem;
  background-size: cover;
  width: 22.5%;
  height: 3.4rem;
}

.tg-right {
  width: 77.5%;
  padding-left: 1.2rem;
  margin-top: 0.4rem;
  position: relative;
}

.tz-ul li a {
  display: block;
  position: relative;
  border-bottom: solid 2px #999;
  background: url(../images/icon-tz.png) left center no-repeat;
  background-size: 0.26rem auto;
  padding: 0.12rem 1rem 0.12rem 0.4rem;
  font-size: 0.2rem;
  color: #000;
}

.tz-ul li a span {
  position: absolute;
  right: 0;
  top: 0.12rem;
}

.tz-ul {
  padding-top: 0.15rem;
}

.email {
  padding-top: 0.4rem;
}

.email img {
  width: 1.79rem;
}

.tg-txt {
  font-size: 0.18rem;
  color: #fff;
  line-height: 2;
  margin-top: 0.2rem;
}

.page-five {
  padding-bottom: 0.4rem;
}

.back-bottom {
  background: url(../images/back-bottom.png) center bottom no-repeat;
  background-size: 100% auto;
}

.tg-right:before {
  display: block;
  content: "";
  position: absolute;
  left: 0.6rem;
  width: 2px;
  height: 2.7rem;
  top: 50%;
  transform: translate(0, -50%);
  background: #727e9e;
}


.wrap_footer {
  background: url("../images/footer.png") no-repeat top / cover;
  position: relative;
  margin-top: 40px;
}

.footer {
  margin: 0px auto;
  padding: 40px 0px 10px;
  max-width: 1640px;
  width: 100%;
}

.footer_lf {
  width: 48%;
  float: left;
  margin: 20px 0;
}

.btbu-login {
  overflow: hidden;
  display: block;
}

.btbu-login span input {
  background: none;
  padding: 0px 10px;
  border: currentColor;
  border-image: none;
  width: 100%;
  height: 36px;
  color: rgb(255, 255, 255);
  line-height: 36px;
  display: block;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

.btbu-login>span::before {
  border-radius: 5px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  content: "";
  opacity: 0.4;
  background-color: rgb(255, 255, 255);
}

.btbu-login>span {
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  position: relative;
}

.select2-container {
  border-radius: 5px;
}

.btbu-txt1 {
  width: 46%;
  float: left;
}

.btbu-login span select {
  background: none;
  width: 100%;
  height: 36px;
  position: relative;
  z-index: 10;
}

.btbu-select1 {
  width: 50%;
  height: 36px;
  line-height: 36px;
  float: right;
  display: block;
}

.btbu-txt2 {
  width: 67.5%;
  float: left;
}

.btbu-btn1 {
  width: 28.67%;
  text-align: center;
  font-weight: bold;
  float: right;
}

.btbu-btn1 input {
  text-align: center;
  cursor: pointer;
}

.btbu-btn1:hover {
  background-color: rgb(0, 54, 111);
}

.btbu-login .clear {
  padding-bottom: 10px;
}

.footer_rt {
  padding: 0px 0px;
  width: 47%;
  float: right;
}

.footerLink {
  padding: 0px 0px 0px;
  width: 19%;
  float: right;
  font-size: 0px;
  margin-top: 5px;
  position: relative;
  text-align: right;
}

.footerLink li {
  vertical-align: middle;
  display: inline-block;
}

.footerLink li>a {
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
  border-image: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 48px;
  font-size: 28px;
  margin-right: 30px;
  display: block;
}

.footerLink li>a:hover {
  border-color: rgb(117, 189, 41);
  background-color: rgb(117, 189, 41);
}

.footerLink li>a.iconxinlang:hover {
  border-color: rgb(230, 22, 45);
  background-color: rgb(230, 22, 45);
}

.links {
  float: right;
}

.links>span {
  width: 45px;
  display: block;
}

.footer_icon {
  left: 50%;
  width: 161px;
  bottom: 3px;
  margin-left: -77px;
  position: absolute;
}

.footer_triangle {
  left: 50%;
  width: 0px;
  height: 0px;
  bottom: 94px;
  margin-left: -60px;
  border-right-color: transparent;
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: transparent;
  border-right-width: 60px;
  border-bottom-width: 64px;
  border-left-width: 60px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  position: absolute;
  opacity: 0.3;
}



.foot_about_sd {
  text-align: left;
  float: left;
  width: 24%;
  padding-right: 0%;
  padding-left: 1%;
}

.foot_about_sd ul {
  overflow: hidden;
  padding-bottom: 25px;
}

.h4_title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 0px;
}

.foot_about_sd ul li {
  line-height: 24px;
  font-size: 12px;
}

.foot_about_sd ul li a {
  color: #ddd;
}

.foot_about_sd ul li a:hover {
  color: #fff;
}

.iconxinlang::before {
  padding-top: 3px;
  display: block;
}

.code {
  position: relative;
}

.code i {
  left: 50%;
  width: 98px;
  height: 98px;
  bottom: 58px;
  margin-left: -65px;
  display: none;
  position: absolute;
}

.flexslider .slides img {
  height: 780px;
}


.sy_lb5 {
  width: 100%;
  float: left;
}

.sy_lb5 li {
  width: 25%;
  float: left;
  padding: 45px 0;
  text-align: center;
}

.sy_lb5 li .imgk {
  width: 100%;
  height: 60px;
}

.sy_lb5 li .imgk i {
  color: #fff;
  font-size: 46px;
}

.sy_lb5 a {
  color: #fff;
}

.sy_lb5 a:hover,
.sy_lb5 a:hover i {
  color: #ccc;
}

.copyright {
  background: #000000;
  height: 65px;
}

.copyright_l {
  width: 100%;
  text-align: center;

}

.copyright_l p {
  font-size: 14px;
  line-height: 65px;
  color: #9da3a3;
  float: left;
}

.copyright_l p a {
  font-size: 14px;
  line-height: 65px;
  color: #9da3a3;
}

.mode06 {
  margin: 0px auto;
  max-width: 1640px;
  width: 100%;
}

.goTop {
  border-radius: 50%;
  transition: none;
  width: 50px;
  height: 50px;
  text-align: center;
  right: 20px;
  bottom: 40px;
  color: rgb(255, 255, 255);
  line-height: 50px;
  font-size: 25px !important;
  display: none;
  position: fixed;
  display: none;
  z-index: 9999999;
  background-color: rgb(0, 54, 111);
}

.goTop.active {
  display: block;
}

.goTop:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(228, 104, 86);
}

.footerLink li a span {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  width: 150px;
  display: none;
}

.footerLink li a:hover span {
  display: block;
}

.one-news-li li a:hover,
.tabs-more:hover,
.tz-ul li a:hover {
  color: #0029b5;
}

a:hover .one-xz-p {
  text-decoration: underline !important;
}

.one-left-tt a:hover {
  font-weight: bold;
}

.three-a-img,
.four-list-img div,
.ld-img-jx {
  transition: 0.3s all;
}

a:hover .three-a-img,
a:hover .four-list-img div,
a:hover .ld-img-jx {
  transform: scale(1.05, 1.05);
}

.three-a {
  overflow: hidden;
}

.nav-down {
  position: absolute;
  text-align: center;
  display: none;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  min-width: 120%;
  background: #fff;
}

.nav-down li {
  float: none;
  width: 100%;
  margin: 0;
}

.nav-down li a {
  line-height: 1.6;
  background: #fff !important;
  color: #333 !important;
  font-weight: normal;
  font-size: 0.18rem;
  padding: 8px 3px;
}

.nav-list li:hover .nav-down {
  display: block;
}

.nav-down li a:hover {
  background: #a40000 !important;
  color: #fff !important;
}

@media(min-width: 1024px) {
  .showdiv .goTop {
    display: block;
  }

}

@media(max-width: 1630px) {
  .copyright_l p {
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: center;
    padding: 0 15px;
  }

  .copyright {
    height: auto;
    padding-top: 10px;
  }

  .footerLink {
    float: none;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 160px;
  }

  .footerLink li {
    width: 50%;
    margin: 0;
  }

  .footerLink li>a {
    margin: 0 auto;
  }

  .copyright_l p span {
    display: inline-block;
  }

  .copyright_l p {
    float: none;
  }

  .copyright_l p a {
    line-height: 1.6;
  }
}




@media(max-width: 1279px) {
  .footer_lf {
    width: 100%;
  }

  .sy_lb5 li {
    width: 12.5%;
  }

  .footer_rt {
    width: 100%;
  }

}




@media(max-width:1023px) {

  .slick,
  .slick-list,
  .slick-initialized .slick-slide,
  .slick-track,
  .banner a,
  .banner-img {
    height: auto;
  }

  .banner-img {
    display: none;
  }

  .banner a img {
    display: block;
  }

  body {
    padding-top: 50px !important;
  }

  .banner .slick-prev,
  .banner .slick-next {
    width: 30px;
    height: 60px;
  }

  .banner {
    height: auto;
    margin: 0;
  }

  .banner .slick-dots li,
  .banner .slick-dots li button {
    width: 16px;
    height: 15px;
  }

  .banner .slick-dots {
    bottom: 20px;
  }

  .search-a img {
    width: 25px;
  }

  .search-a {
    right: 20px;
  }

  .layer .close {
    right: 15px;
    top: 15px;
    width: 40px;
    line-height: 40px;
  }

  .d,
  .l,
  .r {
    transform: translate(0, 0) !important;
    transition: all 1s ease-out 0s;
    opacity: 1 !important;
  }

  .bb {
    display: none;
  }


  .header {
    opacity: 1;
    padding: 0 15px !important;
    border: none;
    transform: translate(0, 0) !important;
    position: fixed;
    background: #024ca1;
    min-height: 50px;
    height: 50px;
  }

  .header2 {
    display: none !important;
  }

  .header-list {
    display: block !important;
  }

  .banner-img {
    display: none;
  }

  .search-a {
    top: 0;
  }

  .home,
  .home body {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
  }

  .body_home {
    height: auto;
    overflow: visible;
  }

  .banner a img {
    display: block;
  }

  .banner {
    position: relative;
  }

  .banner .slick {
    margin: 0;
  }

  .bb,
  .top {
    display: none;
  }

  .body_b {
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    transform: none;
    overflow: hidden;
  }



  .nav-list {
    position: fixed;
    display: none;
    left: 0;
    top: 50px;
    width: 100%;
    padding-bottom: 50px;
    bottom: 0;
    margin-top: 0;
    height: 100vh;
    overflow-y: auto;
    background: #024ca1;
  }

  .nav-list li {
    float: none;
    padding: 0;
    display: block;
    margin: 0;
  }

  .nav-list li a {
    line-height: 40px;
    padding: 0 15px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #fff !important;
  }

  .nav-list:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    border-top: solid 1px #fff;
  }

  .search-a {
    line-height: 50px;
    margin-right: 30px;
    width: 32px;
  }

  .menu-button,
  .nav-click {
    display: block;
  }

  .nav-click {
    display: block;
    transition: 0.3s all;
    z-index: 10000;
    position: absolute;
    color: #fff;
    right: 0;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }

  .nav-click.active {
    transform: rotate(180deg);
  }

  .nav-down {
    position: static;
    background: none;
    transform: translate(0, 0);
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: none;
  }

  .nav-down li {
    text-align: left;
    padding: 0px;
    background: none;
  }

  .nav-down li a {
    padding: 0px 15px 0px 25px;
    background: none !important;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }

  .nav-list li:hover .nav-down {
    display: none;
  }


  .nav-down {
    margin-left: 0 !important;
  }




  .logo {
    line-height: 50px;
  }

  .logo img {
    width: auto;
    height: 30px;
  }

  .page-one {
    padding-top: 30px;
  }

  .one-left {
    width: 100%;
  }

  .one-left-img a {
    height: auto;
    padding-top: 60%;
  }

  .one-left-tt a {
    font-size: 18px;
  }

  .one-left-p {
    font-size: 16px;
    margin-top: 20px;
  }

  .one-left-date {
    font-size: 16px;
    margin-top: 10px;
  }

  .one-tabs li a {
    font-size: 18px;
    padding: 10px;
  }

  .one-news-li li a {
    font-size: 16px;
    padding: 10px 100px 10px 25px;
    background-size: 10px auto;
  }

  .tabs-more {
    font-size: 14px;
    top: -30px;
  }

  .one-tabs {
    margin-top: 20px;
  }

  .one-right {
    width: 100%;
  }

  .one-xz-date span {
    font-size: 12px;
    padding: 5px;
  }

  .one-xz-date font {
    font-size: 18px;
    padding: 6px 12px;
  }

  .one-xz-p {
    left: 80px;
    font-size: 16px;
  }

  .tg-left {
    width: 30%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .email {
    padding-top: 20px;
  }

  .tg-right {
    width: 70%;
  }

  .tg-right {
    margin-top: 0;
  }

  .tz-ul li a {
    font-size: 16px;
    padding: 10px 100px 10px 25px;
  }

  .tz-ul li a span {
    top: 10px;
    font-size: 14px;
  }

  .title img {
    width: 200px;
  }

  .one-zx-list li a {
    margin-top: 15px;
  }



}

@media(max-width: 767px) {
  .title img {
    width: 160px;
  }

  .one-left-img {
    width: 100%;
  }

  .title {
    margin: 0 0 20px 0;
  }

  .one-left-right {
    width: 100%;
    margin-top: 15px;
  }

  .page-tow {
    margin-top: 25px;
  }

  .tow-left-width:before {
    display: none;
  }

  .tow-left-width {
    width: 100%;
  }

  .ld-img-jx {
    height: auto;
    padding-top: 58%;
  }

  .tow-right-width {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .lb-hover a {
    height: 70px;
    margin-bottom: 10px;
  }

  .lb-hover a:after {
    display: none !important;
  }

  .lb-img {
    width: 120px;
  }

  .lb-date {
    display: none;
  }

  .lb-tt {
    font-size: 16px;
    left: 130px;
    right: 10px;
  }

  .page-three {
    margin-top: 15px;
  }

  .three-left {
    width: 100%;
    height: auto;
    padding: 40px 0;
    float: none !important;
  }

  .three-a-box {
    position: static;
    width: 100%;
  }

  .three-a {
    position: relative;
    left: 0;
  }

  .three-a-b-r {
    width: 100%;
  }

  .three-right {
    position: static;
  }

  .mt-list li a {
    height: 70px;
    margin-bottom: 10px;
  }

  .mt-list-img {
    left: 10px;
  }

  .mt-list-img img {
    width: 100px;
    height: auto;
  }

  .mt-list-tt {
    font-size: 16px;
    left: 120px;
    right: 10px;
    line-height: 1.6;
  }

  .three-a-img {
    position: static;
    padding-top: 100%;
  }

  .three-a-bottom {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }

  .three-a-label img {
    width: 50px;
    height: auto;
  }

  .three-a-p {
    left: 65px;
    font-size: 16px;
  }

  .three-right a.three-a-top {
    height: auto;
  }

  .three-a-top .three-a-img {
    padding-top: 47.5%;
  }

  .three-a-b-l {
    width: 100%;
    height: auto;
  }

  .three-a-b-l .three-a-img {
    padding-top: 80%;
  }

  .three-a-b-r {
    height: auto;
    padding: 20px;
  }

  .gz-title {
    position: static;
    width: 100%;
  }

  .three-ewm {
    position: relative;
    float: left;
    margin-top: 25px;
    padding-right: 15px;
    left: 0;
    top: 0;
    padding-left: 50px;
  }

  .three-ewm span img {
    width: 80px;
  }

  .three-ewm i {
    width: 40px;
  }

  .page-four {
    padding-top: 25px;
  }

  .four-tabs {
    width: 100%;
    padding: 10px 20px;
    height: auto;
  }

  .four-tabs-ul li a {
    height: auto;
    padding: 15px 30px 15px 40px;
    font-size: 18px;
  }

  .four-tabs-ul li a i img {
    width: 30px;
  }

  .four-tabs-ul li a span {
    transform: translate(0, -50%);
    top: 50%;
  }

  .four-tabs-ul li a:before {
    right: 60px;
    width: 14px;
    left: auto;
  }

  .four-tabs-ul li.active a:after {
    height: 3px;
    bottom: -2px;
    width: 120px;
    border-radius: 4px;
  }

  .four-right-list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .four-right-list {
    display: block !important;
  }

  .four-list-img div {
    height: auto;
    padding-top: 66.6%;
  }

  .four-right {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  .four-list-bottom {
    height: auto;
    padding: 15px;
  }

  .four-list-tt {
    height: auto;
    font-size: 16px;
  }

  .four-list-date {
    font-size: 14px;
  }

  .page-five {
    margin-top: 25px;
  }

  .four-right-list li a {
    box-shadow: none;
  }

  .four-right-list li {
    padding: 0;
  }

  .four-right-list {
    margin: 0;
  }

  .zt-list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .tg-left {
    width: 100%;
  }

  .email img {
    width: 120px;
  }

  .tg-txt {
    font-size: 16px;
    margin-top: 10px;
  }

  .tg-right {
    width: 100%;
    padding: 0;
  }

  .tg-right:before {
    display: none;
  }

  .tz-ul li a {
    background-size: 20px auto;
  }

  .sy_lb5 li {
    width: 25%;
    padding: 0;
  }

  .footer {
    padding: 0;
  }

}