html,
body {
  font-size: 100px;
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}
.Lelem > img {
  display: block;
}
.wow:first-child {
  visibility: hidden;
}
.daiyunying .content {
  /* min-width: 1300px; */
}
.pc-banner {
  display: block;
}
.mobile-banner {
  display: none;
}
.banner {
    width: 100%;
    height: 8.2rem;
}
.banner .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}
.banner .banner-text {
    position: absolute;
    top: 4.2rem;
    left: 2.36rem;
    font-size: .36rem;
    color: #fff;
}
.banner .banner-button {
    position: absolute;
    top: 5.2rem;
    left: 2.36rem;
    /* 尺寸设置 */
    width: 3.8rem;
    height: .73rem;

    /* 圆角设置 */
    border-radius: 9.99rem; /* 使用大数值实现完全圆角效果 */
    border: none;

    /* 渐变色背景 */
    background: linear-gradient(90deg, #0078FF, #01A1FF);

    /* 文字样式 */
    color: white;
    font-size: 0.27rem;

    /* 内容居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */

    /* 图标与文字间距 */
    gap: .08rem;

    /* 鼠标悬停效果 */
    cursor: pointer;
    transition: transform 0.2s ease;
}
.banner .banner-button:hover {
    transform: scale(1.05); /* 轻微放大 */
    /* 其他可选效果：位移、旋转等 */
    /* transform: translateX(5px);*/
    /* transform: rotate(2deg);*/
}
.banner .button-text {
    font-size: .26rem;
}

.strength {
    width: 100%;
    position: relative;
    height: 5.7rem;
    background-image: url('../../images/home/20250728/bg3.jpg');
    background-size: 100%;
}
.strength-head {
    height: 2.7rem;
    width: 100%;
    padding-top: .9rem;
}
.strength-head .item-list {
    width: 100%;
    margin: 0 auto;
    padding-left: 4.3rem;
}
.strength-head .strength-item {
    margin-right: 2.33rem;
}
.strength-head .num {
    font-weight: bold;
    font-size: .45rem;
    color: #007dff;
}
.strength-head .unit {
    font-size: .18rem;
    color: #000;
}
.strength-head .line-2 {
    font-size: .18rem;
    color: #565656;
}
.strength-body {
    height: 4.05rem;
    width: 100%;
}
.merit{margin: 0 auto; top: 0; left: 0; right: 0; width: 17.16rem;}
.merit-item{height: 2.2rem; position: relative; display: flex; justify-content: space-between;}
.merit-info{margin-top: .49rem;}
.merit-time{font-size: .16rem; font-family: Microsoft YaHei; font-weight: 400; color: #676c78; line-height: .17rem;}
.merit-name{font-size: .22rem; font-family: Microsoft YaHei; font-weight: 400; color: #140b21; line-height: .28rem; margin-top: .13rem;}
.merit-icon{flex-shrink: 0; height: 100%; display: flex; align-items: center;}
.merit-icon img{width: 4.29rem; height: 2.23rem;}
.merit-page{display: flex; align-items: center; justify-content: space-between; margin-top: .1rem; float: right}
.merit-page-left{display: flex; align-items: center; margin-right: .2rem}
.merit-page-text{font-size: .16rem; font-family: DINPro; font-weight: bold; color: #140b21;}
.merit-page-box{width: 1.92rem; margin: 0 .21rem; position: relative; display: flex;}
.merit-page-item{width: 0; flex: 1; height: .4rem; display: flex; align-items: center; cursor: pointer;}
.merit-page-item::after{content: ''; display: block; width: 100%; height: .02rem; background: #e0e2ee; transition: background 0.3s;}
.merit-page-item:hover::after{background: #aaaebd;}
.merit-page-box .merit-page-cur{content: ''; display: block; position: absolute; left: 0; top: 50%; width: .12rem; height: .02rem; background: #aaaebd; transform: translateY(-50%); transition: all 0.3s;}
.merit-page-right{display: flex;}
.merit-page-prev,
.merit-page-next{width: .4rem; height: .4rem; cursor: pointer;}
.bg-banner_next {
    width: .4rem;
    height: .4rem;
    background-image: url(../../images/home/20250728/st2-2-2.png);
    background-size: 100%;
}
.bg-banner_next_hover {
    width: .4rem;
    height: .4rem;
    background-image: url(../../images/home/20250728/st2-2-4.png);
    background-size: 100%;
}
.bg-banner_prev {
    width: .4rem;
    height: .4rem;
    background-image: url(../../images/home/20250728/st2-2-1.png);
    background-size: 100%;
}
.bg-banner_prev_hover {
    width: .4rem;
    height: .4rem;
    background-image: url(../../images/home/20250728/st2-2-3.png);
    background-size: 100%;
}
.merit-page-prev:hover .bg-banner_prev,
.merit-page-next:hover .bg-banner_next{display: none;}
.merit-page-prev:hover .bg-banner_prev_hover,
.merit-page-next:hover .bg-banner_next_hover{display: block;}


.col-lg-2dot4 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 1200px) {
  .col-lg-2dot4 {
    float: left;
  }
  .col-lg-2dot4 {
    width: 20%;
  }
  .col-lg-pull-2dot4 {
    right: 20%;
  }
  .col-lg-push-2dot4 {
    left: 20%;
  }
  .col-lg-offset-2dot4 {
    margin-left: 20%;
  }
}

.mobile-banner a div{
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
.mobile-banner a div h4{
  margin: 0 0 .3rem;
}
.pc_module h2 span{
  font-size: .4rem;
  font-weight: bold;
}
.pc_module{
  width: 100%;
}
.pc_module_padding{
  width: 12rem;
  margin: 0 auto;
}
.pc_module h2{
  font-size: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: .2rem;
}
.pc_module h2 span{
  font-size: .4rem;
  font-weight: bold;
}
.pc_module h4{
  font-size: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: .4rem;
}
.pc_module h4 span{
  font-size: .32rem;
}

.service-title {
    width: 100%;
    height: 2rem;
}
.service-title h1 {
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
    color: #000;
}
.service-title h2 {
    text-align: center;
    font-size: .24rem;
    color: #000;
}
.service {
    width: 100%;
    height: 8.72rem;
    background-image: url(../../images/service/tmalldaiyunying/20250918/st3-bg.jpg);
    background-size: cover ;
    background-repeat: no-repeat;
    overflow: auto;
}
.service .service-row {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: .46rem;
    margin-top: .9rem;
}
.service .service-item {
    width: 2.59rem;
    height: 2.97rem;
    background-color: #fff;
    border-radius: .1rem;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
    padding-top: .46rem;
    text-align: center;
}
.service .service-item:hover {
    transform: scale(1.05);
}
.service .service-icon {
    display: block;
    margin: 0 auto;
}
.service .service-icon img {
    width: 1.31rem;
    height: 1.31rem
}
.service .service-content {
    margin: .41rem auto 0;
    font-size: .28rem;
    font-weight: bold;
}

.strategy-title {
    width: 100%;
    height: 3.46rem;
    padding-top: 1rem;
}
.strategy-title h1 {
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
    color: #000;
}
.strategy-title h2 {
    text-align: center;
    font-size: .24rem;
    color: #000;
    margin-top: .3rem;
}
.strategy {
    width: 100%;
    height: 10.95rem;
    background-image: url(../../images/service/tmalldaiyunying/20250918/st4-bg.jpg);
    background-size: cover ;
    background-repeat: no-repeat;
}

.guarantee {
    width: 100%;
    height: 13.61rem;
    background-image: url(../../images/home/20250728/st4-bg.jpg);
    background-size: cover ;
    background-repeat: no-repeat;
}
.guarantee .container {
    width: 72%;
}
.guarantee .head {
    padding-top: .6rem;
    width: 100%;
    height: 2.87rem;
}
.guarantee h1 {
    text-align: center;
    font-weight: bold;
    font-size: .48rem;
}
.guarantee h2 {
    text-align: center;
    font-size: .24rem;
    margin-top: .3rem;
}
.guarantee .guarantee_item {
    height: 4.91rem;
    background-color: #ecf4ff;
    margin: 0 .1rem .3rem; /* 左右10px，底部20px间距 */
    /* 计算宽度：减去左右margin，避免换行 */
    width: calc(33% - .2rem); /* 因为 col-lg-3 是 25% 宽度（12/3=4列） */
    border-bottom-left-radius: .05rem;  /* 底部左角圆角半径 */
    border-bottom-right-radius: .05rem; /* 底部右角圆角半径 */
    padding: 0;
}
.guarantee .guarantee_item img {
    width: 4.23rem;
    height: 2.72rem;
}
.guarantee .guarantee_item_head {
    width: 100%;
    height: .97rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guarantee .title-box {
    width: 1.65rem;
    height: .5rem;
    font-size: .2rem;
    font-weight: bold;
    background-color: #1166bc;
    text-align: center;
    line-height: .5rem;
    border-radius: 1rem;
}
.guarantee .text-box {
    font-size: .22rem;
    font-weight: bold;
    background: linear-gradient(to bottom, #ffebc3, #fffaee);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.guarantee .guarantee_item_content {
    padding: 0 .6rem;
    font-size: .15rem;
    text-align: center;
}

.anli {
    width: 100%;
    height: 16rem;
    background-image: url(../../images/home/20250728/st5-bg.jpg);
    background-size: cover ;
    background-repeat: no-repeat;
}
.anli .anli_head {
    height: 2.7rem;
    padding-top: .1rem;
    padding-bottom: .01rem;
}
.anli .anli_head h1 {
    font-weight: bold;
    font-size: .48rem;
    text-align: center;
}
.anli .anli_head h2 {
    margin-top: .3rem;
    font-size: .24rem;
    text-align: center;
}
.anli .anli_content {
    padding-top: .5rem;
    padding-left: .15rem;
    height: 13.66rem;
    width: 16.58rem;
    margin: 0 auto;
}
.anli .anli_item {
    height: 5.73rem;
    background-color: #fff;
    margin: 0 .1rem .2rem; /* 左右10px，底部20px间距 */
    /* 计算宽度：减去左右margin，避免换行 */
    width: calc(25% - .2rem); /* 因为 col-lg-3 是 25% 宽度（12/3=4列） */
    border-bottom-left-radius: .05rem;  /* 底部左角圆角半径 */
    border-bottom-right-radius: .05rem; /* 底部右角圆角半径 */
    padding: 0;
}
.anli .anli_up img {
    width: 100%;
}
.anli .anli_text {
    padding: .27rem .3rem 0;
}
.anli .anli_item_head {
    font-size: .2rem;
}
.anli .anli_item_title {
    margin-top: .2rem;
    padding-bottom: .01rem;
    display: flex;
    justify-content: space-between;
}
.anli .anli_sub_title {
    text-align: center;
    font-weight: bold;
    font-size: .17rem;
}
.anli .anli_sub_item {
    padding: 0;
}
.anli .anli_sub_content {
    font-weight: bold;
    text-align: center;
    font-size: .2rem;
    color: #0577e5;
}
.anli .anli_item_content {
    margin-top: .2rem;
    font-size: .145rem;
    color: #565656;
}

.cooperation {
    width: 100%;
    height: 10.45rem;
    padding-top: 1rem;
    background-image: url(../../images/home/20250728/st6.jpg);
    background-size: cover ;
    background-repeat: no-repeat;
}
.cooperation h1 {
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
}
.cooperation h2 {
    margin-top: .3rem;
    text-align: center;
    font-size: .24rem;
}

.future {
    width: 100%;
    height: 6.68rem;
    background-image: url(../../images/home/20250728/st8-bg.jpg);
    background-size: cover;
    background-position: center;
}
.future .container {
    width: 90%;
}
.future .head {
    padding-top: .9rem;
    height: 2.9rem;
}
.future .head h1 {
    text-align: center;
    font-weight: bold;
    font-size: .48rem;
    color: #000;
}
.future .head h2 {
    text-align: center;
    margin-top: .3rem;
    font-size: .24rem;
    color: #000;
}
.future .merit-page {
    margin-top: .1rem;
}
.future .merit-page-box .merit-page-cur {
    width: .24rem;
}
.future .merit-item{
    height: 2.92rem;
}
.future .merit-icon {
    width: 4.14rem;
    height: 2.92rem;
}
.future .merit-icon img{
    width: 100%;
    height: 100%;
}






.jiangxiang {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000000;
}
.jiangxiang .jiangxiang_container {
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
.jiangxiang .jiangxiang_container h2 {
  margin: 0;
}
.jiangxiang .jiangxiang_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #ffffff;
}
.jiangxiang .jiangxiang_container .jiangxiang_desc {
  display: inline-block;
  width: 100%;
  height: .25rem;
  margin-top: .15rem;
  line-height: .25rem;
  font-size: .2rem;
  letter-spacing: .02rem;
  color: #7a7a7a;
  text-align: center;
}
.jiangxiang .jiangxiang_container .jiangxiang_mobile_list {
  display: none;
  width: 100%;
  height: auto;
  margin-top: .2rem;
}
.jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list {
  width: 100%;
  height: auto;
  margin: 0;
}

.jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one {
  height: 1.2rem;
}
.jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p {
  width: 100%;
  line-height: .2rem;
  font-size: .12rem;
  color: #7a7a7a;
  text-align: center;
}
.jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p span {
  line-height: .2rem;
  font-size: .12rem;
  color: #ffd200;
}
.jiangxiang .jiangxiang_container .jiangxiang_img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.jiangxiang .jiangxiang_container .jiangxiang_pc_list {
  width: 100%;
  height: auto;
  margin-top: .2rem;
}
.jiangxiang .jiangxiang_container .jiangxiang_pc_list .pc_list {
  width: 100%;
  height: auto;
  margin: 0;
}
.jiangxiang .jiangxiang_container .jiangxiang_pc_list .pc_list .pc_list_one {
  height: 1rem;
}
.jiangxiang .jiangxiang_container .jiangxiang_pc_list .pc_list .pc_list_one p {
  width: 100%;
  line-height: .2rem;
  font-size: .12rem;
  color: #7a7a7a;
  text-align: center;
}
.jiangxiang .jiangxiang_container .jiangxiang_pc_list .pc_list .pc_list_one p span {
  line-height: .2rem;
  font-size: .12rem;
  color: #ffd200;
}
.liucheng {
  position: relative;
  width: 100%;
  height: 5rem;
  background: url('../../images/service/daiyunying/2019-07-08/bg_07.jpg') no-repeat;
}
.liucheng .liucheng_container {
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
.liucheng .liucheng_container h2 {
  margin: 0;
}
.liucheng .liucheng_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #ffffff;
}
.liucheng .liucheng_container .liucheng_detail {
  width: 100%;
  height: auto;
  margin-top: .8rem;
}
.liucheng .liucheng_container .liucheng_detail .detail_list {
  margin: 0;
}
.liucheng .liucheng_container .liucheng_detail .detail_list .detail_one {
  margin-bottom: .4rem;
}
.liucheng .liucheng_container .liucheng_detail .detail_list .detail_one img {
  display: block;
  width: .5rem;
  margin: 0 auto;
}
.liucheng .liucheng_container .liucheng_detail .detail_list .detail_one p {
  display: block;
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  font-size: .22rem;
  letter-spacing: .02rem;
  color: #ffffff;
  text-align: center;
}
.team {
  position: relative;
  width: 100%;
  height: 8.5rem;
  background: url('../../images/service/tb12/2019-07-08/bg_08.jpg') no-repeat;
  background-size: 100% 100%;
}
.team .team_container {
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
.team .team_container h2 {
  margin: 0;
}
.team .team_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  letter-spacing: .05rem;
  text-align: center;
  color: #ffffff;
}
.team .team_container .team_desc {
  display: inline-block;
  width: 100%;
  height: .25rem;
  margin-top: .2rem;
  line-height: .25rem;
  font-size: .18rem;
  letter-spacing: .01rem;
  color: #7a7a7a;
  text-align: center;
}
.team .team_container .button-row {
  margin-top: .5rem;
}
.team .team_container .button-row button {
  font-size: .24rem;
  width: 3.26rem;
  height: .8rem;
  color: #fff;
  border: 1px solid #FC6102;
  background-color: #FC6102;
  border-radius: 1em;
}
.team .team_container .team_detail {
  margin-top: .3rem;
}
.team .team_container .team_detail .detail_list {
  margin: 0;
}
.team .team_container .team_detail .detail_list .detail_one_bottom {
  height: auto;
  padding: 0 .2rem;
  box-sizing: border-box;
}
.team .team_container .team_detail .detail_list .detail_one img {
  display: block;
  width: 100%;
}
.team .team_container .team_detail .detail_list .detail_one p {
  display: inline-block;
  width: 100%;
  line-height: .2rem;
  font-size: .14rem;
  letter-spacing: .01rem;
  color: #adadad;
  text-align: left;
}
.team .team_container .team_detail .detail_list .detail_one p span {
  display: inline-block;
  width: 100%;
  line-height: .5rem;
  font-size: .2rem;
  color: #ffffff;
  text-align: center;
}

.angli {
  position: relative;
  width: 100%;
  height: auto;
}
.angli .angli_container {
  width: 100%;
  height: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}
.angli .angli_container h2 {
  margin: 0;
}
.angli .angli_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #000000;
}
.angli .angli_container .angli_detail {
  margin-top: .6rem;
}
.angli .angli_container .angli_detail .detail_list {
  margin: 0;
}
.angli .angli_container .angli_detail .detail_list li {
  position: relative;
}
.angli .angli_container .angli_detail .detail_list li .angli_one {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: .2rem;
}
.angli .angli_container .angli_detail .detail_list li .angli_one img {
  display: inherit;
  width: 100%;
  height: 100%;
}
.angli .angli_container .angli_detail .detail_list li .angli_one .one_detail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.angli .angli_container .angli_detail .detail_list li .angli_one .one_detail .detail_title {
  position: absolute;
  width: 50%;
  height: auto;
  left: 25%;
  top: 65%;
  padding: .05rem .1rem;
  line-height: .18rem;
  font-size: .14rem;
  color: #000;
  background: #f3cb54;
  text-align: center;
}
.angli .angli_container .angli_detail .detail_list li .angli_one .one_detail .detail_desc {
  position: absolute;
  width: 80%;
  height: auto;
  left: 10%;
  top: 70%;
  line-height: .3rem;
  font-size: .15rem;
  letter-spacing: .02rem;
  color: #000;
  text-align: left;
}
.fushi {
  position: relative;
  width: 100%;
  height: auto;
}
.fushi .fushi_container {
  width: 100%;
  height: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}
.fushi .fushi_container h2 {
  margin: 0;
}
.fushi .fushi_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #000000;
}
.fushi .fushi_container .fushi_desc {
  display: inline-block;
  width: 100%;
  height: .4rem;
  text-align: center;
  margin-top: .2rem;
  line-height: .4rem;
  font-size: .25rem;
  font-weight: bold;
  color: #757575;
}
.fushi .fushi_container .fushi_desc span {
  font-size: .3rem;
  color: #ff5252;
}
.fushi .fushi_container img {
  display: block;
  width: 100%;
  margin: .1rem auto;
}
.xiepin {
  position: relative;
  width: 100%;
  height: auto;
}
.xiepin .xiepin_container {
  width: 100%;
  height: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}
.xiepin .xiepin_container h2 {
  margin: 0;
}
.xiepin .xiepin_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #000000;
}
.xiepin .xiepin_container .xiepin_desc {
  display: inline-block;
  width: 100%;
  height: .4rem;
  text-align: center;
  margin-top: .2rem;
  line-height: .4rem;
  font-size: .25rem;
  font-weight: bold;
  color: #757575;
}
.xiepin .xiepin_container .xiepin_desc span {
  font-size: .3rem;
  color: #ff5252;
}
.xiepin .xiepin_container img {
  display: block;
  width: 100%;
  margin: .1rem auto;
}

.dynamic {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: .4rem;
  padding: 0 12%;
  box-sizing: border-box;
}

.dynamic .dynamic_title {
  position: relative;
  width: 100%;
  height: auto;
}

.dynamic .mobile_dynamic_title {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: .5rem;
  line-height: .6rem;
  font-size: .5rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  color: #000;
}

.dynamic .dynamic_title .title_left {
  display: inline-block;
  float: left;
  width: auto;
  height: auto;
  line-height: .5rem;
  font-size: .46rem;
  letter-spacing: 5px;
  color: #0096ff;
}

.dynamic .dynamic_title .title_right {
  display: inline-block;
  float: right;
  width: auto;
  height: auto;
  margin-top: .2rem;
  line-height: .3rem;
  font-size: .24rem;
  letter-spacing: 3px;
  color: #0096ff;
}

.dynamic .dynamic_list {
  margin: 0;
  margin-top: .2rem;
  margin-bottom: .3rem;
}

.dynamic .dynamic_list li {
  height: 2.2rem;
  margin-bottom: .3rem;
}

.dynamic .dynamic_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.dynamic .dynamic_list li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.dynamic .mobile_dynamic_list {
  display: none;
  margin: 0;
  margin-top: .2rem;
}

.dynamic .mobile_dynamic_list li {
  width: 84%;
  height: auto;
  margin-bottom: .3rem;
  padding: 0;
  padding-bottom: .3rem;
  margin-left: 8%;
  margin-right: 8%;
  background: rgba(147, 153, 159, .2);
}

.dynamic .mobile_dynamic_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.dynamic .mobile_dynamic_list li a img {
  display: block;
  width: 100%;
  height: 4rem;
}

.dynamic .mobile_dynamic_list li a p {
  display: -webkit-box;
  width: 100%;
  height: 1rem;
  margin-top: .2rem;
  padding: 0 3%;
  box-sizing: border-box;
  line-height: .5rem;
  font-size: .35rem;
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dynamic .mobile_more {
  display: none;
  width: 40%;
  height: 1rem;
  margin: .1rem auto;
  line-height: 1rem;
  font-size: .3rem;
  text-align: center;
  color: #0096ff;
  border: 1px solid #0096ff;
  border-radius: 10px;
}

.baozhang {
  position: relative;
  width: 100%;
  height: 8rem;
  background: url('../../images/service/daiyunying/2019-07-08/bg_15.jpg') no-repeat;
  background-size: 100% 100%;
}
.baozhang .baozhang_container {
  width: 100%;
  height: 100%;
  padding: 0 25%;
  box-sizing: border-box;
}
.baozhang .baozhang_container h2 {
  margin: 0;
}
.baozhang .baozhang_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  text-align: center;
  color: #000000;
}
.baozhang .baozhang_container .baozhang_detail {
  margin-top: .6rem;
}
.baozhang .baozhang_container .baozhang_detail .detail_list {
  margin: 0;
}
.baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div {
  height: 2.5rem;
  background: #fff;
  margin-bottom: .3rem;
  padding: 3% 10% 0;
  box-sizing: border-box;
}
.baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div img {
  display: block;
  width: .5rem;
  margin: 0 auto;
}
.baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div p {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: .5rem;
  line-height: .3rem;
  font-size: .2rem;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pc-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .jiangxiang .jiangxiang_container {
    padding: 0;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_desc {
    height: .4rem;
    margin-top: .15rem;
    line-height: .4rem;
    font-size: .24rem;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_pc_list {
    display: none;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list {
    display: block;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p {
    line-height: .3rem;
    font-size: .22rem;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list .mobile_list .mobile_list_one p span {
    line-height: .3rem;
    font-size: .22rem;
  }

  .liucheng .liucheng_container {
    padding: 0;
  }

  .liucheng .liucheng_container .liucheng_detail .detail_list .detail_one {
    padding: 0;
    margin-bottom: .1rem;
  }

  .team {
    height: 22rem;
  }

  .team .team_container {
    padding: 0 3%;
  }

  .team .team_container .team_desc {
    height: .4rem;
    margin-top: .3rem;
    line-height: .4rem;
    font-size: .24rem;
  }

  .team .team_container .team_detail .detail_list .detail_one_bottom {
    padding: 0 .3rem;
  }

  .team .team_container .team_detail .detail_list:nth-child(2) .detail_one {
    margin-bottom: .3rem;
    height: 7rem;
  }

  .team .team_container .team_detail .detail_list .detail_one img {
    width: 100%;
  }

  .team .team_container .team_detail .detail_list .detail_one p {
    line-height: .3rem;
    font-size: .2rem;
  }

  .team .team_container .team_detail .detail_list .detail_one p span {
    line-height: .4rem;
    font-size: .2rem;
  }

  .angli .angli_container {
    padding: 0 1%;
  }

  .angli .angli_container .angli_detail {
    margin-top: .2rem;
  }

  .angli .angli_container .angli_detail .detail_list li .angli_one .one_detail .detail_title {
    position: absolute;
    width: 60%;
    left: 20%;
    padding: .04rem .06rem;
    line-height: .28rem;
    font-size: .24rem;
  }

  .angli .angli_container .angli_detail .detail_list li .angli_one .one_detail .detail_desc {
    top: 72%;
    line-height: .32rem;
    font-size: .24rem;
    letter-spacing: .04rem;
  }

  .fushi .fushi_container {
    padding: 0 5%;
  }

  .fushi .fushi_container .fushi_desc {
    height: .5rem;
    margin-top: .4rem;
    line-height: .5rem;
    font-size: .3rem;
  }
  .fushi .fushi_container .fushi_desc span {
    font-size: .36rem;
  }

  .xiepin .xiepin_container {
    padding: 0 5%;
  }

  .xiepin .xiepin_container .xiepin_desc {
    height: .5rem;
    margin-top: .4rem;
    line-height: .5rem;
    font-size: .3rem;
  }

  .xiepin .xiepin_container .xiepin_desc span {
    font-size: .36rem;
  }

  .baozhang {
    height: 6.5rem;
  }

  .baozhang .baozhang_container {
    padding: 0;
  }

  .baozhang .baozhang_container .baozhang_detail {
    margin-top: .5rem;
  }

  .baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div {
    height: 2rem;
    background: #fff;
    margin-bottom: .3rem;
    padding-top: .3rem;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div img {
    width: .5rem;
  }

  .baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div p {
    margin-top: .1rem;
    line-height: .3rem;
    font-size: .24rem;
  }

  .dynamic {
    padding: 0;
  }

  .dynamic .dynamic_title {
    display: none;
  }

  .dynamic .mobile_dynamic_title {
    display: block;
  }

  .dynamic .dynamic_list {
    display: none;
  }

  .dynamic .mobile_dynamic_list {
    display: block;
  }

  .dynamic .mobile_more {
    display: block;
  }
}

.list-title{
  width: 25%;
  height: 1.85rem;
  font-size: .26rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: .3rem 0;
}
.list-title .title-content{
  width: 66%;
  margin: 0 auto;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  font-size: .26rem;
  font-weight: bold;
}
.list_text{
  padding-left: .35rem;
  margin-right: .4rem;
  width: 2.5rem;
  font-size: 0.20rem;
  color: #333333;
}
.list_titleimg{
  height: 0.52rem;
  text-align: center;
  line-height: 0.52rem;
  overflow: hidden;
  margin-bottom: .1rem;
  margin-top: .1rem;
}
.list_titleimg img{
  display: inline-block;
  height: .4rem;
}
.list-content{
  width: 75%;
  height: 1.85rem;
  background: #EBF0F6;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.shili {
  position: relative;
  width: 100%;
  height: 10rem;
  background-color: #1E8BEB;
}
.shili .shili_container {
  width: 100%;
  height: 100%;
  padding: 3% 20%;
  box-sizing: border-box;
}
.shili .shili_container h2 {
  margin: 0;
}
.shili .shili_container .shili-container-title {
  text-align: center;
  margin-bottom: .3rem;
}
.shili .shili_container h2 span {
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  text-align: center;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: .05rem;
  color: #333;
}
.shili .row p {
  font-size: .3rem;
  color: #fff;
}
.shili .shili-middle img {
  width: 100%;
}
.shili .shili-brand-list {
  padding-top: .5rem;
}
.shili .detail_one img {
  width: 100%
}
.shili .detail_one .img_content {
  position: relative;
  padding: 0;
  width: 2.1rem;
  height: auto;
}
.shili .detail_one .img_content .shili-mask {
  position: absolute;
  top: -2.01rem;
  width: 2.31rem;
  height: 4.25rem;
  left: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
  display: none;
  padding: 5% 5%;
}
.shili .detail_one .img_content .shili-mask-title {
  color: #F95F05;
  font-size: .2rem;
  font-weight: bold;
}
.shili .detail_one .img_content .shili-mask p {
  color: #fff;
  font-size: .17rem;
  margin-top: .2rem;
}












.tabs_menu {
  width: 100%;
  font-size: 0;
  margin-bottom: .1rem;
}

.tabs_menu li {
  cursor: pointer;
  list-style: none;
  font-size: .18rem;
  width: 1.98rem;
  height: 1.04rem;
  text-align: center;
  color: #ffffff;
  background: #999999;
  margin: 0 .02rem;
}
.tabs_menu .more-info {
  display: inline-block;
  padding-top: .2rem;
}
.tabs_menu .head-img {
  margin-left: .3rem;
}
.tabs_menu li:first-child .head-img img {
  width: .4rem;
}
.tabs_menu li:first-child .head-text {
  margin-left: .2rem;
}
.tabs_menu li:first-child .head-text span {
  font-size: .22rem;
  color: #b8b8b8;
}
.tabs_menu li:not(:first-child) {
  padding-top: .2rem;
  background-color: #c5c5c5;
}
.tabs_menu li:not(:first-child) .head-title {
  font-size: .20rem;
  color: #f4f4f4;
  margin-bottom: .1rem;
  font-weight: bold;
}
.tabs_menu li:not(:first-child) .head-text {
  font-size: .16rem;
  color: #8f8f8f;
  font-weight: bold;
}
.tabs_menu li.active {
  background: #ef4040;
}
.tabs_menu li.active .head-text {
  color: #7e0000;
}
.tabs_box {
  margin-bottom: 0;
}
.tabs_box li>div {
  width: 100%;
  height: 5.2rem;
}
.gallery-thumbs {
  height: 5.2rem;
  width: 2rem;
  text-align: center;
}
.gallery-thumbs .swiper-sidebar {
  /*height: 1.04rem;*/
}
.gallery-thumbs .swiper-wrapper {
  /*height: 4.31rem;*/
}

.gallery-thumbs .swiper-slide {
  height: 1.158rem;
  width: 1.98rem;
  cursor: pointer;
  font-size: .2rem;
  line-height: 1.04rem;
  color: #888;
  background-color: #f4f4f4;
  margin-bottom: .05rem;
  font-weight: bold;
}
.gallery-thumbs .swiper-sidebar div.active {
  color: #ff002a;
}
.gallery-top {
  height: 100%;
  width: 10rem;
  margin-left: .05rem;
}
.gallery-top .swiper-slide{
  width: 10rem;
  height: 5.2rem;
  position: relative;
}
.gallery-top .swiper-slide > img{
  height: 4.78rem;
  width: 9.95rem;
}
.gallery-top .swiper-wrapper img {
  /*height: 4.31rem;*/
}
.gallery-top .swiper-slide .case_text .case_text_title img{
  /*display: block;*/
  /*width: 100%;*/
  height: .05rem;
}