﻿

@font-face {
  font-family: sy;
  src: url(../font/sySong.woff);
}

@font-face {
  font-family: geo;
  src: url(../font/georgia.ttf);
}

.header_top {
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header_top::after {
  width: 100%;
  height: 3rem;
  background: linear-gradient(180deg, #0D4BAD 0%, rgba(13, 75, 173, 0) 100%);
  bottom: auto;
  top: 0;
}

.fixed .header_top::after {
  height: 1.2rem;
}

/* .fixed .header_top{background:#0D4BAD;} */
.header_top .top {
  justify-content: space-between;
  height: 1.2rem;
  align-items: center;
  width: 100%;
}

#logo {
  position: relative;
}

.header_top #logo img {max-width:480px;}
  @media screen and (min-width:900px) and (max-width:1450px){
    .header_top #logo img {max-width:380px !important;}  
  }
.list_box1 {
  /* flex: 1; */
  /* min-width: 0; */
  /* padding-left: 44%; */
}

.list_box1 .top-t {
  align-items: center;
  justify-content: flex-end;
}

.list_box1 .li {
  padding: 0 0.1rem;
}
.list_box1{display: flex;gap: 0.3rem;}
.list_box1 .top-t {  width: 1.2rem;}
.list_box1 .li:last-child {
  /* border-left: 1px solid rgba(255, 255, 255, 0.4); */
}

.list_box1 a {
  display: flex;
  align-items: center;
  color: rgb(233 209 164);
  font-size: 0.18rem;
}

.list_box1 a img {
  display: inline-block;
  padding-right: .1rem;
}

.list_box1 a p {
  padding-left: 0.1rem;
}

.list_box1 .ser .a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_box1 .li .input {
  width: calc(100% - .16rem);
  height: 100%;
  padding: 0 0.1rem 0 0rem;
  font-size: .16rem;
  color: #fff;
  line-height: .28rem;
}

.list_box1 .li .serbtn {
  width: 0.16rem;
  background: url(../image/ser.png) no-repeat left center;
  background-size: 0.16rem;
  height: 100%;
}

.list_box1 .li .input::-webkit-input-placeholder {
  color: #fff;
}

.list_box1 .li .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.list_box1 .li .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.list_box1 .li .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav {
  width: 100%;
  position: relative;
  z-index: 1000;
}

#nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#nav ul li {
  z-index: 0;
  position: relative;
  margin-left: .3rem;
}

#nav ul li a {
  display: flex;
  padding: 0;
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: center;
}

#nav ul li h3 {
  font-size: .2rem;
  color: #f0d4a6;
  line-height: .5rem;
  position: relative;
  transition: .36s;
  display: inline-block;
  padding: 0 0rem;
}

#nav ul li .sub {
  position: absolute;
  top: 95%;
  background: rgba(255, 255, 255, .9);
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: visible;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  overflow: visible;
  z-index: 1000;
}

#nav ul li .sub:after {
  content: '';
  height: .02rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0D4BAD;
}

#nav ul li .sub .box {
  /* padding: .2rem 0; */
  text-align: center;
  position:relative;
}

#nav ul li .sub a {
  padding: 10px .16rem;
  line-height: 28px;
  transition: .6s;
  font-size: .16rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  min-width: 160px;
  display: block;
}

#nav ul li .sub a img {
  margin: 0 .1rem 0 0;
  opacity: .2;
  transition: .5s
}

#nav ul li .sub a:hover {
  background: #b89967;
  color: #fff;
}

#nav ul li:hover .sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

#nav ul li.on h3,
#nav ul li:hover h3 {
  font-weight: bold;
  /* color: #0D4BAD; */
}

#nav ul li.on h3::after,
#nav ul li:hover h3::after {
  opacity: 1;
}

/*手机端开始*/
.m_header_box {
  transition: .6s;
  display: none;
  position: relative;
  z-index: 100000;
}

.m_header_box header {
  padding: 0 0 0 0.15rem;
  height: .7rem;
  background: #0D4BAD;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header_box header #logo {
  padding: 0;
  width: 75%;
  margin: 0;
}

.m_header_box header #logo img {
  max-height: .6rem;
}

/*导航按钮开始*/
#nav_btn_box.on {
  background: none;
}

#nav_btn_box {
  position: relative;
  width: .7rem;
  height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#nav_btn_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

#nav_btn_box:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  border-right: #fff 10px solid;
  border-top: transparent .7rem solid;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: .5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 0.40rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: .28rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #0D4BAD;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 2px;
  content: '';
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #0D4BAD;
}

#nav_btn .navbtn::after {
  top: -8px;
}

#nav_btn .navbtn::before {
  top: 8px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

.m_nav_list {
  flex-direction: column;
  /* justify-content: center; */
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, .1);
}

.m_nav_list::-webkit-scrollbar {
  display: none
}

#m_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105vw;
  top: 0;
  display: none;
  padding: 70px 20px 30px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #f7f7f7;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}

#m_nav .close {
  position: absolute;
  top: 7px;
  right: 15px;
  left: 15px;
  font-size: 30px;
  color: #333;
  z-index: 10000;
  /* background: rgba(255,255,255,.1); */
  width: auto;
  height: 35px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

#m_nav .search_box input.submit {
  background: #0D4BAD url(../image/submit.svg) center no-repeat;
  background-size: .28rem;
}

#m_nav .list_box0 {
  text-align: center;
  width: 100%;
  justify-content: flex-start;
  margin: .32rem 0 0;
  flex-wrap: wrap;
  height: 0.4rem;
}

#m_nav .list_box0 .li {
  text-align: left;
  color: #0D4BAD;
  margin: 0 .12rem 0.15rem 0;
  font-size: 14px;
  padding: 0;
  min-width: 1rem;
}

