@charset "UTF-8";
body {
  color: #222222;
}

a {
  color: #666;
}
a:hover {
  color: #666;
}

.cursor-dot {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #1d86ca;
  z-index: 999;
}

.sweet-alert .sa-icon.sa-error{
	border-color: #1d86ca!important;
}
.sweet-alert button,
.sweet-alert .sa-icon.sa-error .sa-line{
	background-color: #1d86ca!important;
}

.secwen {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}

.secwen.animate {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}

.secwen.add1 {
  transition-delay: .15s;
}

.secwen.add2 {
  transition-delay: .25s;
}

.secwen.add3 {
  transition-delay: .35s;
}

.secwen.add4 {
  transition-delay: .45s;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.textupper {
  text-transform: uppercase;
}

.arial {
  font-family: Arial;
}

.wow {
  opacity: 0;
}

.forie {
  width: 100%;
  height: 100%;
  background: #eaeaea url(../img/imgbox/tishi.jpg) center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.con-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.zicolor {
  color: #1d86ca;
}

.pcbox {
  display: block;
}

.mbox {
  display: none;
}

.pc767 {
  display: block;
}

.m767 {
  display: none;
}

@media (max-width: 1024px) {
	.ilist4-tk,
	.ilist4-tk.inout{
		display: none!important;
	}
  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc767 {
    display: none;
  }

  .m767 {
    display: block;
  }
}
/*页码*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  text-align: center;
  color: #999999;
}
.pagination .pagecenter span {
  color: #1d86ca;
}
.pagination .prev, .pagination [rel=prev], .pagination .next, .pagination [rel=next] {
  
  overflow: hidden;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  box-sizing: content-box;
  transition: .5s ease-in-out;
  /*margin:0 .25rem;*/
  color: #666;
  background-color: #fff;
  box-sizing: content-box;
  margin: 0 1.5px;
}
.pagination a.active {
  color: #fff;
  background: #1d86ca;
  transition: .5s ease-in-out;
}
.pagination a.prev, .pagination a.page-first, .pagination a.next, .pagination a.page-end {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  text-indent: -999px;
}
.pagination a.prev, .pagination a.page-first {
  overflow: hidden;
  background-image: url(../img/imgbox/prev1.png);
}
.pagination a.next, .pagination a.page-end {
  overflow: hidden;
  background-image: url(../img/imgbox/next1.png);
}
.newscons .culturelist-bots .items .words .time span,
.newscons .joins03-lists .items .texts .time span{
    margin-left: 0.2rem;
    color: #1d86ca;
}
.newscons  .joins03-lists .items .texts .txts2{
  /*height: .75rem;*/
  /*-webkit-line-clamp: 2;*/
}

@media (min-width: 1025px) {
	.cul01-listbots .items .txts br{
		display: none;
	}

  .newscons .joins03-lists .items:hover .texts .time span{
      color: #fff;
  }



  .pagination a:hover {
    color: #fff;
    background-color: #1d86ca;
    transition: .5s ease-in-out;
  }
  .pagination a.prev:hover, .pagination a.page-first:hover {
    background-image: url(../img/imgbox/prev.png);
    background-color: #1d86ca;
  }
  .pagination a.next:hover, .pagination a.page-end:hover {
    background-image: url(../img/imgbox/next.png);
    background-color: #1d86ca;
  }
}
@media (max-width: 1025px) {
  .pagination a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
  }

  .pagination {
    font-size: 12px;
  }

  .pagination a {
    margin: 0 .1rem;
  }
}
/*页码结束*/
.scroll-animate.animated {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

.scroll-animate, .scroll-animate.animated {
  transition: .8s ease-in-out;
}

.scroll-animate.animated {
  visibility: hidden;
}

.disable-hover {
  pointer-events: none;
}

img.w100 {
  width: 100%;
}

.tc {
  text-align: center;
}

.lin1 {
  line-height: 1;
}

.con-title {
  line-height: 1;
  color: #333;
}
.con-title.col-fff {
  color: #fff;
}

.bgcenter {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*video 弹框*/
.video-fixed.ons {
  z-index: 5000 !important;
}

.video-fixed .cha {
  width: 40px;
  height: 40px;
  background: url(../img/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.65);
  z-index: 230;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  transition: .8s ease-in-out;
}

.video-fixed .imghide {
  display: none;
}

.video-fixed .videoboxs .box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-fixed.ons {
  transition: .8s ease-in-out;
}

.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;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .video-fixed .videoboxs {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .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 .welcome-a img {
  /*height: 20px;*/
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

.m-searchs {
  margin-left: .5rem;
  margin-right: .35rem;
}

.m-searchs .span {
  width: 40px;
  height: 50px;
  background: url(../img/imgbox/sear2.png) no-repeat center;
  background-size: 50%;
}

.m-header {
  height: 50px;
  width: 100%;
  position: relative;
  width: 100%;
  background: #fff;
}

.m-header .w-header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 24;
  height: 50px;
  padding-left: 2%;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.uiobox {
  width: 50px;
  height: 50px;
  position: relative;
}

body.ovh .m-header .welcome-a .i1, html.ovh .m-header .welcome-a .i1 {
  opacity: 0;
}

body.ovh .m-header .welcome-a .i0, html.ovh .m-header .welcome-a .i0 {
  opacity: 1;
}

body.ovh .m-searchs span .i1, html.ovh .m-searchs span .i1 {
  opacity: 0;
}

body.ovh .m-searchs span .i0, html.ovh .m-searchs span .i0 {
  opacity: 1;
}

body.ovh .m-header .nav-btn.hover .line, html.ovh .m-header .nav-btn.hover .line {
  background-color: #1d86ca;
}

.m-searchs img {
  width: 100%;
}

.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;
  transition: .5s ease-in-out;
}

.m-header .welcome-a {
  display: block;
  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(../img/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 {
  height: 20px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.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: #000;
  left: 0;
  border-radius: 2px;
}

.m-header .nav-btn .line1 {
  width: 100%;
  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 {
  width: 100%;
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.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;
}

.m-header .sub-menu {
  width: 100%;
  height: 100%;
  padding: 60px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  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 {
  box-sizing: border-box;
  position: relative;
  line-height: 3em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.m-header .sub-menu li:nth-child(n+2) {
  margin-top: 10px;
}

.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: inherit;
  height: inherit;
  color: #333333;
  position: relative;
  font-size: 15px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on .btn-v {
  background: url(../img/imgbox/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 0;
  background: url(../img/imgbox/img5.png) center center no-repeat;
  background-size: 100%;
  bottom: 0;
  margin: auto;
}

.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 3%;
  background: #fff;
  z-index: 5;
}

.m-header .sub-menu .tit {
  text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
  font-size: 13px;
  line-height: 2.5;
  height: 2.5em;
  box-sizing: border-box;
}

.m-header .sub-menu .sec-list .uls a {
  border: none;
}

.m-header .sub-menu .sec-list {
  font-size: 15px;
  display: none;
}

.m-header .sub-menu .sec-list .lis-tops {
  font-size: 15px;
  line-height: 3em;
  height: 3em;
  position: relative;
}

.m-header .sub-menu .sec-list .lis-tops:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/imgbox/img5.png) no-repeat center;
  background-size: 100%;
}

.m-header .sub-menu .sec-list .lis {
  border-bottom: 1px solid #e6e6e6;
}

.m-header .sub-menu .sec-list .lis:nth-child(n+2) {
  margin-top: 1.2em;
}

.m-header .sub-menu .sec-list .lis-bots {
  display: none;
  padding-bottom: 16px;
  line-height: 1.7;
}

.m-header .sub-menu .sec-list .lis-bots a {
  line-height: 1.7;
  height: auto;
  font-size: 13px;
}

.m-header .sub-menu .sec-list .lis-bots a:nth-child(n+2) {
  margin-top: 10px;
}

.m-header .sub-menu .sec-list a {
  color: #333;
  display: block;
  position: relative;
}

.m-header .sub-menu .sec-list a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #1d86ca;
  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(../img/imgbox/search.png) no-repeat center;
  background-size: 100%;
}

.m-header .sub-menu li.active .sub-tit {
  /*background: $colors;*/
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  color: #333;
}

.m-header .sub-menu li.active .sec-list {
  background-color: #1d86ca;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.m-header .sub-menu li.active .sec-list a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.75rem;
  position: relative;
}

.m-header .sub-menu li.active .sec-list a:before {
  position: absolute;
  content: "";
  width: .25rem;
  height: .25rem;
  left: .75rem;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li.active .sec-list a {
  color: #fff;
}

.m-header .sub-menu li.active .tit {
  color: #fff;
  background-color: #1d86ca;
}
.m-header .sub-menu li .sub-tit.on .tu-box{
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: #fff;
}

body {
  overflow: hidden;
}

.arialbold {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .m-header .nav-btn .line {
    transition: .5s ease-in-out;
  }

  .m-header .nav-btn.hover .line {
    transition: .5s ease-in-out;
    left: 5px;
  }

  .m-header .nav-btn.hover .line1 {
    transform: rotate(45deg);
    width: 100%;
  }

  .m-header .nav-btn.hover .line2 {
    opacity: 0;
  }

  .m-header .nav-btn.hover .line3 {
    width: 100%;
    bottom: 3px;
    transform: rotate(-45deg);
  }
}
/*pc*/
.m-header {
  position: relative;
  left: 0;
  top: 0;
  background: transparent;
}

.m-header .w-header {
  background: transparent;
}
.m-header .w-header .con-searchs {
  width: 22px;
  /*width: .85rem;*/
  height: 50px;
  margin-right: .5rem;
}
.m-header .w-header .con-searchs img {
  display: block;
}
.m-header .w-header .langs-a {
  width: 22px;
  /*width: .85rem;*/
  display: block;
  height: 50px;
}

.m-header .w-header .langs-a path{
  fill:#333333;
}

.m-header .w-header .langs-a img {
  display: block;
}
.m-header .w-header .con-searchs, .m-header .w-header .langs-a {
  display: flex;
  align-items: center;
}

.m-header .nav-btn .line {
  background: #333;
}

.con-header.fixed .bocweb-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.con-header.headeractive .bocweb-header {
  background-color: #fff;
}
body.web-active .con-header.acur .bocweb-header ,
body.web2-active .bocweb-header{
  background-color: #fff;
}
body.web2-active .con-header.acur .bocweb-header .nav-tops,
body.web-active .con-header.acur .bocweb-header .nav-tops {
  color: #333;
}
body.web2-active .con-header.acur .bocweb-header .bocweb-logo .i1,
body.web-active .con-header.acur .bocweb-header .bocweb-logo .i1 {
  opacity: 0;
}
body.web2-active .con-header.acur .bocweb-header .bocweb-logo .i0,
body.web-active .con-header.acur .bocweb-header .bocweb-logo .i0 {
  opacity: 1;
}
body.web2-active .con-header.acur .searchs-btns,
body.web-active .con-header.acur .searchs-btns {
  background: url(../img/icon/1-003.png) no-repeat center;
  background-size: 100%;
}
body.web2-active .con-header.acur .langs-btns,
body.web-active .con-header.acur .langs-btns {
  background: url(../img/icon/1-002.svg) no-repeat center;
  background-size: 100%;
}
body.web2-active .con-header.acur .langs-sj,
body.web-active .con-header.acur .langs-sj {
  background: url(../img/icon/1-001.png) no-repeat center;
  background-size: 100%;
}

.con-header.fixed.headeractive .btns-tops,
.con-header.fixed.headeractive .btns-tops {
  background-color: #f3f3f3;
}
.con-header.fixed.headeractive .btns-tops:hover,
.con-header.fixed.headeractive .btns-tops:hover {
  background-color: #1d86ca;
}
.con-header.acur .bocweb-header .nav-tops {
  color: #fff;
}
.con-header.acur .bocweb-header .bocweb-logo .i1 {
  opacity: 1;
}
.con-header.acur .bocweb-header .bocweb-logo .i0 {
  opacity: 0;
}
.con-header.acur .searchs-btns {
  background: url(../img/1-003-002.png) no-repeat center;
  background-size: 100%;
}
.con-header.acur .langs-btns {
  background: url(../img/icon/1-002-001.svg) no-repeat center;
  background-size: 100%;
}
.con-header.acur .langs-sj {
  background: url(../img/icon/1-001-001.png) no-repeat center;
  background-size: 100%;
}

.searchs-form {
  position: fixed;
  width: 100%;
  left: 0;
  top: 3rem;
  background: #1d86ca;
  z-index: 999;
  padding-top: 2.4rem;
  padding-bottom: 3rem;
  display: none;
}

.searchs-form .inputs {
  height: 2rem;
  line-height: 2rem;
  position: relative;
  border-bottom: 1px solid #fff;
}

.searchs-form .inputs input[type=text] {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding-right: 26px;
  color: #fff;
  background-color: transparent;
}

.searchs-form .search {
  width: 24rem;
  max-width: 50%;
  margin: 0 auto;
}

.searchs-form .inputs input[type=submit] {
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/search.svg) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -999px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .searchs-form {
    top: 50px;
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }

  .searchs-form .search {
    width: 90%;
    max-width: 90%;
  }
}
.searchs-btns {
  width: 0.475rem;
  height: 0.45rem;
}

body.c-info .bocweb-header {
  position: relative;
}
body.c-info .con-header {
  position: relative !important;
}

.bocweb-header-rights {
  align-items: center;
  height: 3rem;
}
.bocweb-header-rights .btns-tops {
  height: .8rem;
  line-height: .8rem;
  border-radius: .8rem;
  background: rgba(255, 255, 255, 0.5);
  width: 3rem;
  padding: 0 .45rem;
  justify-content: space-between;
  align-items: center;
}
.bocweb-header-rights .langs {
  margin-right: .5rem;
  cursor: pointer;
}

.langs-sj {
  width: 9px;
  height: 5px;
}

.langs-btns {
  width: 0.6rem;
  height: 0.6rem;
}

.bocweb-header {
  height: 3rem;
  line-height: 3rem;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.bocweb-header .bocweb-logo {
  width: 5rem;
}
.bocweb-header .nav {
  padding: 0 .35rem;
  padding-top: 0.85rem;
  width:calc(100% / 8);
}

.bocweb-header .nav-tops {
  height: 1.3rem;
  /*line-height: 1.3rem;*/
  line-height:1.2;
  color: #333333;
  display: block;
  position: relative;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  font-weight: 500;
  word-break: break-all;
  text-align: center;
}
.bocweb-header .nav-tops:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #1D86CA;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
}
.bocweb-header .nav-tops:hover, .bocweb-header .nav-tops.active {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  color: #1d86ca;
}
.bocweb-header .nav-tops:hover:before, .bocweb-header .nav-tops.active:before {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 1;
}
.bocweb-header .ili {
  line-height: 1.5;
}

.bocweb-footer {
  background-color: #efefef;
}
.bocweb-footer .bocweb-footer-tops a {
  display: block;
}
.bocweb-footer .bocweb-footer-tops, .bocweb-footer .bocweb-footer-bots {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bocweb-footer-tops {
  justify-content: space-between;
}
.bocweb-footer-tops .nav {
  margin-right:0 !important;
  width:20%;
  padding-right:1rem;
  margin-bottom:.75rem;
}
.bocweb-footer-tops .nav:last-child {
  margin-right: 0;
}

.bocfoottops-rights {
  text-align: right;
}
.bocfoottops-rights .tits {
  line-height: 1;
  color: rgba(51, 51, 51, 0.5);
}
.bocfoottops-rights .txts {
  margin-top: .4rem;
  margin-bottom: 1.1rem;
  line-height: 1;
  color: #1d86ca;
}

.fot-lists {
  justify-content: flex-end;
}
.fot-lists .items {
  position: relative;
  margin-left: .35rem;
}
.fot-lists .items:nth-child(1) {
  margin-left: 0;
}
.fot-lists .items-tops {
  position: relative;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(102, 102, 102, 0.2);
}
.fot-lists img {
  width: 100%;
  display: block;
}
.fot-lists .items-bots {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 150px;
  z-index: 2;
  transform: translateX(-50%);
  padding-bottom: .25rem;
}
.fot-lists .items-bots img {
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
}

.bocweb-footer-bots {
  padding-top: 0.875rem;
  padding-bottom: 1.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  color: #666666;
}
.bocweb-footer-bots a {
  color: #666666;
}
.bocweb-footer-bots span {
  color: #1d86ca;
}
.bocweb-footer-bots .fr-txts {
  color: rgba(102, 102, 102, 0.5);
}
.bocweb-footer-bots .fr-txts a {
  color: rgba(102, 102, 102, 0.5);
}
.bocweb-footer-bots .fl-texts, .bocweb-footer-bots .fr-txts {
  line-height: 2.14;
}

.con-header {
  position: relative;
  z-index: 1000;
}

.bocweb-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.bocweb-header .nav-list{
  width:74%;
}
.bocweb-header .nav {
  position: relative;
}
.bocweb-header .nav-bots {
  display: none;
  width: 208px;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 50%;
  top: 2.15rem;
  transform: translateX(-50%);
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.02);
}
.bocweb-header .nav-bots .ili {
  padding: .4rem .2rem;
  line-height: 1.2;
  height: auto;
  display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  overflow: hidden;
  /*font-size: .45rem;*/
}
.bocweb-header .nav-bots .ili:nth-child(n+2) {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.bocweb-header .nav-bots .ili.active, .bocweb-header .nav-bots .ili:hover {
  background-color: rgba(51, 51, 51, 0.1);
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  color: #1d86ca;
}

.bocweb-footer-tops {
  padding-bottom: 2rem;
  padding-top: 1.25rem;
}
.bocweb-footer-tops .nav-bots {
  margin-top: .3rem;
  line-height: 1.72;
}
.bocweb-footer-tops .nav-tops {
  line-height: 1.83;
}

@media (min-width: 1025px) {
  .bocweb-footer-bots a,
  .bocweb-footer .bocweb-footer-tops a {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .bocweb-footer-bots a:hover,
  .bocweb-footer .bocweb-footer-tops a:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #1d86ca;
  }

  .fot-lists .items-tops {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .fot-lists .items-tops:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    border-color: #1d86ca;
    background-color: #1d86ca;
  }
  .fot-lists .items-tops:hover img {
    filter: brightness(200);
  }
}
/*searchs*/
.searchs-tops {
  padding-top: .8rem;
  padding-bottom: 1rem;
  background: #f3f2f0;
}

.searchs-box {
  height: 1rem;
  line-height: 1rem;
  /*overflow: hidden;*/
  padding-right: 124px;
  position: relative;
}

.searchs-box input:-moz-placeholder,
.searchs-box textarea:-moz-placeholder {
  color: #666666;
}

.searchs-box input::-moz-placeholder,
.searchs-box textarea::-moz-placeholder {
  color: #666666;
}

.searchs-box input:-ms-input-placeholder,
.searchs-box textarea:-ms-input-placeholder {
  color: #666666;
}

.searchs-box input::-webkit-input-placeholder,
.searchs-box textarea::-webkit-input-placeholder {
  color: #666666;
}

.searchs-box input {
  background-color: transparent;
}

.searchs-box input[type=text] {
  width: 100%;
  height: 100%;
  line-height: inherit;
  color: #999;
}

.searchs-box input[type=submit] {
  position: absolute;
  width: 100%;
  height: inherit;
  line-height: inherit;
  left: 0;
  width: 100%;
  text-align: left;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
}

.searchs-box .submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: .8rem;
  padding-right: 1.5rem;
  color: #fff;
  background-color: #1d86ca;
  border-radius: 1rem;
}

.searchs-box .submit:before {
  position: absolute;
  content: "";
  height: .4rem;
  width: .4rem;
  top: 0;
  bottom: 0;
  right: .65rem;
  background-size: 100%;
  margin: auto;
  z-index: 0;
  background: url(../img/imgbox/sear3.png) no-repeat center;
  background-size: 100%;
}

.searchs-box .submit .spans {
  display: block;
  line-height: inherit;
  height: inherit;
}

.searchs-tits {
  color: #666666;
  line-height: 1.55;
  padding: .55rem 0;
  line-height: 1.454;
}

.searchs-tits span {
  color: #ff0000;
}

.searchs-txts {
  font-size: 0;
  padding: 0 .25rem;
  position: relative;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  padding-top: 3px;
}

.searchs-txts:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f3f2f0;
  left: 0;
  top: 0;
}

.searchs-txts .li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .7rem;
  line-height: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
  transition: .5s ease-in-out;
  color: #333;
}

.searchs-txts .li:before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 4px;
  background-color: #1d86ca;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: .5s ease-in-out;
}

.serlist-center .list {
  padding-bottom: 2.75rem;
  padding-top: .75rem;
}

.serlist-center .list .li {
  width: 48.6%;
  margin-left: 2.8%;
  line-height: 1.3rem;
  height: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
  padding-left: .85rem;
  position: relative;
}

.serlist-center .list .li:nth-child(n+3) {
  margin-top: .5rem;
}

.serlist-center .list .li.after, .serlist-center .list .li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(214, 214, 214, 0.8);
}

.serlist-center .list .li span {
  color: #ff0000;
}

.serlist-center .list .li:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #1d86ca;
  left: .25rem;
  top: 50%;
  transform: translateY(-50%);
}

