@charset "UTF-8";
body {
  color: #222222;
}

a {
  color: #666;
}
a:hover {
  color: #666;
}
.kgif{
  height: 1.75rem;
}
.kgifbox{
  width: 5rem;
  height: 1.75rem;
}

.wel-infos{
  padding-top: 1.75rem;
  padding-bottom: 2rem;
}
.wel-infos .box{
  padding: 0 .75rem;
  border-style: .25rem;
  background-color: #eaebf2;
  padding-top: 1.9rem;
  padding-bottom: .8rem;
}

.wel-info-list{
  background-color: #fff;
  border-radius: .25rem;
  margin-top: 1.75rem;
  padding-bottom: 2.5rem;
}

.wel-infos .box .ulbox .ul-tops{
  color: #222;
  padding-bottom: .45rem;
  border-bottom: 1px dashed #d3d3d3;
  line-height: 1.67;
}
.wel-infos .box .ulbox{
  padding: 2.1rem 3rem 3rem 3rem;
  padding-bottom: 1.8rem;
  line-height: 2;
  color: #666666;
}
.wel-infos .box .ulbox .uls-bots{
  margin-top: 1rem;
}

.wel-infos .box .ul:nth-child(n+2){
  margin-top: 2.9rem;
}

.wel-infos .wel-titles{
  line-height: 1.25;
  font-weight: 500;
  color: #222222;
}

.cursor-dot {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #084a94;
  z-index: 999;
}
.baseinfo02-list .imagaes img,
.baseinfo03-list .imagaes img{
  width: 100%;
}

.secwen {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}

.secwen.animate {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}

.secwen.add1 {
  transition-delay: .15s;
}

.secwen.add2 {
  transition-delay: .25s;
}

.secwen.add3 {
  transition-delay: .35s;
}

