@charset "utf-8";

.a_body {
  position: relative;
  z-index: 0;
}

.section {
  overflow: hidden;
}

.header_box_li {
  position: relative;
  z-index: 1;
  padding-left: 2rem;
  background: #264395;
}

.header_box {
  z-index: 9;
  height: 0px;
  position: fixed;
  width: 100%;
}

#header {
  z-index: 999;
  width: 100%;

  transition: all 0.36s ease 0s;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
}



.header_top {
  position: relative;
  z-index: 10;
  margin-top: .6rem;
}

.search_btn {
  display: flex;
  width: 1.2rem;
  height: 0.9rem;
  align-items: center;
  justify-content: center;

  background-size: 100% 100%;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}

.search_btn img {
  display: inline-block;
  width: .26rem;
}

#header .right {}

.right-b {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;

}

.search {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 1.56rem;
  background: #264395;
}

.ser {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 2px solid #fff;
  width: 5.1rem;
}

.ser span {
  width: 100%;
  font-size: .2rem;
  color: #fff;
  margin-bottom: .1rem;
}

.input {
  width: calc(100% - .2rem);
  height: .4rem;
  font-size: .14rem;
  color: #fff;
  line-height: .4rem;
  padding-right: .2rem;
}

.input::placeholder {
  font-size: .16rem;
  color: #fff;
  opacity: .696;
}

.serbtn {
  /* width: 0.3rem; */
  display: flex;
  align-items: center;
  /* padding-left: 0.15rem; */
  /* border-left: 1px solid rgba(255, 255, 255, 0.5); */
}

.serbtn img {
  width: 0.2rem;
}

#m_header .list_box0 .li {
  line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
  top: 60px;
}

#m_header .list_box0 .li a>img {
  height: 12px;
}

.list_box_01 {
  font-size: 0px;
  white-space: nowrap;
  padding: 0.1rem;
}

.header_box .wp {
  height: .78rem;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0 .3rem;
}

#logo {
  padding: 0px;
  position: relative;

}

#logo a {
  display: block;
}

#logo img {
  max-width: 100%;
}

#nav {
  position: relative;
  width: 100%;
}

.right-b .list_box0 {
  width: 1.1rem;
  justify-content: flex-end;
}

#nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#nav ul li {
  float: left;
  z-index: 0;
  height: 100%;
  margin: 0 .15rem;
  position: relative;
}

#nav ul li a {
  display: block;
  padding: 0px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

#nav ul li h3 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.78rem;
  position: relative;
  transition: all 0.36s ease 0s;
  display: inline-block;
  font-weight: 500;
}

#nav ul li h3::after {
  content: "";
  position: absolute;
  height: 0.02rem;
  background: #F7A32C;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
}

#nav ul li h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border: 10px solid transparent;
  border-bottom: 0.09rem solid #F7A32C;
  opacity: 0;
}


#nav ul li .sub {
  position: absolute;
  top: 100%;
  background: rgb(255, 255, 255);
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform-origin: center top;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  /* border-radius: 0px 0px 0.08rem 0.08rem; */
}



#nav ul li .sub .box {
  padding: 0.14rem 0rem;
  text-align: center;
}

#nav ul li .sub a {
  padding: 8px 30px;
  line-height: 0.28rem;
  transition: all 0.6s ease 0s;
  font-size: 0.16rem;
  color: rgb(51, 51, 51);
  text-align: center;
  white-space: nowrap;
  min-width: 1.4rem;
  border-bottom: 1px dashed #ddd;
}

#nav ul li .sub a:hover {
  color: rgb(255, 255, 255);
  background: #3567CB;
}

#nav ul li .sub a:last-child {
  border-bottom: none;
}

#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;
}

#nav>ul>li:hover h3::after,
#nav ul li.on h3::after {
  left: 0;
  right: 0;
  opacity: 1;
}

#nav>ul>li:hover h3::before,
#nav ul li.on h3::before {

  opacity: 1;
}

#nav>ul>li.noSubMenu h3::before {
  display: none;
}

#header .right .li .img2 {
  display: none;
}



.header_box .xg .wp {}

#header.xg .right .li .img2 {
  display: block;
}


#m_nav * {
  transition: all 0s ease 0s;
}

.m_header_box {
  transition: all 0.6s ease 0s;
  display: none;
  position: relative;
  z-index: 100000;
  height: .7rem;
}