#m_nav .old_rukou {
  margin: .24rem 0 0;
  width: 100%;
}

.list_box_nav_mobile {
  width: 100%;
  max-height: calc(100% - 250px);
  /* background: rgba(255,255,255,.1); */
  padding: 0 0 10px;
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  /* flex: 1; */
}

.list_box_nav_mobile>li {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.list_box_nav_mobile>li .con {
  position: relative
}

.list_box_nav_mobile>li .a {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  line-height: .5rem;
  color: #333;
  padding: 0;
  font-size: 16px;
  display: flex;
  position: relative;
  transition: .5s;
}

.list_box_nav_mobile>li i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: .64rem;
  height: .5rem;
  display: inline-block;
  background: url(../image/arrow_down.svg) center no-repeat;
  background-size: 15px 15px !important;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
}

.list_box_nav_mobile>li.on1 i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
  border-bottom: 1px solid #e2e2e2;
}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none
}

.list_box_nav_mobile>li .list a {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 2.5;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/*顶部搜索*/
.wap_search {
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  overflow: hidden;
  width: 100%;
  height: 85px;
  display: block;
  margin-bottom: 0.1rem;
}

.wap_search .header-search {
  height: 40px;
  border-radius: 20px;
  background: rgb(255 255 255);
  position: relative;
  width: 3.68rem;
  margin: 10px auto;
}

.wap_search .input {
  font-size: .16rem;
  color: #646464;
  height: 40px;
  line-height: 40px;
  padding: 0 .24rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: #fff;
  border-radius: 30px;
  /* background:none; */
  width: calc(100% - 40px);
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: url(../image/submit.svg) center no-repeat #0D4BAD;
  background-size: .24rem;
  border-radius: 20px;
}

.wap_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
  color: #999;
}

.wap_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.wap_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.wap_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
/* pc搜索 */
.search_btn {
  cursor: pointer;
}

.search-dialog-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 0px;
  background: #006cb7;
  transition: all 0.6s ease 0s;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.9;
}

.search-dialog-box.on::before {
  height: 100%;
  display: none;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  margin: 0px;
  background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: all 0.6s ease 0s;
}

.search-dialog {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 0.44rem;
  line-height: 0.56rem;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0px;
}

.search-dialog .search-input {
  width: 8rem;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
  float: left;
  height: 0.7rem;
  width: calc(100% - 1rem);
  background-color: rgb(255, 255, 255);
  font-size: 0.2rem;
  line-height: 0.08rem;
  color: #666;
  transition: all 0.3s ease 0s;
  padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 0.7rem;
  width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
  background-color: #006cb7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.4rem;
  background-image: url("../image/search-btn.svg");
  font-size: .2rem;
  color: #fff;
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../image/close-btn.svg");
  background-size: 0.56rem;
  border-radius: 100%;
  margin-right: 0.16rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: rgb(255, 255, 255);
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0px;
  bottom: 5.1%;
  width: 100%;
}

.header-right.is-open .search-btn .con-box {
  display: none;
}

.header-right.is-open .close-btn {
  display: block;
}

.header-right.is-open .item .search-bg {
  transform: scale(1);
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0px);
}

.pub-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 10;
  right: 0.24rem;
  top: 0.216rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #006cb7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s ease 0s;
}

.pub-close i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background-image: url("../image/close-btn.svg");
  transition: all 0.6s ease 0s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  0% {
    transform: rotate(-1turn);
  }
}

/* banner */
.main-visual-wrapper {
  width: 100%;
  position: relative;
}

.main-visual-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.main-visual-slider .swiper-slide {
  overflow: hidden;
}

.main-visual-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-box1 .imged {
  padding-bottom: 100vh;
}

.slide-inner {
  overflow: hidden;
}

.main-visual-slider .imged {
  transform: translate3d(0px, 0px, 0px) scale(1.05);
  transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
  transform: scale(1);
  transition: all 6s;
}

.main-visual-slider video {
  transform: scale(1.1)\0;
}

.swiper-box1 .cir {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: .45rem;
  z-index: 10;
  width: 100%;
}

.swiper-box1 .cir::before {
  content: "";
  width: 0.5rem;
  height: 0.07rem;
  margin-right: .15rem;
  background: url(../image/cirl.png) no-repeat center center;
  background-size: 0.5rem auto;
}

.swiper-box1 .cir::after {
  content: "";
  width: 0.5rem;
  height: 0.07rem;
  margin-left: .15rem;
  background: url(../image/cirr.png) no-repeat center center;
  background-size: 0.5rem auto;
}

.swiper-box1 .cir span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px .1rem !important;
  width: 0.23rem;
  height: 0.25rem;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  font-size: .14rem;
  color: #fff;

}

.swiper-box1 .cir .swiper-pagination-bullet-active {
  /*background: url(../image/cir.png) no-repeat center center;*/
  /*background-size: .23rem auto;*/
  /*font-size: 0;*/
  background: #b89967;padding: 3px 8px;border-radius: 50%
}



/* home1 */

.section1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section1::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 16.51rem;
  height: 13.48rem;
  background: url(../image/bk1.png) no-repeat center/100% 100%;
  animation: _anirotate 155s linear infinite;

}

.section1::before {
  content: "";
  position: absolute;
  top: .7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 16.51rem;
  height: 13.48rem;
  background: url(../image/bk2.png) no-repeat center/100% 100%;
  animation: _anirotate 90s linear infinite;
}

@keyframes _anirotate {
  0% {
    transform: translateX(-50%) rotate(0);
  }

  100% {
    transform: translateX(-50%) rotate(-360deg);
  }
}

.home1 {
  padding: 0.9rem 0 .6rem;
  width: 100%;
  overflow: hidden;
}

