/**/
html, button, input, select, textarea {
    font-family: "Source Han Sans CN", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
body{
  /*max-width: 1920px;*/
  margin:0 auto;
}
.m-header {
  height: 50px;
  width: 100%;
  position: absolute;
  width: 100%;
}
.proinfo-titles .span.porbtns{
  display: inline-block;
  vertical-align: top;
  padding: 0 .75rem;
  line-height: 1.8em;
  height: 1.8em;
  border-radius: 1.8em;
  background-color: #bf2229;
  color: #fff;
  cursor: pointer;
  transition:.5s ease-in-out;
}
.video-fixed .cha {
  width: 40px;
  height: 40px;
  background: url(../imgbox/close-vid2.png) #000 no-repeat center/80% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.about-intro4{
  overflow: hidden;
}
.wel-banner .words{
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);

}
.wel-banner .words .jimgs{
  width: 12.5rem;
  margin-bottom: 1.3rem;
}

.video-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  z-index: 230;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  transform: scale3d(0, 0, 1);
  transition: .8s ease-in-out;
}

.video-fixed.ons {
  transition: .8s ease-in-out;
  transform: scale3d(1, 1, 1);
}

.video-fixed .videoboxs .box {
  height: 100%;
}

.video-fixed .videoboxs {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  /*padding: 30px;*/
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .video-fixed .videoboxs {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  .video-fixed .videoboxs {
    width: 100%;
    height: 80%;
    bottom: 0;
    margin: auto;
  }

  .video-fixed .cha {
    right: .2rem;
    top: -1.2rem;
    width: 1rem;
    height: 1rem;
  }
}
.search-dialog {
  position: absolute;
  right: 23.177%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 20;
}
.about-intro4{
  position: relative;
}
.about-intro4 #canvas-div{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
.intro4-images,
.intro4-words{
  position: relative;
  z-index: 2;
}
.about-intro4  #canvas{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.search-dialog .search-close {
  position: absolute;
  width: .55rem;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../imgbox/search-close.png);
  right: -2.2rem;
  top: 50%;
  margin-top: -15px;
}

.search-dialog .search {
  width: 11.9rem;
  border: 1px solid #cac9c9;
  padding: .1rem .2rem;
  border-radius: 4px;
}

.investor-04 .list{
  padding-top: 2rem;
  padding-bottom: 3.625rem;
  position: relative;
}
.investor-04 .list:before{
  position: absolute;
  width: 15.5rem;
  height: 15.5rem;
  right: 2.25rem;
  bottom: 0;
  content:"";
  background: url(../img/a17.png) no-repeat center;
  background-size: 100%;
}
.investor-04 .list:after{
  position: absolute;
  content:"";
  width: 9.125rem;
  height: 9.125rem;
  top: 0;
  bottom: 0;
  left: -3rem;
  margin: auto;
  background: url(../img/a16.png) no-repeat center;
  background-size: 100%;
}
.investor-04 .list-items{
  margin-top: 2.5rem;
  font-size: 0;
}
.investor-04 .list-items .items .tits{
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: rgba(35,35,35,.6);
  padding-left: .6rem;

}
.investor-04 .list-items .items .txts{
  color: #000000;
  line-height: 1.6;
  margin-top: .4rem;
}
.investor-04 .list-items .items .tits img{
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*margin: auto;*/
}
.investor-04 .list-items .items{
  display: inline-block;
  vertical-align: top;
  border:1px solid #d9d7d9;
  background: #fff;
  width: 47%;
  margin-left: 6%;
  height: 7.5rem;
  position: relative;
  line-height: 7.5rem;
  text-align: center;
  z-index: 2;
}
.investor-04 .list-items .items .box{
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.investor-04 .list-items .items:nth-child(2n+1){
  margin-left: 0;
}

.investor-04 .list-tits {
  line-height: 1;
  position: relative;
  padding-left: 2rem;

}
.investor-04 .list-tits:before{
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 5px;
  background: #c01921;
  left: 0;
  top: 0;
  bottom: 0;
  margin:auto;
}


.search-dialog .search input[type=text] {
  float: left;
  width: calc(100% - 20px);
  height: 30px;
  line-height: 30px;
  font-size: .45rem;
  color: #cac9c9;
  background-color: transparent;
}

.search-dialog .search input[type=submit] {
  float: right;
  width: 15px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../imgbox/search.svg);
  background-color: transparent;
  background-position: center;
}

.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  transition: .5s ease-in-out;
  left: 0;
}