.serlist-center .list .li:nth-child(2n+1) {
  margin-left: 0;
}

.searchs-txts .li.active {
  color: #1d86ca;
  transition: .5s ease-in-out;
}

.searchs-txts .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}

.searchs-body {
  padding-top: .5rem;
  padding-bottom: 4.8rem;
}

.searchs-list {
  padding-top: .75rem;
}

.searchs-list .list {
  font-size: 0;
  padding-bottom: 1.75rem;
}

.searchs-list .list .items {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin-left: 3%;
  color: #333;
  border-bottom: 1px solid #e01a22;
  margin-top: .5rem;
}

.searchs-list .list .items .box {
  height: 1.25rem;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: .85rem;
  padding-right: .2rem;
  position: relative;
}

.searchs-list .list .items .box:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #e01a22;
  top: 0;
  bottom: 0;
  left: .25rem;
  margin: auto;
}

.searchs-list .list .items span {
  color: #cc0000;
}

.searchs-list .list .items:nth-child(2n+1) {
  margin-left: 0;
}

.polishing-uls.w3 .polishing-lis {
  width: 33.33%;
}

@media (min-width: 1025px) {
  .searchs-txts .li:hover {
    color: #1d86ca;
    transition: .5s ease-in-out;
  }

  .searchs-txts .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .searchs-box .submit {
    transition: .5s ease;
  }

  .searchs-box .submit:hover {
    transition: .5s ease;
    transform: translateY(-5px);
  }

  .serlist-center .list .li.after, .serlist-center .list .li:after {
    transition: .5s ease-in-out;
  }

  .serlist-center .list .li.after:hover, .serlist-center .list .li:hover:after {
    background: #ff0000;
    transition: .5s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .serlist-center .list .li {
    width: 100%;
    margin-left: 0;
  }

  .searchs-box .submit .spans {
    font-size: .75rem;
  }

  .searchs-box {
    height: 1.75rem;
    line-height: 1.75rem;
  }

  .searchs-box .submit:before {
    width: .6rem;
    height: .6rem;
  }

  .searchs-box .submit {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
/**/
/*fonts*/
@font-face {
  font-family: "avants";
  src: url("./fonts/AvantGardeLT-Demi.woff2") format("woff2"), url("./fonts/AvantGardeLT-Demi.woff") format("woff"), url("./fonts/AvantGardeLT-Demi.ttf") format("truetype"), url("./fonts/AvantGardeLT-Demi.eot") format("embedded-opentype"), url("./fonts/AvantGardeLT-Demi.svg") format("svg");
}
@font-face {
  font-family: "agletter";
  src: url("./fonts/AGLettericaCondensed.woff2") format("woff2"), url("./fonts/AGLettericaCondensed.woff") format("woff"), url("./fonts/AGLettericaCondensed.ttf") format("truetype"), url("./fonts/AGLettericaCondensed.eot") format("embedded-opentype"), url("./fonts/AGLettericaCondensed.svg") format("svg");
}
.agletter {
  font-family: 'agletter';
}

.avants {
  font-family: 'avants';
}

/*investor-relations*/
.w1600 {
  width: 83.3%;
  margin: 0 auto;
  max-width: 83.3%;
}
.w1720 {
  width:89.58%;
  margin: 0 auto;
  max-width: 89.58%;
}
.w800 {
  width: 800px;
  max-width: 83.3%;
}

.cons-banner {
  position: relative;
  overflow: hidden;
}
.cons-banner img {
  object-fit: cover;
}
.cons-banner img.pcbox {
  /*height: (850rem/40);*/
}
.cons-banner .words {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  padding-top: 5.75rem;
}
.cons-banner .tits, .cons-banner .txts {
  line-height: 1;
}
.cons-banner .txts {
  margin-top: .45rem;
  color: #1A2432;
  opacity: .8;
}
.cons-banner .images {
  position: relative;
  z-index: 0;
}
.cons-banner .images .before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/banbg.png) no-repeat bottom center;
  background-size: cover;
  z-index: 1;
}
.cons-banner .icon {
  position: absolute;
  width: 1rem;
  height: .5rem;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  margin: auto;
  cursor: pointer;
}
.cons-banner .cons-titles-botlists {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.cons-titles-botlists .items.active {
  color: #1d86ca;
  background-color: #fff;
}

.cons-titles-botlists {
  background-color: rgba(29, 134, 202, 0.95);
}
.cons-titles-botlists .items {
  width: 16.66%;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 0 .1rem;
  color: #fff;
  overflow: hidden;
}
  .cons-titles-botlists .items:before{
    width: 1px;
    content:"";
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255,.1);
    left: 0;
    top: 0;
  }
  .cons-titles-botlists .items:nth-child(1):before{
    display: none;
  }

.cons-liuyans {
  position: fixed;
  right: 1.5rem;
  bottom: 2.1rem;
  z-index: 1000;
}
.cons-liuyans .span {
  width: 71px;
  height: 69px;
  cursor: pointer;
}
.cons-liuyans .span span, .cons-liuyans .span b {
  display: block;
  width: 71px;
  height: 69px;
  position: absolute;
  left: 0;
  top: 0;
}

.investor-announcement {
  position: relative;
}
.investor-announcement .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.investor-announcement .words .cons-more {
  margin-top: 1.25rem;
}

.cons-more {
  display: inline-block;
  vertical-align: top;
  line-height: 2.88em;
  height: 2.88em;
  border-radius: 2.88em;
  background-color: #1d86ca;
  color: #fff;
  padding: 0 2.22em;
  padding-right: 1.55em;
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
}

.services-02 .cons-more{
  height: 3.7em;
  line-height: 3.7em;
  padding: 0 2em;
  padding-left: 2.28em;
}
.services-02 .cons-more .span{
  height: 3.7em;
}
.services-02 .cons-more .jspan{
  line-height: 1.25;
  height:1.25em;
}

.services-02 .cons-more span{
  margin-top: -.1rem;
}
.cons-more:hover {
  color: #fff;
}
.cons-more .span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cons-more span {
  display: inline-block;
  vertical-align: middle;
  margin-left: .2rem;
  width: .4rem;
  height: .3rem;
}

.investor-contacts {
  padding-top: 2.5rem;
  padding-bottom: 3.7rem;
}
.investor-contacts .lists {
  margin-top: 0.9rem;
  align-items: stretch;
}
.investor-contacts .li {
  width: 31.25%;
  margin-left: 3.125%;
  background: #f7f7f7;
  padding: .25rem;
  padding-top: 1.75rem;
  padding-bottom: 2rem;
  text-align: center;
}
.investor-contacts .li .icons {
  width: 1.625rem;
  height: 1.625rem;
  background: #dfdfdf;
  border-radius: 50%;
  margin: 0 auto;
}
.investor-contacts .li:nth-child(3n+1) {
  margin-left: 0;
}
.investor-contacts .li .tits {
  margin-top: .45rem;
  margin-bottom: .2rem;
}
.investor-contacts .li .tits, .investor-contacts .li .txts {
  line-height: 1;
  color: #333333;
}

.investor-intro {
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3.05rem;
}
.investor-intro .words {
  width: 42.8125%;
}
.investor-intro .words .tits {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e3e3e3;
}
.investor-intro .words .txts {
  line-height: 1;
  align-items: center;
  color: #333333;
}
.investor-intro .words .txts span {
  background: #00a1e9;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: .8rem;
  height: .8rem;
  padding: 0 .45rem;
}
.investor-intro .words .txts .b {
  margin: 0 .4rem;
}
.investor-intro .images {
  width: 48.75%;
  padding-top: 1.15rem;
  padding-right: 1.8rem;
}

.investor-intro .words .txts {
  padding-top: .8rem;
  padding-bottom: 1.2rem;
}

.investor-intro .words .numbers {
  color: #f24040;
  position: relative;
  align-items: flex-end;
}
.investor-intro .words .numbers .span {
  color: #333333;
  line-height: 1;
}
.investor-intro .words .numbers .spans {
  position: relative;
  padding-right: .9rem;
  margin-right: .7rem;
  line-height: .9;
}
.investor-intro .words .numbers .spans.active {
  color: #090;
}
.investor-intro .words .numbers .spans:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 22px;
  right: 0;
  bottom: 0;
}
.investor-intro .words .bots-texts {
  padding-left: .375rem;
  line-height: 1.44;
  color: #333333;
  margin-top: .5rem;
}
.investor-intro .words .lists {
  padding-top: .75rem;
  padding-bottom: .85rem;
  border-top: 1px solid rgba(116, 116, 116, 0.2);
  border-bottom: 1px solid rgba(116, 116, 116, 0.2);
  margin-top: .95rem;
}
.investor-intro .words .lists .li {
  padding: 0 1.05rem;
  width:50%;
  margin-bottom:.5rem;
}
.investor-intro .words .lists .li01, .investor-intro .words .lists .li02 {
  line-height: 1;
  color: #333333;
}
.investor-intro .words .lists .li02 {
  margin-top: .3rem;
}

.products-titles-cons {
  padding-top: 1.7rem;
  padding-bottom: 0.9rem;
}
.products-titles-cons .items {
  width: auto;
  width: 8.75rem;
  margin: 0 .2rem;
  border-radius: .2rem;
  border: 1px solid #cfcfcf;
  padding: .2rem;
  padding-top: .8rem;
  padding-bottom: .7rem;
  cursor: pointer;
  color: #333333;
}
.products-titles-cons .items.active {
  background: #1d86ca;
  color: #fff;
}
.products-titles-cons .items .tits {
  text-align: center;
  line-height: 1.2;
}
.products-titles-cons .items .icons {
  width: .7rem;
  height: .7rem;
  margin: 0 auto;
  margin-top: .1rem;
}
/*.products-titles-cons .swiper-no-swiping .swiper-wrapper {
  justify-content: center;
}*/

.products-lists {
  background-color: #f7f7f7;
  padding-top: .9rem;
  padding-bottom: 1.9rem;
}
.products-lists .products-tits {
  margin-bottom: 1rem;
}
.products-lists .lists {
  padding-bottom: 0.9rem;
}
.products-lists .lists .items {
  background-color: #fff;
  width: 23.75%;
  margin-left: 1.66%;
  margin-bottom: .5rem;
  padding: .95rem .5rem;
}
.products-lists .lists .items:nth-child(4n+1) {
  margin-left: 0;
}
.products-lists .lists .items .images {
  /*overflow: hidden;*/
  /*height: (270rem/40);*/
  height: 5.875rem;
}
.products-lists .lists .items .tits {
  text-align: center;
  line-height: 1.5;
  color: #333333;
  height: 1.5em;
  overflow: hidden;
  margin-bottom: .25rem;
  margin-top: .6rem;
}
.products-lists .lists .items .cons-btns {
  margin: 0 auto;
}

.cursor {
  cursor: pointer;
}

.joins03-tits {
  justify-content: space-between;
}
.joins03-tits .joins03-righttits {
  margin-top: -3px;
}
.joins03-tits .li {
  color: rgba(51, 51, 51, 0.5);
  margin-right: 1.25rem;
  height: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  padding: 0 3px;
}
.joins03-tits .li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 4px;
  background-color: #1d86ca;
  opacity: 0;
}
.joins03-tits .li.active {
  color: #1d86ca;
}
.joins03-tits .li.active:before {
  opacity: 1;
}
.joins03-tits .li:last-child {
  margin-right: 0;
}

.products-tits {
  line-height: 1;
  align-items: flex-end;
  justify-content: flex-end;
  color: #666666;
}
.products-tits span {
  color: #1d86ca;
}

.proinfo-titles {
  line-height: 1;
  justify-content: center;
  color: #999999;
}
.proinfo-titles span {
  margin: 0 5px;
}
.proinfo-titles a {
  color: #999999;
}

.proinfo-txts {
  color: rgba(102, 102, 102, 0.5);
  line-height: 1.66;
}

.proinfo-tits {
  line-height: 1.23;
  color: #333;
}

.cons-swiper {
  position: relative;
}
.cons-swiper .swiper-pagination {
  line-height: 1;
}
.cons-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #959595;
  opacity: 1;
  width: .3rem;
  height: .3rem;
  margin: 0 0.225rem;
}
.cons-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1d86ca;
}
.cons-swiper .swiper-button-prev, .cons-swiper .swiper-button-next {
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 50%;
}
.cons-swiper .swiper-button-prev {
  background-image: url(../img/tf.png);
}
.cons-swiper .swiper-button-next {
  background-image: url(../img/tr.png);
}

/**/
.cons3-swiper {
  position: relative;
}
.cons3-swiper .swiper-pagination {
  line-height: 1;
}
.cons3-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #959595;
  opacity: 1;
  width: .3rem;
  height: .3rem;
  margin: 0 0.225rem;
}
.cons3-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1d86ca;
}
.cons3-swiper .swiper-button-prev, .cons3-swiper .swiper-button-next {
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 50%;
}
.cons3-swiper .swiper-button-prev {
  background-image: url(../img/tf.png);
}
.cons3-swiper .swiper-button-next {
  background-image: url(../img/tr.png);
}
/**/


.cons-title {
  position: relative;
  padding-bottom: .6rem;
}
.cons-title:before {
  width: 1.5rem;
  height: 4px;
  background-color: #1d86ca;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: auto;
}

.proinfo-01 {
  background: #f7f7f7;
  padding-top: 1.7rem;
  padding-bottom: 1.75rem;
}
.proinfo-01 .items {
  width: 23.75%;
  margin-right: 1.66%;
}
.proinfo-01 .items:last-child {
  margin-right: 0;
}

.proinfo01-swiper {
  margin-top: 1.125rem;
}

.proinfo01-swiper.onac .swiper-wrapper{
  justify-content: center;
}
.proinfo01-swiper .swiper-pagination {
  margin-top: .8rem;
}
.proinfo01-swiper .items {
  border-radius: .2rem;
  background-color: #fff;
  text-align: center;
  padding: 0 .2rem;
  padding-top: 1.45rem;
  color: #333333;
  padding-bottom: .9rem;
}
.proinfo01-swiper .items .tits {
  margin-top: .4rem;
  line-height: .8rem;
  height: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.proinfo01-swiper .items .icons {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;
  background-color: #eaeaea;
  border-radius: 50%;
}

.cons3-swiper .swiper-pagination ,
.cons-swiper .swiper-pagination {
  position: static;
}

.proinfo-banner {
  background-color: #fff;
  padding-top: 1.15rem;
  padding-bottom: 1.7rem;
  position: relative;
}
.proinfo-banner .proinfo-tits, .proinfo-banner .proinfo-txts {
  position: relative;
  z-index: 1;
}
.proinfo-banner .proinfo-tits {
  margin-top: 1.1rem;
  margin-bottom: 0.125rem;
}
.proinfo-banner .pro-imgs {
  width: 19.875rem;
  height: 13.75rem;
  margin: 0 auto;
  margin-top: -.375rem;
  position: relative;
  z-index: 0;
}
.proinfo-banner .pro-imgs:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/2-09.png) no-repeat left bottom;
  background-size: cover;
}

