/*$colors:#31c1bf;*/
@font-face {
  font-family: "accid__";
  src: url("./fonts/accid__.woff2") format("woff2"), url("./fonts/accid__.woff") format("woff"), url("./fonts/accid__.ttf") format("truetype"), url("./fonts/accid__.eot") format("embedded-opentype"), url("./fonts/accid__.svg") format("svg");
}
@font-face {
  font-family: "BEBAS";
  src: url("./fonts/BEBAS.woff2") format("woff2"), url("./fonts/BEBAS.woff") format("woff"), url("./fonts/BEBAS.ttf") format("truetype"), url("./fonts/BEBAS.eot") format("embedded-opentype"), url("./fonts/BEBAS.svg") format("svg");
}
.beba {
  font-family: "BEBAS";
}

.acc {
  font-family: "accid__";
}
.con-header.onactive2{
  position: relative;
}
.vi-contit{
  font-size: 0;
  text-align: center;
  line-height: 1.25;
  /*margin-bottom: 1rem;*/
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  display: none!important;
}
.vi-contit .li{
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin:0 .35rem;
}
.vi-contit .li.active{
  color: #003f98;
}

.wow {
  opacity: 0;
}

.wow.animated {
  opacity: 1;
}
.wel-banner.act ,.wel-banner.act  .swiper-btn{
  position: static;
}
.wel-banner.act .swiper-btn .swiper-button-prev, .wel-banner.act .swiper-btn .swiper-button-next{
  position: absolute;
  background-color: #003f98;
  top: 215px;
}
.wel-banner.act .swiper-btn .swiper-button-prev{
  left: 3%;
}
.wel-banner.act .swiper-btn .swiper-button-next{
  right: 3%;
}


.swiper-pagination .ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*opacity: 0;*/
  transition: all .3s;
}
.swiper-pagination .ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}
.swiper-pagination .ui-loop .path-loop-bg {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
}
.swiper-pagination .ui-loop .path-loop {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
  transition: opacity .3s 1s;
}
.swiper-pagination .swiper-pagination-bullet-active .ui-loop .path-loop-bg{
  opacity: .2;
}

.swiper-pagination .swiper-pagination-bullet-active .ui-loop .path-loop{
  opacity: 1;
}













html, body {
  font-family: "PingFangSC-Semibold","Pingfang sc bold","Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light",  "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.pagination {
  text-align: center;
  font-size: 0;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  border: 1px solid #e5e5e5;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: .4rem;
  box-sizing: content-box;
  color: #666666;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s ease-in-out;
}
.pagination a.active {
  background-color: #003f98;
  transition: .5s ease-in-out;
  color: #fff;
}
.pagination .prev, .pagination [rel=prev] {
  background-image: url(../imgbox/prev.png);
}
.pagination .next, .pagination [rel=next] {
  background-image: url(../imgbox/next.png);
}

@media screen and (min-width: 1024px) {
  .a-link{
    transition:.5s ease-in-out;
  }
  .a-link:hover{
    transition:.5s ease-in-out;
    background: #003f98;
  }
  .pagination a {
    transition: .5s ease-in-out;
  }
  .pagination a:hover {
    background-color: #003f98;
    transition: .5s ease-in-out;
    color: #fff;
  }
  .pagination .prev:hover, .pagination [rel=prev]:hover {
    background-image: url(../imgbox/prev1.png);
  }
  .pagination .next:hover, .pagination [rel=next]:hover {
    background-image: url(../imgbox/next1.png);
  }
}
/*transform*/
/*caijian*/
/*@media*/
/*@media not screen and (max-width: 1023px){}*/
.news-details {
  width: 910px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.75rem;
  max-width: 90%;
}

.news-details .time {
  line-height: 1;
  margin-top: .75rem;
}

.newsdetails-tit {
  padding: 0 1.25rem;
  line-height: 1.36;
}

.new-detailscon {
  color: #666666;
  line-height: 1.9;
  margin-top: .9rem;
  padding-bottom: 2.2rem;
}

.news-details-bots {
  height: 1.5rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.5rem;
  position: relative;
}

.forie {
  width: 100%;
  height: 100%;
  background: #eaeaea url(../imgbox/tishi.png) center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.news-details-bots .back {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../imgbox/i35.png) no-repeat center;
  background-size: 100%;
}

.news-details-bots .back:hover {
  background: url(../imgbox/i36.png) no-repeat center;
  background-size: 100%;
}

.news-details-bots .btns {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  overflow: hidden;
  transition: .5s ease-in-out;
}

.news-details-bots .btns:hover {
  transition: .5s ease-in-out;
  color: #003f98;
}

.news-details-bots .prev, .news-details-bots .next {
  max-width: 40%;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.video-fixed .cha {
  width: 40px;
  height: 40px;
  background: url(../imgbox/close-vid2.png) #000 no-repeat center/80% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.video-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  z-index: 230;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  transform: scale3d(0, 0, 1);
  transition: .8s ease-in-out;
}

.video-fixed.ons {
  transition: .8s ease-in-out;
  transform: scale3d(1, 1, 1);
}

.video-fixed .videoboxs .box {
  height: 100%;
}

.video-fixed .videoboxs {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  /*padding: 30px;*/
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .video-fixed .videoboxs {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  .video-fixed .videoboxs {
    width: 100%;
    height: 80%;
    bottom: 0;
    margin: auto;
  }

  .video-fixed .cha {
    right: .2rem;
    top: -1.2rem;
    width: 1rem;
    height: 1rem;
  }
}
/**/
.m-header {
  height: 50px;
  width: 100%;
  position: absolute;
  width: 100%;
}

.search-dialog {
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 20;
}

.search-dialog .search-close {
  position: absolute;
  width: .55rem;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../imgbox/search-close.png);
  right: -2.2rem;
  top: 50%;
  margin-top: -15px;
}

.search-dialog .search {
  width: 11.9rem;
  border: 1px solid #cac9c9;
  padding: .1rem .2rem;
  border-radius: 4px;
}

.search-dialog .search input[type=text] {
  float: left;
  width: calc(100% - 20px);
  height: 30px;
  line-height: 30px;
  font-size: .45rem;
  color: #cac9c9;
  background-color: transparent;
}

.search-dialog .search input[type=submit] {
  float: right;
  width: 15px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../imgbox/search.svg);
  background-color: transparent;
  background-position: center;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  transition: .5s ease-in-out;
  left: 0;
}