.m-header .w-header {
  position: absolute;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  z-index: 24;
  height: 50px;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.m-header .welcome-a img {
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  transition: .5s ease-in-out;
}

.m-header .welcome-a .icobox {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.m-header .welcome-a .i1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}

.m-header .w-header .nav-btn .hover .line2 {
  display: none;
}

.m-header .w-header.fixed .nav-btn .line {
  background: #333;
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed {
  background: #fff;
}

.m-header .w-header.fixed .welcome-a .i0 {
  opacity: 0;
}

.m-header .w-header.fixed .welcome-a .i1 {
  opacity: 1;
}

.m-header .w-header.fixed .welcome-a img {
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed .nav-sousuo svg path {
  fill: #333;
  /*color:#333;*/
  transition: .5s ease-in-out;
}

.m-header .welcome-a {
  display: block;
  /*width: 165px;*/
  height: 100%;
  line-height: 50px;
  position: relative;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .nav-sousuo {
  margin-right: 28px;
  margin-left: 25px;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  height: 50px;
  background-size: 100%;
  width: 40px;
  transition: .5s ease-in-out;
  background: url(../imgbox/search.png) no-repeat center;
  background-size: 70%;
}

.m-header .nav-sousuo svg {
  height: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .nav-sousuo svg path {
  fill: #333;
  transition: .5s ease-in-out;
}

.m-header .nav-sousuo a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}

.m-header .nav-sousuo a.active {
  color: #f3980f;
}

.m-header .uio {
  float: right;
  /*height: 100%;*/
  height: 20px;
  width: 27px;
  position: relative;
  margin-top: 12px;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.footerlangs a {
  color: #333333;
  font-size: 16px;
}

.m-header .nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
  left: 0;
  border-radius: 2px;
  transition: 0.3s all;
}

.m-header .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 9px;
}

.m-header .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.bocweb-footer .bocweb-footer-bot br {
  display: none;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.active .line1{
  transform: rotate(45deg);
}
.m-header .nav-btn.active .line3{
  transform: rotate(-45deg);
}

.m-header .nav-btn.hover .line {
  left: 3px;
  /*background-color: #fff;*/
}

.m-header .sub-menu {
  width: 100%;
  /*height: calc(100% - 50px);*/
  height: 100%;
  padding: 50px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  /*background-color: white;*/
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 15;
  overflow-y: auto;
  z-index: 200;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}

.m-header .sub-menu li .sub-tit .tu-box {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: relative;
}

.m-header .sub-menu li:nth-child(2n+1) {
  background: #f7f7f7;
}

.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #333333;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.m-header .sub-menu .tit a {
  color: #666;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: 33px;
  color: #333333;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on .btn-v {
  background: url(../imgbox/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-top: 0;
  background: url(../imgbox/img5.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
  padding-top: 20px;
  padding-bottom: 35px;
}

.m-header .sub-menu .tit {
  text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
  background-size: 8px auto;
  line-height: 3;
  font-size: 13px;
  padding: 2px 0;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
}

.m-header .sub-menu .sec-list a {
  padding-left: 30px;
  color: #333;
  display: block;
  position: relative;
}

.m-header .sub-menu .sec-list a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #bf2229;
  border-radius: 50%;
}

.m-header .w-header .inj {
  line-height: 25px;
  height: 25px;
  margin-top: 10px;
  color: #ffffff;
}

.m-header .w-header .inj a {
  color: #ffffff;
  font-size: 14px;
}

.m-header .w-header .inj.en {
  margin-left: 25px;
}

.m-header .w-header .ser {
  width: 25px;
  height: 25px;
  background: url(../imgbox/search.png) no-repeat center;
  background-size: 100%;
}

.search-dialogbox {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 1rem;
  z-index: 200;
  background: #fff;
  left: 0;
  top: 0;
  display: none;
}

@media screen and (max-width: 767px) {
  .m-header .nav-sousuo {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .m-header .w-header {
    padding: 0 3%;
  }
}
/**/
.zicolor {
  color: #bf2229;
}

.f5f7f8 {
  background: #f5f7f8;
}

.page a {
  border-radius: 3px;
}

.bold {
  font-weight: bold;
}

.swiper-pagination.swiper-pagination-btn {
  position: static;
}
.swiper-pagination.swiper-pagination-btn .swiper-pagination-bullet {
  opacity: 1;
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background: #666;
  margin: 0 .15rem;
}
.swiper-pagination.swiper-pagination-btn .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bf2229;
}

.serverbox01-words {
  padding-bottom: 1.5rem;
}
.serverbox01-words .bot-words {
  color: #666;
  line-height: 1.25;
  margin-top: .35rem;
}
.serverbox01-words .imgs img {
  width: 150%;
  max-width: none;
  margin-left: -25%;
}

.bocweb-header {
  padding: 0 2.5rem;
  height: 80px;
  line-height: 80px;
  background: #fff;
}
.bocweb-header .bocweb-logo {
  height: inherit;
  line-height: inherit;
}
.bocweb-header .bocweb-logo img {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
.bocweb-header .nav-list {
  max-width: calc(100% - 200px);
  font-size: 0;
}
.bocweb-header .nav-list .nav {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.bocweb-header .nav-list .nav-tops {
  line-height: inherit;
  height: inherit;
  padding: 0 .7rem;
}
.bocweb-header .nav-list .nav-bots {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 15px  5px;
  display: none;
}
.bocweb-header .nav-list a {
  display: block;
  color: #1a1a1a;
}
.bocweb-header .nav-list .li {
  line-height: 1.8;
}
.bocweb-header .nav-list .searchs {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/searchs.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.bocweb-header .nav-searchs {
  padding-right: 0;
}

@font-face {
  font-family: "BEBAS";
  src: url("../css/fonts/BEBAS.woff2") format("woff2"), url("../css/fonts/BEBAS.woff") format("woff"), url("../css/fonts/BEBAS.ttf") format("truetype"), url("../css/fonts/BEBAS.eot") format("embedded-opentype"), url("../css/fonts/BEBAS.svg") format("svg");
}
.beba {
  font-family: "BEBAS";
}

.tit-90 {
  font-size: 2.25rem;
}

.global-words .map-tits {
  line-height: 2.625rem;
  height: 2.625rem;
  padding-left: 3.1rem;
  position: relative;
  color: #bf2229;
}
.global-words .map-tits:before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 2px;
  left: -1.7rem;
  top: 0;
  bottom: 0;
  background: #bf2229;
  margin: auto;
}
.global-words .map-tits span {
  width: 2.625rem;
  height: 2.625rem;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}
.global-words .map-tits b {
  font-weight: normal;
}
.global-words .map-txts {
  color: #808080;
  line-height: 2;
  margin-top: .4rem;
  width: 45%;
}
.global-words .list {
  margin-top: 1.95rem;
}
.global-words .list a {
  display: block;
  background: #f0f0f0;
  width: 6.15rem;
}
.global-words .list .li {
  padding: .25rem 1.2rem;
  padding-bottom: .55rem;
}
.global-words .list .li:nth-child(n+2) {
  margin-top: .6rem;
}
.global-words .list .txts {
  margin-top: .25rem;
  border-top: 1px solid #bf2229;
  color: #bf2229;
  line-height: 1;
  padding-top: .5rem;
}
.global-words .list .txts span {
  display: inline-block;
  padding-right: .85rem;
  position: relative;
}
.global-words .list .txts span:before {
  position: absolute;
  content: "";
  width: .7rem;
  height: 0.15rem;
  background: url(../img/m37.png) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.global-words .list-text {
  margin-top: 2.25rem;
}

.global-box {
  position: relative;
}
.global-box .global-words {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding-top: 2.7rem;
  color: #666666;
}
.global-box .list-text {
  color: #666666;
}
.global-box .list-text span {
  line-height: 1;
  color: #bf2229;
}
.global-box .list-text .text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: .8;
  margin-bottom: .5rem;
}
.global-box .list-text .text span {
  line-height: .85;
}
.global-box .list-text .text:before {
  position: absolute;
  content: "";
  width: 500%;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #dcdcdf;
}
.global-box .dian {
  position: absolute;
  left: 0;
  top: 0;
  /*opacity: 0;*/
}
.global-box .dian .i {
  width: .8rem;
  height: 1.05rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.global-box .dian .span {
  color: #bf2229;
  left: 50%;
  /*top: .75rem;*/
  font-size: 12px;
  top: -.5rem;
  line-height: 1;
  transform: translateX(-90%);
  margin-top: -.01rem;
  position: relative;

}
.global-box .dian9 .span{
  top: -.3rem;

}
.global-box .dian7 .span{
  top: -.1rem;
}

.global-box .dian1 {
  left: 33.85%;
  top: 44.7%;
}
.global-box .dian2 {
    left: 42.9%;
    top: 51%;
}
.global-box .dian3 {
  left: 42.4%;
  top: 43.5%;
}
.global-box .dian3 .span {
  /*margin-left: 30%;*/
  white-space: nowrap;
}
.global-box .dian4 {
  left: 45.5%;
  top: 38.5%;
}
.global-box .dian5 {
  left: 85%;
  top: 51%;
}
.global-box .dian6 {
  left: 87%;
  top: 43.5%;
}
.global-box .dian7 {
  left: 86%;
  top: 55%;
}
.global-box .dian8 {
  left: 88%;
  top: 53%;
}
.global-box .dian9 {
    left: 86.5%;
    top: 54%;
}
.global-box .dian.dian5 .span{
    left: -3em;
    top: -1.3rem;
    transform: translateX(0);
}
.buybox-item01 {
  padding-top: 1.75rem;
  padding-bottom: 1.4rem;
  background: #f5f7f8;
}

.newinfo-title .li {
  transition: .5s ease-in-out;
}
.newinfo-title .li.active {
  transition: .5s ease-in-out;
  color: #bf2229;
}

.serverbox01-images .top-span {
  transition: .5s ease-in-out;
}
.serverbox01-images .top-span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  width: 10px;
  height: 0;
  margin: auto;
  box-shadow: 0px 26px 37px 20px rgba(193, 25, 32, 0.4);
  opacity: 0;
  z-index: 1;
}

.buybox01-list {
  font-size: 0;
}
.buybox01-list .items {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-left: 2%;
  border: 1px solid #dddddd;
  background: #fff;
  padding: 2rem 2.25rem 1.75rem 3.85rem;
}
.buybox01-list .items:nth-child(2n+1) {
  margin-left: 0;
}
.buybox01-list .items .images {
  width: 2.9rem;
  height: 2.9rem;
  position: relative;
}
.buybox01-list .items .images:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  box-shadow: 0 0 50px 12px black;
}
.buybox01-list .items .words {
  width: calc(100% - 2.9rem);
  text-align: left;
  padding-left: 1.375rem;
  padding-top: .35rem;
}
.buybox01-list .items .words .tits {
  line-height: 1.2;
}
.buybox01-list .items .words .txts {
  color: #808080;
  line-height: 1.2;
  margin-top: .4rem;
  margin-bottom: 1rem;
}
.buybox01-list .items .words .link {
  color: #bf2229;
  text-decoration: underline;
  display: block;
}

.sale-items1 {
  padding-top: 2.75rem;
  padding-bottom: 4.25rem;
  position: relative;
}
.sale-items1:before {
  position: absolute;
  content: "";
  width: 13.25rem;
  height: 9rem;
  left: 0;
  top: 0;
  background: url(../img/m20.png) no-repeat center;
  background-size: 100%;
}
.sale-items1:after {
  position: absolute;
  content: "";
  width: 12.75rem;
  height: 12rem;
  right: 0;
  bottom: 0;
  background: url(../img/m21.png) no-repeat center;
  background-size: 100%;
}
.sale-items1 .joins-words .joins-line {
  margin-bottom: 1.1rem;
}

.sale-txts {
  /*border: 1px solid #dddddd;*/
  /*background: #f5f7f8;*/
  padding-top: 2.25rem;
  padding-bottom: 2.3rem;
}
.sale-txts .tits{
  letter-spacing: 3px;
}
.sale-txts .tits, .sale-txts .txts {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  position: relative;
}
.sale-txts .tits span, .sale-txts .txts span {
  /*position: absolute;*/
  color: #bf2229;
  font-family: Arial!important;
}
.sale-txts .tits span {
  left: -2rem;
  top: 0;
}
.sale-txts .txts span {
  right: -3rem;
  bottom: 0;
}
.sale-txts .tits {
  color: #000000;
}
.sale-txts .txts {
  color: #808080;
  margin-top: .75rem;
}

.w1260 {
  max-width: 1260px;
  width: 70%;
  margin: 0 auto;
}

.sale-items2 {
  padding-top: 1.9rem;
  padding-bottom: 1.5rem;
  background-color: #f7f7f9;
}
.sale-items2 .lists {
  margin-top: 1.5rem;
  font-size: 0;

}
.sale-items2 .lists .words {
  padding-top: .75rem;
}
.sale-items2 .lists .words .tits {
  line-height: 1.2;
  margin-bottom: .55rem;
  color: #000000;
}
.sale-items2 .lists .words .txts {
  line-height: 1.2;
  color: #666666;
}
.sale-items2 .lists .words .txts span {
  color: #bf2229;
}
.sale-items2 .lists .items {
  display: inline-block;
  vertical-align: top;
  width: 30.5%;
  margin-left: 4.25%;
  margin-bottom: 1.375rem;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  transition: .5s ease-in-out;
  /*box-shadow:  0 40px 40px 1px rgba(0,0,0,.05);*/
}
.sale-items2 .lists .items:nth-child(3n+1) {
  margin-left: 0;
}
.sale-items2 .lists .items .imgs {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 auto;
}

.sale-items3 {
  padding-top: 1.375rem;
}
.sale-items3 .joins-line {
  margin-bottom: 1.375rem;
}
.sale-items3 .list-tops {
  font-size: 0;
  border-bottom: 1px solid #eeeeee;
}
.sale-items3 .list-tops .li {
  display: inline-block;
  vertical-align: top;
  color: #1a1a1a;
  margin: 0 2.625rem;
  cursor: pointer;
  height: 1.7rem;
  line-height: 1.7rem;
  position: relative;
  transition: .5s ease-in-out;
}
.sale-items3 .list-tops .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #bf2229;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .5s ease-in-out;
}
.sale-items3 .list-tops .li.active {
  color: #bf2229;
  transition: .5s ease-in-out;
}
.sale-items3 .list-tops .li.active:before {
  transition: .5s ease-in-out;
  opacity: 1;
}
.sale-items3 .list-tops .li:nth-child(1) {
  margin-left: 0;
}
.sale-items3 .list-tops .li:last-child {
  margin-right: 0;
}
.sale-items3 .li-tops {
  border-bottom: 1px solid #e6e6e6;
  height: 2rem;
  line-height: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.sale-items3 .li-tops:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .5rem;
  right: .3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/jia.png) no-repeat center;
  background-size: 100%;
}
.sale-items3 .li-tops.active:before {
  background: url(../img/jian.png) no-repeat center;
  background-size: 100%;
}
.sale-items3 .li-bots {
  padding-bottom: 1.2rem;
  display: none;
  position: relative;
  color: #bf2229;
}
.sale-items3 .li-bots .text {
  border: 1px solid #c01921;
  padding: 1.1rem 2.4rem 1.375rem 1.5rem;
  overflow-x: auto;
}
.sale-items3 .li-bots .tit-bots {
  position: absolute;
  right: 2.4rem;
  bottom: 2.1rem;
  line-height: 1;
  color: #bf2229;
  cursor: pointer;
  display: none;
}
.sale-items3 .list-bots {
  background: #f5f7f8;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.sale-items3 .list-bots .itemsbox {
  display: none;
}
.sale-items3 .inputbox {
  width: 19.5rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.5rem;
}
.sale-items3 .inputbox input[type=text] {
  width: 100%;
  background: #f5f5f5;
  height: 1.3rem;
  line-height: 1.3rem;
  padding-left: 1.5rem;
}
.sale-items3 .inputbox input[type=submit] {
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .6rem;
  margin: auto;
  background: url(../img/m28.png) no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}

.con-banner {
  position: relative;
}
.con-banner .images {
  height: 16.5rem;
}
.con-banner.search-banner .images{
  height: 8rem;
}
.con-banner .images.about-images2 {
  height: 22rem;
}
.con-banner .words {
  position: absolute;
}
.con-banner .text {
  line-height: 1.4;
}
.con-banner .news-words {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.con-banner .about-words {
  top: 4.65rem;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.con-banner .about-words.w01{
  top: 42%;
}

.con-banner.development-banner .news-words {
  top: 6.1rem;
  transform: translateX(-50%);
  text-align: center;
}

.con-banner.recruitment-banner .news-words {
  top: 2.75rem;
  transform: translateX(-50%);
  text-align: center;
}

.w1200 {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

.w1560 {
  width: 81%;
  max-width: 1560px;
  margin: 0 auto;
}

.w1380 {
  width: 75%;
  max-width: 1380px;
  margin: 0 auto;
}

.tc {
  text-align: center;
}

.w100 {
  width: 100%;
}

.w1720 {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}

.news-bots {
  padding-top: 1.875rem;
  padding-bottom: 3.4rem;
  background: #fff;
}
.news-bots .morebox {
  margin-top: 2rem;
  text-align: center;
}
.news-bots .morebox .more {
  display: inline-block;
  vertical-align: top;
  height: 1.1rem;
  line-height: 1.1rem;
  border-radius: 1.1rem;
  width: 3.4rem;
  background: #bf2229;
  color: #fff;
  cursor: pointer;
}
.news-bots .lists {
  font-size: 0;
}
.news-bots .lists .items {
  width: 32%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #f2f2f2;
  border-bottom: 1px  solid #f6f6f6;
}
.news-bots .lists .items:nth-child(3n+1) {
  margin-left: 0;
}
.news-bots .lists .words {
  padding: 0.75rem 2.25rem 3.25rem 0.9rem;
  color: #999999;
}
.news-bots .lists .txts {
  line-height: 1.8em;
  height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-bots .lists .time {
  line-height: 1;
  font-family: Arial;
  color: #000000;
}
.news-bots .lists .tits {
  color: #c01722;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: .75rem;
}

.about-toptitles .li {
  transition: .5s ease-in-out;
  opacity:.6;
}
.about-toptitles .li.active {
  transition: .5s ease-in-out;
  color: #fff;
  opacity: 1;
}
.about-toptitles .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}

.w1450 {
  width: 75%;
  max-width: 1450px;
  margin: 0 auto;
}

.joins-01 {
  padding-top: 3.2rem;
  padding-bottom: 3.25rem;
  background: url(../img/ys.jpg) no-repeat center;
  background-size: cover;
}

.joins01-ul {
  margin-top: 2.75rem;
  position: relative;
}
.joins01-ul .yuan {
  position: absolute;
}
.joins01-ul .right-yuan {
  right: 0;
  top: 0;
}
.joins01-ul .right-yuan .i0 {
  width: 4rem;
  position: absolute;
  top: -6rem;
  right: -1.5rem;
  border-radius: 50%;
  background: #bf2229;
  box-shadow: 0 0 25px 1px rgba(206, 56, 63, 0.5);
  z-index: 1;
  background-image: linear-gradient(to top, #fc797f, #c72f36);
}
.joins01-ul .right-yuan .i1 {
  width: 13.75rem;
  position: absolute;
  top: -4.5rem;
  right: -2.75rem;
  z-index: 0;
}
.joins01-ul .left-yuan {
  left: 0;
  top: 0;
}
.joins01-ul .left-yuan .i0 {
  width: 5.75rem;
  position: absolute;
  top: -7.25rem;
  left: 0;
}
.joins01-ul .left-yuan .i1 {
  width: 3rem;
  position: absolute;
  left: -1.2rem;
  top: -3.65rem;
}
.joins01-ul .ul {
  font-size: 0;
}
.joins01-ul .li-images img {
  opacity: 0;
  transition: .5s ease-in-out;
}
.joins01-ul .box {
  /*padding-bottom: calc(1em + 1rem);*/
  transition: .5s ease-in-out;
}
.joins01-ul .li02 {
  line-height: 1;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: .5s ease-in-out;
}
.joins01-ul .li01 {
  line-height: 1.18;
}
.joins01-ul .li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  position: relative;
  border: 1px solid #ececec;
  color: #666666;
  background: #fff;
}
.joins01-ul .li span {
  color: #bf2229;
  font-weight: bold;
}
.joins01-ul .li img {
  width: 100%;
}
.joins01-ul .li .li-words {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.joins-words {
  line-height: 1;
  position: relative;
  z-index: 5;
}
.joins-words .joins-line {
  margin-top: .6rem;
  /*margin-bottom: 1.25rem;*/
  margin-bottom: .65rem;
}

.joins-tits, .joins-txts, .joins-line {
  line-height: 1.2;
}

.joins-tits {
  color: #bf2229;
}

.joins-line {
  color: #7c7c7c;
}

.joins-line {
  height: 3px;
  width: 1.2rem;
  background: #bf2229;
  margin: 0 auto;
}

.joins-02 {
  padding-top: 2.5rem;
  padding-bottom: 2.4rem;
}

.joins-text {
  margin-top: -.25rem;
  padding-bottom: 1.25rem;
}
.joins-text .txts {
  line-height: 1.2;
  color: #000000;
}
.joins-text .txts span {
  font-family: "GothamRounded bold",Arial;
  color: #cccccc;
  line-height: .8;
  display: inline-block;
  vertical-align: bottom;
}
.joins-text .text {
  line-height: 2.2;
  color: #808080;
  width: 44em;
  margin: 0 auto;
  max-width: 80%;
  margin-top: .75rem;
  text-align: justify;
}
.con-banner:before{
  display: none;
}
.about-toptitles {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1.3rem;
  line-height: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0;
  text-align: center;
  z-index: 10;
  background-color: rgba(25,26,26,.3);
}
.about-toptitles .li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4.125rem;
  line-height: inherit;
  height: inherit;
  color: #fff;
  position: relative;
}
.about-toptitles .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .5s ease-in-out;
}

.ninfo-words {
  color: #4c4c4c;
  line-height: 2.57;
}
.ninfo-words img {
  display: block;
  margin: 0 auto;
}
.ninfo-words>p{
  margin: 5px 0;
}

.ninfo-bots {
  padding-top: 1rem;
}
.ninfo-bots a {
  display: block;
  color: #333333;
}
.ninfo-bots .nubfi-left {
  width: calc(100% - 300px);
}
.ninfo-bots .nubfi-left a {
  line-height: 2em;
  height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ninfo-bots .nubfi-fr {
  max-width: 300px;
}
.ninfo-bots .nubfi-fr a {
  display: block;
  height: 1.05rem;
  line-height: 1.05rem;
  width: 3.7rem;
  border-radius: 1.05rem;
  background: #bf2229;
  color: #fff;
  padding-left: 1.4rem;
  position: relative;
}
.ninfo-bots .nubfi-fr a:before {
  background: url(../img/backs.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  width: .5rem;
  height: .4rem;
  top: 0;
  bottom: 0;
  left: .8rem;
  margin: auto;
  content: "";
}

.about-intro .words {
  width: 65.6%;
}
.about-intro .images {
  width: 34.4%;
}

.ninfo-words {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e9e9e9;
}

.ninfo-tops {
  padding-top: 1.1rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid #e9e9e9;
}
.ninfo-tops .txts {
  font-size: 0;
  margin-top: 1.25rem;
}
.ninfo-tops .tits {
  line-height: 1.5;
}
.ninfo-tops .tit-li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .9rem;
  position: relative;
  line-height: 1.2;
}
.ninfo-tops .tit-li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: .25rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #bfbfbf;
}
.ninfo-tops .tit-li:nth-child(1):before {
  display: none;
}
.ninfo-tops .span-right .i {
  width: .5rem;
  height: .5rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .25rem;
}
.ninfo-tops .span-right .i.wx {
  background: url(../img/wx.png) no-repeat center;
  background-size: 100%;
}
.ninfo-tops .span-right .i.wb {
  background: url(../img/wb.png) no-repeat center;
  background-size: 100%;
}
.ninfo-tops .tit-li2 {
  padding-left: .7rem;
  position: relative;
}
/* .ninfo-tops .tit-li2:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .4rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/i0.png) no-repeat center;
  background-size: 100%;
} */

.bocweb-footer-bots {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bocweb-footer-bots {
  color: #fff;
}
.bocweb-footer-bots .imgs {
  width: 4.5rem;
}
.bocweb-footer-bots a {
  color: #fff;
}
.bocweb-footer-bots .text-fl {
  margin-bottom: .8rem;
}
.bocweb-footer-bots .txts {
  font-size: 0;
  padding-left: 2.95rem;
}
.bocweb-footer-bots .txts .i {
  display: inline-block;
  vertical-align: top;
  padding-left: .8rem;
  position: relative;
}
.bocweb-footer-bots .txts .i:nth-child(n+2) {
  margin-left: 1.7rem;
}
.bocweb-footer-bots .txts .i img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .5rem;
}
.bocweb-footer-bots .span-t {
  color: rgba(255, 255, 255, 0.3);
}

.bocweb-footer-botsfr {
  text-align: right;
}
.bocweb-footer-botsfr .span {
  padding-left: .75rem;
  position: relative;
  line-height: 1;
  margin-bottom: .8rem;
}
.bocweb-footer-botsfr .span:before {
  position: absolute;
  content: "";
  width: .45rem;
  height: .45rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/i8.png) no-repeat center;
  background-size: 100%;
}
.bocweb-footer-botsfr .alink {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
}

.bocweb-header .nav-list a {
  transition: .5s ease-in-out;
}
.bocweb-header .nav-list a.active {
  color: #bf2229;
  transition: .5s ease-in-out;
}

.con-header {
  /*opacity: 0;*/
  /*transform:translateY(-80px);*/
  /*transition:.5s ease-in-out;*/
}

.con-header.curactive {
  /*opacity: 1;*/
  /*transform:translateY(0);*/
  /*transition:.5s ease-in-out;*/
}

.body100 {
  height: 100vh;
  padding-top: 2rem;
}
.body100.curactive {
  height: auto;
}

.box-shadow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.about-intro {
  position: relative;
}
.about-intro .images {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding-left: 2.9rem;
  padding-top: 3.25rem;
  color: #3c3c3c;
}
.about-intro .images .li-01, .about-intro .images .li-02 {
  line-height: 1.2;
}
 .about-intro .images .li-02{
  line-height: 1.5;
 }
.about-intro .images .li-01 {
  color: #3c3c3c;
  margin-bottom: .65rem;
}
.about-intro .images .li-01 span {
  color: #bf2229;
}
.about-intro .images .bold {
  line-height: 1;
}
.about-intro .images .ul:nth-child(n+2) {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #c1c2c3;
}
.about-intro .words {
  padding-left: 5.95rem;
  padding-right: 5rem;
  padding-top: 2.4rem;
  padding-bottom: 2.25rem;
}
.about-intro .words .tits {
  line-height: 1;
  color: #646464;
}
.about-intro .words .txts {
  line-height: 1.4;
  color: #646464;
  margin-top: .65rem;
  margin-bottom: 1rem;
}
.about-intro .words .txts span {
  color: #bf2229;
}
.about-intro .words .line {
  width: 2.25rem;
  height: 2px;
  background: #bf2229;
  margin-bottom: 1.25rem;
}
.about-intro .words .text {
  color: #666666;
  line-height: 2.5;
  height: 20em;
  overflow: hidden;
  position: relative;
}
.about-intro .words .text.active {
  height: 30em;
  padding-right: 5%;
  overflow-y: auto;
}
.about-intro .words .text.active:before {
  display: none;
}
.about-intro .words .text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.about-intro .con-words {
  line-height: 1.25;
}
.about-intro .bot-btns {
  width: 2.5rem;
  height: 3.5rem;
  margin: 0 auto;
  background: url(../img/more.png) no-repeat center;
  background-size: 100%;
  position: relative;
  margin-top: 1.625rem;
  color: #fff;
  cursor: pointer;
  padding-top: .9rem;
  text-align: center;
}
.about-intro .bot-btns .span {
  line-height: 1;
  padding-bottom: .6rem;
  position: relative;
}
.about-intro .bot-btns .span:before {
  position: absolute;
  content: "";
  background: url(../img/i9.png) no-repeat center;
  background-size: 100%;
  width: .45rem;
  height: .25rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.about-intro2 {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
  background: #f2f2f2;
}

.about-intro2box {
  height: 13.4rem;
  position: relative;
}
.about-intro2box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-intro2box .items {
  height: 100%;
  float: left;
  width: 33.33%;
  position: relative;
}
.about-intro2box .imgsbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4.6rem;
  width: 100%;
  text-align: center;
}
.about-intro2box .imgs {
  position: relative;
  width: 4.6rem;
  border-radius: 50%;
  background: #fff;
  height: inherit;
  margin: 0 auto;
}
.about-intro2box .imgs img {
  display: block;
  width: 100%;
}
.about-intro2box .imgs .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.about-intro2box .tits {
  line-height: 1;
  color: #333333;
  margin-top: .8rem;
  margin-bottom: .5rem;
}
.about-intro2box .txts {
  color: #333333;
  line-height: 1.67;
}
.about-intro2box .items2-box {
  width: 13.375rem;
  height: 13.375rem;

  position: relative;
}

@keyframes rotates {
  from {
    transform:rotate(0);
  }
  to {
     transform:rotate(360deg);
  }
}
.about-intro2box .items2-box .items2-box-imgs{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/i15.png) no-repeat center;
  background-size: 100%;
  z-index: 1;
  animation: rotates 3s linear  infinite ;

}
.about-intro2box .items2-box .text {
  position: absolute;
  padding: 0 2.75rem;
  text-align: center;
  line-height: 1.42;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333333;
  z-index: 4;
}

.about-intro3 {
  position: relative;
}
.about-intro3 .intro3-images {
  height: 22.65rem;
  background-size: cover!important;
}
.about-intro3 .intro3-words {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about-intro3 .words {
  padding-top: 5rem;
  color: #000000;
  line-height: 1.35;
}

.intro3-words-swiper .btnbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #bf2229;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.intro3-words-swiper .swiper-button-next {
  right: 2.5rem;
  background-image: url(../img/a4.png);
}
.intro3-words-swiper .swiper-button-prev {
  left: 2.5rem;
  background-image: url(../img/a5.png);
}
.intro3-words-swiper .swiper-button-disabled {
  display: none;
}

.intro3-words-swiper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5.25rem;
  bottom: 3.25rem;
  background: url(../img/img2.png) no-repeat center;
  background-size: 100% 100%;
}
.intro3-words-swiper .swiper-container, .intro3-words-swiper .swiper-wrapper, .intro3-words-swiper .swiper-slide {
  height: 100%;
  overflow: visible;
}
.intro3-words-swiper .tits, .intro3-words-swiper .txts {
  line-height: 1.2;
}
.intro3-words-swiper .tits {
  color: #000;
  font-weight: bold;
}
.intro3-words-swiper .txts {
  margin-top: .25rem;
}
.intro3-words-swiper .items {
  position: relative;
}
.intro3-words-swiper .items.it1 .words2 {
  left: 39%;
  top: 17%;
}
.intro3-words-swiper .items.it2 .words2 {
  left: 50%;
  top: 78%;
}
.intro3-words-swiper .items.it2 .words2 .box {
  top: auto;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 1rem;
}
.intro3-words-swiper .items.it3 .words2 {
  left: 40.6%;
  top: 64%;
}
/*.intro3-words-swiper .items:nth-child(3n+1) .words2 {
  left: 39%;
  top: 17%;
}
.intro3-words-swiper .items:nth-child(3n+2) .words2 {
  left: 50%;
  top: 78%;
}
.intro3-words-swiper .items:nth-child(3n+2) .words2 .box {
  top: auto;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 1rem;
}
.intro3-words-swiper .items:nth-child(3n+3) .words2 {
  left: 40.6%;
  top: 64%;
}*/
.intro3-words-swiper .words2 {
  position: absolute;
}
.intro3-words-swiper .words2 .dian {
  width: .5rem;
  height: .5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}
.intro3-words-swiper .words2 .dian.active {
  transform: scale3d(1.8, 1.8, 1);
}
.intro3-words-swiper .words2 .dian .i {
  width: 100%;
  background: #bf2229;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform:translate(-50%,-50%);
}
.intro3-words-swiper .words2 .dian .i1 {
  opacity: 0;
  width: 140%;
  height: 140%;
  /*margin-left: -20%;*/
  /*margin-top: -20%;*/
}
.intro3-words-swiper .swiper-slide-active .words2 .dian .i0{
  width: 180%;
  height: 180%;
}
.intro3-words-swiper .swiper-slide-active .words2 .dian .i1{
  width: 300%;
  height: 300%;
  opacity: .3;
}
.intro3-words-swiper .words2 .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 20em;
  padding-top: 1.125rem;
}

.con-header {
  position: relative;
  z-index: 1000;
}

.nav-bots.on {
  display: none !important;
}

.investor-banner .text {
  padding-top: 3.25rem;
}

.investor-01 {
  padding-top: 2.5rem;
  padding-bottom: 2.65rem;
}
.investor-01 .box {
  margin-top: 1.375rem;
}
.investor-01 .text-fl, .investor-01 .text-fr {
  width: 50%;
}
.investor-01 .text-fl {
  padding-top: .8rem;
  padding-right: 2.5rem;
}
.investor-01 .text-fl .line {
  height: 1px;
  width: 100%;
  background: #ebeaea;
  margin-bottom: 1.25rem;
}
.investor-01 .text-fl .tits {
  color: #1a1a1a;
  line-height: 1;
}
.investor-01 .text-fl .tit-fcb {
  margin-top: 1.75rem;
}
.investor-01 .text-fl .tit-01 {
  line-height: 1;
}
.investor-01 .text-fl .tit-03,
.investor-01 .text-fl .tit-02,
.investor-01 .text-fl .li1, .investor-01 .text-fl .li2 {
  line-height: 1;
}
.investor-01 .text-fl .li {
  font-size: 0;
}
.investor-01 .text-fl .li:nth-child(n+2) {
  margin-top: 1rem;
}
.investor-01 .text-fl .li1, .investor-01 .text-fl .li2 {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
.investor-01 .text-fl .tit-02 {
  margin-top: 1.75rem;
  margin-bottom: .7rem;
}
.investor-01 .text-fl .tit-fr {
  width: 8.25rem;
}
.investor-01 .text-fl .tit-fr span {
  line-height: 1;
}
.investor-01 .text-fl .tit-fr .li1 {
  text-align: right;
  padding-right: .6rem;
}
.investor-01 .text-fl .tit-fr .li2 {
  text-align: left;
  padding-left: .6rem;
}
.investor-01 .text-title {
  font-size: 0;
  color: #333333;
  margin-bottom: .8rem;
}
.investor-01 .text-title .li {
  padding: 0 .4rem;
  height: .85rem;
  line-height: .85rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  transition: .5s ease-in-out;
}
.investor-01 .text-title .li:nth-child(n+2) {
  margin-left: .8rem;
}
.investor-01 .text-title .li.active {
  color: #fff;
  background: #bf2229;
  transition: .5s ease-in-out;
}
.investor-01 .text-fr {
  padding-left: 3rem;
  padding-right: .9rem;
}

.line1-tit {
  line-height: 1;
}

.investor01-tit {
  padding-left: 2rem;
  position: relative;
}
.investor01-tit:before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 5px;
  background: #bf2229;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.w1600 {
  width: 85%;
  margin: 0 auto;
  max-width: 1600px;
}

.investor-02 {
  padding-top: 2rem;
  padding-bottom: 2.2rem;
  background: #f3f5f7;
}

.page {
  padding: 0;
  text-align: center;
  display: block;
}
.page a {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.pagination {
  overflow: hidden;
}

.investor02-list {
  margin-top: 1.25rem;
}
.investor02-list .page {
  text-align: center;
  margin-top: 2.5rem;
}
.investor02-list .list {
  font-size: 0;
}
.investor02-list .list .items {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dcdcdc;
  width: 48%;
  margin-left: 4%;
  background: #fff;
  padding: .75rem 1.25rem .7rem .9rem;
  box-sizing: border-box;
  color: #999999;
}
.investor02-list .list .items .tits {
  line-height: 1;
  margin-bottom: .55rem;
  color: #666666;
}
.investor02-list .list .items .txts {
  color: #333333;
  position: relative;
  padding-right: .75rem;

}
.investor02-list .list .items .txts:before{
  position: absolute;
  content:"";
  width: .55rem;
  height: .3rem;
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/sn.png) no-repeat center;
  background-size: 100%;
}
.investor02-list .list .items .txts, .investor02-list .list .items .tits2 {
  line-height: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.investor02-list .list .items:nth-child(2n+1) {
  margin-left: 0;
}
.investor02-list .list .items:nth-child(n+3) {
  margin-top: .65rem;
}

.investor-03 {
  position: relative;
  padding: 3.75rem 0;
  color: #fff;
}
.investor-03:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
}
.investor-03 .words {
  position: relative;
  text-align: center;
  z-index: 2;
  color: #fff;
}
.investor-03 .tits {
  line-height: 1.2;
}
.fjh{
  font-size: 0;
}
.investor-03 .more {
  display: inline-block;
  height: 1.1rem;
  line-height: 1.1rem;
  width: 3.25rem;
  overflow: hidden;
  text-align: center;
  border-radius: 1.1rem;
  background-color: #bf2229;
  color: #fff;
  margin: 0 auto;
  font-size: 12px;
  margin:0 .15rem;
  margin-top: 1.2rem;
}

.investor-01 .text-fl .tit-03 {
  color: #e7551e;
  padding-left: .9rem;
  position: relative;
}
.investor-01 .text-fl .tit-03:before {
  width: .6rem;
  height: .6rem;
  background-image: url(../img/i20.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: #bf2229;
}
.investor-01 .text-fl .tit-03.on {
  color: green;
}
.investor-01 .text-fl .tit-03.on:before {
  transform: rotate(180deg);
  background-color: green;
}

.investor-01 .text-fl {
  padding-bottom: 1.45rem;
  border-bottom: 1px solid  #ebeaea;
}

.joins02-swiper {
  position: relative;
}
.joins02-swiper img {
  width: 100%;
}
.joins02-swiper .items {
  position: relative;
}
.joins02-swiper .items:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: .5s ease-in-out;
  z-index: 4;
}
.joins02-swiper .swiper-button-prev, .joins02-swiper .swiper-button-next {
  width: 5.5rem;
  height: 5.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #bf2229;
  border-radius: 50%;
  background-image: none;
}
.joins02-swiper .swiper-button-prev:before, .joins02-swiper .swiper-button-next:before {
  position: absolute;
  width: 40%;
  height: 100%;
  content: "";
  top: 0;
}
.joins02-swiper .swiper-button-prev {
  left: -3.5rem;
}
.joins02-swiper .swiper-button-prev:before {
  right: 0;
  background: url(../img/img4.png) no-repeat center;
  background-size: .6rem 1rem;
}
.joins02-swiper .swiper-button-next {
  right: -3.5rem;
}
.joins02-swiper .swiper-button-next:before {
  left: 0;
  background: url(../img/img5.png) no-repeat center;
  background-size: .6rem 1rem;
}
.joins02-swiper .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 1rem;
  line-height: 1;
}
.joins02-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  background: #e5e5e5;
  opacity: 1;
  width: .25rem;
  height: .25rem;
  transition: .5s ease-in-out;
  margin: 0 0.075rem;
  border-radius: .25rem;
}
.joins02-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: .85rem;
  transition: .5s ease-in-out;
  background-color: #bf2229;
}
.joins02-swiper .swiper-slide {
  width: 42%;
  margin-left: 4%;
}
.joins02-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.joins02-swiper .swiper-slide-active .items:before {
  opacity: 0;
  transition: .5s ease-in-out;
}