.m_header_box header {
  padding: 0px 0px 0px 15px;
  height: 0.7rem;
  background: #264395;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header_box header #logo img {
  height: auto;
  max-height: 0.6rem;
  padding: 0.05rem;
}

.m_header_box header #logo {
  padding: 0px;
  width: calc(100% - 80px);
}

#m_nav .list_box0 .li>a {
  margin: 0;
}

/*导航按钮开始*/
#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: #0046A8;
}

#nav_btn_box:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.09rem;
  border-right: #0046a8 .1rem solid;
  border-top: transparent .71rem solid;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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: #fff;
}

#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: #fff;
}

#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: #3567CB url(../images/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: #3567CB;
  margin: 0 .12rem 0.15rem 0;
  font-size: 14px;
  padding: 0;
  min-width: 1rem;
}

#m_nav .old_rukou {
  margin: .24rem 0 0;
  width: 100%;
}

.nav_left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 138, 207, 0.7675);
  backdrop-filter: blur(10.88px);
  z-index: 99;
  width: 2rem;
}

.nl_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: .1rem;
  padding-bottom: .27rem;
}

.nl_logo p {
  margin-top: .15rem;
}

.nl_logo p img {
  height: .14rem;
}

.nav_left ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
  margin: 0.13rem 0;
  padding-left: 0.33rem;
  cursor: pointer;
}

.nav_left ul li.on::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #08ADFF;
}

.nav_left ul li.on::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.44rem solid #08ADFF;

}

.nav_left ul li span {
  position: relative;
  display: flex;
  width: 0.4rem;
  height: 0.4rem;
  justify-content: center;
  align-items: center;
  background: url(../images/navl-icon.png) no-repeat center center/100% 100%;
  margin-right: 0.14rem;
  z-index: 6;
}

.nav_left ul li span img {
  max-height: .3rem;
}

.nav_left ul li p {
  position: relative;
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 6;
}

.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(../images/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: 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(../images/submit.svg) center no-repeat #3567CB;
  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-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: #3567CB;
  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: #3567CB;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.4rem;
  background-image: url("../images/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-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%;
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: rgb(255, 255, 255);
  font-family: gilroy-regular;
  margin-top: 0.5rem;
  overflow: hidden;
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}

.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: #3567CB;
  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("../images/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 */
.home-top {
  position: relative;
  z-index: 6;
  overflow: hidden;
}

.main-visual-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: .78rem;
  /* padding-bottom: 1.6rem; */
}

.main-visual-slider {
  overflow: hidden;
  width: 100vw;
  position: relative;
}

.main-visual-slider .swiper-slide {
  overflow: hidden;
}

.main-visual-slider .swiper-container {
  width: 100%;
}

.main-visual-slider .swiper-slide-active .imged {
  transform: scale(1);
  transition: all 6s;
}

.main-visual-slider video {
  transform: scale(1.2)\0;
}

.swiper-box1 .imged {
  padding-bottom: calc(100vh - .78rem);
}

.slide-inner {
  overflow: hidden;
}

.main-visual-slider .imged {
  transform: translate3d(0px, 0px, 0px) scale(1.05);
  transition: opacity 0.5s
}

/* .banner .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
} 
 .banner .arror.swiper-button-prev {
  left: .43rem;
  width: 0.56rem;
  height: 0.56rem;
  transition: 0.5s;
  background: url(../images/prev.png) no-repeat;
  background-size: 100% 100%;
}

.banner .arror::after {
  display: none;
}

.banner .arror.swiper-button-next {
  right: .43rem;
  width: 0.56rem;
  height: 0.56rem;
  transition: 0.5s;
  right: .43rem;

  background-size: 100% 100%;
} */

.banner .cir {
  bottom: .5rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: .48rem;
  left: 20%;
  z-index: 9;
}

.banner .cir span {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  margin: 0 .1rem !important;
  border: 1px solid #fff;
  background: transparent;
  transition: all .6s;
  transform-origin: center center;
}

.banner .cir span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  z-index: -1;
}

.banner .cir span.on {
  opacity: 1;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/cir.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid transparent;
}

.banner .cir span.on:after {
  opacity: 1;
  z-index: 9;
}