.services-01 {
  min-height: 19.5rem;
  background-position: center bottom;
  padding-top: 3.05rem;
  padding-bottom: 1rem;
}
.services-01 .txts {
  margin-top: 1.625rem;
  margin-bottom: .4rem;
  color: #1d86ca;
  line-height: 1.3;
}
.services-01 .text {
  color: rgba(51, 51, 51, 0.25);
  letter-spacing: 2px;
}

.services-02 {
  padding-top: 3.2rem;
  padding-bottom: 1rem;
  min-height: 16.25rem;
}
.services-02 .cons-more {
  margin-top: 1.25rem;
}

.con-text {
  line-height: 1.77;
}

.solutions-01 {
  padding: 3rem 0;
}
.solutions-01 .txts {
  margin-top: 1.3rem;
  padding: 0 4rem;
}

.solutions-02 {
  background-color: #f7f7f7;
  padding-top: 2.15rem;
  padding-bottom: 2.35rem;
}
.solutions-02 .solutions-swiper {
  margin-top: .2rem;
  width: calc(100% + 1.5rem);
  margin-left: -.75rem;
}

.solutions-02 .solutions-swiper.onac .swiper-wrapper{
    justify-content: center;
}

.solutions-02 .swiper-container {
  padding-left: .75rem;
  padding-right: .75rem;
}

.solutions-swiper .swiper-pagination {
  margin-top: .5rem;
}
.solutions-swiper .items {
  width: 17.5%;
  margin-right: 3.125%;
  padding: .75rem 0;
  padding-top: 2rem;
}
.solutions-swiper .items:last-child {
  margin-right: 0;
}
.solutions-swiper .items .txts {
  margin-top: .8rem;
  margin-bottom: .4rem;
  padding: 0 1em;
  line-height: 1.3636;
}
.solutions-swiper .items .text {
  line-height: .75rem;
  padding: 0 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 2.25rem;
}
.solutions-swiper .items .li {
  padding: .1rem;
  text-align: center;
  border-radius: .2rem;
  background-color: #fff;
  padding-top: 1.625rem;
  padding-bottom: .9rem;
  transform: translateY(-1.25rem);
}
.solutions-swiper .items:nth-child(2n+2) .li {
  transform: translateY(0);
}
.solutions-swiper .items .icons {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background-color: #1d86ca;
  margin: 0 auto;
}

.solutions-03 {
  background-color: #fff;
  padding-top: 1.85rem;
  padding-bottom: 2.75rem;
}
.solutions-03 .solutions02-swiper {
  margin-top: 1.4rem;
}

.solutions02-swiper .i {
  width: 20%;
  height: 4rem;
  line-height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.solutions02-swiper .i:before, .solutions02-swiper .i:after {
  position: absolute;
  content: "";
  background-color: #eaeaea;
}
.solutions02-swiper .i:after {
  height: 2px;
  width: calc(100% - 1.25rem);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*transform: scale3d(1, 0.5, 1);*/
}
.solutions02-swiper .i:nth-child(n+6):after {
  bottom: auto;
  top: 0;
}
.solutions02-swiper .i:nth-child(n+11) {
  display: none;
}
.solutions02-swiper .i:before {
  width: 1px;
  height: calc(100% - 1rem);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.solutions02-swiper .i:nth-child(5n+5):before {
  display: none;
}
.solutions02-swiper .i img {
  max-width: 72%;
  max-height: 86.25%;
}
.solutions02-swiper .swiper-pagination {
  margin-top: 1.4rem;
}

.contacts-box {
  min-height: 25rem;
}

.contacts-box {
  padding-top: 4.625rem;
  padding-bottom: 1.45rem;
}
.contacts-box .con-title-en {
  line-height: 1;
  color: rgba(26, 36, 50, 0.8);
  margin-top: .45rem;
  margin-bottom: .8rem;
}

.contact-titles .items {
  width: auto;
  margin: 0 .35rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 1.2rem;
  min-width: 5.5rem;
  padding: 0 .2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  text-align: center;
  color: #666666;
}
.contact-titles .items.active {
  border-color: #1d86ca;
  background-color: #1d86ca;
  color: #fff;
}
.contact-titles.onac .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

.contats-text-01 {
  padding-top: 2.35rem;
  padding-bottom: 1.25rem;
}

.contacts-texts {
  line-height: 1.238;
}
.contacts-texts.active {
  padding-top: 1.1rem;
  padding-bottom: .75rem;
}

.contacts-lists {
  width: 81%;
  margin: 0 auto;
  align-items: stretch;
}
.contacts-lists .items {
  padding: 0 .25rem;
  padding-top: 1.05rem;
  padding-bottom: 1.225rem;
  width: 30%;
  margin-left: 5%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.contacts-lists .items:nth-child(3n+1) {
  margin-left: 0;
}
.contacts-lists .items .tits {
  line-height: 1;
  color: #333333;
  margin-top: .375rem;
  margin-bottom: .375rem;
}
.contacts-lists .items .txts {
  color: #666666;
  line-height: 1.5;
  font-weight: bold;
}
.contacts-lists .icons {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #1d86ca;
}

.feedbacks-list .li {
  width: 32.5%;
  margin-left: 1.25%;
  color: #999;
  margin-bottom: .5rem;
  position: relative;
  padding: 0 .5rem;
}
.feedbacks-list .li:nth-child(3n+1) {
  margin-left: 0;
}
.feedbacks-list .li.textarea {
  background-color: #fff;
  padding-top: .25rem;
  height: 4.375rem;
}
.feedbacks-list .li.textarea textarea {
  height: 100%;
}
.feedbacks-list .li.textarea .spans, .feedbacks-list .li.textarea textarea {
  line-height: 1.88;
}
.feedbacks-list .li.textarea .spans {
  height: 1.88em;
  top: .25rem;
}
.feedbacks-list .li textarea {
  width: 100%;
  text-indent: 5.5em;
  border-radius: 4px;
  resize: none;
}
.feedbacks-list .li input {
  width: 100%;
  height: 1.35rem;
  line-height: 1.35rem;
  background-color: #fff;
}
.feedbacks-list .li .selects-tops {
  height: 1.35rem;
  line-height: 1.35rem;
  padding-right: .4rem;
  position: relative;
  color: #1d86ca;
  cursor: pointer;
}
.feedbacks-list .li .selects-tops:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: 0.15rem solid;
  border-color: #1d86ca transparent transparent transparent;
  transform: translateY(-50%);
}
.feedbacks-list .li .selects-bots {
  width: 100%;
  display: none;
}
.feedbacks-list .li .selects-bots .i {
  line-height: 1.8;
  cursor: pointer;
  padding: 5px 5%;
  padding-right: .4rem;
}
.feedbacks-list .li .sels {
  position: relative;
  width: 100%;
  text-align: right;
  z-index: 5;
}
.feedbacks-list .li .sels .sels-bots {
  position: absolute;
  right: 0;
  top: 1.35rem;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
}
.feedbacks-list .li .spans {
  position: absolute;
  left: .5rem;
  top: 0;
  height: 1.35rem;
  line-height: 1.35rem;
  background-color: #fff;
  padding-right: .5em;
  z-index: 1;
}
.feedbacks-list .li.inputs {
  flex-wrap: nowrap;
  border-radius: 4px;
  background-color: #fff;
}
.feedbacks-list .li.inputs input {
  text-indent: 5.5em;
}
.feedbacks-list .li .spans .dian {
  color: #ff0000;
  margin-right: .15rem;
  min-width: 1px;
}
.feedbacks-list .li input[type=submit] {
  /*width: 7.5rem;*/
  width:auto;
  display:inline-flex;
  padding:0 .35rem;
  height: 1.45rem;
  line-height: 1.45rem;
  border-radius: 4px;
  overflow: hidden;
  background-color: #1d86ca;
  color: #fff;
}
.feedbacks-list .li.submits {
  padding: 0;
  justify-content: space-between;
}
.feedbacks-list .li.submits .inputs-left {
  position: relative;
  padding-left: .5rem;
  background-color: #fff;
  border-radius: 4px;
}
.feedbacks-list .li.submits .inputs-left input[type=text] {
  width: 10rem;
  border-radius: 4px;
  height: 1.45rem;
  line-height: 1.45rem;
  text-indent: 5em;
}
.feedbacks-list .li.submits .inputs-left img {
  position: absolute;
  right: -5rem;
  height: 1.45rem;
  width: 4.5rem;
  object-fit: contain;
}
.feedbacks-list .li.w100 {
  width: 100%;
  margin-left: 0;
}
.feedbacks-list .li.w75 {
  width: 65%;
  margin-left: 1.25%;
}
.feedbacks-list .li.selects {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  justify-content: flex-end;
  background-color: rgba(0,0,0,.1);
}
.feedbacks-list .li.selects .spans {
  background-color: transparent;
  color: #fff;
}
.feedbacks-list .li.selects .i {
  height: 1.35rem;
  line-height: 1.35rem;
  cursor: pointer;
  padding-left: .45rem;
  position: relative;
  color: #fff;
  margin-right: 1.15rem;
}
.feedbacks-list .li.selects .i.active {
  color: #1d86ca;
}
.feedbacks-list .li.selects .i.active:before {
  background-color: #fff;
  border-color: #1d86ca;
}
.feedbacks-list .li.selects .i:last-child {
  margin-right: 0;
}
.feedbacks-list .li.selects .i:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid #adadad;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}

.joins-01 {
  padding-top: 3rem;
  padding-bottom: 2.05rem;
}
.joins-01 .texts {
  margin-top: .95rem;
  line-height: 1.4375;
}

.joins-02 {
  min-height: 18rem;
}
.joins-02 .words {
  padding-top: 3.05rem;
}
.joins-02 .texts {
  max-width: 29em;
  margin-top: 1.15rem;
  line-height: 1.66;
}

.cons-banner.solactive .icon {
  bottom: 4.25rem;
}

.cons-titles-botlists .titles-swiper {
  position: relative;
}
.cons-titles-botlists .titles-swiper .swiper-button-prev, .cons-titles-botlists .titles-swiper .swiper-button-next {
  width: 1rem;
  height: 1rem;
  background: none;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  opacity: .5;
}
.cons-titles-botlists .titles-swiper .swiper-button-prev svg, .cons-titles-botlists .titles-swiper .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.cons-titles-botlists .titles-swiper .swiper-button-prev {
  left: -1.5rem;
  /*background: url(../img/prev.svg) no-repeat center;*/
  background-size: 100%;
}
.cons-titles-botlists .titles-swiper .swiper-button-next {
  right: -1.5rem;
  /*background: url(../img/next.svg) no-repeat center;*/
  background-size: 100%;
}

.joins-03 {
  padding-top: 2.85rem;
  padding-bottom: 2.45rem;
}

.joins03-lists {
  margin-top: 1.5rem;
}
.joins03-lists .swiper-pagination {
  margin-top: 1.2rem;
}
.joins03-lists .items {
  /*width: 31.875%;*/
  /*margin-right: 2.1875%;*/
  width: 32%;
  margin-right: 2%;
  padding-bottom: .7rem;
  background: #F7F7F7;
  height: auto;
}
.joins03-lists .swiperwidth{
  width: 2%;
}
.joins03-lists .items:last-child {
  margin-right: 0;
}
.joins03-lists .items .imgs {
  overflow: hidden;
}
.joins03-lists .items .imgs img {
  display: block;
  height: 8.625rem;
  width: 100%;
}
.joins03-lists .items .txts {
  /*height: 1.95rem;*/
  /*line-height: 1.95rem;*/
  line-height: 1rem;
  max-height: 2rem;
  padding: 0 .5em;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333333;
  margin-top: .45rem;
}
.joins03-lists .items .images {
  position: relative;
  overflow: hidden;
  padding: 0.175rem;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #1d86ca;
}

.joins03-lists .items{
  clip-path: polygon(0% 0%, 92% 0%, 136% 100%, 0% 100%);
}

.joins03-lists .items .images .imgs{
  clip-path: polygon(0% 0%, 90% 0%, 130% 100%, 0% 100%);

}
.joins03-lists .items .images:before {
  position: absolute;
  /*content: "";*/
  z-index: 1;
  right: 0;
  top: -1px;
  background: url(../img/1-0001.png) no-repeat center;
  background-size: 100%;
  width: 2rem;
  height: 2.5rem;
}

.joins-04 {
  background-color: #f7f7f7;
  padding-top: 1.9rem;
  padding-bottom: 3.5rem;
}
.joins-04 .joins04-titles.k0 {
  margin-top: 1.15rem;
}
.joins-04 .joins04bots-swiper {
  margin-top: 0.875rem;
}

.joins04-titles {
  position: relative;
  z-index: 2;
}
.joins04-titles:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background: rgba(51, 51, 51, 0.2);
}
.joins04-titles .tits {
  padding-right: 2.35rem;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.joins04-titles .tits,
.joins04-titles .sel-tops {
  line-height: 1.5rem;
  height: 1.5rem;
}
.joins04-titles .selects-box {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 1.35rem;
  background-color: #f7f7f7;
}

.selects-box .sel {
  position: relative;
}
.selects-box .sel:nth-child(n+2) {
  margin-left: .3rem;
}
.selects-box .sel-tops {
  cursor: pointer;
  width: 4.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0.7rem;
  padding-right: 1.125rem;
  position: relative;
  overflow: hidden;
  color: #333333;
}
.selects-box .sel-tops:before {
  width: 0.3333333333rem;
  height: 0.175rem;
  content: "";
  position: absolute;
  right: .8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/4-04.png) no-repeat center;
  background-size: 100%;
}
.selects-box .sel-bots {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  top: 1.5rem;
  max-height: 150px;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.selects-box .sel-bots .i {
  padding: .15rem 0;
  cursor: pointer;
  padding-left: .7rem;
  line-height: 1.5;
  padding-right: .7rem;
}

.swiperwidth {
  display: none;
  width: 10px;
}

.joins04-swiper {
  margin-top: .75rem;
  padding-bottom: .5rem;
}
.joins04-swiper .swiper-pagination {
  margin-top: 1.625rem;
}

.joins04bots-swiper {
  width: 27.9rem;
  margin: 0 auto;
}
.joins04bots-swiper .cons-more {
  height: 2.44em;
  line-height: 2.44em;
  padding-left: 1.55em;
  padding-right: 1.33em;
}
.joins04bots-swiper .cons-more .btn-sj {
  margin-left: .4rem;
}
.joins04bots-swiper .swiper-container {
  overflow: visible;
}
.joins04bots-swiper .swiperwidth {
  width: .55rem;
}
.joins04bots-swiper .items {
  opacity: 0.1;
}
.joins04bots-swiper .items.swiper-slide-active {
  opacity: 1;
}
.joins04bots-swiper .imgs {
  height: 13.425rem;
}
.joins04bots-swiper .swiper-button-prev, .joins04bots-swiper .swiper-button-next {
  bottom: auto;
  margin: 0;
  top: 6.0125rem;
}
.joins04bots-swiper .swiper-button-prev {
  left: -3.4rem;
}
.joins04bots-swiper .swiper-button-next {
  right: -3.4rem;
}
.joins04bots-swiper .swiper-slide-active .words {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.joins04bots-swiper .words {
  padding-top: 1rem;
  position: relative;
  padding-right: 9.5rem;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.joins04bots-swiper .words .cons-more {
  position: absolute;
  right: 0;
  top: 1.2rem;
}
.joins04bots-swiper .words .txts {
  margin-top: .25rem;
  line-height: 1.66;
  max-width: 39em;
}
.joins04bots-swiper .words .tits {
  line-height: 1.636;
  height: 1.636em;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.recruit-tit-list .items {
  width: 50%;
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 .2rem;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.05);
  color: rgba(51, 51, 51, 0.5);
}
.recruit-tit-list .items.active {
  background-color: #1d86ca;
  color: #fff;
}

.recruitment-box {
  padding-top: 1.4rem;
  padding-bottom: 2.95rem;
  position: relative;
}
.recruitment-box .pagination a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.recruitment-box .pagination a.active {
  border-color: #1d86ca;
}

.recruit-tops {
  justify-content: space-between;
}
.recruit-tops .recru-selects-box {
  padding-top: .3rem;
}
.recruit-tops .fltext {
  color: #666666;
  line-height: 1.636;
}
.recruit-tops .fltext span {
  color: #1d86ca;
}

.recruit-bots {
  margin-top: 1.5rem;
}

.recru-selects-box .sel {
  position: relative;
  z-index: 1;
}
.recru-selects-box .sel.active {
  z-index: 3;
}
.recru-selects-box .sel.active .sel-tops {
  background-color: #1d86ca;
  color: #Fff;
}
.recru-selects-box .sel:nth-child(n+2) {
  margin-left: .3rem;
}
.recru-selects-box .sel-bots {
  position: absolute;
  left: 0;
  width: 100%;
  top: 1.45rem;
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto;
}
.recru-selects-box .sel-bots .i {
  padding: .25rem .7rem;
  line-height: 1.5;
  background: #f2f3f4;
  cursor: pointer;
}
.recru-selects-box .sel-tops {
  height: 1.45rem;
  line-height: 1.45rem;
  background-color: #f2f3f4;
  padding-left: .7rem;
  padding-right: .85rem;
  position: relative;
  width: 7rem;
  cursor: pointer;
  overflow: hidden;
}
.recru-selects-box .sel-tops:before {
  position: absolute;
  content: "";
  width: 0.275rem;
  height: 0.15rem;
  right: .55rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recru-selects-box .sel-bots {
  display: none;
}

.close-btns {
  color: #1d86ca;
  cursor: pointer;
}
.close-btns b {
  margin-right: .35rem;
}

.recruit-btns {
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  color: #fff;
  background-color: #1d86ca;
  padding-left: .95rem;
  padding-right: 0.875rem;
  height: 1.65rem;
  line-height: 1.65rem;
  cursor: pointer;
}
.recruit-btns span {
  padding-right: 1.575rem;
  position: relative;
}
.recruit-btns span:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .5rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/4-09.png) no-repeat center;
  background-size: 100%;
}

.recruit-lists {
  padding-bottom: 1.5rem;
}
.recruit-lists .tr-wrap-bots {
  align-items: center;
}
.recruit-lists .tr-wrap-tops {
  padding-top: 1rem;
  padding-bottom: .7rem;
}
.recruit-lists .tr-wrap-tops .i {
  padding-right:.75rem;
  width:33.3%;
  margin-bottom:.3rem;
  position: relative;
  line-height: 1.66;
}
/*.recruit-lists .tr-wrap-tops .i:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  background: rgba(51, 51, 51, 0.2);
  top: 0;
}*/
.recruit-lists .tr-wrap-tops .i span {
  color: #333;
}
.recruit-lists .tr-wrap-tops .i:nth-child(1) {
  padding-left: 0;
}
.recruit-lists .tr-wrap-tops .i:nth-child(1):before {
  display: none;
}
.recruit-lists .tr-wrap-tops .i:last-child {
  padding-right: 0;
}
.recruit-lists .tr-wrap-center {
  padding-top: .8rem;
  border-top: 1px solid #e4e4e4;
}
.recruit-lists .tr-wrap-center .li {
  width: 50%;
  position: relative;
  padding-bottom: .75rem;
  line-height: 1.66;
}
.recruit-lists .tr-wrap-center .li1 {
  padding-right: 1.75rem;
}
.recruit-lists .tr-wrap-center .li2 {
  padding-left: 1.875rem;
}
.recruit-lists .tr-wrap-center .li2:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + .4rem);
  left: 0;
  top: 0;
  background: #e4e4e4;
}
.recruit-lists .tr-wrap-center .li-tops {
  margin-bottom: .3rem;
}
.recruit-lists .tr-bots {
  display: none;
  background-color: #f8f8f8;
  padding: 0 1.25rem;
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.1);
  padding-bottom: 1.2rem;
}
.recruit-lists .tr-wrap-bots {
  justify-content: space-between;
}
.recruit-lists .tr .tr-tops.active {
  background-color: #666666;
}
.recruit-lists .tr .tr-tops.active .td4 .btns {
  opacity: 0;
}
.recruit-lists .tr .tr-tops.active .td {
  color: #fff !important;
}
.recruit-lists .tr:nth-child(n+2) {
  margin-top: .5rem;
}
.recruit-lists .recruit-list-bots {
  margin-top: .5rem;
}
.recruit-lists .tr-tops {
  position: relative;
  border: 1px solid #e2e2e2;
  cursor: pointer;
}
.recruit-lists .tr-tops .td1.td {
  color: #1d86ca;
}
.recruit-lists .tr-tops .td4 .btns {
  position: absolute;
  right: 1rem;
  width: .7rem;
  height: .7rem;
  top: 50%;
  transform: translateY(-50%);
}
.recruit-lists .tr-tops .td4 .btns img {
  display: block;
  width: 100%;
}
.recruit-lists .tr-tops .td {
  line-height: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
}
.recruit-lists .recruit-list-tops {
  background-color: #f5f5f5;
}
.recruit-lists .recruit-list-tops .td {
  height: 2.2rem;
  line-height: 2.2rem;
}
.recruit-lists .tr-tops,
.recruit-lists .recruit-list-tops {
  padding-left: .9rem;
  padding-right: 2.5rem;
}
.recruit-lists .tr-tops .td,
.recruit-lists .recruit-list-tops .td {
  color: #333333;
}
.recruit-lists .tr-tops .td1,
.recruit-lists .recruit-list-tops .td1 {
  width: 55%;
}
.recruit-lists .tr-tops .td2,
.recruit-lists .recruit-list-tops .td2 {
  width: 16%;
  text-align: center;
}
.recruit-lists .tr-tops .td3,
.recruit-lists .recruit-list-tops .td3 {
  margin-left: 5%;
  width: 24%;
  text-align: center;
}