.development-01 .joins-txts {
  max-width: 54em;
  width: 50%;
  margin: 0 auto;
  line-height: 2.125;
}

.development-01 .joins01-ul2 {
  margin-top: 1.5rem;
}

.joins01-ul2 .ul2 {
  font-size: 0;
  text-align: center;
}
.joins01-ul2 .ul2 .imgs02 {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 auto;
}
.joins01-ul2 .ul2 .li2 {
  transition: .5s ease-in-out;
}
.joins01-ul2 .ul2 .tits {
  line-height: 1.2;
  color: #bf2229;
  margin-bottom: 1.1rem;
}
.joins01-ul2 .ul2 .txts {
  line-height: 1.8;
  color: #808080;
  position: relative;
  height: 9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  transition: .5s ease-in-out;
}
.joins01-ul2 .ul2 .txts:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.joins01-ul2 .ul2 .titbox {
  padding-top: 4rem;
  position: relative;
  transition: .5s ease-in-out;
}
.joins01-ul2 .ul2 .titbox .imgs02 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  transition: .5s ease-in-out;
}
.joins01-ul2 .ul2 .li2 {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  background: #fff;
  /*padding: 2.25rem (65rem/40);*/
  position: relative;
  overflow: hidden;
}
.joins01-ul2 .ul2 .imgs01 {
  width: 5.1rem;
  height: 5.1rem;
  position: absolute;
  top: -1.85rem;
  left: 0;
  right: 0;
  margin: auto;
}

.joins01-ul2 .ul2 .li2 {
  padding: 2.25rem 0;
}

.joins01-ul2 .ul2 .li2 .txts {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.recruitment-03 {
  min-height: 16.375rem;
}

.joins-words.active {
  color: #fff;
}
.joins-words.active .joins-tits {
  color: #fff;
}
.joins-words.active .joins-line {
  background: #fff;
}

.w950 {
  width: 950px;
  max-width: 90%;
  margin: 0 auto;
}

.recruitment-03 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2.75rem;
}
.recruitment-03 .joins-words .joins-line {
  margin-bottom: 1.875rem;
}
.recruitment-03 .images {
  width: 8.5rem;
  height: 9.25rem;
  position: absolute;
  left: 3.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.recruitment03-uls {
  font-size: 0;
  position: relative;
}
.recruitment03-uls:before {
  position: absolute;
  content: "";
  width: 90%;
  top: 1.75rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #bf2229;
  height: 1px;
  z-index: 0;
}
.recruitment03-uls .li {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  height: 6rem;
  width: 15%;
  margin-left: 2%;
  /*background: url(../img/img8.png) no-repeat top;*/
  background-size: 100%;
}
.recruitment03-uls .li:nth-child(6n+1) {
  margin-left: 0;
}
.recruitment03-uls .li-bots {
  height: 2.5rem;
}
.recruitment03-uls .li-tops {
  position: relative;
  border-radius: 50%;
  background: #fff;
  line-height: 1.4;
}
.recruitment03-uls .li-tops span {
  position: absolute;
  color: #bf2229;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.conmores {
  margin: 0 auto;
  width: 4.9rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  background: #bf2229;
  display: block;
  transition: .5s ease-in-out;
  border-radius: 1.5rem;
}
.conmores:hover {
  color: #fff;
}
.conmores span {
  display: inline-block;
  vertical-align: middle;
  width: .5rem;
  height: .5rem;
  background: url(../img/yan.png) no-repeat center;
  background-size: 100%;
  margin-top: -.2rem;
  margin-right: .15rem;
}

@media (max-width: 1350px) {
  .about-toptitles .li {
    margin: 0 3rem;
  }
}
@media (max-width: 1190px) {
  .w1600,
  .w1560 {
    width: 92%;
    max-width: 92%;
  }

  .investor-01 .text-fl {
    padding-right: 1rem;
  }

  .investor-01 .text-fr {
    padding-left: 1.5rem;
  }

  .about-toptitles .li {
    margin: 0 2rem;
  }

  .w1450 {
    width: 90%;
    max-width: 90%;
  }
}
.job .job-seach {
  width: 100%;
  position: relative;
  margin-top: 2.5rem;
}

.job .job-seach .text {
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  width: 37.5%;
  padding-left: 2rem;
  border: 1px solid #dcdcdc;
}

.job .job-seach .submit {
  width: 13%;
  height: 55px;
  line-height: 55px;
  background-color: #bf2229;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.job .job-seach .submit svg {
  width: 20px;
  height: 20px;
  margin-top: 1;
  vertical-align: middle;
}

.recruit-list-1 {
  margin-top: 1.25rem;
}

.recruit-list-1 .top {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #bf2229;
  color: #fff;
  font-size: 18px;
}

.recruit-list-1 .top span {
  float: left;
  text-align: center;
}

.recruit-list-1 .top .span1 {
  width: 20%;
}

.recruit-list-1 .top .span2, .recruit-list-1 .top .span3, .recruit-list-1 .top .span4, .recruit-list-1 .top .span5 {
  width: 14%;
}

.recruit-list-1 .top .span5 a {
  color: #bf2229;
}

.recruit-list-1 .top .span6 {
  width: 10%;
}

.recruit-list-1 .list {
  width: 100%;
  cursor: pointer;
  margin: auto;
  padding: 0 6%;
}

.recruit-list-1 .list .list-top {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  color: #666;
  padding: .4rem 0;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid #ebebeb;
}

.recruit-list-1 .list .span1 {
  width: 22%;
}

.recruit-list-1 .list .span2, .recruit-list-1 .list .span3, .recruit-list-1 .list .span4, .recruit-list-1 .list .span5 {
  width: 16%;
}

.recruit-list-1 .list .span5 a {
  border-bottom: 1px solid #bf2229;
  color: #bf2229;
}

.recruit-list-1 .list .span6 {
  width: 10%;
  text-align: center;
  position: relative;
}

.recruit-list-1 .list .span6 .lone1 {
  width: 20px;
  height: 2px;
  transition: all .3s;
  background-color: #bf2229;
  top: 9px;
  position: absolute;
  right: 0;
}

.recruit-list-1 .list .span6 .lone2 {
  width: 2px;
  height: 20px;
  transition: all .3s;
  background-color: #bf2229;
  top: 0;
  right: 9px;
  position: absolute;
  transition: all 0.2s;
}

.recruit-list-1 .list .span6.on .lone2 {
  height: 0;
}

.recruit-list-1 .list .span6.on svg {
  transform: rotate(-45deg);
}

.recruit-list-1 .list .item {
  color: #666;
  line-height: 2;
  margin-bottom: .75rem;
}

.recruit-list-1 .list .list-hide {
  padding: .5rem 0rem 1.5rem;
  display: none;
}

.recruit-list-1 .list .list-hide .item {
  width: 40%;
  float: left;
}

.recruit-list-1 .list .list-hide .item:first-child {
  margin-right: 20%;
}

.recruit-list-1 .list .tit2 {
  margin-bottom: 10px;
  color: #1a1a1a;
}

.recruit-list-1 .list .ul {
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
  color: #666;
}

.recruit-list-1 .list .ul .li {
  margin-bottom: 15px;
  margin-right: .8rem;
  color: #1a1a1a;
}

.recruit-list-1 .list .morebox {
  width: 140px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  background: #b82b2c;
  font-size: 14px;
  margin-top: 15px;
  display: block;
  border: 2px solid transparent;
  transition: all .5s ease;
  box-sizing: content-box;
}

.recruit-list-1 .list .morebox:hover {
  background: transparent;
  color: #b82b2c;
  border: 2px solid #b82b2c;
}

.recruit-list-1 .list.cur {
  background: #fff;
}

@media (max-width: 960px) {
  .recruit-list-1 .top {
    font-size: 16px;
  }

  .recruit-list-1 .list .list-top, .recruit-list-1 .list .ul, .recruit-list-1 .list .item {
    font-size: 14px;
  }

  .recruit-list-1 .span2, .recruit-list-1 .span3, .recruit-list-1 .span4 {
    display: none;
  }

  .recruit-list-1 .span1 {
    width: 50% !important;
  }

  .recruit-list-1 .span5 {
    width: 30% !important;
    text-align: center;
  }

  .recruit-list-1 .span6 {
    width: 20% !important;
  }
}
.job-btn {
  margin-top: 1.5rem;
  color: #4c4c4c;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.job-btn i {
  font-style: normal;
  color: #bf2229;
}

.job-btn i svg {
  vertical-align: middle;
  margin-right: 5px;
}

.job-btn span {
  margin-right: 2rem;
}

.w1710 {
  width: 90%;
  max-width: 1710px;
  margin: 0 auto;
}

.pro-banner {
  position: relative;
}
.pro-banner .items {
  position: relative;
}
.pro-banner .swiper-pagination-bullet {
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background: transparent;
  margin: 0 .2rem;
  opacity: 1;
  background: #fff;
  transition: .5s ease-in-out;
}
.pro-banner .swiper-pagination-bullet-active {
  background: #bf2229;
  transition: .5s ease-in-out;
}

.pro-con2titles {
  padding: 0 1.75rem;
  font-size: 0;
}
.pro-con2titles .li {
  display: inline-block;
  vertical-align: top;
  line-height: 2.8;
  height: 2.8em;
  position: relative;
  cursor: pointer;
  transition: .5s ease-in-out;
}
.pro-con2titles .li a {
  color: #000;
}
.pro-con2titles .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #bf2229;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: .5s ease-in-out;
}
.pro-con2titles .li.active a {
  transition: .5s ease-in-out;
  color: #bf2229;
}
.pro-con2titles .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}
.pro-con2titles .li:nth-child(n+2) {
  margin-left: 1.25rem;
}

