

.press_tit_en{
  color: #c4dbf2;
  margin-left: 20px;
}

.press-wrap{
  display: flex;
}
.press-wrap-lt{
  flex: 1;
  overflow: hidden;
}
.press-wrap-title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
  color: #27292a;
  font-size: .2rem;
  margin-bottom: 10px;
}
.press-wrap-spec{
  text-indent: 20px;
  color: #a5a5a5;
  font-size: 0.16rem;
  line-height: .24rem;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.press-wrap-rt{
  padding: 0 0 0 .4rem;
  color: #a5a5a5;
  font-size: 0.16rem;
  line-height: .24rem;
}
.t-allow{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: .2rem;
}
.t-allow:after {
  content: ">";
  font-family: "宋体";
  font-size: .16rem;
  color: #27292a;
  line-height: .3rem;
}


.section_ui_c{
  width: 1560px;
  margin: 0px auto;
}
@media screen and (min-width: 1401px) and (max-width: 1560px) {
  .section_ui_c {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
  }
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.wel-fwms {
  background-image: url(../image/firm/bg2.jpg);
  height: 844px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
}

.wel-fwms .wel-msxx {
  display: flex;
}

.wel-fwms .wel-msxx .left {
  padding-top: 1.05rem;
  float: left;
}

.wel-fwms .wel-msxx .left .h01, .wel-fwms .left .h02 {
  font-size: .61rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: .94rem;
  opacity: 0.2;
}

.wel-fwms .wel-msxx .left .h03 {
  font-size: .61rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: .94rem;
}

.wel-fwms .wel-msxx .right {
  padding-top: 1.05rem;
  text-align: right;
  float: right;
  padding-right: 1.5rem;
}

.wel-fwms .wel-msxx .right .title {
  width: 100%;
  font-size: .8rem;
  line-height: .94rem;
  font-family: Anton-Regular;
  font-weight: 800;
  color: #CA8D59;
}

.wel-fwms .wel-msxx .right .subtitle {
  height: .29rem;
  font-size: .3rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: .3rem;
}

.wel-fwms .wel-msxx .right .content {
  padding-top: .27rem;
  width: 6.96rem;
}

.wel-fwms .wel-xmlist {
  display: flex;
  justify-content: center;
  padding-top: .9rem;
}

.wel-fwms .wel-xmlist .item {
}

.wel-fwms .wel-xmlist .item .content {
  opacity: 0;
  position: absolute;
  width: 4.3rem;
  height: 3rem;
  background: url(../image/firm/show.png) transparent no-repeat center;
  cursor: pointer;
  transition: .5s;
}

.wel-fwms .wel-xmlist .item .content:hover {
  opacity: 1;
  transition: .5s;
}

.wel-fwms .wel-xmlist .item .content .word {
  width: 3.7rem;
  position: absolute;
  bottom: .3rem;
  left: .2rem;
}

.wel-fwms .wel-xmlist .item .content .word .h01 {
  font-size: .22rem;
  font-weight: 800;
  color: #FFFFFF;
}

.wel-fwms .wel-xmlist .item .content .word .h02 {
  font-size: .14rem;
  color: #FFFFFF;
  line-height: .24rem;
}

.wel-fwms .wel-xmlist li {
  list-style: none;
  padding-right: .15rem;
}

.wel-fwms .wel-xmlist img {
  width: 4.3rem;
  height: 3rem;
}

.wel-fwms .wel-xmlist ul {
  /* width: 44.5rem; */
  /* animation: move 20s infinite linear; */
}

.wel-fwms .wel-xmlist .box {
  overflow: hidden;
}

.wel-fwms .wel-xmlist .box li {
  float: left;
}

@keyframes move {
  to {
      transform: translateX(-22.25rem);
  }
}

.wel-fwms .wel-xmlist .box ul:hover {
  animation-play-state: paused;
}



.m-serve{
  overflow: hidden;
  position: relative;
  padding: 70px 0 0 0;
}
.m-serve-list{
  display: flex;
}
.m-serve-wrap{
  width: 20%;
  transition: all 0.3s ease;
  position: relative;
}

.m-serve-img{
  display: block;
  width: 100%;
  height: 428px;
  overflow: hidden;
}
.m-serve-img img{
  display: block;
  border: 0 none;
  vertical-align: top;
  outline: none;
  height: 428px;
}
.m-serve-text{
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 1rem;
  overflow: hidden;
}
.m-serve-text h5{
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  color: #ffffff;
  font-weight: bold;
}
.m-serve-text p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff;
  /* height: 48px; */
  /* overflow: hidden; */
  padding-top: 0.1rem;
  filter: alpha(opacity = 0);
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-serve-wrap.on {
  width: 40%;
}
/* .m-serve-wrap.on .m-serve-img img{
  width: 100%;
} */
.m-serve-wrap.on .m-serve-text{
  height: 1.7rem;
  background: rgb(0, 67, 145, 0.8);
}
.m-serve-wrap.on .m-serve-text p{
  opacity: 1;
}


.t-more{
  background: #00b0ec87;
  color: #ffffff;
  font-size: 14px;
  width: 80px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.t-more1{
  position: absolute;
  bottom: -.8rem;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 12px;
}

.m-rt{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11;
}
.m-rt .u-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(50, 50, 50, .04);
  cursor: pointer;
}
.m-rt:hover .u-popover-ct {
  display: block;
}
.u-popover-ct{
  position: absolute;
  width: 120px;
  display: none;
  bottom: 0;
  right: 40px;
}
.m-rt .u-popover{
  width: 110px;
  border-radius: 4px;
  background: #ffffff;
  margin-right: 10px;
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
}
.popper__arrow{
  border-color: #ffffff;
  bottom: 15px;
  transform: rotate(45deg);
  right: 5px;
  margin-left: 0;
  margin-right: 0;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e8eb #e6e8eb transparent transparent;
  background-color: inherit;
  position: absolute;
}
.m-rt .adrift_1{
  font-size: 14px;
  color: #515767;
}
.m-rt .adrift_2{
  font-size: 12px;
  color: #515767;
}
.m-rt .adrift_2:hover{
  color: #d9261f;
}