.recruitment-fixeds {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 90;
}
.recruitment-fixeds input:-moz-placeholder,
.recruitment-fixeds textarea:-moz-placeholder {
  color: #999;
}
.recruitment-fixeds input::-moz-placeholder,
.recruitment-fixeds textarea::-moz-placeholder {
  color: #999;
}
.recruitment-fixeds input:-ms-input-placeholder,
.recruitment-fixeds textarea:-ms-input-placeholder {
  color: #999;
}
.recruitment-fixeds input::-webkit-input-placeholder,
.recruitment-fixeds textarea::-webkit-input-placeholder {
  color: #999;
}
.recruitment-fixeds .recruit-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.recruitment-fixeds .tk {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 22.5rem;
  padding: 1rem 1.6rem 1.85rem;
}
.recruitment-fixeds .inputs .i {
  width:100%;
  margin-left:0;
  margin-bottom:.35rem;
  position: relative;
}
.recruitment-fixeds .inputs .i input, .recruitment-fixeds .inputs .i .span {
  height: .9rem;
  line-height: .9rem;
}
.recruitment-fixeds .inputs .i input {
  border: 1px solid #cececf;
  width: 82%;
  left:18%;
  position: relative;
  padding: 0 1em;
  padding-right: .75rem;
}
.recruitment-fixeds .inputs .i .dian {
  color: #ff0000;
  position: absolute;
  right: .35rem;
  top: 50%;
  transform: translateY(-50%);
}
.recruitment-fixeds .inputs .i .span {
  position: absolute;
  left: 0;
  top: 0;
}
.recruitment-fixeds .inputs .i:nth-child(2n+1) {
  margin-left: 0;
}
.recruitment-fixeds .textareas {
  margin-top: .6rem;
}
.recruitment-fixeds .textareas textarea {
  border: 1px solid #cececf;
  width: 100%;
  resize: none;
  height: 5rem;
  padding: .3rem .6rem;
  line-height: 1.89;
  color: #999999;
}
.recruitment-fixeds .recruitment-fj {
  margin-top: .35rem;
  margin-bottom: .2rem;
  height: 1.075rem;
  line-height: 1.075rem;
}
.recruitment-fixeds .recruitment-fj .span01 {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  align-items: center;
}
.recruitment-fixeds .recruitment-fj .span01 .dian {
  line-height: .5;
  height: .5em;
  color: #ff0000;
}
.recruitment-fixeds .recruitment-fj .btns {
  border: 1px solid #e5e5e5;
  padding: 0 .75rem;
  margin-right: .6rem;
  color: #666666;
}
.recruitment-fixeds .recruitment-fj .txts {
  color: #666666;
}
.recruitment-fixeds .fj-texts {
  margin-bottom: 0.625rem;
  line-height: 1.55;
  color: #999999;
}
.recruitment-fixeds .recruitment-fj, .recruitment-fixeds .fj-texts {
  padding-left: 9.22em;
}

.apply-btnbox {
  justify-content: space-between;
}
.apply-btnbox input[type=submit] {
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
  color: #fff;
  background-color: #1d86ca;
  height: 1.35rem;
  padding: 0 .95rem;
  line-height: 1.35rem;
}
.apply-btnbox .apply-btns {
  width: 100%;
  margin-bottom:.35rem;
  height: 1.35rem;
  line-height: 1.35rem;
  border: 1px solid rgba(158, 157, 159, 0.5);
  padding-left: 1.45rem;
  position: relative;
  padding-right: 3rem;
}
.feedbacks-list .li.submits .inputs-left .captcha_ok,
.feedbacks-list .li.submits .inputs-left .captcha_no,
.apply-btnbox .apply-btns .captcha_ok,
.apply-btnbox .apply-btns .captcha_no{
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.apply-btnbox .apply-btns:before {
  position: absolute;
  content: "";
  height: .75rem;
  width: 1px;
  background: rgba(51, 51, 51, 0.2);
  left: 1.45rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.apply-btnbox .apply-btns .btns-01 {
  position: absolute;
  width: 0.65rem;
  height: 0.725rem;
  top: 50%;
  transform: translateY(-50%);
  left: .4rem;
}
.apply-btnbox .apply-btns img {
  position: absolute;
  right: .6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: .9rem;
}
.apply-btnbox .apply-btns input[type=text] {
  padding-left: 0.425rem;
}

.recruitment-fj {
  position: relative;
}
.recruitment-fj input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}

.recruitment-fixeds {
  display: none;
}

.culture-01 {
  min-height: 20rem;
  padding-top: 3rem;
  padding-bottom: 3.6rem;
}
.culture-01 .cul01-listtops {
  margin-top: 1.15rem;
}
.culture-01 .cul01-line {
  height: 1px;
  margin-bottom: 0.675rem;
  margin-top: 0.675rem;
  background: rgba(51, 51, 51, 0.1);
}

.cul01-listtops {
  align-items: stretch;
}
.cul01-listtops .items {
  width: 32.5%;
  margin-left: 1.25%;
  background: #fff;
  border-radius: .2rem;
  padding: 0 .25rem;
  text-align: center;
  padding-top: 1.05rem;
  padding-bottom: 1rem;
}
.cul01-listtops .items:nth-child(3n+1) {
  margin-left: 0;
}
.cul01-listtops .items:nth-child(4) {
  display: none;
}
.cul01-listtops .items .icons {
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(204, 204, 204, 0.35);
}
.cul01-listtops .items .tits {
  line-height: 1;
  color: #1d86ca;
  margin-top: .3rem;
  margin-bottom: .45rem;
}
.cul01-listtops .items .txts.tit-32 {
  line-height: 1.625;
  color: #333333;
  padding: 0 .5em;
}
.cul01-listtops .items .txts.tit-22 {
  color: #333333;
  line-height: 1.36;
  max-width: 15em;
  margin: 0 auto;
}

.cul01-listbots .items {
  text-align: center;
  width: 25%;
  padding-top: .45rem;
  padding-bottom: .4rem;
  position: relative;
}
.cul01-listbots .items:nth-child(n+5) {
  display: none;
}
.cul01-listbots .items:nth-child(1):before {
  display: none;
}
.cul01-listbots .items:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 2.875rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/line.png) no-repeat center;
  background-size: 100%;
}
.cul01-listbots .items .tit {
  line-height: 1.5;
  color: #1d86ca;
}
.cul01-listbots .items .txts {
  line-height: 1.636;
  color: #333333;
  margin-top: .3rem;
  padding: 0 .5em;
}

.culture-02 {
  padding-top: 2.425rem;
  padding-bottom: 2.425rem;
}
.culture-02 .swiper-slide {
  padding-bottom: 1rem;
  width: 31.875%;
  margin-right: 2.1875%;
}
.culture-02 .swiper-slide:last-child {
  /*margin-right: 0;*/
}
.culture-02 .culture02-swiper {
  margin-top: 1.425rem;
}
.culture-02 .items {
  position: relative;
  cursor: pointer;
}
.culture-02 .items .images {
  background-color: #000000;
  position: relative;
  z-index: 0;
}
.culture-02 .items .images:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1d86ca;
  opacity: 0;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.culture-02 .items .images img {
  opacity: .5;
}
.culture-02 .items .images {
  overflow: hidden;
}
.culture-02 .items .images img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.culture-02 .items .texts {
  margin-top: .7rem;
  line-height: 1.5;
}
.culture-02 .items .words {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: #fff;
}
.culture-02 .items .vid-btns {
  margin: 0 auto;
}

.cultures-more {
  width: 1.8rem;
  height: 1.3rem;
  border-radius: 1.3rem;
  background-color: #1d86ca;
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
  display: block;
}

.culture03-tops {
  justify-content: space-between;
}

.culture-03 {
  padding-top: 2.25rem;
  padding-bottom: 2.1rem;
  background-color: #f7f7f7;
}
.culture-03 .con-title {
  position: relative;
  top: 0.15rem;
}
.culture-03 .culture03-swiper {
  margin-top: 1.15rem;
}
.culture-03 .swiper-pagination {
  margin-top: .9rem;
}

.culture03-swiper .items {
  width: 48.75%;
  margin-right: 2.5%;
  position: relative;
}
.culture03-swiper .items .images {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.culture03-swiper .items .images:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../img/5-04.png) no-repeat center bottom;
  background-size: 100%;
  z-index: 1;
}
.culture03-swiper .items .images img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.culture03-swiper .items .words {
  position: absolute;
  width: 100%;
  bottom: .4rem;
  left: 0;
  z-index: 1;
  color: #fff;
  padding: 0 1rem;
}
.culture03-swiper .items .texts {
  line-height: 1rem;
  height: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.culture03-swiper .items:last-child {
  /*margin-right: 0;*/
}

.w1140 {
  width: 1140px;
  max-width: 80%;
  margin: 0 auto;
}

.bgheaderfff .bocweb-header {
  background: #fff;
}

.bgf3f3f3 {
  background: #f3f3f3;
}

.culture-04 {
  align-items: stretch;
}
.culture-04 .cul04-words, .culture-04 .cul04-images {
  width: 50%;
}

.cul04-words {
  justify-content: flex-end;
  color: #333333;
}
.cul04-words .box {
  padding-top: 2.45rem;
}
.cul04-words .box .txts {
  color: #1d86ca;
  margin-top: 1.55rem;
  margin-bottom: .4rem;
  line-height: 1.3125;
}
.cul04-words .box .texts {
  line-height: 1.636;
}

.coninfo-center {
  background: #fff;
}

.coninfo-list {
  padding-bottom: 2rem;
  padding-top: .95rem;
}
.coninfo-list .coninfo-titles {
  margin-bottom: 0.575rem;
}

.coninfo-titles .i {
  color: #999999;
  line-height: 1;
}
.coninfo-titles span.i {
  margin: 0 .3rem;
}
.coninfo-titles .home {
  position: relative;
  padding-left: 1.125rem;
}

.cul04-images {
  position: relative;
}
.cul04-images .items {
  position: relative;
}
.cul04-images .images {
  position: relative;
  z-index: 0;
}
.cul04-images .images:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../img/bg2.png) no-repeat center bottom;
  background-size: 100%;
}
.cons-swiper.cul04-images .swiper-pagination .swiper-pagination-bullet{
  background-color: #fff;
}
.cons-swiper.cul04-images .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #1d86ca;
}