.pro-list {
  font-size: 0;
  margin-top: 1.4rem;
}
.pro-list .more {
  height: 1.3rem;
  width: 4.75rem;
  border-radius: 1.3rem;
  line-height: 1.3rem;
  background: #bf2229;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.pro-list .more:hover {
  color: #fff;
}
.pro-list .words {
  padding-bottom: 2.2rem;
  position: relative;
  color: #999999;
  padding-top: 1.75rem;
  transition: .5s ease-in-out;
  /*transform:translateY(-1.4rem);*/
}
.pro-list .words .tits {
  color: #000000;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-weight: bold;
}
.pro-list .words .txts {
  margin-bottom: .85rem;
  line-height: 1.5em;
  height: 1.5em;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pro-list .words .more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: .5s ease-in-out;
}
.pro-list .items {
  font-size: 12px;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding-top: 1.125rem;
  /*padding-bottom: (64rem/40);*/
}
.pro-list .items .images {
  width: 10.25rem;
  margin: 0 auto;
  max-width: 90%;
}

.pro-conbox {
  padding-top: 2.95rem;
  padding-bottom: 4.85rem;
}

.pro-titles {
  text-align: center;
  font-size: 0;
}
.pro-titles .li {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  height: 1.625rem;
  line-height: 1.625rem;
  width: 7rem;
  border: 1px solid #dddddd;
  font-size: 0;
  cursor: pointer;
  transition: .5s ease-in-out;
}
.pro-titles .li.active {
  color: #fff;
  background: #bf2229;
  transition: .5s ease-in-out;
}
.pro-titles .li.active .imgs .i0 {
  opacity: 1;
}
.pro-titles .li.active .imgs .i1 {
  opacity: 0;
}
.pro-titles .li.active .imgs img {
  transition: .5s ease-in-out;
}
.pro-titles .li:nth-child(n+2) {
  border-left: none;
}
.pro-titles .li .imgs, .pro-titles .li .span {
  display: inline-block;
  vertical-align: middle;
}
.pro-titles .li .imgs {
  position: relative;
  margin-right: .2rem;
}
.pro-titles .li .imgs img {
  transition: .5s ease-in-out;
}
.pro-titles .li .imgs .i0 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.w1340 {
  width: 70%;
  max-width: 1340px;
  margin: 0 auto;
}
.w1120{
  width: 70%;
  max-width:1120px;
  margin: 0 auto;
}

.pro-conbox .pro-titles {
  margin-bottom: 2.75rem;
}

.w1320 {
  width: 80%;
  max-width: 1320px;
  margin: 0 auto;
}

.proinfo-banner {
  background: #ecf0f3;
  box-shadow: inset 0 0 30px 1px rgba(0, 0, 0, 0.1);
  padding-top: 2.25rem;
  padding-bottom: 4.5rem;
  position: relative;
}
.proinfo-banner img {
  width: 100%;
}
.proinfo-banner .images {
  width: 49%;
  padding-right: 2.75rem;
}
.proinfo-banner .words {
  width: 50%;
}
.proinfo-banner .swiper-pagination-bullet {
  opacity: 1;
  width: .25rem;
  margin: 0 .2rem;
}

.proinfo-swiper {
  position: relative;
}
.proinfo-swiper .swiper-pagination {
  position: static;
}

.w1220 {
  width: 70%;
  margin: 0 auto;
  max-width: 1220px;
}

.serverbox-01 {
  padding-top: 2.25rem;
}
.serverbox-01 .joins-txts {
  line-height: 2.187;
  color: #666666;
}

.serverbox01-images {
  position: relative;
  margin-top: -1.5rem;
}
.serverbox01-images img {
  width: 100%;
}
.serverbox01-images .bg1 {
  position: absolute;
  left: 0;
  top: 0;
}
.serverbox01-images .imglists img {
  display: none;
}
.serverbox01-images .li {
  position: absolute;
  cursor: pointer;
}
.serverbox01-images .li.active .top-span {
  background: #bf2229;
}
.serverbox01-images .li.active .top-span:before {
  opacity: 1;
  transition: .5s ease-in-out;
}
.serverbox01-images .li1 {
  left: 10%;
  top: 41%;
}
.serverbox01-images .li2 {
  left: 87%;
  top: 35%;
}
.serverbox01-images .li3 {
  left: 6%;
  top: 70%;
}
.serverbox01-images .li4 {
  left: 82%;
  top: 75%;
}
.serverbox01-images .li1 .bot-words, .serverbox01-images .li3 .bot-words {
  left: 1.75rem;
}
.serverbox01-images .li2 .bot-words, .serverbox01-images .li4 .bot-words {
  right: 1.75rem;
}
.serverbox01-images .bot-words {
  display: block;
  position: absolute;
  width: 11.5rem;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  padding: 1rem 1.5rem;
  border-radius: 0.4rem;
}
.serverbox01-images .bot-words .tits {
  line-height: 1;
  color: #bf2229;
}
.serverbox01-images .bot-words .txts {
  line-height: 1.6;
  color: #333333;
  margin-top: .4rem;
}
.serverbox01-images .top-span, .serverbox01-images .bot-words {
  position: absolute;
}
.serverbox01-images .top-span {
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 2.95rem;
  background: #b3b3b3;
  color: #fff;
}

.lin225 {
  line-height: 2.25;
}

.serverbox-02 {
  background: #f5f7f8;
  padding-top: 3.625rem;
  padding-bottom: 4.25rem;
}

.serverbox02box {
  font-size: 0;
  margin-top: 1.75rem;
}
.serverbox02box .li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.serverbox02box .li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 76%;
  background: #eeeeee;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.serverbox02box .li:nth-child(1):before {
  display: none;
}
.serverbox02box .li-tops {
  margin: 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
}
.serverbox02box .li-bots {
  line-height: 1.2;
  height: 1.2em;
  color: #333333;
  margin-top: 1.1rem;
}

.serverbox-03 {
  position: relative;
}
.serverbox-03 .imgbox {
  height: 21rem;
}
.serverbox-03 .words {
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: .25rem .75rem;
}
.serverbox-03 .words .tits {
  line-height: 1;
  color: #bf2229;
  margin-bottom: 1.5rem;
}
.serverbox-03 .words .li-bots {
  line-height: 1.2;
  color: #808080;
  margin-top: .4rem;
}
.serverbox-03 .words .li:nth-child(n+2) {
  margin-top: 1rem;
}
.serverbox-03 .words .li-top {
  line-height: 1;
  color: #000000;
}
.serverbox-03 .words .imgs {
  margin-top: 1.9rem;
  width: 7.75rem;
}

.sugar-tops {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.sugar-titles {
  font-size: 0;
}
.sugar-titles .li {
  display: inline-block;
  vertical-align: top;
  height: 1.4rem;
  line-height: 1.4rem;
  border: 1px solid #dddddd;
  width: 4.75rem;
  cursor: pointer;
  transition: .5s ease-in-out;
}
.sugar-titles .li.active {
  background: #bf2229;
  color: #fff;
  transition: .5s ease-in-out;
}

.sugar-bots {
  padding-top: 2.2rem;
  padding-bottom: 3.65rem;
  background: #f5f7f8;
}

.sugar-con-list .lists {
  padding-bottom: 1rem;
}

.sugar-bots-list .titles .li {
  float: left;
  padding-left: .7rem;
  position: relative;
  line-height: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.sugar-bots-list .titles .li:nth-child(n+2) {
  margin-left: 1.75rem;
}
.sugar-bots-list .titles .li.active {
  color: #bf2229;
}
.sugar-bots-list .titles .li.active .imgs .i0 {
  opacity: 1;
}
.sugar-bots-list .titles .li.active .imgs .i1 {
  opacity: 0;
}
.sugar-bots-list .titles .li.active .imgs img {
  transition: .5s ease-in-out;
}
.sugar-bots-list .titles .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}
.sugar-bots-list .titles .li:before {
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #bf2229;
  content: "";
  opacity: 0;
  transition: .5s ease-in-out;
}
.sugar-bots-list .titles .li .spa {
  line-height: inherit;
}
.sugar-bots-list .titles .li .imgs {
  position: absolute;
  width: .65rem;
  height: .65rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #1a1a1a;
}
.sugar-bots-list .titles .li .imgs .i0 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.sugar-bots-list .titles .li .imgs img {
  transition: .5s ease-in-out;
}
.sugar-bots-list .inputbox {
  height: 1.25rem;
  line-height: 1.25rem;
  border: 1px solid #ebebeb;
  width: 7.5rem;
  position: relative;
}
.sugar-bots-list .inputbox input[type=text] {
  width: 100%;
  background: #fff;
  height: 100%;
  padding-left: .6rem;
  padding-right: .9rem;
}
.sugar-bots-list .inputbox input[type=submit] {
  position: absolute;
  width: .5rem;
  height: .5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  right: .45rem;
  margin: auto;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/i36.png) no-repeat center;
  background-size: 100%;
}

.sugar-con-list {
  padding-top: 1.95rem;
}
.sugar-con-list .lists {
  font-size: 0;
}
.sugar-con-list .items {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 1.5rem;
  color: #808080;
  background: #fff;
  position: relative;
  padding: 0.8rem 0.8rem calc(62rem / 40) 0.8rem;
  border-radius: 8px;
  overflow: hidden;
}
.sugar-con-list .items:nth-child(2n+1) {
  margin-left: 0;
}
.sugar-con-list .items .tits {
  font-size: 0.6rem;
  line-height: 1.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  transition: .5s ease-in-out;
}
.sugar-con-list .items .txts {
  height: 2rem;
  line-height: 1rem;
  font-size: calc(18rem / 40);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: calc(10rem / 40);
}
.sugar-con-list .items .span {
  width: calc(56rem / 40);
  height: calc(30rem / 40);
  background-image: url(../img/sugar/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  bottom: 0.8rem;
  right: .8rem;
  position: absolute;
  opacity: 0;
}

.ukls-alink a {
  display: block;
  line-height: 1.25rem;
  height: 1.25rem;
  background: #bf2229;
  text-align: center;
  color: #fff;
}
.ukls-alink a .span {
  width: .5rem;
  height: .5rem;
  display: inline-block;
  vertical-align: middle;
}
.ukls-alink a .link {
  display: inline-block;
  vertical-align: middle;
}

.proinfo-bbots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.9rem;
  line-height: 1.9rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.proinfo-bbots .li {
  color: #bf2229;
  line-height: inherit;
  position: relative;
}
.proinfo-bbots .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #e62129;
  left: 0;
  bottom: 0;
}

.w1860 {
  width: 94%;
  max-width: 1860px;
  margin: 0 auto;
}

.proinfo-words .ukls-alink {
  margin-top: 1.05rem;
}
.proinfo-words .tits-box {
  line-height: 1;
  border-top: 1px solid #d7dbdf;
  border-bottom: 1px solid #d7dbdf;
  padding-top: .6rem;
  padding-bottom: .75rem;
  color: #000000;
}
.proinfo-words .tits-box .tits {
  line-height: 1;
}
.proinfo-words .tits-box .txts {
  line-height: 1.3;
  margin-top: .4rem;
}
.proinfo-words .lis-left {
  /*float: left;*/
  color: #808080;
  display: inline;
}
.proinfo-words .lis-right {
  color: #000;
  /*float: left;*/
  display: inline;
}
.proinfo-words .uls {
  font-size: 0;
  padding-top: .6rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #d7dbdf;
}
.proinfo-words .uls .lis {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 2.5em;
}

.proinfo-items1 {
  padding-top: 1.5rem;
  padding-bottom: .75rem;
  position: relative;
}
.proinfo-items1 .box {
  position: relative;
}
.proinfo-items1 .words {
  padding: .5rem;
  padding-top: 4rem;
  padding-left: 6.75rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
.proinfo-items1 .images {
  width: 55.6%;
}
.proinfo-items1 .images img {
  width: 100%;
}
.proinfo-items1 .tits {
  line-height: 1.2;
  color: #000000;
  margin-bottom: 1.625rem;
}
.proinfo-items1 .txts {
  line-height: 1.8;
  margin-bottom: 2.75rem;
}
.proinfo-items1 .txts span {
  color: #bf2229;
}
.proinfo-items1 .uls {
  font-size: 0;
}
.proinfo-items1 .uls .imgs {
  width: 1.4rem;
}
.proinfo-items1 .uls .span {
  width: calc(100% - 1.4rem);
}
.proinfo-items1 .uls .li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: .375rem;
  font-size: 0;
}
.proinfo-items1 .uls .li .imgs, .proinfo-items1 .uls .li .span {
  display: inline-block;
  vertical-align: top;
}
.proinfo-items1 .uls .li .span {
  padding-left: .45rem;
  color: #808080;
}