.secwen.add4 {
  transition-delay: .45s;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.textupper {
  text-transform: uppercase;
}

.arial {
  font-family: Arial;
}

.wow {
  opacity: 0;
}

.forie {
  width: 100%;
  height: 100%;
  background: #eaeaea url(../img/imgbox/tishi.jpg) center no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.con-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

.zicolor {
  color: #084a94;
}

.pcbox {
  display: block;
}

.mbox {
  display: none;
}

.pc767 {
  display: block;
}

.m767 {
  display: none;
}

.Mediate-forms .submit-bottoms .submit .cons-mores, .Mediate-forms .submit-bottoms .submit input{
	width: 3.85rem;
}

@media (max-width: 1024px){
  .wel-infos .box .ulbox{
    padding: .75rem .5rem;
    line-height: 1.75;
    padding-bottom: 1.75rem;
  }

  .wel-infos .box .ulbox .ul-tops{
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  .pcbox {
    display: none;
  }

  .mbox {
    display: block;
  }
}
.aml03images{
  margin-top: .75rem;
}
.aml03images img{
  width: 100%;
}
@media (max-width: 768px) {
  .pc767 {
    display: none;
  }

  .m767 {
    display: block;
  }
}
/*页码*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  text-align: center;
  color: #999999;
}
.pagination .pagecenter span {
  color: #084a94;
}
.pagination .prev, .pagination [rel=prev], .pagination .next, .pagination [rel=next] {
  overflow: hidden;
  background-color: transparent;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  width: .75rem;
  height: .75rem;
  line-height: .75rem;
  text-align: center;
  box-sizing: content-box;
  transition: .5s ease-in-out;
  /*margin:0 .25rem;*/
  color: #666;
  /*background-color: #fff;*/
  box-sizing: content-box;
  margin: 0 .25rem;
}
.pagination a.active {
  color: #fff;
  background: #084a94;
  transition: .5s ease-in-out;
}
.pagination a.prev, .pagination a[rel=prev], .pagination a.next, .pagination a[rel=next] {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
}
.pagination a.prev, .pagination a[rel=prev] {
  overflow: hidden;
}
.pagination a.next, .pagination a[rel=next] {
  overflow: hidden;
}

.pagination-pages {
  margin-top: 2.4rem;
}

@media (min-width: 1025px) {
  .pagination a:hover {
    color: #fff;
    background-color: #084a94;
    transition: .5s ease-in-out;
  }
  .pagination a.prev:hover, .pagination a[rel=prev]:hover {
    color: #084a94;
    background-color: transparent;
  }
  .pagination a.next:hover, .pagination a[rel=next]:hover {
    background-color: transparent;
    color: #084a94;
  }
}
@media (max-width: 1025px) {
  .pagination a {
    /*width: 24px;*/
    /*height: 24px;*/
    /*line-height: 24px;*/
    text-align: center;
  }

  .pagination {
    /*font-size: 12px;*/
  }

  .pagination a {
    margin: 0 .1rem;
  }
}
/*页码结束*/
.scroll-animate.animated {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

.scroll-animate, .scroll-animate.animated {
  transition: .8s ease-in-out;
}

.scroll-animate.animated {
  visibility: hidden;
}

.disable-hover {
  pointer-events: none;
}

img.w100 {
  width: 100%;
}

.tc {
  text-align: center;
}

.lin1 {
  line-height: 1;
}

.bgcenter {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*video 弹框*/
.video-fixed.ons {
  z-index: 5000 !important;
}

.video-fixed .cha {
  width: 40px;
  height: 40px;
  background: url(../img/imgbox/close-vid2.png) #000 no-repeat center/80% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.video-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 230;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  transition: .8s ease-in-out;
}

.video-fixed .imghide {
  display: none;
}

.video-fixed .videoboxs .box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-fixed.ons {
  transition: .8s ease-in-out;
}

.video-fixed .videoboxs .box {
  height: 100%;
}

.video-fixed .videoboxs {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .video-fixed .videoboxs {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .video-fixed .videoboxs {
    width: 100%;
    height: 80%;
    bottom: 0;
    margin: auto;
  }

  .video-fixed .cha {
    right: .2rem;
    top: -1.2rem;
    width: 1rem;
    height: 1rem;
  }
}
/**/
.m-header .welcome-a img {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.m-searchs {
  margin-left: .5rem;
  margin-right: .35rem;
}

.m-searchs .span {
  width: 40px;
  height: 50px;
  background: url(../img/imgbox/sear2.png) no-repeat center;
  background-size: 50%;
}

.m-header {
  height: 50px;
  width: 100%;
  position: relative;
  width: 100%;
  background: #fff;
}

.m-header .w-header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 24;
  height: 50px;
  padding-left: 2%;
  transition: .5s ease-in-out;
  z-index: 300;
  background: #fff;
}

.uiobox {
  width: 50px;
  height: 50px;
  position: relative;
}

body.ovh .m-header .welcome-a .i1, html.ovh .m-header .welcome-a .i1 {
  opacity: 0;
}

body.ovh .m-header .welcome-a .i0, html.ovh .m-header .welcome-a .i0 {
  opacity: 1;
}

body.ovh .m-searchs span .i1, html.ovh .m-searchs span .i1 {
  opacity: 0;
}

body.ovh .m-searchs span .i0, html.ovh .m-searchs span .i0 {
  opacity: 1;
}

body.ovh .m-header .nav-btn.hover .line, html.ovh .m-header .nav-btn.hover .line {
  background-color: #084a94;
}

.m-searchs img {
  width: 100%;
}

.m-header .welcome-a .i1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}

.m-header .w-header .nav-btn .hover .line2 {
  display: none;
}

.m-header .w-header.fixed .nav-btn .line {
  background: #333;
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed {
  background: #fff;
}

.m-header .w-header.fixed .welcome-a .i0 {
  opacity: 0;
}

.m-header .w-header.fixed .welcome-a .i1 {
  opacity: 1;
}

.m-header .w-header.fixed .welcome-a img {
  transition: .5s ease-in-out;
}

.m-header .w-header.fixed .nav-sousuo svg path {
  fill: #333;
  transition: .5s ease-in-out;
}

.m-header .welcome-a {
  display: block;
  height: 100%;
  line-height: 50px;
  position: relative;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .nav-sousuo {
  margin-right: 28px;
  margin-left: 25px;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  height: 50px;
  background-size: 100%;
  width: 40px;
  transition: .5s ease-in-out;
  background: url(../img/imgbox/search.png) no-repeat center;
  background-size: 70%;
}

.m-header .nav-sousuo svg {
  height: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.m-header .nav-sousuo svg path {
  fill: #333;
  transition: .5s ease-in-out;
}

.m-header .nav-sousuo a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}

.m-header .nav-sousuo a.active {
  color: #f3980f;
}

.m-header .uio {
  height: 20px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.footerlangs a {
  color: #333333;
  font-size: 16px;
}

.m-header .nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  border-radius: 2px;
}

.m-header .nav-btn .line1 {
  width: 100%;
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 9px;
}

.m-header .nav-btn .line3 {
  width: 100%;
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 0;
}

.m-header .sub-menu {
  width: 100%;
  height: 100%;
  padding: 60px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 15;
  overflow-y: auto;
  z-index: 200;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}

.m-header .sub-menu li .sub-tit .tu-box {
  box-sizing: border-box;
  position: relative;
  line-height: 3em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.m-header .sub-menu li:nth-child(n+2) {
  margin-top: 10px;
}

.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #333333;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.m-header .sub-menu .tit a {
  color: #666;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: inherit;
  height: inherit;
  color: #333333;
  position: relative;
  font-size: 15px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on .btn-v {
  background: url(../img/imgbox/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 15px;
  float: right;
  margin-top: 0;
  background: url(../img/imgbox/img5.png) center center no-repeat;
  background-size: 100%;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 3%;
  background: #fff;
  z-index: 5;
}

.m-header .sub-menu .tit {
  text-transform: capitalize;
}

.m-header .sub-menu .sec-list a {
  font-size: 13px;
  line-height: 2.5;
  height: 2.5em;
  box-sizing: border-box;
}

.m-header .sub-menu .sec-list .uls a {
  border: none;
}

.m-header .sub-menu .sec-list {
  font-size: 15px;
  display: none;
}

.m-header .sub-menu .sec-list .lis-tops {
  font-size: 15px;
  line-height: 3em;
  height: 3em;
  position: relative;
}

.m-header .sub-menu .sec-list .lis-tops:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/imgbox/img5.png) no-repeat center;
  background-size: 100%;
}

.m-header .sub-menu .sec-list .lis {
  border-bottom: 1px solid #e6e6e6;
}

.m-header .sub-menu .sec-list .lis:nth-child(n+2) {
  margin-top: 1.2em;
}

.m-header .sub-menu .sec-list .lis-bots {
  display: none;
  padding-bottom: 16px;
  line-height: 1.7;
}

.m-header .sub-menu .sec-list .lis-bots a {
  line-height: 1.7;
  height: auto;
  font-size: 13px;
}

.m-header .sub-menu .sec-list .lis-bots a:nth-child(n+2) {
  margin-top: 10px;
}

.m-header .sub-menu .sec-list a {
  color: #333;
  display: block;
  position: relative;
}

.m-header .sub-menu .sec-list a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #084a94;
  border-radius: 50%;
}

.m-header .w-header .inj {
  line-height: 25px;
  height: 25px;
  margin-top: 10px;
  color: #ffffff;
}

.m-header .w-header .inj a {
  color: #ffffff;
  font-size: 14px;
}

.m-header .w-header .inj.en {
  margin-left: 25px;
}

.m-header .w-header .ser {
  width: 25px;
  height: 25px;
  background: url(../img/imgbox/search.png) no-repeat center;
  background-size: 100%;
}

.m-header .sub-menu li.active .sub-tit {
  /*background: $colors;*/
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  color: #333;
}

.m-header .sub-menu li.active .sec-list {
  background-color: #084a94;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.m-header .sub-menu li.active .sec-list a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.75rem;
  position: relative;
}

.m-header .sub-menu li.active .sec-list a:before {
  position: absolute;
  content: "";
  width: .25rem;
  height: .25rem;
  left: .75rem;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li.active .sec-list a {
  color: #fff;
}

.m-header .sub-menu li.active .tit {
  color: #fff;
}

body {
  overflow: hidden;
}

.arialbold {
  font-weight: bold;
}

@media (max-width: 1024px) {
	.base01-list-01 .li-01{
		padding-right: 0;
	}
	.base01-list-01 .box:before{
		display: none;
	}
  .m-header .nav-btn .line {
    transition: .5s ease-in-out;
  }

  .m-header .nav-btn.hover .line {
    transition: .5s ease-in-out;
    left: 5px;
  }

  .m-header .nav-btn.hover .line1 {
    transform: rotate(45deg);
    width: 100%;
  }

  .m-header .nav-btn.hover .line2 {
    opacity: 0;
  }

  .m-header .nav-btn.hover .line3 {
    width: 100%;
    bottom: 3px;
    transform: rotate(-45deg);
  }
}
/*pc*/
.m-header {
  position: relative;
  left: 0;
  top: 0;
  background: transparent;
}

.m-header .w-header {
  background: transparent;
}
.m-header .w-header .con-searchs {
  width: .8rem;
  height: 50px;
  margin-left: .5rem;
}
.m-header .w-header .con-searchs img {
  display: block;
}
.m-header .w-header .langs-a {
  width: .75rem;
  display: block;
  height: 50px;
}
.m-header .w-header .langs-a img {
  display: block;
}
.m-header .w-header .con-searchs, .m-header .w-header .langs-a {
  display: flex;
  align-items: center;
}

.m-header .nav-btn .line {
  background: #333;
}

/*header*/
.con-header {
  position: relative;
  background-color: #fff;
  z-index: 1000;
  transform:none!important;
}
.con-header .bocweb-header {
  /*transition:.1s $ease;*/
}
.con-header.fixed .bocweb-header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}
.con-header.headeractive .bocweb-header {
  background-color: #fff;
}
.con-header.fixed-onactive .bocweb-header {
  transform: translateY(-2.15rem);
  /*transition:.1s $ease;*/
}

.h60 {
  height: 1.5rem;
}

.cons-tit-box.fixed .ab-list-titles {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 300;
}

.bocweb-header .langs-bots .li.active {
  color: #fff;
  background-color: #084a94;
}

.h86 {
  height: 2.15rem;
  line-height: 2.15rem;
}

.bocweb-header .box-header {
  justify-content: space-between;
}
.bocweb-header .bocweb-logo {
  display: block;
  width: 10.5rem;
}
.bocweb-header .langs-bots .li {
  line-height: 1.75;
  padding: 8px 10px;
  display: block;
}
.bocweb-header .imgbox {
  position: relative;
}
.bocweb-header .imgbox img {
  display: block;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.bocweb-header .imgbox .i1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.bocweb-header .langs-tops,
.bocweb-header .menu-btns, .bocweb-header .searchs,
.bocweb-header .nav-tops {
  align-items: center;
}
.bocweb-header .nav.searchs.active, .bocweb-header .nav.searchs:hover, .bocweb-header .langs-tops.active, .bocweb-header .langs-tops:hover,
.bocweb-header .menu-btns.active,
.bocweb-header .menu-btns:hover,
.bocweb-header .nav-tops.active,
.bocweb-header .nav-tops:hover {
  /*color: #084a94;*/
}
.bocweb-header .nav.searchs.active .i1, .bocweb-header .nav.searchs:hover .i1, .bocweb-header .langs-tops.active .i1, .bocweb-header .langs-tops:hover .i1,
.bocweb-header .menu-btns.active .i1,
.bocweb-header .menu-btns:hover .i1,
.bocweb-header .nav-tops.active .i1,
.bocweb-header .nav-tops:hover .i1 {
  opacity: 1;
}
.bocweb-header .nav.searchs.active .i0, .bocweb-header .nav.searchs:hover .i0, .bocweb-header .langs-tops.active .i0, .bocweb-header .langs-tops:hover .i0,
.bocweb-header .menu-btns.active .i0,
.bocweb-header .menu-btns:hover .i0,
.bocweb-header .nav-tops.active .i0,
.bocweb-header .nav-tops:hover .i0 {
  opacity: 0;
}
.bocweb-header .menu-btns .imgbox,
.bocweb-header .nav-tops .imgbox {
  width: .6rem;
  height: .6rem;
}
.bocweb-header .nav {
  position: relative;
  cursor: pointer;
  color: #222;
}
.bocweb-header .nav a {
  color: #222;
}
.bocweb-header .nav .imgs {
  margin-right: .2rem;
}
.bocweb-header .nav:nth-child(n+2) {
  margin-left: .9rem;
}
.bocweb-header .nav.searchs {
  margin-left: .875rem;
}
.bocweb-header .nav .langs-bots {
  position: absolute;
  z-index: 5;
  display: none;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: 2.15rem;
  line-height: 1.75;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.bocweb-header .langs-tops .imgbox {
  margin-left: .15rem;
}

/*header*/
/*footer*/
.yxfz {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.yxfz .yxfz-bottoms {
  position: absolute;
  left: 50%;
  padding-bottom: 15px;
  transform: translateX(-50%);
  bottom: 100%;
  z-index: 4;
  display: none;
}
.yxfz .yxfz-bottoms .box {
  height: 1.2rem;
  line-height: 1.2rem;
  white-space: nowrap;
  padding: 0 .55rem;
  border: 2px solid #de232f;
  background-color: #fff;
  color: #084a94;
  position: relative;
}
.yxfz .yxfz-bottoms .spanjiao {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  background: url(../img/sj.png) no-repeat center;
  background-size: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: 2;
}

.footer .nav-tops.yxfz {
  width: auto;
}

.confooter .nav {
  margin-bottom: 2.35rem;
  width: 20%;
}
.confooter .nav a {
  display: block;
}
.confooter .nav-tops {
  color: #fff;
  line-height: 1.2;
  width: 9em;
  max-width: 99%;
  display: block;
}
.confooter .nav-tops:nth-child(n+2) {
  margin-top: .35rem;
}
.confooter .nav-tops.tit-18 {
  line-height: 1.55;
}
.confooter .nav-tops.tit-18:nth-child(n+2) {
  margin-top: .3rem;
}
.confooter .nav-bots {
  margin-top: .5rem;
}
.confooter .nav-bots .lis {
  line-height: 1.6;
  max-width: 90%;
}
.confooter .nav-list {
  width: 77.5%;
}
.confixed-menus .confooter .nav-list {
  width: 73.5%;
}

.confooter .nav-list-right .items {
  line-height: 1.2857;
  color: #fff;
  display: block;
}
.confixed-menus .confooter .nav-list-right .items{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.confixed-menus .confooter .nav-list-right .items img{
  width: .75rem;
  display: block;
  margin-right: .25rem;
  margin-top: 0.15rem;
}

.confooter .nav-list-right .items img{
  display: none;
}

.confooter .nav-list-right .items:nth-child(n+2) {
  margin-top: .2rem;
}
.confixed-menus .ban-uls{
      justify-content: space-between;
}

.footer {
  background-color: #00665a;
  color: #fff;
  /*padding: 1.9rem 1.5rem 1.55rem 1.5rem;*/
  padding: 1.25rem .75rem 1.2rem .75rem;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  /*overflow: hidden;*/
  position: relative;
}
.footer a {
  color: #6da79f;
}
.footer .footer-imgs {
  position: absolute;
  pointer-events: none;
  right: -1.7rem;
  bottom: 0;
  width: 12.925rem;
  height: 12.275rem;
  z-index: 1;
}
.footer .bocweb-footer {
  position: relative;
  z-index: 3;
}
.footer .bocweb-footer-bots {
  /*width: 70%;*/
  justify-content: space-between;
  line-height: 2.13;
  color: #57988f;
}
.footer .bocweb-footer-bots a {
  color: #57988f;
}

@media (max-width: 1481px) {
  .footer .footer-imgs {
    width: 10.34rem;
    height: 9.82rem;
  }
}
.m-header .bocweb-menu-con {
  width: 92%;
  margin: 0 auto;
}
.m-header .bocweb-menu-con .nav-bots {
  display: none;
  padding: .35rem 0;
}
.m-header .bocweb-menu-con .nav-bots a {
  display: block;
  color: #fff;
  line-height: 1.5;
  padding: .2rem 1.125rem;
}
.m-header .bocweb-menu-con .nav-tops {
  height: 3.67em;
  line-height: 3.67em;
  position: relative;
  color: #fff;
  display: block;
  padding-left: 1.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.m-header .bocweb-menu-con .nav-tops:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 11px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/301.png) no-repeat center;
  background-size: 100%;
}
.m-header .bocweb-menu-con .nav-tops .icons {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .6rem;
}
.m-header .bocweb-menu-con .nav-bottombox .nav-bots01 {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m-header .bocweb-menu-con .nav-bottombox .nav-bots02 {
  padding-top: 1.1rem;
  padding-bottom: 2.8rem;
}
.m-header .bocweb-menu-con .nav-bottombox .uls .lis {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.m-header .bocweb-menu-con .nav-bottombox .uls .lis:nth-child(n+2) {
  margin-top: .7rem;
}
.m-header .bocweb-menu-con .nav-bottombox .uls .li {
  position: relative;
  padding-left: 1.125rem;
  display: block;
  line-height: 1.75;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 .6rem;
  position: relative;
}
.m-header .bocweb-menu-con .nav-bottombox .uls .li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: .4rem;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-header .bocweb-menu-con .nav-bottombox .uls .li:nth-child(1) {
  padding-left: 0;
}
.m-header .bocweb-menu-con .nav-bottombox .uls .li:nth-child(1):before {
  display: none;
}
.m-header .bocweb-menu-con .nav-bottombox .uls .li:last-child {
  padding-right: 0;
}
.m-header .bocweb-menu-con .nav-bottombox .uls .icons {
  max-width: .7rem;
  margin-right: .4rem;
}

.m-header .sub-menu {
  background-color: #084a94;
}

.m-header .w-header {
  background: #fff;
}

.footer .nav-tops img.icons {
  display: none;
}

/*footer*/
.m-header .sub-menu .bgimgs {
  position: fixed;
  right: .8rem;
  bottom: 0;
  width: 4.05rem;
  z-index: -1;
  pointer-events: none;
}

.confixed-menus {
  position: fixed;
  width: 100%;
  left: 0;
  top: 2.15rem;
  background-color: #084a94;
  z-index: 500;
  padding-top: 2rem;
  padding-bottom: 1rem;
  height: calc(100vh - 2.15rem);
  overflow: hidden;
  overflow-y: auto;
  display: none;
}
.confixed-menus .bgimgs {
  position: absolute;
  width: 9.5rem;
  height: 10.875rem;
  right: 3.25rem;
  bottom: 0;
  margin: 0;
  pointer-events: none;
}
.confixed-menus a {
  color: #91b8e4;
  display: block;
}
.confixed-menus .confooter .nav {
  /*margin-bottom: (136rem/40);*/
  margin-bottom: 2rem;
}
.confixed-menus .confooter .nav .nav-bots {
  margin-top: .55rem;
}
.confixed-menus .confooter .nav:nth-child(n+6) {
  margin-bottom: 0;
}
.confixed-menus .confooter .nav-bots .lis {
  line-height: 1.5625;
}
.confixed-menus .confooter .nav-list-right .items:nth-child(n+2) {
  margin-top: .15rem;
}
.confixed-menus .confooter .nav-list-right .items {
  line-height: 1.357;
}
.confixed-menus .confooter .nav-list-right {
  position: relative;
  top: -.15rem;
}
.confixed-menus .confooter .nav-tops,
.confixed-menus .confooter .nav-bots {
  padding-left: 1.25rem;
  position: relative;
  width: 100%;
}
.confixed-menus .confooter .nav-tops .icons {
  width: .7rem;
  position: absolute;
  left: 0;
  top: 0;
}
.confixed-menus .confooter .nav.y-link .nav-bots .lis {
  max-width: 9em;
}

.confixed-menus {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.con-header.fixed-onactive .confixed-menus {
  /*display: none!important;*/
  transform: translateY(-150%);
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
  pointer-events: none;
}

/*searchs*/
.searchs-tops {
  padding-top: .8rem;
  padding-bottom: 1rem;
  background: #f3f2f0;
}

.searchs-box {
  height: 1rem;
  line-height: 1rem;
  /*overflow: hidden;*/
  padding-right: 124px;
  position: relative;
}

.searchs-box input:-moz-placeholder,
.searchs-box textarea:-moz-placeholder {
  color: #666666;
}

.searchs-box input::-moz-placeholder,
.searchs-box textarea::-moz-placeholder {
  color: #666666;
}

.searchs-box input:-ms-input-placeholder,
.searchs-box textarea:-ms-input-placeholder {
  color: #666666;
}

.searchs-box input::-webkit-input-placeholder,
.searchs-box textarea::-webkit-input-placeholder {
  color: #666666;
}

.searchs-box input {
  background-color: transparent;
}

.searchs-box input[type=text] {
  width: 100%;
  height: 100%;
  line-height: inherit;
  color: #999;
}

.searchs-box input[type=submit] {
  position: absolute;
  width: 100%;
  height: inherit;
  line-height: inherit;
  left: 0;
  width: 100%;
  text-align: left;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
}

.searchs-box .submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: .8rem;
  padding-right: 1.5rem;
  color: #fff;
  background-color: #084a94;
  border-radius: 1rem;
}

.searchs-box .submit:before {
  position: absolute;
  content: "";
  height: .4rem;
  width: .4rem;
  top: 0;
  bottom: 0;
  right: .65rem;
  background-size: 100%;
  margin: auto;
  z-index: 0;
  background: url(../img/imgbox/sear3.png) no-repeat center;
  background-size: 100%;
}

.searchs-box .submit .spans {
  display: block;
  line-height: inherit;
  height: inherit;
}

.searchs-tits {
  color: #666666;
  line-height: 1.55;
  padding: .55rem 0;
  line-height: 1.454;
}

.searchs-tits span {
  color: #de232f;
}

.searchs-txts {
  font-size: 0;
  padding: 0 .25rem;
  position: relative;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  padding-top: 3px;
}

.searchs-txts:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f3f2f0;
  left: 0;
  top: 0;
}

.searchs-txts .li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .7rem;
  line-height: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
  transition: .5s ease-in-out;
  color: #333;
}

.searchs-txts .li:before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 4px;
  background-color: #084a94;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: .5s ease-in-out;
}

.serlist-center .list {
  padding-bottom: 2.75rem;
  padding-top: .75rem;
}

.serlist-center .list .li {
  width: 48.6%;
  margin-left: 2.8%;
  line-height: 1.3rem;
  height: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
  padding-left: .85rem;
  position: relative;
}

.serlist-center .list .li:nth-child(n+3) {
  margin-top: .5rem;
}

.serlist-center .list .li.after, .serlist-center .list .li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(214, 214, 214, 0.8);
}

.serlist-center .list .li span {
  color: #de232f;
}

.serlist-center .list .li:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #084a94;
  left: .25rem;
  top: 50%;
  transform: translateY(-50%);
}

.serlist-center .list .li:nth-child(2n+1) {
  margin-left: 0;
}

.searchs-txts .li.active {
  color: #084a94;
  transition: .5s ease-in-out;
}

.searchs-txts .li.active:before {
  opacity: 1;
  transition: .5s ease-in-out;
}

.searchs-body {
  padding-top: .5rem;
  padding-bottom: 4.8rem;
}

.searchs-list {
  padding-top: .75rem;
}

.searchs-list .list {
  font-size: 0;
  padding-bottom: 1.75rem;
}

.searchs-list .list .items {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin-left: 3%;
  color: #333;
  border-bottom: 1px solid #e01a22;
  margin-top: .5rem;
}

.searchs-list .list .items .box {
  height: 1.25rem;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: .85rem;
  padding-right: .2rem;
  position: relative;
}

.searchs-list .list .items .box:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #e01a22;
  top: 0;
  bottom: 0;
  left: .25rem;
  margin: auto;
}

.searchs-list .list .items span {
  color: #cc0000;
}

.searchs-list .list .items:nth-child(2n+1) {
  margin-left: 0;
}

.polishing-uls.w3 .polishing-lis {
  width: 33.33%;
}

.searchs-form {
  position: fixed;
  width: 100%;
  left: 0;
  top: 2.15rem;
  background: #084a94;
  z-index: 999;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  display: none;
}

.searchs-form .inputs {
  height: 2rem;
  line-height: 2rem;
  position: relative;
  border-bottom: 1px solid #fff;
}

.searchs-form .inputs input[type=text] {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding-right: 26px;
  color: #fff;
  background-color: transparent;
}

.searchs-form .search {
  width: 24rem;
  max-width: 50%;
  margin: 0 auto;
}

.searchs-form .inputs input[type=submit] {
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/search.svg) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -999px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .searchs-form {
    top: 50px;
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }

  .searchs-form .search {
    width: 90%;
    max-width: 90%;
  }
}
@media (min-width: 1025px) {
  .wel-index-news-list .items .txts{
    padding-right: 35%;
  }
 .confooter .nav-list-right {
  max-width: 22.5%;
  }
   
  .searchs-txts .li:hover {
    color: #084a94;
    transition: .5s ease-in-out;
  }

  .searchs-txts .li:hover:before {
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .searchs-box .submit {
    transition: .5s ease;
  }

  .searchs-box .submit:hover {
    transition: .5s ease;
    transform: translateY(-5px);
  }

  .serlist-center .list .li.after, .serlist-center .list .li:after {
    transition: .5s ease-in-out;
  }

  .serlist-center .list .li.after:hover, .serlist-center .list .li:hover:after {
    background: #de232f;
    transition: .5s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .serlist-center .list .li {
    width: 100%;
    margin-left: 0;
  }

  .searchs-box .submit .spans {
    font-size: .6rem;
  }

  .searchs-box {
    height: 1.75rem;
    line-height: 1.75rem;
  }

  .searchs-box .submit:before {
    width: .6rem;
    height: .6rem;
  }

  .searchs-box .submit {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}

.poppins {
  font-family: Arial;
}

.pre {
  position: relative;
}

.pro {
  position: absolute;
}

/*fonts*/
.c-swiper {
  position: relative;
}
.c-swiper .swiper-button-prev, .c-swiper .swiper-button-next {
  width: 1.2rem;
  height: 1.2rem;
  background: transparent;
  border-radius: 50%;
  /*background-color: #fff;*/
  background-color: #084a94;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.c-swiper .swiper-pagination {
  position: static;
  line-height: 1;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet {
  width: .4rem;
  height: .4rem;
  opacity: 1;
  line-height: 1;
  margin: 0 .2rem;
  background: #adadad;
  text-indent: -999px;
  overflow: hidden;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #084a94;
}

.w1760 {
  width: 91.7%;
  margin: 0 auto;
}

.borderradious {
  border-radius: .2rem;
  overflow: hidden;
}

.cons-mores {
  display: inline-block;
  position: relative;
  line-height: 3.33em;
  height: 3.33em;
  background-color: #084a94;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 1rem;
  color: #fff;
  overflow: hidden;
}
.cons-mores:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #de232f;
  left: 0;
  bottom: 0;
}
.cons-mores:hover {
  color: #fff;
}
.cons-mores span {
  display: block;
  padding-right: .45rem;
  position: relative;
}
.cons-mores span:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*welcome*/
.label-btns {
  display: inline-block;
  position: relative;
}
.label-btns .label-tits {
  color: #222222;
  line-height: 1.1rem;
  height: 1.1rem;
  background-color: #fff;
  border-radius: 1.1rem;
  padding: 0 .5rem;
}
.label-btns .label-imgs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.label-btns .label-imgs:before, .label-btns .label-imgs:after {
  width: 0.225rem;
  height: 0.225rem;
  content: "";
  position: absolute;
  border-radius: 50%;
}
.label-btns .label-imgs:before {
  background-color: #de232f;
  right: -0.125rem;
  top: 0.05rem;
}
.label-btns .label-imgs:after {
  left: -0.125rem;
  bottom: 0.05rem;
  background-color: #084a94;
}

.wel-index-banner {
  position: relative;
  border-radius: .2rem;
  overflow: hidden;
}
.wel-index-banner .images {
  background-color: #000000;
}
.wel-index-banner .words {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.25;
  padding-bottom: 1.875rem;
}
.wel-index-banner .tits {
  line-height: 1.466;
}
.wel-index-banner .txts {
  margin-top: .5rem;
  line-height: 1.148;
  margin-bottom: .5rem;
}
.wel-index-banner .text {
  margin-bottom: 3.125rem;
  line-height: 1.66;
}
.wel-index-banner .videplay {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
}
.wel-index-banner .videplay:before {
  position: absolute;
  content: "";
  width: .9rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.first-title {
  line-height: 1.368;
  color: #222;
}

.indexbtns {
  position: absolute;
  width: .45rem;
  height: .7rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: .75rem;
  z-index: 10;
}

/*products*/
.wel-index-products {
  background: #eaebf2;
  padding: 1.3rem 0.75rem 0 0.75rem;
}
.wel-index-products.active {
  margin-top: 2rem;
}
.wel-index-products .wel-index-protops {
  overflow: hidden;
  padding: 0 .8rem;
}

.wel-index-products .wel-index-protops img{
	margin-left: -.5rem;
}

.wel-index-products .wel-index-products-swiper {
  background: #fff;
  color: #222222;
}
.wel-index-products .first-title {
  margin-top: .3rem;
  margin-bottom: .8rem;
}

.wel-index-products-swiper {
  padding: .9rem .45rem;
  padding-top: 1.3rem;
}
.wel-index-products-swiper .items {
  width: 10%;
  text-align: center;
  color: #222222;
}
.wel-index-products-swiper .spans {
  /*line-height: .8rem;*/
  /*height: 1.6rem;*/
  line-height: 1.3;
  height: 2.6em;
  overflow: hidden;
  margin-top: .2rem;
  color: #222;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wel-index-products-swiper .spans span {
  display: block;
  overflow: hidden;
}
.wel-index-products-swiper .icons {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #eaebf2;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*news*/
.bgeaebf2 {
  background-color: #eaebf2;
}

.wel-index-news {
  background: #ECF1F6;
  position: relative;
  padding: 1.75rem 1.15rem 1.75rem 1.5rem;
  min-height: 16.75rem;
  justify-content: space-between;
}
.wel-index-news.active {
  margin-top: 1.5rem;
}
.wel-index-news .news-imgs {
  position: absolute;
  width: 17.675rem;
  height: 11.775rem;
  left: 2.475rem;
  bottom: -2.025rem;
  pointer-events: none;
  z-index: 1;
}
.wel-index-news .wel-index-news-list {
  width: 53.6%;
}
.wel-index-news .wel-index-newstops .first-title {
  max-width: 11em;
  margin-top: .35rem;
  margin-bottom: .6rem;
  line-height: 1.26;
}

.wel-index-news-list {
  padding-top: .55rem;
}
.wel-index-news-list .items {
  display: block;
  padding-top: .75rem;
  padding-bottom: .35rem;
  border-bottom: 1px solid #dfe4e9;
}
.wel-index-news-list .items:last-child {
  border-bottom: none;
}
.wel-index-news-list .items .time {
  line-height: 1;
}
.wel-index-news-list .items .txts {
  margin-top: 0.175rem;
  line-height: 1rem;
  height: 1rem;
  color: #222;
}

.wel-index-h60 {
  height: 1.5rem;
}

.wel-index-actionstops {
  padding-bottom: 1.15rem;
}
.wel-index-actionstops .first-title {
  margin-top: .3rem;
}

.wel-index-actions {
  background-color: #f1f0f6;
  padding: 1.75rem 1.5rem 2rem 1.5rem;
}
.wel-index-actions.active {
  margin-top: 1.5rem;
}

.cons-swiper.onac .swiper-wrapper {
  align-items: center;
}
.cons-swiper.onac .swiper-button-prev, .cons-swiper.onac .swiper-button-next, .cons-swiper.onac .swiper-pagination {
  display: none;
}

.cons-swiper.yanse .swiper-button-next,
.cons-swiper.yanse .swiper-button-prev {
  background-color: #ecf1f6;
}

.actionstops-swiper {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  position: relative;
}
.actionstops-swiper .items {
  width: 22.85%;
  margin-right: 2.86%;
  padding-top: 0.125rem;
  position: relative;
}
.actionstops-swiper .items:before {
  position: absolute;
  height: 50%;
  width: 100%;
  content: "";
  left: 0;
  z-index: 0;
  top: 0;
  pointer-events: none;
  background-color: #fff;
  background: linear-gradient(90deg, #004896, #004896, #DC1022);
}
.actionstops-swiper .items:last-child {
  margin-right: 0;
}
.actionstops-swiper .icons {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 auto;
}
.actionstops-swiper .icons img {
  display: block;
}
.actionstops-swiper .tits, .actionstops-swiper .txts {
  width: 90%;
  margin: 0 auto;
}
.actionstops-swiper .tits {
  margin-top: .75rem;
  margin-bottom: .5rem;
  color: #222222;
  line-height: .75rem;
  height: .75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.actionstops-swiper .txts {
  line-height: .6rem;
  height: 3.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-width: 13em;
}
.actionstops-swiper .box {
  height: calc(100% + 2px);
  padding-top: 2.85rem;
  background-color: #fff;
  padding-bottom: 0.7rem;
  position: relative;
  z-index: 2;
  text-align: center;
}

/*welcome*/
img {
  object-fit: cover;
}

/*banner*/
.aml-04 .aml04-list .li img {
  width: 100%;
}

.cons-banner {
  position: relative;
}
.cons-banner .shop-ewm {
  position: absolute;
  right: 3.45rem;
  bottom: 2.375rem;
  z-index: 1;
  width: 3.75rem;
  background-color: #fff;
}
.cons-banner .shop-ewm .imgs {
  padding: .35rem .4rem;
  padding-bottom: 0.15rem;
}
.cons-banner .shop-ewm .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 72, 150, 0.1);
}
.cons-banner .shop-ewm .words {
  max-width: 8em;
  margin: 0 auto;
  color: #3e5276;
  line-height: 1.33;
  padding-top: .2rem;
  padding-bottom: .25rem;
  width: 96%;
  text-align: center;
}
.cons-banner img.pcbox {
  height: 16.25rem;
}
.cons-banner img.mbox {
  height: 14.75rem;
}

/*banner*/
.con-btn-list ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.con-btn-list ::-webkit-scrollbar-track {
  background: #ecedf4;
}
.con-btn-list ::-webkit-scrollbar-thumb {
  background: #084a94;
}
.con-btn-list ::-webkit-scrollbar-thumb:window-inactive {
  background: #084a94;
}
.con-btn-list ::-webkit-scrollbar-thumb:vertical:hover {
  background: #084a94;
}

/*AboutSpeech*/
.ab-list-titles {
  flex-wrap: nowrap;
}
.ab-list-titles .box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ab-list-titles .list-fr {
  width: auto;
}
.ab-list-titles .tit-fl {
  padding-right: 1.3rem;
}
.ab-list-titles .li {
  color: #777;
  cursor: pointer;
  margin-right: .75rem;
  width: auto;
  position: relative;
}
.ab-list-titles .li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #084a94;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 0;
}
.ab-list-titles .li.active {
  color: #222222;
}
.ab-list-titles .li.active:before {
  width: 100%;
  transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 1;
}
.ab-list-titles .li:last-child {
  margin-right: 0;
}
.ab-list-titles .tit-fl, .ab-list-titles .li {
  height: 1.5rem;
  line-height: 1.5rem;
}

.ab-list-01 {
  padding-top: 1.5rem;
  padding-bottom: 2.05rem;
}
.ab-list-01 .images {
  width: 36.36%;
}
.ab-list-01 .words {
  width: 63.64%;
  padding-top: 3.25rem;
  padding-left: 2.05rem;
}
.ab-list-01 .words .txts {
  margin-top: .75rem;
  color: #777777;
  line-height: 0.95rem;
  height: 10.45rem;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 1.5rem;
}

.ab-list-02 {
  background-color: #ecf1f6;
  padding: 1.75rem 1.5rem 2.45rem 1.5rem;
}

.ab-02-titles .li {
  height: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  color: #777777;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  cursor: pointer;
}
.ab-02-titles .li.active {
  color: #222;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.ab-02-titles .li.active:before {
  width: 100%;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.ab-02-titles .li:before {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #084a94;
  left: 0;
  bottom: 0;
  width: 0;
  opacity: 0;
}
.ab-02-titles .li:nth-child(n+2) {
  margin-left: .95rem;
}

.ab-02-list {
  padding-top: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
}
.ab-02-list .wordslists {
  width: 55.2%;
}
.ab-02-list .wordslists .lis {
  line-height: 2.1em;
  height: 2.1em;
  border-radius: 3px;
  color: #777;
  background-color: #fff;
  overflow: hidden;
  padding: 0 1em;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  cursor: pointer;
}
.ab-02-list .wordslists .lis.active {
  color: #fff;
  background-color: #084a94;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.ab-02-list .wordslists .lis:nth-child(n+2) {
  margin-left: .5rem;
}
.ab-02-list .wordslists-list {
  padding-top: 1.125rem;
}
.ab-02-list .wordslists-list .itembox {
  margin-top: 0.55rem;
}
.ab-02-list .wordslists-list .titles {
  line-height: 1.6;
  color: #000000;
}
.ab-02-list .wordslists-list .items {
  border-bottom: 1px solid #d4d8dd;
  justify-content: space-between;
  line-height: 1.55em;
  padding-left: .55rem;
  padding-bottom: .25rem;
  position: relative;
}
.ab-02-list .wordslists-list .items .tits {
  width: calc(100% - 6em);
}
.ab-02-list .wordslists-list .items .txts {
  width: 6em;
}
.ab-02-list .wordslists-list .items:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #084a94;
  left: 0;
  top: .25rem;
}
.ab-02-list .wordslists-list .items:nth-child(n+2) {
  margin-top: .5rem;
}
.ab-02-list .wordslists-list .items .txts {
  color: #777777;
}
.ab-02-list .images {
  width: 32.6%;
  padding-right: 2.1rem;
  margin-top: -1.3rem;
}

.ab-list-03-tops {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ab-list-03-tops .swiper-container {
  padding-top: .25rem;
}
.ab-list-03-tops:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 105, 193, 0.1);
  left: 0;
  top: .25rem;
}
.ab-list-03-tops .items {
  width: 14.285%;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-top: .9rem;
  color: #666666;
  cursor: pointer;
}
.ab-list-03-tops .items.swiper-slide-active .span {
  font-size: inherit;
  color: #084a94;
}
.ab-list-03-tops .items.swiper-slide-active span:before {
  background-color: #de232f;
}
.ab-list-03-tops .items .span {
  height: 3.5rem;
}
.ab-list-03-tops .items span {
  position: absolute;
  left: 0;
  right: 0;
  top: -.25rem;
  border-radius: 50%;
  width: .55rem;
  height: .55rem;
  border: 1px solid #084a94;
  margin: auto;
}
.ab-list-03-tops .items span:before {
  position: absolute;
  width: .3rem;
  height: .3rem;
  content: "";
  border-radius: 50%;
  background-color: #084a94;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ab-list-03 {
  padding-top: 2.3rem;
  padding-bottom: 2.7rem;
}
.ab-list-03 .ab-list-03-tops {
  margin-top: 3.05rem;
}

.ab-list-03-bots {
  width: 55.6%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
.ab-list-03-bots .items {
  background-color: #f6f6f6;
  padding: 2.15rem 2.4rem;
  padding-bottom: 0.65rem;
}
.ab-list-03-bots .swiper-button-prev {
  left: -3.3rem;
}
.ab-list-03-bots .swiper-button-next {
  right: -3.3rem;
}
.ab-list-03-bots .tits {
  line-height: 1;
  margin-bottom: .5rem;
  color: #084a94;
}
.ab-list-03-bots .txts {
  line-height: 1.78;
  color: #777777;
  min-height: 5.34em;
}

.ab-list-03-bots .swiper-button-prev, .ab-list-03-bots .swiper-button-next {
  background-color: #084a94;
}

/*AboutSpeech*/
.ab-02-list .wordslists-list {
  min-height: 7rem;
}

.abouts-lists {
  padding-bottom: 2rem;
}

.ab-list-04 {
  background-color: #f1f0f6;
  padding-top: 2.1rem;
  padding-bottom: 1.8rem;
}
.ab-list-04 .ab04-listbox {
  padding-left: 8.5%;
  padding-right: 8.5%;
  margin-top: 1.7rem;
}

.contxtlist .items {
  position: relative;
  padding-top: 0.125rem;
}
.contxtlist .items:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: -20px;
  height: 60%;
  background: linear-gradient(90deg, #004896, #004896, #DC1022);
  z-index: 0;
  pointer-events: none;
}
.contxtlist .items .box {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.ab04-listbox .ab04-tops .box {
  justify-content: center;
  padding-top: 1.75rem;
  padding-bottom: 2.2rem;
}
.ab04-listbox .ab04-tops .imgs {
  width: 4.75rem;
}
.ab04-listbox .ab04-tops .words {
  margin-left: 1.35rem;
  width: 41.4%;
  padding-top: .25rem;
}
.ab04-listbox .ab04-tops .txts {
  line-height: 1.6;
  color: #777777;
  margin-top: .5rem;
}
.ab04-listbox .ab04-tops .tits {
  line-height: 1.428;
  color: #000000;
}
.ab04-listbox .ab04-tops .libox-01 .li {
  margin-right: 1.05rem;
}
.ab04-listbox .ab04-tops .libox-01 .li:last-child {
  margin-right: 0;
}
.ab04-listbox .ab04-bots {
  margin-top: 1.5rem;
  align-items: stretch;
}
.ab04-listbox .ab04-bots .items {
  width: 23%;
  margin-left: 2.6%;
}
.ab04-listbox .ab04-bots .items:nth-child(4n+1) {
  margin-left: 0;
}
.ab04-listbox .ab04-bots .items .box {
  height: 100%;
  padding: .8rem .85rem .5rem .75rem;
}
.ab04-listbox .ab04-bots .items .imgs {
  display: flex;
  height: 1.5rem;
  align-items: center;
  justify-content: flex-start;
}
.ab04-listbox .ab04-bots .items .imgs img {
  display: block;
  max-height: 100%;
}
.ab04-listbox .ab04-bots .items .ul {
  margin-top: .6rem;
}
.ab04-listbox .ab04-bots .items .li {
  padding: .2rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.ab04-listbox .ab04-bots .items .li:last-child {
  border-bottom: none;
}
.ab04-listbox .ab04-bots .items .li-tops {
  line-height: 1.636;
  color: #222;
  position: relative;
  padding-right: .7rem;
  cursor: pointer;
}
.ab04-listbox .ab04-bots .items .li-tops:before {
  position: absolute;
  right: .25rem;
  top: .75em;
  content: "";
  width: 9px;
  height: 6px;
  background: url(../img/4-001.png) no-repeat center;
  background-size: 100%;
}
.ab04-listbox .ab04-bots .items .li-bots {
  padding-top: 1px;
  padding-bottom: .3rem;
  line-height: 1.46;
  color: #777777;
  margin-top: .25rem;
}
.ab04-listbox .ab04-bots .li-bots {
  display: none;
}

.ab04-listbox .ab04-bots .items .li .li-tops:before, .ab04-listbox .ab04-bots .items .li.on .li-tops:before {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.ab04-listbox .ab04-bots .items .li .li-tops:before {
  transform: rotate(180deg);
}

.ab04-listbox .ab04-bots .items .li.on .li-tops:before {
  transform: rotate(0);
}

.ab-02-list .wordslists-list .itembox.on {
  margin-top: 0;
}
.ab-02-list .wordslists-list .itembox.on .items .tits {
  width: 100%;
}
.ab-02-list .wordslists-list .itembox.on .li {
  padding-bottom: .4rem;
  padding-top: .35rem;
  border-bottom: 1px solid #d4d8dd;
}
.ab-02-list .wordslists-list .itembox.on .li:nth-child(1) {
  padding-top: 0;
}
.ab-02-list .wordslists-list .itembox.on .li .li-tits {
  line-height: 1.6;
  color: #777777;
  padding-left: .5rem;
  position: relative;
}
.ab-02-list .wordslists-list .itembox.on .li .li-tits:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #084a94;
  left: .1rem;
  top: .2rem;
}
.ab-02-list .wordslists-list .itembox.on .li .li-txts {
  line-height: 1.55;
  color: #222222;
}

/*esshop*/
.esshop {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.esshop .esshop-list-cenetr {
  margin-top: 1.2rem;
}
.esshop .esshop-image-bottoms {
  margin-top: 2rem;
}

.esshop-list-cenetr .items {
  box-shadow: 0px 3px 12px 1px rgba(4, 0, 0, 0.1);
}
.esshop-list-cenetr .items:nth-child(n+2) {
  margin-top: 1rem;
}
.esshop-list-cenetr .box {
  padding: 0 1rem;
  padding-top: .8rem;
  padding-bottom: .9rem;
}
.esshop-list-cenetr .words {
  padding-top: 1.3rem;
  width: 55.95%;
  margin-left: 3.87%;
}
.esshop-list-cenetr .words .tits {
  line-height: 1.67;
}
.esshop-list-cenetr .words .wen {
  margin-top: .45rem;
  border-top: 1px dashed #d3d3d3;
  padding-top: .3rem;
  color: #666666;
  line-height: 2;
}
.esshop-list-cenetr .images {
  width: 34%;
}
.esshop-list-cenetr .i.wen-fl {
  width: 63.8%;
  padding-right: 2em;
}

.esshop-list-cenetr .i:nth-child(2n+1){
  width: 63.8%;
  padding-right: 2em;
}
.esshop-list-cenetr .i:nth-child(2n+2){
  width: 36.2%;
}
.esshop-list-cenetr .i.wen-fr {
  width: 36.2%;
}

.esshop-image-bottoms {
  position: relative;
}
.esshop-image-bottoms .words {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  padding-top: 2.65rem;
  transform: translateX(-50%);
  width: 92%;
}
.esshop-image-bottoms .first-title {
  color: #fff;
  margin-bottom: .65rem;
}

/*esshop*/
/*contact-box*/
.contact-box {
  padding-top: 2.25rem;
  padding-bottom: 1.9rem;
}
.contact-box .contact-bottoms-list.active {
  margin-top: 2.375rem;
}

.contact-tops-words {
  padding-bottom: 1.375rem;
}
.contact-tops-words .txts {
  margin-top: .25rem;
  line-height: 1.33;
  color: #666666;
}

.contact-bottoms-list .items {
  position: relative;
  width: 49.5%;
  margin-left: 1%;
}
.contact-bottoms-list .items:nth-child(2n+1) {
  margin-left: 0;
}
.contact-bottoms-list .items .words {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0.25rem;
  padding-top: 2.9rem;
}
.contact-bottoms-list .items .texts {
  color: #666666;
  width: 80%;
  margin: 0 auto;
  max-width: 20em;
  margin-top: .6rem;
  margin-bottom: .55rem;
  line-height: 1.66;
}
.contact-bottoms-list .items .ewm {
  width: 4.275rem;
  margin: 0 auto;
  margin-top: .8rem;
  margin-bottom: .25rem;
}
.contact-bottoms-list .items .txts {
  line-height: 1.388;
  color: #666666;
}

.contact-center-list .items {
  width: 23.8%;
  margin-left: 1.6%;
  box-shadow: 0px 3px 12px 1px rgba(4, 0, 0, 0.1);
  padding-top: 0.125rem;
}
.contact-center-list .items .box {
  padding: .25rem;
  text-align: center;
  padding-top: 1.4rem;
  padding-bottom: 1.8rem;
  color: #222222;
}
.contact-center-list .items .icons {
  height: 1.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-center-list .items .tits {
  margin-top: .6rem;
  margin-bottom: .35rem;
  line-height: 1.36;
}
.contact-center-list .items .txts {
  line-height: 1.125;
}
.contact-center-list .items:nth-child(4n+1) {
  margin-left: 0;
}

/*contact-box*/
/*aml*/
.aml-span {
  display: inline-block;
  vertical-align: top;
  padding: 0 1.1rem;
  height: 2.08em;
  line-height: 2.08em;
  border-radius: 2.08em;
  color: #222;
  background-color: #ECF1F6;
}

.aml-01 {
  padding-top: 1.25rem;
  padding-bottom: 1.125rem;
}
.aml-01 .images {
  width: 54%;
}
.aml-01 .words {
  width: 46%;
  padding-left: 2.15rem;
  padding-top: 1.625rem;
}
.aml-01 .words .aml-span {
  margin-top: 1.3rem;
  margin-bottom: .6rem;
}
.aml-01 .aml-text {
  color: #777777;
  line-height: 1.75;
}

.aml-02 {
  padding-top: 1.125rem;
  padding-bottom: 0.75rem;
}
.aml-02 .aml-text {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
  margin-top: 0.65rem;
  margin-bottom: 1.6rem;
  color: #777777;
  line-height: 1.75;
}

.aml02-swiper {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.aml02-swiper .ul {
  padding: .5rem;
  padding-top: 0;
}
.aml02-swiper .aml-swiper {
  width: calc(100% + 1rem);
  margin-left: -.5rem;
}
.aml02-swiper .aml-swiper .ul{
	align-items: stretch;
}
.aml02-swiper .li {
  width: 32%;
  margin-left: 2%;
  padding-top: 0.125rem;
  height: auto;
  box-shadow: 0px 3px 12px 1px rgba(4, 0, 0, 0.1);
}
.aml02-swiper .li:nth-child(3n+1) {
  margin-left: 0;
}
.aml02-swiper .box {
  padding-top: 1.7rem;
  padding-bottom: 1.75rem;
}
.aml02-swiper .icons {
  height: 2.025rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aml02-swiper .icons img {
  max-height: 100%;
}
.aml02-swiper .txts {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.66;
  color: #777777;
  text-align: left;
  margin-top: .8rem;
}

.swiperwidth {
  display: none;
  width: .5rem;
}

.aml-03 {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
.aml-03 .aml03-list {
  margin-top: 1rem;
  border: 1px solid #e8e8e8;
  align-items: stretch;
}
.aml-03 .aml03-list .items {
  display: block;
  width: 50%;
  height: 1.5rem;
  line-height: 1.5rem;
  border-top: 1px solid #e8e8e8;
  padding-left: .8rem;
  padding-right: 2rem;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.aml-03 .aml03-list .items .btns {
  position: absolute;
  width: 0.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.05rem;
}
.aml-03 .aml03-list .items:nth-child(1), .aml-03 .aml03-list .items:nth-child(2) {
  border-top: none;
}
.aml-03 .aml03-list .items:nth-child(2n+2) {
  border-left: 1px solid #e8e8e8;
}

.aml-04 {
  padding-top: 1rem;
  padding-bottom: 1.05rem;
}
.aml-04 .aml04-list {
  margin-top: 1rem;
}
.aml-04 .aml04-list .li {
  margin-bottom: .25rem;
  border: 1px solid #e2e2e2;
  width: 32%;
  margin-left: 2%;
}
.aml-04 .aml04-list .li:nth-child(3n+1) {
  margin-left: 0;
}

.cons-texts {
  line-height: 1.75;
  color: #777;
}

.aml05-lists {
  background-color: #fff;
  padding: 1.7rem 1.875rem 0.95rem 2.75rem;
}
.aml05-lists .li {
  align-items: center;
}
.aml05-lists .images {
  width: 9.875rem;
  height: 9.875rem;
  border-radius: 50%;
  background-color: #f5f9ff;
}
.aml05-lists .words {
  padding-left: 3.75rem;
  padding-top: .75rem;
}
.aml05-lists .words-tits {
  line-height: 1.75;
  color: #222222;
  padding-bottom: .6rem;
  border-bottom: 1px dashed #e5e5e5;
}
.aml05-lists .uls {
  margin-top: .6rem;
}
.aml05-lists .uls .li {
  padding-left: .95rem;
  position: relative;
}
.aml05-lists .uls .li:nth-child(n+2) {
  margin-top: .25rem;
}
.aml05-lists .uls .li .icons {
  position: absolute;
  width: .5rem;
  left: 0;
  top: .18rem;
}
.aml05-lists .uls .li .span {
  padding-right: .3rem;
}
.aml05-lists .uls .li.on .icons {
  top: .15rem;
}
.aml05-lists .uls img {
  display: block;
}
.aml05-lists .uls .span {
  color: #222222;
}
.aml05-lists .uls .twords {
  color: #777777;
}

.aml-05 {
  padding: 0 .75rem;
  padding-top: 2rem;
  padding-bottom: 1.75rem;
  background-color: #ecf1f6;
}
.aml-05 .aml-span {
  background-color: #ffffff;
}
.aml-05 .texts {
  width: 92%;
  margin: 0 auto;
  margin-top: .5rem;
}
.aml-05 .aml05-lists {
  margin-top: 1.6rem;
}

.aml-06 {
  padding-top: 2.5rem;
  padding-bottom: 2.3rem;
}
.aml-06 .aml06-list {
  margin-top: 1.3rem;
}

.aml06-list {
  align-items: stretch;
}
.aml06-list .li {
  background-color: #f7f9fa;
  margin-bottom: .6rem;
  width: 49.5%;
  margin-left: 1%;
  min-height: 7rem;
  padding-left: 1.5rem;
  padding-right: 1.05rem;
  justify-content: center;
  align-items: center;
}
.aml06-list .li:nth-child(2n+1) {
  margin-left: 0;
}
.aml06-list .li .txts {
  color: #777777;
  line-height: 1.625;
  padding-right: 1rem;
  overflow: hidden;
  max-height: 6.5em;
  overflow-y: auto;
  margin-top: .2rem;
}
.aml06-list .li .icons {
  width: 2rem;
  height: 2rem;
}
.aml06-list .li .words {
  width: calc(100% - 2rem);
  padding-left: 1.75rem;
}
.aml06-list .li .tits {
  line-height: 1.5;
  color: #222222;
}

.aml-list-02 {
  padding: 0 .75rem;
  padding-top: 2.75rem;
  background-color: #ecf1f6;
}

.aml0202-tops {
  align-items: center;
  padding-bottom: 1.5rem;
}
.aml0202-tops .images {
  /*width: 46%;*/
  width: 36%;
  padding-left: 4.375rem;
  padding-right: 3.5rem;
}
.aml0202-tops .words {
  width: 64%;
  padding-right: 1.8rem;
}
.aml0202-tops .words .txts {
  line-height: 1.75;
  color: #666666;
  margin-top: .55rem;
}

.aml0202-bots {
  background-color: #fff;
  padding: 1.625rem 1.75rem 2.45rem 1.75rem;
}
.aml0202-bots .li-tits {
  line-height: 1;
  color: #222222;
}
.aml0202-bots .li:nth-child(n+2) {
  margin-top: 1.25rem;
}
.aml0202-bots .li-text {
  line-height: 2;
  color: #777;
  margin-top: .5rem;
}
.aml0202-bots .down-list {
  margin-top: .85rem;
}

.down-list {
  border: 1px solid #e8e8e8;
}
.down-list .items {
  height: 1.45rem;
  line-height: 1.45rem;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  padding-left: 1.6rem;
  padding-right: .5rem;
  position: relative;
  color: #444444;
}
.down-list .items:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .5rem;
  top: 0;
  bottom: 0;
  left: .6rem;
  margin: auto;
  background: url(../img/b06.png) no-repeat center;
  background-size: 100%;
}
.down-list .items:nth-child(1), .down-list .items:nth-child(2) {
  border-top: none;
}
.down-list .items:nth-child(2n+2) {
  border-left: 1px solid #e8e8e8;
}
.down-list div.items:before {
  display: none;
}

.aml-lists {
  padding-bottom: 2.5rem;
}

.pdflist .items {
  position: relative;
}
.pdflist .items .btns {
  position: absolute;
  width: 0.6rem;
  height: 0.525rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.aml-list-03 {
  margin-top: 2.5rem;
}
.aml-list-03 .box {
  justify-content: space-between;
}
.aml-list-03 .words {
  padding-top: 1.05rem;
  width: 50%;
}
.aml-list-03 .words .tlist {
  margin-top: 1.45rem;
}
.aml-list-03 .words .items {
  display: block;
  position: relative;
  color: #222222;
  border-bottom: 1px solid #e5e5e5;
  height: 1.3rem;
  line-height: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.aml-list-03 .words .items:nth-child(n+2) {
  margin-top: 0.425rem;
}
.aml-list-03 .images {
  width: 42.6%;
}

/*aml*/
/*news*/
.news-box {
  padding-top: 1.8rem;
  padding-bottom: 2.75rem;
}
.news-box .news-list {
  margin-top: 1.95rem;
}

.news-list {
  justify-content: space-between;
  align-items: flex-end;
}
.news-list .images {
  padding-top: 1.95rem;
  width: 37.78%;
}
.news-list .words {
  width: 55.8%;
}
.news-list .li {
  padding-top: .65rem;
  display: block;
  padding-bottom: .7rem;
  border-bottom: 1px solid #eeeeee;
}
.news-list .li .time {
  color: #999999;
}
.news-list .li .span {
  margin-top: .25rem;
  line-height: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #222;
}

/*news*/
.baseinfo-lists {
  padding-top: .9rem;
  padding-bottom: 1.25rem;
}

.baseinfo-01 {
  padding-top: .9rem;
  padding-bottom: .9rem;
}
.baseinfo-01 .base01-tits {
  margin-top: 1.375rem;
}

.cmore {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: .75rem;
}
.cmore:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .5rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: url(../img/btn3.png) #084a94 no-repeat center;
  background-size: 100%;
}
.base01-list-01 .box{
  position: relative;
}
.base01-list-01 .box:before{
  position: absolute;
  left: 30%;
  content:"";
  width: 1px;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,.1);
  transform: translateX(-2.25rem);
}

.base01-list-01 {
  padding: 1.7rem 2.625rem 1.55rem 1.625rem;
  background-color: #ecf1f6;
}
.base01-list-01 .li {
  line-height: 1.66;
}
.base01-list-01 .li:nth-child(n+2) {
  margin-top: .65rem;
}
.base01-list-01 .li-01 {
  width: 30%;
  color: #222222;
  padding-right: .25rem;
  padding-right: 2.3rem;
}
.base01-list-01 .li-02 {
  padding-right: .25rem;
  width: 70%;
  color: #666666;
}

.base01-tits .i {
  position: relative;
  padding-bottom: 1rem;
}
.base01-tits .i.active .span {
  color: #fff;
  background-color: #084a94;
}
.base01-tits .i.active:before {
  opacity: 1;
}
.base01-tits .i:before {
  position: absolute;
  content: "";
  width: .8rem;
  height: .45rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../img/btn2.png) no-repeat center;
  background-size: 100%;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
  pointer-events: none;
}
.base01-tits .i:nth-child(n+2) {
  margin-left: .3rem;
}
.base01-tits .i .span {
  border-radius: 3px;
  padding: 0 .5rem;
  line-height: 1rem;
  height: 1rem;
  cursor: pointer;
  background-color: #f6f6f6;
}

.base01-list-02 {
  background-color: #ecf1f6;
  padding: 1.55rem 1.625rem 1.375rem 1.625rem;
}
.base01-list-02 .box{
  align-items: stretch;
}
.base01-list-02 .base01-02-left {
  width: 14%;
}
.base01-list-02 .base01-02-left .li {
  cursor: pointer;
}
.base01-list-02 .base01-02-right {
  width: 86%;
}

.base01-02-left .li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 2.22;
  color: #666666;
}
.base01-02-left .li span:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #084a94;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
}
.base01-02-left .li.active span {
  color: #084a94;
}
.base01-02-left .li.active span:before {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.base01-02-left .pclist .li {
  cursor: pointer;
}
.base01-02-left .pclist .li:nth-child(n+2) {
  margin-top: .4rem;
}

.base01-02-right {
  padding: .95rem 1.75rem;
  padding-bottom: 1.8rem;
}
.base01-02-right .pagination-pages {
  margin-top: 1.25rem;
}
.base01-02-right .items {
  display: block;
  width: 48%;
  margin-left: 4%;
  height: 1.6rem;
  line-height: 1.6rem;
  border-bottom: 1px solid #e5e5e5;
  color: #222222;
  position: relative;
  padding-right: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.base01-02-right .items:nth-child(n+3) {
  margin-top: .1rem;
}
.base01-02-right .items .btns {
  width: 0.6rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.base01-02-right .items:nth-child(2n+1) {
  margin-left: 0;
}

.joinus-lists {
  padding-top: 1.05rem;
}

.joinus-list-01 {
  padding-top: 1rem;
  padding-bottom: .75rem;
}
.joinus-list-01 .joins01-list {
  margin-top: .85rem;
}

.joins01-list {
  align-items: stretch;
}
.joins01-list .items {
  width: 34%;
  background-image: linear-gradient(to right, #eaebf2, rgba(255, 255, 255, 0));
  padding: 1.2rem 1.6rem;
  position: relative;
  overflow: visible;
}
.joins01-list .items:nth-child(1):before {
  display: none;
}
.joins01-list .items:before {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background: url(../img/c04.png) #d5dce5 no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  pointer-events: none;
  left: -1.7rem;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.joins01-list .items .icons {
  height: 1.55rem;
  max-width: 1.55rem;
}
.joins01-list .items .tits {
  margin-top: .5rem;
  margin-bottom: 0.15rem;
  line-height: 1.66;
  color: #222;
}
.joins01-list .items .txts {
  line-height: 1.5;
  color: #777777;
}
.joins01-list .items.items3 {
  width: 32%;
}

.bgcolor {
  background: #eaebf2;
}

.joinus-list-02 {
  margin-bottom: .75rem;
  margin-top: 1rem;
  padding: 1.3rem 1.9rem;
  padding-bottom: 1.25rem;
}
.joinus-list-02 .joinus02-list {
  margin-top: .5rem;
}

.joinus02-list {
  align-items: flex-end;
}
.joinus02-list .fllist {
  width: 61.5%;
}
.joinus02-list .texts {
  line-height: 1.55;
  color: #000000;
}
.joinus02-list .ul {
  margin-top: .9rem;
}
.joinus02-list .li {
  margin-bottom: .375rem;
  background-color: #fff;
  width: 49.5%;
  margin-left: 1%;
  min-height: 4.8rem;
  padding: 1rem 1.15rem;
}
.joinus02-list .li:nth-child(2n+1) {
  margin-left: 0;
}
.joinus02-list .tits {
  line-height: 1.58;
  color: #084a94;
}
.joinus02-list .txts {
  line-height: 1.5;
  color: #777777;
  margin-top: .3rem;
}
.joinus02-list .frlist {
  width: 38.5%;
  padding-bottom: .375rem;
  padding-left: 2rem;
  padding-right: .65rem;
}

.joinus-list-03 {
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
}

.ab-list-04 .ab04-listbox .ab04-tops {
  padding-top: 0.2rem;
}

.joinus03-text {
  color: #000000;
  line-height: 1.67;
}

.joinus-list-03 .joinus03-text {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.joinus03-list {
  align-items: stretch;
}
.joinus03-list .items {
  width: 23.8%;
  margin-left: 1.6%;
  margin-bottom: .5rem;
  box-shadow: 0px 3px 12px 1px rgba(4, 0, 0, 0.1);
}
.joinus03-list .items:nth-child(4n+1) {
  margin-left: 0;
}
.joinus03-list .items .box {
  padding: 1.1rem .75rem;
      height: 100%;
    max-height: 10rem;
    overflow: hidden;
    overflow-y:auto;
}
.joinus03-list .tits {
  margin-top: .85rem;
  margin-bottom: .25rem;
  line-height: 1.36;
  color: #222222;
}
.joinus03-list .txts {
  color: #777777;
  line-height: 1.5;
}
.joinus03-list .icons {
  height: 1.375rem;
}

.joinus-list-04 {
  padding: 2.5rem 1.75rem;
  padding-top: 1.75rem;
}
.joinus-list-04 .joinus04-lists {
  margin-top: 1.4rem;
}

.joinus04-lists {
  padding: 1.7rem 2rem;
  padding-top: 1.35rem;
  background: #fff;
}
.joinus04-lists .images {
  width: 35.3%;
  padding-left: 2rem;
  padding-right: 4.125rem;
  padding-top: .85rem;
}
.joinus04-lists .words {
  width: 64.7%;
}
.joinus04-lists .yx {
  position: relative;
  padding-left: 1.125rem;
}
.joinus04-lists .yx img {
  height: .65rem;
  position: absolute;
  left: 0;
  top: .05rem;
}

.joinus04-lists .words .tits {
  line-height: 1.45;
}
.joinus04-lists .words .uls {
  margin-top: .375rem;
}
.joinus04-lists .words .lis-tops {
  line-height: 1.55;
  color: #000000;
}
.joinus04-lists .words .lis:nth-child(n+2) {
  margin-top: .6rem;
}
.joinus04-lists .words .lis-bots {
  margin-top: .2rem;
  line-height: 1.875;
  color: #666666;
}
.joinus04-lists .words .yx {
  margin-top: .55rem;
}
.joinus04-lists .words .box:nth-child(n+2) {
  margin-top: 1rem;
}

.CustomerDemands-lists {
  padding-top: 1.8rem;
  padding-bottom: 2rem;
}
.CustomerDemands-lists .CustomerDemands-swiper {
  margin-top: .75rem;
  margin-bottom: 1rem;
}

.CustomerDemands-box {
  padding: 1.75rem 1.875rem 2.3rem 1.875rem;
  background-color: rgba(236, 241, 246, 1);
}
.CustomerDemands-box .items {
  display: block;
}
.CustomerDemands-box .pagination-pages {
  margin-top: 1.5rem;
}
.CustomerDemands-box .box {
  align-items: flex-end;
}
.CustomerDemands-box .text-list {
  width: 61.5%;
  padding-right: 1.6rem;
}
.CustomerDemands-box .text-list .items {
  height: 1.95rem;
  line-height: 1.95rem;
  position: relative;
  padding-right: 1.3rem;
  padding-left: .5rem;
  border-bottom: 1px solid #d4d8dd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.CustomerDemands-box .text-list .items img {
  right: .5rem;
}
.CustomerDemands-box .images {
  width: 38.5%;
  padding-left: 2.5rem;
  padding-right: .5rem;
}

.CustomerDemands-swiper .items {
  width: auto;
  height: 1rem;
  line-height: 1rem;
  border-radius: .1rem;
  background: #f6f6f6;
  color: #222;
  padding: 0 .9rem;
  margin-right: .3rem;
  cursor: pointer;
}
.CustomerDemands-swiper .items:last-child {
  margin-right: 0;
}
.CustomerDemands-swiper .items.active {
  color: #fff;
  background-color: #084a94;
}

.bgfff {
  background-color: #fff;
}

.Mediate-box {
  padding: 1.8rem 4.5rem;
  padding-bottom: 1.35rem;
}
.Mediate-box .Mediate-forms {
  margin-top: 1.375rem;
}
.Mediate-box .texts {
  margin-top: .2rem;
  line-height: 1.75;
  color: #777777;
}

.Mediate-forms .li.textarea.cur .span {
  opacity: 0;
}

.Mediate-forms {
  padding: 1.35rem 3.5rem 1.625rem 3.5rem;
}
.Mediate-forms .ctits {
  line-height: 1.6;
  color: #000000;
}
.Mediate-forms .w100 {
  width: 100%;
}
.Mediate-forms .input-bots {
  justify-content: space-between;
}
.Mediate-forms .first-title {
  line-height: 1.4375;
}
.Mediate-forms .submit-bottoms {
  justify-content: center;
  align-items: center;
}
.Mediate-forms .submit-bottoms .submit {
  position: relative;
}
.Mediate-forms .submit-bottoms .submit .cons-mores, .Mediate-forms .submit-bottoms .submit input {
  height: 1.3rem;
  line-height: 1.3rem;
  display: block;
}
.Mediate-forms .submit-bottoms .submit-btn input[type=submit] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.Mediate-forms .submit-bottoms .reset-btn {
  margin-left: 0.625rem;
}
.Mediate-forms .submit-bottoms .reset-btn input {
  padding: 0 1.55rem;
  background-color: transparent;
  border: 1px solid #e2e2e2;
}
.Mediate-forms .inputsbox .li {
  width: 48%;
  margin-left: 4%;
  margin-bottom: .75rem;
}
.Mediate-forms .inputsbox .li .text {
  height: 1.15rem;
  line-height: 1.15rem;
  width: calc(100% - 8em);
  padding: 0 .5rem;
}
.Mediate-forms .inputsbox .li:nth-child(2n+1) {
  margin-left: 0;
}
.Mediate-forms .inputsbox .li input[type=text], .Mediate-forms .inputsbox .li textarea {
  background-color: #f6f6f6;
  color: #333;
}
.Mediate-forms .inputsbox .li .span {
  /*width: 2.25rem;*/
  width: 8em;
  line-height: 1.15rem;
  color: #222222;
}
.Mediate-forms .inputsbox .li .span span {
  color: #de232f;
}
.Mediate-forms .inputsbox .li textarea {
  resize: none;
  width: 100%;
  height: 5rem;
}
.Mediate-forms .inputsbox .li.w100 {
  width: 100%;
  margin-left: 0;
}
.Mediate-forms .li.textarea {
  position: relative;
}
.Mediate-forms .li.textarea textarea {
  padding: .45rem;
  padding-top: 1.2rem;
}
.Mediate-forms .li.textarea textarea, .Mediate-forms .li.textarea .span {
  line-height: 1.86;
}
.Mediate-forms .li.textarea .span {
  pointer-events: none;
  width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: .45rem;
  padding: 0 .45rem;
  color: #777777;
}
.Mediate-forms .li.textarea .span span {
  margin-right: .2rem;
}
.Mediate-forms .inputsbox .input-bots .li .span {
  width: auto;
  margin-right: .5rem;
}
.Mediate-forms .inputsbox .input-bots .li .li-input .span, .Mediate-forms .inputsbox .input-bots .li .li-input .btns, .Mediate-forms .inputsbox .input-bots .li .li-input .wj, .Mediate-forms .inputsbox .input-bots .li .li-input .cspan, .Mediate-forms .inputsbox .input-bots .li .li-input .sel-tops {
  height: .9rem;
  line-height: .9rem;
}
.Mediate-forms .input-bots .li {
  width: auto;
}
.Mediate-forms .input-bots .wj {
  padding-left: .35rem;
  padding-right: .7rem;
  color: #666666;
  cursor: pointer;
  position: relative;
}
.Mediate-forms .input-bots .wj:before{
  position: absolute;
  content:"+";
  right: 0;
  top: 0;
  font-size: 20px;
  color: #084a94;
  transform:rotate(45deg);
  opacity: 0;
}
.Mediate-forms .input-bots .inouts .wj:before{
  opacity: 1;
}
.Mediate-forms .input-bots .cspan {
  color: #999999;
}
.Mediate-forms .input-bots .btns {
  position: relative;
  overflow: hidden;
  border-radius: .1rem;
  border: 1px solid #d4d4d4;
  background-color: #f7f7f7;
  padding: 0 .65rem;
}
.Mediate-forms .input-bots .btns input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Mediate-forms .input-bots .selects {
  position: relative;
}
.Mediate-forms .input-bots .sel-bots {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: .9rem;
}
.Mediate-forms .input-bots .sel-bots .i {
  padding: .2rem .7rem;
  line-height: 1.5;
}
.Mediate-forms .input-bots .selects.active .sel-tops {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  color: #fff;
  background-color: #084a94;
  border-color: #084a94;
}
.Mediate-forms .input-bots .selects.active .sel-tops:before {
  background: url(../img/k08.png) no-repeat center;
  background-size: 100%;
  transform: rotate(180deg);
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.Mediate-forms .input-bots .sel-tops {
  width: 8.5rem;
  border-radius: .1rem;
  border: 1px solid #d4d4d4;
  background-color: #f7f7f7;
  padding: 0 .7rem;
  padding-right: .75rem;
  position: relative;
  cursor: pointer;
}
.Mediate-forms .input-bots .sel-tops:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 6px;
  background: url(../img/k07.png) no-repeat center;
  background-size: 100%;
  right: .35rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.Mediate-forms .ulbox {
  margin-top: .9rem;
  margin-bottom: .9rem;
}
.Mediate-forms .ulbox .uls {
  justify-content: center;
  align-items: center;
}
.Mediate-forms .ulbox .uls .li {
  padding-left: .6rem;
  cursor: pointer;
  color: #666666;
  position: relative;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.Mediate-forms .ulbox .uls .li.active {
  color: #084a94;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.Mediate-forms .ulbox .uls .li.active span:before {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.Mediate-forms .ulbox .uls .li span {
  position: absolute;
  width: .375rem;
  height: .375rem;
  left: 0;
  top: .2rem;
  border-radius: 50%;
  border: 1px solid #c7c7c7;
}
.Mediate-forms .ulbox .uls .li span:before {
  position: absolute;
  content: "";
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #084a94;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.Mediate-forms .ulbox .uls .li:nth-child(n+2) {
  margin-left: .75rem;
}

.Mediate02-box {
  padding: 1.9rem 1rem;
  padding-bottom: 3.25rem;
}
.Mediate02-box .texts {
  margin-top: .2rem;
  line-height: 1.75;
  color: #777777;
}
.Mediate02-box .first-title {
  line-height: 1.4375;
}
.Mediate02-box .Mediate02-tops {
  margin-top: 1.15rem;
}
.Mediate02-box .list {
  margin-top: 2rem;
}

.dianhuatext {
  justify-content: center;
  align-items: center;
}
.dianhuatext .box {
  height: 3.4rem;
  border-radius: 3.4rem;
  position: relative;
  border: 1px dashed #eaebf2;
  padding-left: 5.25rem;
  padding-right: 3.3rem;
  justify-content: center;
  flex-direction: column;
}
.dianhuatext .box .tits, .dianhuatext .box .txts {
  line-height: 1;
}
.dianhuatext .box .tits {
  color: #222222;
}
.dianhuatext .box .txts {
  color: #666666;
  margin-top: .35rem;
}
.dianhuatext .box .icons {
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eaebf2;
  border-radius: 3.4rem;
}

.Mediate02-tops {
  padding: 2rem 1.5rem 2.45rem 1.5rem;
}

.Mediate02-list {
  border-top: 1px dashed #e9e9e9;
  padding-top: 1.375rem;
}
.Mediate02-list .li {
  width: 25%;
  padding-right: .25rem;
}
.Mediate02-list .li:last-child {
  padding-right: 0;
}
.Mediate02-list .li .icons {
  width: 1.925rem;
  height: 1.925rem;
  border-radius: 50%;
  background-color: #eaebf2;
}
.Mediate02-list .li .icons img {
  display: block;
}
.Mediate02-list .li .words {
  width: calc(100% - 1.925rem);
  padding-left: .55rem;
  padding-top: 0.225rem;
}
.Mediate02-list .li .words .txts {
  margin-top: .1rem;
  line-height: 1.46;
  color: #666666;
}
.Mediate02-list .li .words .tits {
  color: #222222;
  line-height: 1.5;
}
.Mediate02-list .li.li1 {
  width: 28%;
}
.Mediate02-list .li.li2 {
  width: 23%;
}
.Mediate02-list .li.li3 {
  width: 29.5%;
}
.Mediate02-list .li.li4 {
  width: 19.5%;
}

.Mediate02-bots {
  padding-top: 2.1rem;
}
.Mediate02-bots .Mediate02-bots-box {
  margin-top: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
}

.Mediate02-bots-box .textfl {
  width: 60.8%;
}
.Mediate02-bots-box .imgfr {
  width: 34.5%;
  padding-right: 1.55rem;
}
.Mediate02-bots-box .lis {
  padding-bottom: 0.575rem;
  padding-left: 2.05rem;
  position: relative;
}
.Mediate02-bots-box .lis:before, .Mediate02-bots-box .lis:after {
  position: absolute;
  content: "";
}
.Mediate02-bots-box .lis:before {
  /*height: 100%;*/
  height: calc(100% - 1rem);
  left: 1rem;
  top: 1.45rem;
  border-left: 1px dashed #084a94;
}
.Mediate02-bots-box .lis:after {
  top: .75rem;
  left: .75rem;
  width: .45rem;
  height: .45rem;
  border: 2px solid #084a94;
  border-radius: 50%;
  box-sizing: border-box;
}
.Mediate02-bots-box .lis.active:after{
  opacity: 0;
}

.Mediate02-bots-box .lis.active .after{
  opacity: 1;
}

.Mediate02-bots-box .lis .after{
  position: absolute;
  top: .65rem;
  left: .65rem;
  width: .65rem;
  height: .65rem;
  border: 2px solid #084a94;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
}
.Mediate02-bots-box .lis .after:before{
  content:"";
  position: absolute;
  width: .35rem;
  height: .35rem;
  border-radius: 50%;
  background-color: rgba(220, 38, 53, 1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin:auto;
}
.Mediate02-bots-box .lis:last-child:before {
  display: none;
}
.Mediate02-bots-box .lis-box {
  padding: .55rem .9rem;
}
.Mediate02-bots-box .lis-box.active .lis-tops {
  color: #084a94;
}
.Mediate02-bots-box .lis-box .lis-tops {
  line-height: 1.72;
  color: #222222;
  cursor: pointer;
  position: relative;
}
.Mediate02-bots-box .lis-box .lis-bots {
  padding-top: 0.125rem;
  padding-bottom: .2rem;
  line-height: 1.625;
  color: #666666;
  display: none;
}

.reception01-box .list {
  box-shadow: 0px 3px 12px 1px rgba(4, 0, 0, 0.1);
}
.reception01-box .list .box {
  padding: 0 1.6rem;
}
.reception01-box .list:nth-child(n+2) {
  margin-top: 1rem;
}
.reception01-box .list .texts {
  padding-top: .6rem;
}
.reception01-box .list .texts .tits {
  color: #000000;
  line-height: 1.5;
}
.reception01-box .list .ul-list {
  margin-top: .4rem;
}
.reception01-box .list .li {
  padding-top: 1.25rem;
  padding-bottom: 1.35rem;
}
.reception01-box .list .li:nth-child(n+2) {
  border-top: 1px dashed #d3d3d3;
}
.reception01-box .list .li .imgs {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
}
.reception01-box .list .li .texts {
  padding-left: 2.625rem;
  width: calc(100% - 6rem);
}
.reception01-box .list .li .ul-list {
  line-height: 1.875;
}
.reception01-box .list .li .ul-list .i {
  width: 46%;
  margin-left: 8%;
}
.reception01-box .list .li .ul-list .i:nth-child(2n+1) {
  margin-left: 0;
}
.reception01-box .list .li .ul-list .i .span {
  width: 8em;
  /*width: 2rem;*/
  color: #222222;
}
.reception01-box .list .li .ul-list .i .txts {
  width: calc(100% - 8em);
  /*width: calc(100% - 2rem);*/
  color: #666666;
}

.reception02-tops .reception02top-boxs {
  margin-top: .9rem;
}

.reception02top-boxs .box {
  padding: 1.45rem 2.375rem 1.5rem 1.75rem;
}
.reception02top-boxs .imgs {
  width: 6.325rem;
}
.reception02top-boxs .words {
  width: calc(100% - 6.325rem);
  padding-left: 2.5rem;
  padding-top: .55rem;
}
.reception02top-boxs .words .tits {
  line-height: 1.428;
  color: #222222;
  padding-bottom: .6rem;
  border-bottom: 1px dashed #e5e5e5;
}
.reception02top-boxs .words .txts {
  padding-top: .55rem;
}
.reception02top-boxs .words .txts .i {
  position: relative;
  margin-right: 2rem;
  padding-left: .8rem;
  line-height: 2;
  color: #777777;
}
.reception02top-boxs .words .txts .i .btns {
  position: absolute;
  height: .6rem;
  left: 0;
  top: .1rem;
}
.reception02top-boxs .words .txts .i:last-child {
  margin-right: 0;
}

.reception02-bots {
  margin-top: 1.85rem;
}
.reception02-bots .itembox {
  margin-top: 1rem;
  align-items: stretch;
}
.reception02-bots .itembox .box {
  height: 100%;
  min-height: 6.25rem;
  padding: 1.15rem 1.05rem 1rem 1.05rem;
}
.reception02-bots .itembox .imgs {
  width: 3.5rem;
  height: 3.5rem;
}
.reception02-bots .itembox .words {
  width: calc(100% - 3.5rem);
  padding-left: 1rem;
}
.reception02-bots .itembox .tits {
  padding-top: .25rem;
  padding-bottom: .3rem;
  line-height: 1.454;
  color: #222222;
  border-bottom: 1px dashed #e5e5e5;
}
.reception02-bots .itembox .txts {
  margin-top: .25rem;
  line-height: 2;
  color: #777777;
  position: relative;
}
.reception02-bots .itembox .txts .i {
  padding-left: .8rem;
  position: relative;
}
.reception02-bots .itembox .txts img {
  position: absolute;
  height: .6rem;
  left: 0;
  top: .1rem;
}
.reception02-bots .itembox .items {
  margin-bottom: 1rem;
  width: 49.5%;
  margin-left: 1%;
}
.reception02-bots .itembox .items:nth-child(2n+1) {
  margin-left: 0;
}

.reception02-box {
  padding: 1.9rem 1rem 1rem 1rem;
  background: #ECF1F6;
}

.w1400 {
  width: 73%;
  margin: 0 auto;
}

.cons-mores {
  cursor: pointer;
}

.ovhidden {
  overflow: hidden;
}

.protection-tankuang {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.protection-tankuang .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-height: 90%;
  overflow-y: auto;
  padding: 3.35rem 3.5rem 3rem 3.35rem;
}
.protection-tankuang .txts {
  margin-top: 1.15rem;
  margin-bottom: 2.4rem;
  line-height: 2.1;
  color: #777777;
  max-height: 14.7em;
  overflow: hidden;
  overflow-y: auto;
  padding-right: .7rem;
}
.protection-tankuang .tits {
  line-height: 1.66;
}
.protection-tankuang .protection-btns {
  justify-content: center;
}

.Code-tankuang {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.Code-tankuang .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 20rem;
  padding: 3.85rem 3.45rem 4.25rem 3.2rem;
  max-width: 90%;
}
.Code-tankuang .imgs {
  margin-top: .9rem;
  margin-bottom: .75rem;
  justify-content: center;
}
.Code-tankuang .imgs img {
  height: 1.8rem;
  border-radius: .2rem;
}
.Code-tankuang .inputs {
  margin-top: 1.1rem;
}
.Code-tankuang .inputs input:-moz-placeholder,
.Code-tankuang .inputs textarea:-moz-placeholder {
  color: #999999;
}
.Code-tankuang .inputs input::-moz-placeholder,
.Code-tankuang .inputs textarea::-moz-placeholder {
  color: #999999;
}
.Code-tankuang .inputs input:-ms-input-placeholder,
.Code-tankuang .inputs textarea:-ms-input-placeholder {
  color: #999999;
}
.Code-tankuang .inputs input::-webkit-input-placeholder,
.Code-tankuang .inputs textarea::-webkit-input-placeholder {
  color: #999999;
}
.Code-tankuang .inputs input {
  background-color: #f6f6f6;
  text-align: center;
  height: 1.95rem;
  line-height: 1.95rem;
  color: #999999;
  width: 100%;
}
.Code-tankuang .submit {
  margin-top: 0.625rem;
}
.Code-tankuang .submit input[type=submit] {
  height: 1.95rem;
  line-height: 1.95rem;
  background-color: #084a94;
  color: #fff;
  width: 100%;
}
.Code-tankuang .txts {
  line-height: 1.4;
  color: #999999;
}
.Code-tankuang .tits {
  line-height: 1.285;
  color: #222222;
}
.Code-tankuang .close {
  position: absolute;
  width: .95rem;
  height: .95rem;
  background: url(../img/close.png) no-repeat center;
  background-size: 100%;
  right: .7rem;
  top: .6rem;
  cursor: pointer;
}

.Development01 {
  padding-top: 2.125rem;
  padding-bottom: 2.5rem;
}
.Development01 .cons-text {
  margin: 0 auto;
  width: 82%;
  margin-top: .4rem;
  margin-bottom: 1.8rem;
  max-width: 67em;
  color: #777777;
}
.Development01 .imgs {
  width: 65.35%;
  margin: 0 auto;
}

.Development02 {
  padding: 3.5rem 1.5rem;
  padding-bottom: 2.9rem;
  justify-content: space-between;
  background-color: rgba(236, 241, 246, 1);
}
.Development02 .words {
  width: 43%;
  padding-top: 2.05rem;
}
.Development02 .images {
  width: 51%;
  padding-right: 1.625rem;
}
.Development02 .icons {
  height: 2.2rem;
  margin-bottom: .8rem;
}
.Development02 .texts {
  margin-top: .75rem;
  line-height: 2;
  color: #666666;
}

.Development03 {
  padding-top: 2.35rem;
  padding-bottom: 2.5rem;
}
.Development03 .images {
  width: 30%;
}
.Development03 .words {
  width: 70%;
  padding-left: 2.9rem;
}
.Development03 .imgs {
  margin-top: 5.5rem;
}
.Development03 .texts {
  line-height: 1.75;
  color: #777777;
  padding-top: .1rem;
}
.Development03 .dlists {
  margin-top: 2.15rem;
}
.Development03 .dlists .li-bots {
  display: none;
}
.Development03 .dlists .li-bots {
  padding-bottom: .25rem;
  padding-top: .6125rem;
}
.Development03 .dlists .li-tops {
  position: relative;
  padding-right: 1rem;
  cursor: pointer;
}
.Development03 .dlists .li-tops.active {
  color: #084a94;
}
.Development03 .dlists .li-tops.active:before {
  transform: rotate(180deg);
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.Development03 .dlists .li-tops:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 6px;
  background: url(../img/m06.png) no-repeat center;
  background-size: 100%;
  right: .5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.Development03 .dlists .li {
  padding-top: .6rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid #e5e5e5;
}
.Development03 .dlists .li:nth-child(1) {
  border-top: 1px solid #e5e5e5;
}
.Development03 .dlists .li .tits {
  line-height: 1.4;
  color: #222222;
}
.Development03 .dlists .li.active .li-tops {
  color: #084a94;
}
.Development03 .dlists .li .txts {
  margin-top: .35rem;
  line-height: 1.75;
  color: #777777;
}

.w1120 {
  width: 80%;
  max-width: 1120px;
  margin: 0 auto;
}

.SocialActivities {
  padding-top: 2.25rem;
  padding-bottom: 2.55rem;
}
.SocialActivities .list {
  margin-top: 1.2rem;
}
.SocialActivities .list .pagination-pages {
  margin-top: 1.5rem;
}
.SocialActivities .list .li {
  display: block;
  padding-top: .75rem;
  padding-bottom: .45rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.SocialActivities .list .time {
  color: #999999;
  margin-bottom: .25rem;
}
.SocialActivities .list .txts {
  height: 1.6em;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #222222;
  position: relative;
  padding-right: 1rem;
}
.SocialActivities .list .txts img {
  position: absolute;
  width: 0.6rem;
  height: 0.525rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bgcolor2 {
  background: #f6f7fb;
}

.BasicPolicy {
  padding-top: 1.5rem;
  padding-bottom: 2.6rem;
}
.BasicPolicy .box {
  padding-top: 2.5rem;
  padding-bottom: 0.55rem;
}
.BasicPolicy .imgs {
  width: 54%;
  margin: 0 auto;
}

.protection-tankuang .protection-btns .cons-mores {
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.protection-tankuang .protection-btns .cons-mores:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.protection-tankuang .protection-btns.active .cons-mores {
  pointer-events: auto;
  background-color: #084a94;
}
.protection-tankuang .protection-btns.active .cons-mores:before {
  background-color: #de232f;
}

.base01-list-03 {
  padding: 0.95rem 3.25rem;
  padding-bottom: 2.375rem;
  background-color: #ecf1f6;
}
.base01-list-03 div.items {
  padding-bottom: .6rem;
}
.base01-list-03 .items {
  border-bottom: 1px solid #d4d8dd;
  padding-top: .75rem;
  display: block;
}
.base01-list-03 .txts {
  margin-top: .2rem;
  line-height: 1.66;
  color: #777777;
}
.base01-list-03 .tits {
  line-height: 1.8;
  position: relative;
  color: #222222;
}
.base01-list-03 .time {
  color: #999999;
  margin-bottom: .2rem;
}
.base01-list-03 .li.items {
  padding-top: .9rem;
  padding-bottom: .4rem;
}
.base01-list-03 .li .tits {
  padding-right: 1rem;
}
.base01-list-03 .li .btns {
  position: absolute;
  right: 0;
  top: .2rem;
}

.bgecf1f6 {
  background-color: #ecf1f6;
}

.baseinfo-02 {
  padding-top: 1.55rem;
  padding-bottom: 2.55rem;
}
.baseinfo-02 .baseinfo02-list {
  margin-top: 1.5rem;
}

.baseinfo02-list {
  justify-content: space-between;
  align-items: flex-end;
}
.baseinfo02-list .imagaes {
  width: 33.5%;
  padding-left: 2.5rem;
  padding-bottom: .15rem;
}
.baseinfo02-list .wordlist {
  width: 56.8%;
  padding-right: 2.5rem;
}

.BaseInfo-wordslist .items {
  display: block;
  position: relative;
  padding-top: .75rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid #e5e5e5;
}
.BaseInfo-wordslist .items .time {
  line-height: 1;
  color: #999999;
  margin-bottom: .25rem;
}
.BaseInfo-wordslist .items .ctxts {
  color: #222;
  line-height: 1.8em;
  height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 1.25rem;
  position: relative;
}
.BaseInfo-wordslist .items .ctxts .btns {
  width: .6rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.baseinfo-03 {
  padding: 1.9rem 1.75rem 3rem 1.75rem;
}
.baseinfo-03 .imagaes {
  width: 42%;
}

.baseinfo03-list {
  justify-content: space-between;
  align-items: flex-end;
}
.baseinfo03-list .wordlist {
  width: 58%;
}
.baseinfo03-list .imagaes {
  padding-left: 3rem;
  padding-right: 1.25rem;
}

.baseinfo-04 {
  padding-bottom: 1.25rem;
  padding-top: 2rem;
}
.baseinfo-04 .baseinfo04-swiper {
  margin-top: 1.05rem;
}

.baseinfo04-swiper .items {
  padding-bottom: .95rem;
  position: relative;
  width: auto;
  margin-right: .25rem;
  cursor: pointer;
}
.baseinfo04-swiper .items:last-child {
  margin-right: 0;
}
.baseinfo04-swiper .items.active .span {
  color: #fff;
  background-color: #084a94;
}
.baseinfo04-swiper .items .span {
  line-height: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  background-color: #f6f6f6;
  padding: 0 .95rem;
}
.baseinfo04-swiper .items:before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../img/btn2.png) no-repeat center;
  background-size: 100%;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  opacity: 0;
  pointer-events: none;
}
.baseinfo04-swiper .items.active:before {
  opacity: 1;
}

.baseinfo04-ajax {
  padding: 2rem 4rem;
  padding-bottom: 1.875rem;
}

.cursor {
  cursor: pointer;
}

.BaseInfo0402-itembox a {
  display: block;
}

.BaseInfo0402-tits .li {
  cursor: pointer;
  color: #777777;
  background-color: #fff;
  border-radius: 3px;
  height: 1.05rem;
  line-height: 1.05rem;
  padding: 0 .6125rem;
}
.BaseInfo0402-tits .li:nth-child(n+2) {
  margin-left: .65rem;
}
.BaseInfo0402-tits .li.active {
  color: #fff;
  background-color: #084a94;
}

.BaseInfo0402-itembox {
  padding-top: 1.45rem;
}
.BaseInfo0402-itembox .items {
  border-bottom: 1px solid #d4d8dd;
  height: 2.6em;
  line-height: 2.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.BaseInfo0402-itembox .items:nth-child(n+2) {
  margin-top: .1rem;
}
.BaseInfo0402-itembox .uls-tops {
  color: #084a94;
}
.BaseInfo0402-itembox .uls-bots {
  margin-top: .2rem;
  line-height: 1.3636;
}
.BaseInfo0402-itembox .uls:nth-child(n+2) {
  margin-top: 1.375rem;
}

.base0403-list .uls-tops {
  line-height: 1.33;
}
.base0403-list .uls-tops a {
  display: inline-block;
  color: #084a94;
}
.base0403-list .uls-tops .text {
  padding-right: .8rem;
  position: relative;
}
.base0403-list .uls-tops .text:before {
  position: absolute;
  width: .5rem;
  height: .5rem;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: url(../img/v01.png) #084a94 no-repeat center;
  background-size: 100%;
}
.base0403-list .pdflist .items {
  display: block;
  border-bottom: 1px solid #d4d8dd;
  line-height: 1.35rem;
  height: 1.35rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666666;
}
.base0403-list .ewm {
  position: absolute;
  display: none;
}
.base0403-list .uls2 {
  margin-top: 1.05rem;
}
.base0403-list .uls2 .uls-bots {
  margin-top: .4rem;
}
.base0403-list .uls2 .ewmbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.base0403-list .uls2 .ewmbox .ewm {
  position: absolute;
  left: calc(100% + 1rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  background: #fff;
  width: 4.7rem;
  height: 4.7rem;
  opacity: 0;
  pointer-events: none;
}
.base0403-list .uls2 .ewmbox .ewm:before {
  position: absolute;
  width: .45rem;
  height: .5rem;
  content: "";
  left: -.45rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/m07.png) no-repeat center;
  background-size: 100%;
}
.base0403-list .uls2 .ewmboxitems {
  overflow: visible;
  cursor: pointer;
}
.base0403-list .uls3 {
  margin-top: 1.85rem;
}
.base0403-list .uls1 .uls-bots {
  margin-top: .2rem;
}
.base0403-list .uls4 {
  margin-top: 1.2rem;
}
.base0403-list .ulstables .dwendnag {
  background-color: #fff;
  margin-top: .45rem;
}
.base0403-list .ulstables .dwendnag table {
  width: 100%!important;
  line-height: 1.5!important;
  color: #666;
  table-layout: fixed;
}
.base0403-list .ulstables .dwendnag table td {
  height: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.5rem 3%!important;
  /*padding: 0.5rem .5rem!important;*/
  width: auto!important;
}
.base0403-list .uls5, .base0403-list .uls6 {
  margin-top: 1.05rem;
}
.base0403-list .uls7 {
  margin-top: 1.45rem;
}
.base0403-list .uls8 {
  margin-top: .75rem;
}
.base0403-list .uls9 {
  margin-top: 1.05rem;
}
.base0403-list .uls9 .ilists {
  margin-top: .3rem;
}
.base0403-list .ilists .i {
  width: 48.3%;
  margin-left: 3.4%;
  height: 1.4rem;
  line-height: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #222;
  border-bottom: 1px solid #d4d8dd;
}
.base0403-list .ilists .i:nth-child(2n+1) {
  margin-left: 0;
}
.base0403-list .ilists a.i {
  position: relative;
  padding-right: .9rem;
}
.base0403-list .ilists a.i:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .5rem;
  height: .5rem;
  background: url(../img/v01.png) #084a94 no-repeat center;
  border-radius: 50%;
  background-size: 100%;
}

.ProCompany-bots {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ProCompany-bots .texts {
  margin-top: .45rem;
  line-height: 1.5;
  color: #777777;
  text-align: right;
  padding-right: 2.25rem;
}

.colda293a {
  color: #da293a;
}

.ProCompany-swiper {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  position: relative;
}
.ProCompany-swiper.c-swiper .swiper-button-prev, .ProCompany-swiper.c-swiper .swiper-button-next {
  /*background-color: #f6fafa;*/
}
.ProCompany-swiper .items {
  justify-content: space-between;
}
.zanwuxinxi{
	padding:5% 0;
}
.ProCompany-swiper .items .words {
  width: 28%;
}
.ProCompany-swiper .items .images {
  width: 68%;
  background-color: #f6fafa;
  padding: 2rem 1.5rem 1.8rem 3.25rem;
}
.ProCompany-swiper .items .imgs {
  width: 8.625rem;
}
.ProCompany-swiper .items .li-tits {
  line-height: 1.33;
  color: #084a94;
}
.ProCompany-swiper .items .li-txts {
  margin-top: .2rem;
  margin-bottom: 0.875rem;
  line-height: 1.86;
  color: #777777;
}
.ProCompany-swiper .items .textslist {
  padding-top: 2rem;
  padding-left: 2.5rem;
  width: calc(100% - 8.625rem);
}
.ProCompany-swiper .items .li-list .i {
  color: #222222;
  margin-right: 1.7rem;
  line-height: 1.66;
  position: relative;
  padding-right: .75rem;
}
.ProCompany-swiper .items .li-list .i.i0:before {
  border-radius: 50%;
  background: url(../img/m09.png) #084a94 no-repeat center;
  background-size: 100%;
}
.ProCompany-swiper .items .li-list .i.i1:before {
  background: url(../img/m08.png) no-repeat center;
  background-size: 100%;
}
.ProCompany-swiper .items .li-list .i:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .5rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ProCompany-swiper .items .li-list .i:last-child {
  margin-right: 0;
}
.ProCompany-swiper .words {
  padding-top: 1.55rem;
}
.ProCompany-swiper .words .tits {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.3;
}
.ProCompany-swiper .words .tits img {
  position: absolute;
  left: 0;
  top: 0rem;
  width: 1.25rem;
}
.ProCompany-swiper .words .line {
  margin-top: 1.15rem;
  margin-bottom: 1.25rem;
  position: relative;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
.ProCompany-swiper .words .line:before {
  position: absolute;
  content: "";
  left: 0;
  height: 3px;
  z-index: 2;
  width: 1.95rem;
  background-color: #084a94;
  top: -1px;
}
.ProCompany-swiper .words .uls .li {
  position: relative;
  line-height: 1.66;
  color: #777777;
  position: relative;
}
.ProCompany-swiper .words .uls .li:before {
  position: absolute;
  content: "";
  width: .4rem;
  height: .5rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/v04.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.ProCompany-swiper .words .uls .li.active {
  line-height: 1.75rem;
  height: 1.75rem;
  padding-left: 0.625rem;
  position: relative;
}
.ProCompany-swiper .words .uls .li.active span {
  color: #084a94;
  font-size: inherit;
}
.ProCompany-swiper .words .uls .li.active:before {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.ProCompany-swiper .items .images .imgs, .ProCompany-swiper .items .images .textslist {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  transform: translateY(10px);
}
.ProCompany-swiper .items .images.active .imgs, .ProCompany-swiper .items .images.active .textslist {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  transform: translateY(0);
}

.ProCompany-tops {
  position: relative;
}
.ProCompany-tops .bot-images {
  pointer-events: none;
}
.Development01 .imgs img,.Development03 .imgs img,.BasicPolicy .imgs img{
	width: 100%;
}
.joinus02-list .frlist img,.joinus04-lists .images img,
.news-list .images img,.ab-list-01 .images img,.ab-02-list .images img,.Development02 .images img,
.contact-bottoms-list .items img{
  width: 100%;
}
.ProCompany-tops img{
  display: block;
}
.ProCompany-tops .li {
  position: absolute;
  z-index: 2;
}
.ProCompany-tops .li .icons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ProCompany-tops .li .spans {
  /*display: none;*/
  position: absolute;
}
.ProCompany-tops .li .spans .span {
  padding-top: 3px;
  position: relative;
  overflow: hidden;
  border-radius: .2rem;
}
.ProCompany-tops .li .spans .span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: -5px;
  background: linear-gradient(90deg, #004896, #004896, #DC1022);
}
.ProCompany-tops .li .spans .span span {
  width: 3rem;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 .05rem;
  display: block;
  line-height: 1.1rem;
  height: 1.1rem;
  border-radius: .2rem;
  overflow: hidden;
  background: #fff;
}
.ProCompany-tops .li1 {
  left: 49%;
  top: 32%;
}
.ProCompany-tops .li1 .icons {
  width: 6.8rem;
  height: 6.9rem;
}
.ProCompany-tops .li2 {
  left: 90%;
  top: 85%;
}
.ProCompany-tops .li2 .icons {
  width: 4.375rem;
  height: 4.025rem;
}
.ProCompany-tops .li3 {
  left: 78%;
  top: 73%;
}
.ProCompany-tops .li3 .icons {
  width: 4.725rem;
  height: 6.5rem;
}
.ProCompany-tops .li4 {
  left: 64%;
  top: 53%;
}
.ProCompany-tops .li4 .icons {
  width: 6.125rem;
  height: 7.05rem;
}
.ProCompany-tops .li5 {
  left: 13%;
  top: 75%;
}
.ProCompany-tops .li5 .icons {
  width: 5.675rem;
  height: 5.35rem;
}
.ProCompany-tops .li6 {
  left: 16%;
  top: 41%;
}
.ProCompany-tops .li6 .icons {
  width: 4.975rem;
  height: 4.65rem;
}
.ProCompany-tops .li7 {
  left: 45.5%;
  top: 82%;
}
.ProCompany-tops .li7 .icons {
  width: 7.65rem;
  height: 6rem;
}
.ProCompany-tops .li8 {
  left: 85%;
  top: 34%;
}
.ProCompany-tops .li8 .icons {
  width: 3.625rem;
  height: 3.225rem;
}
.ProCompany-tops .li9 {
  left: 27%;
  top: 86%;
}
.ProCompany-tops .li9 .icons {
  width: 1.3rem;
  height: 1.475rem;
}
.ProCompany-tops .li10 {
  left: 35%;
  top: 17%;
}
.ProCompany-tops .li10 .icons {
  width: 5.05rem;
  height: 7.35rem;
}
.ProCompany-tops .li11 {
  left: 8%;
  top: 19%;
}
.ProCompany-tops .li11 .icons {
  width: 4rem;
  height: 3.525rem;
}
.ProCompany-tops .li12 {
  left: 65%;
  top: 12%;
}
.ProCompany-tops .li12 .icons {
  width: 3.925rem;
  height: 4.225rem;
}
.ProCompany-tops .li13 {
  left: 23%;
  top: 18%;
}
.ProCompany-tops .li13 .icons {
  width: 1.1rem;
  height: 1.95rem;
}
.ProCompany-tops .li14 {
  left: 60%;
  top: 81%;
}
.ProCompany-tops .li14 .icons {
  width: 3.35rem;
  height: 2.275rem;
}
.ProCompany-tops .li15 {
  left: 41%;
  top: 4%;
  /*left: 21%;*/
  /*top: 31%;*/
}
.ProCompany-tops .li15 .icons {
  width: 0.625rem;
  height: 0.55rem;
}
.ProCompany-tops .li16 {
  left: 29%;
  top: 53%;
}
.ProCompany-tops .li16 .icons {
  width: 4.975rem;
  height: 6.225rem;
}
.ProCompany-tops .li9 {
  /*animation: track 20s linear .2s infinite ;*/
}
.ProCompany-tops .li15 {
  animation: track2 20s linear 0.2s infinite;
}

.ProCompany-tops .li9 {
  z-index: 5;
}

.ProCompany-tops .li4 {
  z-index: 6;
}

.ProCompany-tops .li7 {
  z-index: 8;
}

/*@keyframes track{
	from{transform:translate(0,0) rotate(30deg)}
	to{transform:translate(1000vw,0)  rotate(30deg);}
}*/
@keyframes track {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100vw, -61vw);
  }
}
@keyframes track2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(23vw, 12vw);
  }
  51% {
    transform: translate(23vw, 12vw) rotate(-60deg);
  }
  100% {
    transform: translate(50vw, -4vw) rotate(-60deg);
  }
}
@keyframes track3 {
  0% {
    transform: translate(0, 5rem);
  }
  33% {
    transform: translate(5rem, -5rem);
  }
  66% {
    transform: translate(-5rem, -5rem);
  }
  99% {
    transform: translate(-5rem, 5rem);
  }
  100% {
    transform: translate(5rem, 5rem);
  }
}
@media (-webkit-min-device-pixel-ratio: 1.1){
	@keyframes track2 {
	  0% {
	    transform: translate(0, 0);
	  }
	  50% {
	    transform: translate(calc(1.1 * 23vw), calc(1.1 * 12vw));
	  }
	  51% {
	    transform: translate(calc(1.1 * 23vw), calc(1.1 * 12vw)) rotate(-60deg);
	  }
	  100% {
	    transform: translate(calc(1.1 * 50vw), calc(-1.1 * 4vw)) rotate(-60deg);
	  }
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25){
	@keyframes track2 {
	  0% {
	    transform: translate(0, 0);
	  }
	  50% {
	    transform: translate(calc(1.25 * 23vw), calc(1.25 * 12vw));
	  }
	  51% {
	    transform: translate(calc(1.25 * 23vw), calc(1.25 * 12vw)) rotate(-60deg);
	  }
	  100% {
	    transform: translate(calc(1.25 * 50vw), calc(-1.25 * 4vw)) rotate(-60deg);
	  }
	}
}
@media (-webkit-min-device-pixel-ratio: 1.5){
	@keyframes track2 {
	  0% {
	    transform: translate(0, 0);
	  }
	  50% {
	    transform: translate(calc(1.5 * 23vw), calc(1.5 * 12vw));
	  }
	  51% {
	    transform: translate(calc(1.5 * 23vw), calc(1.5 * 12vw)) rotate(-60deg);
	  }
	  100% {
	    transform: translate(calc(1.5 * 50vw), calc(-1.5 * 4vw)) rotate(-60deg);
	  }
	}
}
@media (-webkit-min-device-pixel-ratio: 1.75){
	@keyframes track2 {
	  0% {
	    transform: translate(0, 0);
	  }
	  50% {
	    transform: translate(calc(1.75 * 23vw), calc(1.75 * 12vw));
	  }
	  51% {
	    transform: translate(calc(1.75 * 23vw), calc(1.75 * 12vw)) rotate(-60deg);
	  }
	  100% {
	    transform: translate(calc(1.75 * 50vw), calc(-1.75 * 4vw)) rotate(-60deg);
	  }
	}
}
@media (-webkit-min-device-pixel-ratio: 2){
	@keyframes track2 {
	  0% {
	    transform: translate(0, 0);
	  }
	  50% {
	    transform: translate(calc(2 * 23vw), calc(2 * 12vw));
	  }
	  51% {
	    transform: translate(calc(2 * 23vw), calc(2 * 12vw)) rotate(-60deg);
	  }
	  100% {
	    transform: translate(calc(2 * 50vw), calc(-2 * 4vw)) rotate(-60deg);
	  }
	}
}
@media (-webkit-min-device-pixel-ratio: 3){
	@keyframes track2 {
	  0% {
	    transform: translate(0, 0);
	  }
	  50% {
	    transform: translate(calc(3 * 23vw), calc(3 * 12vw));
	  }
	  51% {
	    transform: translate(calc(3 * 23vw), calc(3 * 12vw)) rotate(-60deg);
	  }
	  100% {
	    transform: translate(calc(3 * 50vw), calc(-3 * 4vw)) rotate(-60deg);
	  }
	}
}

@media (-webkit-min-device-pixel-ratio: 4){
	@keyframes track2 {
	  0% {
	    transform: translate(0, 0);
	  }
	  50% {
	    transform: translate(calc(4 * 23vw), calc(4 * 12vw));
	  }
	  51% {
	    transform: translate(calc(4 * 23vw), calc(4 * 12vw)) rotate(-60deg);
	  }
	  100% {
	    transform: translate(calc(4 * 50vw), calc(-4 * 4vw)) rotate(-60deg);
	  }
	}
}
@media (-webkit-min-device-pixel-ratio: 5){
	@keyframes track2 {
	  0% {
	    transform: translate(0, 0);
	  }
	  50% {
	    transform: translate(calc(5 * 23vw), calc(5 * 12vw));
	  }
	  51% {
	    transform: translate(calc(5 * 23vw), calc(5 * 12vw)) rotate(-60deg);
	  }
	  100% {
	    transform: translate(calc(5 * 50vw), calc(-5 * 4vw)) rotate(-60deg);
	  }
	}
}

.ProCompany-swiper .items {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.ProCompany-swiper .swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}
.ProCompany-swiper .swiper-button-disabled {
  /*display: none !important;*/
}

.ProCompany-tops .li14 {
  z-index: 10;
  animation: track3 15s linear 0.2s infinite;
}

.wel-banner .imgspc {
  height: 23.85rem;
  object-fit: cover;
}
.wel-banner.c-swiper .swiper-button-prev {
  left: 5%;
}
.wel-banner.c-swiper .swiper-button-next {
  right: 5%;
}

.wel-index-news-list .items .txts {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ProCompany-tops .li img {
  /*pointer-events:none;*/
}
.ProCompany-tops .li .spans {
  cursor: pointer;
}
.ProCompany-tops .li .icons {
  cursor: pointer;
}
.ProCompany-tops .li .icons:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: 0.775rem;
  background: url(../img/imgs/g01.png) no-repeat center;
  background-size: 100%;
}
.ProCompany-tops .li .icons.on {
  cursor: auto;
}
.ProCompany-tops .li .icons.on:before {
  display: none;
}
.ProCompany-tops .li.li11 .spans {
  left: 1.5rem;
  top: -2.75rem;
}
.ProCompany-tops .li.li11 .icons:before {
  left: 2.5rem;
  top: -0.8rem;
}
.ProCompany-tops .li.li1 {
  z-index: 4;
}
.ProCompany-tops .li.li1 .spans {
  left: -3rem;
  top: -4.4rem;
}
.ProCompany-tops .li.li1 .icons:before {
  left: 1.5rem;
  top: 0.2rem;
}
.ProCompany-tops .li.li2 .spans {
  left: -2rem;
  top: -3.5rem;
}
.ProCompany-tops .li.li2 .icons:before {
  left: 1.5rem;
  top: 0.2rem;
}
.ProCompany-tops .li.li4 .spans {
  left: -2.25rem;
  top: -3.6rem;
}
.ProCompany-tops .li.li4 .icons:before {
  left: 2rem;
  top: 1.2rem;
}
.ProCompany-tops .li.li6 .spans {
  left: -1.5rem;
  top: -3.9rem;
}

.ProCompany-tops .li.li16 .spans {
    left: -1rem;
    top: -3.5rem;
}
.ProCompany-tops .li.li16 .icons:before {
  left: 2.5rem;
	top: 1.15rem;
}

.ProCompany-tops .li.li6 .icons:before {
  left: 2.1rem;
  top: -0.4rem;
}
.ProCompany-tops .li.li7 .spans {
  left: -1.5rem;
  top: -4.5rem;
}
.ProCompany-tops .li.li7 .icons:before {
  left: 3.6rem;
  top: 0.3rem;
}
.ProCompany-tops .li.li8 .spans .span span {
  width: 4.5rem;
}
.ProCompany-tops .li.li8 .spans {
  left: -3rem;
  top: -3.5rem;
}
.ProCompany-tops .li.li8 .icons:before {
  left: 1.4rem;
  top: 0.3rem;
}
.ProCompany-tops .li.li9 .spans {
  left: -1.5rem;
  top: -3rem;
}
.ProCompany-tops .li.li9 .icons:before {
  left: 0.4rem;
  top: -0.7rem;
}
.ProCompany-tops .li.li10 .spans {
  left: -3.5rem;
  top: -2rem;
}
.ProCompany-tops .li.li10 .icons:before {
  left: 0.2rem;
  top: 3.6rem;
}

.ClaimsService-bots {
  padding-top: 1.85rem;
  padding-bottom: 1.9rem;
}
.ClaimsService-bots .ClaimsServicebots-swiper {
  margin-top: 1.375rem;
}
.ClaimsService-bots .Clabots-bot-tips {
  margin-top: .85rem;
  color: #777777;
  line-height: 1.46;
}

.Clabots-text {
  border: 1px solid #e2e2e2;
  border-radius: .2rem;
  overflow: hidden;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  padding: 1.5rem;
}
.Clabots-text .items {
  display: block;
  position: relative;
  width: 50%;
  border-bottom: 1px solid #e5e5e5;
  height: 1.35rem;
  line-height: 1.35rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #444444;
}
.Clabots-text .items:nth-child(2n+1) {
  padding-right: 2.25rem;
}
.Clabots-text .items:nth-child(2n+2) {
  padding-left: 2.25rem;
}
.Clabots-text a.items {
  position: relative;
}
.Clabots-text a.items .span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: .8rem;
}
.Clabots-text a.items .btns {
  position: absolute;
  width: .4rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ClaimsServicebots-swiper {
  border-radius: .2rem;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ClaimsServicebots-swiper .items {
  width: 14.285%;
  text-align: center;
  background: #d8dae9;
  height: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  color: #222222;
  cursor: pointer;
  position: relative;
}
.ClaimsServicebots-swiper .items:nth-child(1):before {
  display: none;
}
.ClaimsServicebots-swiper .items:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
.ClaimsServicebots-swiper .items:nth-child(2n+2) {
  background-color: #eaebf2;
}
.ClaimsServicebots-swiper .items.active {
  background-color: #084a94;
  color: #fff;
}

.ClaimsService-lists {
  padding-top: 2.05rem;
}

.Claimstops-titles {
  justify-content: space-between;
  align-items: center;
}
.Claimstops-titles .txts-down {
  color: #222;
  position: relative;
  padding-right: .8rem;
  display: block;
}
.Claimstops-titles .txts-down img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.475rem;
}

.Claimstops-box {
  margin-top: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 2.375rem;
  position: relative;
}
.Claimstops-box .Claimstops-lists {
  margin-top: .2rem;
}
.Claimstops-box .imglists {
  position: absolute;
  left: 1.125rem;
  top: 1.3rem;
  padding-left: 2.4rem;
  max-width: calc(100% - 2.5rem);
}
.Claimstops-box .imglists .imgs {
  position: absolute;
  width: 1.85rem;
  height: 1.85rem;
  left: 0;
  top: 0;
}
.Claimstops-box .imglists .imgs img {
  display: block;
}
.Claimstops-box .imglists .words {
  padding-top: .1rem;
}
.Claimstops-box .imglists .words .tits {
  color: #222222;
  line-height: 1.5;
}
.Claimstops-box .imglists .words .txts {
  line-height: 1.46;
  color: #777777;
  max-width: 20em;
  margin-top: .05rem;
}

.ClaimsService-tops {
  padding: .25rem 1.5rem;
  padding-top: 2rem;
}

.Claimstops-lists-uls {
  /*height: (680rem/40);*/
  height: 18rem;
  /*overflow: hidden;*/
  position: relative;
}
.Claimstops-lists-uls .ul {
  width: 92.5rem;
  height: 92.5rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(-36deg);
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.Claimstops-lists-uls .ul .libox {
  position: absolute;
  height: 45.5rem;
  left: 50%;
  width: 1px;
}
.Claimstops-lists-uls .ul .libox .li {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.Claimstops-lists-uls .ul .libox {
  transform-origin: 0 100%;
}
.Claimstops-lists-uls .ul .li1 {
  transform: rotate(0deg);
}
.Claimstops-lists-uls .ul .li2 {
  transform: rotate(12deg);
}
.Claimstops-lists-uls .ul .li3 {
  transform: rotate(24deg);
}
.Claimstops-lists-uls .ul .li4 {
  transform: rotate(36deg);
}
.Claimstops-lists-uls .ul .li5 {
  transform: rotate(48deg);
}
.Claimstops-lists-uls .ul .li6 {
  transform: rotate(60deg);
}
.Claimstops-lists-uls .ul .li7 {
  transform: rotate(72deg);
}
.Claimstops-lists-uls .ul .li8 {
  transform: rotate(84deg);
}
.Claimstops-lists-uls .ul .li9 {
  transform: rotate(96deg);
}
.Claimstops-lists-uls .ul .li10 {
  transform: rotate(108deg);
}
.Claimstops-lists-uls .ul .li11 {
  transform: rotate(120deg);
}
.Claimstops-lists-uls .ul .li12 {
  transform: rotate(132deg);
}
.Claimstops-lists-uls .ul .li13 {
  transform: rotate(144deg);
}
.Claimstops-lists-uls .ul .li14 {
  transform: rotate(156deg);
}
.Claimstops-lists-uls .ul .li15 {
  transform: rotate(168deg);
}
.Claimstops-lists-uls .ul .li16 {
  transform: rotate(180deg);
}
.Claimstops-lists-uls .ul .li17 {
  transform: rotate(192deg);
}
.Claimstops-lists-uls .ul .li18 {
  transform: rotate(204deg);
}
.Claimstops-lists-uls .ul .li19 {
  transform: rotate(216deg);
}
.Claimstops-lists-uls .ul .li20 {
  transform: rotate(228deg);
}
.Claimstops-lists-uls .ul .li21 {
  transform: rotate(240deg);
}
.Claimstops-lists-uls .ul .li22 {
  transform: rotate(252deg);
}
.Claimstops-lists-uls .ul .li23 {
  transform: rotate(264deg);
}
.Claimstops-lists-uls .ul .li24 {
  transform: rotate(276deg);
}
.Claimstops-lists-uls .ul .li25 {
  transform: rotate(288deg);
}
.Claimstops-lists-uls .ul .li26 {
  transform: rotate(300deg);
}
.Claimstops-lists-uls .ul .li27 {
  transform: rotate(312deg);
}
.Claimstops-lists-uls .ul .li28 {
  transform: rotate(324deg);
}
.Claimstops-lists-uls .ul .li29 {
  transform: rotate(336deg);
}
.Claimstops-lists-uls .ul .li30 {
  transform: rotate(348deg);
}
.Claimstops-lists-uls .ul .li31 {
  transform: rotate(360deg);
}
.Claimstops-lists-uls .tit-li {
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  bottom: 0;
  text-align: center;
  padding-bottom: .7rem;
}
.Claimstops-lists-uls .ul-texts {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.Claimstops-lists-uls .tit-li {
  /*display: block;*/
  line-height: 1.46;
}
.Claimstops-lists-uls .tit-li .txts {
  overflow: hidden;
  height: 5.84em;
  max-width: 37em;
  color: #777;
  margin: 0 auto;
  margin-top: .4rem;
}
.Claimstops-lists-uls .tit-li .tits {
  line-height: 1.5;
  color: #084a94;
}
.Claimstops-lists-uls .dian-ul {
  left: 50%;
  transform: translateX(-50%);
  bottom: -.65rem;
  position: absolute;
}
.Claimstops-lists-uls .dian-ul .span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url(../img/3001.png) no-repeat center;
  background-size: 100%;
  left: .1rem;
  top: 0;
  z-index: 4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
}
.Claimstops-lists-uls .dian-ul .span.on1 {
  left: .1rem;
}
.Claimstops-lists-uls .dian-ul .span.on2 {
  left: 1.3rem;
}
.Claimstops-lists-uls .dian-ul .span.on3 {
  left: 2.5rem;
}
.Claimstops-lists-uls .dian-ul .span.on4 {
  left: 3.7rem;
}
.Claimstops-lists-uls .dian-ul .span.on5 {
  left: 4.9rem;
}
.Claimstops-lists-uls .dian-ul .span.on6 {
  left: 6.1rem;
}
.Claimstops-lists-uls .dian-ul .span.on7 {
  left: 7.3rem;
}
.Claimstops-lists-uls .dian-ul .span.on8 {
  left: 8.5rem;
}
.Claimstops-lists-uls .dian-ul .span.on9 {
  left: 9.7rem;
}
.Claimstops-lists-uls .dian-ul .itembox {
  display: flex;
}
.Claimstops-lists-uls .dian-ul .itembox .i {
  width: 1rem;
  height: 1rem;
  margin: 0 .1rem;
  position: relative;
  cursor: pointer;
}
.Claimstops-lists-uls .dian-ul .itembox .i:before {
  position: absolute;
  content: '';
  width: .35rem;
  height: .35rem;
  border-radius: 50%;
  background-color: #e2e2e2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Claimstops-lists-uls .nums {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .45rem;
  padding-bottom: .4rem;
}
.Claimstops-lists-uls .nums .span {
  width: 1.95rem;
  height: 1.95rem;
  background: url(../img/2000.png) no-repeat center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Claimstops-lists-uls .li {
  width: 7rem;
  text-align: center;
}
.Claimstops-lists-uls .imgs {
  padding-bottom: .05rem;
}
.Claimstops-lists-uls .imgs img {
  position: relative;
  top: -.35rem;
  max-height: 2.5rem;
}
.Claimstops-lists-uls .txt-span {
  background-color: #fff;
  padding: 0 .25rem;
  padding-top: 1.25rem;
  padding-bottom: .95rem;
}
.Claimstops-lists-uls .txt-span .txts {
  line-height: 1.25;
  color: #222222;
  line-height: 1.2rem;
  height: 2.4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Claimstops-lists-uls .txt-span .spans {
  margin-top: .45rem;
  text-transform: uppercase;
  color: #777777;
}

.bgf9f9f9 {
  background-color: #f9f9f9;
}

.ab04-listbox .ab04-bots .items .ul .li:only-child .li-tops:before {
  display: none;
}

.cons-swiper.ab04bots-swiper.onac .swiper-wrapper {
  align-items: stretch;
}

.ab04-listbox .ab04-bots .items {
  height: auto;
}

.m-header .w-header {
  overflow: hidden;
}

.ProCompany-swiper .ProCompanyswiper {
  /*border-top: 1px solid #e5e5e5;*/
  margin-top: 1.375rem;
  position: relative;
}
.ProCompany-swiper .ProCompanyswiper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #e5e5e5;
}
.ProCompany-swiper .libox {
  width: auto;
  margin-right: .85rem;
  line-height: 2.9;
  height: 2.9em;
  position: relative;
  pointer-events: auto !important;
  cursor: pointer;
}
.ProCompany-swiper .libox.on {
  color: red;
}
.ProCompany-swiper .libox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #084a94;
  opacity: 0;
}
.ProCompany-swiper .libox.active {
  color: #084a94;
}
.ProCompany-swiper .libox.active span {
  color: #084a94;
}
.ProCompany-swiper .libox.active:before {
  opacity: 1;
}
.ProCompany-swiper .libox:last-child {
  margin-right: 0;
}

.ProCompanyswiper {
  position: relative;
  z-index: 100;
}

.aml05-lists .li {
  align-items: baseline;
}

.aml05-lists .uls .twords {
  /*width: calc(100% - 5em);*/
}

.joinus03-list .icons img,
.contact-center-list .items .icons img {
  max-height: 100%;
}

.joinus-lists {
  padding-bottom: 2.5rem;
}

.cons-banner .shop-ewm.on {
  width: 6.5rem;
  padding: 0 .1rem;
  text-align: center;
  background-image: linear-gradient(to bottom, #d9e1f2, #eceff3);
  padding-top: .8rem;
}
.cons-banner .shop-ewm.on .imgs {
  padding: 0 1.1rem;
  margin-top: .45rem;
}
.cons-banner .shop-ewm.on .spans {
  line-height: 1;
  color: #222;
}
.cons-banner .shop-ewm.on .words {
  line-height: 1.75;
  color: #666666;
  padding-top: .25rem;
  padding-bottom: .375rem;
}

.Development02 .icons img {
  max-height: 100%;
}

.Development01 .cons-text {
  line-height: 1.625;
}

.Development03 .dlists .li-tops {
  line-height: 1.8;
}

.reception01-box .list .texts .tits br {
  display: none;
}

.reception02-box .first-title br {
  display: none;
}

.aml-03 .aml03-list .items.cur {
  cursor: auto;
}

.Claimstops-box .imglists {
  z-index: 2;
}

.Claimstops-lists-uls .txt-span .spans {
  line-height: 1;
}

.Claimstops-lists-uls .ul .libox.active .txt-span .txts {
  color: #084a94;
}

.Mediate-forms .input-bots .sel-bots {
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
}

.Mediate-forms .input-bots .selects {
  z-index: 2;
}

.Mediate-forms .li.textarea textarea {
  display: block;
}

.imagaes-baseinfo03,
.imagaes-baseinfo02 {
  margin-top: 1rem;
}
.imagaes-baseinfo03 img,
.imagaes-baseinfo02 img {
  width: 100%;
}

.base0403-list .pdflist .items {
  padding-right: 1.25rem;
}

.con-header.fixed .m-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}

.base0403-list .uls-tops .text:before {
  bottom: auto;
  top: .15rem;
}

.ProCompany-tops .li8 {
  z-index: 5;
}

.cfirst .str {
  /*display: flex;*/
}
.cfirst .str span {
  -webkit-transform: translateY(0.8em);
  -ms-transform: translateY(0.8em);
  display: inline-block;
  transform: translateY(0.8em);
  opacity: 0;
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
}
.cfirst .str span.c0 {
  transition-delay: 0s !important;
}
.cfirst .str span.c1 {
  transition-delay: 0.05s !important;
}
.cfirst .str span.c2 {
  transition-delay: 0.1s !important;
}
.cfirst .str span.c3 {
  transition-delay: 0.15s !important;
}
.cfirst .str span.c4 {
  transition-delay: 0.2s !important;
}
.cfirst .str span.c5 {
  transition-delay: 0.25s !important;
}
.cfirst .str span.c6 {
  transition-delay: 0.3s !important;
}
.cfirst .str span.c7 {
  transition-delay: 0.35s !important;
}
.cfirst .str span.c8 {
  transition-delay: 0.4s !important;
}
.cfirst .str span.c9 {
  transition-delay: 0.45s !important;
}
.cfirst .str span.c10 {
  transition-delay: 0.5s !important;
}
.cfirst .str span.c11 {
  transition-delay: 0.55s !important;
}
.cfirst .str span.c12 {
  transition-delay: 0.6s !important;
}
.cfirst .str span.c13 {
  transition-delay: 0.65s !important;
}
.cfirst .str span.c14 {
  transition-delay: 0.7s !important;
}
.cfirst .str span.c15 {
  transition-delay: 0.75s !important;
}
.cfirst .str span.c16 {
  transition-delay: 0.8s !important;
}
.cfirst .str span.c17 {
  transition-delay: 0.85s !important;
}
.cfirst .str span.c18 {
  transition-delay: 0.9s !important;
}
.cfirst .str span.c19 {
  transition-delay: 0.95s !important;
}
.cfirst .str span.c20 {
  transition-delay: 1s !important;
}
.cfirst .str span.c21 {
  transition-delay: 1.05s !important;
}
.cfirst .str span.c22 {
  transition-delay: 1.1s !important;
}
.cfirst .str span.c23 {
  transition-delay: 1.15s !important;
}
.cfirst .str span.c24 {
  transition-delay: 1.2s !important;
}
.cfirst .str span.c25 {
  transition-delay: 1.25s !important;
}
.cfirst .str span.c26 {
  transition-delay: 1.3s !important;
}
.cfirst .str span.c27 {
  transition-delay: 1.35s !important;
}
.cfirst .str span.c28 {
  transition-delay: 1.4s !important;
}
.cfirst .str span.c29 {
  transition-delay: 1.45s !important;
}
.cfirst .str span.c30 {
  transition-delay: 1.5s !important;
}
.cfirst .str span.c31 {
  transition-delay: 1.55s !important;
}
.cfirst .str span.c32 {
  transition-delay: 1.6s !important;
}
.cfirst .str span.c33 {
  transition-delay: 1.65s !important;
}
.cfirst .str span.c34 {
  transition-delay: 1.7s !important;
}
.cfirst .str span.c35 {
  transition-delay: 1.75s !important;
}
.cfirst .str span.c36 {
  transition-delay: 1.8s !important;
}
.cfirst .str span.c37 {
  transition-delay: 1.85s !important;
}
.cfirst .str span.c38 {
  transition-delay: 1.9s !important;
}
.cfirst .str span.c39 {
  transition-delay: 1.95s !important;
}
.cfirst .str span.c40 {
  transition-delay: 2s !important;
}
.cfirst .str span.c41 {
  transition-delay: 2.05s !important;
}
.cfirst .str span.c42 {
  transition-delay: 2.1s !important;
}
.cfirst .str span.c43 {
  transition-delay: 2.15s !important;
}
.cfirst .str span.c44 {
  transition-delay: 2.2s !important;
}
.cfirst .str span.c45 {
  transition-delay: 2.25s !important;
}
.cfirst .str span.c46 {
  transition-delay: 2.3s !important;
}
.cfirst .str span.c47 {
  transition-delay: 2.35s !important;
}
.cfirst .str span.c48 {
  transition-delay: 2.4s !important;
}
.cfirst .str span.c49 {
  transition-delay: 2.45s !important;
}
.cfirst .str span.c50 {
  transition-delay: 2.5s !important;
}
.cfirst .str span.c51 {
  transition-delay: 2.55s !important;
}
.cfirst .str span.c52 {
  transition-delay: 2.6s !important;
}
.cfirst .str span.c53 {
  transition-delay: 2.65s !important;
}
.cfirst .str span.c54 {
  transition-delay: 2.7s !important;
}
.cfirst .str span.c55 {
  transition-delay: 2.75s !important;
}
.cfirst .str span.c56 {
  transition-delay: 2.8s !important;
}
.cfirst .str span.c57 {
  transition-delay: 2.85s !important;
}
.cfirst .str span.c58 {
  transition-delay: 2.9s !important;
}
.cfirst .str span.c59 {
  transition-delay: 2.95s !important;
}
.cfirst .str span.c60 {
  transition-delay: 3s !important;
}
.cfirst .str span.c61 {
  transition-delay: 3.05s !important;
}
.cfirst .str span.c62 {
  transition-delay: 3.1s !important;
}
.cfirst .str span.c63 {
  transition-delay: 3.15s !important;
}
.cfirst .str span.c64 {
  transition-delay: 3.2s !important;
}
.cfirst .str span.c65 {
  transition-delay: 3.25s !important;
}
.cfirst .str span.c66 {
  transition-delay: 3.3s !important;
}
.cfirst .str span.c67 {
  transition-delay: 3.35s !important;
}
.cfirst .str span.c68 {
  transition-delay: 3.4s !important;
}
.cfirst .str span.c69 {
  transition-delay: 3.45s !important;
}
.cfirst .str span.c70 {
  transition-delay: 3.5s !important;
}
.cfirst .str span.c71 {
  transition-delay: 3.55s !important;
}
.cfirst .str span.c72 {
  transition-delay: 3.6s !important;
}
.cfirst .str span.c73 {
  transition-delay: 3.65s !important;
}
.cfirst .str span.c74 {
  transition-delay: 3.7s !important;
}
.cfirst .str span.c75 {
  transition-delay: 3.75s !important;
}
.cfirst .str span.c76 {
  transition-delay: 3.8s !important;
}
.cfirst .str span.c77 {
  transition-delay: 3.85s !important;
}
.cfirst .str span.c78 {
  transition-delay: 3.9s !important;
}
.cfirst .str span.c79 {
  transition-delay: 3.95s !important;
}
.cfirst .str span.c80 {
  transition-delay: 4s !important;
}
.cfirst .str span.c81 {
  transition-delay: 4.05s !important;
}
.cfirst .str span.c82 {
  transition-delay: 4.1s !important;
}
.cfirst .str span.c83 {
  transition-delay: 4.15s !important;
}
.cfirst .str span.c84 {
  transition-delay: 4.2s !important;
}
.cfirst .str span.c85 {
  transition-delay: 4.25s !important;
}
.cfirst .str span.c86 {
  transition-delay: 4.3s !important;
}
.cfirst .str span.c87 {
  transition-delay: 4.35s !important;
}
.cfirst .str span.c88 {
  transition-delay: 4.4s !important;
}
.cfirst .str span.c89 {
  transition-delay: 4.45s !important;
}
.cfirst .str span.c90 {
  transition-delay: 4.5s !important;
}
.cfirst .str span.c91 {
  transition-delay: 4.55s !important;
}
.cfirst .str span.c92 {
  transition-delay: 4.6s !important;
}
.cfirst .str span.c93 {
  transition-delay: 4.65s !important;
}
.cfirst .str span.c94 {
  transition-delay: 4.7s !important;
}
.cfirst .str span.c95 {
  transition-delay: 4.75s !important;
}
.cfirst .str span.c96 {
  transition-delay: 4.8s !important;
}
.cfirst .str span.c97 {
  transition-delay: 4.85s !important;
}
.cfirst .str span.c98 {
  transition-delay: 4.9s !important;
}
.cfirst .str span.c99 {
  transition-delay: 4.95s !important;
}
.cfirst .str span.c100 {
  transition-delay: 5s !important;
}
.cfirst.active .str span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
}

.m-header .w-header {
  overflow: visible;
}
.m-header .w-header * {
  max-height: 50px;
}
.m-header .w-header .langs {
  position: relative;
}
.m-header .w-header .langs .langs-tops {
  font-size: .75rem;
  height: 50px;
  line-height: 50px;
}
.m-header .w-header .langs .imgbox {
  margin-left: 5px;
}
.m-header .w-header .langs .langs-bots {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 2;
  background-color: #fff;
  line-height: 1.5;
  color: #666;
  display: none;
}
.m-header .w-header .langs .langs-bots {
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 5px 0;
  height: auto;
  max-height: none;
}
.m-header .w-header .langs .langs-bots a {
  display: block;
  padding: 3px 10px;
}

@keyframes shangxia {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(-10px);
  }
}
.indexbtns {
  background: url(../img/indexbtns.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  animation: shangxia 2s linear .2s infinite alternate;
}

.wel-index-banner .videplay:before {
  background: url(../img/videplay.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.cons-mores span:before {
  background: url(../img/icon/btn.png) no-repeat center;
  background-size: 100%;
}

.c-swiper .swiper-button-prev {
  background-image: url(../img/3-002.png);
}

.c-swiper .swiper-button-next {
  background-image: url(../img/3-004.png);
}

@media (max-width: 1481px) {
  .ProCompany-swiper .items .imgs{
    width: 45%;
  }
  .ProCompany-swiper .items .textslist{
    width: 55%;
    padding-top: 1rem;
    padding-left: 1.5rem;
  }


	.Mediate-forms{
		padding-left: 2rem;
		padding-right: 2rem;
	}


  .reception02-bots .itembox .txts img {
    top: .2rem;
  }

  .bocweb-header .nav:nth-child(n+2) {
    margin-left: .5rem;
  }
}

@media (max-width: 1381px){
	.Mediate-box{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
.footer .nav-tops.yxfz {
  display: block;
}

.footer .nav-list-right .items .span,
.footer .nav-tops .span {
  /*padding-left: 1.5em;*/
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  position: relative;
}
.footer .nav-list-right .items .span:before,
.footer .nav-tops .span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  left: -1.5em;
  top: .3rem;
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
}

.wel-banner.c-swiper .swiper-button-prev, .wel-banner.c-swiper .swiper-button-next {
  background-color: #fff;
  opacity: .5;
}

.probox-box {
  overflow: hidden;
}

/*(-webkit-min-device-pixel-ratio:2)*/
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 3), (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 4), (-webkit-min-device-pixel-ratio: 5) {
  body .wow {
    opacity: 1;
  }
}
@media (max-width: 1491px) {
  .wel-banner .imgspc {
    height: 19.7955rem;
  }

  .wel-index-news .news-imgs {
    width: 14.67025rem;
    height: 9.77325rem;
    left: 2.05425rem;
    bottom: -1.68075rem;
  }

  .ab-list-04 .ab04-listbox {
    padding-left: 7.055%;
    padding-right: 7.055%;
  }
}
@media (max-width: 1191px) {
  /*		@keyframes track2{
  			0%{transform:translate(0,0)}
  			53%{transform:translate(14.5rem, 7.6rem);}
  			54%{transform: translate(14.5rem, 7.6rem) rotate(-60deg);}
  			100%{transform: translate(30.5rem, -2.5rem) rotate(-60deg);}
  		}*/
  @keyframes track2 {
    0% {
      transform: translate(0, 0);
    }
    53% {
      transform: translate(300px, 160px);
    }
    54% {
      transform: translate(300px, 160px) rotate(-60deg);
    }
    100% {
      transform: translate(999px, -275px) rotate(-60deg);
    }
  }
  .probox-box {
    overflow-x: auto;
  }
  .probox-box .ProCompany-tops {
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
  }

  .bocweb-header .nav:nth-child(n+2) {
    margin-left: .5rem;
  }
}
@media (max-width: 750px) {
  @keyframes track2 {
    0% {
      transform: translate(0, 0);
    }
    53% {
      transform: translate(200px, 106.6666666667px);
    }
    54% {
      transform: translate(200px, 106.6666666667px) rotate(-60deg);
    }
    100% {
      transform: translate(666.6666666667px, -183.3333333333px) rotate(-60deg);
    }
  }
  .probox-box {
    overflow-x: auto;
  }
  .probox-box .ProCompany-tops {
    width: 800px;
    margin:0 auto;
    overflow: hidden;
  }
}

  .ProCompany-tops .li.active .icons:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-10px);
  }
  .ProCompany-tops .li.active {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ProCompany-tops .li.active .span span {
    background-color: #de232f;
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }


@media (min-width: 1025px) {
	.actionstops-swiper .items:hover .icons,.actionstops-swiper .items .icons{
		transition:.5s ease-in-out;
	}
	.actionstops-swiper .items:hover .icons{
		transform:translateY(-5px);
	}

	.reception01-box .list .li {
		padding-left: .15rem;
	}
  .aml05-lists .words{
    width: calc(100% - 9.875rem);
  }



  .CustomerDemands-box .text-list{
    min-height: 11.5rem;
  }
  .baseinfo02-list .wordlist{
    min-height: 11.275rem;
  }
  .baseinfo03-list .wordlist{
    min-height: 12rem;
  }
  .news-list .words{
    min-height: 13.9rem;
  }
  .wel-index-products-swiper .items {
    tranition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .wel-index-products-swiper .items:hover .spans {
    color: #084a94;
    tranition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .confixed-menus .confooter .nav-list-right .items,
  .confixed-menus .confooter .nav-tops {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .confixed-menus .confooter .nav-list-right .items:hover,
  .confixed-menus .confooter .nav-tops:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateX(1em);
  }

  .confixed-menus .confooter .nav-bots .lis {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .confixed-menus .confooter .nav-bots .lis:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
  }

  .Claimstops-titles .txts-down {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Claimstops-titles .txts-down:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }

  .Clabots-text a.items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Clabots-text a.items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }

  .ClaimsServicebots-swiper .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ClaimsServicebots-swiper .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #084a94;
    color: #fff;
  }

  .ProCompany-tops .li9:hover,
  .ProCompany-tops .li14:hover {
    animation-play-state: paused;
  }

  .ProCompany-tops .li .span span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ProCompany-tops .li .icons:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ProCompany-tops .li:hover .icons:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-10px);
  }
  .ProCompany-tops .li:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ProCompany-tops .li:hover .span span {
    background-color: #de232f;
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  /*.ProCompany-tops .li .spans{
  	transition:.5s $ease;
  	.span span{
  		transition:.5s $ease;
  	}
  	&:hover{
  		transition:.5s $ease;
  		.span span{
  			background-color: $reds;
  			color: #fff;
  			transition:.5s $ease;
  		}
  	}
  }*/
  .wel-banner.c-swiper .swiper-button-prev:hover, .wel-banner.c-swiper .swiper-button-next:hover {
    opacity: 1;
  }

  .wel-banner.c-swiper .swiper-button-prev:hover {
    background: url(../img/3-001.png) #fff no-repeat center;
    background-size: 100%;
  }

  .wel-banner.c-swiper .swiper-button-next:hover {
    background: url(../img/3-003.png) #fff no-repeat center;
    background-size: 100%;
  }

  .ProCompany-swiper .words .uls .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ProCompany-swiper .words .uls .li:hover {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ProCompany-swiper .items .li-list .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ProCompany-swiper .items .li-list .i:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ProCompany-swiper .items .li-list .i:hover {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ProCompany-swiper .items .li-list .i:hover:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateX(5px);
  }

  .footer .nav-list-right .items,
  .footer .nav-tops {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .footer .nav-list-right .items:hover .span,
  .footer .nav-tops:hover .span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateX(1.5em);
  }
  .footer .nav-list-right .items:hover .span:before,
  .footer .nav-tops:hover .span:before {
    width: 1em;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    opacity: 1;
  }

  .footer .nav-bots .lis {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .footer .nav-bots .lis:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
  }

  .base0403-list .uls-tops .text {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .base0403-list .uls-tops .text:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .base0403-list .uls-tops .text:hover:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateX(5px);
  }

  .base0403-list .uls2 .ewmboxitems:hover {
    color: #084a94;
  }
  .base0403-list .uls2 .ewmboxitems:hover .ewm {
    opacity: 1;
    pointer-events: auto;
  }

  .base0403-list .ilists a.i,
  .base0403-list .pdflist a.items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .base0403-list .ilists a.i:hover,
  .base0403-list .pdflist a.items:hover {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .BaseInfo0402-itembox .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .BaseInfo0402-itembox .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }

  .BaseInfo0402-tits .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .BaseInfo0402-tits .li:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background-color: #084a94;
  }

  .BaseInfo-wordslist .items:hover .ctxts {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .base01-list-03 .li.items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .base01-list-03 .li.items .tits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .base01-list-03 .li.items:hover .tits {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .base01-02-left .li span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .base01-02-left .li span:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .base01-02-left .li span:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }
  .base01-02-left .li span:hover:before {
    opacity: 1;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .base01-02-right .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .base01-02-right .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }

  .SocialActivities .list .li .txts, .SocialActivities .list .li:hover .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .SocialActivities .list .li:hover .txts {
    color: #084a94;
  }

  .Development03 .dlists .li-tops {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Development03 .dlists .li-tops:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }

  .Code-tankuang .close {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Code-tankuang .close:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background: url(../img/close2.png) no-repeat center;
    background-size: 100%;
  }

  .Mediate02-bots-box .lis-box {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Mediate02-bots-box .lis-box:hover .lis-tops {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .Mediate-forms .submit-bottoms .submit {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Mediate-forms .submit-bottoms .submit:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-8px);
  }

  .Mediate-forms .input-bots .btns {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Mediate-forms .input-bots .btns:hover {
    background-color: #084a94;
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .Mediate-forms .input-bots .sel-tops {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Mediate-forms .input-bots .sel-tops:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background-color: #084a94;
    border-color: #084a94;
  }
  .Mediate-forms .input-bots .sel-tops:hover:before {
    background: url(../img/k08.png) no-repeat center;
    background-size: 100%;
  }

  .Mediate-forms .input-bots .sel-bots .i {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Mediate-forms .input-bots .sel-bots .i:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #084a94;
    color: #fff;
  }

  .Mediate-forms .ulbox .uls .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .Mediate-forms .ulbox .uls .li:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }

  .CustomerDemands-box .text-list .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .CustomerDemands-box .text-list .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }

  .CustomerDemands-swiper .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .CustomerDemands-swiper .items:hover {
    color: #fff;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    background-color: #084a94;
  }

  .cmore {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cmore:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cmore:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }
  .cmore:hover:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translate(5px, -50%);
  }

  .base01-tits .i .span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .base01-tits .i .span:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background-color: #084a94;
  }

  .news-list .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .news-list .li .span, .news-list .li:hover .span {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .news-list .li:hover {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .news-list .li:hover .span {
    color: #084a94;
  }

  .aml-list-03 .words .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .aml-list-03 .words .items:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }

  .down-list .items {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .down-list .items:hover {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .aml-03 .aml03-list .items.aactive {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .aml-03 .aml03-list .items.aactive:hover {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ab-02-list .wordslists .lis:hover {
    color: #fff;
    background-color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .ab-list-03-tops .items:hover .span {
    color: #084a94;
  }
  .ab-list-03-tops .items:hover span:before {
    background-color: #de232f;
  }

  .ab-02-titles .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab-02-titles .li:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #222;
  }
  .ab-02-titles .li:hover:before {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    width: 100%;
    opacity: 1;
  }

  .ab-list-titles .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .ab-list-titles .li:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #222;
  }
  .ab-list-titles .li:hover:before {
    width: 100%;
    opacity: 1;
    transition: 1s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .c-swiper .swiper-button-prev, .c-swiper .swiper-button-next {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .c-swiper .swiper-button-prev:hover, .c-swiper .swiper-button-next:hover {
    background-color: #f6fafa;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .c-swiper .swiper-button-prev:hover {
    background-image: url(../img/3-001.png);
  }

  .c-swiper .swiper-button-next:hover {
    background-image: url(../img/3-003.png);
  }

  .bocweb-header .langs-bots .li {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .bocweb-header .langs-bots .li:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #fff;
    background-color: #084a94;
  }

  .cons-mores {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .cons-mores:hover {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    transform: translateY(-5px);
  }

  .wel-index-news-list .items .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .wel-index-news-list .items:hover .txts {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
    color: #084a94;
  }

  .actionstops-swiper .items .tits {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
  .actionstops-swiper .items:hover .box .tits {
    color: #084a94;
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }
}
.bocweb-footer-tops{
  justify-content: space-between;
}
@media (max-width: 1481px) {
  .CustomerDemands-swiper .items {
    height: 1.25rem;
    line-height: 1.25rem;
  }

  .ProCompany-tops .li1 .icons {
    width: 5.644rem;
    height: 5.727rem;
  }
  .ProCompany-tops .li2 .icons {
    width: 3.63125rem;
    height: 3.34075rem;
  }
  .ProCompany-tops .li3 .icons {
    width: 3.92175rem;
    height: 5.395rem;
  }
  .ProCompany-tops .li4 .icons {
    width: 5.08375rem;
    height: 5.8515rem;
  }
  .ProCompany-tops .li5 .icons {
    width: 4.71025rem;
    height: 4.4405rem;
  }
  .ProCompany-tops .li6 .icons {
    width: 4.12925rem;
    height: 3.8595rem;
  }
  .ProCompany-tops .li7 .icons {
    width: 6.3495rem;
    height: 4.98rem;
  }
  .ProCompany-tops .li8 .icons {
    width: 3.00875rem;
    height: 2.67675rem;
  }
  .ProCompany-tops .li9 .icons {
    width: 1.079rem;
    height: 1.22425rem;
  }
  .ProCompany-tops .li10 .icons {
    width: 4.1915rem;
    height: 6.1005rem;
  }
  .ProCompany-tops .li11 .icons {
    width: 3.32rem;
    height: 2.92575rem;
  }
  .ProCompany-tops .li12 .icons {
    width: 3.25775rem;
    height: 3.50675rem;
  }
  .ProCompany-tops .li13 .icons {
    width: 0.913rem;
    height: 1.6185rem;
  }
  .ProCompany-tops .li14 .icons {
    width: 2.7805rem;
    height: 1.88825rem;
  }
  .ProCompany-tops .li15 .icons {
    width: 0.51875rem;
    height: 0.4565rem;
  }
  .ProCompany-tops .li16 .icons {
    width: 4.12925rem;
    height: 5.16675rem;
  }

  .reception01-box .list .li .ul-list .i .span {
    width: 6em;
  }

  .reception01-box .list .li .ul-list .i .txts {
    width: calc(100% - 6em);
  }

  .reception01-box .list .li .ul-list .i:nth-child(n+2) {
    margin-top: .375rem;
  }

  .reception01-box .list .box {
    padding: 0 .95rem;
  }

  .reception01-box .list .li {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .reception01-box .list .texts .tits {
    text-align: center;
  }
  .reception01-box .list .texts .tits br {
    display: block;
  }
}
.c-swiper.wel-banner .swiper-pagination {
  bottom: -1rem;
  top: auto;
  left: 0;
  position: absolute;
  width: 100%;
  margin-left: 0.2rem;
}

.joinus02-list .ul {
  align-items: stretch;
}

.joinus04-lists .words {
  height: 9.75rem;
  overflow-y: auto;
  padding-right: .5em;
}

.wel-index-news .wel-index-news-list {
  position: relative;
  z-index: 2;
}

@media (max-width: 1191px) {
  .joinus04-lists .images {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1024px) {
    .Mediate-forms .submit-bottoms .submit .cons-mores, .Mediate-forms .submit-bottoms .submit input{
      width: auto;
    }
    .reception01-box .list .li .ul-list .i,.reception01-box .list .li .ul-list .i .span,.reception01-box .list .li .ul-list .i .txts{
      font-size: 13px;
    }



  .base01-list-02 .base01-02-left .li{
    width: auto;
    min-width: 30%;
    text-align: center;
  }
  .base01-list-02 .base01-02-left .li.active{
    color: #084a94;
  }
  .yzm img{
    top: auto!important;
    height: 1.25rem;
  }
  .Development03 .images {
    width: 100%;
  }

  .ProCompany-bots .texts {
    text-align: left;
    padding-right: 0;
  }

  .actionstops-swiper .box {
    padding-top: 1.75rem;
    padding-bottom: 0.875rem;
  }

  .wel-index-news .news-imgs {
    width: 9.9rem;
    height: auto;
    left: auto;
    right: 0;
  }

  .wel-index-news .wel-index-news-list {
    width: 100%;
  }

  .c-swiper.wel-banner .swiper-pagination {
    bottom: 1rem;
  }

  .wel-index-banner .txts {
    font-size: 1.1rem;
  }

  .h86 {
    height: 50px;
    line-height: 50px;
  }

  .wel-index-products-swiper .items {
    width: 33.33%;
  }

  .actionstops-swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .actionstops-swiper .items {
    width: 35%;
    margin-right: 5%;
  }

  .actionstops-swiper .txts {
    max-width: 75%;
    line-height: 1.5em;
    height: 4.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .c-swiper.actionstops-swiper .swiper-button-next,
  .c-swiper.actionstops-swiper .swiper-button-prev {
    display: none;
  }

  .ab-list-titles .tit-fl {
    padding-right: 1.125rem;
  }

  .ab-list-titles .box {
    flex-wrap: nowrap;
    align-items: center;
  }

  .m-header .welcome-a img {
    height: 30px;
  }

  .BasicPolicy .imgs,
  .w1400, .w1120,
  .w1760 {
    width: 92%;
  }

  .ab-list-titles .tit-fl {
    /*display: none;*/
  }

  .ab-list-titles .list-fr {
    /*width: 100%;*/
  }

  .footer .nav-list {
    width: 100%;
    padding: .65rem 1.3rem;
    /*padding-bottom: 1.35rem;*/
    padding-bottom: .5rem;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  }


  .footer .nav {
    width: 100%;
    margin-bottom: 0;
  }

  .footer .nav-list .nav .nav-tops .span:after,
  .footer .nav-list .nav.on .nav-tops .span:after {
    transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  }

  .footer .nav-list .nav.on .nav-tops .span:after {
    transform: rotate(90deg);
  }

  .footer .nav-list .nav-tops .span {
    line-height: 3;
    height: 3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .footer .nav-list .nav-tops .span:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 11px;
    background: url(../img/301.png) no-repeat center;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .footer .nav-list .nav-tops .span:before {
    display: none;
  }

  .footer .nav-list .nav-bots {
    display: none;
    padding: .25rem 0;
  }

  .footer .nav-list-right {
    width: 100%;
    padding: 1.1rem 1.3rem;
  }
  .footer .nav-list-right .uls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .nav-list-right .uls:nth-child(n+2) {
    margin-top: .5rem;
  }
  .footer .nav-list-right .uls .span {
    line-height: 1.75;
  }
  .footer .nav-list-right .uls .items {
    padding: 0 .4rem;
    position: relative;
  }
  .footer .nav-list-right .uls .items:before {
    position: absolute;
    content: "";
    width: 1px;
    height: .4rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
  }
  .footer .nav-list-right .uls .items:nth-child(1) {
    padding-left: 0;
  }
  .footer .nav-list-right .uls .items:nth-child(1):before {
    display: none;
  }
  .footer .nav-list-right .uls .items:last-child {
    padding-right: 0;
  }

  .footer .nav-list-right .items:nth-child(n+2) {
    margin-top: 0;
  }



  .footer {
    padding: 0;
  }

  .footer .nav-tops {
    width: 100%;
    max-width: 100%;
  }
  .footer .nav-tops img.icons {
    display: none;
  }

  .footer .nav-bots .lis {
    max-width: 100%;
  }

  .footer .bocweb-footer-bots {
    /*width: 85%;*/
    line-height: 1.6;
    padding: 1rem 4%;
    padding-bottom: 1.25rem;
  }
  .m-header .w-header .con-searchs{
  	width: 16px;
  }
  .footer .bocweb-footer-bots img{
  	/*width: 14px;
    display: inline-block;
    vertical-align: baseline;*/

  }
  .m-header .nav-btn .line2{
  	top: 8px;
  }
  .m-header .uio{
  	    height: 18px;
	    width: 20px;
  }
  .m-header .w-header .langs .langs-tops{
  	font-size: 18px;
  }

  .ab-list-01 .words {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }

  .ab-list-01 .images {
    width: 50%;
  }
  .ab-list-01 .images img {
    width: 100%;
  }

  .ab-list-01 .words .txts {
    padding-right: 0;
    overflow: hidden;
    font-size: .6rem;
    height: 6.3rem;
    line-height: 0.9rem !important;
  }
  .ab-list-01 .words .txts.on {
    height: auto;
  }
  .ab-list-01 .words .txts * {
    line-height: 0.9rem !important;
  }

  .ab-list-01 .words .tmore {
    text-align: center;
    line-height: 1;
    margin-top: .8rem;
  }

  .ab-02-list {
    position: relative;
  }

  .ab-02-list .images {
    padding-right: 0;
    width: 5rem;
    position: absolute;
    right: 0;
    bottom: -3.75rem;
  }

  .ab-02-list .wordslists {
    width: 100%;
  }

  .ab-02-list .wordslists-list .items {
    display: block;
  }

  .ab-02-list .wordslists-list .items .txts,
  .ab-02-list .wordslists-list .items .tits {
    width: auto;
    display: inline;
  }

  .ab-list-02 {
    padding: 1.25rem;
    /*padding-bottom: (112rem/40);*/
    padding-bottom: 3.75rem;
  }

  .ab-list-01 {
    flex-direction: column-reverse;
  }

  .ab-list-03-bots {
    width: 100%;
  }

  .ab-list-03-bots .swiper-button-prev, .ab-list-03-bots .swiper-button-next {
    /*display: none;*/
  }
  .ab-list-03-bots .swiper-button-prev{
    left: 2%;
  }
  .ab-list-03-bots .swiper-button-next{
    right: 2%;
  }

  .ab-list-03-tops .items {
    width: 25%;
  }

  .ab04-listbox .ab04-bots .items {
    width: 38%;
    margin-right: 2%;
  }

  .actionstops-swiper .tits {
    line-height: 1.3em;
    height: 2.6em;
    -webkit-line-clamp: 2;
    max-width: 6em;
    margin-top: .75rem;
    margin-bottom: .4rem;
  }

  .wel-index-actions {
    padding: 1.35rem 1.25rem;
    padding-right: 0;
  }

  .wel-index-products-swiper .c-swiper .swiper-pagination {
    margin-top: .25rem;
  }

  .welnews-more {
    margin-top: 1rem;
  }

  .wel-index-news-list .items:last-child {
    border-bottom: 1px solid #dfe4e9;
  }

  .ProCompany-swiper .items .images,
  .ProCompany-swiper .items .words {
    width: 100%;
  }

  .ProCompany-swiper.c-swiper .swiper-button-prev.on, .ProCompany-swiper.c-swiper .swiper-button-next.on {
    display: none;
  }

  .ProCompany-swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .ProCompany-swiper .items .images {
    padding: 1.5rem;
  }

  .ProCompany-swiper .items .textslist {
    padding-top: 1rem;
    padding-left: .75rem;
  }

  .ProCompany-bots {
    padding-top: 1rem;
  }

  .ProCompany-swiper .items .words .swiper-button-prev,
  .ProCompany-swiper .items .words .swiper-button-next {
    position: static;
    margin: 0;
  }

  .ProCompany-swiper .words .tits {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .ProCompany-swiper .words .tits .spans {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
  }
  .ProCompany-swiper .words .tits .spans img {
    margin-right: .5rem;
  }

  .ProCompany-swiper .words .tits img {
    position: static;
  }

  .ProCompany-swiper .words .line {
    display: none;
  }

  .ProCompany-swiper .items .images {
    margin-top: 1.125rem;
  }

  .cons-banner img.mbox {
    height: auto;
  }

  .news-list .words,
  .news-list .images {
    width: 100%;
  }

  .newslist-botimgs {
    margin-top: 1.25rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  /**/
  .aml05-lists .images {
    width: 100%;
    height: auto;
  }

  .aml05-lists .words {
    width: 100%;
    padding-left: 0;
  }

  .aml06-list .li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .aml0202-tops {
    padding-bottom: 1rem;
  }

  .aml06-list .li .txts {
    height: auto;
    overflow: visible;
    max-height: none;
  }

  .aml02-swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .aml0202-tops .words {
    padding-right: 0;
  }

  .aml0202-tops .images {
    margin-bottom: 1rem;
  }

  .aml06-list .li {
    margin-left: 0;
  }

  .aml06-list .li,
  .aml0202-tops .images,
  .aml0202-tops .words,
  .aml-list-03 .words,
  .aml-list-03 .images,
  .aml-01 .words,
  .aml-01 .images {
    width: 100%;
  }

  .aml-01 .words {
    padding-left: 0;
  }

  .down-list .items,
  .aml-03 .aml03-list .items {
    line-height: 1.75rem;
    height: 1.75rem;
  }

  .aml-list-03 .images {
    margin-top: 1rem;
  }

  .aml-list-03 .images img {
    width: 100%;
  }

  .cons-banner .shop-ewm {
    width: 6.75rem;
  }


  .cons-banner .shop-ewm.active img {
    display: inline-block;
  }
  .cons-banner .shop-ewm.active .words {
    font-size: .5rem;
    color: #222222;
  }

  .cons-banner .shop-ewm .words {
    width: 90%;
    max-width: 90%;
  }

  .contact-bottoms-list .items {
    width: 100%;
  }
  .contact-bottoms-list .items img {
    width: 100%;
  }

  .contact-bottoms-list .items .texts {
    max-width: 22em;
  }

  .contact-tops-words {
    text-align: left;
  }

  .contact-center-list .items {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .contact-center-list .items:nth-child(4n+1) {
    margin-left: 2%;
  }
  .contact-center-list .items:nth-child(2n+1) {
    margin-left: 0;
  }

  .esshop-list-cenetr .items:nth-child(n+2) {
    margin-top: 0;
  }

  .esshop-list-cenetr .words,
  .esshop-list-cenetr .images {
    width: 100%;
  }

  .esshop-list-cenetr .swiper-container {
    overflow: visible;
  }

  .esshop-list-cenetr .items {
    box-shadow: 0px 3px 12px 1px rgba(4, 0, 0, 0.1);
  }

  .esshop-list-cenetr .swiperwidth {
    width: 3rem;
  }

  .esshop-list-cenetr .words {
    margin-left: 0;
  }

  .esshop-swiper .swiper-pagination {
    margin-top: 1.05rem;
  }

  .esshop-list-cenetr .i.wen-fl {
    width: 100%;
  }

  .esshop-list-cenetr .i.wen-fr {
    width: 100%;
  }

  .esshop-swiper .swiper-slide {
    height: auto;
  }

  .joins01-list .items:before {
    display: none;
  }

  .joins01-list .items.items3,
  .joins01-list .items {
    width: 100%;
    background-color: #eaebf2;
  }

  .joins01-list .items:nth-child(n+2) {
    margin-top: .65rem;
  }

  .joins01-list .items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .joins01-list .items .icons {
    width: 2rem;
    position: relative;
    top: .4rem;
  }
  .joins01-list .items .wens {
    padding-left: .55rem;
    width: calc(100% - 2rem);
  }

  .joins01-list .items .tits {
    margin-top: 0;
    line-height: 1.7;
    color: #222222;
  }

  .joinus03-list .items {
    width: 100%;
    margin-left: 0;
  }

  .joins01-list .items {
    padding: .85rem .75rem;
  }

  .joins01-list .items .txts {
    line-height: 1.5;
    min-height: 3em;
  }

  .joinus02-list .fllist {
    width: 100%;
  }

  .joinus02-list .li {
    width: 100%;
    margin-left: 0;
  }
  .joinus02-list .li:nth-child(n+2) {
    margin-top: .25rem;
  }

  .joinus02-list .frlist {
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }
  .joinus02-list .frlist img {
    width: 100%;
  }

  .joinus04-lists .images {
    display: none;
  }

  .joinus04-lists .words {
    width: 100%;
  }

  .joinus-lists {
    padding-bottom: 1rem;
  }

  .joinus02-list .li {
    margin-bottom: 0;
  }

  .ab-list-titles .li.active:before, .ab-list-titles .li:before,
  .ab-list-titles .li.active, .ab-list-titles .li {
    transition: none;
  }

  .ab-list-titles .li:before {
    /*display: none;*/
  }

  .Development02 .words {
    width: 100%;
    padding-top: 0;
  }

  .Development01 .cons-text,
  .Development01 .imgs {
    width: 100%;
  }

  .Development01 .cons-text {
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
  }

  .Development03 .imgs {
    display: none;
  }

  .Development03 .words {
    width: 100%;
    padding-left: 0;
  }

  .Development02 .images {
    width: 100%;
    padding-right: 0;
  }

  .reception01-box .list .li .texts {
    width: 100%;
    padding-left: 0;
    padding-top: .65rem;
  }

  .reception01-box .list .li .imgs {
    margin: 0 auto;
  }

  .reception01-box .list .li .ul-list .i {
    width: 100%;
    margin-left: 0;
  }

  .reception02-bots .itembox .items {
    width: 100%;
    margin-left: 0;
  }

  .reception02-bots .itembox .words,
  .reception02top-boxs .words {
    width: 100%;
    padding-left: 0;
  }

  .reception02-bots .itembox .imgs,
  .reception02top-boxs .imgs {
    margin: 0 auto;
  }

  .reception02-bots .itembox .txts img {
    top: .1rem;
  }

  .reception02-box .first-title br {
    display: block;
  }

  .reception02-bots .itembox .box {
    min-height: 0;
    height: auto !important;
  }

  .Mediate-box {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .Mediate-forms .inputsbox .li {
    width: 100%;
    margin-left: 0;
  }

  .Mediate-forms .inputsbox .li .span {
    width: 100%;
  }

  .Mediate-forms .inputsbox .li .text {
    width: 100%;
  }

  .Mediate-forms .inputsbox .li.textarea .span {
    width: 100%;
  }

  .Mediate-box .Mediate-forms {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .Mediate-forms .ulbox .uls {
    width: 100%;
  }
  .Mediate-forms .ulbox .uls .li {
    width: 50%;
  }

  .Mediate-forms .ulbox .uls .li:nth-child(n+2) {
    margin-left: 0;
  }

  .Mediate-forms .inputsbox .input-bots .li .li-input .span, .Mediate-forms .inputsbox .input-bots .li .li-input .btns, .Mediate-forms .inputsbox .input-bots .li .li-input .wj, .Mediate-forms .inputsbox .input-bots .li .li-input .cspan, .Mediate-forms .inputsbox .input-bots .li .li-input .sel-tops,
  .Mediate-forms .inputsbox .li .text {
    height: 1.25rem;
    line-height: 1.25rem;
  }

  .Mediate-forms .input-bots .sel-bots {
    top: 1.25rem;
  }

  .Clabots-text .items {
    width: 100%;
  }

  .Clabots-text .items:nth-child(2n+1) {
    padding-right: 0;
  }

  .Clabots-text .items:nth-child(2n+2) {
    padding-left: 0;
  }

  .Clabots-text .items {
    line-height: 1.5rem;
    height: 1.5rem;
  }

  .ClaimsService-bots .Clabots-bot-tips {
    display: none;
  }

  .Claimstops-box .imglists .words .txts {
    max-width: 100%;
  }

  .Claimstops-lists-uls {
    height: 20rem;
  }

  .Mediate02-bots-box .imgfr,
  .Mediate02-bots-box .textfl {
    width: 100%;
  }

  .Mediate02-bots-box .imgfr {
    padding-right: 0;
  }

  .Mediate02-list .li {
    width: 100% !important;
  }
  .Mediate02-list .li:nth-child(n+2) {
    margin-top: 1.3rem;
  }

  .Mediate02-bots-box .imgfr {
    margin-top: 0.85rem;
  }
  .Mediate02-bots-box .imgfr img {
    width: 100%;
  }

  .dianhuatext .box {
    height: auto;
    border-radius: 0;
    border: none;
  }

  .Mediate-forms .ulbox .uls .li span {
    top: .2rem;
  }

  .dianhuatext .box .icons {
    position: static;
    margin: 0 auto;
    margin-bottom: .6rem;
  }

  .dianhuatext .box {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }

  .Mediate02-box .list {
    margin-top: 1.625rem;
    padding-top: 1.25rem;
  }

  .CustomerDemands-box .images,
  .CustomerDemands-box .text-list {
    width: 100%;
    padding: 0;
  }

  .CustomerDemands-box {
    padding: .55rem .75rem;
    padding-bottom: 0;
  }

  .custimages {
    margin-top: 2.45rem;
    position: relative;
    right: -.75rem;
  }

  .CustomerDemands-box .pagination-pages {
    margin-top: 1.55rem;
  }

  .CustomerDemands-box .text-list .items {
    padding-left: 0;
  }

  .baseinfo02-list .wordlist {
    padding-right: 0;
  }

  .baseinfo02-list .wordlist,
  .baseinfo02-list .imagaes,
  .base01-list-01 .li-02,
  .base01-list-01 .li-01 {
    width: 100%;
  }

  .baseinfo-03 .imagaes,
  .baseinfo03-list .wordlist {
    width: 100%;
  }

  .base01-list-02 .base01-02-right {
    margin-top: .75rem;
  }

  .base01-list-02 .base01-02-right,
  .base01-list-03, .base01-list-02,
  .baseinfo-03, .base01-list-01,
  .baseinfo04-ajax {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .base01-02-right .items {
    width: 100%;
    margin-left: 0;
  }

  .base01-list-02 .base01-02-right,
  .base01-list-02 .base01-02-left {
    width: 100%;
  }

  .baseinfo-03 {
    padding-bottom: 0;
  }

  .base0403-list .pdflist .items,
  .base0403-list .ilists .i {
    width: 100%;
    margin-left: 0;
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .base0403-list .pdflist .items {
    height: auto;
    display: block;
    overflow: visible;
  }

  .base0403-list .pdflist .items .btns {
    bottom: auto;
    top: .45rem;
  }

  .yxfz .yxfz-bottoms .box {
    height: 1.3rem;
    line-height: 1.3rem;
    box-sizing: content-box;
  }
  .wel-index-products-swiper .items:nth-child(n+4){
    margin-top: .35rem;
  }


  .cons-banner .shop-ewm.active {
    text-align: center;
    background-color: transparent;
    color: #fff;
    right: 2.25rem;
    bottom: 4.25rem;
    width: 6rem;
  }

}
@media (max-width: 1024px){
	.reception02top-boxs .words .txts .i .btns{
		top: .3rem;
	}
}
@media (max-width: 768px) {
  .m-header .w-header .langs .langs-tops{
    font-size: 16px;
  }
	.Mediate02-bots-box .lis .after:before{
		width: .25rem;
		height: .25rem;
	}
	.Mediate02-bots-box .lis .after{
		left: -.08rem;
		border-width: 1px;
	}
    .wel-index-products-swiper .items:nth-child(n+4){
      margin-top: .45rem;
    }
  .cons-banner .shop-ewm.active {
    text-align: center;
    background-color: transparent;
    color: #fff;
    right: 1.25rem;
    bottom: 1.1rem;
    width: 4.5rem;
  }
    .reception01-box .list .li .ul-list .i,.reception01-box .list .li .ul-list .i .span,.reception01-box .list .li .ul-list .i .txts{
      font-size: .55rem;
    }

  .footer .footer-imgs {
    width: 4.75rem;
    height: auto;
    right: -.45rem;
  }

  .yzm img{
    height: 1.5rem;
  }
  .Mediate-forms .input-bots{
    margin-bottom: 1rem;
  }
  .ab-list-03-bots .txts{
    line-height: 1.6;
  }
  .wel-index-news .wel-index-newstops .first-title{
    margin-bottom: 0;
  }
  .wel-index-news-list{
    padding-top: 0;
  }
  .protection-tankuang .protection-btns .cons-mores {
    height: 3em;
    line-height: 3em;
  }

  .base01-tits .i .span {
    line-height: 1.5rem;
    height: 1.5rem;
  }

  .CustomerDemands-box .text-list .items {
    padding-right: 0;
    height: auto;
    line-height: 1.5;
    display: block;
    overflow: visible;
    padding-top: .9rem;
    padding-bottom: .75rem;
    line-height: 1.5;
  }
  .CustomerDemands-box .text-list .items img {
    right: 0;
    top: .2rem;
    bottom: auto;
  }
  .CustomerDemands-box .text-list .items .spans {
    position: relative;
    padding-right: 2.9rem;
  }

  .Mediate-box .Mediate-forms {
    margin-top: .85rem;
  }

  .Mediate-forms .inputsbox .li.textarea .span {
    /*text-indent: 1.25em;*/
    padding-left: calc(1em + .45rem);
  }
  .Mediate-forms .inputsbox .li.textarea .span span {
    position: absolute;
    left: .45rem;
    top: 0;
  }

  .Mediate02-bots-box .lis {
    padding-left: 1.2rem;
    padding-bottom: .5rem;
  }

  .Mediate02-list .li .words {
    padding-left: .5rem;
  }

  .Mediate02-list .li .words .tits {
    line-height: 1;
  }

  .Mediate02-list .li .words .txts {
    line-height: 1.5;
    color: #666666;
  }

  .Mediate02-bots-box .lis:after {
    left: -.05rem;
  }

  .Mediate02-bots-box .lis:before {
    left: .15rem;
  }

  .Mediate02-box .list {
    padding: 2rem 1.35rem;
    padding-top: 1.25rem;
  }

  .dianhuatext .box .txts {
    margin-top: .4rem;
  }

  .Mediate02-box .Mediate02-tops {
    padding: 0;
    padding-top: 1.55rem;
  }

  .Mediate02-box {
    padding: 1rem .9rem;
    padding-bottom: 0;
  }

  .Mediate-forms .ulbox .uls .li span {
    top: .2rem;
  }

  .Mediate-forms .inputsbox .li.textarea .span {
    line-height: 1.5;
  }

  .Mediate-forms .li.textarea {
    margin-top: 1.35rem !important;
  }

  .ClaimsService-bots .first-title {
    text-align: center;
  }

  .Mediate-forms .li.textarea textarea {
    padding-top: 4.5em;
    height: 9.75rem;
  }

  .ClaimsService-bots .ClaimsServicebots-swiper {
    margin-top: 0.875rem;
  }

  .ClaimsServicebots-swiper {
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
  }
  .ClaimsServicebots-swiper .cons-swiper {
    position: static;
  }
  .ClaimsServicebots-swiper .swiper-button-prev, .ClaimsServicebots-swiper .swiper-button-next {
    background: none;
    width: .5rem;
    background-color: #de232f;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0;
    top: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .ClaimsServicebots-swiper .swiper-button-prev {
    left: 0;
    background-image: url(../img/prev01.png);
  }
  .ClaimsServicebots-swiper .swiper-button-next {
    right: 0;
    background-image: url(../img/next01.png);
  }

  .Clabots-text {
    padding: .8rem .95rem;
    border-radius: .4rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .Claimstops-lists-uls .tit-li .txts {
    max-width: 100%;
    line-height: 1.5;
    height: 4.5em;
    overflow: hidden;
    margin-top: .45rem;
  }

  .Claimstops-lists-uls .tit-li .tits {
    line-height: 1.6;
  }

  .ClaimsService-tops {
    padding: .5rem .5rem;
    padding-top: 1.4rem;
  }

  .ClaimsServicebots-swiper .items {
    width: 33.33%;
  }

  .Claimstops-box .Claimstops-lists {
    margin-top: 1.25rem;
  }

  .Claimstops-box .imglists .words {
    padding-top: 0;
  }

  .Claimstops-box .imglists .imgs {
    left: 1.2rem;
  }

  .Clabots-text .items {
    height: 1.7rem;
    line-height: 1.7rem;
  }

  .Claimstops-box .imglists {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    padding-left: 3.8rem;
    padding-right: 1rem;
    max-width: 100%;
    width: 100%;
  }

  .Claimstops-box {
    padding-top: 1.45rem;
    padding-bottom: 2rem;
  }

  .ClaimsService-bots {
    padding-bottom: 1.75rem;
  }

  .ClaimsService-lists {
    padding-top: 1.45rem;
  }

  .ab04-listbox .ab04-tops .tits {
    font-size: .7rem;
  }

  .ab04-listbox .ab04-bots .items {
    width: 11.25rem;
    margin-right: .65rem;
  }

  .ab-list-04 .ab04-listbox {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .ab04-listbox .ab04-bots {
    margin-top: .8rem;
  }

  .ab-list-03 .ab-list-03-tops {
    margin-top: 2.4rem;
  }

  .ab-list-03 {
    padding-bottom: 1.7rem;
    padding-top: 2.125rem;
  }

  .ab-list-03-tops .items .span {
    height: 2.5rem;
  }

  .ab-02-list {
    padding-top: 1.125rem;
  }

  .wel-index-h60 {
    height: 1rem;
  }

  .wel-index-actions.active,
  .wel-index-news.active,
  .wel-index-products.active {
    margin-top: 1rem;
  }

  .wel-index-products-swiper {
    padding: 1rem .25rem;
    padding-bottom: 1.3rem;
  }

  .wel-index-news .news-imgs {
    right: -.9rem;
  }

  .actionstops-swiper .txts {
    max-width: 90%;
  }

  .Mediate-forms .inputsbox .li {
    margin-bottom: 0;
  }

  .Mediate-forms .inputsbox .input-bots .li .span,
  .Mediate-forms .input-bots .sel-tops,
  .Mediate-forms .input-bots .selects {
    width: 100%;
  }
  .Mediate-forms .yzm.li,
  .Mediate-forms .input-bots2 {
    margin-bottom: 2.05rem;
  }

  .Mediate-box .Mediate-forms {
    padding: 1.2rem 1.25rem;
    padding-bottom: 2.5rem;
  }
  .Mediate-forms .input-bots .cspan{
    font-size: 12px;
    line-height: 1.5!important;
    height: auto!important;
    margin-top: .25rem;
  }

  .Mediate-forms .ulbox .uls .li .sp {
    max-width: 6em;
    line-height: 1.5;
    font-size: .6rem;
  }

  .Mediate-forms .ulbox .uls .li span {
    width: .4rem;
    height: .4rem;
  }

  .Mediate-forms .inputsbox .li .span {
    line-height: 1;
  }

  .Mediate-forms .inputsbox .li .span,
  .Mediate-forms .inputsbox .li .text {
    width: 100%;
  }

  .Mediate-forms .inputsbox .li .text {
    margin-top: .45rem;
  }

  .Mediate-forms .inputsbox .input-bots .li .li-input .span, .Mediate-forms .inputsbox .input-bots .li .li-input .btns, .Mediate-forms .inputsbox .input-bots .li .li-input .wj, .Mediate-forms .inputsbox .input-bots .li .li-input .cspan, .Mediate-forms .inputsbox .input-bots .li .li-input .sel-tops,
  .Mediate-forms .inputsbox .li .text {
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .Mediate-forms .input-bots .sel-bots {
    top: 1.5rem;
  }

  .Mediate-forms .input-bots .selects {
    margin-top: .2rem;
  }

  .Mediate-forms .inputsbox .li:nth-child(n+2) {
    margin-top: .5rem;
  }
  .Mediate-forms .input-bots{
    margin-top: .5rem;
  }
  .footer .nav-list-right .uls .items{
    padding: 0 .5rem;
  }
  .Mediate-forms .yzm.li,  
  .Mediate-forms .input-bots2 {
    margin-top: 1rem;
  }

  .reception02-bots .itembox .box {
    padding: .8rem 0;
    padding-bottom: 1.45rem;
  }

  .reception02top-boxs .words .txts .i {
    line-height: 1.5;
    color: #777777;
  }

  .reception02top-boxs .words .txts .i .btns {
    height: .75rem;
    top: .1rem;
  }

  .reception02top-boxs .words .tits {
    padding-bottom: .9rem;
    line-height: 1.7;
    font-size: .7rem;
  }

  .reception02-bots .itembox .tits {
    padding-top: .55rem;
    font-size: .7rem;
    line-height: 1.7;
    text-align: center;
  }

  .reception02top-boxs .words .txts .i {
    width: 100%;
    margin-right: 0;
  }
  .reception02top-boxs .words .txts .i:nth-child(n+2){
  	margin-top: .7rem;
  }

  .reception02-bots .itembox .imgs {
    height: auto;
    width: 3.625rem;
  }

  .reception02-bots .itembox .tits,
  .reception02-bots .itembox .txts,
  .reception02top-boxs .words .tits,
  .reception02top-boxs .words .txts {
    padding-left: 1rem;
    padding-right: 1rem;
  }

	.reception02-bots .itembox .txts{
		padding-top: .3rem;
	}
  .reception02top-boxs .words .tits {
    text-align: center;
  }

  .reception02-bots .itembox .txts .i {
    line-height: 1.5;
  }
  .reception02-bots .itembox .txts .i:nth-child(n+2) {
    margin-top: .7rem;
  }

  .reception02top-boxs .box {
    padding: 1.4rem 0;
    padding-bottom: 1.45rem;
  }

  .reception02-tops .reception02top-boxs {
    margin-top: 1.05rem;
  }

  .reception02-box {
    padding: 1rem 0.875rem;
  }

  .reception02-bots .itembox .items {
    margin-bottom: 0;
  }
  .reception02-bots .itembox .items:nth-child(n+2) {
    margin-top: 1rem;
  }

  .CustomerDemands-lists {
    padding-top: 1.65rem;
    padding-bottom: 1rem;
  }

  .CustomerDemands-lists .CustomerDemands-swiper {
    margin-bottom: 1.125rem;
    margin-top: .65rem;
  }

  .CustomerDemands-swiper .items {
    line-height: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
  }

  .reception01-box .list .li .ul-list {
    line-height: 1.5;
    color: #666666;
  }

  .reception01-box .list .texts .tits {
    line-height: 1.5;
  }

  .reception01-box .list .li .ul-list {
    margin-top: .75rem;
  }

  .BasicPolicy .box {
    padding-top: 1.5rem;
  }

  .Development03 .dlists .li .txts {
    margin-top: .5rem;
    line-height: 1.5;
  }

  .Development03 .dlists .li-bots {
    padding-bottom: .65rem;
    padding-top: .4rem;
  }

  .Development03 .dlists .li {
    padding-top: 1rem;
    padding-bottom: .65rem;
  }

  .Development03 .dlists {
    margin-top: 1.45rem;
  }

  .Development03 .texts {
    line-height: 1.5;
  }

  .Development03 .texts {
    padding-top: 0;
  }

  .Development03 .words {
    margin-top: .25rem;
  }

  .Development03 {
    padding-top: 1.625rem;
    padding-bottom: 1rem;
  }

  .joinus04-lists .words .yx {
    margin-top: .5rem;
    padding-left: 1.2rem;
  }

  .joinus04-lists .words .uls {
    margin-top: .45rem;
  }

  .joinus04-lists .yx img {
    top: .25rem;
  }

  .joinus04-lists .words .lis-bots,
  .joinus04-lists .words .lis-tops {
    line-height: 1.5;
  }

  .joinus04-lists .words .lis-bots {
    margin-top: 0;
  }

  .joinus-list-04 .joinus04-lists {
    padding: 1.2rem 0.5rem 1.35rem 0.8rem;
  }

  .joinus-list-04 .joinus04-lists {
    margin-top: .65rem;
  }

  .joinus-list-04 {
    padding: 1.2rem 1rem;
    padding-bottom: .65rem;
  }
  .joinus-list-04 .first-title {
    text-align: left;
  }

  .joinus03-list .icons {
    width: 2rem;
    position: relative;
    top: .2rem;
  }

  .joinus03-list .items .box {
    display: flex;
    padding: .95rem .75rem 1rem .7rem;

  }
  .joinus03-list .items .box .klists {
    width: calc(100% - 2rem);
    padding-left: .15rem;
  }

  .joinus03-list .tits {
    margin-top: 0;
  }

  .joinus-list-03 {
    padding-top: 1.45rem;
  }

  .borderradious {
    border-radius: .4rem;
  }

  .joinus02-list .li {
    padding: 0.6rem 1.35rem 0.8rem 1.35rem;
  }

  .joinus-list-03 .joinus03-text {
    line-height: 1.5;
    color: #666666;
    margin-top: .375rem;
  }

  .joinus-list-03 .joinus03-text {
    margin-bottom: 1.125rem;
  }

  .joinus03-list .items {
    margin-bottom: 0;
  }
  .joinus03-list .items:nth-child(n+2) {
    margin-top: .65rem;
  }

  .joinus02-list .imglists {
    overflow: hidden;
    border-radius: .4rem;
    background-color: #eaebf2;
    margin-top: 1rem;
    padding: 1.2rem .75rem 0 .75rem;
  }
  .joinus02-list .imglists .images {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1rem;
  }
  .joinus02-list .imglists .images img {
    width: 100%;
  }

  .joinus02-list .txts {
    margin-top: .2rem;
    color: #777777;
    line-height: 1.5;
  }

  .joinus02-list .tits {
    line-height: 1.643;
  }

  .joinus02-list .ul {
    margin-top: 0;
  }

  .joinus-list-02 {
    margin-top: .9rem;
    padding: 0;
    background-color: transparent;
  }

  .joinus-lists {
    padding-top: .8rem;
  }

  .joinus-list-01 {
    padding-top: .8rem;
  }

  .joinus-list-01 .joins01-list {
    margin-top: .8rem;
  }

  .esshop-list-cenetr .words .wen {
    padding-top: .6rem;
    margin-top: .55rem;
  }

  .esshop-list-cenetr .words .tits {
    color: #222222;
    line-height: 1.7;
  }

  .esshop-list-cenetr .words {
    padding-top: 1.25rem;
  }

  .esshop-list-cenetr .box {
    padding: 1rem 1.25rem;
  }

  .esshop-list-cenetr .words .wen {
    line-height: 1.5;
  }

  .esshop-image-bottoms .first-title {
    margin-bottom: .55rem;
  }

  .esshop-image-bottoms .words {
    padding-top: 2.5rem;
  }

  .esshop .esshop-image-bottoms {
    margin-top: 1.05rem;
  }

  .esshop .esshop-list-cenetr {
    margin-top: .75rem;
  }

  .esshop {
    padding-top: .75rem;
    padding-bottom: 1rem;
  }

  .wel-index-products .first-title {
    margin-bottom: .5rem;
    margin-top: .5rem;
  }

  .cons-mores {
    line-height: 2.636em;
    height: 2.636em;
    padding: 0 .75rem;
  }

  .contact-bottoms-list .items .texts {
    max-width: 20em;
    margin-top: .6rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 1.2rem;
  }

  .contact-bottoms-list .items .words {
    padding-top: 1.95rem;
  }

  .contact-bottoms-list .items img {
    height: 16.625rem;
  }

  .contact-tops-words {
    padding-bottom: 1.15rem;
  }

  .contact-center-list .items {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .contact-tops-words .txts {
    line-height: 1.5;
    color: #666;
    margin-top: .35rem;
  }

  .contact-box .contact-bottoms-list.active {
    margin-top: .6125rem;
  }

  .contact-box {
    padding-top: 1.75rem;
    padding-bottom: 1rem;
  }

  .cons-banner .shop-ewm.on {
    right: .55rem;
    bottom: .55rem;
  }

  .first-title {
    line-height: 1.47;
  }

  .aml0202-tops .words .txts {
    margin-top: .5rem;
    line-height: 1.5;
    margin-bottom: .85rem;
  }

  .aml06-list .li .txts {
    padding-right: 0;
  }

  .aml-list-02 {
    padding: 1.25rem 1rem .9rem .95rem;
  }

  .aml-06 {
    padding-bottom: 1.15rem;
    padding-top: 2.05rem;
  }

  .aml06-list .li {
    padding: .9rem 1rem 1.25rem 1rem;
    margin-bottom: 0;
  }
  .aml06-list .li:nth-child(n+2) {
    margin-top: .45rem;
  }

  .aml06-list .li .tits {
    line-height: 1.6;
  }

  .aml06-list .li {
    justify-content: flex-start;
  }

  .aml06-list .li .words {
    width: 100%;
    padding-left: 0;
    margin-top: .65rem;
  }

  .aml05-lists .words-tits {
    line-height: 1.64;
    padding-bottom: .5rem;
  }

  .aml05-lists .uls .li .icons {
    top: .2rem;
  }

  .aml-05 .aml-span {
    margin-left: .5rem;
  }

  .aml-05 .texts {
    width: 100%;
    line-height: 1.5;
    color: #666666;
    margin-top: 1rem;
    padding-left: .5rem;
  }

  .aml-05 .aml05-lists {
    margin-top: 1.05rem;
  }

  .aml-05 {
    padding: 1.5rem .85rem;
  }

  .aml-04 .aml04-list {
    margin-top: 1.15rem;
  }

  .aml-04 {
    padding-top: .375rem;
    padding-bottom: 1rem;
  }

  .aml-span {
    line-height: 2.35;
    height: 2.35em;
  }

  .aml-01 {
    padding-top: 1.875rem;
    padding-bottom: .8rem;
    display: flex;
    flex-direction: column-reverse;
  }

  .aml-02 {
    text-align: left;
    padding-top: .75rem;
    padding-bottom: .7rem;
  }
  .aml-02 .mpagination {
    margin-top: .65rem;
  }

  .aml-03 {
    padding-top: .7rem;
  }

  .aml-02 .aml-text {
    line-height: 1.5;
    color: #666666;
    margin-bottom: 1.3rem;
    width: 100%;
    max-width: 100%;
  }

  .aml-01 .words {
    padding-top: 0;
    padding-bottom: .8rem;
  }

  .aml-01 .words .aml-span {
    margin-bottom: .7rem;
    margin-top: .55rem;
  }

  .ab-list-titles .list-fr {
    /*width: 100%;*/
  }

  .ab-list-titles .tit-fl {
    /*display: none;*/
    white-space: nowrap;
  }

  .h60 {
    height: 2rem;
  }

  .aml0202-tops .images {
    margin-bottom: 0;
  }

  .aml0202-bots .li:nth-child(n+2) {
    margin-top: 1.3rem;
  }

  .aml0202-bots .li-text {
    line-height: 1.5;
  }

  .aml0202-bots .li-tits {
    line-height: 1.33;
    color: #222;
  }

  .aml0202-bots .down-list {
    margin-top: .5rem;
  }

  .aml0202-tops {
    flex-direction: column-reverse;
  }

  .down-list .items,
  .down-list .items:nth-child(2n+2),
  .down-list {
    border: none;
  }

  .aml0202-bots {
    padding: .8rem 1rem 1.3rem 1rem;
  }

  .down-list div.items {
    display: none;
  }

  .aml0202-tops .images {
    padding-left: 0;
    padding-right: 0;
  }

  .down-list .items {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .down-list .items:nth-child(n+2) {
    margin-top: .5rem;
  }

  .aml-list-02 {
    padding-bottom: .9rem;
  }

  .aml-list-03 .words {
    padding-top: 0;
  }

  .aml-list-03 {
    margin-top: 1.625rem;
  }

  .aml-list-03 .words .items {
    padding-top: .9rem;
    padding-bottom: .8rem;
    height: auto;
    line-height: 1.75;
    display: block;
  }
  .aml-list-03 .words .items .box {
    position: relative;
    color: #444444;
    height: 1.75em;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 1.25rem;
  }

  .aml-list-03 .words .tlist {
    margin-top: .375rem;
  }

  .aml-list-03 .pagination-pages {
    margin-top: 1.45rem;
  }

  .pdflist .items .btns {
    width: .85rem;
    height: auto;
  }

  .pagination a {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }

  .aml03images {
    margin-top: 1.7rem;
  }

  .aml-lists {
    padding-bottom: 1.05rem;
  }

  .aml05-lists .uls .li {
    line-height: 1.58;
  }

  .aml05-lists .uls {
    margin-top: .5rem;
  }

  .aml-05 .aml05-lists {
    display: flex;
    flex-direction: column-reverse;
    padding: .95rem 1rem .85rem 1rem;
  }

  .aml05-lists .images {
    width: 9.875rem;
    margin: 0 auto;
    margin-top: .65rem;
  }

  .aml-lists .list .items > .tc {
    text-align: left;
  }

  .aml-03 .aml03-list .items:nth-child(2n+2) {
    border-left: none;
  }

  .aml-03 .aml03-list {
    border: none;
  }

  .aml-04 .aml04-list .li {
    margin-bottom: 0;
  }
  .aml-04 .aml04-list .li:nth-child(n+2) {
    margin-top: .5rem;
  }

  .aml-03 .aml03-list {
    margin-top: .5rem;
  }

  .aml-04 .aml04-list .li {
    width: 100%;
    margin-left: 0;
  }

  .aml-03 .aml03-list .items {
    /*display: none;*/
    display: block;
    overflow: visible;
    height: auto;
    padding: .9rem 0;
    padding-right: 2.9rem;
    line-height: 1.5;
    border:none;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .aml-03 .aml03-list .items.aactive {
    display: block;
  }
  .aml-03 .aml03-list .items.cur {
    display: none !important;
  }
  .aml-03 .aml03-list .items .btns {
    top: .9rem;
    bottom: auto;
    width: .8rem;
  }

  .aml02-swiper .li {
    width: 100%;
    margin-left: 0;
  }
  .aml02-swiper .li:nth-child(n+2) {
    margin-top: .6125rem;
  }

  .aml-03 .aml03-list .items {
    width: 100%;
    /*border:none;*/
  }

  .aml-03 .aml03-list {
    display: block;
  }

  .pagination-pages {
    margin-top: 1.875rem;
  }

  .newslist-botimgs {
    width: 100%;
    margin-top: 2.5rem;
  }

  .news-box {
    padding-top: 1.95rem;
    padding-bottom: 0;
  }

  .news-box .news-list {
    margin-top: .1rem;
  }

  .news-list .li .span {
    line-height: 1.43;
    max-height: 2.86em;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .7rem;
  }

  .news-list .li {
    padding-bottom: .8rem;
    padding-top: 1.125rem;
  }

  .ProCompany-swiper .words {
    padding-top: .5rem;
  }

  .ProCompany-swiper .items .textslist {
    padding-top: 1.35rem;
  }

  .ProCompany-swiper .items .li-txts {
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #777777;
    margin-top: .4rem;
  }

  .ProCompany-swiper .items .li-list .i {
    line-height: 1.75;
  }

  .ProCompany-swiper .items .li-tits {
    text-align: center;
    line-height: 1.1;
  }

  .ProCompany-swiper .items .textslist .li-list {
    justify-content: center;
  }

  .ProCompany-swiper .items .li-list .i {
    margin-right: 1rem;
  }

  .ProCompany-swiper .items .images {
    padding: 1.25rem .5rem;
  }

  .ProCompany-swiper .items .li-txts * {
    display: inline !important;
  }

  .ProCompany-swiper .items .imgs {
    margin: 0 auto;
  }

  .ProCompany-swiper .items .textslist {
    width: 100%;
    padding-left: 0;
  }

  .actionstops-swiper .items {
    width: 44%;
    margin-right: .5rem;
  }

  .ab-list-titles .tit-fl, .ab-list-titles .li {
    height: 2rem;
    line-height: 2rem;
  }

  .ab-list-titles .tit-fl {
    height: auto;
    line-height: 1.25;
  }

  .ab04-listbox .ab04-tops .words {
    width: 100%;
    padding: 0 1.3rem;
    margin: 0 auto;
    margin-top: 1.1rem;
  }

  .ab-list-03-tops .items {
    width: 33.33%;
  }

  .ab-list-01 .images {
    width: 100%;
  }

  .wel-index-actionstops .first-title {
    padding-right: .5rem;
  }

  .protection-tankuang .box {
    padding: 1.75rem 1rem;
  }

  .wel-index-actions {
    padding-right: 0;
  }

  .ab-list-03-tops {
    padding: 0;
  }

  .ab-list-03-tops .items span {
    width: .6rem;
    height: .6rem;
  }

  .mfooter .tit-24 {
    font-size: .65rem;
  }

  .ab-list-01 .words .txts {
    line-height: 1.2rem !important;
    height: 8.4rem;
    font-size: .7rem;
  }
  .ab-list-01 .words .txts * {
    line-height: 1.2rem !important;
  }

  .ab-list-03-bots .items {
    padding: 1.25rem 1rem;
  }

  .Development01 {
    padding-top: 1.9rem;
    padding-bottom: 2.05rem;
  }

  .Development01 .cons-text {
    margin-top: .375rem;
    margin-bottom: 1.2rem;
  }

  .Development02 {
    padding: 2rem 1rem 1rem 1rem;
  }
  .Development02 .first-title {
    width: calc(100% + .5em);
  }

  .Development02 .images {
    margin-top: .55rem;
  }

  .Development02 .texts {
    color: #666666;
    line-height: 1.5;
  }

  .Development02 .texts {
    margin-top: .5rem;
  }

  .Development02 .icons {
    margin-bottom: .65rem;
  }

  .SocialActivities {
    padding-top: 1.8rem;
    padding-bottom: 1.45rem;
  }

  .SocialActivities .list .pagination-pages {
    margin-top: 1.2rem;
  }

  .SocialActivities .list {
    margin-top: .35rem;
  }

  .SocialActivities .list .li {
    padding-top: .8rem;
    padding-bottom: .6rem;
  }

  .SocialActivities .list .txts {
    line-height: 1.65em;
    height: 1.65em;
    color: #222;
    margin-top: .25rem;
  }

  .SocialActivities .list .txts {
    padding-right: 2.15rem;
  }

  .SocialActivities .list .txts img {
    width: .65rem;
    height: auto;
  }

  .Claimstops-lists-uls .dian-ul .span span {
    transform: scale(0.66);
  }

  .Claimstops-lists-uls {
    height: 18rem;
  }

  .Mediate-forms .inputsbox .input-bots .li .li-input2 .span {
    width: auto;
    margin-right: 0;
    padding-right: .5rem;
    width: calc(3em + .5rem);
  }

  .Mediate-forms .inputsbox .input-bots .li .li-input2 .bhj {
    width: calc(100% - 3em - .5rem);
  }

  .Mediate-forms .submit-bottoms .reset-btn input {
    padding: 0 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
  }
  .cons-mores:before{
    height: 1px;
  }

  .Mediate-forms .submit-bottoms .submit .cons-mores {
    padding-left: 1.375rem;
    padding-right: 1rem;
  }

  .Mediate-box {
    padding: .9rem .85rem;
    padding-top: 1.25rem;
  }

  .Mediate02-box {
    padding-top: 1.25rem;
  }

  .cons-banner .shop-ewm.active {
    overflow: visible;
    font-size: .5rem;
    width: 9em;
  }

  .cons-banner .shop-ewm.active .words {
    width: 10em;
    max-width: 10em;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .cons-banner .shop-ewm .imgs {
    padding-bottom: .3rem;
  }

  .BaseInfo0402-tits .li,
  .baseinfo04-swiper .items .span {
    line-height: 1.5rem;
    height: 1.5rem;
  }

  .BaseInfo-wordslist .items .ctxts {
    line-height: 1.43;
    height: auto;
    display: block;
    overflow: visible;
  }

  .BaseInfo-wordslist .items {
    padding-top: 1rem;
    padding-bottom: .55rem;
  }

  .BaseInfo-wordslist .items .time {
    margin-bottom: .7rem;
  }

  .BaseInfo-wordslist .items .ctxts .btns {
    width: .8rem;
    bottom: auto;
    top: .25rem;
  }

  .baseinfo03-list .BaseInfo-wordslist .items .ctxts .btns {
    top: -1.25rem;
  }

  .baseinfo-04 {
    padding-bottom: 0;
  }

  .baseinfo-lists {
    padding-top: .8rem;
    padding-bottom: 1rem;
  }

  .baseinfo-01 {
    padding-top: .8rem;
    padding-bottom: 0;
  }

  .baseinfo-01 .base01-tits {
    margin-top: .65rem;
  }

  .base01-tits .i {
    padding-bottom: 1.125rem;
  }

  .baseinfo-02 {
    padding-top: 1.375rem;
    padding-bottom: 2.3rem;
  }

  .baseinfo-02 .baseinfo02-list {
    margin-top: -.15rem;
  }

  .imagaes-baseinfo02 {
    margin-top: 2rem;
  }

  .baseinfo-02 .pagination-pages {
    margin-top: 1.75rem;
  }

  .baseinfo-03 {
    padding-top: 1.625rem;
  }

  .baseinfo-04 {
    padding-top: 1.6rem;
  }

  .baseinfo-04 .baseinfo04-swiper {
    margin-top: .65rem;
  }

  .baseinfo04-ajax {
    padding-top: .65rem;
    padding-bottom: 1.75rem;
  }

  .BaseInfo0402_list, .base0403-list {
    padding-top: 1.05rem;
  }

  .base0403-list .pdflist .items,
  .BaseInfo0402-itembox .items {
    line-height: 1.43;
    height: auto;
    display: block;
    overflow: visible;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 1.25rem;
  }

  .base0403-list .pdflist .items .btns,
  .BaseInfo0402-itembox .items .btns {
    bottom: auto;
    top: .9rem;
  }

  .base0403-list .pdflist .items .btns {
    top: .75rem;
  }

  .base0403-list .ilists .i {
    height: 2rem;
    line-height: 2rem;
  }

  .base0403-list .ulstables .dwendnag table td {
    height: 2rem;
  }

  .serlist-center .list .li {
    height: 2rem;
    line-height: 2rem;
  }

  .serlist-center .list .li:nth-child(n+3),
  .serlist-center .list .li:nth-child(n+2) {
    margin-top: .35rem;
  }

  .searchs-body {
    padding-bottom: 2.25rem;
  }

  .serlist-center .list {
    padding-bottom: 1.75rem;
  }

  .wel-index-banner .words {
    padding-bottom: 0;
  }

  .wel-index-banner .words {
    top: 0;
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 2.2rem;
  }

  .wel-index-banner .txts {
    margin-top: .3rem;
    margin-bottom: .15rem;
  }

  .wel-index-banner .text {
    margin-bottom: 1.5rem;
  }

  .wel-index-banner .text {
    line-height: 2;
  }
}
.wel-index-banner .words {
  pointer-events: none;
}

@media (max-width: 750px) {
  .wel-index-banner .text {
    font-size: .5rem;
  }

  .Claimstops-lists-uls .nums .span {
    font-size: .6rem;
  }

  .Claimstops-lists-uls .txt-span .txts {
    font-size: .9rem;
    line-height: 1.125rem;
    height: 2.25rem;
  }

  .Mediate-forms .ctits {
    font-size: .6rem;
  }

  .Mediate02-box .texts {
    font-size: .5rem;
  }

  .esshop-list-cenetr .words .wen, .m-header .bocweb-menu-con .nav-bots a,
  .m-header .bocweb-menu-con .nav-tops,
  .m-header .bocweb-menu-con .nav-bottombox .uls .li {
    font-size: .6rem;
  }
}
.ProCompany-tops img{
  width: 100%;
}
.bocweb-header .nav .langs-bots{
  text-align: center;
}

@media (min-width: 1921px){
  .ab-02-list{
      align-items: flex-start;
  }
  .ab-list-01 .words .txts{
    height: 11.4rem;
  }
}
@media (min-width: 2000px){
  .ab-list-01 .words .txts{
    height: auto;
  }

}
.tips-right{
  justify-content: flex-end;
  line-height: 1.5;
  position: relative;
  top: -.75rem;
  margin-bottom: .25rem;
  color: #666666;
}
.Claimstops-lists-uls .tit-li .txts{
	overflow-y:auto;
}
.con-header.fixed-onactive .m-header{
	transform: translateY(-100px);
}

.m-header .bocweb-menu-con .nav-bottombox .nav-bots02.uls .li{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.m-header .bocweb-menu-con .nav-bottombox .uls.nav-bots02 .li:before{
  display: none;
}
.footer .nav-list-right .uls.ona .items:before{
  display: none;
}
.footer .nav-list-right .uls.ona .items{
  display: block;
  width: 100%;
  padding: 0;
}
.footer .nav-list-right .uls.ona:nth-child(n+2){
  margin-top: 0;
}
.footer .nav-list-right .uls.ona.on{
	padding-top: .75rem;
	border-top:1px solid rgba(255, 255, 255, 0.2);
	margin-top: .75rem;
}

@media (max-width: 750px){
	.ab-list-03-bots .items{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.Claimstops-lists-uls .tit-li .tits{
		line-height: 1.25;
	}
	.Claimstops-lists-uls .tit-li .txts{
		line-height: 1.3;
	}
	.Claimstops-lists-uls{
		height: 20rem;
	}
	.Mediate02-list .li .words .txts br{
		/*display: none;*/
	}
  .reception02top-boxs .words .txts .i br{
    display: none;
  }
}


@media (max-width: 360px){
	.m-header .welcome-a img{
		height: 22px;
	}
	.ab-list-02{
		padding: 1rem;
		padding-bottom: 3rem;
	}
	.ab-02-list .wordslists .lis:nth-child(n+2){
		margin-left: 0.3rem;
	}
	.ab-02-list .wordslists .lis{
		padding: 0 .5em;
	}

}
.sider-yue{
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 2;
}
.sider-yue a{
  display:flex;
  width: 1.5rem;
  height: 1.5rem;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
align-items: center;
justify-content: center;
}
.sider-yue a .icon{
  display:flex;
  width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px){
	.sider-yue a{
    width: 2rem;
    height: 2rem;
  }
  .sider-yue a .icon{
    width: 1.4rem;
    height: 1.4rem;
  }
}