a:hover .icon img {
  animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }

  10% {
    transform: rotateZ(10deg);
  }

  20% {
    transform: rotateZ(0);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(0);
  }

  50% {
    transform: rotateZ(10deg);
  }

  60% {
    transform: rotateZ(0);
  }

  70% {
    transform: rotateZ(-10deg);
  }

  80% {
    transform: rotateZ(0);
  }

  90% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

@media screen and (max-width: 1200px) {
  .header_box {
    display: none;
  }

  .nav_left {
    display: none;
  }

  .m_header_box {
    display: block;
  }



  .search {
    display: none;
  }

  .main-visual-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner .cir {
    bottom: .2rem;
    left: 0;
    right: 0;
    justify-content: center;
  }

  .swiper-box1 .imged {
    padding-bottom: 35.57%;
  }

  .service {
    position: static;
  }

}

@media screen and (max-width: 1620px) {
  #nav ul li {
    margin: 0 .1rem;
  }

  .header_box .wp {
    padding: 0 .15rem;
  }

  #logo img {
    height: .4rem;
  }
}

@media screen and (max-width: 1280px) {
  #nav ul li h3 {
    font-size: .18rem;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {

  .title .h3 {
    margin-left: 0;
  }

  .title h3 {
    text-align: left;
  }

  .title h3 p {
    padding: 0;
  }

  .title h3 p::before,
  .title h3 p::after {
    display: none;
  }

  .title h3 span {
    font-size: .3rem;
  }

  .title h3 p {
    font-size: .24rem;
    margin-top: 0;
  }

  .title {
    margin-bottom: .2rem;
  }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 420px) {}

.index {
  padding-left: 2rem !important;
}

/* home1 */
.title {
  justify-content: space-between;
  margin-bottom: .35rem;
  align-items: center;
  position: relative;
}

.title .h3 {
  text-align: left;
  cursor: pointer;
}

.title h3 {
  position: relative;
  padding-top: .2rem;
  padding-bottom: .15rem;
}

.title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: .54rem;
  height: .06rem;
  background: #264395;
}

.title h3 span {
  font-size: 0.36rem;
  color: #181818;
  display: block;
  font-weight: bold;
}

.title h3 p {
  position: absolute;
  top: 0;
  color: #7094D0;
  opacity: 0.1792;
  font-size: 0.54rem;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.more a {
  font-size: 0.2rem;
  color: #00339B;
  line-height: .67rem;
  transition: 0.5s;

  display: block;


  transition: all .6s;
}

.more a:hover {
  letter-spacing: 1px;
}

.more a img {
  padding-left: .05rem;
  height: .24rem;
}

@media screen and (max-width: 1200px) {
  .index {
    padding-left: 0 !important;
  }
}

@media screen and (max-width:768px) {}

.home1 {
  width: 100%;
  padding: 0.8rem 0 0.9rem;
  background-size: cover;
  overflow: hidden;
}

.home1-t {
  position: relative;
}

.hl-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hl-t .aleft {
  position: relative;
  width: 8.73rem;
}


.hl-t .aleft:After {
  content: "";
  position: absolute;
  left: .8rem;
  top: 0;
  bottom: .55rem;
  width: calc(100% + (100vw - 14rem)/2);
  background: url(../images/h1r_bg.png) no-repeat center center/100% 100%;
}

.list1w {
  position: relative;
  padding-top: .72rem;
}

.list1w a {
  position: relative;
  display: block;
  z-index: 9;
}

.list1w a .imaged {
  padding-bottom: 58.41%;
}


.list1w .cir {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0;
  bottom: 0.35rem;
  padding-right: .4rem;
  z-index: 9;
}

.list1w .cir span {
  position: relative;
  width: .12rem;
  height: .12rem;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fff;
  background: transparent;
  background-position: center center;
  margin: 0 .1rem;
  opacity: 1;
  transition: all .6s;
  margin: 0 .08rem !important;
}

.list1w .cir span:after {
  position: absolute;
  content: '';
  width: auto;
  height: auto;
  left: -.07rem;
  top: -.07rem;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #fff;
  right: -.07rem;
  bottom: -.07rem;
  opacity: 0;
}

.list1w .cir span.on {
  margin: 0 .15rem !important;
  background: #fff;
}

.list1w .cir span.on::after {
  opacity: 1;
}

.hl-t .aright {
  position: relative;
  flex: 1;
  min-width: 0;
  order: -1;
  padding-top: .3rem;
  z-index: 6;
}

.list_box1 ul li {
  position: relative;
  padding-right: .44rem;
}

.list_box1 ul li:After {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% + .5rem);
  background: url(../images/s1l-txtbg.png) no-repeat center center/100% 100%;
  opacity: 0;
  z-index: -1;
}