.proinfo-items2 {
  font-size: 0;
  padding-bottom: .75rem;
}
.proinfo-items2 .items {
  margin-left: .75rem;
  width: calc((100% - .75rem)/2);
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.proinfo-items2 .items:nth-child(2n+1) {
  margin-left: 0;
}
.proinfo-items2 .images {
  position: relative;
}
.proinfo-items2 .images:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.proinfo-items2 .words {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
.proinfo-items2 .span {
  line-height: 1;
  margin-top: .55rem;
}
.proinfo-items2 .imgs {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.proinfo-botsbox {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  /*padding-bottom: 3.5rem;*/
  /*padding-bottom: 6.5rem;*/
  background: #ecf0f3;
}
.proinfo-botsbox.on{
  padding-bottom: 3.5rem;
}
.proinfo-botsbox.on .proinfo-titles {
  margin-bottom: 1.9rem;
}

.proinfo-titles {
  line-height: 1;
  font-size: 0;
}
.proinfo-titles .imgs, .proinfo-titles .span {
  display: inline-block;
  vertical-align: middle;
}
.proinfo-titles .span {
  margin-left: .4rem;
  line-height: 1;
}

.buyright {
  padding-right: 7px;
}

.proinfo-form input, .proinfo-form textarea {
  border: none;
  outline: none;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.proinfo-form .submit {
  margin: 0 auto;
  margin-top: 1.375rem;
  position: relative;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 1.25rem;
  position: relative;
  background: #bf2229;
  display: inline-block;
  vertical-align: top;
}
.proinfo-form .submit input {
  position: relative;
  border: none;
  z-index: 2;
  background: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-left: 2.2rem;
  padding-right: 1.25rem;
}
.proinfo-form .submit img {
  position: absolute;
  width: .6rem;
  height: .6rem;
  left: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.proinfo-form .inputbox1 {
  font-size: 0;
}
.proinfo-form .inputbox1 .input {
  width: 32.5%;
  margin-left: 1.25%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1.65rem;
  height: 1.65rem;
}
.proinfo-form .inputbox1 .input select,
.proinfo-form .inputbox1 .input input {
  line-height: inherit;
  width: 100%;
  height: 100%;
  padding-left: 1.875rem;
}
.proinfo-form .inputbox1 .input:nth-child(3n+1) {
  margin-left: 0;
}
.proinfo-form .inputbox .span {
  width: .6rem;
  height: .6rem;
  position: absolute;
  left: .9rem;
  top: 0;
}
.proinfo-form .inputbox .span img {
  display: inline-block;
  vertical-align: middle;
}
.proinfo-form .inputbox2 {
  margin-top: 1rem;
}
.proinfo-form .inputbox2 .input {
  position: relative;
}
.proinfo-form .inputbox2 .input .span {
  top: .5rem;
}
.proinfo-form .inputbox2 textarea {
  width: 100%;
  padding-left: 1.875rem;
  height: 5.25rem;
  padding-top: .5rem;
  resize: none;
  display: block;
}
.proinfo-form .tips {
  margin-top: .6rem;
  line-height: 1.2;
  padding: 0 .5rem;
  color: #666666;
}

.buybox2-tops {
  padding-top: 2.45rem;
  padding-bottom: 1.75rem;
}
.buybox2-tops .text-list {
  margin-top: 1.5rem;
}
.buybox2-tops .selectsbox {
  margin-top: 1.4rem;
  padding-right: 1.8rem;
  position: relative;
  font-size: 0;
}
.buybox2-tops .selectsbox .submit input {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/i37.png) #bf2229 no-repeat center;
  background-size: 100%;
  width: 1.25rem;
  height: 1.05rem;
  text-indent: -999px;
  overflow: hidden;
}
.buybox2-tops .selectsbox .li-tops {
  line-height: inherit;
  border: 1px solid #dce1e4;
  border-radius: 2px;
  padding-left: .2rem;
  padding-right: .65rem;
  position: relative;
  cursor: pointer;
}
.buybox2-tops .selectsbox .li-tops:before {
  position: absolute;
  content: "";
  width: .3rem;
  height: .2rem;
  right: .35rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/sj1.png) no-repeat center;
  background-size: 100%;
}
.buybox2-tops .selectsbox .li-bots {
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 100%;
  line-height: 1.5;
  padding: 10px 0;
  display: none;
  background: #fff;
}
.buybox2-tops .selectsbox .li-bots .ui {
  padding: 5px .2rem;
  cursor: pointer;
  line-height: 1.6;
}
.buybox2-tops .selectsbox .li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-left: 3.5%;
  position: relative;
  line-height: 1.05rem;
  height: 1.05rem;
}
.buybox2-tops .selectsbox .li:nth-child(3n+1) {
  margin-left: 0;
}

.buybox2-bots {
  position: relative;
}
.buybox2-bots .con-box {
  height: calc(100% - 2.85rem);
  overflow-y: auto;
  padding-right: 4px;
}
.buybox2-bots .box {
  height: 100%;
}
.buybox2-bots .items {
  padding-bottom: .95rem;
  border-bottom: 1px solid #dadada;
  padding-left: .8rem;
  cursor: pointer;
}
.buybox2-bots .items:nth-child(n+2) {
  margin-top: .9rem;
}
.buybox2-bots .items.active .i-tits:before {
  background: url(../img/m34.png) no-repeat center;
  background-size: 100%;
}
.buybox2-bots .items .pwords {
  color: #808080;
  line-height: 1.7;
  padding-right: 1.5rem;
}
.buybox2-bots .items .pwords .li:nth-child(n+2) {
  margin-top: .375rem;
}
.buybox2-bots .items .pwords-bots {
  margin-top: .9rem;
  padding-right: .9rem;
  line-height: 1.25;
}
.buybox2-bots .items .pwords-bots .fr-txts {
  line-height: inherit;
  color: #bf2229;
  font-weight: bold;
}
.buybox2-bots .items .pwords-bots .fl-tits {
  position: relative;
  padding-left: .65rem;
  position: relative;
  color: #1a1a1a;
  line-height: inherit;
}
.buybox2-bots .items .pwords-bots .fl-tits:before {
  position: absolute;
  content: "";
  background: url(../img/m33.png) no-repeat center;
  background-size: 100%;
  width: .375rem;
  height: .375rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.buybox2-bots .items .i-tits {
  line-height: 1.5em;
  position: relative;
  color: #1a1a1a;
  margin-bottom: .5rem;
}
.buybox2-bots .items .i-tits:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1.3em;
  left: -.75rem;
  top: .1rem;
  background: url(../img/m33.png) no-repeat center;
  background-size: 100%;
}
.buybox2-bots .words {
  position: absolute;
  left: 7.5%;
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 400px;
  z-index: 5;
  padding: 1rem 1.2rem 1.5rem 1.25rem;
}
.buybox2-bots .images-box {
  height: 18.5rem;
}
.buybox2-bots .inputbox {
  position: relative;
  height: .8rem;
  line-height: .8rem;
  border: 1px solid #b9b9b9;
  padding-right: .8rem;
  overflow: hidden;
  margin-top: .4rem;
  margin-bottom: .75rem;
  overflow: hidden;
}
.buybox2-bots .inputbox input[type=text] {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.buybox2-bots .inputbox input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: .8rem;
  height: .8rem;
  background: url(../img/m32.png) #bf2229 no-repeat center;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}

.lnglat {
  position: relative;
}
.lnglat span {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 6px;
  top: 6px;
  line-height: 24px;
  text-align: center;
  color: #de0245;
}

.buybox2tits {
  color: #fff;
  height: .9rem;
  line-height: .9rem;
  color: #fff;
  text-align: center;
  background: #bf2229;
  font-size: 0;
  cursor: pointer;
}
.buybox2tits b {
  width: .3rem;
  height: .3rem;
  background: url(../img/m31.png) no-repeat center;
  background-size: 100%;
  margin-right: .35rem;
}
.buybox2tits b, .buybox2tits span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

.joins01-ul2 .li2 {
  overflow: hidden;
}

.fr-yuan {
  width: 4.25rem;
  height: 4.25rem;
  position: absolute;
  top: -2rem;
  right: -2.8rem;
  background: url(../img/img27.png) no-repeat center;
  background-size: 100%;
  z-index: 5;
}

.fl-yuan {
  width: 9rem;
  height: 9rem;
  position: absolute;
  top: -4rem;
  left: -4.75rem;
  background: url(../img/img28.png) no-repeat center;
  background-size: 100%;
  z-index: 0;
}

.fl-yuan1 {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  top: -6.1rem;
  left: .85rem;
  position: absolute;
  background: rgba(217, 55, 61, 0.9);
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.2);
}

.responsibility-cons {
  padding-top: 3.75rem;
  padding-bottom: 5.5rem;
}
.responsibility-cons .res-tits {
  margin-bottom: 3.55rem;
  position: relative;
}
.responsibility-cons .res-tits .tits {
  display: inline-block;
  vertical-align: top;
  padding: .25rem 0;
  color: #bf2229;
  line-height: 1;
  border-bottom: 1px solid #f8cecf;
}
.responsibility-cons .res-tits .r-span {
  position: absolute;
  left: 50%;
  top: -4rem;
  transform: translateX(-50%);
  width: 17.75rem;
  height: 17.75rem;
  background: url(../img/m38.png) no-repeat center;
  background-size: 100%;
}
.responsibility-cons .res-txts {
  border-bottom: 1px solid #dddddd;
}
.responsibility-cons .res-txts .li {
  display: inline-block;
  vertical-align: top;
  line-height: 2.3rem;
  height: 2.3rem;
  padding-left: 1rem;
  padding-right: .65rem;
  position: relative;
  margin: 0 1rem;
  cursor: pointer;
}
.responsibility-cons .res-txts .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #bf2229;
  opacity: 0;
  transition: .5s ease-in-out;
}
.responsibility-cons .res-txts .li.active {
  color: #bf2229;
}
.responsibility-cons .res-txts .li.active .imgs .i0 {
  opacity: 1;
}
.responsibility-cons .res-txts .li.active .imgs .i1 {
  opacity: 0;
}
.responsibility-cons .res-txts .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}
.responsibility-cons .res-txts .li .span {
  line-height: inherit;
}
.responsibility-cons .res-txts .li .imgs {
  position: absolute;
  width: .5rem;
  height: .5rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #1a1a1a;
}
.responsibility-cons .res-txts .li .imgs .i0 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.w1620 {
  width: 86%;
  max-width: 1620px;
  margin: 0 auto;
}

.click-more {
  display: inline-block;
  vertical-align: top;
  height: 1.1rem;
  line-height: 1.1rem;
  border-radius: 1.1rem;
  width: 3.4rem;
  background: #bf2229;
  color: #fff;
  cursor: pointer;
}

.responsibility-listbox .list {
  font-size: 0;
}
.responsibility-listbox .list .items {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 5%;
}
.responsibility-listbox .list .items:nth-child(3n+1) {
  margin-left: 0;
}

.responsibility-words {
  line-height: 2.5;
  color: #666666;
  padding-top: 1.5rem;
  padding-bottom: 1.625rem;
}

.proinfo-swiper .swiper-pagination {
  width: 100%;
}
.proinfo-swiper .swiper-pagination .swiper-pagination-bullet {
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.proinfo-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #bf2229;
}

.wel-banner {
  position: relative;
}
.wel-banner .imgs {
  height: 22rem;
}
.wel-banner .btns {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 36px;
}
.wel-banner .swiper-button-prev {
  left: 1.1rem;
  background: url(../img/a0.png) no-repeat center;
  background-size: 100%;
}
.wel-banner .swiper-button-next {
  right: 1.1rem;
  background: url(../img/a1.png) no-repeat center;
  background-size: 100%;
}
.wel-banner .swiper-pagination {
  bottom: 2rem;
}
.wel-banner .swiper-pagination .swiper-pagination-bullet {
  width: .3rem;
  border-radius: .25rem;
  border: 2px solid #fff;
  height: .3rem;
  margin: 0 .25rem;
  transition: .5s ease-in-out;
}
.wel-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  background: #bf2229;
  border-color: #bf2229;
  transition: .5s ease-in-out;
}

.wel-news {
  padding-top: 2.1rem;
  padding-bottom: 3.4rem;
}

.wel-more {
  width: 4.5rem;
  height: 1.1rem;
  line-height: 1.1rem;
  border-radius: 1.1rem;
  background: #bf2229;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.wel-more:hover {
  color: #fff;
}
.wel-more span {
  padding-right: .6rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.wel-more span:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .2rem;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../img/m39.png) no-repeat center;
  background-size: 100%;
  transition: .5s ease-in-out;
}

.wel-news-titles {
  height: 2rem;
  line-height: 2rem;
  font-size: 0;
  border-bottom: 1px solid #dddddd;
}
.wel-news-titles .li {
  display: inline-block;
  vertical-align: top;
  padding: 0 .5rem;
  margin: 0 .9rem;
  position: relative;
  line-height: inherit;
  cursor: pointer;
}
.wel-news-titles .li.active {
  color: #bf2229;
  transition: .5s ease-in-out;
}
.wel-news-titles .li.active:before {
  transition: .5s ease-in-out;
  opacity: 1;
}
.wel-news-titles .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #bf2229;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .5s ease-in-out;
}

.wel-news-swiper {
  padding-bottom: 1.5rem;
  padding-top: 2.1rem;
}
.wel-news-swiper .swiper-slide {
  width: 32%;
  margin-right: 3.8%;
}
.wel-news-swiper .swiper-container {
  overflow: visible;
}
.wel-news-swiper .imgs img {
  transition: .5s ease-in-out;
}
.wel-news-swiper .words {
  padding-top: .75rem;
  padding-bottom: .5rem;
}
.wel-news-swiper .words .tits {
  line-height: 1;
  color: #999999;
}
.wel-news-swiper .words .txts {
  color: #333333;
  line-height: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: .2rem;
}

.wel-management {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  background: #f0f0f0;
}
.wel-management .wel-titles {
  padding-bottom: 1.25rem;
}

.management-images {
  width: 70%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}