.m-header .w-header {
  position: absolute;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  z-index: 24;
  height: 50px;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.m-header .welcome-a img {
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  transition: .5s ease-in-out;
}

.m-header .welcome-a .icobox {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.m-header .welcome-a .i1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}

.m-header .w-header .nav-btn .hover .line2 {
  display: none;
}

.m-header .w-header.fixed .nav-btn .line {
  background: #333;
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed {
  background: #fff;
}

.m-header .w-header.fixed .welcome-a .i0 {
  opacity: 0;
}

.m-header .w-header.fixed .welcome-a .i1 {
  opacity: 1;
}

.m-header .w-header.fixed .welcome-a img {
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed .nav-sousuo svg path {
  fill: #333;
  /*color:#333;*/
  transition: .5s ease-in-out;
}

.m-header .welcome-a {
  display: block;
  /*width: 165px;*/
  height: 100%;
  line-height: 50px;
  position: relative;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .nav-sousuo {
  margin-right: 28px;
  margin-left: 25px;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  height: 50px;
  background-size: 100%;
  width: 40px;
  transition: .5s ease-in-out;
  background: url(../imgbox/search.png) no-repeat center;
  background-size: 70%;
}

.m-header .nav-sousuo svg {
  height: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .nav-sousuo svg path {
  fill: #333;
  transition: .5s ease-in-out;
}

.m-header .nav-sousuo a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}

.m-header .nav-sousuo a.active {
  color: #f3980f;
}

.m-header .uio {
  float: right;
  /*height: 100%;*/
  height: 20px;
  width: 27px;
  position: relative;
  margin-top: 12px;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.footerlangs a {
  color: #333333;
  font-size: 16px;
}

.m-header .nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
  left: 0;
  border-radius: 2px;
}

.m-header .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 9px;
}

.m-header .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.bocweb-footer .bocweb-footer-bot br {
  display: none;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 0;
  /*background-color: #fff;*/
}

.m-header .sub-menu {
  width: 100%;
  /*height: calc(100% - 50px);*/
  height: 100%;
  padding: 50px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /*background-color: white;*/
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 15;
  overflow-y: auto;
  z-index: 200;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}

.m-header .sub-menu li .sub-tit .tu-box {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: relative;
}

.m-header .sub-menu li:nth-child(2n+1) {
  background: #f7f7f7;
}

.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #333333;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.m-header .sub-menu .tit a {
  color: #666;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: 33px;
  color: #333333;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on .btn-v {
  background: url(../imgbox/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-top: 0;
  background: url(../imgbox/img5.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
  padding-top: 20px;
  padding-bottom: 35px;
}

.m-header .sub-menu .tit {
  text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
  background-size: 8px auto;
  line-height: 3;
  font-size: 13px;
  padding: 2px 0;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
}

.m-header .sub-menu .sec-list a {
  padding-left: 30px;
  color: #333;
  display: block;
  position: relative;
}

.m-header .sub-menu .sec-list a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #003f98;
  border-radius: 50%;
}

.m-header .w-header .inj {
  line-height: 25px;
  height: 25px;
  margin-top: 10px;
  color: #ffffff;
}

.m-header .w-header .inj a {
  color: #ffffff;
  font-size: 14px;
}

.m-header .w-header .inj.en {
  margin-left: 25px;
}

.m-header .w-header .ser {
  width: 25px;
  height: 25px;
  background: url(../imgbox/search.png) no-repeat center;
  background-size: 100%;
}

.search-dialogbox {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 1rem;
  z-index: 200;
  background: #fff;
  left: 0;
  top: 0;
  display: none;
}

.search-wrap {
  padding: 2rem 0;
  /*margin-top: 120px;*/
}

.search-wrap .tab-btns {
  float: left;
  width: 15.17%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}

.search-wrap .tab-btns a {
  display: block;
  height: 1.95rem;
  line-height: 1.95rem;
  font-family: "Microsoft Yahei";
  text-align: center;
  color: #666;
  font-size: .45rem;
  border-bottom: 1px solid #e6e6e6;
  transition: all .3s;
}

.search-wrap .tab-btns a:last-child {
  border-bottom: none;
}

.search-wrap .tab-btns a.cur {
  color: #fff;
  background-color: #003f98;
}

.search-wrap .right {
  float: right;
  width: 78.57%;
  min-height: 60vh;
}

.search-wrap .right .num {
  font-size: .45rem;
  line-height: .5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
  padding-bottom: .75rem;
  font-family: "Microsoft Yahei";
}

.search-list .item {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.search-list .item .tit {
  font-size: .6rem;
  line-height: .7rem;
  color: #333;
  font-weight: bold;
}

.search-list .item .pub-con {
  margin-top: .5rem;
}

.search-list .item .time {
  font-size: .4rem;
  line-height: .5rem;
  color: #999;
  font-family: "Microsoft Yahei";
  margin-top: .75rem;
}

.search-list .page {
  margin-top: 2.15rem;
}

.pub-con {
  font-size: .4rem;
  line-height: .7rem;
  color: #4c4c4c;
}

@media (max-width: 767px) {
  .search-wrap {
    padding: 2rem 0;
  }

  .search-wrap .tab-btns {
    float: none;
    width: 100%;
    font-size: 0;
  }

  .search-wrap .tab-btns a {
    width: 50%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.75rem;
  }

  .search-wrap .tab-btns a:nth-child(2n) {
    border-right: none;
  }

  .pub-con {
    font-size: 0.6rem;
    line-height: 1.6;
  }

  .search-wrap .right {
    float: none;
    width: 100%;
    margin-top: 1.25rem;
  }

  .search-wrap .right .num {
    font-size: 0.6rem;
    line-height: 1rem;
    padding-bottom: 0.75rem;
  }

  .search-list .item {
    padding: 1rem 0;
  }

  .search-list .item .tit {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .search-list .item .pub-con {
    margin-top: 0.5rem;
  }

  .search-list .item .time {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.5rem;
  }

  .search-dialog .search {
    width: 75%;
    padding: 0.25rem 0.5rem;
  }

  .search-dialog .search input[type=submit] {
    width: 1rem;
    height: 1rem;
  }

  .search-dialog {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 0;
    width: 70%;
    margin: auto;
  }

  .search-dialog .search input[type=text] {
    width: 80%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.75rem;
  }

  .search-dialog .search-close {
    width: 0.75rem;
    height: 0.8rem;
    right: 0;
    margin-top: -0.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .search-list .item .tit {
    transition: .5s ease-in-out;
  }

  .search-list .item:hover {
    color: #003f98;
  }
  .search-list .item:hover .tit {
    color: #003f98;
    transition: .5s ease-in-out;
  }

  .search-wrap .tab-btns a:hover {
    color: #fff;
    background-color: #003f98;
    transition: .5s ease-in-out;
  }

  .search-wrap .tab-btns a {
    transition: .5s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .search-dialog {
    width: 80%;
  }

  .search-dialog .search {
    width: 90%;
  }

  .m-header .nav-sousuo {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .m-header .w-header {
    padding: 0 3%;
  }

  .search-dialog .search-close {
    right: 0;
  }
}
.secwen {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(60px);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animate.secwen {
  opacity: 1;
  transform: translateY(0);
  filter: alpha(opacity=100);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animated.secwen {
  opacity: 1;
  transform: translateY(0);
  filter: alpha(opacity=100);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.secwen-left {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-60px);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.secwen-left.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.secwen-right {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(60px);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.secwen-right.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animate.add1 {
  transition-delay: .1s;
}

.animate.add2 {
  transition-delay: .2s;
}

.animate.add3 {
  transition-delay: .3s;
}

.animate.add4 {
  transition-delay: .4s;
}

.animate.add5 {
  transition-delay: .5s;
}

.animate.add6 {
  transition-delay: .6s;
}

.animate.add7 {
  transition-delay: .7s;
}

.animate.add8 {
  transition-delay: .8s;
}

.animate.add9 {
  transition-delay: .9s;
}

.animate.add10 {
  transition-delay: 1.0s;
}

.animate.add11 {
  transition-delay: 1.1s;
}

.search-dialog2 {
  position: absolute;
  left: 0;
  top: 97px;
  width: 100%;
  padding: .8rem 0;
  color: #333;
  background-color: #ccc;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 99;
}

.bocweb-header.cur .search-dialog2 {
  opacity: 1;
  visibility: visible;
}

.search-dialog2 input:-moz-placeholder,
.search-dialog2 textarea:-moz-placeholder {
  color: #333;
}
.search-dialog2 input::-moz-placeholder,
.search-dialog2 textarea::-moz-placeholder {
  color: #333;
}
.search-dialog2 input:-ms-input-placeholder,
.search-dialog2 textarea:-ms-input-placeholder {
  color: #333;
}
.search-dialog2 input::-webkit-input-placeholder,
.search-dialog2 textarea::-webkit-input-placeholder {
  color: #333;
}

.search-dialog2 input[type=text] {
  float: left;
  width: 85%;
  height: .8rem;
  background-color: transparent;
  color: #333;
  font-size: .45rem;
  line-height: .8rem;
}

.search-dialog2 input[type=submit] {
  float: right;
  width: .8rem;
  height: .8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../imgbox/search.png);
  background-color: transparent;
  transition: all .3s;
}

.bold {
  font-weight: bold;
}

.tc {
  text-align: center;
}

.pcbox {
  display: block;
}

.mbox {
  display: none;
}

.w1400 {
  width: 1400px;
  max-width: 80%;
  margin: 0 auto;
}

.w1500 {
  width: 1500px;
  max-width: 80%;
  margin: 0 auto;
}

.pc768 {
  display: block;
}

.m768 {
  display: none;
}

.w1600 {
  width: 1600px;
  max-width: 83%;
  margin: 0 auto;
}

img.w100 {
  width: 100%;
}

.page {
  display: block;
}
.page a {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1023px) {
  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc768 {
    display: none;
  }

  .m768 {
    display: block;
  }
}
@keyframes downup {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}
@-webkit-keyframes downup /*Safari and Chrome*/ {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}
.con-banner .con-words .more:before {
  animation: downup 2s ease-in-out .1s infinite alternate;
  -webkit-animation: downup 2s ease-in-out .1s infinite alternate;
  /*Safari and Chrome*/
}
.con-banner.layout-banner .con-words{
  padding-top: 0;
  top: auto;
  bottom: 0;
  padding-bottom: 2rem;
  text-align: left;
}
.con-banner.layout-banner .con-words .tits-cn{
  text-align: left;

}

@keyframes zhuan {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes zhuan /*Safari and Chrome*/ {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.w1680 {
  width: 1680px;
  margin: 0 auto;
  max-width: 92%;
}

.w1440 {
  width: 1440px;
  margin: 0 auto;
  max-width: 85%;
}

.w1500 {
  width: 1500px;
  margin: 0 auto;
  max-width: 90%;
}

.w1520 {
  width: 1520px;
  margin: 0 auto;
  max-width: 90%;
}

.page {
  padding: 0;
}

.con-header {
  position: absolute;
  height: 90px;
  width: 100%;
}

.news-contitles {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
.news-contitles .li {
  display: inline-block;
  vertical-align: top;
  padding: 0 .15rem;
  margin: 0 .45rem;
  position: relative;
  line-height: 1.75rem;
  height: 1.75rem;
  color: #333333;
  transition: .5s ease-in-out;
}
.news-contitles .li.active {
  color: #003f98;
  transition: .5s ease-in-out;
}
.news-contitles .li.active:before {
  transition: .5s ease-in-out;
  opacity: 1;
}
.news-contitles .li:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -1px;
  left: 0;
  height: 4px;
  background: #003f98;
  opacity: 0;
  transition: .5s ease-in-out;
}

.con-banner {
  position: relative;
}
.con-banner .images {
  height: 21.25rem;
}
.con-banner.newbanner .con-words{
  padding-top: 5.25rem;
}
.con-banner.newbanner .images{
  height: 12.5rem;
}
.con-banner.join-banner .con-words .tits-cn {
  line-height: 1.46;
  margin-bottom: 1.1rem;
}
.con-banner.on .images {
  height: 23.75rem;
}
.con-banner .con-words {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  padding-top: 9.75rem;
  color: #fff;
}
.con-banner .con-words .more {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.con-banner .con-words .more:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/i1.png) no-repeat center;
  background-size: 100%;
  left: 0;
  top: 0;
}
.con-banner .con-words .tits-cn, .con-banner .con-words .tits-en {
  line-height: 1.2;
}
.con-banner .con-words .tits-en {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.news_a {
  width: 100%;
  padding: 2.25rem 0;
}

.news_a .content {
  width: 100%;
  margin-top: 2.0rem;
}

.news_a .content .hot_news {
  width: 100%;
}

.news_a .content .hot_news a {
  display: block;
  width: 48%;
  float: left;
  margin-right: 4%;
  position: relative;
  overflow: hidden;
}

.news_a .content .hot_news a:last-child {
  margin-right: 0;
}

.news_a .content .hot_news a .txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 0.45rem;
  color: #fff;
  padding: 0 0.75rem 0.75rem;
  line-height: 0.75rem;
  box-sizing: border-box;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.news_a .content .hot_news a .txt .s1 {
  float: left;
  width: 75%;
}

.news_a .content .hot_news a .txt .s2 {
  float: right;
  font-size: 0.375rem;
  font-family: "DINPro-Regular";
}

.comm_tepm .tit {
  font-size: 1.1rem;
  color: #121212;
  font-family: 'Noto Sans SC';
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.comm_tepm {
  text-align: center;
  z-index: 22;
  position: relative;
}

.comm_tepm .seachs {
  display: inline-block;
}

.comm_tepm .seachs .seach_input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 7.5rem;
  height: 1.625rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #efefef;
  overflow: hidden;
}

.comm_tepm .seachs .seach_input .text {
  width: 70%;
  float: left;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.625rem;
  background-color: transparent;
  font-family: "pingfang-Regular";
  font-size: 0.5rem;
}

.comm_tepm .seachs .seach_input .submit {
  width: 20%;
  float: right;
  height: 100%;
  background-color: transparent;
  background-image: url(../img/sss.png);
  background-repeat: no-repeat;
  background-position: center;
}

.comm_tepm .seachs .seor {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 7.5rem;
  height: 1.625rem;
  background-color: #fff;
  margin-left: 0.5rem;
  position: relative;
  padding: 0 0.625rem;
  border: 2px solid #003f98;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.comm_tepm .seachs .seor a {
  display: block;
  font-family: "pingfang-Regular";
  font-size: 0.5rem;
  color: #003f98;
}

.comm_tepm .seachs .seor .s_tit {
  width: 100%;
  line-height: 1.625rem;
  position: relative;
}

.comm_tepm .seachs .seor .s_tit:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #003f98;
  border-bottom: 1px solid #003f98;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-45deg);
}

.comm_tepm .seachs .seor .sub {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  left: 0;
  max-height: 9rem;
  display: none;
  z-index: 66;
  border: 2px solid #003f98;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0;
}

.comm_tepm .seachs .seor .sub a {
  width: 100%;
  line-height: 1.625rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.625rem;
}

.news_list {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2.5rem;
}

.news_list .left {
  width: 80%;
  float: left;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_list .left a {
  display: block;
  width: 90%;
  padding: .9rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.news_list .left a .img {
  width: 28%;
  float: left;
}

.news_list .left a .img img {
  width: 100%;
}

.news_list .left a .con {
  float: left;
  width: 72%;
  padding-left: 1.1rem;
  line-height: 1;
}

.news_list .left a .con .tit {
  font-size: 0.5rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.news_list .left a .con .time {
  margin-bottom: 0.3rem;
  color: #808080;
  line-height: 1;
}

.news_list .left a .con .txt {
  font-size: 0.4rem;
  color: #444;
  line-height: .8rem;
  height: 1.6rem;
  overflow: hidden;
}

.news_list .left a .con .to {
  margin-top: 1.5rem;
  line-height: 1;
  color: #003f98;
}

.news_list .right {
  width: 20%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_list .right .r_tit {
  font-size: 0.5rem;
  color: #000;
  font-weight: 700;
  margin-left: 10%;
}

.news_list .right a {
  margin-left: 5%;
  display: block;
  width: 95%;
  background-color: #fcfcfc;
  margin-top: .6rem;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_list .right a .tit {
  font-size: 0.45rem;
  color: #333333;
  line-height: .7rem;
  height: 1.4rem;
  overflow: hidden;
}

.news_list .right a .time {
  font-size: 0.35rem;
  color: #666666;
  line-height: .5rem;
  margin-top: 1.7rem;
}

@media (max-width: 1023px) {
  .con-banner .con-words {
    padding-top: 5rem;
  }

  .news_list .right {
    width: 100%;
    float: none;
    margin-top: 1rem;
    display: none;
  }

  .news_list .left {
    float: none;
    width: 100%;
    border-right: none;
  }

  .news_list .left a {
    width: 100%;
  }

  .news_list .right .r_tit {
    margin-left: 0;
  }

  .news_list .right a {
    margin-left: 0;
  }

  .news_a .content .hot_news a {
    width: 100%;
    margin-left: 0;
  }
  .news_a .content .hot_news a:nth-child(n+2) {
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .news-details {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }

  .news_list .left a .con .to {
    margin-top: .6rem;
  }

  .news_list {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .w1440 {
    max-width: 92%;
  }

  .news_a .content .hot_news a {
    margin-right: 0;
  }

  .news_a {
    padding: 1.5rem 0;
  }

  .news_a .content {
    margin-top: 1.25rem;
  }

  .news_list .left a .img {
    width: 100%;
    float: none;
  }

  .comm_tepm {
    line-height: 1;
  }

  .news_list .left a .con {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }

  .con-banner .con-words {
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .con-banner .con-words .tits-en {
    margin-top: .25rem;
    margin-bottom: .5rem;
  }

  .comm_tepm .seachs {
    font-size: 0;
    width: 94%;
    margin: 0 auto;
  }
  .comm_tepm .seachs .seach_input, .comm_tepm .seachs .seor {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 49%;
    margin-left: 2%;
  }
  .comm_tepm .seachs .seach_input {
    margin-left: 0;
  }
}
.news-video {
  padding-top: 2.7rem;
  padding-bottom: 2.8rem;
}

.video-list {
  padding-bottom: 1.5rem;
}

.con-tit {
  line-height: 1;
}

.news-tit {
  color: #222222;
}

.news-video .news-tit {
  margin-bottom: 1.25rem;
}

.vide-toplist {
  font-size: 0;
}
.vide-toplist .items {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin-left: 3%;
  position: relative;
  cursor: pointer;
}
.vide-list .items .imgs,
.vide-toplist .items .imgs {
  overflow: hidden;
  position: relative;
}
.vide-toplist .items .m768.text{
  line-height: 3em;
  height: 3em;
  overflow: hidden;
}
.vide-list .items .text{
  line-height: 3em;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333333;

}

.vide-toplist .items img {
  transition: .5s ease-in-out;
}
.vide-toplist .items:nth-child(2n+1) {
  margin-left: 0;
}
.vide-toplist .items .words {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  padding-left: .65rem;
  padding-right: .95rem;
  padding-bottom: .75rem;
}
.vide-toplist .items .words .text, .vide-toplist .items .words .time {
  line-height: .8rem;
  position: relative;
}
.vide-toplist .items .words .text {
  padding-left: 1.625rem;
  width: calc(100% - 100px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: .8rem;
}
.vide-toplist .items .words .text:before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: .8rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/i2.png) no-repeat center;
  background-size: 100%;
}

.vide-list {
  font-size: 0;
  padding-top: 1.75rem;
}
.vide-list .items {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  position: relative;
  width: 32%;
  margin-left: 2%;
  margin-bottom: .7rem;
  cursor: pointer;
}
.vide-list .items .words {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-left: .75rem;
  padding-bottom: .75rem;
}
.vide-list .items .words span {
  display: block;
  width: 1.125rem;
  height: .8rem;
  background: url(../img/i2.png) no-repeat center;
  background-size: 100%;
}
.vide-list .items:nth-child(3n+1) {
  margin-left: 0;
}

.bocweb-fooer {
  background: #525a65;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.bocweb-botfooter {
  color: rgba(255, 255, 255, 0.3);
}
.bocweb-botfooter a {
  color: rgba(255, 255, 255, 0.3);
  transition: .5s ease-in-out;
}
.bocweb-botfooter a:hover {
  color: #fff;
  transition: .5s ease-in-out;
}

.bocweb-topfooter {
  padding-bottom: 3.125rem;
}
.bocweb-topfooter .nav-tops {
  line-height: 2;
  color: #fff;
  margin-bottom: .35rem;
}
.bocweb-topfooter .bocweb-left {
  font-size: 0;
}
.bocweb-topfooter .bocweb-left .nav {
  display: inline-block;
  vertical-align: top;
}
.bocweb-topfooter .bocweb-left .nav:nth-child(n+2) {
  margin-left: 3rem;
}
.bocweb-topfooter .bocweb-left .nav a {
  display: block;
  transition: .5s ease-in-out;
}
.bocweb-topfooter .bocweb-left .nav a:hover {
  color: #fff;
  transition: .5s ease-in-out;
}
.bocweb-topfooter .bocweb-left .nav .li {
  line-height: 2.56;
}
.bocweb-topfooter .nav-bots a {
  color: rgba(255, 255, 255, 0.3);
}
.bocweb-topfooter .bocweb-right {
  color: #fff;
}
.bocweb-topfooter .bocweb-right .words {
  padding-left: 3.25rem;
}
.bocweb-topfooter .bocweb-right .words .number, .bocweb-topfooter .bocweb-right .words .text {
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.bocweb-topfooter .bocweb-right .words .text {
  margin-top: .55rem;
}
.bocweb-topfooter .bocweb-right .botwords {
  padding-top: 2rem;
}
.bocweb-topfooter .bocweb-right .botwordsyuyan a {
  display: inline-block;
  vertical-align: top;
  width: .9rem;
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  color: #fff;
  transition: .5s ease-in-out;
  border-radius: 50%;
}
.bocweb-topfooter .bocweb-right .botwordsyuyan a:nth-child(n+2) {
  margin-left: .75rem;
}
.bocweb-topfooter .bocweb-right .botwordsyuyan a.active, .bocweb-topfooter .bocweb-right .botwordsyuyan a:hover {
  color: #1d1c1c;
  background: #fff;
  transition: .5s ease-in-out;
}
.bocweb-topfooter .bocweb-right .tits {
  margin-bottom: .6rem;
}
.bocweb-topfooter .bocweb-right .list {
  font-size: 0;
}
.bocweb-topfooter .bocweb-right .list .li {
  display: inline-block;
  vertical-align: top;
}
.bocweb-topfooter .bocweb-right .list .li:nth-child(n+2) {
  margin-left: 1rem;
}
.bocweb-topfooter .bocweb-right .list .li .img {
  width: 2.9rem;
}
.bocweb-topfooter .bocweb-right .list .li .span {
  line-height: 1.2;
  margin-top: .4rem;
}

.wel-more {
  display: inline-block;
  padding-left: 1rem;
  position: relative;
  padding-right: 2rem;
  background-color: #fff;
  border-radius: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #333333;
}
.wel-more:hover {
  color: #333;
}
.wel-more.on {
  background: #003f98;
  color: #fff;
}
.wel-more.on:before {
  background: url(../img/n20.png) no-repeat center;
  background-size: 100%;
}
.wel-more:before {
  position: absolute;
  content: "";
  width: .35rem;
  height: .25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/i7.png) no-repeat center;
  background-size: 100%;
  right: 1rem;
  transition: .5s ease-in-out;
}

.wel-banner {
  position: relative;
}
.wel-banner .tits, .wel-banner .txts {
  line-height: 1.25;
}
.wel-banner .txts {
  margin-top: .6rem;
}
.wel-banner .wel-more {
  margin-top: 5.25rem;
}
.wel-banner .imgs {
  height: 24rem;
}
.wel-banner .items {
  display: block;
  position: relative;
}
.wel-banner .words {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 8rem;
  margin: auto;
  color: #fff;
}
.wel-banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  left: 0;
  z-index: 1;
}
.wel-banner .swiper-pagination span {
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  width: .8rem;
  height: .8rem;
  position: relative;
  background: transparent;
  /*border: 1px solid transparent;*/
  transition: .5s ease-in-out;
}
.wel-banner .swiper-pagination .swiper-pagination-bullet-active {
  transition: .5s ease-in-out;
  /*border: 1px solid #fff;*/
}
.wel-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
}
.wel-banner .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wel-banner .swiper-btn {
  position: absolute;
  bottom: 2rem;
  right: 4.35rem;
  z-index: 3;
}
.wel-banner .swiper-btn .swiper-button-prev, .wel-banner .swiper-btn .swiper-button-next {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  position: static;
  margin: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #fff;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.wel-banner .swiper-btn .swiper-button-prev {
  margin-right: .25rem;
  background-image: url(../img/i3.png);
}
.wel-banner .swiper-btn .swiper-button-next {
  background-image: url(../img/i5.png);
}

.welnews-more a {
  display: inline-block;
  vertical-align: top;
  padding-right: 1.625rem;
  position: relative;
  line-height: 1rem;
  color: #333333;
}
.welnews-more a:before {
  position: absolute;
  content: "";
  width: 1rem;
  border-radius: 50%;
  height: 1rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/i8.png) #003f98 no-repeat center;
  background-size: 100%;
}

.welnews-tit .tit-en, .welnews-tit .tit-cn {
  line-height: 1;
}
.welnews-tit .tit-cn {
  margin-top: .65rem;
}

.wel-news {
  padding-top: 2.25rem;
  padding-bottom: 3rem;
}
.wel-news .news-list {
  margin-top: 1.25rem;
}

.news-list {
  padding-bottom: 1.1rem;
  font-size: 0;
}
.news-list .img {
  overflow: hidden;
  position: relative;
}
.news-list .img .span {
  position: absolute;
  left: .5rem;
  top: .5rem;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1;
  padding: .2rem;
  color: #333333;
  z-index: 3;
}
.news-list .words {
  padding: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #999999;
}
.news-list .words .time {
  line-height: 1;
  margin-bottom: .25rem;
}
.news-list .words .txts {
  line-height: .85rem;
  height: .85rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-list .words .tits {
  line-height: 1.4em;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: .9rem;
  position: relative;
  color: #333333;
}
.news-list .words .tits:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  background: url(../img/i9.png) no-repeat center;
  background-size: .5rem;
}
.news-list .items {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
}
.news-list .items:nth-child(3n+1) {
  margin-left: 0;
}

.wel-ab-box {
  padding-top: 3.4rem;
  padding-bottom: 3.75rem;
}
.wel-ab-box .imgs {
  width: 2.75rem;
  margin: 0 auto;
  height: 2.75rem;
}
.wel-ab-box .welnews-tit .text {
  width: 19.5rem;
  margin: 0 auto;
  line-height: 1.875;
  color: #666666;
  margin-bottom: 1.375rem;
  margin-top: .65rem;
}
.wel-ab-box .list {
  margin-top: 2rem;
  font-size: 0;
}
.wel-ab-box .list .li {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #e6e5e5;
  width: 23%;
  margin-left: 1.3%;
  text-align: center;
  padding-top: 2.15rem;
  padding-bottom: 2.25rem;
  position: relative;
  text-align: center;
}
.wel-ab-box .list .li:nth-child(4n+1) {
  margin-left: 0;
}
.wel-ab-box .list .li .num {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}
.wel-ab-box .list .li .span,
.wel-ab-box .list .li .num {
  line-height: 1;
}
.wel-ab-box .list .li .span {
  line-height: 1.4;
  height: 1.4em;
}

.wel-industrial {
  padding-top: 2.35rem;
}
.wel-industrial .wel-indu-list {
  margin-top: 1.4rem;
}

.wel-indu-list {
  font-size: 0;
}
.wel-indu-list .images {
  height: 20rem;
}
.wel-indu-list .items {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 16.5%;
  position: relative;
}
.wel-indu-list .items.active {
  width: 50.5%;
}
.wel-indu-list .items.active .words2 {
  /*display: block;*/
  transition: .5s ease-in-out;
  opacity: 1;
}
.wel-indu-list .items.active .words1 {
  /*display: none;*/
  transition: .5s ease-in-out;
  opacity: 0;
}
.wel-indu-list .items .words {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1.5rem 1.25rem;
  color: #fff;
}
.wel-indu-list .items .words .txts {
  line-height: 1.625em;
}
.wel-indu-list .items .words1 {
  transition: .5s ease-in-out;
}
.wel-indu-list .items .words1 .txts {
  height: 1.625em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: .1rem;
}
.wel-indu-list .items .words2 {
  opacity: 0;
  transition: .5s ease-in-out;
}
.wel-indu-list .items .words2 .txts {
  height: 4.875em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: .6rem;
  width: 12rem;
}

.con-swiper-pagination.swiper-pagination {
  line-height: 1;
  text-align: center;
  position: static;
  width: 100%;
}
.con-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: .8rem;
  height: .8rem;
  background: transparent;
  position: relative;
  opacity: 1;
  border: 1px solid transparent;
}
.con-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #2a5a9e;
}
.con-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #2a5a9e;
}
.con-swiper-pagination.swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #cdcdcd;
  border-radius: 50%;
}

.wel-responsibility {
  position: relative;
}
.wel-responsibility .words {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  color: #333333;
  transform: translateY(-50%);
}
.wel-responsibility .tit-en {
  line-height: 1;
}
.wel-responsibility .tit-cn {
  line-height: 1.25;
  margin-top: .65rem;
}
.wel-responsibility .text {
  line-height: 1.75;
  margin-top: .65rem;
  margin-bottom: 1.75rem;
}

.investor-tops {
  padding-top: 3.65rem;
  padding-bottom: 2.65rem;
}
.investor-tops .t-txts .span,
.investor-tops .t-txts .titles {
  line-height: 1;
}
.investor-tops .t-txts .span span,
.investor-tops .t-txts .titles span {
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.investor-tops .t-txts .titles {
  margin-bottom: 1.625rem;
}
.investor-tops .t-txts .ri-fixed {
  position: relative;
  padding-right: 1rem;
}
.investor-tops .t-txts .ri-fixed.active:before {
  background: url(../img/m2.png) no-repeat center;
  background-size: 100%;
}
.investor-tops .t-txts .ri-fixed:before {
  content: "";
  position: absolute;
  width: .4rem;
  height: .55rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/m1.png) no-repeat center;
  background-size: 100%;
}
.investor-tops .addtext {
  color: #333333;
  line-height: 2;
  margin-top: .95rem;
}
.investor-tops .ul {
  font-size: 0;
  padding-top: .5rem;
  padding-bottom: .55rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: .8rem;
}
.investor-tops .ul .li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.875;
}
.investor-tops .ul .li:nth-child(n+2) {
  margin-left: 2rem;
}
.investor-tops .words, .investor-tops .images {
  max-width: 50%;
}
.investor-tops .images-bot {
  overflow: hidden;
  margin-top: .95rem;
}
.investor-tops .btnbox {
  font-size: 0;
}
.investor-tops .btnbox .btn {
  display: inline-block;
  vertical-align: top;
  height: .9rem;
  line-height: .9rem;
  padding: 0 .5rem;
  cursor: pointer;
  transition: .5s ease-in-out;
}
.investor-tops .btnbox .btn.active {
  color: #fff;
  background: #003f98;
  transition: .5s ease-in-out;
}
.investor-tops .btnbox .btn:nth-child(n+2) {
  margin-left: .375rem;
}

.corporate {
  background: #f3f9fe;
  padding-top: 1.625rem;
  padding-bottom: 1.75rem;
}
.corporate a {
  display: inline-block;
  vertical-align: top;
}
.corporate .list-tit {
  line-height: 1;
  margin-bottom: .85rem;
}
.corporate .words {
  width: 33%;
  color: #666666;
}
.corporate .words .tit {
  margin-top: .75rem;
  margin-bottom: .5rem;
  line-height: 1.75em;
  height: 1.75em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.corporate .words .p {
  line-height: 1.7;
  color: #666666;
  height: 5.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.corporate .words .txt {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.corporate .imgs {
  overflow: hidden;
}
.corporate .images {
  width: 67%;
  padding-left: 2rem;
  font-size: 0;
}
.corporate .images .li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-left: 5%;
  border-bottom: 1px solid #e5e5e5;
  color: #222222;
  padding-bottom: .75rem;
}
.corporate .images .li:nth-child(n+3) {
  padding-top: 1.1rem;
}
.corporate .images .li:nth-child(2n+1) {
  margin-left: 0;
}
.corporate .images .li .tits {
  line-height: 1.7;
  height: 1.7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: .3rem;
}
.corporate .images .li .txts {
  line-height: 1;
  color: #999999;
}

.announcement {
  padding-top: 1.25rem;
  padding-bottom: 2.25rem;
}
.announcement .itemsbox {
  padding-bottom: 1.2rem;
  margin-top: .5rem;
  font-size: 0;
  color: #999999;
}
.announcement .itemsbox .txts {
  color: #999999;
  line-height: 1;
}
.announcement .itemsbox .tits {
  color: #222222;
  line-height: 1.7em;
  height: 1.7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  padding-right: 1rem;
  margin-bottom: .375rem;
}
.announcement .itemsbox .tits:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: url(../img/i14.png) #ebf2f8 no-repeat center;
  background-size: 100%;
}
.announcement .itemsbox .li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 46%;
  margin-left: 8%;
  padding-top: .75rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #e5e5e5;
}
.announcement .itemsbox .li:nth-child(2n+1) {
  margin-left: 0;
}

.interaction {
  position: relative;
}
.interaction .a-link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.interaction .list-tit {
  margin-bottom: 2.5rem;
  line-height: 1;
}
.interaction .tits {
  position: relative;
  padding-left: .75rem;
  line-height: 1.1;
}
.interaction .tits .imgs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.interaction .txts {
  margin-top: .5rem;
  line-height: 1.3;
}
.interaction .itemsbox {
  position: relative;
}
.interaction .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.interaction .images {
  height: 15rem;
}
.interaction .ul {
  font-size: 0;
}
.interaction .ul .libox {
  width: 50%;
}
.interaction .ul .libox2 {
  padding-left: .9rem;
  /*padding-left: 2.2rem;*/
}
.interaction .ul .libox1 {
  padding-right: .9rem;
}
.interaction .ul .li {
  display: block;
}
.interaction .ul .li:nth-child(n+2) {
  margin-top: 1.1rem;
}
.interaction .ul img {
  width: .6rem;
}

.a-link {
  display: block;
  background: rgba(84, 111, 153, 0.5);
  border-radius: .15rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
}
.a-link .imgs {
  width: 1.25rem;
  margin: 0 auto;
}
.a-link .span {
  color: #fff;
  line-height: 1;
  margin-top: .35rem;
}
.a-link .box {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.bocweb-logo {
  position: relative;
}
.bocweb-logo .i1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.bocweb-header a {
  display: block;
  color: #fff;
}

.bocweb-header {
  line-height: 90px;
  height: 90px;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
}
.bocweb-header .bocweb-logo {
  display: block;
  height: 90px;
  width: 3.625rem;
}
.bocweb-header .bocweb-logo img {
  display: inline-block;
  vertical-align: middle;
}
.bocweb-header .navbox {
  font-size: 0;
  padding-left: 1.2rem;
}
.bocweb-header .navbox a {
  display: block;
  transition: .5s ease-in-out;
}
.bocweb-header .navbox a.active, .bocweb-header .navbox a:hover {
  color: #003f98;
  transition: .5s ease-in-out;
}
.bocweb-header .navbox .nav-tops {
  line-height: inherit;
  padding-right: .5rem;
  position: relative;
}
.bocweb-header .navbox .nav-tops:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 4px;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/i0.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}
.bocweb-header .navbox .nav {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 0 .45rem;
  position: relative;
}
.bocweb-header .navbox .nav-bots {
  display: none;
  position: absolute;
  left: 50%;
  top: 90px;
  text-align: center;
  /*background: #fff;*/
  padding-top: 15px;
  width: 100%;
  transform: translateX(-50%);
}
.bocweb-header .navbox .nav-bots-box{
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}
.bocweb-header .navbox .nav-bots a {
  color: #333;
}

.header-btnbox {
  font-size: 0;
}
.header-btnbox .navitems {
  display: inline-block;
  vertical-align: middle;
}
.header-btnbox .navitems .nav-tops {
  display: block;
  padding: 0 .375rem;
}
.header-btnbox .navitems .serbtn {
  width: .5rem;
  height: .5rem;
  background: url(../img/n5.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  transition: .5s ease-in-out;
}
.header-btnbox .navitems .serbtn:hover {
  background: url(../img/g2.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}
.header-btnbox .navitems.search {
  position: relative;
  padding-left: .45rem;
  padding-right: .45rem;
}
.header-btnbox .navitems .langs {
  position: relative;
  padding-left: .5rem;
  padding-right: 1.25rem;
  height: 28px;
  line-height: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: .5s ease-in-out;
  box-sizing:content-box;
}
.header-btnbox .navitems .langs:hover {
  transition: .5s ease-in-out;
  border: 1px solid #003f98;
  color: #003f98;
}
.header-btnbox .navitems .langs:hover:before {
  transition: .5s ease-in-out;
  background: url(../img/g0.png) no-repeat center;
  background-size: 100%;
}
.header-btnbox .navitems .langs:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 4px;
  right: .35rem;
  top: 0;
  bottom: 0;
  background: url(../img/i0.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
  margin: auto;
}

/*.bocweb-header .header-con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}*/
.bocweb-header .navbox .nav-tops:hover:before,
.bocweb-header .navbox .nav-tops.active:before {
  background: url(../img/g1.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.onactive2, .bocweb-header.onactive, .bocweb-header.fixed {
  background: #fff;
  color: #333;
}
.bocweb-header.onactive2 .navbox .nav-tops:hover:before,
.bocweb-header.onactive2 .navbox .nav-tops.active:before, .bocweb-header.onactive .navbox .nav-tops:hover:before,
.bocweb-header.onactive .navbox .nav-tops.active:before, .bocweb-header.fixed .navbox .nav-tops:hover:before,
.bocweb-header.fixed .navbox .nav-tops.active:before {
  background: url(../img/g1.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.onactive2 .header-btnbox .navitems .serbtn, .bocweb-header.onactive .header-btnbox .navitems .serbtn, .bocweb-header.fixed .header-btnbox .navitems .serbtn {
  background: url(../img/g3.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.onactive2 .header-btnbox .navitems .serbtn:hover, .bocweb-header.onactive .header-btnbox .navitems .serbtn:hover, .bocweb-header.fixed .header-btnbox .navitems .serbtn:hover {
  background: url(../img/g2.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.onactive2 .header-btnbox .navitems .langs, .bocweb-header.onactive .header-btnbox .navitems .langs, .bocweb-header.fixed .header-btnbox .navitems .langs {
  border-color: #333;
}
.bocweb-header.onactive2 .header-btnbox .navitems .langs:before, .bocweb-header.onactive .header-btnbox .navitems .langs:before, .bocweb-header.fixed .header-btnbox .navitems .langs:before {
  background: url(../img/g0.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.onactive2 .header-btnbox .navitems .langs:hover, .bocweb-header.onactive .header-btnbox .navitems .langs:hover, .bocweb-header.fixed .header-btnbox .navitems .langs:hover {
  transition: .5s ease-in-out;
  border: 1px solid #003f98;
  color: #003f98;
}
.bocweb-header.onactive2 .header-btnbox .navitems .langs:hover:before, .bocweb-header.onactive .header-btnbox .navitems .langs:hover:before, .bocweb-header.fixed .header-btnbox .navitems .langs:hover:before {
  transition: .5s ease-in-out;
  background: url(../img/g0.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.onactive2 .navbox .nav-tops:before,
.bocweb-header.onactive2 .navbox .nav-tops:before, .bocweb-header.onactive .navbox .nav-tops:before,
.bocweb-header.onactive .navbox .nav-tops:before, .bocweb-header.fixed .navbox .nav-tops:before,
.bocweb-header.fixed .navbox .nav-tops:before {
  background: url(../img/g0.png) no-repeat center;
  background-size: 100%;
}
.bocweb-header.onactive2 .bocweb-logo .i1, .bocweb-header.onactive .bocweb-logo .i1, .bocweb-header.fixed .bocweb-logo .i1 {
  opacity: 1;
}
.bocweb-header.onactive2 .bocweb-logo .i0, .bocweb-header.onactive .bocweb-logo .i0, .bocweb-header.fixed .bocweb-logo .i0 {
  opacity: 0;
}
.bocweb-header.onactive2 .navbox a.active,
.bocweb-header.onactive2 .navbox a:hover, .bocweb-header.onactive .navbox a.active,
.bocweb-header.onactive .navbox a:hover, .bocweb-header.fixed .navbox a.active,
.bocweb-header.fixed .navbox a:hover {
  color: #003f98;
}
.bocweb-header.onactive2 a, .bocweb-header.onactive a, .bocweb-header.fixed a {
  color: #333;
}

.layout-list1 {
  padding-top: 2.25rem;
  padding-bottom: 1.45rem;
}

.ly-list1-top .tit-title {
  line-height: 1;
  color: #222222;
}
.ly-list1-top .tit-text {
  line-height: 1.875;
  color: #666666;
  max-width: 66%;
  margin: 0 auto;
  margin-top: .6rem;
}
.ly-list1-top .con-more {
  margin-top: 1.7rem;
}

.ly-list1-bot {
  margin-top: 2.625rem;
}
.ly-list1-bot .tit-box {
  font-size: 0;
  text-align: center;
  margin-bottom: 1.75rem;
}
.ly-list1-bot .tit-box .li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .75rem;
  color: #333333;
  padding: 0 .1rem;
  line-height: 1.9rem;
  height: 1.9rem;
  cursor: pointer;
  position: relative;
}
.ly-list1-bot .tit-box .li.active {
  opacity: 1;
  color: #003f98;
  transition: .5s ease-in-out;
}
.ly-list1-bot .tit-box .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}
.ly-list1-bot .tit-box .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #003f98;
  left: 0;
  bottom: 0;
  transition: .5s ease-in-out;
  opacity: 0;
}

.con-more {
  width: 4.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  background-color: #003f98;
  color: #fff;
  display: block;
}
.con-more:hover {
  color: #fff;
}

.ly-list3-swiper .swiper-slide {
  width: 30%;
  margin-right: 5%;
}
.ly-list3-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.ly-list1-swiper .swiper-button-prev {
  left: -2.875rem;
}
.ly-list1-swiper .swiper-button-next {
  right: -2.875rem;
}
.ly-list1-swiper .swiper-slide {
  width: 30%;
  margin-right: 5%;
}
.ly-list1-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.ly-list1-swiper .imgs {
  overflow: hidden;
}
.ly-list1-swiper img {
  transition: .5s ease-in-out;
}
.ly-list1-swiper .items {
  text-align: center;
}
.ly-list1-swiper .tits, .ly-list1-swiper .txts {
  line-height: 1.5;
  height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ly-list1-swiper .tits {
  color: #333333;
}
.ly-list1-swiper .txts {
  color: #999999;
}
.ly-list1-swiper .words {
  padding: .4rem 0;
}

.con-swiper {
  position: relative;
}
.con-swiper .swiper-button-prev, .con-swiper .swiper-button-next {
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #f3f9fe;
  background-size: 100%;
  background-repeat: no-repeat;
}
.con-swiper .swiper-button-prev {
  background-image: url(../img/i3.png);
}
.con-swiper .swiper-button-next {
  background-image: url(../img/i5.png);
}
.con-swiper .swiper-pagination {
  position: static;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.con-swiper .swiper-pagination span {
  display: inline-block;
  vertical-align: top;
  margin: 0 .125rem;
  width: 12px;
  height: 5px;
  opacity: 1;
  background: #cfdbe5;
  border-radius: 0;
}
.con-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #003f98;
  width: .75rem;
}

.w1760 {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 92%;
}

.layout-list2 {
  padding-top: 2rem;
  padding-bottom: 1.75rem;
  position: relative;
}
.layout-list2 .tit-title {
  line-height: 1;
}
.layout-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #f3f9fe;
}

.ly-list2-swiper {
  margin-top: 1.6rem;
}
.ly-list2-swiper .swiper-pagination {
  margin-top: 1.25rem;
}
.ly-list2-swiper .items {
  background: #fff;
  width: 23%;
  margin-right: 2.6%;
  padding: 1rem;
  padding-top: 2rem;
  position: relative;
}
.ly-list2-swiper .items .imgs {
  width: 1.25rem;
}
.ly-list2-swiper .items .tits {
  color: #333333;
  line-height: 1.5;
  margin-top: .75rem;
  margin-bottom: .3rem;
}
.ly-list2-swiper .items .txts {
  line-height: 1.875;
  color: #666666;
}
.ly-list2-swiper .items .words {
  height: 210px;
  overflow-y: auto;
}
.ly-list2-swiper .items:before {
  height: 6px;
  content: "";
  position: absolute;
  opacity: 0;
  transition: .5s ease-in-out;
  width: 0;
  left: 0;
  top: 0;
  background: #003f98;
}
.ly-list2-swiper .items:last-child {
  margin-right: 0;
}

.layout-list3 {
  padding-top: 1.85rem;
  padding-bottom: 2.35rem;
}
.layout-list3 .tit-title {
  line-height: 1;
  margin-bottom: 1.2rem;
}

.ly-list3-swiper .items {
  position: relative;
}
.ly-list3-swiper .items .words {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1rem;
  padding-bottom: 1.25rem;
  color: #fff;
}
.ly-list3-swiper .items .imgs {
  overflow: hidden;
}
.ly-list3-swiper .items .tits {
  line-height: 1;
}
.ly-list3-swiper .items .txts {
  line-height: 1.5;
  margin-top: .3rem;
}

.layout-list4 {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  background: #f3f9fe;
}
.layout-list4 .tit-title {
  line-height: 1;
  margin-bottom: 1rem;
}

.ly-list4-inputbox {
  font-size: 0;
}
.ly-list4-inputbox .li {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: .5rem;
}
.ly-list4-inputbox .li input:-moz-placeholder,
.ly-list4-inputbox .li textarea:-moz-placeholder {
  color: #999999;
}
.ly-list4-inputbox .li input::-moz-placeholder,
.ly-list4-inputbox .li textarea::-moz-placeholder {
  color: #999999;
}
.ly-list4-inputbox .li input:-ms-input-placeholder,
.ly-list4-inputbox .li textarea:-ms-input-placeholder {
  color: #999999;
}
.ly-list4-inputbox .li input::-webkit-input-placeholder,
.ly-list4-inputbox .li textarea::-webkit-input-placeholder {
  color: #999999;
}
.ly-list4-inputbox .li .li-tops {
  line-height: 1;
  margin-bottom: .3rem;
}
.ly-list4-inputbox .li.submit {
  padding-top: .25rem;
}
.ly-list4-inputbox .li input[type=text], .ly-list4-inputbox .li textarea {
  height: 1.5rem;
  line-height: 1.5rem;
  border: 1px solid #e2eaf0;
  width: 100%;
  background: #fff;
  padding-left: 1.7rem;
  padding-right: 1rem;
}
.ly-list4-inputbox .li textarea {
  height: 4.5rem;
  padding-top: .45rem;
  resize: none;
  line-height: 1.5;
}
.ly-list4-inputbox .li .li-bots {
  position: relative;
}
.ly-list4-inputbox .li .li-bots img {
  position: absolute;
  left: .6rem;
  width: .65rem;
  height: .65rem;
  top: .4rem;
}
.ly-list4-inputbox .li.li-50 {
  width: 48.5%;
  margin-left: 3%;
}
.ly-list4-inputbox .li.li-50:nth-child(2n+1) {
  margin-left: 0;
}

.sitemap-title {
  font-size: 0;
}
.sitemap-title .li {
  display: inline-block;
  vertical-align: middle;
  color: #555555;
  line-height: 1;
}
.sitemap-title .li.btn {
  width: 6px;
  height: 10px;
  background: url(../img/li.png) no-repeat center;
  background-size: 100%;
  margin: 0 .6rem;
}

.h-line {
  border-bottom: 1px solid #eeeeee;
}

.sitemaps {
  padding-top: .75rem;
}

.layout-list5 {
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  background: #003f98;
}
.layout-list5 .ly {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding-left: 1.25rem;
  position: relative;
  color: #fff;
}
.layout-list5 .ly:before {
  position: absolute;
  content: "";
  width: .8rem;
  height: .6rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/yx.png) no-repeat center;
  background-size: 100%;
}

.sitemaps {
  padding-bottom: 3.25rem;
}
.sitemaps .con-title {
  line-height: 1;
  margin-bottom: 2.75rem;
  margin-top: 1.75rem;
  color: #222222;
}

.sitemaps-list {
  font-size: 0;
}
.sitemaps-list .nav {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-left: 1.5rem;
  padding-right: .5rem;
  margin-bottom: 2.5rem;
}
.sitemaps-list .nav a {
  display: block;
}
.sitemaps-list .nav .nav-tops {
  line-height: 1.25;
  margin-bottom: .65rem;
  color: #222222;
}
.sitemaps-list .nav .li {
  color: #666666;
  line-height: 2.4;
}

.contact-box {
  padding-top: 2rem;
  padding-bottom: 4.5rem;
}
.contact-box .con-title {
  line-height: 1;
  margin-bottom: 1.7rem;
}

.contact-map {
  background: #999;
}
.contact-map .map {
  height: 15rem;
}

.contact-list {
  font-size: 0;
  padding-bottom: 2rem;
}
.contact-list .imgs {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #003f98;
  margin-bottom: .7rem;
}
.contact-list .tits {
  line-height: 1;
  color: #666666;
  margin-bottom: .3rem;
}
.contact-list .txts {
  line-height: 1.2;
  color: #003f98;
}
.contact-list .li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 2px;
}

.amap-info-content {
  padding: 0;
}

.bottom-center .amap-info-sharp {
  border-top: 8px solid #003f98;
}

.mapbox {
  position: relative;
  background: #003f98;
  width: 600px;
  padding: 30px 0;
  padding-left: 210px;
  color: #fff;
}
.mapbox .imgs {
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 165px;
  margin: auto;
  height: 40px;
}
.mapbox .tits, .mapbox .txts {
  line-height: 1.3;
}
.mapbox .tits {
  color: #fff;
}
.mapbox .txts {
  color: rgba(255, 255, 255, 0.5);
  margin-top: .2rem;
}
.mapbox .words {
  position: relative;
  padding-left: 24px;
}
.mapbox .words:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 90%;
  margin: auto;
  background: rgba(255, 255, 255, 0.2);
}

.joinstits {
  line-height: 1;
  color: #003f98;
}

.join-list1 {
  padding-top: 3rem;
  padding-bottom: 3.75rem;
}
.join-list1 .words {
  width: 51.4%;
  padding-right: 5%;
  padding-top: 1.75rem;
}
.join-list1 .tits {
  line-height: 1;
  color: #003f98;
}
.join-list1 .txts {
  line-height: 1.5;
  color: #222222;
  margin-top: .5rem;
  margin-bottom: .6rem;
}
.join-list1 .wen {
  max-width: 27em;
  line-height: 1.875;
  color: #555555;
}
.join-list1 .images {
  width: 48.6%;
  overflow: hidden;
}
.join-list1 .images img {
  transition: .5s ease-in-out;
}

.join-list2 {
  padding-top: 1.95rem;
  padding-bottom: 3rem;
  background: #f3f9fe;
}
.join-list2 .joinstits {
  margin-bottom: 1.5rem;
}
.join-list2 .images {
  padding-right: 2rem;
}
.join-list2 .words {
  padding-left: 2.45rem;
}
.join-list2 .words .text {
  line-height: 1.6;
  padding-bottom: 1.45rem;
}
.join-list2 .images, .join-list2 .words {
  width: 50%;
}
.join-list2 .ul-list {
  padding-top: .75rem;
}
.join-list2 .ul-list .li {
  display: none;
  line-height: 1.875;
  color: #666666;
}
.join-list2 .t-li {
  font-size: 0;
  border-bottom: 1px solid #eeeeee;
  width: 9.125rem;
  max-width: 90%;
  line-height: 1.25rem;
  height: 1.25rem;
}
.join-list2 .t-li .i {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  cursor: pointer;
  position: relative;
}
.join-list2 .t-li .i:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #003f98;
  opacity: 0;
  transition: .5s ease-in-out;
}
.join-list2 .t-li .i:nth-child(n+2) {
  margin-left: 1.5rem;
}
.join-list2 .t-li .i.active {
  color: #003f98;
  transition: .5s ease-in-out;
}
.join-list2 .t-li .i.active:before {
  transition: .5s ease-in-out;
  opacity: 1;
}
.join-list2 .images .span {
  line-height: 1.2;
  color: #323232;
  margin-bottom: .85rem;
}

.join-list3 {
  padding-top: 3.625rem;
  padding-bottom: 4.2rem;
}
.join-list3 .words, .join-list3 .images {
  width: 50%;
}
.join-list3 .images {
  padding-left: 1.875rem;
  padding-right: .75rem;
}
.join-list3 .words {
  padding-right: 2.75rem;
}
.join-list3 .words .txts {
  line-height: 1.66;
  color: #222222;
  margin-top: .55rem;
}
.join-list3 .words .wen {
  line-height: 1.875;
  /*height: 5.625em;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*/
  /*overflow: hidden;*/
  color: #555555;
  margin-top: 1rem;
}

.join-list4 {
  padding-top: 1.75rem;
  padding-bottom: 1.95rem;
  background: #f3f9fe;
}
.join-list4 .joinstits {
  margin-bottom: 1.2rem;
}
.join-list4 .itemsbox {
  font-size: 0;
}
.join-list4 .itemsbox .words {
  padding-top: 1.2rem;
}
.join-list4 .itemsbox .tits {
  line-height: 1;
  color: #333;
}
.join-list4 .itemsbox .txts {
  color: #666666;
  margin-top: .3rem;
  margin-bottom: .75rem;
}
.join-list4 .itemsbox .items {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin-left: 3%;
  color: #666666;
}
.join-list4 .itemsbox .items:nth-child(2n+1) {
  margin-left: 0;
}

.culture {
  padding-bottom: 1.75rem;
  padding-top: 3.5rem;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.culture-top .txts {
  max-width: 37em;
  margin: 0 auto;
  color: #666666;
  line-height: 2;
}
.culture-top .imgs {
  width: 14rem;
  height: 14rem;
  margin: auto;
  margin-top: 1.75rem;
  margin-bottom: 2.75rem;
  animation: circle linear 20s infinite;
}
.culture-top .line {
  height: 5px;
  width: 1.25rem;
  margin: 0 auto;
  background: #003f98;
  margin-top: 1.1rem;
  margin-bottom: .85rem;
}
.culture-top .joinstits span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.culture-top .joinstits span:before, .culture-top .joinstits span:after {
  width: .75rem;
  height: .6rem;
  content: "";
  top: 0;
  position: absolute;
}
.culture-top .joinstits span:after {
  right: 0;
  background: url(../img/jright.png) no-repeat center;
  background-size: 100%;
}
.culture-top .joinstits span:before {
  left: 0;
  background: url(../img/jleft.png) no-repeat center;
  background-size: 100%;
}

.culture-bot .list {
  margin-top: 2.3rem;
  font-size: 0;
}
.culture-bot .list .items {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin-left: 3%;
  margin-bottom: 1rem;
  background: #f3f9fe;
  font-size: 0;
  height: 6rem;
  line-height: 6rem;
}
.culture-bot .list .items .it-imgs, .culture-bot .list .items .it-words {
  display: inline-block;
  vertical-align: middle;
}
.culture-bot .list .items .span {
  line-height: 1.25;
}
.culture-bot .list .items .it-imgs {
  width: 48%;
  padding-left: 4rem;
  position: relative;
  line-height: 1.25;
}
.culture-bot .list .items .it-imgs .imgs {
  left: 2.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.culture-bot .list .items .imgs {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
}
.culture-bot .list .items .imgs .i1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.culture-bot .list .items .it-words {
  width: 52%;
  color: #555555;
  line-height: 1.7;
  padding-right: 2rem;
}
.culture-bot .list .items:nth-child(2n+1) {
  margin-left: 0;
}

.care {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
.care .items {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #e5e5e5;
}
.care .list {
  padding-bottom: 1.5rem;
}

.care-tul {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 1rem;
}
.care-tul .li {
  display: inline-block;
  vertical-align: top;
  padding: 0 .25rem;
  position: relative;
  margin: 0 .85rem;
  position: relative;
  color: #333333;
  cursor: pointer;
  line-height: 1.75rem;
  height: 1.75rem;
}
.care-tul .li.active {
  color: #003f98;
  transition: .5s ease-in-out;
}
.care-tul .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}
.care-tul .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #003f98;
  opacity: 0;
  left: 0;
  bottom: 0;
}

.care-tit {
  line-height: 1;
}

.care-list .list .items {
  font-size: 0;
  color: #999999;
}
.care-list .list .items .tits {
  line-height: 1.35;
  height: 1.35em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #222222;
}
.care-list .list .items .txts {
  line-height: 2;
  height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666666;
  margin-top: .35rem;
  margin-bottom: 1.375rem;
}
.care-list .list .items .time {
  line-height: 1;
}
.care-list .list .items .imgs, .care-list .list .items .words {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.care-list .list .items .imgs {
  width: 8.5rem;
}
.care-list .list .items .words {
  padding-left: 2.1rem;
  width: calc(100% - 8.5rem);
  padding-top: .55rem;
}

.social-list1 {
  padding-top: 4.9rem;
  padding-bottom: 2.25rem;
}
.social-list1 .words, .social-list1 .images {
  width: 50%;
}
.social-list1 .span-text {
  width: 13.75rem;
  height: 3.75rem;
  text-align: center;
  line-height: 3.75rem;
  padding: 0 .25rem;
  background: #f9f9f9;
}
.social-list1 .span-text span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.35;
  color: #003f98;
}
.social-list1 .words .txts {
  line-height: 1.875;
  color: #666666;
  margin-top: .8rem;
  margin-bottom: 1.875rem;
}
.social-list1 .images {
  padding-left: 4.5rem;
  font-size: 0;
}
.social-list1 .images .li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  padding-left: 2.75rem;
  position: relative;
}
.social-list1 .images .li:before {
  position: absolute;
  content: "";
  background: #eeeeee;
}
.social-list1 .images .li1:before {
  width: 2px;
  height: 2.75rem;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.social-list1 .images .li4:before {
  width: 2px;
  height: 2.75rem;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.social-list1 .images .li2:before {
  width: 90%;
  height: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.social-list1 .images .li3:before {
  width: 90%;
  height: 2px;
  left: 0;
  top: 0;
  margin: auto;
}
.social-list1 .images .li1, .social-list1 .images .li2 {
  /*padding-top: 1rem;*/
  /*padding-bottom: 2.25rem;*/
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.social-list1 .images .li3, .social-list1 .images .li4 {
  /*padding-top: 2.2rem;*/
  /*padding-bottom: .9rem;*/
  padding-top: 2rem;
  padding-bottom: 2rem;

}
.social-list1 .images .imgs {
  width: 2rem;
  position: absolute;
  height: 2rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.social-list1 .images .span{
  line-height: 1;
}
.social-list1 .images .li3 .imgs, .social-list1 .images .li4 .imgs{
  /*bottom: .3rem;*/
}
.social-list1 .images .li2, .social-list1 .images .li4 {
  padding-left: 4.2rem;
}
.social-list1 .images .li2 .imgs, .social-list1 .images .li4 .imgs {
  left: 1.375rem;
}

.social-list4 {
  background: #f3f9fe;
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}
.social-list4 .joinstits {
  margin-bottom: 1.375rem;
}

.social-list4-swiper .items {
  width: 31%;
  margin-right: 3.5%;
}
.social-list4-swiper .items .words {
  line-height: 2rem;
  height: 2rem;
  overflow: hidden;
}
.social-list4-swiper .items .words .tits {
  line-height: 1.25;
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  max-height: 2.5em;
  overflow: hidden;
}
.social-list4-swiper .items:last-child {
  margin-right: 0;
}
.social-list4-swiper .swiper-pagination {
  margin-top: 1.25rem;
}

.social-list3 {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
.social-list3.social-list1 .images {
  padding-left: 0;
}
.social-list3.social-list1 .span-text {
  text-align: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.social-list1 .images .li {
  color: #003f98;
}

.social-list2 {
  background: #f3f9fe;
  position: relative;
}
.social-list2 .images, .social-list2 .words {
  width: 50%;
}
.social-list2 .words {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.social-list2 .joinstits {
  margin-bottom: .9rem;
}
.social-list2 .txts {
  margin-bottom: 1.25rem;
}
.social-list2 .libot,
.social-list2 .txts {
  line-height: 1.875;
  color: #666666;
}
.social-list2 .li:nth-child(n+2) {
  margin-top: 1.25rem;
}
.social-list2 .lis {
  line-height: 1;
  padding-bottom: .3rem;
  position: relative;
  color: #003f98;
}
.social-list2 .lis span {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
  vertical-align: top;
}
.social-list2 .lis span:before, .social-list2 .lis span:after {
  width: .55rem;
  height: .55rem;
  top: 0;
  content: "";
  position: absolute;
}
.social-list2 .lis span:before {
  background: url(../img/n34.png) no-repeat center;
  background-size: 100%;
  left: 0;
}
.social-list2 .lis span:after {
  background: url(../img/n35.png) no-repeat center;
  background-size: 100%;
  right: 0;
}
.social-list2 .wbox {
  height: 100%;
  overflow-y: auto;
  padding-left: 2.4rem;
}

.w720 {
  width: 720px;
  max-width: 85%;
}

.ab-list-01 {
  padding-top: 2.7rem;
  padding-bottom: 2.1rem;
}
.ab-list-01 .tits {
  line-height: 1;
}
.ab-list-01 .text {
  width: 775px;
  max-width: 85%;
  margin: 0 auto;
  line-height: 1.8;
  height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: .9rem;
  margin-bottom: .8rem;
}
.ab-list-01 .text.active {
  height: auto;
  display: block;
  overflow: visible;
}
.ab-list-01.wel-ab-box .list {
  margin-top: 1.75rem;
}
.ab-list-01 .t-more span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: .8rem;
  line-height: 20px;
  height: 20px;
  color: #053d8d;
  cursor: pointer;
}
.ab-list-01 .t-more span:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .5rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/n36.png) no-repeat center;
  background-size: 100%;
}

.ab-tits {
  line-height: 1;
  /*color: #222222;*/
}

.w50 {
  width: 50%;
}

.ab-list-02 {
  padding-bottom: 0 !important;
}
.ab-list-02 .ab-tits {
  margin-bottom: 1.625rem;
}

.ab-list-02box {
  background: #f4f4f4;
  position: relative;
}
.ab-list-02box .words {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 2.25rem;
  padding-right: 2rem;
}
.ab-list-02box .wbox {
  height: 100%;
  padding-bottom: 50px;
}
.ab-list-02box .text {
  overflow-y: auto;
  height: 100%;
  padding-right: 1.2rem;
}
.ab-list-02box .text .tits {
  line-height: 1.25;
  color: #222222;
}
.ab-list-02box .text .txts {
  line-height: 1.875;
  color: #666666;
  margin-top: .25rem;
}
.ab-list-02box .text-bots {
  text-align: right;
  padding-right: 1.2rem;
}
.ab-list-02box .text-bots img {
  display: inline-block;
  max-width: 150px;
}

.ablist-03swiper {
  position: relative;
}
.ablist-03swiper:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  top: 240px;
  background: #eeeeee;
}
.ablist-03swiper .items {
  width: 23%;
  margin-right: 2.6%;
}
.ablist-03swiper .items:last-child {
  margin-right: 0;
}

.ab-list-03 {
  padding-top: 2.1rem;
  padding-bottom: 2.65rem;
}
.ab-list-03 .ab-tits {
  margin-bottom: 1.75rem;
}
.ab-list-03 .items {
  text-align: center;
}
.ab-list-03 .items .tits {
  line-height: 50px;
  height: 50px;
  color: #333333;
}
.ab-list-03 .items .txts {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  color: #666666;
  padding: 0 .85rem;
  margin-top: 40px;
  margin-bottom: 60px;
}
.ab-list-03 .items .imgs {
  overflow: hidden;
}
.ab-list-03 .items .imgs img {
  transition: .5s ease-in-out;
}
.ab-list-03 .items .line {
  height: 1px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.ab-list-03 .items .line:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  background: #003f98;
}

.ab-list-04 {
  padding-top: 2.45rem;
  padding-bottom: 2.9rem;
  background: #f4f4f4;
}
.ab-list-04 .images {
  width: 40%;
  padding-right: 3.25rem;
}
.ab-list-04 .images img {
  width: 100%;
}
.ab-list-04 .images .span {
  line-height: 1.5;
  color: #555555;
  text-align: center;
  margin-top: .65rem;
}
.ab-list-04 .text-list {
  width: 60%;
}
.ab-list-04 .itemsbox {
  margin-top: 1.5rem;
}
.ab-list-04 .swiper-pagination {
  margin-top: .5rem;
}
.ab-list-04 .text-list {
  font-size: 0;
}
.ab-list-04 .text-list .li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  color: #555555;
  cursor: pointer;
  line-height: 2.2;
  height: 2.2em;
  overflow: hidden;
  margin-bottom: .45rem;
  padding-left: 1.5rem;
  padding-right: .25rem;
  position: relative;
}
.ab-list-04 .text-list .li:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  left: .75rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #003f98;
}

.ab-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.ab-fixed .ab-tankuang {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ab-fixed .ab-tankuang .imgs img{
  transition:all 0.8s;
}
.ab-fixed .ab-tankuang .imgs img:hover{
  
  transform:scale(2);
}

.ab-fixed .close {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../imgbox/cha.png) #fff no-repeat center;
  background-size: 50%;
  cursor: pointer;
  transition:all 0.1s;
}
.ab-fixed .close.on{
   transition-delay:.8s;
}
.recruit {
  padding-top: 3.875rem;
  padding-bottom: 2.25rem;
}

.joininfo {
  padding-top: 3.5rem;
  padding-bottom: 3.7rem;
}
.joininfo img {
  display: block;
  margin: 0 auto;
}

.recruit-more {
  width: 5.35rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  border: 2px solid #003f98;
  color: #003f98;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.recruit-tops {
  padding-bottom: 2.375rem;
}
.recruit-tops .tits {
  line-height: 1.1;
  color: #000000;
}
.recruit-tops .text {
  line-height: 1.5;
  color: #666666;
}
.recruit-tops .inputbox {
  font-size: 0;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.05rem;
  position: relative;
  z-index: 5;
}
.recruit-tops .inputbox .li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 2%;
  position: relative;
  z-index: 3;
}
.recruit-tops .inputbox .li.active {
  z-index: 5;
}
.recruit-tops .inputbox .select {
  width: 23%;
}
.recruit-tops .inputbox .input {
  width: 38%;
  position: relative;
}
.recruit-tops .inputbox .input:before {
  position: absolute;
  content: "";
  width: .45rem;
  height: .45rem;
  top: 0;
  left: .75rem;
  bottom: 0;
  margin: auto;
  background: url(../img/n40.png) no-repeat center;
  background-size: 100%;
}
.recruit-tops .inputbox .li-bots {
  display: none;
  position: absolute;
  left: 0;
  top: 1.5rem;
  line-height: 1.5;
  padding-left: .75rem;
  max-height: 200px;
  overflow-y: auto;
  cursor: pointer;
  width: 100%;
}
.recruit-tops .inputbox input[type=submit] {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 3rem;
  text-align: center;
  color: #fff;
  border-radius: 1.5rem;
  background-color: #003f98;
  position: absolute;
  right: 0;
  top: 0;
}
.recruit-tops .inputbox input[type=text] {
  padding-left: 1.5rem;
}
.recruit-tops .inputbox .li-tops, .recruit-tops .inputbox input[type=text] {
  height: 1.5rem;
  line-height: 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.5rem;
  width: 100%;
}
.recruit-tops .inputbox .li-tops {
  padding-left: .75rem;
  padding-right: 1.25rem;
  position: relative;
  cursor: pointer;
}
.recruit-tops .inputbox .li-tops:before {
  position: absolute;
  content: "";
  width: .45rem;
  height: .25rem;
  content: "";
  right: .75rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/n39.png) no-repeat center;
  background-size: 100%;
}

.recruit-list .ulbot-bots {
  margin-top: 1rem;
  color: #666666;
}
.recruit-list .ulbot-bots .tit-bots {
  line-height: 1;
  padding-top: .75rem;
}
.recruit-list .list {
  padding-bottom: 1.5rem;
}
.recruit-list .ul {
  border: 1px solid #e5e5e5;
}
.recruit-list .ul.active .li-bots {
  display: none;
}
.recruit-list .ul.active .li-tops .btn sapn {
  background: url(../img/n42.png) no-repeat center;
  background-size: 100%;
}
.recruit-list .ul.active .li-tops {
  border-bottom-color: transparent;
}
.recruit-list .ul:nth-child(n+2) {
  margin-top: .5rem;
}
.recruit-list .ulbot-tops .i {
  float: left;
  line-height: 1.5;
  width: 25%;
  padding-right: 1%;
  margin-bottom: .9rem;
  color: #666666;
}
.recruit-list .ul-bots {
  display: none;
  background: #fafafa;
  color: #666666;
  border-top: 1px solid #e5e5e5;
  padding-top: .9rem;
  padding-bottom: 1.3rem;
}
.recruit-list .ulbot-center {
  padding-top: .2rem;
}
.recruit-list .ulbot-center .tit-span {
  color: #141414;
  margin-bottom: .75rem;
}
.recruit-list .ulbot-center .lis:nth-child(n+2) {
  margin-top: .25rem;
}
.recruit-list .ulbot-center .p {
  line-height: 2.28;
}
.recruit-list .li-bots .i {
  width: 25%;
  float: left;
  height: 1.75rem;
  line-height: 1.75rem;
  overflow: hidden;
  color: #666666;
}
.recruit-list .li-tops {
  line-height: 1.75rem;
  height: 1.75rem;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}
.recruit-list .li-tops .people, .recruit-list .li-tops .btn {
  line-height: inherit;
  height: inherit;
}
.recruit-list .li-tops .btn {
  width: 100px;
  cursor: pointer;
  position: relative;
}
.recruit-list .li-tops .btn span {
  position: absolute;
  width: .6rem;
  height: .6rem;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/n41.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}
.recruit-list .li-tops .people {
  position: relative;
  padding-left: 1.1rem;
}
.recruit-list .li-tops .people:before {
  width: .65rem;
  height: .65rem;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/n43.png) no-repeat center;
  background-size: 100%;
}
.recruit-list .ul-tops, .recruit-list .ul-bots {
  padding-left: 2.375rem;
  padding-right: 2.5rem;
}

.newadd-swiper {
  position: relative;
}
.newadd-swiper .dian {
  /*display: none;*/
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-shadow:0 0 10px rgba(0,0,0,.2;);
  z-index: 3;
  padding: .65rem;
}
.newadd-swiper .swiper-slide {
  width: 65%;
}
.newadd-swiper .swiper-button-prev, .newadd-swiper .swiper-button-next {
  width: 1.375rem;
  height: 1.375rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.newadd-swiper .swiper-button-prev {
  left: 2.25rem;
  background-image: url(../img/newadd/prev.png);
}
.newadd-swiper .swiper-button-next {
  right: 2.25rem;
  background-image: url(../img/newadd/next.png);
}
.newadd-swiper .items {
  position: relative;
}
.newadd-swiper .items:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/newadd/video.png) rgba(0,0,0,.1) no-repeat center;
  background-size: 1.15rem 1.15rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.video-newadd {
  padding-top: 1.325rem;
  padding-bottom: 1.5rem;
}

.video-newaddtext {
  line-height: 1;
  margin-bottom: .9rem;
  color: #333333;
}

.h120 {
  height: 120px;
}

.tit-21 {
  font-size: 21px;
  line-height: 1.5;
}

@media (max-width: 1681px) {
  .tit-21 {
    font-size: 20px;
  }
}
@media (max-width: 1481px) {
  .tit-21 {
    font-size: 17px;
  }
}
@media (max-width: 1281px) {
  .tit-21 {
    font-size: 16px;
  }

  .bocweb-header .navbox .nav {
    padding: 0 .3rem;
  }

  .w1680 {
    max-width: 96%;
  }

  .header-btnbox .navitems .nav-tops {
    padding: 0 .3rem;
  }
}
@media (max-width: 768px) {
  .tit-21 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .tit-26 {
    font-size: 18px;
  }
}
body {
  overflow: hidden;
}

.yuyan a {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
}

.ly-list3-swiper .swiper-pagination {
  margin-top: 1rem;
}

@media (max-width: 1450px) {
  .ly-list1-swiper .swiper-button-prev {
    left: -1.5rem;
  }

  .ly-list1-swiper .swiper-button-next {
    right: -1.5rem;
  }
  .bocweb-topfooter .bocweb-right .words{
    padding-left: 2rem;
  }
  .bocweb-topfooter .bocweb-left .nav:nth-child(n+2){
    margin-left: 2rem;
  }


}
@media (max-width: 1280px){
  .ab-list-03 .items .txts{
    line-height: 20px;
    height: 60px;
  }
  .wel-banner.act .swiper-btn .swiper-button-prev, .wel-banner.act .swiper-btn .swiper-button-next{
    top: 190px;
  }
  .ablist-03swiper:before{
    top: 210px;
  }
}
@media (max-width: 1190px) {
  .social-list1 .images .li2, .social-list1 .images .li4 {
    padding-left: 3.5rem;
  }
  .wel-banner.act .swiper-btn .swiper-button-prev, .wel-banner.act .swiper-btn .swiper-button-next{
    top: 170px;
  }

  .social-list1 .span-text {
    max-width: 90%;
    line-height: 1.5;
    width: 90%;
    padding: 10px;
    height: auto;
  }

  .ab-list-04 .images {
    padding-right: 1.5rem;
  }

  .ab-list-03 .items .txts {
    line-height: 20px;
    height: 40px;
  }

  .ablist-03swiper:before {
    top: 190px;
  }

  .social-list1 .images {
    padding-left: 2rem;
  }

  .social-list2 .words {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
  }

  .social-list2 .wbox {
    padding-left: 1rem;
  }

  .ab-list-02box .words {
    padding-top: 1.5rem;
    padding-bottom: 1.1rem;
    padding-right: 1rem;
  }

  .ablist-03swiper .items {
    width: 32%;
    margin-right: 2%;
  }

  .culture-bot .list .items .it-imgs {
    padding-left: 3.2rem;
  }

  .culture-bot .list .items .it-imgs .imgs {
    left: 1.5rem;
  }

  .ly-list1-swiper .swiper-slide,
  .ly-list3-swiper .swiper-slide,
  .ly-list2-swiper .items {
    margin-right: 2%;
    width: 32%;
  }

  .join-list3 .images {
    padding-left: .5rem;
    padding-right: 0;
  }

  .join-list3 .words {
    padding-right: 1rem;
  }

  .join-list1 {
    padding-top: 1.6rem;
    padding-bottom: 1.75rem;
  }

  .join-list3 {
    padding-top: 1.5rem;
    padding-bottom: 1.7rem;
  }

  .join-list1 .words {
    padding-top: 0;
  }

  .join-list2 .images {
    padding-right: 1rem;
  }

  .join-list2 .words {
    padding-left: 1rem;
  }
}
@media (max-width: 1023px) {
  .vi-contit{
    margin-bottom: 1.2rem;
  }
  .newadd-swiper .swiper-button-next {
    right: 1.5rem;
  }

  .newadd-swiper .swiper-button-prev {
    left: 1.5rem;
  }

  .newadd-swiper .swiper-slide {
    width: 100%;
  }

  .video-newadd {
    padding-top: 0;
  }

  .recruit-list .ulbot-tops .i {
    width: 50%;
    margin-bottom: .35rem;
  }

  .recruit-list .li-tops {
    border-bottom: none;
  }

  .recruit-list .li-bots {
    display: none;
  }

  .recruit-list .ul-tops, .recruit-list .ul-bots {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .recruit-tops .inputbox .select {
    width: 48%;
    margin: 0;
    margin-left: 4%;
  }
  .recruit-tops .inputbox .select:nth-child(2n+1) {
    margin-left: 0;
  }

  .recruit-tops .inputbox .input {
    width: 100%;
    margin: 0;
    margin-top: .75rem;
  }

  .wel-ab-box .welnews-tit .text {
    width: 100%;
    max-width: 100%;
  }

  .ablist-03swiper .items {
    width: 49%;
    margin-right: 2%;
  }
  .ablist-03swiper .items img {
    width: 100%;
  }

  .ab-list-02box .words {
    padding-right: 0;
  }

  .ab-list-02box .text {
    overflow: visible;
    padding-right: 0;
  }

  .ab-list-02box .wbox {
    max-width: 85%;
    float: none;
    width: 85%;
    margin: 0 auto;
  }

  .ab-list-02box .words {
    position: static;
  }

  .w50 {
    width: 100%;
  }

  .social-list4-swiper .items {
    width: 49%;
    margin-right: 2%;
  }

  .social-list3.social-list1 .images {
    margin-top: 1.5rem;
  }

  .social-list1 .images {
    padding-left: 0;
  }

  .social-list2 .images img {
    width: 100%;
  }

  .social-list2 .images, .social-list2 .words {
    width: 100%;
  }

  .social-list2 .words {
    position: static;
  }

  .social-list1 {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .social-list1 .words, .social-list1 .images {
    width: 100%;
  }

  .care-list .list .items .words {
    padding-left: 1rem;
  }

  .culture-bot .list .items {
    height: auto;
    line-height: 1.5;
    width: 100%;
    padding: 1rem;
    margin-left: 0;
  }

  .culture-bot .list .items .it-imgs {
    margin-bottom: 1rem;
    padding-left: 2rem;
  }

  .culture-bot .list .items .it-words,
  .culture-bot .list .items .it-imgs {
    width: 100%;
  }

  .culture-bot .list .items .it-imgs .imgs {
    left: 0;
  }

  .h120 {
    height: 50px;
  }

  .sitemaps-list .nav {
    width: 25%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .con-swiper .swiper-button-prev, .con-swiper .swiper-button-next {
    background-color: #003f98;
  }

  .ly-list1-swiper .swiper-slide,
  .ly-list3-swiper .swiper-slide,
  .ly-list2-swiper .items {
    width: 49%;
  }

  .ly-list1-swiper .swiper-button-prev {
    left: .5rem;
  }

  .ly-list1-swiper .swiper-button-next {
    right: .5rem;
  }

  .ly-list1-top .tit-text {
    max-width: 95%;
  }

  .wel-indu-list .images {
    height: auto;
  }

  .wel-indu-list .items.active,
  .wel-indu-list .items {
    width: 100%;
  }

  .wel-ab-box .list .li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .wel-ab-box .list .li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .wel-ab-box .list .li:nth-child(2n+1) {
    margin-left: 0;
  }

  .wel-indu-list .items .words2 .txts {
    width: 100%;
  }

  .wel-indu-list .items .words2 {
    display: block;
    opacity: 1 !important;
    position: static;
    color: #333;
  }

  .wel-indu-list .items .words1 {
    display: none;
    opacity: 0 !important;
  }

  .wel-responsibility {
    overflow: hidden;
  }
  .wel-responsibility img.pc768 {
    max-width: none;
    width: 120%;
    margin-left: -10%;
  }

  .welnews-more {
    display: none;
  }

  .business-titles .li .txts {
    display: none;
  }

  .business-swiper .words .txts {
    font-size: .5rem;
    line-height: 1.8;
    height: 5.4em;
    margin-bottom: .95rem;
  }

  .pro-swiper .swiper-slide .items {
    background: #fff;
  }

  .business-swiper .items .images {
    width: 100%;
    padding: 0;
    padding-left: 16%;
  }
  .business-swiper .items .images img {
    width: 100%;
  }

  .business-swiper .items .words {
    position: relative;
    width: 100%;
    padding: 1.2rem 1.4rem 1.5rem 1.25rem;
  }

  .business-swiper .biaot {
    left: 0;
    top: 1.625rem;
  }

  .banner-right-fixed {
    width: 100%;
    position: relative;
    background: #333;
    color: #fff;
  }
  .banner-right-fixed .li .tits, .banner-right-fixed .li .txts, .banner-right-fixed .li .times {
    color: #fff;
  }
  .banner-right-fixed .redmore {
    background: url(../img/t5.png) #2b71b0 no-repeat center;
    background-size: 1.1rem 1.1rem;
  }

  .bocweb-footer-tops .link {
    width: 68%;
    margin: 0 auto;
    margin-bottom: .9rem;
  }

  .bocweb-footer-tops {
    padding-top: 1.5rem;
  }

  .bocweb-footer-tops .logo.pcbox {
    display: none;
  }

  .bocweb-footer-tops .logo.mbox {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    margin-bottom: 1.1rem;
  }

  .bocweb-footer-bots {
    text-align: center;
  }

  .bocweb-footer-tops .nav-box {
    display: none;
  }

  .bocweb-footer-tops .select-fr {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .bocweb-footer-tops .bdfx {
    text-align: center;
  }

  .serlogin .logininput, .serlogin .logintext {
    width: 100%;
  }

  .serlogin .logintext {
    padding-top: .5rem;
  }

  .con-header {
    height: 50px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .con-header .m-header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .w1400 {
    max-width: 92%;
  }

  .news-tops .images {
    width: 260px;
  }

  .news-tops .words {
    width: calc(100% - 260px);
  }

  .certif-tit .li {
    line-height: 1.6rem;
  }

  .certif-tit .li span {
    line-height: .75rem;
    max-height: 1.5rem;
  }

  .bocweb-topfooter .bocweb-left {
    display: none;
  }

  .bocweb-topfooter .bocweb-right {
    width: 100%;
    text-align: center;
  }
  .bocweb-topfooter .bocweb-right .images, .bocweb-topfooter .bocweb-right .words {
    width: 100%;
  }
  .bocweb-topfooter .bocweb-right .botwords {
    display: none;
  }
  .bocweb-topfooter .bocweb-right .images {
    margin-top: .5rem;
  }

  .bocweb-topfooter .bocweb-right .words {
    padding-left: 0;
  }

  .bocweb-fooer {
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
  }

  .bocweb-topfooter .bocweb-right .tits {
    font-size: 16px;
  }

  .bocweb-topfooter {
    padding-bottom: 2rem;
  }

  .investor-tops .words, .investor-tops .images {
    max-width: 100%;
    width: 100%;
  }

  .investor-tops .images {
    padding-top: 1.5rem;
  }

  .investor-tops {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .investor-tops .t-txts .titles {
    margin-bottom: 1rem;
  }

  .corporate .words {
    width: 100%;
  }

  .corporate .images {
    width: 100%;
    padding-left: 0;
    margin-top: 1.5rem;
  }

  .interaction .a-link {
    display: none;
  }

  .interaction .list-tit {
    margin-bottom: 1.5rem;
  }
}
.news_a .content .hot_news a .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.con-more {
  text-align: center;
}

.recruit-tops .inputbox .li-bots {
  background: #fff;
  padding: 15px;
}
.recruit-list .li-tops .people{
  width:calc(100% - 100px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;

}

@media (max-width: 767px) {
  .wel-banner.act .swiper-btn .swiper-button-prev, .wel-banner.act .swiper-btn .swiper-button-next{
    top: 90px;
  }
  .wel-banner.act .swiper-btn{
    display: block;
  }
  .ab-list-04 .images{
    padding-right: 0;
  }

  .recruit-list .li-tops .people{
    width:calc(100% - 40px);
  }
  
  .recruit-list .li-tops .btn{
    width: 40px;
  }
  .joininfo{
    padding-top: 2.5rem;
    padding-bottom: 1.7rem;
  }
  .recruit-list .ul-tops, .recruit-list .ul-bots {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .recruit-list .ulbot-bots .tit-bots {
    width: 100%;
  }

  .recruit-list .ulbot-center .p {
    line-height: 1.8;
  }

  .recruit-tops .tits {
    font-size: 20px;
  }

  .recruit {
    padding-top: 1.75rem;
    padding-bottom: 1rem;
  }

  .recruit-tops .inputbox .select {
    width: 100%;
    margin-left: 0;
  }
  .recruit-tops .inputbox .select:nth-child(n+2) {
    margin-top: .5rem;
  }

  .wel-indu-list .items .words {
    padding: .75rem .5rem;
  }

  .ab-list-04 {
    padding-top: 1.45rem;
    padding-bottom: 1.9rem;
  }

  .ab-list-03 {
    padding-bottom: 1.5rem;
  }

  .ab-list-03 .ab-tits {
    margin-bottom: 1.25rem;
  }

  .ab-list-01.wel-ab-box .list {
    margin-top: 1rem;
  }

  .ab-list-03 .items .tits {
    height: 30px;
    line-height: 30px;
  }

  .ablist-03swiper:before {
    top: 110px;
  }

  .ab-list-03 .items .txts {
    line-height: 18px;
    height: 36px;
    margin-top: 14px;
    margin-bottom: 30px;
  }

  .ablist-03swiper .items {
    width: 100%;
  }

  .ab-list-04 .text-list,
  .ab-list-04 .images {
    width: 100%;
  }

  .ab-list-04 .text-list {
    margin-top: 1.2rem;
  }

  .social-list4-swiper .items {
    width: 100%;
  }

  .care-list .list .items .txts {
    margin-bottom: .75rem;
  }

  .care .items {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .care-list .list .items .words {
    width: 100%;
  }

  .care-list .list .items .imgs {
    width: 100%;
  }
  .care-list .list .items .imgs img {
    width: 100%;
  }

  .culture-top .imgs {
    width: 80%;
    height: auto;
  }

  .culture-top .txts {
    line-height: 1.6;
  }

  .culture-bot .list {
    margin-top: 1.5rem;
  }

  .culture {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .bocweb-fooer {
    padding-bottom: 0;
  }

  .con-banner.join-banner .con-words .tits-cn {
    line-height: 1.3;
    margin-bottom: .5rem;
    font-size: 20px;
  }

  .join-list3 .words {
    width: 100%;
    padding-right: 0;
    margin-top: 1rem;
  }

  .join-list4 .itemsbox .items {
    width: 100%;
    margin-left: 0;
  }
  .join-list4 .itemsbox .items:nth-child(n+2) {
    margin-top: 1rem;
  }

  .join-list1 .words {
    width: 100%;
  }

  .join-list2 .words {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }

  .join-list3 .images {
    width: 100%;
    padding-left: 0;
  }

  .join-list2 .images {
    width: 100%;
    padding-right: 0;
  }

  .join-list1 .images {
    width: 100%;
    margin-top: .5rem;
  }

  .contact-list .li {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: .5rem;
  }

  .contact-box .con-title {
    margin-bottom: 1.2rem;
  }

  .contact-box {
    padding-bottom: 1.6rem;
    padding-bottom: 1.2rem;
  }

  .mapbox {
    width: 10rem;
    padding: .5rem;
  }
  .mapbox .imgs {
    position: static;
    margin-bottom: .5rem;
  }

  .mapbox .imgs {
    width: 70%;
    margin: 0;
    margin-bottom: .5rem;
    height: auto;
  }

  .mapbox .words {
    padding-left: 0;
  }

  .sitemaps-list .nav {
    width: 33.33%;
    margin-bottom: 1.5rem;
  }

  .sitemaps-list .nav .li {
    line-height: 1.8;
  }

  .sitemaps .con-title {
    margin-top: 1.25rem;
    margin-bottom: 1.75rem;
  }

  .ly-list2-swiper {
    margin-top: 1.2rem;
  }

  .ly-list1-bot {
    margin-top: 1.5rem;
  }

  .layout-list1 {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }

  .ly-list1-top .con-more {
    margin-top: 1rem;
  }

  .ly-list1-bot .tit-box .li {
    font-size: 18px;
    margin: 0;
  }

  .w1760 {
    max-width: 98%;
  }

  .ly-list1-swiper .swiper-slide, .ly-list3-swiper .swiper-slide, .ly-list2-swiper .items {
    width: 100%;
  }
  .ly-list1-swiper .swiper-slide img, .ly-list3-swiper .swiper-slide img, .ly-list2-swiper .items img {
    width: 100%;
  }

  .ly-list4-inputbox .li.li-50 {
    width: 100%;
    margin-left: 0;
  }

  .announcement .itemsbox .tits {
    margin-bottom: .25rem;
  }

  .interaction .txts {
    font-size: 18px;
  }

  .interaction .ul .libox1 {
    padding-right: .5rem;
  }

  .interaction .ul .libox2 {
    padding-left: .5rem;
  }

  .investor-tops .addtext {
    line-height: 1.7;
  }

  .corporate .images {
    margin-top: 1rem;
  }

  .corporate .images .li,
  .corporate .images .li:nth-child(n+3) {
    padding-top: .75rem;
  }

  .corporate .images .li,
  .announcement .itemsbox .li {
    width: 100%;
    margin-left: 0;
  }

  .investor-tops .ul .li:nth-child(n+2) {
    margin-left: 1rem;
  }

  .bocweb-topfooter .bocweb-right .list .li:nth-child(n+2) {
    margin-left: 10px;
  }

  .bocweb-topfooter .bocweb-right .words .number {
    font-size: 24px;
  }

  .bocweb-topfooter .bocweb-right .words .text {
    font-size: 13px;
    margin-top: 10px;
  }

  .bocweb-topfooter .bocweb-right .list .li .span {
    margin-top: 10px;
  }

  .bocweb-botfooter {
    text-align: center;
    line-height: 1.5;
    padding-top: .9rem;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .bocweb-botfooter .fl, .bocweb-botfooter .fr {
    float: none;
    display: block;
  }

  .wel-news {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .wel-news .news-list {
    padding-bottom: 0;
  }

  .wel-ab-box .welnews-tit .text {
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 14px;
  }

  .wel-ab-box .list .li {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .wel-responsibility .text {
    margin-top: .8rem;
    margin-bottom: .9rem;
    font-size: 14px;
  }

  .wel-responsibility .tit-cn {
    margin-top: .5rem;
  }

  .welnews-more.on {
    display: block;
  }

  .wel-ab-box .list {
    margin-top: 55px;
  }

  .wel-responsibility .words {
    top: 7%;
    transform: translateY(0);
  }
  .wel-responsibility .words .w-text {
    width: 100%;
    text-align: center;
  }

  .wel-ab-box {
    padding-top: 60px;
    padding-bottom: 22px;
  }

  .welnews-tit .tit-en {
    font-size: 30px;
    font-weight: bold;
  }

  .welnews-tit .tit-cn {
    font-size: 18px;
    margin-top: 10px;
  }

  .welnews-tit {
    text-align: center;
  }

  .wel-indu-list .items.active .words2 {
    padding-top: 1.5rem;
    padding-bottom: .95rem;
  }

  .wel-indu-list .items .words2 .tits {
    line-height: 1;
    font-size: 18px;
    color: #212121;
  }

  .wel-indu-list .items .words2 .txts {
    color: #666666;
    font-size: 16px;
    line-height: 1.7;
    height: 5.1em;
    margin-top: 10px;
  }

  .wel-more {
    padding-left: 1.1rem;
    padding-right: 1.8rem;
    line-height: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    font-size: 15px;
  }

  .wel-banner .wel-more {
    margin-top: 2rem;
  }

  .wel-banner .words {
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }

  .wel-banner .swiper-btn {
    display: none;
  }

  .news-video {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }

  .news-video .news-tit {
    margin-bottom: 1rem;
  }

  .vide-toplist .items {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }

  .vide-list {
    padding-top: 0;
  }

  .vide-list .items {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }
}
@media (min-width: 1024px) {
  .vi-contit .li{
    transition:.5s ease-in-out;
  }
  .vi-contit .li:hover{
    color: #003f98;
    transition:.5s ease-in-out;
  }
  .wel-ab-box .list .li .imgs{
    transition:.5s ease-in-out;
  }

  .wel-ab-box .list .li:hover .imgs{
    transition:.5s ease-in-out;
    transform:translateY(-10px);
  }


  .culture-bot .list .items{
    transition:.5s ease-in-out;
  }
  .culture-bot .list .items .imgs img{
    transition:.5s ease-in-out;
  }
  .culture-bot .list .items:hover .imgs img{
    transition:.5s ease-in-out;
  }
  .culture-bot .list .items:hover .imgs .i0{
    opacity: 1;
    transform:scale3d(1.05,1.05,1);
  }
  .culture-bot .list .items:hover .imgs .i1{
    opacity: 0;
  }

  .culture-bot .list .items:hover{
    background: #003f98;
    transition:.5s ease-in-out;
    color: rgba(255,255,255,.5);
  }
  .culture-bot .list .items .it-words,
  .culture-bot .list .items .span{
    transition:.5s ease-in-out;
  }
  .culture-bot .list .items:hover .it-words{
    transition:.5s ease-in-out;
    /*color: rgba(255,255,255,.5);*/
    color: #fff;
  }
  .culture-bot .list .items:hover .span{
    transition:.5s ease-in-out;
    color: #fff;
  }



  .header-btnbox .navitems .nav-tops{
    transition:.5s ease-in-out;
  }
  .header-btnbox .navitems .nav-tops:hover{
    transition:.5s ease-in-out;
    color: #003f98!important;
  }
  .interaction .a-link{
    right: -3rem;
  }
  .newadd-swiper .swiper-button-next,
  .newadd-swiper .swiper-button-prev {
    transition: .5s ease-in-out;
  }
  .newadd-swiper .swiper-button-next:hover,
  .newadd-swiper .swiper-button-prev:hover {
    transition: .5s ease-in-out;
    border-color: #003f98;
    background-color: #003f98;
  }

  .recruit-more {
    transition: .5s ease-in-out;
  }
  .recruit-more:hover {
    transition: .5s ease-in-out;
    color: #fff;
    background: #003f98;
  }

  .ab-fixed .close:hover {
    background: url(../imgbox/cha2.png) #003f98 no-repeat center;
    background-size: 50%;
  }

  .ab-list-04 .text-list .li {
    transition: .5s ease-in-out;
  }
  .ab-list-04 .text-list .li:hover {
    color: #003f98;
    transition: .5s ease-in-out;
  }

  .ab-list-04 .images .items img {
    transition: .5s ease-in-out;
  }
  .ab-list-04 .images .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .ab-list-03 .items .imgs img {
    transition: .5s ease-in-out;
  }

  .ab-list-03 .items:hover .imgs img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .ab-list-01 .t-more span:before {
    transition: .5s ease-in-out;
  }

  .ab-list-01 .t-more span:hover:before {
    transition: .5s ease-in-out;
    right: -.3rem;
  }

  .social-list1 .images {
    overflow: hidden;
  }
  .social-list1 .images img {
    transition: .5s ease-in-out;
  }
  .social-list1 .images:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .social-list4-swiper .items .imgs {
    overflow: hidden;
  }
  .social-list4-swiper .items .imgs img {
    transition: .5s ease-in-out;
  }
  .social-list4-swiper .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .care-tul .li:hover {
    color: #003f98;
    transition: .5s ease-in-out;
  }
  .care-tul .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .join-list4 .itemsbox .items .images {
    overflow: hidden;
  }
  .join-list4 .itemsbox .items img {
    transition: .5s ease-in-out;
  }
  .join-list4 .itemsbox .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .sitemap-title a.li,
  .sitemaps-list .nav a {
    transition: .5s ease-in-out;
  }
  .sitemap-title a.li:hover,
  .sitemaps-list .nav a:hover {
    treansition: .5s ease-in-out;
    color: #003f98;
  }

  .ly-list3-swiper .items img {
    transition: .5s ease-in-out;
  }
  .ly-list3-swiper .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .ly-list2-swiper .items:hover:before {
    width: 100%;
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .ly-list1-swiper .items img {
    transition: .5s ease-in-out;
  }
  .ly-list1-swiper .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .ly-list1-bot .tit-box .li:hover {
    opacity: 1;
    color: #003f98;
    transition: .5s ease-in-out;
  }
  .ly-list1-bot .tit-box .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .con-more {
    transition: .5s ease-in-out;
  }
  .con-more:hover {
    transition: .5s ease-in-out;
    transform: translateY(-10px);
  }

  .news-list.news-list-swiper .swiper-pagination {
    display: none;
  }

  .investor-tops .btnbox .btn {
    transition: .5s ease-in-out;
  }
  .investor-tops .btnbox .btn:hover {
    transition: .5s ease-in-out;
    color: #fff;
    background: #003f98;
  }

  .welnews-more a:before {
    transition: .5s ease-in-out;
  }
  .welnews-more a:hover:before {
    right: -.25rem;
    transition: .5s ease-in-out;
  }

  .news-list .items .words .tits,
  .news-list .items img {
    transition: .5s ease-in-out;
  }
  .news-list .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }
  .news-list .items:hover .words .tits {
    color: #003f98;
    transition: .5s ease-in-out;
  }
  .news-list .items:hover .words .tits:before {
    background: url(../img/i10.png) no-repeat center;
    background-size: 100%;
  }

  .wel-more:hover:before {
    right: .8rem;
    transition: .5s ease-in-out;
  }

  .wel-banner .swiper-btn .swiper-button-prev:hover {
    transition: .5s ease-in-out;
    background-image: url(../img/i4.png);
  }

  .wel-banner .swiper-btn .swiper-button-next:hover {
    transition: .5s ease-in-out;
    background-image: url(../img/i6.png);
  }

  .vide {
    overflow: hidden;
  }
  .vide img {
    transition: .5s ease-in-out;
  }
  .vide:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .news_a .content .hot_news a .bg {
    transition: .5s ease-in-out;
  }
  .news_a .content .hot_news a:hover .bg {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .news_list .left a {
    transition: .5s ease-in-out;
  }
  .news_list .left a .img {
    overflow: hidden;
  }
  .news_list .left a img {
    transition: .5s ease-in-out;
  }
  .news_list .left a:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .news_list .right a {
    transition: .5s ease-in-out;
  }
  .news_list .right a .tit, .news_list .right a .time {
    transition: .5s ease-in-out;
  }
  .news_list .right a:hover {
    background: #003f98;
    color: #fff;
    transition: .5s ease-in-out;
  }
  .news_list .right a:hover .tit, .news_list .right a:hover .time {
    color: #fff;
    transition: .5s ease-in-out;
  }

  .news-contitles .li:hover {
    color: #003f98;
    transition: .5s ease-in-out;
  }
  .news-contitles .li:hover:before {
    transition: .5s ease-in-out;
    opacity: 1;
  }
}
.nav-bots.on {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
.ab-list-02box .text .tits{
  color: #003f98;
}
.layout-list .tit-title,
.announcement .list-tit,.care-tit,
.corporate .list-tit,
.investor-tops .t-txts .titles,
.recruit-tops .tits,
.con-title,
.ab-tits{
  color: #003f98;
  font-weight: bold;
}
.header-btnbox .navitems .nav-tops.active{
  color: #003f98;
}



/*
-----------
** 应聘表单  **
-----------
*/
.applay-tb{
    width: 960px;
    margin: 0 auto;
}
.applay-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.applay-tb {
    border:0;
    border-width: 0 0 1px 1px;}
.applay-tb  td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 14px;
}
.applay-tb  td {
    line-height: 1.8;
}
.applay-tb .applay-input{
    width: 180px;
    height: 34px;
    padding: 0 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
}
.applay-tb select.applay-input{
    height: 34px;
    width: 200px;
}
.applay-tb textarea.applay-input{
    width: 820px;
    height: 100px;
}
.applay-tb .applay-input.code{
    width: 90px;
    margin-right: 8px;
}
.applay-tb .submit{
    width: 150px;
    height: 35px;
    background: #003f98;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.applay-tb .error {
    border-color: #D70128;
}

/*
-----------
** 应聘表单手机站  **
-----------
*/

@media (max-width: 767px){
  .newadd-swiper .swiper-button-prev{
    left: .75rem;
  }
  .newadd-swiper .swiper-button-next{
    right: .75rem;
  }
    .applay-tb{
        width:100%;
        margin: 0 auto;
    }
    .applay-tb td{
       display: block;
       position: relative; 
    }
    .applay-tb td:nth-child(2n+1){
        float: left;
        width: 20%;
        padding-right: 10px;
        margin-top: 5px;
    }
    .applay-tb textarea.applay-input{
        width: 62%;
    }
    .applay-tb .submit{
        position: relative;
        display: block;
        margin: 20px 0 0 20%;
        left: 14px;
    }
    .applay-tb input[type="file"]{
        width: 180px;
    }
}


/*
-----------
** 留言表单  **
-----------
*/
.msg-tb{
    width: 960px;
    margin: 0 auto;
}
.msg-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.msg-tb {
    border:0;
    border-width: 0 0 1px 1px;
}
.msg-tb tr td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 14px;
}
.msg-tb tr td {
    line-height: 1.8;
}
.msg-tb .msg-input{
    width: 348px;
    height: 18px;
    padding: 8px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
}
.msg-tb textarea.msg-input{
    width: 820px;
    height: 100px;
}
.msg-tb .msg-input.code{
    width: 90px;
    margin-right: 8px;
}
.msg-tb .submit{
    width: 150px;
    height: 35px;
    background: #003f98;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.msg-tb .error {
    border-color: #D70128;
}

/*
-----------
** 应聘表单手机站  **
-----------
*/

@media (max-width: 767px){
    .msg-tb{
        width:100%;
        margin: 0 auto;
    }
    .msg-tb td{
       display: block;
       position: relative; 
    }

    .msg-tb td:nth-child(2n+1){
        float: left;
        width: 14%;
        margin-top: 5px;
        padding-right: 10px;
    }
    .msg-tb .msg-input{
        width: 62%;
    }
    .msg-tb textarea.msg-input{
        width: 62%;
    }
    .msg-tb .submit{
        position: relative;
        display: block;
        margin: 20px 0 0 14%;
        left: 12px;
    }
}