.list_box1 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: .3rem 0;
  border-bottom: 1px solid #ECECEC;
  z-index: 6;
}

.list_box1 ul li:last-child a {
  border-bottom: 1px solid transparent;
}

.list_box1 ul li a .date {
  width: .8rem;
  height: .8rem;
  border: 1px solid #264395;
  border-radius: 6px;
  color: #264395;
  text-align: center;
  padding: 0 .1rem;
  margin-right: .3rem;
}

.list_box1 ul li a .date p {
  font-size: .33rem;
  padding: .06rem 0;
  border-bottom: 1px solid rgba(38, 67, 149, 0.23);
  margin-bottom: .08rem;
  line-height: 1;
}

.list_box1 ul li a .date span {
  display: block;
  font-size: .14rem;
}

.list_box1 ul li a .txt {
  font-size: .14rem;
  line-height: .2rem;
  flex: 1;
  min-width: 0;
}

.list_box1 ul li a .txt h2 {
  font-size: .2rem;
  color: #3D3D3D;
  line-height: .3rem;
  max-height: .6rem;
}

.list_box1 ul li a .txt p {
  font-size: .16rem;
  color: #FFFFFF;
  opacity: 0.701;
  line-height: .24rem;
  height: .48rem;
  margin-top: .05rem;
  display: none;
}

.list_box1 ul li.on:After {
  opacity: 1;
  z-index: 2;
}

.list_box1 ul li.on a {
  padding-left: .4rem;
  border-bottom: 1px solid transparent;
}

.list_box1 ul li.on a .date {
  border: 1px solid #008ACF;
  background: #008ACF;
  color: #fff;
}

.list_box1 ul li.on a .date p {
  border-bottom: 1px solid #FFFFFF;
}

.list_box1 ul li.on a .txt h2 {
  color: #fff;
  max-height: .3rem;
  white-space: nowrap;
  -webkit-line-clamp: initial;
  display: block;
}