.title {
  margin-bottom: .45rem;
  align-items: center;
  position: relative;
}

.title .h3 {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.title h3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #262626;
  /* margin-bottom: 0.1rem; */
}

.title p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title p .qq1 {
  position: absolute;
  width: .19rem;
  height: .19rem;
  background: #E7EEFF;
  border-radius: 50%;
  left: 50%;
  bottom: 80%;
  animation: fd2 1s linear infinite;
}

@keyframes fd2 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
    /* 跳跃高度 */
  }
}

.title p .qq2 {
  position: absolute;
  width: .09rem;
  height: .09rem;
  background: #FF9C00;
  border-radius: 50%;
  left: 0;
  top: 100%;
  animation: fd1 1s linear infinite;
}

@keyframes fd1 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
    /* 跳跃高度 */
  }
}

.title p .qq3 {
  position: absolute;
  left: 70%;
  top: -.25rem;
  width: .87rem;
  height: .9rem;
  background: url(../image/tit-bg.png) no-repeat center center;
  background-size: .87rem auto;
  animation: fd 5s linear infinite;
}

@keyframes fd {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  font-size: 0.16rem;
  transition: 0.5s;
  color: #0D4BAD;
  transition: all .6s;
}

.more a:hover {
  letter-spacing: 2px;
}

.more a::after {
  width: 0.26rem;
  height: .26rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 168, 30, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: auto;
  top: 50%;
  margin-top: -0.15rem;
  left: 0.1rem;
  animation: play 5s linear infinite;
  animation-play-state: paused;
}

.more a:hover::after {
  animation-play-state: running;
}


.home1-t {
  padding-top: .3rem;
  justify-content: space-between;
  align-items: flex-start;
}

.home1-t .left {
  width: 8.7rem;
  margin-right: .8rem;
}



.home1-t li * {
  transition: 0.5s;
}

.home1-t .h1-1 a {
  position: relative;
  display: block;
}

.home1-t .h1-1 .scale {
  width: 100%;
  border-radius: .3rem;
}

.home1-t .h1-1 .con {
  position: relative;
  border-radius: .3rem 0px .3rem .3rem;
  margin-top: -.4rem;
  padding: 0.3rem .4rem;
  background: #2D51B2;
  margin-left: .55rem;
  z-index: 6;
}

.home1-t .h1-1 .con .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: .65rem;
  top: -.4rem;
  position: absolute;
  width: .81rem;
  height: .81rem;
  background: url(../image/date.png) no-repeat center center;
  background-size: 100% 100%;
}

.home1-t .h1-1 .con .date span {
  font-size: .14rem;
  color: #FFFFFF;
  font-family: "arial";
}

.home1-t .h1-1 .con .date span:first-child {
  font-size: .26rem;
  font-weight: bold;
  margin-bottom: .05rem;
}

.home1-t .h1-1 .imged {
  padding-bottom: 64.37%;
}



.home1-t .h1-1 h3 {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
}

.home1-t .h1-1 p {
  color: #fff;
  font-size: 0.16rem;
  opacity: .6;
  margin-right: 1.4rem;
}

.home1-t .h1-1 p img {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.2rem;
}

.home1-t .h1-1 .h1l-dots {
  position: absolute;
  bottom: 0.25rem;
  display: flex;
  align-items: center;
  width: auto;
  right: .3rem;
  left: auto;
}

.home1-t .h1-1 .h1l-dots .swiper-button-prev {
  transition: all .6s;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  color: #fff;
  opacity: .4;
}

.home1-t .h1-1 .h1l-dots .swiper-button-prev:hover {
  opacity: 1;
}

.home1-t .h1-1 .h1l-dots .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  opacity: .4;
  transition: all .6s;
}

.home1-t .h1-1 .h1l-dots .swiper-button-next:hover {
  opacity: 1;
}

.home1-t .h1-1 .cir {
  position: static;
  display: flex;
  align-items: center;
  font-size: 0rem;
  color: #fff;
  margin: 0 .05rem;
}

.home1-t .h1-1 .cir span {
  margin: 0 0.05rem !important;
  z-index: 1;
  background: rgba(255, 255, 255, .4);
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
}

.home1-t .h1-1 .cir span.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

.home1-t .right {
  flex: 1;
  min-width: 0;
}

.hrq_list li {
  margin-top: .23rem;
}

.hrq_list li:first-child {
  margin-top: 0;
}

.hrq_list li a {
  align-items: center;
  display: flex;
  border: 1px solid #E2E8FF;
  background: #fff;
  border-radius: .2rem;
  height: 1.09rem;
  padding: 0.1rem .2rem;
  transition: all .6s;
}

.hrq_list li a .date {
  position: relative;
  width: .81rem;
  height: .81rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: .2rem;
}

.hrq_list li a .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/s1-date.png) no-repeat center center;
  background-size: .71rem auto;
}

.hrq_list li a .date::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/s1-date-other.png) no-repeat center center;
  background-size: 0 0;
}

.hrq_list li a .date span {
  position: relative;
  font-family: Arial;
  font-size: .14rem;
  color: #99AEE5;
  z-index: 2;
}

.hrq_list li a .date span:first-child {
  font-size: .26rem;
  color: #2D51B2;
  font-weight: bold;
  margin-bottom: .05rem;
}

.hrq_list li a .cont {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-right: .35rem;
}

.hrq_list li a .cont p {
  font-size: .2rem;
  color: #262626;
  line-height: .3rem;
  max-height: .6rem;
}

.hrq_list li a .cont p:After {
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  height: .9rem;
  transform: translateY(-50%);
  border-right: 1px dashed transparent;

}

.hrq_list li a .cont .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.22rem;
  height: 0.22rem;
  background: url(../image/jt1.png) no-repeat center center;
  background-size: .22rem auto;
}