.management-images .c-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.management-images .c-text .li {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #bf2229;
  position: relative;
}
.management-images .c-text .box {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.management-images .c-text .tits, .management-images .c-text .txts {
  line-height: 1;
}
.management-images .c-text .txts {
  margin-top: .55rem;
}
.management-images .c-zi {
  position: absolute;
  width: 9.7%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.management-images .c-zi span {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.management-images .c-imgs .li {
  position: absolute;
}
.management-images .c-imgs .li .imgs, .management-images .c-imgs .li .span {
  position: absolute;
}
.management-images .c-imgs .li .span {
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
  width: 5em;
  color: #333333;
}
.management-images .c-imgs .li .imgs {
  width: 3.5rem;
  height: 3.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.management-images .c-imgs .li1 .span, .management-images .c-imgs .li3 .span {
  right: 100%;
}
.management-images .c-imgs .li2 .span, .management-images .c-imgs .li4 .span {
  left: 100%;
  text-align: right;
}
.management-images .c-imgs .li1 {
  left: 7%;
  top: 18%;
}
.management-images .c-imgs .li2 {
  right: 7%;
  top: 18%;
}
.management-images .c-imgs .li3 {
  left: 7%;
  bottom: 18%;
}
.management-images .c-imgs .li4 {
  right: 7%;
  bottom: 18%;
}
.management-images .c-dian .dian {
  position: absolute;
}
.management-images .c-dian .dian img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  max-width: none;
}
.management-images .c-dian .dian1 {
  left: 15%;
  top: 10%;
}
.management-images .c-dian .dian2 {
  left: 3%;
  top: 37%;
}
.management-images .c-dian .dian3 {
  left: 2%;
  top: 56%;
}
.management-images .c-dian .dian4 {
  left: 17%;
  top: 91%;
}
.management-images .c-dian .dian5 {
  left: 47%;
  top: 70%;
}
.management-images .c-dian .dian6 {
  left: 53%;
  top: 70%;
}
.management-images .c-dian .dian7 {
  left: 80%;
  top: 93%;
}
.management-images .c-dian .dian8 {
  left: 96%;
  top: 65%;
}
.management-images .c-dian .dian9 {
  left: 97%;
  top: 39%;
}
.management-images .c-dian .dian10 {
  left: 84%;
  top: 9%;
}
.management-images .c-dian .dian11 {
  left: 53%;
  top: 32%;
}
.management-images .c-dian .dian12 {
  left: 48%;
  top: 32%;
}
.management-images .c-bottext {
  position: absolute;
  bottom: .6125rem;
  text-align: center;
  line-height: 1;
  text-align: center;
  width: 100%;
  color: #333333;
}

.wel-products {
  height: 14rem;
}
.wel-products.active .items {
  width: 24%;
  transition: .5s ease-in-out;
}
.wel-products.active .items.active {
  width: 52%;
  background: #e6e6e6 !important;
  transition: .5s ease-in-out;
}
.wel-products.active .items.active .box {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  background: #e6e6e6;
}
.wel-products.active .items.active .box .i2 {
  opacity: 1;
}
.wel-products.active .items.active .box .i0 {
  opacity: 0;
}
.wel-products.active .items.active .box .tits {
  color: #bf2229;
}
.wel-products.active .items.active .box .words {
  margin-left: 0;
}
.wel-products .items {
  width: 33.33%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  transition: .5s ease-in-out;
}
.wel-products .items .box {
  width: 24.75rem;
  position: absolute;
  padding-left: 3rem;
  padding-right: 1.1rem;
  top: 0;
  /*right: 0;*/
  font-size: 0;
  /*left: 50%;*/
  right: 0;
  /*transform:translateX(-50%);*/
  padding-top: 1.75rem;
  padding-bottom: .95rem;
  text-align: right;
}
.thmore,
.wel-products .items .box .more {
  display: block;
  color: #fff;
  width: 2rem;
  height: 1.375rem;
  background: url(../img/a10.png) no-repeat center;
  background-size: 100%;
  line-height: 1.375rem;
  padding-left: .4rem;
  padding-right: .2rem;
}

.wel-products .items .box .tits {
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
.wel-products .items .box .txts {
  margin-top: .55rem;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  color: #666666;
}
.wel-products .items .words, .wel-products .items .images {
  display: inline-block;
  vertical-align: middle;
  text-align: left;

}
.wel-products .items .words {
  max-width: calc(100% - 11.5rem);
  margin-left: -1.25rem;
  position: relative;
  z-index: 2;
}
.wel-products .images {
  width: 11.5rem;
  position: relative;
}
.wel-products .images .i2 {
  opacity: 0;
}
.wel-products .images .i2,
.wel-products .images .i1 {
  position: absolute;
  left: 0;
  top: 0;
}

.wel-expert {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.expert-images {
  height: 450px;
  position: relative;
  margin-top: .45rem;
}
.expert-images .box {
  height: 100%;
}
.expert-images .li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.expert-images .li.active {
  opacity: 1;
}
.expert-images .li .yuan {
  position: absolute;
  width: 11.125rem;
  height: 11.125rem;
  right: -5.5625rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.9s cubic-bezier(0, 0.29, 0.67, 0.72);
}
.expert-images .li.li1 .libox {
  padding-left: 7.75rem;
  padding-right: 2.25rem;
  height: 100%;
  padding-top: 1.5rem;
}
.expert-images .li.li1 .words {
  width: calc(100% - 14.5rem);
  padding-top: 2rem;
  padding-left: 1.75rem;
  overflow: hidden;
}
.expert-images .li.li1 .text {
  color: #4c4c4c;
  line-height: 1.66;
  width: 20em;
  transform: translateY(3rem);
  transition: 0.9s cubic-bezier(0, 0.29, 0.67, 0.72);
  opacity: 0;
}
.expert-images .li.li1.active .text {
  transform: translateY(0);
  transition: 0.9s cubic-bezier(0, 0.29, 0.67, 0.72);
  opacity: 1;
}
.expert-images .li.li1.active .imgs img {
  transform: scale3d(1, 1, 1);
  transition: 0.9s cubic-bezier(0, 0.29, 0.67, 0.72);
}
.expert-images .li.li1.active .imgs .i0 {
  transition-delay: .1s;
}
.expert-images .li.li1.active .imgs .i1 {
  transition-delay: .2s;
}
.expert-images .li.li1.active.on .imgs .i0 {
  left: 100vw;
  transform: scale3d(0.5, 0.5, 1);
  transition: 5s cubic-bezier(0.17, 1.29, 0.67, 0.72);
  transition-delay: .3s;
}
.expert-images .li.li1.active.on .imgs .i1 {
  left: -100vw;
  transition: 5s cubic-bezier(0.17, 1.29, 0.67, 0.72);
  transition-delay: .3s;
}
.expert-images .li.li1.active.on .yuan {
  transform: scale3d(0.5, 0.5, 1);
  right: -20%;
  transition: 0.5s cubic-bezier(0, 0.29, 0.67, 0.72);
}
.expert-images .li.li1.active.on .text {
  transform: translateY(3rem);
  transition: 0.6s cubic-bezier(0, 0.29, 0.67, 0.72);
  opacity: 0;
}
.expert-images .li.li1 .imgs {
  position: relative;
  width: 14.5rem;
}
.expert-images .li.li1 .imgs img {
  transform: scale3d(0, 0, 1);
  transition: 0.9s cubic-bezier(0, 0.29, 0.67, 0.72);
}
.expert-images .li.li1 .imgs .i {
  opacity: 0;
  display: block;
}
.expert-images .li.li1 .imgs .i0,
.expert-images .li.li1 .imgs .i1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.expert-images .li.li2.active .imgs {
  left: 48%;
  transition: 0.9s cubic-bezier(0, 0.29, 0.67, 0.72);
}
.expert-images .li.li2.active .li-text .tits, .expert-images .li.li2.active .li-text .txts {
  transition: 0.5s cubic-bezier(0, 0.29, 0.67, 0.72);
  transform: translateY(0);
  transition-delay: .9s;
  opacity: 1;
}
.expert-images .li.li2.active .words-tits, .expert-images .li.li2.active .words-more {
  transform: translateY(0);
  transition: 0.5s cubic-bezier(0, 0.29, 0.67, 0.72);
  transition-delay: .9s;
  opacity: 1;
}
.expert-images .li.li2 .imgs {
  position: absolute;
  left: 110%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.9s cubic-bezier(0, 0.29, 0.67, 0.72);
}
.expert-images .li.li2 .imgs img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11.6rem;
  max-width: none;
}
.expert-images .li.li2 .libox {
  height: 100%;
}
.expert-images .li.li2 .lio {
  /*width:calc((100% - 11.6rem)/2);*/
  width: 50%;
}
.expert-images .li.li2 .li-words, .expert-images .li.li2 .li-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.expert-images .li.li2 .li-words {
  right: 0;
  padding-left: 6.625rem;
  padding-right: 3rem;
}
.expert-images .li.li2 .words-tits {
  color: #333333;
  line-height: 2.2;
}
.expert-images .li.li2 .words-tits span {
  font-size: 166%;
  color: #bf2229;
  line-height: 1;
}
.expert-images .li.li2 .words-more {
  color: #bf2229;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin-top: .9rem;
  padding: .1rem 0;
  position: relative;
}
.expert-images .li.li2 .words-more:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #bf2229;
  left: 0;
  bottom: 0;
}
.expert-images .li.li2 .words-tits, .expert-images .li.li2 .words-more {
  transform: translateY(3rem);
  transition: 0.5s cubic-bezier(0, 0.29, 0.67, 0.72);
  transition-delay: .9s;
  opacity: 0;
}
.expert-images .li.li2 .li-text {
  padding-left: 17.5%;
  padding-right: 6.5rem;
  left: 0;
}
.expert-images .li.li2 .li-text .tits, .expert-images .li.li2 .li-text .txts {
  line-height: 1;
  transform: translateY(3rem);
  transition: 0.5s cubic-bezier(0, 0.29, 0.67, 0.72);
  transition-delay: .9s;
  opacity: 0;
}
.expert-images .li.li2 .li-text .tits {
  color: #bf2229;
  margin-bottom: .65rem;
}
.expert-images:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90px;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../img/nbg.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}
.expert-images .btnsbox .btn {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #c11920;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.expert-images .btnsbox .btn.active {
  background-color: #ccc;
  pointer-events: none;
}
.expert-images .btnsbox .btn-left {
  left: 3rem;
  background-image: url(../img/nleft.png);
}
.expert-images .btnsbox .btn-right {
  right: 3rem;
  /*background-color: rgba(255,255,255,.4);*/
  background-image: url(../img/nright.png);
}

.w1440 {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
}

.expert-words .tits, .expert-words .txts {
  line-height: 1;
}
.expert-words .txts {
  color: #333333;
  margin-top: .7rem;
}
.expert-words .tits {
  color: #7b6e68;
}

.wel-titles .tits {
  line-height: 1.3;
}
.wel-titles .mores {
  display: inline-block;
  vertical-align: top;
  position: relative;
  position: relative;
  padding-bottom: 4px;
  color: #bf2229;
  line-height: 1;
  margin-top: .75rem;
}
.wel-titles .mores span {
  line-height: inherit;
}
.wel-titles .mores:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #bf2229;
}

.search-wrap {
  padding: 2rem 0;
  /*margin-top: 120px;*/
}

.search-wrap .tab-btns {
  float: left;
  width: 15.17%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}

.search-wrap .tab-btns a {
  display: block;
  height: 1.95rem;
  line-height: 1.95rem;
  font-family: "Microsoft Yahei";
  text-align: center;
  color: #666;
  font-size: .45rem;
  border-bottom: 1px solid #e6e6e6;
  transition: all .3s;
}

.search-wrap .tab-btns a:last-child {
  border-bottom: none;
}

.search-wrap .tab-btns a.cur {
  color: #fff;
  background-color: #bf2229;
}

.search-wrap .right {
  float: right;
  width: 78.57%;
  min-height: 60vh;
}

.search-wrap .right .num {
  font-size: .45rem;
  line-height: .5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
  padding-bottom: .75rem;
  font-family: "Microsoft Yahei";
}

.search-list .item {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.search-list .item .tit {
  font-size: .6rem;
  line-height: .7rem;
  color: #333;
  font-weight: bold;
}

.search-list .item .pub-con {
  margin-top: .5rem;
  line-height: .7rem;
  height: .7rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
}

.search-list .item .time {
  font-size: .4rem;
  line-height: .5rem;
  color: #999;
  font-family: "Microsoft Yahei";
  margin-top: .75rem;
}

.search-list .page {
  margin-top: 2.15rem;
}

.pub-con {
  font-size: .4rem;
  line-height: .7rem;
  color: #4c4c4c;
}
.wel-news-swiper .swiper-slide:last-child{
  margin-right: 0;
}

@media (max-width: 767px) {
  .search-wrap {
    padding: 2rem 0;
  }

  .search-wrap .tab-btns {
    float: none;
    width: 100%;
    font-size: 0;
  }

  .search-wrap .tab-btns a {
    width: 50%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.75rem;
  }

  .search-wrap .tab-btns a:nth-child(2n) {
    border-right: none;
  }

  .pub-con {
    font-size: 0.6rem;
    line-height: 1.6;
  }

  .search-wrap .right {
    float: none;
    width: 100%;
    margin-top: 1.25rem;
  }

  .search-wrap .right .num {
    font-size: 0.6rem;
    line-height: 1rem;
    padding-bottom: 0.75rem;
  }

  .search-list .item {
    padding: 1rem 0;
  }

  .search-list .item .tit {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .search-list .item .pub-con {
    margin-top: 0.5rem;
  }

  .search-list .item .time {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.5rem;
  }

  .search-dialog .search {
    width: 75%;
    padding: 0.25rem 0.5rem;
  }

  .search-dialog .search input[type=submit] {
    width: 1rem;
    height: 1rem;
  }

  .search-dialog {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 0;
    width: 70%;
    margin: auto;
  }

  .search-dialog .search input[type=text] {
    width: 80%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.75rem;
  }

  .search-dialog .search-close {
    width: 0.75rem;
    height: 0.8rem;
    margin-top: -0.4rem;
  }
}
body {
  overflow: hidden;
}

@media (max-width: 1600px) {
  .expert-images .btnsbox .btn-left {
    left: 1.5rem;
  }

  .expert-images .btnsbox .btn-right {
    right: 1.5rem;
  }
}
.con-banner.ab-banner .about-words{
  top: 2.75rem;
}
@media (min-width: 1024px) {
  .proinfo-banner .images{
    padding-top: 1rem;
  }
  .investor-01 .text-fr{
    padding-top: 2rem;
  }
  .wel-banner .words{
    margin-top: -2rem;
  }
  .thmore, .wel-products .items .box .more{
    width: 80px;
    height: 55px;
    line-height: 55px;
    padding-left: 16px;
    padding-right: 8px;
  }
  .about-intro2box .imgs img{
    transition:.5s ease-in-out;
  }
  .about-intro2box .imgs:hover img{
    transition:.5s ease-in-out;
    /*transform:rotate(360deg);*/
  }
  .about-intro2box .imgs{
  transition:.5s ease-in-out;
    
  }
  .about-intro2box .imgs:hover{
    background-color: #bf2229;
    transition:.5s ease-in-out;
  }
  .about-intro2box .imgs:hover .i1{
    opacity: 1;
  }
  .about-intro2box .imgs:hover .i0{
    opacity: 0;
  }

  .investor02-list .list .items:hover .txts:before{
    background: url(../img/sn2.png) no-repeat center;
    background-size: 100%;
    transition: .5s ease-in-out;
  }
  .proinfo-titles .span.porbtns:hover{
    transition:.5s ease-in-out;
    transform:translateY(-10px);
  }
  .conmores span {
    transition: .5s ease-in-out;
  }

  .conmores:hover span {
    transition: .5s ease-in-out;
    transform: translateX(-5px);
  }

  .wel-products .items .box .more {
    opacity: 0;
  }

  .wel-products .items.active .box .more {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .wel-news-swiper .swiper-slide .imgs {
    overflow: hidden;
  }
  .wel-news-swiper .swiper-slide:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .wel-news-titles .li:hover {
    color: #bf2229;
    transition: .5s ease-in-out;
  }
  .wel-news-titles .li:hover:before {
    transition: .5s ease-in-out;
    opacity: 1;
  }

  .wel-more:hover span:before {
    transition: .5s ease-in-out;
    transform: translateX(10px);
  }

  .buybox01-list .items {
    transition: .5s ease-in-out;
  }
  .buybox01-list .items .images {
    transition: .5s ease-in-out;
  }
  .buybox01-list .items:hover {
    transition: .5s ease-in-out;
  }
  .buybox01-list .items:hover .images {
    transition: .5s ease-in-out;
    transform: translateY(-10px);
  }
  .buybox01-list .items:hover .images:before {
    box-shadow: 0 0 50px 12px #c11920;
  }

  .responsibility-cons .res-txts .li:hover {
    color: #bf2229;
  }
  .responsibility-cons .res-txts .li:hover .imgs .i0 {
    opacity: 1;
  }
  .responsibility-cons .res-txts .li:hover .imgs .i1 {
    opacity: 0;
  }
  .responsibility-cons .res-txts .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .proinfo-items2 .images {
    overflow: hidden;
  }
  .proinfo-items2 .images img {
    transition: .5s ease-in-out;
  }

  .proinfo-items2 .items:hover .images img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .proinfo-form .submit {
    transition: .5s ease-in-out;
  }
  .proinfo-form .submit img {
    transition: .5s ease-in-out;
  }
  .proinfo-form .submit:hover img {
    left: 1rem;
    transition: .5s ease-in-out;
  }

  .joins01-ul2 .li2.active,
  .joins01-ul2 .li2:hover {
    background: #bf2229;
    transition: .5s ease-in-out;
    color: #fff;
  }
  .joins01-ul2 .li2.active .imgs02,
  .joins01-ul2 .li2:hover .imgs02 {
    opacity: 0;
    transition: .5s ease-in-out;
  }
  .joins01-ul2 .li2.active .txts,
  .joins01-ul2 .li2.active .titbox,
  .joins01-ul2 .li2:hover .txts,
  .joins01-ul2 .li2:hover .titbox {
    transform: translateY(-2rem);
    transition: .5s ease-in-out;
  }
  .joins01-ul2 .li2.active .txts,
  .joins01-ul2 .li2:hover .txts {
    display: block;
    overflow-y: auto;
  }
  .joins01-ul2 .li2.active .imgs01,
  .joins01-ul2 .li2:hover .imgs01 {
    opacity: 1;
  }
  .joins01-ul2 .li2.active .txts,
  .joins01-ul2 .li2.active .tits,
  .joins01-ul2 .li2:hover .txts,
  .joins01-ul2 .li2:hover .tits {
    color: #fff;
  }
  .joins01-ul2 .li2.active .txts:before,
  .joins01-ul2 .li2:hover .txts:before {
    display: none;
  }

  .sugar-con-list .items {
    transition: .5s ease-in-out;
  }
  .sugar-con-list .items:hover {
    transition: .5s ease-in-out;
    color: #fff;
    background: #bf2229;
  }
  .sugar-con-list .items:hover .tits {
    color: #fff;
    transition: .5s ease-in-out;
  }
  .sugar-con-list .items:hover .span {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .sugar-bots-list .titles .li:hover {
    color: #bf2229;
  }
  .sugar-bots-list .titles .li:hover .imgs .i0 {
    opacity: 1;
  }
  .sugar-bots-list .titles .li:hover .imgs .i1 {
    opacity: 0;
  }
  .sugar-bots-list .titles .li:hover .imgs img {
    transition: .5s ease-in-out;
  }
  .sugar-bots-list .titles .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .sugar-titles .li {
    transition: .5s ease-in-out;
  }
  .sugar-titles .li:hover {
    transition: .5s ease-in-out;
    color: #fff;
    background: #bf2229;
  }

  .wow {
    opacity: 0;
    transition: .5s ease-in-out;
  }

  .wow.animated {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .bocweb-header .nav-list a {
    transition: .5s ease-in-out;
  }
  .bocweb-header .nav-list a:hover {
    color: #bf2229;
    transition: .5s ease-in-out;
  }
}
.news-con {
  background: #f2f2f2;
}
.news-con .news-tops {
  padding-top: 2.5rem;
  padding-bottom: 1.2rem;
}
.news-con .inputbox {
  height: 1.75rem;
  line-height: 1.75rem;
  position: relative;
  padding-right: 3rem;
}
.news-con .inputbox input[type=text] {
  width: 100%;
  height: 100%;
  background: transparent;
  border-bottom: 1px solid #e0e0e0;
}
.news-con .inputbox input[type=text] input:-moz-placeholder,
.news-con .inputbox input[type=text] textarea:-moz-placeholder {
  color: #bfbfbf;
}
.news-con .inputbox input[type=text] input::-moz-placeholder,
.news-con .inputbox input[type=text] textarea::-moz-placeholder {
  color: #bfbfbf;
}
.news-con .inputbox input[type=text] input:-ms-input-placeholder,
.news-con .inputbox input[type=text] textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
.news-con .inputbox input[type=text] input::-webkit-input-placeholder,
.news-con .inputbox input[type=text] textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
.news-con .inputbox input[type=submit] {
  width: 1.75rem;
  height: 1.75rem;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/searchs2.png) #c01722 no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.pcbox {
  display: block;
}

.mbox {
  display: none;
}

.newinfo {
  padding-top: 2.5rem;
  padding-bottom: 4.9rem;
}

.newinfo-title {
  font-size: 0;
}
.newinfo-title .li {
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  color: #7e7e80;
  padding-left: .3rem;
  margin-left: .3rem;
  position: relative;
}
.newinfo-title .li:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #868688;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #868688;
}
.newinfo-title .li.home {
  margin-left: 0;
  padding-left: .7rem;
}
.newinfo-title .li.home:before {
  width: .5rem;
  height: .5rem;
  background: url(../img/home.png) no-repeat center;
  background-size: 100%;
}

.fa {
  background: #fafafa;
}

.bocweb-footer {
  background: #bf2229;
}

.bocweb-footer-tops {
  padding-top: 1.5rem;
  padding-bottom: 1.15rem;
  font-size: 0;
}
.bocweb-footer-tops .items {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: relative;
  margin: 0 .3rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.bocweb-footer-tops .items img {
  point-events: none;
}
.bocweb-footer-tops .items .ewmbox{
  padding-bottom: 10px;
  position: absolute;
  width: 120px;
  left: 50%;
  bottom: 100%;
  transform:translateX(-50%);
  display: none;
}

.bocweb-footer-bots {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}

.responsibility-listbox .items {
  color: #333333;
  margin-bottom: 2.1rem;
}
.responsibility-listbox .imgs {
  margin-bottom: .75rem;
}
.responsibility-listbox .time {
  line-height: 1;
  color: #999999;
}
.responsibility-listbox .txts {
  line-height: 1.8;
  height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: .25rem;
}

.about-intro4 {
  padding-top: 3rem;
  padding-bottom: 3.25rem;
}

.intro4-words {
  padding-bottom: 2.25rem;
}
.intro4-words .tits {
  line-height: 1;
}
.intro4-words .txts {
  line-height: 2.2;
  color: #808080;
  margin-top: 1.1rem;
}
.intro4-words .txts span {
  color: #bf2229;
  font-weight: bold;
}

.intro4-images {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  position: relative;
}
.intro4-images .li {
  position: absolute;
}
.intro4-images .li .dian, .intro4-images .li .line, .intro4-images .li .text {
  position: absolute;
}
.intro4-images .li.li1 {
  left: 30%;
  top: 60%;
}
.intro4-images .li.li1 .line {
  right: 0;
  width: 5.5rem;
}
.intro4-images .li.li1 .text {
  right: 6.5rem;
  text-align: right;
}
.intro4-images .li.li2 {
  left: 75%;
  top: 30%;
}
.intro4-images .li.li2 .line {
  left: 0;
}
.intro4-images .li.li2 .text {
  left: 5.5rem;
}
.intro4-images .li .line {
  height: 1px;
  width: 4.75rem;
  background: #eb3343;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.intro4-images .li .text {
  line-height: 1.6;
  color: #808080;
  width: 22em;
  top: 50%;
  transform: translateY(-50%);
}
.intro4-images .li .text span {
  color: #bf2229;
}
.intro4-images .li .dian {
  width: .75rem;
  height: .75rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.intro4-images .li .dian .btn {
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  margin: auto;
}
.intro4-images .li .dian .btn1 {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.intro4-images .li .dian .btn2 {
  width: 50%;
  height: 50%;
  background: #fff;
}
.intro4-images .imgs {
  position: relative;
}
.intro4-images .imgs .i1 {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1820px) {
  .global-box .global-words {
    padding-top: 1.8rem;
  }

  .global-words .list {
    margin-top: 1.25rem;
  }

  .global-words .list-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1360px) {
  .intro4-images .li.li2 .line,
  .intro4-images .li.li1 .line {
    width: 4rem;
  }

  .intro4-images .li.li2 .text {
    left: 5rem;
  }

  .intro4-images .li.li1 .text {
    right: 5rem;
  }
}
@media (max-width: 1240px) {
  .global-box .global-words {
    padding-top: 1.2rem;
  }

  .global-words .list {
    margin-top: 1rem;
  }

  .global-words .list-text {
    margin-top: 1rem;
  }

  .global-words .list .li:nth-child(n+2) {
    margin-top: .3rem;
  }

  .global-words .map-txts {
    line-height: 1.5;
  }
}
@media (max-width: 1190px) {
  .intro4-images .li.li2 .line,
  .intro4-images .li.li1 .line {
    width: 3rem;
  }

  .intro4-images .li.li2 .text {
    left: 3.5rem;
  }

  .intro4-images .li.li1 .text {
    right: 3.5rem;
  }

  .global-box .global-words {
    padding-top: .6rem;
  }

  .global-words .list {
    font-size: 0;
  }

  .global-words .list .li {
    display: inline-block;
    vertical-align: top;
  }
  .global-words .list .li:nth-child(n+2) {
    margin-left: .5rem;
    margin-top: 0;
  }

  .proinfo-items1 .words {
    padding: 1rem;
  }

  .bocweb-header {
    padding: 0 1.5rem;
  }
}
.about-intro2box .items2-box {
  position: relative;
}

.expert-images {
  height: 11.25rem;
}

.con-banner {
  position: relative;
}

@media (max-width: 1023px) {
  .serverbox-03 .words .imgs{
    width: 100%;
    text-align: right;
  }
  .serverbox-03 .words .imgs img {
    display: inline-block;
    width: 7.75rem;
  }
    .wel-banner .words{
    text-align: center;
    top: 25%;
  }
  .wel-banner .words .thmore{
    display: none;
  }

  .wel-banner .words .jimgs{
    margin:0 auto;
  }
  .investor-04 .list-items{
    margin-top: 1.5rem;
  }
  .investor-04 .list-items .items .txts br{
    display: none;

  }
  .investor-04 .list-items .items .txts{
    width: 85%;
    margin:0 auto;
  }
  .investor-04 .list:before,.investor-04 .list:after{
    display: none;
  }
  .investor-04 .list-items .items{
    width: 32%;
    margin-left: 2%;
  }
  /*.investor-04 .list-items .items:nth-child(n+2){
    margin-top: 3%;
  }*/
  .about-intro .images .li-01 {
    margin-bottom: .25rem;
  }

  .search-dialog .search input[type=text] {
    font-size: 14px;
  }

  .search-dialog {
    width: 60%;
  }

  .search-dialog .search {
    width: 100%;
    padding: 0 5px;
  }

  .wel-products .items .box {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .wel-products .images .i2 {
    opacity: 1;
  }

  .wel-products .images .i0 {
    opacity: 0;
  }

  .wel-products .items .words {
    margin-left: 0;
  }

  .wel-products.active .items.active .box,
  .wel-products .items .box {
    position: static;
    left: auto;
    transform: none;
    width: 100% !important;
  }

  .expert-images:before {
    bottom: auto;
    top: 25%;
  }

  .wel-products .items {
    float: none;
    width: 100% !important;
    background: #e6e6e6 !important;
  }

  .expert-images {
    margin-top: 2rem;
  }

  .expert-images .btnsbox .btn {
    z-index: 6;
  }

  .expert-images-swiper.expert-images .btnsbox .btn {
    bottom: auto;
    top: 35%;
  }

  .onui.expert-images .btnsbox .btn {
    bottom: auto;
    top: 35%;
  }

  .expert-images .li.li2 .li-text {
    display: none;
  }

  .expert-images .li.li2 .words-tits, .expert-images .li.li2 .words-more,
  .expert-images .li.li2 .li-text .tits, .expert-images .li.li2 .li-text .txts,
  .expert-images .li.li2 .li-words, .expert-images .li.li2 .li-text {
    padding: 0;
    position: static;
    transform: none;
    opacity: 1;
  }

  .expert-images .li.li1 .words {
    padding: 0;
    padding-top: 1rem;
  }

  .expert-images .li.li2 .words-more {
    position: relative;
  }

  .expert-images .li.li2 .li-words {
    width: 100%;
    padding: 0 5%;
  }

  .expert-images .li.li2 .imgs,
  .expert-images .li.li2 .imgs img {
    position: static;
    width: 100%;
    transform: none;
  }

  .expert-images .li.li2 .imgs {
    width: 70%;
    margin: 0 auto;
  }

  .expert-images .swiper-pagination {
    position: static;
    margin-top: .65rem;
    width: 100%;
  }
  .expert-images .swiper-pagination .swiper-pagination-bullet {
    width: .3rem;
    height: .3rem;
    margin: 0 .15rem;
    border-radius: .3rem;
    background: transparent;
    border: 1px solid #bf2229;
    opacity: 1;
  }
  .expert-images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1rem;
    background: #bf2229;
  }

  .expert-images {
    height: auto;
  }

  .expert-images .li.li1 .words {
    width: 100%;
  }

  .expert-images .li.li1 .text {
    width: 100%;
    transform: translateY(0);
    transition: 0.9s cubic-bezier(0, 0.29, 0.67, 0.72);
    opacity: 1;
  }

  .expert-images .li.li1 .imgs img {
    transform: scale3d(1, 1, 1);
    transition: 0.9s cubic-bezier(0, 0.29, 0.67, 0.72);
  }

  .expert-images .li.li1 .imgs {
    width: 100%;
  }

  .expert-images .li.li1 .libox {
    padding: 0 1.5rem;
  }

  .expert-images .li .yuan {
    display: none;
  }

  .expert-images .li {
    position: static;
    opacity: 1;
  }

  .management-images .c-imgs .li1 .span {
    right: 0;
    top: -.5rem;
  }

  .management-images .c-imgs .li3 .span {
    top: auto;
    right: 0;
    bottom: -.9rem;
  }

  .management-images .c-imgs .li2 .span {
    left: 0;
    top: -.5rem;
  }

  .management-images .c-imgs .li4 .span {
    top: auto;
    left: 0;
    bottom: -.9rem;
  }

  .bocweb-footer-bots .imgs {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .bocweb-footer-botsfr .alink,
  .bocweb-footer-bots {
    text-align: center;
  }

  .bocweb-footer-botsfr,
  .bocweb-footer-botsfl {
    width: 100%;
  }

  .bocweb-footer-bots .txts {
    display: none;
  }

  .bocweb-footer-botsfr .span {
    display: none;
  }

  .wel-products {
    height: auto;
  }

  .about-intro .words .text {
    line-height: 1.8;
  }

  .about-intro .images .ul {
    position: relative;
    z-index: 2;
  }

  .about-intro .images .ul:nth-child(n+2) {
    margin-top: 1rem;
    padding-top: .65rem;
  }

  .about-intro .images {
    position: relative !important;
    /*background-color: rgba(0,0,0,.4);*/
  }
  .about-intro .images:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
  }

  .about-intro2box .items2-box {
    background: transparent;
    height: auto;
    width: 100%;
  }

  .about-intro2box .items2-box .text {
    padding: 0;
  }

  .about-intro2box {
    position: relative;
  }

  .about-intro2box .items {
    width: 50%;
  }

  .about-intro2box .items2 {
    /*display: none;*/
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
  }

  .about-intro .images .ul:nth-child(n+2) {
    border-color: #fff;
  }

  .about-intro .images .li-01,
  .about-intro .images .ul {
    color: #fff;
  }

  .about-intro .images {
    width: 100%;
    position: static;
    padding: 20% 5%;
  }

  .about-intro .words {
    padding: 5%;
    width: 100%;
  }

  .intro3-words-swiper .swiper-container {
    overflow: hidden;
  }

  .intro3-words-swiper .btnbox {
    width: 1.75rem;
    height: 1.75rem;
  }

  .intro3-words-swiper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .intro3-words-swiper .swiper-button-next {
    right: 1rem;
  }

  .intro3-words-swiper .swiper-button-prev {
    left: 1rem;
  }

  .intro3-words-swiper {
    height: auto;
  }

  .intro3-words-swiper .words2 .box,
  .intro3-words-swiper .words2 {
    position: static;
  }

  .intro3-words-swiper .items .words2 .box,
  .intro3-words-swiper .words2 .box {
    width: 100%;
    padding: 2% 3%;
  }

  .intro3-words-swiper .words2 .dian {
    display: none;
  }

  .intro3-words-swiper {
    background-image: none;
  }

  .intro4-images .li.li1 .text {
    text-align: left;
  }

  .intro4-images {
    height: auto;
  }

  .intro4-images .li .dian {
    display: none;
  }

  .intro4-images .li {
    position: static;
  }

  .intro4-images .li .dian, .intro4-images .li .line, .intro4-images .li .text {
    position: static;
  }

  .intro4-images .li .line {
    display: none;
  }

  .intro4-images .li .text {
    text-align: left;
    width: auto;
    transform: translateY(0);
    top: 0;
  }

  .global-words .map-txts {
    width: 100%;
  }

  .global-images {
    position: relative;
  }

  .global-box .global-words {
    position: static;
  }

  .w1220 {
    width: 92%;
    max-width: 92%;
  }

  .serverbox01-images {
    display: none;
  }

  .serverbox02box .li {
    width: 33.33%;
  }

  .responsibility-words {
    line-height: 1.5;
  }

  .responsibility-cons {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .responsibility-listbox .list .items {
    width: 49%;
    margin-left: 2%;
  }
  .responsibility-listbox .list .items:nth-child(3n+1) {
    margin-left: 2%;
  }
  .responsibility-listbox .list .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .responsibility-listbox .items {
    margin-bottom: 1.5rem;
  }

  .buybox2-tops {
    padding-top: 1.2rem;
    padding-bottom: .8rem;
  }

  .buybox2-tops .selectsbox {
    margin-top: .8rem;
  }

  .buybox-item01 {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .buybox01-list .items {
    padding: 1rem 1.125rem .85rem 1.5rem;
  }

  .w1260 {
    width: 90%;
    max-width: 90%;
  }

  .sale-items1 {
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
  }

  .sugar-con-list {
    padding-top: 1.25rem;
  }

  .sugar-con-list .items {
    padding: .75rem;
  }

  .proinfo-form .inputbox1 .input {
    width: 100%;
    margin-left: 0;
  }

  .proinfo-form .inputbox1 .input:nth-child(n+2) {
    margin-top: .25rem;
  }

  .proinfo-botsbox.on {
    padding-bottom: 2rem;
  }

  .proinfo-items2 .items {
    width: 100%;
    margin-left: 0;
  }
  .proinfo-items2 .items img {
    width: 100%;
  }

  .proinfo-items2 .items:nth-child(n+2) {
    margin-top: .75rem;
  }

  .proinfo-items1 .images,
  .proinfo-items1 .words {
    width: 100%;
    position: static;
  }

  .proinfo-banner .images {
    width: 100%;
    margin-bottom: 1rem;
  }

  .proinfo-banner .words {
    width: 100%;
  }

  .w1340 {
    width: 90%;
    max-width: 90%;
  }
  .w1120{
    width: 90%;
    max-width:90%;
  }
  .proinfo-banner .images {
    padding-right: 0;
  }

  .job .job-seach .text {
    width: 40%;
    margin-left: 2%;
  }

  .job .job-seach .text {
    padding-left: .6rem;
  }

  .job-btn {
    margin-top: 1rem;
    padding-bottom: .6rem;
    padding-left: 1rem;
  }

  .joins-01 {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .job .job-seach {
    margin-top: 1.5rem;
  }

  .joins01-ul2 .ul2 .txts:before {
    display: none;
  }

  .joins01-ul2 .ul2 .li2 {
    width: 100%;
  }
  .joins01-ul2 .ul2 .li2:nth-child(n+2) {
    margin-top: 1.2rem;
  }

  .serverbox-03 .words {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    padding: 10%;
    padding-bottom: 0;
  }

  .serverbox-03 .imgbox {
    height: 16rem;
    margin-top: -10rem;
  }

  .pro-con2titles {
    padding: 0;
  }

  .pro-titles .li {
    width: 25%;
  }

  .pro-conbox .pro-titles {
    margin-bottom: 1.75rem;
  }

  .pro-conbox {
    padding-top: 1.75rem;
    padding-bottom: 2rem;
  }

  .pro-list .words {
    padding-top: 1rem;
    padding-bottom: 1.1rem;
  }

  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }

  .news-bots .lists .items {
    width: 49%;
    margin-left: 2%;
  }
  .news-bots .lists .items:nth-child(3n+1) {
    margin-left: 2%;
  }
  .news-bots .lists .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .w1380,
  .w1560,
  .w1200 {
    width: 92%;
    max-width: 92%;
  }

  .ninfo-tops .tit-li {
    line-height: 1.5;
  }

  .ninfo-bots .nubfi-fr {
    max-width: 40%;
  }

  .ninfo-bots .nubfi-left {
    width: 60%;
  }

  .investor-01 .text-fl {
    width: 80%;
  }

  .investor-01 .text-fr {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .investor02-list .list .items {
    width: 100%;
    margin-left: 0;
  }
  .investor02-list .list .items:nth-child(n+3) {
    margin-top: .65rem;
  }
  .investor02-list .list .items:nth-child(n+2) {
    margin-top: .65rem;
  }

  .joins01-ul .li02 {
    opacity: 1;
  }

  .joins01-ul .li .box {
    transition: .5s ease-in-out;
    padding-bottom: calc(1em + .35rem);
  }

  .joins02-swiper .swiper-slide {
    width: 50%;
  }

  .joins01-ul2 .ul2 .li2 {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  }

  .joins01-ul2 .ul2 .txts {
    height: auto;
    display: block;
    overflow: visible;
  }

  .job .job-seach .text:nth-child(1) {
    margin-left: 0;
  }

  .sale-items2 .lists .items {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 1rem;
    padding-top: .7rem;
    padding-bottom: .6rem;
  }

  .sale-items2 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .sale-items3 {
    padding-top: 0;
  }

  .sale-items3 .list-tops .li {
    margin: 0;
    width: 25%;
    line-height: 3.6em;
    height: 3.6em;
  }
  .sale-items3 .list-tops .li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    max-height: 2.4em;
    overflow: hidden;
  }

  .about-toptitles .li {
    margin: 0;
    width: 25%;
  }
}
.joins01-ul2 .ul2 .li2 {
  overflow: hidden;
}

.sale-items3 .inputbox {
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.buybox2-tops .selectsbox .li.active {
  position: relative;
  z-index: 3;
}

.buybox2-tops .selectsbox .li-bots {
  max-height: 100px;
  overflow-y: auto;
}

.responsibility-cons .res-txts {
  font-size: 0;
}

.ninfo-tops .span-right .i {
  margin: 0;
  padding: 0;
  margin-left: .25rem;
}

.bocweb-footer-tops .items {
  float: none;
  background: transparent;
}

.bocweb-footer-tops .items img {
  pointer-events: none;
}

.responsibility-listbox .imgs img {
  width: 100%;
}

.expert-images.onui {
  position: static;
  margin: 0;
}
.expert-images.onui .swiper-pagination {
  line-height: 1;
  position: absolute;
  bottom: 1.75rem;
}

.wel-products-swiper {
  position: relative;
}

.wel-products-swiper {
  padding-bottom: 3rem;
  background: #e6e6e6 !important;
}

.yuyan {
  color: #333;
  padding-right: 20px;
  padding-left: 10px;
}
.yuyan a {
  color: #333;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  font-family: Arial;
}

.m-header .w-header {
  padding-right: 0;
}

.m-header .nav-btn .line {
  background: #fff;
}

.uiobox {
  width: 50px;
  height: 50px;
  position: relative;
  background: #bf2229;
}
.uiobox .uio {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.con-banner {
  position: relative;
}
.con-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3rem;
  left: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 0;
}
.investor-04 .list-items .items .tits img{
  /*width: .45rem;*/
  width: 1rem;
  display: block;
  margin:0 auto;
}
.investor-04 .list-items .items .tits span{
  display: block;
  line-height: 1;
  margin-top: .8rem;
}

@media (max-width: 767px) {

  .buybox2-bots .box .buybox2tits{
    display: none;
  }


  
  .investor-04 .list-items .items .tits img{
    width: .65rem;
  }
  .investor-04 .list-items .items .tits{
    padding-left: 1rem;
  }
  .investor-04 .list-items .items{
    width: 100%;
    line-height: 1.5;
    height: auto;
    margin-left: 0;
    padding: 1.25rem 0;
  }
  .investor-04 .list-items .items:nth-child(n+2){
    margin-top: 3%;
  }
  .intro4-images {
    width: 65%;
  }

  .about-intro3 .words {
    font-size: 22px;
  }

  .about-intro .images .ul:nth-child(n+2) {
    margin-top: .5rem;
    padding-top: .25rem;
  }

  .about-intro2box .items2-box .text {
    font-size: 18px;
    margin-top: 1rem;
  }

  .m-header .welcome-a img {
    height: 20px;
  }

  .wel-products .items .box .more {
    text-align: left;
    margin: 0 auto;
  }

  .wel-products .images img {
    width: 100%;
  }

  .wel-products .items .words,
  .wel-products .images {
    width: 90%;
    text-align: center;
    max-width: 90%;
  }

  .wel-products .items .words {
    padding: 0 5%;
  }

  .management-images .c-zi {
    width: 12%;
  }

  .management-images .c-bottext,
  .management-images .c-imgs .li .span {
    font-size: 13px;
    text-align: center;
  }

  .management-images .c-imgs .li .imgs {
    width: 70px;
    height: auto;
  }

  .management-images .c-zi span {
    font-size: 12px;
    width: 2em;
    left: 0;
    right: 0;
    margin: auto;
  }

  .management-images {
    width: 85%;
    max-width: 85%;
  }

  .management-images .c-text .tits {
    font-size: 15px;
  }

  .management-images .c-text .txts {
    font-size: 12px;
    margin-top: .25rem;
    line-height: 1.3;
  }
  .about-intro .words .txts span{
    font-size: inherit!important;
  }
  /**/
  .wel-news-swiper .swiper-slide {
    width: 45%;
  }

  .intro3-words-swiper .swiper-button-next {
    right: .3rem;
  }

  .intro3-words-swiper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .intro3-words-swiper .swiper-button-prev {
    left: .3rem;
  }

  .about-intro3 .intro3-images {
    height: 18rem;
  }

  .about-intro2 {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .about-intro .words .txts {
    margin-top: .45rem;
    margin-bottom: .75rem;
  }

  .proinfo-form .inputbox2 {
    margin-top: .25rem;
  }

  .about-intro3 .words {
    padding-top: 3rem;
  }

  .proinfo-botsbox.on .proinfo-titles {
    margin-bottom: 1rem;
  }

  .proinfo-items1 .words {
    padding: 1rem 0;
  }

  .proinfo-items1 .tits {
    margin-bottom: 1rem;
  }

  .proinfo-items1 .txts {
    margin-bottom: 1.25rem;
  }

  .proinfo-items2 .imgs {
    width: 1.5rem;
    height: 1.5rem;
  }

  .proinfo-banner {
    padding-bottom: 2.5rem;
  }

  .proinfo-items1 {
    padding-top: 0;
  }

  .serverbox-02 {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .serverbox-03 .words .tits {
    margin-bottom: 1rem;
  }

  .serverbox-03 .words {
    padding: 3%;
    padding-bottom: 0;
    padding-top: 1rem;
  }

  .con-banner .text br {
    display: none;
  }

  .ninfo-words {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .newinfo {
    /*padding-top: 1.5rem;*/
    padding-bottom: 2.5rem;
  }

  .responsibility-listbox .list .items {
    width: 100%;
    margin-left: 0;
  }

  .responsibility-cons .res-txts .li {
    max-width: 33.33%;
    margin: 0;
    padding-left: .65rem;
    padding-right: .3rem;
    margin: 0 .25rem;
  }

  .buybox2-bots .inputbox {
    height: 1.2rem;
    line-height: 1.2rem;
  }

  .buybox2-bots .items .pwords .li:nth-child(n+2) {
    margin-top: .2rem;
  }

  .buybox2-bots .images-box {
    height: 40vh;
  }

  .buybox2-tops .selectsbox {
    padding-right: 0;
    margin-top: 0;
  }

  .buybox2-tops .selectsbox .submit {
    width: 100%;
    margin-top: .45rem;
  }

  .buybox2-tops .selectsbox .li:nth-child(n+2) {
    margin-top: .45rem;
  }

  .buybox2-tops .selectsbox .submit input {
    position: static;
    width: 100%;
    background-size: 1.25rem auto;
  }

  .buybox2-tops .selectsbox .li {
    width: 100%;
    margin-left: 0;
  }

  .buybox01-list .items {
    width: 100%;
    margin-left: 0;
  }
  .buybox01-list .items:nth-child(n+2) {
    margin-top: 2%;
  }

  .buybox2tits b {
    width: .4rem;
    height: .4rem;
  }

  .buybox2-bots .words {
    position: static;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
  }

  .buybox2-tops .text-list {
    line-height: 1;
    margin-top: 1rem;
  }

  .buybox2-bots .inputbox input[type=submit] {
    height: 1.2rem;
  }

  .sugar-bots {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .sale-items1:before {
    width: 6.5rem;
    height: 4.5rem;
  }

  .sale-items1:after {
    width: 6.375rem;
    height: 6rem;
  }

  .sale-items3 .list-bots {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }

  .sale-txts {
    padding: .2rem;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .sale-txts .tits span {
    left: -1rem;
    display: none;
  }

  .sale-items1 {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .sale-txts .tits, .sale-txts .txts {
    line-height: 1.5;
  }

  .sale-items3 .list-tops .li span {
    width: 80%;
  }

  .sale-txts .txts span {
    right: -1.5rem;
    display: none;
  }

  .sale-items2 .lists {
    margin-top: 1rem;
          display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .sale-items3 .li-tops{
    padding-top: .5rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    height: inherit;
    line-height: 1.5em;
    display: block;
    overflow: visible;
  }
  .sale-items3 .li-bots .text{
    padding:.5rem;
  }

  .joins-words .joins-line {
    margin-top: .4rem;
    margin-bottom: 1rem;
  }

  .sale-items2 .lists .items {
    width: 49%;
    margin-left: 2%;
  }
  .sale-items2 .lists .items:nth-child(3n+1){
    margin-left: 2%;
  }
  .sale-items2 .lists .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .sugar-bots-list .titles .li:nth-child(n+2) {
    margin-left: 1rem;
  }

  .sugar-tops {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sugar-titles .li {
    width: 33.3%;
  }

  .sugar-bots-list .inputbox {
    width: 100%;
    margin-top: .5rem;
  }

  .sugar-con-list .items {
    width: 100%;
    margin-left: 0;
    margin-bottom: .5rem;
  }

  .recruit-list-1 .list .list-hide .item {
    width: 100%;
    float: none;
  }

  .recruitment03-uls:before {
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
  }

  .recruitment03-uls .li {
    width: 28%;
  }

  .recruitment03-uls {
    margin-bottom: 1.5rem;
  }

  .recruitment03-uls .li {
    height: auto;
  }

  .recruitment03-uls .li-bots {
    display: none;
  }

  .recruitment-03 .images {
    display: none;
  }

  .f-no-b-center {
    display: block;
    overflow: hidden;
  }

  .job .job-seach .submit {
    float: left;
    width: 100%;
    margin-top: .25rem;
  }

  .job .job-seach .text {
    width: 49%;
    margin-left: 2%;
    float: left;
  }

  .joins02-swiper .swiper-button-prev, .joins02-swiper .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }

  .joins02-swiper .swiper-button-prev {
    left: -2rem;
  }

  .joins02-swiper .swiper-button-next {
    right: -2rem;
  }

  .joins01-ul {
    margin-top: 1.25rem;
  }

  .joins01-ul .right-yuan,
  .joins01-ul .left-yuan {
    display: none;
  }

  .joins01-ul2 .ul2 .li2 {
    padding: 1.25rem 0;
  }

  .joins01-ul2 .ul2 .li2 .txts {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .joins01-ul2 .ul2 .titbox {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .development-01 .joins-txts {
    max-width: 90%;
    width: 90%;
  }

  .fl-yuan, .fl-yuan1, .fr-yuan {
    display: none;
  }

  .about-toptitles .li {
    /*width: 33.33%;*/
    margin: 0;
  }

  .pro-con2titles .li {
    /*width: 25%;*/
    line-height: 3.2em;
    height: 3.2em;
    font-size: 14px;
  }
  .pro-con2titles .li span {
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }

  .pro-titles .li {
    line-height: 3.2em;
    height: 3.2em;
    font-size: 16px;
    width: 50%;
  }
  .pro-titles .li .span {
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    font-size: 13px;
  }
  #productslist  .pro-con2titles .ul{
    white-space:nowrap;
    width: 100%;
    overflow-x:auto;
  }

  #productslist  .pro-con2titles .li{

  }

  .pro-con2titles .li:nth-child(n+2) {
    margin-left: .2rem;
  }

  .pro-titles .li .imgs {
    display: none;
  }

  .pro-list .items {
    width: 100%;
    border-color: #e5e5e5 !important;
  }
  .pro-list .items:nth-child(n+2) {
    border-top: 1px solid transparent !important;
  }

  /*151*/
  .joins01-ul .li:nth-child(n+2) {
    margin-top: .75rem;
  }

  .joins-01,
  .joins-02 {
    padding-top: 1.5rem;
    padding-bottom: 1.7rem;
  }

  /*151*/
  .joins-text .text {
    width: 100%;
    max-width: 92%;
    line-height: 1.5;

  }

  .joins02-swiper .swiper-slide {
    width: 80%;
  }
  .recruit-list-1{
    margin-top: .75rem;
  }

  .joins01-ul .li02 {
    opacity: 1;
  }

  .joins01-ul .li .box {
    transition: .5s ease-in-out;
    padding-bottom: calc(1em + .3rem);
  }
  .recruit-list-1 .top,
  .job .job-seach .submit,
  .job .job-seach .text{
    height: 40px;
    line-height: 40px;
  }
  .joins01-ul .li {
    width: 100%;
  }
  .joins01-ul .li:nth-child(n+2) {
    /*margin-top: 1rem;*/
  }

  .news-bots {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
  }

  .news-bots .morebox {
    margin-top: 1.5rem;
  }

  .news-bots .lists .words {
    padding: 0.35rem .75rem 1.25rem 0.5rem;
  }

  .news-bots .lists .tits {
    margin-top: .45rem;
    margin-bottom: .45rem;
  }

  .ninfo-words {
    line-height: 1.8;
  }

  .investor-01 .text-fl {
    width: 100%;
  }

  .investor-01 .box {
    margin-top: 1rem;
  }

  .investor-03 {
    padding: 1.75rem 0;
  }

  .investor-01 {
    padding-top: 1.25rem;
    padding-bottom: 1.65rem;
  }

  .investor-03 .more {
    margin-top: .5rem;
  }

  .investor-01 .text-fl .tit-fcb {
    margin-top: 1rem;
  }

  .investor-01 .box {
    margin-top: 0;
  }

  .investor-01 .text-fl .line {
    margin-bottom: .75rem;
  }

  .investor-01 .text-fl .tit-fr {
    width: 60%;
  }

  .investor-01 .text-fl .tit-02 {
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  .investor02-list .page {
    margin-top: 1rem;
  }

  .investor-01 .text-fl .li:nth-child(n+2) {
    margin-top: .5rem;
  }
}
.wel-banner .swiper-pagination {
  width: 100%;
}

.expert-images-swiper.expert-images .btnsbox .btn.swiper-button-disabled {
  display: none;
}

.expert-images .swiper-pagination {
  line-height: 1;
}

.m768 {
  display: none;
}

@keyframes mymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.joins01-ul2 .ul2 .txts:before {
  background-image: none;
}

.management-images .c-dian .dian img {
  animation: mymove .8s ease-in-out .2s infinite alternate;
}

@media (max-width: 767px) {
    .sale-txts .tits,
    .sale-txts .tits *{
    font-size: 20px!important;
    line-height: 1.5!important;
  }
     .sale-txts .txts,
     .sale-txts .txts *{
    font-size: 16px!important;
    line-height: 1.5!important;
  }

  .wel-news-swiper {
    position: relative;
  }
  .wel-news-swiper .expert-images.onui .swiper-pagination {
    bottom: 0;
  }

  .wel-news {
    padding-top: 2.25rem;
    padding-bottom: 3rem;
  }

  .wel-news .wel-more {
    /*display: none;*/
    margin-top: 1.2rem;
  }

  .wel-news-swiper {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .management-bottext {
    margin-top: 3rem;
    text-align: center;
    line-height: 1.5;
    color: #000;
    padding: 0 .25rem;
  }

  .management-images .c-bottext {
    display: none;
  }

  .wel-management {
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }

  .expert-images .li.li2 .li-words {
    padding-top: 1.5rem;
  }

  .expert-images .li.li1 .libox {
    padding-left: 0;
  }

  .expert-images:before {
    background-size: auto 100%;
  }

  .wel-banner .swiper-button-prev {
    left: 3%;
  }

  .wel-banner .swiper-button-next {
    right: 3%;
  }

  .wel-banner .swiper-pagination {
    line-height: 1;
    bottom: 1.75rem;
  }

  .expert-words .txts {
    line-height: 1.4;
    margin-top: .5rem;
  }

  .wel-expert {
    padding-top: 3rem;
  }

  .expert-images .btnsbox .btn-left {
    left: 3%;
  }

  .expert-images .btnsbox .btn-right {
    right: 3%;
  }

  .wel-products .items .box .more {
    display: none;
  }

  .wel-products .items .box .txts {
    margin-bottom: 0;
  }

  .m768 {
    display: block;
  }
}
.page a.prev, .page a[rel=prev] {
  background-image: url(../imgbox/prev.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.page a.next, .page a[rel=next] {
  background-image: url(../imgbox/next.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 500px) {
  .page a:hover.prev, .page a:hover[rel=prev] {
    background-image: url(../imgbox/prev1.png);
  }

  .page a:hover.next, .page a:hover[rel=next] {
    background-image: url(../imgbox/next1.png);
  }
}
@media (max-width: 500px) {
  .news-con .news-tops {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }

  .news-bots .lists .items {
    width: 100%;
    margin-left: 0 !important;
  }

  .wel-news-swiper .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 1024px) {




    @keyframes diankey {
      from {
        /*transform: scale3d(.8,.8,1);*/
        width: 80%;
        height: 80%;
        opacity: 1;
      }
      to {
        /*transform: scale3d(1,1,1);*/
        width: 300%;
        height: 300%;
        opacity: .3;
      }
    }

    @keyframes diankey2 {
      from {
        /*transform: scale3d(.8,.8,1);*/
        width: 80%;
        height: 80%;
        opacity: 1;
      }
      to {
        /*transform: scale3d(1,1,1);*/
        width: 200%;
        height: 200%;
        opacity: .3;
      }
    }
    .intro3-words-swiper .items.it2 .words2 .i01{
      animation: diankey 2s linear  infinite 2s;
    }
    .intro3-words-swiper .items.it2 .words2 .i02{
      animation: diankey2 2s linear  infinite 1s;
    }

    .intro3-words-swiper .btnbox{
      transition:.5s ease-in-out;
    }
    .intro3-words-swiper .btnbox:hover{
      transition:.5s ease-in-out;
      background-size: 120%;
    }









  .responsibility-listbox .list .items .imgs {
    overflow: hidden;
  }
  .responsibility-listbox .list .items img {
    transition: .5s ease-in-out;
  }
  .responsibility-listbox .list .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .sale-items3 .list-tops .li:hover {
    color: #bf2229;
    transition: .5s ease-in-out;
  }
  .sale-items3 .list-tops .li:hover:before {
    transition: .5s ease-in-out;
    opacity: 1;
  }

  .sale-items2 .lists .items {
    transition: .5s ease-in-out;
  }
  .sale-items2 .lists .items:hover {
    transition: .5s ease-in-out;
    box-shadow: 0 40px 40px 1px rgba(0, 0, 0, 0.05);
  }

  .job .job-seach .submit {
    transition: .5s ease-in-out;
  }
  .job .job-seach .submit:hover {
    background-color: #000;
    transition: .5s ease-in-out;
  }

  .joins02-swiper .swiper-button-prev, .joins02-swiper .swiper-button-next {
    transition: .5s ease-in-out;
  }

  .joins02-swiper .swiper-button-prev:hover, .joins02-swiper .swiper-button-next:hover {
    background-color: rgba(255,255,255,.6);
    transition: .5s ease-in-out;
  }

  .serverbox02box .li {
    transition: .5s ease-in-out;
  }
  .serverbox02box .li .li-tops {
    transition: .5s ease-in-out;
  }
  .serverbox02box .li:hover .li-tops {
    transition: .5s ease-in-out;
    transform: translateY(-10px);
  }

  .serverbox01-images .top-span span {
    position: relative;
    display: block;
    z-index: 5;
  }

  .serverbox01-images .top-span {
    transition: .5s ease-in-out;
  }
  .serverbox01-images .top-span:hover {
    transition: .5s ease-in-out;
    background-color: #bf2229;
  }
  .serverbox01-images .top-span:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .pro-list .items:hover .words {
    transform: translateY(-1.2rem);
    transition: .5s ease-in-out;
  }
  .pro-list .items:hover .more {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .pro-con2titles .li {
    transition: .5s ease-in-out;
  }
  .pro-con2titles .li:hover {
    transition: .5s ease-in-out;
    color: #bf2229;
  }
  .pro-con2titles .li:hover:before {
    transition: .5s ease-in-out;
    opacity: 1;
  }

  .pro-titles .li:hover {
    color: #fff;
    background: #bf2229;
    transition: .5s ease-in-out;
  }
  .pro-titles .li:hover .imgs .i0 {
    opacity: 1;
  }
  .pro-titles .li:hover .imgs .i1 {
    opacity: 0;
  }
  .pro-titles .li:hover .imgs img {
    transition: .5s ease-in-out;
  }

  .joins02-swiper .items {
    transition: .5s ease-in-out;
    overflow: hidden;
  }
  .joins02-swiper .items img {
    transition: .5s ease-in-out;
  }
  .joins02-swiper .items:hover {
    trnsition: .5s ease-in-out;
  }
  .joins02-swiper .items:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: .5s ease-in-out;
  }

  .joins01-ul .li {
    transition: .5s ease-in-out;
  }
  .joins01-ul .li:hover .box {
    color: #fff;
    transition: .5s ease-in-out;
  }
  .joins01-ul .li:hover .box .li01{
    font-weight: bold;
  }
  .joins01-ul .li:hover img {
    opacity: 1;
    transition: .5s ease-in-out;
  }
  .joins01-ul .li:hover .box {
    transition: .5s ease-in-out;
    padding-bottom: calc(1em + 1rem);
  }
  .joins01-ul .li:hover .box span {
    color: #fff;
    transition: .5s ease-in-out;
  }
  .joins01-ul .li:hover .box .li02 {
    transition: .5s ease-in-out;
    color: #fff;
    opacity: 1;
  }

  .investor-03 .more {
    transition: .5s ease-in-out;
  }
  .investor-03 .more:hover {
    transition: .5s ease-in-out;
    transform: translateY(-10px);
  }

  .investor02-list .list .items .txts {
    transition: .5s ease-in-out;
  }

  .investor02-list .list .items:hover .txts {
    transition: .5s ease-in-out;
    color: #bf2229;
  }

  .investor-01 .text-title .li {
    transition: .5s ease-in-out;
  }
  .investor-01 .text-title .li:hover {
    transition: .5s ease-in-out;
    color: #fff;
    background: #bf2229;
  }

  .about-toptitles .li {
    transition: .5s ease-in-out;
  }
  .about-toptitles .li:hover {
    transition: .5s ease-in-out;
    color: #fff;
    opacity: 1;
  }
  .about-toptitles .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .ninfo-bots .nubfi-fr a:before {
    transition: .5s ease-in-out;
  }
  .ninfo-bots .nubfi-fr a:hover:before {
    left: .5rem;
    transition: .5s ease-in-out;
  }

  .ninfo-bots .nubfi-left a {
    transition: .5s ease-in-out;
  }
  .ninfo-bots .nubfi-left a:hover {
    transition: .5s ease-in-out;
    color: #bf2229;
  }

  .news-con .inputbox input[type=submit] {
    transition: .5s ease-in-out;
  }
  .news-con .inputbox input[type=submit]:hover {
    transition: .5s ease-in-out;
    transform: translateY(-10px);
  }

  .news-bots .lists .items img {
    transition: .5s ease-in-out;
  }
  .news-bots .lists .items .imgs {
    overflow: hidden;
  }
  .news-bots .lists .items:hover img {
    transition: .5s ease-in-out;
    transform: scale3d(1.05, 1.05, 1);
  }

  .newinfo-title .li {
    transition: .5s ease-in-out;
  }
  .newinfo-title .li:hover {
    transition: .5s ease-in-out;
    color: #bf2229;
  }
}
@media (max-width: 350px) {
  .investor-01 .text-fl .tit-fr {
    width: 100%;
    margin-top: 1rem;
  }

  .investor-01 .text-fl .tit-fl {
    width: 100%;
  }

  .investor-01 .text-fl .li1, .investor-01 .text-fl .li2 {
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map */