.cul04-images .words {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.1rem;
  padding: 0 3.75rem;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: .95rem;
  height: .95rem;
}
.cul04-images .swiper-pagination {
  position: absolute;
  left: 1rem;
  line-height: .95rem;
  bottom: 1.15rem;
  height: .95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culturelist-banner {
  height: 9rem;
  padding-top: 4.9rem;
  position: relative;
}
.culturelist-banner .culturelist-tits {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.culturelist-banner .culturelist-tits .items {
  line-height: 1.7rem;
  height: 1.7rem;
  padding: 0 1.5rem;
  color: #1a2432;
}
.culturelist-banner .culturelist-tits .items:nth-child(n+2) {
  margin-left: .3rem;
}
.culturelist-banner .culturelist-tits .items.active {
  background-color: #1d86ca;
  color: #fff;
}

.culturelisttops-swiper.joins03-lists {
  margin-top: .75rem;
}

.culturelist-tops .joins03-lists.onac.culturelisttops-swiper .swiper-wrapper{
  padding-bottom: 0;
}
.culturelisttops-swiper .items {
  background-color: #ffffff;
}
.culturelisttops-swiper .items .txts2 {
  line-height: .75rem;
  max-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.culturelisttops-swiper .items .texts {
  padding: 0 .9rem;
  padding-top: 0.55rem;
  padding-bottom: 0.875rem;
}
.culturelisttops-swiper .items .time {
  margin-top: .4rem;
  color: rgba(51, 51, 51, 0.8);
}
.culturelisttops-swiper .swiper-pagination {
  margin-top: 0;
}

.culturelist-tops {
  background-color: #f7f7f7;
  padding-top: 1.65rem;
  padding-bottom: 2.15rem;
}

.culturelist-inputs {
  position: relative;
}
.culturelist-inputs input:-moz-placeholder,
.culturelist-inputs textarea:-moz-placeholder {
  color: #999;
}
.culturelist-inputs input::-moz-placeholder,
.culturelist-inputs textarea::-moz-placeholder {
  color: #999;
}
.culturelist-inputs input:-ms-input-placeholder,
.culturelist-inputs textarea:-ms-input-placeholder {
  color: #999;
}
.culturelist-inputs input::-webkit-input-placeholder,
.culturelist-inputs textarea::-webkit-input-placeholder {
  color: #999;
}
.culturelist-inputs input[type=submit] {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: .8rem;
  position: absolute;
  text-indent: -999px;
}
.culturelist-inputs input[type=text] {
  padding: 0 1rem;
  background-color: #fff;
  height: 1.65rem;
  line-height: 1.65rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

.culturelist-bots {
  padding-top: 1.55rem;
  padding-bottom: 2.675rem;
}
.culturelist-bots .list {
  padding-bottom: 1.85rem;
}
.culturelist-bots .items {
  align-items: stretch;
  justify-content: space-between;
}
.culturelist-bots .items:nth-child(n+2) {
  margin-top: .65rem;
}
.culturelist-bots .images {
  width: 20.6%;
  overflow: hidden;
}
.culturelist-bots .images img {
  height: 5.4rem;
  width: 100%;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  object-fit:cover;
}
.culturelist-bots .words {
  width: 76.875%;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  padding-top: .65rem;
  padding-bottom: .5rem;
}
.culturelist-bots .words .time {
  color: rgba(51, 51, 51, 0.8);
  margin-top: .2rem;
  margin-bottom: .6125rem;
}
.culturelist-bots .words .tits {
  line-height: 1rem;
  height: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.culturelist-bots .words .texts {
  line-height: .75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 1.5rem;
}

.pageon .pagination a {
  border: 1px solid #e5e5e5;
}

.zanwuxinxi {
  padding: 2rem 0;
}

.cons-more.active span {
  width: 0.425rem;
  height: 0.325rem;
  margin-left: 0;
  margin-right: .4rem;
}

.coninfo-center {
  padding: 2rem;
  padding-bottom: 0;
}
.coninfo-center .coninfo-center-titles {
  padding-bottom: 1rem;
}
.coninfo-center .coninfo-center-words {
  padding-top: 1rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e0e0e0;
}

.coninfo-center-titles .time {
  color: #666666;
}
.coninfo-center-titles .tits {
  line-height: 1.35;
}
.coninfo-center-titles .txts {
  margin-top: .65rem;
  margin-bottom: .35rem;
  line-height: 1;
}

.coninfo-center-words {
  line-height: 1.777;
}

.w1440 {
  width: 1440px;
  max-width: 75%;
  margin: 0 auto;
}

.coninfo-center-menus {
  padding-top: .4rem;
  padding-bottom: 1.8rem;
}
.coninfo-center-menus .l-fl .btn {
  display: block;
  line-height: 1rem;
  height: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 5rem;
}
.coninfo-center-menus .l-fr {
  justify-content: flex-end;
  position: relative;
  top: -0.225rem;
}

.proinfo03-list {
  position: relative;
}
.proinfo03-list .words {
  position: absolute;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(51, 51, 51, 0.4);
}
.proinfo03-list .words .i {
  height: 14.5rem;
  line-height: 14.5rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
.proinfo03-list .words .i.active {
  background: rgba(255, 255, 255, 0.1);
}
.proinfo03-list .images {
  position: relative;
}
.proinfo03-list .images .i {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.proinfo03-list .images .i.active {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 1;
}
.proinfo03-list .images,
.proinfo03-list .images .i {
  height: 14.5rem;
}

.proinfo-02 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.proinfo-02 .proinfo-tables {
  margin-top: 0.625rem;
}

.proinfo-tables table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.proinfo-tables table td {
  border: 1px solid #d6d6d6;
}
.proinfo-tables table thead {
  background: #1d86ca;
  color: #fff;
}
.proinfo-tables table thead td {
  height: 2.2rem;
  border-color: rgba(255, 255, 255, 0.2);
}
.proinfo-tables table tbody {
  /*border-bottom:1px solid #d6d6d6;*/
  padding-bottom: 1.4rem;
  line-height: 2;
  color: #333333;
}
.proinfo-tables table tbody td {
  border-top: none;
  border-bottom: none;
}
.proinfo-tables table tbody .tr-bots td {
  height: 1.4rem;
}
.proinfo-tables table tbody .tr-tops td {
  height: .8rem;
}

.proinfo-03 {
  padding-top: 1.75rem;
}
.proinfo-03 .proinfo03-text {
  line-height: 1.6;
  color: #666666;
  margin-top: .75rem;
  margin-bottom: 1rem;
}

.ab01-top-words {
  padding-top: 3rem;
  padding-bottom: 3.3rem;
}
.ab01-top-words .box {
  position: relative;
  padding-bottom: 1.125rem;
}
.ab01-top-words .box .imgs {
  position: absolute;
  content: "";
  width: 20.7rem;
  height: 8.775rem;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ab01-top-words .box .txts {
  margin-top: .45rem;
  margin-bottom: 1.2rem;
  line-height: 1.25em;
}
.ab01-top-words .box .text {
  line-height: 1.33;
  color: #666666;
  max-width: 45em;
  padding-bottom: .6rem;
}
.ab01-top-words .box-list {
  width: 65%;
}
.ab01-top-words .btn-bots {
  margin-top: 1.95rem;
  text-align: right;
  max-width: 45em;
}
.ab01-top-words .btn-bots .span {
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}
.ab01-top-words .btn-bots .i-txts {
  margin-top: .2rem;
  padding-left: .4rem;
  position: relative;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.ab01-top-words .btn-bots .i-txts .line {
  width: 100%;
  height: 1px;
  background: #d1d3d6;
}
.ab01-top-words .btn-bots .i-txts .span {
  /*width: 245px;*/
  width: 8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ab01-top-words .btn-bots .i-span {
  line-height: 1;
}
.ab01-top-words .btn-bots .i-txts span {
  color: #1d86ca;
}

.cn-addmore {
  width: 0.875rem;
  height: 0.45rem;
}

.ab-top-videos .images {
  height: 21.25rem;
  position: relative;
  background: #1a2432;
  cursor: pointer;
}
.ab-top-videos .images .imgs {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.ab-top-videos .images .words {
  position: absolute;
  opacity: .1;
  color: #fff;
  pointer-events: none;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  line-height: 1.136;
  top: 2.25rem;
  text-align: right;
}
.ab-top-videos .images .imgs {
  opacity: .8;
  width: 100%;
  height: 21.25rem;
  position: relative;
  z-index: 0;
}
.ab-top-videos .images .imgs:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.ab-top-videos .images .vid-btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
}

.ab-05 {
  padding-top: 2.4rem;
  padding-bottom: 2.45rem;
}
.ab-05 .culturelisttops-swiper {
  margin-top: 1.5rem;
}
.ab-05 .swiper-pagination {
  margin-top: 1.125rem;
}
.ab-05 .ab-swiper .texts {
  padding: 0 .9rem;
  padding-bottom: 1.3rem;
  padding-top: .55rem;
}
.ab-05 .ab-swiper .txts2 {
  line-height: .75rem;
  /*height: .75rem;*/
  max-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ab-05 .ab-swiper .time {
  margin-top: .4rem;
  color: rgba(51, 51, 51, .8);
}
.ab-05 .ab-swiper .time span {
  margin-left: .2rem;
  color: #1d86ca;
}

.ab-03 {
  padding-top: 2.25rem;
  padding-bottom: 2rem;
}

.ab-04 {
  padding-top: 2.05rem;
  padding-bottom: 3.05rem;
  background-color: #f7f7f7;
}

.ab04-topswiper {
  margin-top: 1.1rem;
}
.ab04-topswiper .items {
  width: 18.75%;
  margin-right: 1.5625%;
  background-color: #fff;
  min-height: 8.5rem;
  border-radius: 4px;
  padding: .95rem .85rem;
  padding-bottom: 2.375rem;
  position: relative;
}
.ab04-topswiper .items .tits {
  line-height: 1;
  color: #1d86ca;
}
.ab04-topswiper .items .txts {
  line-height: .75rem;
  margin-top: .25rem;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ab04-topswiper .items .icon {
  position: absolute;
  width: 1.025rem;
  height: 1.025rem;
  bottom: 0.875rem;
  right: 1.225rem;
}
.ab04-topswiper .items:last-child {
  /*margin-right: 0;*/
}
.ab04-topswiper .swiper-pagination {
  margin-top: 1.05rem;
}

.ab04-bots {
  padding-top: 1.4rem;
}
.ab04-bots .ab04-bots-swiper {
  margin-top: .85rem;
}
.ab04-bots .ab04-bots-swiper .swiper-pagination {
  margin-top: 1.05rem;
}

.ab04-bots .ab04-bots-swiper .items{
      align-items: stretch;
}

.ab04-bots .ab04-bots-swiper .items .i {
  width: 31.25%;
  margin-left: 3.125%;
  /*height: 1.25rem;*/
  /*line-height: 1.25rem;*/
  line-height: 1.5;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  overflow: hidden;
  position: relative;
  /*border-bottom: 1px solid rgba(51, 51, 51, 0.1);*/
  /*padding-left: .85rem;*/
  /*padding-right: 2em;*/
  /*padding-bottom: .5rem;*/
  background: #fff;
  padding-top: .8rem;
  padding-bottom: .55rem;
  color: #333333;
}
.ab04-bots .ab04-bots-swiper .items .i  .itxts{
  line-height: 1.4;
  color: #333;
  padding:0 1.5rem;
}

.ab04-bots .ab04-bots-swiper .items .i  .icons{
  width: .7rem;
  height: .7rem;
  margin:0 auto;
  display: block;
  margin-top: .15rem;
}
.ab04-bots .ab04-bots-swiper .items .i:before {
  position: absolute;
  /*content: "";*/
  width: 0.425rem;
  height: 0.2rem;
  left: 0;
  top: .25rem;
  display: none;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
.ab04-bots .ab04-bots-swiper .items .i:nth-child(3n+1) {
  margin-left: 0;
}
.ab04-bots .ab04-bots-swiper .items .i:nth-child(n+7){
  display: none;
}
.ab04-bots .ab04-bots-swiper .itemboxs-lis.active .items .i:nth-child(n+7){
  display: block;
}


.downs-ajax{
  margin-top: 1.625rem;
}
.downs-ajax .span{
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.downs-ajax span,.downs-ajax img{
  display: block;
  margin:0 auto;
  line-height: 1;
  display: block;
}
.downs-ajax img{
  width: 12px;
  margin-bottom: .2rem;
}
.ab04-bots .ab04-bots-swiper .items .i:nth-child(n+4) {
  margin-top: .5rem;
}
.ab04-bots .ab04-bots-titles {
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  justify-content: center;
}
.ab04-bots .ab04-bots-titles .li {
  position: relative;
  padding: 0 .75rem;
  margin: 0 .6rem;
  line-height: 1;
  padding-top: .9rem;
}
.ab04-bots .ab04-bots-titles .li:before {
  position: absolute;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1d86ca;
  left: 0;
  top: 0;
}

/*index*/
.fixed-view-ico {
  position: fixed;
  right: 0;
  /*top: 50%;*/
  bottom: 7.25rem;
  /*transform: translateY(-50%);*/
  z-index: 100;
}
.fixed-view-ico .li {
  width: 2.75rem;
  line-height: 1;
  padding-bottom: .25rem;
  position: relative;
  padding-top: 2px;
  color: #333333;
  cursor: pointer;
}
.fixed-view-ico .li.cur:before {
  background-color: #333333;
  width: 100%;
  transition: 0.4s cubic-bezier(0.3, 0, 0.24, 1);
}
.fixed-view-ico .li.cur span {
  opacity: 1;
  transition: 0.4s cubic-bezier(0.3, 0, 0.24, 1);
}
.fixed-view-ico .li:before {
  position: absolute;
  /*padding-top: 2px;*/
  content: "";
  width: 1.5rem;
  height: 2px;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.5);
  transition: 0.4s cubic-bezier(0.3, 0, 0.24, 1);
}
.fixed-view-ico .li span {
  opacity: 0;
  transition: 0.4s cubic-bezier(0.3, 0, 0.24, 1);
}

.wel-index .viewport {
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  	/*opacity: 0;
      -webkit-transform: translate3d(0, 80vh, 0);
      transform: translate3d(0, 80vh, 0);*/
}

body.init .wel-index .viewport {
  	/*-webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);*/
}

/*index*/
.wel-banner .imgspc {
  height: 100vh;
}
.wel-banner img.mbox {
  height: 100vh;
}
.wel-banner .mvideo img {
  height: 100vh;
}
.wel-banner .items {
  position: relative;
  display: block;
}
.wel-banner .items .words {
  position: absolute;
  left: 50%;
  top: 8.5rem;
  transform: translateX(-50%);
}
.wel-banner .items .txts {
  text-transform: uppercase;
  color: rgba(102, 102, 102, 0.6);
}
.wel-banner .items1 .words {
  padding: 0 2.375rem;
}
.wel-banner .items1 .tits {
  line-height: 1.22;
  color: #333333;
  text-align: right;
}
.wel-banner .items1 .tits .tit-01 {
  color: rgba(51, 51, 51, 0.8);
}
.wel-banner .items1 .txts {
  margin-top: .5rem;
  color: rgba(102, 102, 102, 0.6);
  text-transform: uppercase;
  line-height: 1.5;
  text-align: right;
  padding-right: 2.3rem;
  position: relative;
}
.wel-banner .items1 .txts:before {
  width: 1.925rem;
  height: 0.875rem;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wel-banner .items2 .words {
  top: 7.5rem;
}
.wel-banner .items2 .words .tit-01 {
  line-height: 1.2;
}
.wel-banner .items2 .words{
	color: #333;
}
.wel-banner .items2 .words .tit-02 {
  line-height: 1.1;
  margin-top: .25rem;
}
.wel-banner .items2 .words .txts {
  margin-top: .45rem;
}
.wel-banner .items3 .words {
  top: 7.5rem;
  color: #fff;
}
.wel-banner .items3 .words .tit-01 {
  line-height: 1.2;
}
.wel-banner .items3 .words .tit-02 {
  line-height: 1.1;
  margin-top: .25rem;
}
.wel-banner .items3 .words .txts {
  margin-top: .45rem;
  color: rgba(255, 255, 255, 0.6);
}
.wel-banner .viewport-cont {
  /*display: none;*/
}

.position {
  position: relative;
}
.position .ibgimg {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.position .ibgimg img {
  height: 100vh;
}

.i-list1 .ban-swiper-btns {
  position: absolute;
  bottom: 4.7rem;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.i-list1 .ban-swiper-btns .swiper-pagination {
  width: auto;
  color: #fff;
  font-size: 12px;
  position: static;
  margin: 0;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  line-height: 1;
}
.i-list1 .ban-swiper-btns .swiper-pagination-bullet {
  background: transparent;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: .2;
}
.i-list1 .ban-swiper-btns .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: .5rem;
}
.i-list1 .ban-swiper-btns .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.i-list1 .lans {
  margin-right: .4rem;
  position: relative;
  width: 5.5rem;
  height: 8px;
}
.i-list1 .lans .dian {
  position: absolute;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  margin: auto;
}
.i-list1 .lans .dian:before {
  position: absolute;
  border: 5px solid rgba(255, 255, 255, 0.25);
  content: "";
  border-color: transparent transparent rgba(255, 255, 255, 0.25) transparent;
  right: 0;
  bottom: 1px;
}
.i-list1 .lans .lines {
  height: 3px;
  width: 0;
  background: #1d86ca;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.i-list1 .lans .lines.active {
  width: 100%;
  transition: 5s cubic-bezier(0.3, 0, 0.24, 1);
}
.i-list1 .lans .lines span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1d86ca;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.i-list1 .lans .lines span:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale3d(2, 2, 1);
  background-color: #1d86ca;
  opacity: .25;
}

.i-list2 .items .texts {
  position: absolute;
  left: 50%;
  top: 6.5rem;
  transform: translateX(-50%);
}
.i-list2 .items .texts .tits {
  line-height: 1.15;
  color: #333;
}
.i-list2 .items .p {
  margin-top: .75rem;
  line-height: .75rem;
  height: 2.25rem;
  max-width: 31em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.i-list3 .images .i {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.3, 0, 0.24, 1);
}
.i-list3 .images .i.cur {
  opacity: 1;
  transition: 0.2s cubic-bezier(0.3, 0, 0.24, 1);
}
.i-list3 .texts {
  position: absolute;
  left: 50%;
  top: 8.375rem;
  transform: translateX(-50%);
  padding-top: .5rem;
}
.i-list3 .i-list03-titles {
  line-height: 1;
  position: relative;
}
.i-list3 .i-list03-titles .ul {
  position: relative;
  overflow: hidden;
}
.i-list3 .i-list03-titles .ul .btns:before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #1d86ca;
  height: 4px;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  /*width: 500%;*/
}
.i-list3 .i-list03-titles .btns {
  color: rgba(51, 51, 51, 0.5);
  padding-top: .5rem;
  cursor: pointer;
  position: relative;
}
.i-list3 .i-list03-titles .btns.onactive:before {
  width: 500%;
}
.i-list3 .i-list03-titles .btns.active {
  color: rgba(51, 51, 51, 1);
}
.i-list3 .i-list03-titles .btns.active:before {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.i-list3 .i-list03-titles .btns:nth-child(n+2) {
  margin-left: .65rem;
}
.i-list3 .i-list03-words {
  padding-top: .55rem;
  padding-bottom: .25rem;
}
.i-list3 .i-list03-words .li {
  display: none;
}
.i-list3 .i-list03-words .li:nth-child(1) {
  display: block;
}
.i-list3 .i-list03-words .li .tits {
  margin-bottom: 1.625rem;
  line-height: 1.2rem;
  height: 2.4rem;
  overflow: hidden;
}
.i-list4-swiper .swiper-slide .tits2{
  word-break: break-all;
}
.i-list4-swiper .swiper-slide .imgs:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/6-03.png) #fff no-repeat center;
  background-size: 100%;
  z-index: 2;
}

.i-list5-bots .items-bots .words .time {
  color: rgba(51, 51, 51, 0.8);
}

.i-list4-swiper .swiper-slide.inouts {
  opacity: 0;
  visibility: hidden;
}

.ilist4-tk {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: -100%;
  top: 0;
  /*display: block;*/
  display: none;
  transition:1s ease-in-out;
}
.ilist4-tk.inout{
	left: 0;
}
.ilist4-tk .close {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/close.png) #1d86ca no-repeat center;
  background-size: 100%;
  cursor: pointer;
  z-index: 5;
}
.ilist4-tk .txts {
  margin-top: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.ilist4-tk .txts .line {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: .1rem;
  width: 8.25rem;
  background: #1d86ca;
}
.ilist4-tk .txts .p {
  line-height: 1.5rem;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 14em;
}
.ilist4-tk .more {
  line-height: 1;
  margin-top: 6.5rem;
}
.ilist4-tk .words {
  position: absolute;
  left: 50%;
  top: 6.25rem;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
}
.ilist4-tk .images {
  width: 77.86%;
  position: relative;
  height: 100vh;
}
.ilist4-tk .images:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/6-04.png) no-repeat center;
  background-size: cover;
}
.ilist4-tk .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i-list5-news {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  padding-top: 4.1rem;
}

.i-list5-tops {
  justify-content: space-between;
}
.i-list5-tops .i-bots {
  color: #1d86ca;
  margin-top: .3rem;
}
.i-list5-tops .cultures-more {
  position: relative;
  top: 2px;
}

.i-list5-bots {
  padding-top: .9rem;
}
.i-list5-bots .wel5-swiper {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  padding: 0 1rem;
}
.i-list5-bots .wel5-swiper .swiper-container {
  padding-bottom: 1rem;
}
.i-list5-bots .swiperwidth {
  width: 1rem;
}
.i-list5-bots .items {
  align-items: stretch;
}
.i-list5-bots .items-left {
  width: 46.65%;
  position: relative;
  box-shadow: 0px 0.25rem 0.5rem 0px rgba(51, 51, 51, 0.3);
}
.i-list5-bots .items-left .words {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  color: #fff;
  padding: 1.3rem 1.6rem 1.15rem 1.4rem;
}
.i-list5-bots .items-left .images {
  height:55vh;
  overflow: hidden;
}
.i-list5-bots .items-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.i-list5-bots .items-left .time {
  color: rgba(255, 255, 255, 0.8);
}
.i-list5-bots .items-left .txts {
  margin-top: .7rem;
  line-height: 1.2rem;
  height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i-list5-bots .items-left .more {
  position: absolute;
  bottom: 1.15rem;
  left: 0;
  padding: 0 1.4rem;
}
.i-list5-bots .swiper-pagination {
  margin-top: 0;
}
.i-list5-bots .items-bots {
  width: calc(53.35% - 1.45rem);
  margin-left: 1.45rem;
  align-items: stretch;
}
.i-list5-bots .items-bots .i {
  width: calc((100% - 1.45rem)/2);
  margin-left: 1.45rem;
  background: #efefef;
}
.i-list5-bots .items-bots .i:nth-child(2n+1) {
  margin-left: 0;
}
.i-list5-bots .items-bots .i:nth-child(n+3) {
  display: none;
}
.i-list5-bots .items-bots .imgs {
  overflow: hidden;
  height:5rem;
}
.i-list5-bots .items-bots .imgs img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.i-list5-bots .items-bots .imgs img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.i-list5-bots .items-bots .words {
  padding: .6rem .85rem .85rem .85rem;
}
.i-list5-bots .items-bots .words .tits {
  line-height: .75rem;
  height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}
.i-list5-bots .items-bots .words .txts {
  margin-top: .45rem;
  margin-bottom: 1.1rem;
  line-height: .65rem;
  height: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}
.i-list5-bots .items-bots .words .time {
  line-height: 1;
}

.arial-r {
  font-family: Arial !important;
}

.i-list4-texts {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /*height: 100vh;*/
  color: #333;
  align-items: flex-end;
  justify-content: space-between;
}
.i-list4-texts .i-list4-swiper {
  width: 32.75%;
}
.i-list4-texts .i-list4-swiper .uls {
  width: 17.5rem;
}
.i-list4-texts .words {
  position: relative;
}
.i-list4-texts .words:before, .i-list4-texts .words:after {
  position: absolute;
  content: "";
  background-color: rgba(204, 204, 204, 0.5);
}
.i-list4-texts .words:before {
  right: 0;
  top: 0;
  height: 100vh;
  width: 1px;
}
.i-list4-texts .words:after {
  height: 1px;
  width: 100vw;
  right: 0;
  bottom: 0;
}
.i-list4-texts .li {
  position: relative;
}
.i-list4-texts .li .words2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.i-list4-texts .words {
  padding-top: 6.2rem;
  width: 57.8%;
  padding-bottom: 1.875rem;
}
.i-list4-texts .txts {
  margin-top: .8rem;
  margin-bottom: 3.25rem;
  line-height: 1.5rem;
}

.i-list4-swiper .li {
  width: 49.5%;
  margin-right: 1%;
}
.i-list4-swiper .li:nth-child(2) {
  margin-right: 0;
}
.i-list4-swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.i-list4-swiper .swiper-slide:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
}
.i-list4-swiper .li2 {
  position: relative;
}
.i-list4-swiper .li2 .tits3 {
  position: absolute;
  left: 0;
  color: #1d86ca;
  line-height: 1;
  top: 50%;
  padding: 0 1.1rem;
  transform: translateY(-50%);
}
.i-list4-swiper .li2:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  cursor: pointer;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.85), white);
}
.i-list4-swiper .li2 .imgs {
  position: relative;
  opacity: .3;
  z-index: 0;
}
.i-list4-swiper .li2 .imgs img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.i-list4-swiper .swiper-slide {
  /*width: 49.5%;*/
  margin-right: 1%;
  position: relative;
  height: auto;
  /*.swiper-slide-active{
  	opacity:1;
  	&:before{
  		opacity:0;
  	}
  	.imgs{
  		img{
  			filter: grayscale(0%);
  			-webkit-filter: grayscale(0%);
  			-moz-filter: grayscale(0%);
  			-ms-filter: grayscale(0%);
  			-o-filter: grayscale(0%);
  			filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  			-webkit-filter: grayscale(0);
  		}
  		&:before{
  			opacity: 1;
  		}
  	}
  }*/
}
.i-list4-swiper .swiper-slide .imgs:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/6-01.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
}
.i-list4-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.i-list4-swiper .swiper-slide .words2 {
  color: #fff;
  display: block;
  z-index: 3;
  height: 100%;
  padding: 1.2rem 1.1rem 1.1rem 1.25rem;
}
.i-list4-swiper .swiper-slide .txts2 {
  margin-top: .65rem;
  line-height: 0.75rem;
  height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.i-list4-texts .swiper-button-btns {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  background: url(../img/6-02.png) no-repeat center;
  background-size: 100%;
}
.i-list4-texts .swiper-button-btns {
  position: absolute;
  right: 2.375rem;
  bottom: 5.25rem;
  width: 1.225rem;
  height: 2.375rem;
}

.wel-banner .mvideo {
  position: relative;
}
.wel-banner .mvideo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/icon/vide.png) rgba(0, 0, 0, 0.2) no-repeat center;
  background-size: 2rem 2rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.j_list {
  position: absolute;
  left: 100%;
  bottom: 0;
  height: 2.9rem;
  align-items: flex-end;
  padding-left: .45rem;
  /*padding-left: 1.1rem;*/
  z-index:2;
}
.j_list .jlisttits {
  width: 5em;
  line-height: 1.05;
  color: #1d86ca;
  /*white-space: nowrap;*/
}
.j_list:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2.9rem;
  left: 0;
  bottom: 0;
  background: #1d86ca;
}

.ab-05 .con-title {
  align-items: flex-end;
}
.ab-05 .con-title .t-span {
  margin-right: 1.3rem;
}
.ab-05 .con-title .i{
  color: #666;
}
.ab-05 .con-title .i:nth-child(n+2) {
  margin-left: 1.3rem;
}
.ab-05 .con-title .i.active {
  color: #1d86ca;
}

.ab-02 {
  padding: 2.45rem 0;
  min-height: 22.5rem;
  background: url(../img/b5.jpg) no-repeat center;
  background-size: cover;
}
.ab-02 .con-title .time {
  margin-top: .5rem;
}
.ab-02 .ab-history {
  margin-top: .85rem;
}

body.headerhide .con-header {
  opacity: 0;
  visibility: hidden;
}

body.fir {
  max-width: 1920px;
  margin: 0 auto;
}
body.fir .w1600 {
  width: 90%;
  max-width: 90%;
}

.cons-liuyans-tk {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1d86ca;
  color: #fff;
  z-index: 5;
  width: 9.5rem;
  border-radius: .25rem;
  padding: .8rem .9rem;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
.cons-liuyans-tk input:-moz-placeholder,
.cons-liuyans-tk textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cons-liuyans-tk input::-moz-placeholder,
.cons-liuyans-tk textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cons-liuyans-tk input:-ms-input-placeholder,
.cons-liuyans-tk textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cons-liuyans-tk input::-webkit-input-placeholder,
.cons-liuyans-tk textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cons-liuyans-tk input {
  background-color: transparent;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
}
.cons-liuyans-tk .li-tits {
  line-height: 1;
  cursor: pointer;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}
.cons-liuyans-tk .li {
  display: block;
}
.cons-liuyans-tk .li:nth-child(n+2) {
  margin-top: .7rem;
}
.cons-liuyans-tk .li-inputs {
  padding-bottom: .65rem;
  position: relative;
  margin-top: .5rem;
  display: none;
}
.cons-liuyans-tk .li-inputs:before {
  position: absolute;
  height: 1px;
  content: "";
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  left: 0;
  bottom: .25rem;
}
.cons-liuyans-tk .li-inputs .box {
  position: relative;
}
.cons-liuyans-tk .li-inputs .box img {
  position: absolute;
  width: .55rem;
  height: .6rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ab-history {
  height: 12.15rem;
  position: relative;
}
.ab-history .swiper-button-prev, .ab-history .swiper-button-next {
  width: 0.875rem;
  height: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.ab-history .swiper-button-prev {
  left: -1.5rem;
  background: url(../img/7-01.png) no-repeat center;
  background-size: 100%;
}
.ab-history .swiper-button-next {
  right: -1.5rem;
  background: url(../img/7-03.png) no-repeat center;
  background-size: 100%;
}
.ab-history:before {
  content: "";
  pointer-events: none;
  height: .9rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/bglin2.png) repeat left center;
}
.ab-history .items {
  width: 20%;
  height: 12.4rem;
  padding-bottom: .5rem;
  padding-top: .25rem;
}
.ab-history .items .txts {
  line-height: 1.33;
}
.ab-history .items .box {
  height: 5.825rem;
  position: relative;
  width: 100%;
}
.ab-history .items .box:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(51, 51, 51, 0.25);
}
.ab-history .items .box:after {
  content: "";
  position: absolute;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid rgba(51, 51, 51, 0.5);
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
}
.ab-history .items .tits {
  line-height: 1;
  color: #333333;
  margin-bottom: .375rem;
}
.ab-history .items .words {
  background: #fff;
  padding: .6rem .6rem .6rem .85rem;
  height: 4.25rem;
  border-radius: 4px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  opacity: 0;
  z-index: 10;
  transition: none;
}
.ab-history .items.c05 .words, .ab-history .items.c01 .words, .ab-history .items.c02 .words, .ab-history .items.c03 .words, .ab-history .items.c04 .words {
  opacity: 1;
  width: 9rem;
  transition: none;
}
.ab-history .items.c02 .words, .ab-history .items.c03 .words, .ab-history .items.c04 .words {
  left: 50%;
  transform: translateX(-50%);
}
.ab-history .items.c01 .box .words {
  left: 0;
  transform: none;
}
.ab-history .items.c05 .box .words {
  left: auto;
  right: 0;
  transform: none;
}
.ab-history .items:nth-child(2n+1) .box:after {
  bottom: -.2rem;
}
.ab-history .items:nth-child(2n+1) .box .words {
  top: 0;
}
.ab-history .items:nth-child(2n+2) {
  align-content: flex-end;
}
.ab-history .items:nth-child(2n+2) .box {
  align-content: flex-end;
}
.ab-history .items:nth-child(2n+2) .box:after {
  top: -.2rem;
}
.ab-history .items:nth-child(2n+2) .box .words {
  bottom: 0;
}

.searchs-btns {
  cursor: pointer;
}

.bocweb-header-rights .langs {
  position: relative;
}
.bocweb-header-rights .langs .btns-bots {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 5px 0;
  border-radius: 3px;
}
.bocweb-header-rights .langs .btns-bots .i {
  display: block;
  line-height: 1.5;
  color: #666;
  padding: 3px .45rem;
}

.ab-top-videos .images {
  overflow: hidden;
}

.bocweb-header .bocweb-logo {
  position: relative;
}
.bocweb-header .bocweb-logo .i1 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

img {
  object-fit: cover;
}

/**/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb, .cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top;
  animation: mk_bottom_to_top;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap .8s;
  animation-name: tt_palx_wrap .8s;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img;
  animation: tt_palx_img;
}

.anim_emt.start.img_s_center {
  -webkit-animation-name: img_s_center;
  animation-name: img_s_center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes img_s_center {
  0% {
    -webkit-clip-path: inset(51% 28% 6% 32%);
    clip-path: inset(51% 28% 6% 32%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
}
.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-del11 {
  animation-delay: 1.2s;
}

.a-del12 {
  animation-delay: 1.3s;
}

.a-del13 {
  animation-delay: 1.4s;
}

.a-del14 {
  animation-delay: 1.5s;
}

.a-del15 {
  animation-delay: 1.6s;
}

.a-del16 {
  animation-delay: 1.7s;
}

.a-del17 {
  animation-delay: 1.8s;
}

.a-del18 {
  animation-delay: 1.9s;
}

.a-del19 {
  animation-delay: 2s;
}

/**/
.cons-btns {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #d6d6d6;
}
@keyframes mk_totops {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

.cons-banner .icon{
	animation: mk_totops 1s ease-in-out 0s alternate infinite;
}

.cons-banner .icon {
  background: url(../img/icon/1-01.png) no-repeat center;
  background-size: 100%;
}

.cons-banner.proinfo-banner .icon{
  background: url(../img/300-02.png) no-repeat center;
  background-size: 100%;
  width: 2.05rem;
  height: 1.025rem;
  bottom: 2.1rem;
}

.searchs-btns {
  background: url(../img/icon/1-003.png) no-repeat center;
  background-size: 100%;
}

.langs-btns {
  background: url(../img/icon/1-002.svg) no-repeat center;
  background-size: 100%;
}

.btn-sj {
  background: url(../img/icon/1-05.png) no-repeat center;
  background-size: 100%;
}

.langs-sj {
  background: url(../img/icon/1-001.png) no-repeat center;
  background-size: 100%;
}

.cons-liuyans .span b {
  background: url(../img/icon/1-02.png) no-repeat center;
  background-size: 100%;
  z-index: 1;
}
.cons-liuyans .span span {
  background: url(../img/icon/1-03.png) no-repeat center;
  background-size: 100%;
  z-index: 2;
}

.investor-intro .words .numbers .spans:before {
  background: url(../img/icon/1-06.png) no-repeat center;
  background-size: 100%;
}

.investor-intro .words .numbers .spans.active:before {
  background: url(../img/icon/i090.png) no-repeat center;
  background-size: 100%;
}

.cons-btns {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-image: url(../img/icon/1-07.png);
}

.wel-banner .items1 .txts:before {
  background: url(../img/icon/5-08.png) no-repeat center;
  background-size: 100%;
}

.selects-box .active .sel-tops {
  color: #fff;
  background-color: #1d86ca;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.selects-box .active .sel-tops:before {
  background: url(../img/4-05.png) no-repeat center;
  background-size: 100%;
}

.recru-selects-box .sel.active .sel-tops:before {
  background: url(../img/4-07.png) no-repeat center;
  background-size: 100%;
}

.recru-selects-box .sel-tops:before {
  background: url(../img/4-06.png) no-repeat center;
  background-size: 100%;
}

.apply-btnbox .apply-btns .btns-01 {
  background: url(../img/4-10.png) no-repeat center;
  background-size: 100%;
}

.vid-btns {
  background: url(../img/icon/vide.png) no-repeat center;
  background-size: 100%;
}

.cultures-more {
  background: url(../img/icon/1-0012.png) #1d86ca no-repeat center;
  background-size: 100%;
}

.culturelist-inputs input[type=submit] {
  background: url(../img/icon/3-01.png) no-repeat center;
  background-size: 100%;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.cons-more.active span {
  background: url(../img/icon/3-03.png) no-repeat center;
  background-size: 100%;
}

.coninfo-titles .home:before {
  width: 0.575rem;
  height: 0.525rem;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon/home.png) no-repeat center;
  background-size: 100%;
}

.cn-addmore {
  background: url(../img/icon/1-09.png) no-repeat center;
  background-size: 100%;
}

.ab04-bots .ab04-bots-swiper .items .i:before {
  background: url(../img/5-07.png) no-repeat center;
  background-size: 100%;
}

@media (max-width: 768px) {
  .cons-more.active span {
    width: 0.6375rem;
    height: 0.4875rem;
    margin-right: 0.6rem;
  }
  .culturelist-bots .images img{
    height: 52vw;
  }

}
@media (max-width: 750px){
  .culturelist-bots .images img{
    height: 52vw;
  }
}
.i-list4-swiper .li2{
  overflow: hidden;
}
@media (min-width: 1025px) {
  .ab04-bots .ab04-bots-swiper .items .i:hover{
    background-color: #1d86ca;
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab04-bots .ab04-bots-swiper .items .i:hover .itxts{
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
	.i-list4-texts .swiper-button-btns,.i-list4-texts .swiper-button-btns:hover{
		transition:.5s ease;
	}
	.i-list4-texts .swiper-button-btns:hover{
		background: url(../img/6-02-31.png) no-repeat center;
    	background-size: 100%;
	}
  .i-list4-swiper .li2:hover .imgs img,
  .i-list4-swiper .li2 .imgs img{
    transition:.5s ease-in-out;
  }
  .i-list4-swiper .li2:hover .imgs img{
    transform:scale3d(1.05,1.05,1);
  }

  .ab-history .items .box:after,.ab-history .items:hover .box:after{
    transition:.2s ease-in-out;
  }
  .ab-history .items:hover .box:after{
    border-color: #1d86ca;
  }
  .bocweb-header-rights .btns-tops {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .bocweb-header-rights .btns-tops:hover {
    background-color: #1d86ca;
  }
  .bocweb-header-rights .btns-tops:hover .langs-btns {
    background: url(../img/icon/1-002-001.svg) no-repeat center !important;
    background-size: 100%;
  }
  .bocweb-header-rights .btns-tops:hover .langs-sj {
    background: url(../img/icon/1-001-001.png) no-repeat center !important;
    background-size: 100%;
  }

  .searchs-btns {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .searchs-btns:hover {
    background: url(../img/icon/1-003-001.png) no-repeat center !important;
    background-size: 100% !important;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .culturelist-inputs input[type=submit]:hover {
    background: url(../img/icon/3-02.png) no-repeat center;
    background-size: 100%;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .selects-box .sel-tops:hover {
    color: #fff;
    background-color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .selects-box .sel-tops:hover:before {
    background: url(../img/4-05.png) no-repeat center;
    background-size: 100%;
  }

  .cons-btns, .cons-btns:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .cons-btns:hover {
    background-color: #1d86ca;
  }

  .recru-selects-box .sel-tops {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .recru-selects-box .sel-tops:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .recru-selects-box .sel-tops:hover {
    background-color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #Fff;
  }
  .recru-selects-box .sel-tops:hover:before {
    background: url(../img/4-07.png) no-repeat center;
    background-size: 100%;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
}
.products-titles-cons .items .icons img {
  display: block;
}

.cons-banner .words .tits {
  font-weight: bold;
}

.cons-banner img.pcbox {
  height: 21.25rem;
}

.cons-liuyans .span span, .cons-liuyans .span b,
.cons-liuyans .span {
  width: 1.775rem;
  height: 1.725rem;
}

.feedbacks-list .li .spans {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.feedbacks-list .li .spans .dian {
  line-height: .5;
  height: auto;
  margin-top: 0.5em;
}

.titles-swiper.onac .swiper-button-prev, .titles-swiper.onac .swiper-button-next {
  display: none;
}

.close-btns {
  justify-content: center;
  align-items: center;
}

.vid-btns {
  width: 1.575rem;
  height: 1.575rem;
}

.culturelist-tops .culturelisttops-swiper .swiper-wrapper {
  padding-bottom: 1.25rem;
}

.ab04-bots .ab04-bots-titles .li {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.ab04-bots .ab04-bots-titles .li:before {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.ab04-bots .ab04-bots-titles .li.active {
  color: #1d86ca;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.ab04-bots .ab04-bots-titles .li.active:before {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.cultures-more.cur {
  background-color: #cccccc;
}

.cul04-images .images:before {
  z-index: 5;
}

.culture-04 {
  overflow: hidden;
}

.ab01-top-words .btn-bots {
  color: #1A2432;
}

@media (min-width: 1025px) {
  .downs-ajax:hover .icons,
  .downs-ajax .icons{
    transition:.5s ease;
  }
  .downs-ajax:hover .icons{
    transform:translateY(-5px);
  }
  .searchs-form .inputs input[type=submit],
  .investor-contacts .li,
  .cons-liuyans .span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .searchs-form .inputs input[type=submit]:hover,
  .investor-contacts .li:hover,
  .cons-liuyans .span:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-5px);
  }

  .feedbacks-list .li .selects-bots .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .feedbacks-list .li .selects-bots .i:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background-color: #1d86ca;
  }

  .con-header {
    position: absolute;
    width: 100%;
    height: 3rem;
  }

  .bocweb-header-rights .btns-tops:hover .langs-btns {
    background-size: 100% !important;
  }

  .bocweb-header-rights .langs .btns-bots .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .bocweb-header-rights .langs .btns-bots .i:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background-color: #1d86ca;
  }

  .ab-history .items .box .words {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab-history .items .box .words .tits, .ab-history .items .box .words .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab-history .items .box .words:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background-color: #1d86ca;
  }
  .ab-history .items .box .words:hover .tits, .ab-history .items .box .words:hover .txts {
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ab-history .swiper-button-prev, .ab-history .swiper-button-next {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab-history .swiper-button-prev:hover, .ab-history .swiper-button-next:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ab-history .swiper-button-prev {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab-history .swiper-button-prev:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background: url(../img/7-02.png) no-repeat center;
    background-size: 100%;
  }

  .ab-history .swiper-button-next {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab-history .swiper-button-next:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background: url(../img/7-04.png) no-repeat center;
    background-size: 100%;
  }

  .ab-05 .con-title .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab-05 .con-title .i:hover {
    color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ilist4-tk .close {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ilist4-tk .close:hover {
    background-size: 120%;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .i-list4-swiper .swiper-slide {
    overflow: hidden;
  }
  .i-list4-swiper .swiper-slide .imgs {
    overflow: hidden;
  }
  .i-list4-swiper .swiper-slide img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .i-list4-swiper .swiper-slide:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .cultures-more.cur:hover {
    background-color: #1d86ca;
  }

  .i-list5-bots .items-bots .i .imgs {
    overflow: hidden;
  }

  .i-list5-bots .items-bots .i .tits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .i-list5-bots .items-bots .i:hover .tits {
    color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .i-list5-bots .items-bots .i img,
  .i-list5-bots .items-left img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .i-list5-bots .items-bots .i:hover img,
  .i-list5-bots .items-left:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .i-list3 .i-list03-titles .btns {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .i-list3 .i-list03-titles .btns:hover {
    color: #333;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ab04-topswiper .items .tits, .ab04-topswiper .items .txts, .ab04-topswiper .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab04-topswiper .items:hover {
    background-color: #1d86ca;
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab04-topswiper .items:hover img {
    /*filter: brightness(100);*/
  }
  .ab04-topswiper .items:hover .tits, .ab04-topswiper .items:hover .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
  }

  .ab04-bots .ab04-bots-swiper .items .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab04-bots .ab04-bots-swiper .items .i:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #1d86ca;
  }

  .ab04-bots .ab04-bots-titles .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab04-bots .ab04-bots-titles .li:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab04-bots .ab04-bots-titles .li:hover {
    color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab04-bots .ab04-bots-titles .li:hover:before {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ab-05 .ab-swiper .items:hover .time span, .ab-05 .ab-swiper .time span {
    transitions: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ab-05 .ab-swiper .items:hover .time span {
    color: #fff;
  }

  .ab-top-videos .images {
    overflow: hidden;
  }

  .ab-top-videos:hover .images .imgs {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.02, 1.02, 1);
  }

  .proinfo03-list .words .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .proinfo03-list .words .i:hover {
    background: rgba(255, 255, 255, 0.1);
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .culturelist-banner .culturelist-tits .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .culturelist-banner .culturelist-tits .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #1d86ca;
    color: #fff;
  }

  .coninfo-center-menus .l-fl .btn {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .coninfo-center-menus .l-fl .btn:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #1d86ca;
  }

  .coninfo-titles a.i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .coninfo-titles a.i:hover {
    color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .culturelist-bots .items .tits,
  .culturelist-bots .items img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .culturelist-bots .items:hover img {
    transform: scale3d(1.05, 1.05, 1);
  }
  .culturelist-bots .items:hover img, .culturelist-bots .items:hover .tits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .culturelist-bots .items:hover .tits {
    color: #1d86ca;
  }

  .pageon .pagination a:hover {
    border-color: #1d86ca;
  }

  .joins03-lists .items .texts .txts2, .joins03-lists .items .texts .time {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .joins03-lists .items:hover {
    /*box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);*/
  }
  .joins03-lists .items:hover .texts .txts2, .joins03-lists .items:hover .texts .time {
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .joins03-lists .items:hover .texts .time {
    color: rgba(255, 255, 255, 0.8);
  }

  .cons3-swiper .swiper-pagination .swiper-pagination-bullet ,
  .cons-swiper .swiper-pagination .swiper-pagination-bullet {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cons3-swiper .swiper-pagination .swiper-pagination-bullet:hover ,
  .cons-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #1d86ca;
  }

  .culture-02 .items .images:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .culture-02 .items:hover {
    box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
  }
  .culture-02 .items:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .culture-02 .items:hover .images:before {
    opacity: .8;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .cul01-listtops .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cul01-listtops .items .tits, .cul01-listtops .items .txts, .cul01-listtops .items .icons {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cul01-listtops .items:hover {
    color: #fff;
    background-color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    box-shadow: 0px 10px 20px 0px rgba(17, 81, 122, 0.2);
  }
  .cul01-listtops .items:hover .tits, .cul01-listtops .items:hover .txts {
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cul01-listtops .items:hover .icons {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #fff;
  }

  .close-btns b {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .close-btns:hover b {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateX(-4px);
  }

  .recruit-lists .td, .recruit-lists .tr-tops {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .recruit-lists .tr .tr-tops:hover {
    background-color: #666666;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .recruit-lists .tr .tr-tops:hover .td4 .btns {
    opacity: 0;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .recruit-lists .tr .tr-tops:hover .td {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff !important;
  }

  .recru-selects-box .sel-bots .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .recru-selects-box .sel-bots .i:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background-color: #1d86ca;
  }

  .recruitment-box .pagination a:hover {
    border-color: #1d86ca;
  }

  .recruit-tit-list .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .recruit-tit-list .items:hover {
    background-color: #1d86ca;
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .culture03-swiper .items .imgs, .cul04-images .items .imgs,
  .joins04bots-swiper .items .imgs {
    overflow: hidden;
  }
  .culture03-swiper .items img, .cul04-images .items img,
  .joins04bots-swiper .items img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .culture03-swiper .items:hover img, .cul04-images .items:hover img,
  .joins04bots-swiper .items:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .cons-swiper .swiper-button-prev, .cons-swiper .swiper-button-next {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cons-swiper .swiper-button-prev:hover, .cons-swiper .swiper-button-next:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #1d86ca;
  }

  .selects-box .sel-bots .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .selects-box .sel-bots .i:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background: #1d86ca;
  }

  .joins03-lists .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .joins03-lists .items img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .joins03-lists .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #1d86ca;
  }
  .joins03-lists .items:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .joins03-lists .items:hover .txts {
    color: #fff;
  }

  .joins03-tits .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .joins03-tits .li:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .joins03-tits .li:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #1d86ca;
  }
  .joins03-tits .li:hover:before {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .cons-titles-botlists .titles-swiper .swiper-button-prev, .cons-titles-botlists .titles-swiper .swiper-button-next {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cons-titles-botlists .titles-swiper .swiper-button-prev:hover, .cons-titles-botlists .titles-swiper .swiper-button-next:hover {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .feedbacks-list .li.selects .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .feedbacks-list .li.selects .i:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .feedbacks-list .li.selects .i:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #1d86ca;
  }
  .feedbacks-list .li.selects .i:hover:before {
    background-color: #fff;
    border-color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .feedbacks-list .li input[type=submit] {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .feedbacks-list .li input[type=submit]:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-5px);
  }

  .contact-titles .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .contact-titles .items:hover {
    border-color: #1d86ca;
    background-color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
  }

  .solutions02-swiper .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    z-index: 0;
  }
  .solutions02-swiper .i img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .solutions02-swiper .i:after {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .solutions02-swiper .i:hover {
    z-index: 1;
  }
  .solutions02-swiper .i:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .solutions02-swiper .i:hover:after {
    transform: none;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #1d86ca;
  }

  .solutions-swiper .items .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .solutions-swiper .items .li .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .solutions-swiper .items .li:hover {
    box-shadow: 0px 10px 20px 0px rgba(29, 134, 202, 0.2);
    /*transform:translateY(0);*/
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .solutions-swiper .items .li:hover .txts {
    color: #1d86ca;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .cons-titles-botlists .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cons-titles-botlists .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #1d86ca;
    background-color: #fff;
  }

  .cultures-more,
  .recruit-btns, .apply-btnbox input[type=submit],
  .cons-more {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cultures-more:hover,
  .recruit-btns:hover, .apply-btnbox input[type=submit]:hover,
  .cons-more:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-5px);
  }

  .recruitment-fixeds .recruitment-fj .btns, .recruitment-fixeds .recruitment-fj:hover .btns {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .recruitment-fixeds .recruitment-fj:hover .btns {
    border: 1px solid #1d86ca;
    background: #1d86ca;
    color: #fff;
  }

  .products-titles-cons .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .products-titles-cons .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background: #1d86ca;
    color: #fff;
  }

  .products-lists .lists .items img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .products-lists .lists .items:hover .tits {
    color: #1d86ca;
  }
  .products-lists .lists .items:hover img {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .products-lists .lists .items:hover .cons-btns {
    background-color: #1d86ca;
  }

  .products-lists .lists .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .products-lists .lists .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    box-shadow: 0 10px 30px 1px rgba(29, 134, 202, 0.2);
  }

  .proinfo01-swiper .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .proinfo01-swiper .items .tits {
    transition: none;
  }
  .proinfo01-swiper .items:hover {
    background-color: #1d86ca;
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .proinfo01-swiper .items:hover .tits {
    transition: none;
  }
}


@media (max-width: 1681px) {
  .investor-intro .words .lists .li {
    padding: 0 .25rem;
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 1481px) {
  .bocweb-header .nav {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .bocweb-footer-tops .nav {
    margin-right: 1.5rem;
  }

  .feedbacks-list .li.inputs input {
    text-indent: 6em;
  }

  .ab01-top-words .box .imgs {
    width: 16.56rem;
    height: 7.02rem;
  }

}
@media (min-width: 1921px){
  .bocweb-header .nav{
    padding-left: .25rem;
    padding-right: .25rem;
  }
}
@media (max-width: 1191px) {
  .ab-history .items.c05 .words, .ab-history .items.c01 .words, .ab-history .items.c02 .words, .ab-history .items.c03 .words, .ab-history .items.c04 .words {
    width: 100%;
  }

  .w1600 {
    max-width: 90%;
  }

  .ab-history .items {
    width: 33.33%;
  }

  .ab04-topswiper .items {
    width: 32%;
    margin-right: 2%;
  }
}
.culturelist-banner {
  background-position: left bottom;
}

.mfooters {
  padding-top: 3rem;
  padding-bottom: 1.875rem;
}
.mfooters .imgs {
  width: 6.5rem;
  height: 5.25rem;
  margin: 0 auto;
}

.back-tops {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: url(../img/btops.png) #1d86ca no-repeat center;
  background-size: 100%;
}

@media (max-width: 1024px) {
	.wel-banner .items3 .words .tit-02{
		font-size: 1.75rem;
	}
  .bocweb-footer-tops .back-tops {
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    position: absolute;
  }

  .con-header {
    height: 50px;
  }
  .con-header.fixed .m-header {
    position: fixed;
  }
  .con-header.headeractive .m-header {
    background-color: #fff;
  }

  .bocweb-footer-bots {
    padding-top: 1.875rem;
    padding-bottom: 2.125rem;
  }

  .bocweb-footer-bots .fl-texts, .bocweb-footer-bots .fr-txts {
    line-height: 1.66;
  }

  .bocfoottops-rights .tits {
    font-size: .7rem;
    color: #333333;
  }

  .bocfoottops-rights .txts {
    margin-top: .85rem;
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
  }

  .bocweb-footer-bots .fr-txts {
    margin-top: .7rem;
  }

  .fot-lists .items-tops {
    width: 2.25rem;
    height: 2.25rem;
  }

  .bocweb-footer-tops {
    padding-bottom: 1.5rem;
    padding-top: 1.2rem;
    position: relative;
  }
  .bocweb-footer-tops:before {
    position: absolute;
    content: "";
    width: 90%;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: #dcdcdc;
  }

  .fixed-view-ico {
    display: none;
  }

  .culturelist-banner {
    padding-top: 3.5rem;
  }

  .serlist-center .list .li {
    height: 1.75rem;
    line-height: 1.75rem;
  }

  .serlist-center .list .li:nth-child(n+2) {
    margin-top: .4rem;
  }

  .w1440 {
    max-width: 92%;
  }

  .searchs-txts .li {
    margin: 0 .35rem;
  }

  .serlist-center .list {
    padding-bottom: 2.25rem;
  }

  .coninfo-center-menus .l-fl .btn {
    padding-right: 0;
  }

  .coninfo-center {
    padding: 1.35rem;
  }

  .w1140 {
    max-width: 92%;
  }

  .coninfo-center-menus .l-fr {
    margin-top: 1.25rem;
    justify-content: center;
  }

  .joins04bots-swiper .imgs {
    /*height: auto;*/
    height: 60vw;
  }
  .joins04bots-swiper .imgs img{
  	height: 100%;
  	width: 100%;
  	object-fit:contain;
  }

  .cons-titles-botlists .titles-swiper {
    width: calc(100% - 4rem);
  }

  .feedbacks-list .li.inputs input {
    text-indent: 7em;
  }

  .contacts-lists .items {
    width: 32%;
    margin-left: 2%;
  }

  .contacts-lists {
    width: 100%;
  }

  .solutions02-swiper .i:nth-child(n+3):after {
    display: none;
  }

  .solutions-01 .txts {
    padding: 0;
  }

  .solutions-swiper .items {
    width: 32%;
    margin-right: 2%;
  }

  .solutions02-swiper .i:nth-child(5n+5):before {
    display: block;
  }

  .solutions02-swiper .i:nth-child(2n+2):before {
    display: none;
  }

  .solutions02-swiper .i {
    width: 50%;
    height: 8rem;
    line-height: 8rem;
  }

  .bocweb-footer .bocweb-footer-tops .nav-list {
    display: none;
  }

  .bocfoottops-rights {
    width: 100%;
    text-align: center;
  }

  .fot-lists {
    justify-content: center;
  }

  .bocweb-footer-bots .fl-texts, .bocweb-footer-bots .fr-txts {
    width: 100%;
    text-align: center;
  }

  .solutions-02 .swiper-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .cons-titles-botlists .items {
    width: auto;
    padding: 0 2em;
    position: relative;
  }

  .proinfo03-swiper {
    padding-bottom: 2.25rem;
  }
  .proinfo03-swiper .swiper-pagination {
    margin-top: 1.25rem;
  }
  .proinfo03-swiper .items {
    position: relative;
  }
  .proinfo03-swiper .items .span {
    position: absolute;
    left: 0;
    bottom: .5rem;
    padding: 0 .5rem;
    line-height: 1.5em;
    height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    z-index: 2;
    color: #fff;
  }
  .proinfo03-swiper .span {
    line-height: 1.5;
    padding: .25rem 0;
  }
}

@media (max-width: 1024px){
  .proinfo03-swiper .items img{
    height: 20rem;
  }
}
@media (max-width: 1024px){
  .proinfo03-swiper .items img{
    height: 15rem;
  }

  .mfooters{
        padding-top: 1.8rem;
    padding-bottom: 1.2rem;
  }
  .mfooters .imgs{
    width: 28%;
    height: auto;
  }
  .bocweb-footer-tops{
        padding-bottom: 1.5rem;
    padding-top: 1.2rem;
    position: relative;
  }
  .bocfoottops-rights .txts {
    margin-top: 0.85rem;
    margin-bottom: 1.25rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
	.i-list4-swiper .swiper-slide.inouts{
		opacity: 1;
		visibility: visible;
	}
	.i-list4-swiper .swiper-slide:before{
		display: none;
	}

  .ab01-top-words .btn-bots .i-txts .span{
    width: 12rem;
  }
  .i-list1 .lans {
    display: none;
  }

  .i-list5-news {
    position: static;
  }

  .i-list5-bots .wel5-swiper {
    padding: 0;
  }

  .i-list5-bots .items-left {
    display: block;
  }

  .wel-index .viewport,
  .i-list5-news {
    height: auto;
    min-height: 100vh;
  }

  .i-list5 {
    min-height: auto !important;
  }

  .i-list5-news {
    min-height: 60vh;
    padding-top: 1.75rem;
    padding-bottom: 2.25rem;
  }

  .i-list5-bots .items-bots .imgs{
    /*width: 30%;*/
  }
  .i-list5-bots .items-bots .words{
    /*width: 70%;*/
  }

  .i-list5-bots .items-bots,
  .i-list5-bots .items-left {
    /*width: 100%;*/
    /*margin-left: 0;*/
  }
  .i-list5-bots .items-left{
    width: 45%;
  }
  .i-list5-bots .items-bots{
    width: 52%;
    margin-left: 3%;
  }
  .i-list5-bots .items-bots img,
  .i-list5-bots .items-left img {
    width: 100%;
  }

  .i-list5-bots .items-bots {
    /*margin-top: .75rem;*/
  }

  .i-list5-bots .wel5-swiper {
    width: 100%;
    margin-left: 0;
  }

  .i-list5-bots .items {
    /*display: block;*/
  }

  .i-list5-bots .items-bots .i {
    /*width: 100%;*/
    /*margin-left: 0;*/
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: flex-start;*/
    width: 47%;
    margin-left: 6%;
  }

  .ab04-bots .ab04-bots-swiper .items .i {
    width: 49%;
    margin-left: 2%;
  }
   .ab04-bots .ab04-bots-swiper .items .i:nth-child(3n+1){
    margin-left: 2%;
   }
  .ab04-bots .ab04-bots-swiper .items .i:nth-child(2n+1) {
    margin-left: 0;
  }
  .ab04-bots .ab04-bots-swiper .items .i:nth-child(n+3){
    margin-top: .5rem;
  }
}
@media (max-width: 900px){
  .i-list5-bots .items{
    display: block;
  }
  .i-list5-bots .items-bots,
  .i-list5-bots .items-left{
    width: 100%;
    margin-left: 0;
  }
  .i-list5-bots .items-bots{
    margin-top: 2%;
  }
  .i-list5-bots .items-bots .i{
    width: 49%;
    margin-left: 2%;
  }

}
@media (max-width: 768px) {

  .ab04-bots .ab04-bots-swiper .items .i:nth-child(n+2){
    margin-top: .5rem;
  }

  .i-list5-news{
    padding-bottom: 0;
  }
  .solutions-swiper .items{
    padding-top: 1rem;
  }
  .solutions-swiper .items .li{
    transform: translateY(0);
  }
  .ab-05 .con-title{
    display: block;
  }
  .ab-05 .con-title .t-txt-box{
    margin-top: .75rem;
  }
  .i-list5-bots .items-bots{
    margin-top: .75rem;
  }

  .i-list5-bots .items-bots .i{
    width: 100%;
    margin-left: 0;
  }

  .ab04-bots .ab04-bots-swiper .items .i:before{
    top: .35rem;
  }
  .recruit-bots{
    margin-top: 1rem;
  }
  .solutions02-swiper .i{
    height: 5rem;
  }
  .solutions02-swiper .i img{
    max-width: 92%;
    max-height: 92%;
  }
  .i-list4-swiper .swiper-slide.inouts{
    opacity: 1;
    visibility: visible;
  }
  .i-list4-swiper .swiper-slide img{
    width: 100%;
  }
  .contats-text-01{
    max-width: 12em;
    margin: 0 auto;
  }
  .coninfo-center{
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }
  .investor-intro .words .txts span {
    height: 1rem;
    line-height: 1rem;
  }

  .ab01-top-words .box .imgs {
    bottom: -1rem;
  }

  .ab01-top-words .box .text {
    line-height: 1.6;
  }

  .ab04-bots .ab04-bots-swiper .items .i {
    /*height: 1.75rem;*/
    /*line-height: 1.75rem;*/
  }

  .ab-history .swiper-button-next {
    right: -.5rem;
    background: url(../img/7-04.png) no-repeat center;
    background-size: 100%;
  }

  .ab-history .swiper-button-prev {
    left: -.5rem;
    background: url(../img/7-02.png) no-repeat center;
    background-size: 100%;
  }

  .ab01-top-words .box-list {
    width: 100%;
  }

  .ab-history .items {
    width: 75%;
  }

  .ab01-top-words .box {
    padding-bottom: 6rem;
  }

  .ab04-topswiper .items {
    width: 49%;
    margin-right: 2%;
  }

  .ab04-bots .ab04-bots-swiper .items .i {
    width: 100%;
    margin-left: 0;
  }

  .proinfo-banner .pro-imgs {
    width: 100%;
    height: auto;
  }

  .proinfo-02 .proinfo-tables {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .proinfo-02 .proinfo-tables .tables {
    width: 200%;
  }

  .proinfo01-swiper .items {
    width: 49%;
    margin-right: 2%;
  }

  .ab-history {
    height: auto;
  }

  .ab-history .items {
    height: 16rem;
    position: relative;
  }
  .ab-history .items:nth-child(2n+2) .box{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }


  .ab-history .items .box {
    height: 8rem;
  }

  .ab-history .items .words {
    height: 6rem;
  }

  .culturelist-bots .words,
  .culturelist-bots .images {
    width: 100%;
  }
  .culturelist-bots .words img,
  .culturelist-bots .images img {
    width: 100%;
  }

  .culturelist-bots .words {
    padding-bottom: 1rem;
  }

  .cul01-listtops .items .txts.tit-22 {
    line-height: 1.5;
  }

  .cul04-words .box {
    width: 100%;
    padding: 1.75rem 5%;
    padding-bottom: 2rem;
    max-width: 100%;
  }

  .culture-04 .cul04-words, .culture-04 .cul04-images,
  .culture03-swiper .items,
  .culture-02 .swiper-slide {
    width: 100%;
  }
  .culture-04 .cul04-words img, .culture-04 .cul04-images img,
  .culture03-swiper .items img,
  .culture-02 .swiper-slide img {
    width: 100%;
  }

  .cul01-listbots .items:nth-child(2n+1):before {
    display: none;
  }

  .cul01-listbots .items {
    width: 50%;
  }

  .cul01-listtops .items .txts.tit-22 {
    max-width: 100%;
    width: 100%;
    max-width: 20em;
  }

  .cul01-listtops .items {
    width: 100%;
    margin-left: 0;
  }
  .cul01-listtops .items:nth-child(n+2) {
    margin-top: .35rem;
  }

  .cul01-listbots .items .txts {
    /*max-width: 10em;*/
    margin-left: auto;
    margin-right: auto;
  }

  .recruitment-fixeds .tk {
    padding: 1.25rem;
  }

  .recruitment-fixeds .fj-texts {
    max-width: 22em;
  }

  .recruitment-fixeds .inputs .i input, .recruitment-fixeds .inputs .i .span {
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .apply-btnbox input[type=submit] {
    margin: 0 auto;
    margin-top: .5rem;
  }

  .apply-btnbox .apply-btns img {
    height: 1rem;
  }

  .apply-btnbox .apply-btns {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .recruitment-fixeds .inputs .i {
    width: 100%;
    margin-left: 0;
  }
  .recruitment-fixeds .inputs .i:nth-child(n+2) {
    margin-top: .35rem;
  }

  .recruitment-fixeds .tk {
    width: 90%;
  }

  .recru-selects-box .sel {
    width: 49%;
    margin-left: 0%;
  }
  .recru-selects-box .sel:nth-child(2n+2) {
    margin-left: 2%;
  }

  .recru-selects-box .sel-bots {
    top: 1.75rem;
  }

  .recru-selects-box .sel-tops {
    width: 100%;
    line-height: 1.75rem;
    height: 1.75rem;
  }

  .recruit-tops .recru-selects-box {
    width: 100%;
    margin-top: .5rem;
  }

  .recruit-lists .tr-wrap-tops .i {
    width: 50%;
    padding: .25rem 0;
  }

  .recruit-lists .tr-wrap-center .li {
    width: 100%;
    padding: 0;
  }

  .recruit-lists .tr-wrap-center .li2 {
    margin-top: 1rem;
  }
  .recruit-lists .tr-wrap-center .li2:before {
    top: -.5rem;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .recruit-lists .tr-wrap-tops .i:before {
    display: none;
  }

  .recruit-lists .tr-tops, .recruit-lists .recruit-list-tops {
    padding-right: 1.5rem;
    padding-left: .5rem;
  }

  .recruit-lists .tr-tops .td4 .btns {
    right: .5rem;
  }

  .recruit-lists .tr-bots {
    padding: 0 .5rem;
    padding-bottom: 1.25rem;
  }

  .recruit-lists .tr-wrap-tops .i:nth-child(2n+1) {
    padding-right: .5rem;
  }

  .recruit-lists .tr-wrap-tops .i:nth-child(2n+2) {
    padding-left: .5rem;
  }
  .recruit-lists .tr-wrap-tops .i:nth-child(2n+2):before {
    display: block;
    height: 70%;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .recruit-lists .tr-tops .td2, .recruit-lists .recruit-list-tops .td2 {
    width: 25%;
  }

  .recruit-lists .tr-wrap-center {
    padding-bottom: .75rem;
  }

  .recruit-lists .tr-tops .td3, .recruit-lists .recruit-list-tops .td3 {
    width: 30%;
    margin-left: 0;
  }

  .recruit-lists .tr-tops .td1, .recruit-lists .recruit-list-tops .td1 {
    width: 45%;
  }

  .joins03-tits .joins03-righttits {
    width: 100%;
    margin-top: .5rem;
  }

  .joins03-tits .li {
    margin-right: .75rem;
  }

  .joins03-lists .items {
    width: 100%;
    margin-right: 2%;
  }

  .joins04-titles .tits {
    padding-right: 1.2rem;
  }

  .joins04bots-swiper .words {
    padding-right: 0;
  }

  .joins04bots-swiper .words .cons-more {
    position: static;
    margin-top: .5rem;
  }

  .joins04bots-swiper .swiper-button-prev {
    left: .75rem;
  }

  .joins04bots-swiper .swiper-button-next {
    right: .75rem;
  }

  .joins04bots-swiper {
    width: 90%;
  }

  .joins-02 {
    background-position-x: 10%;
  }

  .cons-banner .words {
    padding-top: calc(50px + 2.75rem);
  }

  .products-titles-cons .items .icons {
    width: 1rem;
    height: 1rem;
  }

  .investor-intro .images,
  .investor-intro .words {
    width: 100%;
  }

  .investor-contacts .li {
    width: 100%;
    margin-left: 0;
  }
  .investor-contacts .li:nth-child(n+2) {
    margin-top: .75rem;
  }

  .products-lists .lists .items {
    /*width: 49%;*/
    width: 100%;
    margin-left: 0;
    /*margin-left: 2%;*/
    margin-bottom: 2%;
  }
  /*.products-lists .lists .items:nth-child(3n+1) {
    margin-left: 2%;
  }
  .products-lists .lists .items:nth-child(2n+1) {
    margin-left: 0;
  }*/

  .products-titles-cons .items {
    width: 5rem;
  }

  .solutions-swiper .items {
    width: 49%;
  }

  .feedbacks-list .li {
    width: 100%;
    margin-left: 0;
  }

  .contact-titles .items {
    box-sizing: content-box;
  }

  .feedbacks-list .li.selects .i {
    margin-right: .5rem;
  }

  .feedbacks-list .li.w75 {
    width: 100%;
    margin-left: 0;
  }

  .contact-titles .items, .feedbacks-list .li.selects .i,
  .feedbacks-list .li input[type=submit],
  .feedbacks-list .li.submits .inputs-left img,
  .feedbacks-list .li.submits .inputs-left input[type=text],
  .feedbacks-list .li .spans,
  .feedbacks-list .li input {
    height: 1.75rem;
    line-height: 1.75rem;
  }

  .feedbacks-list .li input[type=submit] {
    width: 100%;
    margin-top: .5rem;
  }
}
@media (max-width: 768px) {
  /**/
  .i-list4-texts .i-list4-swiper .uls{
  	position: relative;
  }
  .i-list4-swiper .li2{
  	position: absolute;
  	right: 0;
  	height: 100%;
  	top: 0;
  }
  .i-list4-texts .i-list4-swiper{
    margin-top: 1.5rem;
  }
  .j_list{
    display: none;
  }
  .i-list4-texts .words:after{
    display: none;
  }
  .j_list:before{
    display: none;
  }
  .i-list4-texts .words:before{
    display: none;
  }
  .i-list4-texts .txts{
    margin-bottom: 1.5rem;
  }
  .i-list4-texts .words{
    padding-bottom: 1rem;
  }
  /**/
  .contacts-box .feedbacks-list .li.selects{
    padding-top: 1.25rem;
  }
	.cons-btns{
		width: .85rem;
		height: .85rem;
	}
	.products-lists .lists .items .images{
		height: auto;
	}
  .contacts-lists .items{
    width: 100%;
    margin-left: 0;
  }
  .contacts-box{
    padding-bottom: 2.45rem;
  }
  .contacts-lists .items:nth-child(n+2){
    margin-top: .5rem;
  }
  .feedbacks-list .li .selects-tops {
    line-height: 1.75rem;
    height: 1.75rem;
  }

  .i-list4-texts .swiper-button-btns {
    display: none;
  }

  .i-list4-texts .i-list4-swiper {
    width: 100%;
    /*margin-top: 2.2rem;*/

  }

  .i-list4-texts .words {
    padding-top: 3.375rem;
    /*padding-top: 2.375rem;*/
    /*padding-bottom: 2.15rem;*/
  }
  .i-list4-texts .words .box {
    width: 90vw;
  }

  .i-list4-texts .i-list4-swiper .uls {
    width: 100%;
  }

  .i-list4-texts .i-list4-swiper .uls {
    align-items: stretch;
  }

  .i-list4-swiper .li2:before {
    /*f5f6f6*/
    background-image: linear-gradient(to right, transparent, rgba(245, 246, 246, 0.85), #f5f6f6);
  }

  .i-list4-swiper .li2 .imgs {
    height: 100%;
  }
  .i-list4-swiper .li2 .imgs img {
    height: 100%;
    object-fit: cover;
  }

  .i-list4-swiper .li2 {
    width: calc(42.2% - .85rem);
    margin-left: .85rem;
  }

  .i-list4-swiper .li1 {
    width: 57.8%;
    margin-right: 0;
  }

  .i-list4-swiper .swiper-slide:before {
    display: none;
  }

  .j_list .jlisttits {
    top: 1.3rem;
    position: relative;
  }

  .j_list {
    left: auto;
    right: 0;
  }

  .j_list:before {
    left: auto;
    right: -6px;
  }

  .i-list3 .i-list03-words .li .tits {
    height: 5.4rem;
  }

  .i-list3 .i-list03-words .li .tits br {
    display: none;
  }

  .wel-banner .items1 .words {
    padding: 0;
  }

  .wel-banner .items .txts {
    font-size: 12px;
    line-height: 1.5;
  }

  .wel-banner .items .words {
    top: 3rem;
  }

  .wel-banner .items2 .words,
  .wel-banner .items3 .words {
    top: 3.875rem;
  }

  .i-list1 .ban-swiper-btns {
    bottom: 1.5rem;
  }

  .i-list2 .items .texts {
    top: 2.2rem;
  }

  .i-list2 .items .p {
    font-size: .6rem;
    line-height: 1rem;
    height: 4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 1.2rem;
    max-width: 24em;
  }

  .cultures-more {
    width: 1.8rem;
    height: 1.3rem;
  }

  .i-list3 .texts {
    top: 2.375rem;
    padding-top: 0;
  }

  .i-list5-news {
    padding-top: 2.35rem;
  }

  .i-list5-tops .i-bots {
    margin-top: .65rem;
    font-size: .7rem;
  }

  .i-list5-bots {
    padding-top: .95rem;
  }

  .i-list5-bots .items-left .words {
    padding-left: 1rem;
    padding-top: 1.1rem;
  }

  .i-list5-bots .items-left .images {
    background-image: linear-gradient(-45deg, transparent, #333333, #97b7e0);
  }
  .i-list5-bots .items-left .images img {
    opacity: .9;
  }

  .i-list5-bots .items-bots .words .txts {
    display: none;
  }

  .i-list5-bots .items-bots .words .tits {
    margin-bottom: .2rem;
  }

  .i-list5-bots {
    padding-bottom: 2.45rem;
  }

  .i-list5-bots .wel5-swiper .swiper-container {
    padding-bottom: .75rem;
  }

  .i-list5-bots .items-bots .i {
    padding: .45rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .i-list5-bots .items-bots .i .imgs {
    width: 25.5%;
  }
  .i-list5-bots .items-bots .i .words {
    width: 74.5%;
    padding: 0;
    padding-top: .15rem;
    padding-left: .75rem;
  }
  .i-list5-bots .items-bots .i .words .tits {
    font-size: .6rem;
    max-width: 16em;
  }

  .i-list5-bots .items-bots .i:nth-child(n+2) {
    margin-top: .5rem;
  }
	.w1720,
  .w1600 {
    width: 92%;
  }
}
@media (max-width: 750px) {
  .investor-announcement .images img {
    height: 15rem;
    object-fit: cover;
  }

  .investor-intro .images {
    padding-right: 0;
    margin-top: .75rem;
  }

  .investor-contacts .li .icons {
    width: 2rem;
    height: 2rem;
  }
  .cul01-listbots .items{
    width:100%;
    padding-bottom:.5rem;
    margin-bottom:.5rem;
    border-bottom:1px solid rgba(51, 51, 51, 0.1);
  }
  .cul01-listbots .items:before{
    display:none;
  }
  .cultures-more{
    margin-top:.75rem;
  }
  .ab-05 .con-title .i{
    margin-bottom:.5rem;
  }
  .ab04-bots .ab04-bots-swiper .items .i .icons{
    width: 1rem;
    height: 1rem;
  }
  .ab04-bots .ab04-bots-titles .li{
    width: 46%;
    text-align: center;
  }
}

.klines{
	display: block;
	width: 100%;
	background: #CCCCCC;
	opacity: 0.5;
	height: 1px;
	margin:0 auto;
}


@media (max-width: 360px){
	.wel-banner .items3 .words .tit-02{
		font-size: 1.5rem;
	}
}

@media (max-width: 340px){

  .feedbacks-list .li.submits .inputs-left input[type=text]{
    width: 8rem;
  }
}