.hlist li * {
  transition: 0.5s;
}

.hlist li {
  margin-top: .2rem;
}

.hlist li a {
  display: block;
}

.hlist li h3 {
  font-size: 0.2rem;
  color: #0E0E0E;
  line-height: 0.3rem;
  height: .6rem;
  padding-left: .15rem;
  padding-right: .75rem;
}

.hlist li p {
  position: absolute;
  right: 0;
  top: .05rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #9E9E9E;
}

.hlist li h3::after {
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #36C2F1;
  bottom: auto;
  left: 0;
  top: .13rem;
}

.hlist li:first-child {
  margin-top: 0;
}




@media screen and (min-width: 1200px) {
  .home1-t .right li a:hover h3 {
    font-weight: bold;
  }

  .hrq_list li:hover a {
    background: #2D51B2;
  }

  .hrq_list li:hover a .date span {
    color: #fff;
  }

  .hrq_list li:hover a .cont p {
    color: #fff;

  }

  .hrq_list li:hover a .cont .jt {
    background: url(../image/jt2.png) no-repeat center center;
    background-size: .22rem auto;
  }


  .hrq_list li:hover a .date::before {
    background-size: 0 0;
  }

  .hrq_list li:hover a .date::after {
    background-size: .81rem auto;
  }

  .hrq_list li:hover a .cont p:After {
    border-right: 1px dashed rgba(216, 216, 216, 0.5);
  }

  .hlist li a:hover h3 {
    color: #2D51B2;
  }

  .hlist li a:hover p {
    color: #2D51B2;
  }
}

@media screen and (max-width: 1024px) {
  .home1 {
    padding: 0.4rem 0 0.2rem;
  }

  .home1-t .left {
    width: 100%;
  }

  .home1-t .right {
    width: 100%;
    margin-top: 0.3rem;
  }

  .home1-t .h1-1 .imged {
    padding-bottom: 60%;
  }

  .hlist li a {
    padding: .15rem 0;
  }
}

@media screen and (max-width: 768px) {}


/* home2 */
.home2 {
  position: relative;
  padding: 0.7rem 0 1.05rem;
  overflow: hidden;
  z-index: 9;
}

.home2 .h2-qq1 {
  position: absolute;
  width: 6.75rem;
  height: 6.75rem;
  left: -32%;
  bottom: -30%;
  background: #F7F7F7;
  border-radius: 50%;
  z-index: 4;
  transition: all .6s;
}

.home2 .wp {
  position: relative;
  z-index: 9;
}

.home2::after {
  content: "";
  position: absolute;
  top: .2rem;
  left: 50%;
  width: 15.97rem;
  height: 3.15rem;
  transform: translateX(-50%);
  background: url(../image/s3-xx.png) no-repeat center center/100% 100%;


}

.home2::before {
  content: "";
  position: absolute;
  top: .1rem;
  left: 50%;
  transform: translateX(-50%);
  width: .21rem;
  height: .53rem;
  background: url(../image/h2-xx.png) no-repeat center center/100% 100%;
  animation: zhizhen 2s linear infinite;
}

@keyframes zhizhen {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  25% {
    transform: translateX(-50%) rotate(15deg);
  }

  50% {
    transform: translateX(-50%) rotate(0deg);
  }

  75% {
    transform: translateX(-50%) rotate(-15deg);
  }

  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}

.home2-t {
  position: relative;
  margin-top: .4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 7px 25px 0px rgba(60, 125, 237, 0.3);
  border-radius: .3rem;
  z-index: 9;
}

.home2-t .title {
  justify-content: space-between;
}

.home2-t .title .h3 {
  margin: 0;
}

.home2-t .left {
  width: 64.375%;
  padding: .5rem .4rem;
}