.list_box1 ul li.on a .txt p {
  display: block;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1400px) {
  .hl-t .aleft {
    width: 6rem;
  }

  .list_box1 ul li a {
    padding: .2rem 0;
  }

  .list_box1 ul li.on a {
    padding-left: .2rem;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
  .home1 {
    padding: .2rem 0;
  }

  .title h3 p {
    display: none;
  }

  .title h3 {
    padding-top: 0;
  }

  .title h3 span {
    font-size: .24rem;
  }

  .more a {
    font-size: .16rem;
  }

  .hl-t {
    display: block;
  }

  .hl-t .aleft {
    width: 100%;
  }

  .list1w {
    padding-top: 0;
  }

  .hl-t .aleft:After {
    display: none;
  }

  .list_box1 ul li:After {
    width: 100%;
  }

  .title {
    margin-bottom: .2rem;
  }
}


/* home2 */
.home2 {
  width: 100%;
  padding: .55rem 0 .65rem;
  position: relative;
  background: url(../images/sect2-bg.jpg) no-repeat center top;
  background-size: cover;
  z-index: 5;
  overflow: hidden;
}

.home2 .wp {
  position: relative;
}

.home2 .title,
.home3 .title,
.home4 .title {
  justify-content: center;
}

.home2 .title h3:after,
.home3 .title h3:after,
.home4 .title h3:after {
  left: 50%;
  transform: translateX(-50%);
}

.home2 .title h3 p,
.home3 .title h3 p,
.home4 .title h3 p {
  left: 50%;
  transform: translateX(-50%);
}

.home2-t {
  position: relative;
  margin-top: .35rem;
}

.list2w li {
  padding: 0 .3rem;
  transition: all .6s;
}

.list2w li:hover {
  background: #fff;
}

.list2w a {
  position: relative;
  padding: .2rem 0;
  display: block;
  border-bottom: 1px solid #264395;
  overflow: hidden;
}

.list2w a:after {
  content: "";
  position: absolute;
  left: .2rem;
  bottom: 0;
  width: 1.03rem;
  height: 3px;
  background: #264395;
}

.list2w a span {
  display: block;
  font-size: .16rem;
  color: #264395;
  margin-bottom: .15rem;
}

.list2w a h2 {
  font-size: .2rem;
  color: #181818;
  line-height: .3rem;
  height: .6rem;
}

.list2w a .gd {
  float: right;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  width: 0.15rem;
  height: 0.12rem;
  background: url(../images/h2-gd.png) no-repeat right center;
  background-size: 0.15rem auto;
}

.home2-t .prev {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: .44rem;
  height: .44rem;
  border: 1px solid #264395;
  border-radius: 50%;
  background: #fff url(../images/h2-l.png) no-repeat center center;
  background-size: .09rem auto;
  cursor: pointer;
}

.home2-t .prev:hover {
  background: #264395 url(../images/h2-l1.png) no-repeat center center;
}

.home2-t .next {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: .44rem;
  height: .44rem;
  border: 1px solid #264395;
  border-radius: 50%;
  background: #fff url(../images/h2-r.png) no-repeat center center;
  background-size: .09rem auto;
  cursor: pointer;
}

.home2-t .next:hover {
  background: #264395 url(../images/h2-r1.png) no-repeat center center;
}


@media screen and (min-width: 1200px) {
  .list2w li:hover h2 {
    color: #00339B;
  }

  .list2w li:hover a {
    border-bottom: 1px solid #008ACF;
  }

  .list2w li:hover a:after {
    background: #008ACF;
  }
}

@media screen and (max-width: 1530px) {
  .home2 .wp {
    width: 90%;
  }
}



@media screen and (max-width: 768px) {
  .home2 {
    padding: .2rem 0;
  }

  .home2 .wp {
    width: 100%;
  }

  .home2-t {
    width: 80%;
    margin: 0 auto;
  }

  .home2-t .prev,
  .home2-t .next {
    width: .35rem;
    height: .35rem;
  }
}

@media screen and (max-width: 420px) {}


/* home3 */
.home3 {
  position: relative;
  padding: .6rem 0 .8rem 0;
  overflow: hidden;
}

.home3-t {
  background: url(../images/h3-bg.jpg) right center/100% 100%;
}

.list3w {
  box-shadow: 0px 8px 39px 0px rgba(197, 197, 197, 0.5);
}

.list3w .gd {
  font-size: .2rem;
  color: #00339B;
}

.list3w .gd img {
  padding-left: .05rem;
  height: .24rem;
}

.list3w a {
  padding: .3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list3w a .scale {
  width: 6.2rem;
}

.list3w a .scale .imged {
  padding-bottom: 58.419%;
}

.list3w a .txt {
  flex: 1;
  min-width: 0;
  margin-left: .55rem;
}

.list3w a .txt h2 {
  font-size: .3rem;
  color: #333;
}

.list3w a .txt p {
  margin: .25rem 0 .5rem;
  margin-right: .4rem;
  font-size: .18rem;
  color: #666;
  line-height: .33rem;
  max-height: .99rem;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .list3w a .scale {
    width: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .home3 {
    padding: .2rem 0;
  }

  .list3w a {
    padding: .2rem;
  }

  .list3w a {
    display: block;
  }

  .list3w a .scale {
    width: 100%;
  }

  .list3w a .txt {
    margin-left: 0;
    margin-top: .2rem;
  }

  .list3w a .txt h2 {
    font-size: .24rem;
  }

  .list3w a .txt p {
    margin-top: .1rem;
    margin-bottom: .1rem;
    margin-right: 0;
  }
}



/* home4 */
.home4 {
  position: relative;
  padding: 0.2rem 0rem .7rem;
  overflow: hidden;
  z-index: 5;
}

.home4 .title h3 {
  margin: 0 .65rem;
}

.home4 .title h3 p,
.home4 .title h3:after {
  opacity: 0;
}

.home4 .title h3 span {
  opacity: .3;
}

.home4 .wp {
  position: relative;
}

.home4::after {
  width: 100%;
  top: -.7rem;
  bottom: 0;
  height: initial;
  background: url(../images/h4-bg.png) no-repeat;
  background-size: 100% 100%;

}

.home4 .title h3.on p {
  opacity: 0.1792;
}

.home4 .title h3.on:after {
  opacity: 1;
}

.home4 .title h3.on span {
  opacity: 1;
}

.home4 .more {
  top: 0;
  transform: none;
}

.home4 .more a {
  display: none;
}

.home4 .more a.on {
  display: block;
}

.home4-t {
  position: relative;
  margin-top: .85rem;
}

.home4-t .list4w {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all .6s;
}

.home4-t .list4w.on {
  position: relative;
  opacity: 1;
  z-index: 9;
}

.list4w a {
  position: relative;
  display: block;
  margin: .3rem 0;
}

.list4w .swiper-slide {
  transition: all .6s;
}

.list4w .swiper-slide-next {
  position: relative;
  transform: scale(1.2);
  z-index: 9;
}

.list4w .swiper-slide-next p {
  transform: scale(.9)
}

.list4w a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 6;
}

.list4w a .imged {
  padding-bottom: 70%;
}

.list4w a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: .1rem .3rem;
  font-size: .24rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list4w .cir {
  margin-top: .75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list4w .cir span {
  margin: 0 .08rem !important;
  width: .14rem;
  height: .14rem;
  background: #00339B;
  opacity: 0.3308;
  border-radius: 50%;
}

.list4w .cir span.on {
  opacity: 1;
}

@media screen and (min-width: 1921px) {
  .header_box_li #header::before {
    width: 32%;
  }
}

@media screen and (min-width: 1200px) {
  .ul-iconsb1 .con:hover .icon {
    opacity: 1;
  }

  .home4-t .h4-r ul li:hover a .con {
    background: #0046A8;

  }

  .home4-t .h4-r ul li:hover a .con h3 {
    color: #fff;
  }

}

@media screen and (max-width: 1024px) {
  .home4-t .h4-r ul li a .con {
    height: .7rem;
  }
}

@media screen and (max-width: 768px) {
  .home4 {
    padding: .2rem 0 .2rem;
  }

  .home4-t .h4-l {
    width: 100%;
    margin-bottom: .15rem;
  }

  .home4-t .h4-r {
    padding-left: 0;
    width: 100%;
  }

  .home4-t .h4-r ul {
    display: flex;
    justify-content: space-between;
  }

  .home4-t .h4-r ul li {
    width: 48%;
    margin-top: .2rem !important;
  }

  .home4-t .h4-l .cir {
    right: .15rem;
    bottom: .15rem;
  }

  .home4-t .h4-l a p {
    padding-left: .15rem;
    padding-right: .15rem;
    bottom: .6rem;
  }

  .home4-t .h4-l .cir span:after {
    width: .4rem;
    height: .4rem;
  }

  .home4-t .h4-l .cir span.on {
    font-size: .22rem;
  }

  .home4-t .h4-r ul li a .con {
    padding: 0 .15rem;
  }

}

@media screen and (max-width: 1200px) {
  .home4 .more {
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .list4w .swiper-slide-next {
    transform: scale(1);
  }

  .home4 .more {
    position: static;
    text-align: center;
  }

  .home4 .title h3 {
    margin-left: 0;
    margin-right: .35rem;
  }

  .home4-t {
    margin-top: 0;
  }

  .list4w .cir {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .list4w a {
    margin-top: 0;
  }

  .list4w a p {
    padding: .1rem;
    font-size: .18rem;
  }
}

.home5 {
  position: relative;
  padding: .6rem 0 1.05rem;
  z-index: 5;
  overflow: hidden;
}

.h5-t {
  display: flex;
  flex-wrap: wrap;
}

.h5_left {
  width: 9.65rem;
}

.list5w {
  overflow: hidden;
}

.list5w a {
  display: block;
  position: relative;
}

.list5w .imged {
  padding-bottom: 71.97%;
}

.list5w a .txt {
  position: absolute;
  left: 0;
  width: 453px;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(90deg, #008ACF 0%, rgba(63, 92, 165, 0.7553) 100%);
  padding: .3rem;
}

.list5w a .txt h2 {
  font-size: .24rem;
  color: #fff;
}

.list5w a .txt p {
  font-size: .18rem;
  color: #fff;
  line-height: .24rem;
  height: .48rem;
  margin: .15rem 0 .25rem;
}

.list5w a .txt .bf {
  padding-left: .45rem;
  line-height: .35rem;
  font-size: .18rem;
  color: #fff;
  background: url(../images/bf.png) no-repeat left center/.31rem auto;
}

.list5w a .txt .bf.play {
  background: url(../images/pause.png) no-repeat left center/.31rem auto;
}

.h5_right {
  flex: 1;
  min-width: 0;
  background: url(../images/h5r_bg.jpg) no-repeat center top/100% 100%;
}

.list5wr li {
  border-bottom: 1px solid rgba(102, 25, 255, 0.1019);
  padding: 0 .3rem;
}

.list5wr li:last-child {
  border-bottom: none;
}

.list5wr li a {
  display: block;
  line-height: 1.38rem;
  padding-left: .4rem;
  background: url(../images/sp-icon.png) no-repeat left center/.28rem auto;
  font-size: .2rem;
  color: #181818;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list5wr li.on {
  background: url(../images/h5r_txtbg.jpg) no-repeat center center/100% 100%;
}

.list5wr li.on a {
  background: url(../images/sp-icon1.png) no-repeat left center/.28rem auto;
  color: #fff;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1400px) {
  .h5_left {
    width: 6.5rem;
  }

  .list5wr li a {
    line-height: .92rem;
  }
}

@media screen and (max-width: 1024px) {
  .home5 {
    padding: .2rem 0;
  }
}

@media screen and (max-width: 768px) {
  .h5-t {
    display: block;
  }

  .h5_left {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .list5w a .txt {
    position: static;
    width: 100%;
    padding: .15rem;
  }
}

.home6 {
  padding: .95rem 0;
  background: url(../images/h6-bg.jpg) no-repeat center center/100% 100%;
  overflow: hidden;
}

.home6 .wp {
  position: relative;
  z-index: 6;
}

.home6 .title h3:after,
.home6 .title h3 p {
  opacity: 0;
}

.home6 .title h3 {
  margin-right: .5rem;
}

.home6 .title h3 span {
  opacity: .3;
}

.home6 .title h3.on span,
.home6 .title h3.on:after {
  opacity: 1;
}

.home6 .title h3.on p {
  opacity: 0.1792;
}

.home6 .more a {
  display: none;
}

.home6 .more a.on {
  display: block;
}

.h6-t {
  position: relative;
}

.h6-t .list6w {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% + (100vw - 14rem)/2);
  padding-right: 3.3rem;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}

.h6-t .list6w.on {
  position: relative;
  opacity: 1;
  z-index: 9;
}

.list6w a {
  display: block;
  position: relative;
}

.list6w a .imged {
  padding-bottom: 63.19%;
}

.list6w a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 20%;
  z-index: 4;
}

.list6w a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .15rem .2rem;
  font-size: .18rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 6;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1400px) {
  .h6-t .list6w {
    padding-right: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .h6-t .list6w {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .home6 {
    padding: .2rem 0;
  }
}

@media screen and (max-width: 768px) {
  .home6 .title h3 {
    margin-right: .2rem;
  }
}

.home7 {
  position: relative;
  padding: 1rem 0 1.9rem;
  overflow: hidden;
}

.home7 .title {
  position: relative;
  z-index: 9;
}

.home7 .title h3 span,
.home7 .title h3 p {
  color: #fff;
}

.home7 .title h3:after {
  background: #fff;
}

.home7:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 51%;
  background: url(../images/h7t_bg.jpg) no-repeat center top/100% 100%;
}

.home7:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 49%;
  background: url(../images/h7b_bg.png) no-repeat center top/100% 100%;
}

.ul-iconsb1 {
  display: flex;

}



.ul-iconsb1 li {

  margin-left: .4rem;
}

.ul-iconsb1 .con {
  position: relative;
  cursor: pointer;
}

.ul-iconsb1 .con:hover .qrbox {
  opacity: 1;
  visibility: visible
}

.ul-iconsb1 .icon {
  width: 0.7rem;
  height: .7rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.5s;
  /* opacity: .4; */
}

.ul-iconsb1 .icon img {
  max-height: .32rem;
}

.ul-iconsb1 .qrbox {
  left: 50%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: .2rem;
  transition: 0.5s;
  position: absolute;
  width: 1.4rem;
  z-index: 10;
  transform: translatex(-50%);
}

.ul-iconsb1 .qrbox .qr {
  border-radius: 0.03rem;
  padding: .05rem;
  background: #fff;
  text-align: center;
  border-radius: .05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ul-iconsb1 .qrbox::before {
  content: "";
  border-left: .08rem solid transparent;
  border-right: .08rem solid transparent;
  border-bottom: .1rem solid #fff;
  top: -8px;
  left: 50%;
  transform: translatex(-50%);
  position: absolute;
}

.h7 ul {
  display: flex;
  flex-wrap: wrap;
}

.h7 ul li a {
  display: block;
  position: relative;
}

.h7 ul li a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .2rem .4rem;
  font-size: .18rem;
  color: #fff;
  z-index: 9;
}

.h7 ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4476) 39%, #000000 100%);
  z-index: 6;
}

.h7-t ul li {
  width: 33.333%;
}

.h7-t ul li .imged {
  padding-bottom: 80.94%;
}

.h7-b ul li {
  width: 50%;
}

.h7-b ul li .imged {
  padding-bottom: 53.92%;
}

@media screen and (min-width: 1200px) {
  .ul-iconsb1 .con:hover .icon {
    opacity: 1;
  }

}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1200px) {
  .ul-iconsb1 li:last-child .qrbox {
    left: auto;
    transform: none;
    right: 0;
  }

  .ul-iconsb1 li:last-child .qrbox::before {
    left: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .home7 {
    padding: .2rem 0;
  }
}

@media screen and (max-width: 768px) {
  .ul-iconsb1 {
    width: 100%;
    justify-content: center;
    margin-top: .2rem;
  }

  .ul-iconsb1 li {
    margin: 0 .15rem;
  }

  .ul-iconsb1 .icon {
    width: .5rem;
    height: .5rem;
  }

  .ul-iconsb1 .icon img {
    max-height: .25rem;
  }

  .h7 ul li a p {
    padding: .1rem;
  }

  .ul-iconsb1 li:last-child .qrbox {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .ul-iconsb1 li:last-child .qrbox::before {
    left: 50%;
  }
}

/* footer */
.footer {
  overflow: hidden;
}

.foot-t {
  padding: .4rem 0;
  width: 100%;
  background: url(../images/foot-bg.jpg) no-repeat center/cover;
}

.foot-t .wp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ft-l {
  padding-right: 7%;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.ft-l p {
  font-size: .2rem;
  color: #fff;
  line-height: .4rem;


}

.ft-m h2 {
  font-size: .2rem;
  color: #fff;
}

.ft-m ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: .2rem;
}

.ft-m ul li span {
  font-size: .2rem;
  color: #fff;
  min-width: 2.2rem;
}

.ft-m ul li a {
  font-size: .2rem;
  color: #fff;
  margin-left: .2rem;
    margin-top: 10px;
}

.foot-b {
  background: #000;
  padding: .15rem;
  line-height: .3rem;
  text-align: center;
}

.foot-b p span {
  font-size: .2rem;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .ft-m {
    width: 100%;
    order: -1;
    margin-bottom: .2rem;
  }

  .ft-l {
    border-right: none;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {

  .home2 .title,
  .home3 .title,
  .home4 .title {
    justify-content: space-between;
  }

  .home2 .title h3:after,
  .home3 .title h3:after,
  .home4 .title h3:after {
    left: 0;
    transform: none;
  }
}

@media screen and (max-width: 600px) {
#adu0 table tbody img{
width:147px !important;
heigth:100px !important;
}
  .ft-m ul li span {
    width: 100%;
    margin-bottom: .15rem;
  }

  .ft-m ul li a {
    margin-left: 0;
    margin-right: .15rem;
    font-size: .16rem;
  }

  .ft-l {
    width: 100%;
    padding-right: 0;
       
  }

  .ft-l p {
    line-height: .3rem;
    font-size: .16rem;
 text-align: center;
  }

  .ft-r {
    text-align: center;
    margin-top: .15rem;
    width: 100%;
  }

  .ft-r .ewm {
    margin: 0 auto;
  }
}



@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}


@media (min-width: 200px) {
  [aos="zoom-in"] {
    transform: scale(0.5);
  }
}


@media print {
.header_box {
    position: relative;
}
#nav ul li {
    margin: 0 0.05rem;
}
#nav ul li h3 {
    font-size: 0.14rem;
}
}