.zhaosheng {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.zhaosheng a {
  display: block;

}

.zhaosheng .zs-jj {
  flex: 1;
  min-width: 0;
  order: -1;
}

.zhaosheng .zs-tp {
  width: 4.9rem;
  margin-left: .3rem;
  overflow: hidden;
}



.zhaosheng .zs-tp a {}

.zhaosheng .zs-tp .swiper-slide-prev {
  border-radius: .3rem;
  overflow: hidden;
}

.zhaosheng a .scale {
  border-radius: .3rem;
  overflow: hidden;
}

.zhaosheng .zs-tp .swiper-slide {
  width: 4.5rem;
  opacity: .6 !important;
}

.zhaosheng .zs-tp .swiper-slide-active {
  opacity: 1 !important;
}

.zhaosheng .zs-tp .swiper-slide-active+li+li,
.zhaosheng .zs-tp .swiper-slide-active+li+li+li {
  opacity: 0 !important;
}

.zhaosheng a .scale .imged {
  padding-bottom: 66%;
  border-radius: .3rem;
  overflow: hidden;
}

.zhaosheng a .con {}

.zhaosheng a .con .h2l-t {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding-bottom: .3rem;
  border-bottom: 1px dashed #D8D8D8;
}

.zhaosheng a .con .h2l-t .date {
  width: .74rem;
  height: .74rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #99AEE5;
  border-radius: .2rem;
  margin-right: .12rem;
}

.zhaosheng a .con .h2l-t .date span {
  font-size: .14rem;
  color: #99AEE5;
}

.zhaosheng a .con .h2l-t .date span:first-child {
  font-size: .26rem;
  color: #2D51B2;
  font-weight: bold;
  margin-bottom: .05rem;
}

.zhaosheng a .con .h2l-t .cont {
  flex: 1;
  min-width: 0;

}

.zhaosheng a .con .h2l-t .cont p {
  font-size: .2rem;
  color: #222;
  line-height: .3rem;
  height: .6rem;
  font-weight: bold;
}

.home2-t .right {
  width: 35.625%;
  background: linear-gradient(90deg, #F9FBFF 5%, rgba(255, 255, 255, 0) 100%);
  border-radius: .4rem;
  padding: .5rem .4rem;
}

.zhaosheng a .con .h2l-b {
  margin-top: .25rem;
}

.zhaosheng a .con .h2l-b h2 {
  font-size: .16rem;
  color: #2D51B2;
}

.zhaosheng a .con .h2l-b p {
  position: relative;
  margin-top: .1rem;
  padding-left: .15rem;
  font-size: .16rem;
  color: #9E9E9E;
  line-height: .3rem;
  max-height: 1.5rem;
  overflow: hidden;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.zhaosheng a .con .h2l-b p::after {
  content: "";
  position: absolute;
  width: .05rem;
  height: .05rem;
  background: #36C2F1;
  border-radius: 50%;
  left: 0;
  top: .12rem;
}

.h2-b {
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.6rem;
}

.h2-b .arrow {

  justify-content: space-between;
}

.h2-b .h2-xx {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 1px;
  background: #D8D8D8;
  margin-right: .05rem;
}

.h2-b .h2-xx:after {
  content: "";
  position: absolute;
  left: 100%;
  width: .05rem;
  height: .05rem;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  bottom: -.03rem;
}

.h2-b .cir {
  display: flex;
  align-items: center;
  /* flex: 1;
  min-width: 0; */
  height: auto;
  /* height: 1px; */
  transform: none;
  position: relative;
}

.h2-b .cir span {
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background: #D8D8D8;
  margin: 0 .1rem;
}

.h2-b .cir span {
  background: #36C2F1;
}

.h2-b .arror {
  display: flex;
  width: 0.4rem;
  height: 0.4rem;
  /* border: 1px solid #0D51BC; */
  position: static;
  left: auto;
  right: auto;
  top: auto;
  font-size: .2rem;
  color: #2D51B2;
  opacity: 1;
  margin-top: 0;
  transition: 0.5s;
  border-radius: 50%;
}

.h2-b .arror::after {
  color: #0D4BAD;
  /* position: absolute; */
  /* background-position: center center; */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}





@media screen and (min-width: 1200px) {
  .home2-t li a:hover h3 {
    color: #0D4BAD;
  }

  .zhaosheng a .con .h2l-t:hover .cont p {
    color: #0D4BAD;
  }

}

@media screen and (max-width:1024px) {
  .home2 {
    padding: 0.4rem 0 0.4rem;
  }


}

@media screen and (max-width:768px) {
  .home2-t li h3 {
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width:420px) {}

/* home3 */
.home3 {
  position: relative;
  padding: 1rem 0 3.3rem;
  overflow: hidden;
  background: #f7f7f7;
}

.home3 .h3-qq1 {
  position: absolute;
  width: 4.78rem;
  height: 4.789rem;
  left: 5%;
  top: -10%;
  transform: translateY(-380px);
  background: #2464C6;
  border-radius: 50%;
  z-index: 4;
  transition: all .6s;
}

.home3 .h3-qq2 {
  position: absolute;
  width: 4.21rem;
  height: 2.53rem;
  right: 0;
  bottom: 50%;
  background: url(../image/s3-qq2.png) no-repeat center center/100% 100%;

  z-index: 4;
}

.home3:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background: #2D51B2;
  border-radius: 1rem 0px 0px 0px;
  z-index: 2;
}

.home3:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #E7EEFF 0%, rgba(255, 255, 255, 0) 100%);

}

.home10-rms {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: -1; */
}

.home3>.wp {
  position: relative;
  z-index: 6 !important;
}

.home3 .wp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 9;
}

.home3 .home10-rms .wp>div {
  width: 3.03rem;
  height: 3.27rem;
  margin-right: .3rem;
}

.home3 .home10-rms1 {
  position: relative;
  border-radius: 0rem 0.66rem 0rem 0rem;
  opacity: 1;
  background: linear-gradient(180deg, #E4FDEA 0%, rgba(250, 255, 252, 0) 100%);

}

.home3 .home10-rms1 .icon-eyes {
  flex-direction: column;
  left: 40%;
  justify-content: center;
  align-items: center;
}

.home3 .home10-rms1 .icon-eyes span {
  background: #47BE62;
  margin: .1rem 0;
}

.home3 .home10-rms1 .icon-eyes span:nth-child(2) {
  width: .38rem;
  height: .21rem;
}

.home3 .home10-rms2 {
  position: relative;
  border-radius: 0.66rem 0rem 0rem 0rem;
  opacity: 1;
  background: linear-gradient(180deg, #FFFBEE 0%, rgba(255, 251, 238, 0) 100%);
  ;

}

.icon-eyes {
  position: absolute;
  left: 32%;
  top: 20%;
  display: flex;
}



.icon-eyes span {
  align-items: center;
  width: 0.21rem;
  height: 0.38rem;
  background: #F0C430;
  border-radius: 0.11rem;
  margin: 0 .2rem;
  animation: _eyes 8s 2.2s infinite linear;

}

@keyframes _eyes {
  0% {
    transform: scaleY(1);
  }

  2% {
    transform: scaleY(0);
  }

  4% {
    transform: scaleY(.8);
  }

  6% {
    transform: scaleY(0);
  }

  8% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(1);
  }
}

.wxfs {
  position: absolute;
  right: -27%;
  bottom: 30%;
  width: 5.29rem;
  height: 5.85rem;
  background: url(../image/xgwx.png) no-repeat center center;
  transition: all .6s;
  /* animation: fx 2s 1 linear; */
}

/* @keyframes fx {
  0% {
    right: -27%;
  }

  100% {
    right: -6%;
  }
} */

.home3 .wp .title {
  width: 3.12rem;
  flex-direction: column;
  /* justify-content: center; */
  align-items: flex-start;
}

.home3 .wp .title .h3 {
  margin-left: 0;
  margin-bottom: 100%;
}

.home3 .title h3 {
  color: #fff;
}

.home3 .title h3:after {
  content: "";
  position: absolute;
  top: .6rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2.35rem;
  width: 0.01rem;
  background: rgba(255, 255, 255, .2);
}

.home3 .title h3:before {
  content: "";
  position: absolute;
  top: 2.95rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.08rem;
  width: 0.08rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
}

.home3 .title p .qq1 {
  background: rgba(255, 255, 255, 0.2);
}

.home3 .title .more {
  position: static;
  /* margin-top: 100%; */
  transform: none;
  text-align: left;
  margin-left: .5rem;
}

.home3 .title .more a {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.home3 .title .more a:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.home3 .wp .home3-t {
  flex: 1;
  min-width: 0;
  padding: .16rem;
  padding-right: .95rem;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  box-shadow: 0px 8px 32px 0px rgba(142, 173, 235, 0.2);
  border-radius: .5rem;
}

.home3-t .left {
  width: 4.42rem;
  border-radius: .3rem;
  margin-right: .65rem;
}

.home3-t .right {
  flex: 1;
  min-width: 0;
}

.h3-list li a {
  position: relative;
  display: block;
  padding: .23rem 0;

  border-bottom: 1px solid #D8D8D8;
  transition: all .6s;
}

.h3-list li a p {
  font-size: .2rem;
  line-height: .3rem;
  max-height: .6rem;
  color: #0E0E0E;
}

.h3-list li:hover a {
  color: #2C46AC;
  border-bottom: 1px solid #2C46AC;
}

.h3-list li a::after {
  content: "";
  position: absolute;
  border: 1px solid #D8D8D8;
  width: .05rem;
  height: .05rem;
  border-radius: 50%;
  left: 100%;
  bottom: -.035rem;
  transition: all .6s
}

.h3-list li:hover a::after {
  border: 1px solid #2C46AC;
}

.h3-t {
  justify-content: space-between;
  margin-bottom: 0.1rem;
}

.h3-b {
  margin-bottom: 0.1rem;
}

.h3-t .con {
  width: 35%;
  background: url() no-repeat center/cover;
  padding: .4rem .2rem;
  height: 3.3rem;
}

.h3-t .scale {
  width: 100%;
  position: relative;
}

.h3-t .con h3 {
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  max-height: 0.9rem;
}

.h3-t .line {
  width: 0.4rem;
  height: 1px;
  background: #fff;
  margin: 0.3rem 0 0.2rem;
}

.h3-t h4 {
  font-size: 0.14rem;
  line-height: 0.24rem;
  max-height: .72rem;
  color: #FFFFFF;
}

.home3-t .scale {
  position: relative;
  border-radius: .3rem;
}

.home3-t .scale h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  padding: 0 0.2rem 0.2rem;
  font-size: 0.18rem;
  color: #FFFFFF;
  z-index: 10;
  bottom: 0;
}

.home3-t .imged::after {
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(79, 79, 79, 0) 0%, #202020 100%);
}

.home3-t .imged {
  padding-bottom: 4.15rem;
}

.home3-t .h3-t .imged {
  padding-bottom: 110.85%;
}

.home3-t .right .h3-t .con {
  background: url() no-repeat center/cover;
}

.home3-t .right .h3-t .con .line {
  margin: 0.4rem 0 0 0;
}







@media screen and (max-width:1024px) {
  .home3 {
    padding: 0.4rem 0 3.3rem;
  }

  .home3-t .left {
    width: 100%;
  }

  .home3-t .right {
    width: 100%;
    margin-top: 0.2rem;
  }

  .home3-t .imged {
    padding-bottom: 60%;
  }
}

@media screen and (max-width:768px) {
  .h3-t .con {
    width: 100%;
    padding: .3rem .2rem;
    height: auto;
  }

  .h3-t .scale {
    width: 100%;
    margin-top: 0.1rem;
  }

  .home1-t .h1-1 .con {
    margin-left: 0;
    margin-top: 0;
  }

  .home1-t .h1-1 .con .date {
    right: .15rem;
  }

  .home1-t .h1-1 h3 {
    margin-right: .3rem;
  }
}



.xuexiao{width: 100%;display: flex;background: #b89967;margin-top:1rem;}
.xuexiaoa{width: 50%} 
.xuexiaoaa{width: 80%;float: right;padding-top: 0.6rem;margin-right: 5%}
.xuexiaoaa h1{font-size: 0.4rem;color: #fff}

.xuexiaoaa span{color: #fff;display: block;font-size: 0.2rem; padding-top: 0.2rem;line-height: 1.6}
.xuexiaoab{width: 145px;height: 45px;line-height: 45px;text-align:center;color: #fff;background: #000;border: 1px solid #fff;margin-top: 0.5rem}
.xuexiaoab:hover{background-color: #1b59bd;}
.mokuai{display: flex;    flex-wrap: wrap;}
.mokuai img{display: block;width: 30px;padding-bottom: 0.2rem;}
.mokuai p{font-size: 0.3rem;width: 50%;color: #fff;flex-wrap: wrap;padding-top: 0.3rem;}
.mokuai p span{display: block;color: #fff;font-size: 16px;}


.hanlan{width:100%;padding:1rem 0 1rem;background-color: #f0e3d0;}
.hanlan h1{font-size: 0.5rem;color: #000;text-align: center;}
.hanlan a{display: block;margin: 0.4rem auto 0px;width: 180px;height: 45px;line-height: 45px;text-align: center;color: #000;border: 1px solid #000;font-size: 0.18rem;}
.hanlan a:hover{background-color: #1b59bd;color: #fff;}
.home3:after{background: #2d51b2;}
.home3 {  padding: 1rem 0 1.2rem;}
@media screen and (min-width:320px) and (max-width:750px){
.xuexiaoa{width: 100%} 	
.xuexiao {  flex-wrap: wrap; }
.xuexiaoimg{padding-top: 30px;}
}

.kechengh {margin: 0.8rem auto 0.5rem;
    max-width: 94%;text-align: center;}
.kechengh  span{
    font-family: "Schoolbell", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 3.4px;

   font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #ff4880;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: schoolbell, cursive;
    display: block;

}
.kechengh  h1{font-size: 0.36rem;  font-weight: bold;   color: #262626;text-transform: uppercase;}
.kechengh p{width: 80%;padding: 0.2rem;margin:0 auto;font-size: 0.18rem;line-height: 1.5;font-weight: 500}
.kecheng {margin: 0.4rem auto;
    width: 94%;max-width: 1600px}
.kecheng ul{list-style-type:none;display: flex;justify-content: space-between;border-radius: 15px;    flex-wrap: wrap;gap:30px;}
.kecheng ul li{width:100%;width:23%;    border-radius: 15px;
    overflow: hidden;background-position: center;position: relative;}
.kecheng ul li u{position: absolute;height: 100%;width: 100%;background: #00000080;z-index: 9}
.kecheng ul li p{width: 200px;margin:0.3rem auto;font-size: 0.3rem;color: #fff;line-height: 1.5;position: relative;height: 200px;display: flex;align-items: center;text-align: center; z-index: 10}
.kecheng ul li p:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-clip: content-box;
    border: 2px dashed #fff;
    position: absolute;
    top: 0; 
    left: 0;
    right: 0; 
    bottom: 0; z-index: 10
}
 .kecheng ul li   span{display: block;text-align: center;margin:0.2rem 0px 0.4rem;color: #fff;font-size: 0.3rem;font-weight: 700;;position: relative;z-index: 10}
  .kecheng ul li   a{font-size: 17px;line-height: 1.8;color: #fff;text-align: center;padding-bottom: 0.5rem;padding-left: 0.2rem;padding-right: 0.2rem;position: relative;z-index: 10}


.gywm{background-color: #ebf5ff;width: 100%;padding:1rem 0px 0.5rem;}
.gywma{    display: flex;
    width: 94%;
    margin: 0 auto;
    gap: 30px;
    justify-content: center;}


.gywmb img{max-width: 600px;}
.gywmc{width: 52%;padding-top: 0.3rem}
.gywmc p{font-size: 0.19rem;line-height: 1.6;color:#271344;padding-top: 0.4rem;text-indent: 2em;text-align: justify;}
.gywmc h1{color: #271344;font-size: 0.39rem;font-weight: 700; }



@media screen and (min-width:320px) and (max-width:900px){
     .kecheng ul li {
        width: 100%;
    }  
  .gywma{display: flex;flex-wrap: wrap;gap:0;}
  .gywmb{width: 100%}
  .gywmc{width: 100%}
  .gywmc h1{padding-top: 0rem;line-height: 1.2}
  .kechengh p{width: 94%}
  .gywm { padding: 0.5rem 0px 0.7rem;}
}
 






@media screen and (max-width:480px) {}



/* footer */
.footer {
  position: relative;
 
  width: 100%;
background:#2c4caf 
}


.foot-t {
  padding: .3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-t ul {
  color: #fff;
  line-height: 0.3rem;
  align-items: center;
}

.foot-t li {
  color: #fff;
  padding: 0 0.15rem;
  font-size: 16px;
}

.foot-t h3 {
  font-weight: bold;
  font-size: 0.18rem;
  align-items: center;
}

.foot-t li a {
  font-size: 0.16rem;
  color: #fff;
}

.foot-t h3 img {
  display: inline-block;
  margin-right: .1rem;
}

.foot-b {
  padding: 0.4rem 0 .5rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ft-bq p {
  padding: .2rem;
  text-align: center;
}

.ft-bq p a {
  font-size: .18rem;
  color: rgba(255, 255, 255, 0.6);line-height:0.3rem;
}

.foot-b .fot-1 {}

.ft-logo {}

.ft-logo a {}

.ft-logo a img {

  height: 1.2rem;

}

.foot-b .fot-1 p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.4rem;
}

.foot-b .fot-1 li {
  padding-right: 0.2rem;
}

.foot-b .fot-1 p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.30rem;
}

.foot-b .fot-2 .img {
  text-align: center;
  padding: 0 0.2rem;
  border-right: 1px dashed rgba(216, 216, 216, 0.2);
}

.foot-b .fot-2 p {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.30rem;
}

.foot-b .fot-2 img {
  width: 1rem;
}

.foot-b .fot-2 .img:last-child {
  padding-right: 0;
  border: none;
}

.foot {
  padding: 0.1rem 0;
  text-align: center;
}

.foot p {
  font-size: 0.14rem;
  line-height: 1.5;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.foot p span {
  display: inline-block;
  padding: 0 0.1rem;
}

.foot p img {
  display: inline-block;
  margin-right: 0.1rem;
}


@media screen and (max-width:1024px) {
  .foot-t {
    padding: .25rem 0;
  }

  .foot-b {
    padding: 0.2rem 0;
  }

  .foot-b .fot-1 {
    width: 55%;
  }

  .foot-b .fot-3 {
    width: 26%;
    justify-content: flex-end;
  }


}

@media screen and (max-width:768px) {

  .foot-b .fot-1 {
    width: 100%;
    text-align: center;
  }

  .foot-b .fot-2 {
    width: 100%;
    justify-content: center;
    order: -1;
    margin-bottom: .15rem
  }

  .foot-b .fot-2 p {
    justify-content: center;
  }

  .foot {
    padding: 0.2rem 0;
  }

  .foot-b .fot-1 ul {
    justify-content: center;
  }

}



@media screen and (min-width:1200px) {
  .showdiv.home2 .h2-qq1 {
    left: -10%;
  }

  .showdiv.home3 .h3-qq1 {
    transform: translateY(0);
  }

  .showdiv.home3 .wxfs {
    right: -6%;
    transition-delay: 2s;
  }
}

@media screen and (max-width: 1540px) {
  .home2::after {
    width: 85%;
  }
}

@media screen and (max-width: 1400px) {
  .home1-t .left {
    width: 7rem;
    margin-right: .3rem;

  }


  .hrq_list li {
    margin-top: .15rem;
  }

  .hrq_list li a {
    height: .95rem;

  }
}


@media screen and (max-width:1300px) {
  .list_box1 .ser {
    padding-left: .5rem;
  }

  .header_top #logo img {
    max-width: 5rem;
  }

}

@media screen and (max-width:1200px) {
  .swiper-box1 .imged {
    padding-bottom: 50%;
  }

  .home3-t .left {
    width: 3rem;
    margin-right: .3rem;
  }

  .home3 .wp .home3-t {
    padding-right: .3rem;
  }

  .section1::before,
  .section1::after {
    width: 80%;
    height: 40%;
  }

  .home3 .wp .title .h3 {
    margin-bottom: 80%;
  }

  .home3 .title h3:after {
    height: 1.35rem;
  }

  .home3 .title h3:before {
    top: 1.95rem;
  }

  .ft-logo {
    width: 100%;
  }

  .ft-logo a {
    display: block;
  }

  .ft-logo a img {
    display: block;
    margin: 0 auto;
  }

  .fot-1 {
    margin-top: .15rem;
  }
}

@media screen and (max-width:1024px) {
  .title {
    margin-bottom: .35rem;
  }

  .title h3 {
    font-size: 0.3rem;
  }

  .title p {
    font-size: 0.16rem;
  }

  .swiper-box1 .swiper-pagination {
    bottom: .2rem;
  }

  .banner video {
    display: none;
  }

  .home1-t .left {
    width: 100%;
    margin-right: 0;
  }

  .home1-t .right {
    flex: none;
    width: 100%;
  }

  .home2-t .left {
    width: 100%;
  }

  .home2-t .right {
    width: 100%;
    margin-top: .3rem;
  }

  .h2-b {
    bottom: -.5rem;
  }

  .hlist li h3 {
    max-height: .6rem;
    height: initial;
  }

  .hlist li p {
    top: .15rem;
  }

  .home3:before {
    border-radius: 0;
  }

  .footer {
    border-top: 5px solid #47be62;
    background: #2c46ac;
  }

  .wxfs {
    right: -15%;
  }

  .home3 .wp .title {
    width: 2rem;
  }
}

@media screen and (max-width:768px) {
  .home1-t .h1-1 .con {
    padding: .2rem;
  }

  .icon-eyes span {
    margin: 0 .1rem;
  }

  .icon-eyes {
    left: 25%;
  }

  .home3 .home10-rms1 .icon-eyes {
    left: 35%;
  }

  .home1-t .h1-1 h3 {
    margin-right: .8rem;
  }

  .home2::after {
    height: 1rem;
  }

  .home2-t .left {
    padding: .2rem;
  }

  .title p .qq3 {
    background-size: .5rem auto;
  }

  .zhaosheng .zs-jj {
    flex: none;
    width: 100%;
    order: 1;
    margin-top: .2rem;
  }

  .zhaosheng .zs-tp {
    width: 100%;
    margin-left: 0;
  }

  .zhaosheng .zs-tp .swiper-slide {
    width: 100%;
  }

  .zhaosheng a .con .h2l-t {
    padding-bottom: .15rem;
  }

  .home2-t .right {
    padding: .2rem;
    padding-top: .4rem;
  }

  .home1-t {
    padding-top: 0;
  }

  .hrq_list li a .cont p {
    font-size: .16rem;
  }

  .hlist li a {
    padding-bottom: 0;
    padding-top: 0;
  }

  .home3 .wp .title {
    flex-direction: initial;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .home3 .wp .title .h3 {
    margin-bottom: 0;
  }

  .home3 .title h3:before,
  .home3 .title h3:after {
    display: none;
  }

  .home3-t .left {
    width: 100%;
    margin-right: 0;
  }

  .home3-t .right {
    flex: none;
    width: 100%;
  }

  .h3-list li a {
    padding: .1rem 0;
  }

  .home3 .home10-rms .wp>div {
    width: 1.5rem;
    height: 1.5rem;
  }

  .home10-rms {
    bottom: 10%;
  }

  .wxfs {
    bottom: 0;
    height: 3rem;
  }

  .title {
    margin-bottom: .25rem !important;
  }

  .title h3 {
    font-size: 0.22rem;
  }

  .title .h3 {
    margin: 0;
    text-align: left;
  }

  .txt1 {
    font-size: 0.18rem !important;
  }

  .p1 {
    font-size: 0.16rem !important;
  }

  .swiper-box1 .imged {
    padding-bottom: 45%;
  }

  .title h3::after {
    left: 0;
  }

  .wxfs {
    width: 3rem;
    background-size: 100% auto;
  }
}

@media screen and (max-width:600px) {}

@media screen and (max-width:420px) {}

@media(min-width: 200px) {
  [aos=zoom-in] {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }
}

@media screen and (max-height:500px) {
  .list_box_nav_mobile {
    max-height: calc(100% - 120px);
    padding-left: 0rem;
  }
}