@import url(common.css);

/* 统一标题样式 */
dl.titBox{
  text-align: center;
  position: relative;
  z-index: 1;
  
}
dl.titBox dt, dl.titBox dd{
  color: #333333;
  line-height: 100%;
}
dl.titBox dt{
  font-size: 36px;
  font-weight: bold;
}
dl.titBox dd{
  font-size: 16px;
  margin-top: 25px;
  
}
/* 背景色 */
.f6faff_bj{
  background: #f6faff;
}

/* 头部 */
header{
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0px auto;
  width: 100%;
  height: 70px;
  /*background: rgba(21, 117, 246, .5);*/
  z-index: 99;
  box-shadow: #fff;
  background: #fff;
}

header .headBox{
  height: 70px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
header .headBox .logoBox{
  display: flex;
  align-items: center;
}
header .headBox .logoBox img{
  display: block;
}
header .headBox ul.nav{
  width: 630px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
header .headBox ul.nav li{
  /* position: relative; */
  height: 70px;
  line-height: 70px;
}
header .headBox ul.nav li a{
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
}
header .headBox ul.nav li ol{
  background: #fff;
  position: absolute;
  height: 0px;
  overflow: hidden;
  transition:all .5s;
  -moz-transition:all .5s; /* Firefox 4 */
  -webkit-transition:all .5s; /* Safari and Chrome */
  -o-transition:all .5s; /* Opera */
}
header .headBox ul.nav li:hover ol{
  height: auto;
}
header .headBox ul.nav li ol li{
  line-height: 30px;
  height: 30px;
  padding: 0px 20px;
}
header .headBox ul.nav li ol li:hover{
  background: rgba(21, 117, 246, .2);
}
header .headBox ul.nav li ol li a{
  color: #000;
}

header .headBox .rightBox{
  /*width: 360px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
header .headBox .rightBox div.tel{
    margin-right: 20px;
  font-size: 16px;
}
header .headBox .rightBox div.tel i{
  font-size: 16px;
  background: #1374f6;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 16px;
  color: #fff;
  -webkit-animation: phoneRotate-data-v-58d39e59 2.2s infinite alternate;
  animation: phoneRotate-data-v-58d39e59 2.2s infinite alternate;
}
header .headBox .rightBox div.login{
  display: flex;
  justify-content: space-between;
  /*width: 180px;*/
  align-items: center;
}
header .headBox .rightBox div.login a{
  /*color: #000;*/
  font-size: 14px;
  display: block;
  line-height: 25px;
  height: 25px;
  
}
header .headBox .rightBox div.login a.planBtn{
  border: 1px solid #fff;
  padding: 0px 25px;

}

header .headBox .rightBox div.login .memberBox{
  position: relative;
  cursor: pointer;
}
header .headBox .rightBox div.login .memberBox ol{
  display: none;
  position: absolute;
  background: #fff;
  /*top: 40px;*/
  left: -20px;
  padding-bottom: 10px;
  padding-top: 15px;
}
header .headBox .rightBox div.login .memberBox:hover ol{
  display: block;
}
header .headBox .rightBox div.login .memberBox ol li{
line-height: 100%;
}
header .headBox .rightBox div.login .memberBox ol li a{
  display: block;
  color: #333;
  white-space: nowrap;
  height: 30px;
  line-height: 10px;
  padding: 10px 20px;
}
header .headBox .rightBox div.login .memberBox ol li:hover{
  background: rgba(21, 117, 246, .2);
}
/* 鼠标滑动效果 */
header.hover{
  background: #fff;

}
header.hover .headBox ul.nav li a, header.hover .headBox .rightBox{
  color: #000;
}
header.hover .headBox .rightBox div.login a{
  color: #000;
}
header.hover .headBox .rightBox div.login a.planBtn{
  border-color: #000;
}



/* 尾部 */
.footer_bj{
  background: #001632;
}
.footer_bj .footNav{
  display: flex;
  justify-content: space-between;
}
.footer_bj .footNav .code{
  width: 380px;
}
.footer_bj .footNav .code .tel{
  font-size: 30px;
  font-family: 'Arial';
  color: #fff;
}
.footer_bj .footNav .code ul{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.footer_bj .footNav .code ul li{
  width: 115px;
  height: 115px;
}
.footer_bj .footNav .code ul li p{
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.footer_bj .footNav .code ul li img{
  width: 100%;
}
.footer_bj .footNav .nav{
  display: flex;
  justify-content: space-between;
  width: 750px;
}
.footer_bj .footNav .nav dl{

}
.footer_bj .footNav .nav dl dt{
  font-size: 24px;
  color: #fff;
}
.footer_bj .footNav .nav dl dd{
  margin-top: 35px;
}
.footer_bj .footNav .nav dl dd a{
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
}

.footer_bj .links{
  padding: 40px 0px;
  border-top: 1px solid #808b99;
  border-bottom: 1px solid #808b99;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.footer_bj .links dt, .footer_bj .links dd a{
  font-size: 16px;
  color: #fff;
}
.footer_bj .links dd{
  width: calc(100% - 80px);
}
.footer_bj .links dd a{
  display: inline-block;
  margin: 0px 5px;
}
.footer_bj .copy{
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 30px 0px;
}


/* 现在选择钢之杰，共赢未来 */
.global_box10{
  max-width: 1920px;
  background: url(../img/index_box10_img.jpg) no-repeat center top;
  height: 205px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global_box10 div.p1, .global_box10 div.p2, .global_box10 div.p3{
  color: #fff;
  text-align: center;
  line-height: 100%;
}
.global_box10 div.p1{
  font-size: 44px;
  font-weight: bold;
}
.global_box10 div.p2{
  font-size: 26px;
}
.global_box10 div.p3{
  font-size: 18px;
}
.global_box10 div.btnBox{
  display: flex;
  justify-content: center;
  margin-top: 5px;
  margin-left: 30px;
}
.global_box10 div.btnBox a{
  height: 50px;
  width: 175px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 22px;
  color: #0c49ff;
  margin: 0px 10px;
  background: #fff;
}
.global_box10 div.btnBox a.get{
  color: #fff;
  background: none;
}



/* 分页样式 */
.pagination{
  display: flex;
  justify-content: center;
}
.pagination li{
  margin: 0px 10px;
  font-size: 14px;
  color: #999999;
}
.pagination li a{
  color: #999999;
  font-size: 14px;
}


/* 栏目页banner */
.catBanner{
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
  /*margin-top: 70px;*/
}

/* 面包屑 */
.bread{
  height: 60px;
  width: 100%;
  background: #f9f9f9;
}
.bread .cont{
  text-align: right;
  line-height: 60px;
}
.bread .cont a{
  font-size: 14px;
  color: #666666;
}


/*电话动画*/


@-webkit-keyframes phoneRotate-data-v-58d39e59 {
  0% {
    transform: rotate(0deg)
  }

  20% {
    transform: rotate(90deg)
  }

  40% {
    transform: rotate(0deg)
  }

  60% {
    transform: rotate(90deg)
  }

  80% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(0deg)
  }
}
@keyframes phoneRotate-data-v-58d39e59 {
  0% {
    transform: rotate(0deg)
  }

  20% {
    transform: rotate(90deg)
  }

  40% {
    transform: rotate(0deg)
  }

  60% {
    transform: rotate(90deg)
  }

  80% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(0deg)
  }
}


/* 导航新样式 */
header .headBox ul.nav li .proSon_bj{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 70px;
  background: #fff;
  opacity: 0;
  display: none;
  transition: all .5s;
  padding-bottom: 20px;
}
header .headBox ul.nav li .proSon{
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .headBox ul.nav li .proSon .lBox{
  width: 700px;
}
header .headBox ul.nav li .proSon .t{
    padding: 30px 0px 20px;
    height: 22px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
    margin-bottom: 8px;
}
header .headBox ul.nav li .proSon .items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
header .headBox ul.nav li .proSon .items .item{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
header .headBox ul.nav li .proSon .lBox .item{
  max-width: calc(100% / 2 - 20px);
  min-width: 200px;
  padding: 8px;
}
header .headBox ul.nav li .proSon .item:hover{
    background: #f6f8fb;
}
header .headBox ul.nav li .proSon .items .item .imgBox{
  width: 25px;
  line-height: 100%;
  margin-right: 10px;
}
header .headBox ul.nav li .proSon .items .item dl{
  line-height: 180%;
}
header .headBox ul.nav li .proSon .items .item dl dt, header .headBox ul.nav li .proSon .items .item dl dt a{
    height: 22px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 22px;
    margin-bottom: 8px;
}
header .headBox ul.nav li .proSon .items .item dl dt a i{
  font-size: 20px;
  color: #ff0000;
}
header .headBox ul.nav li .proSon .items .item dl dd{
    height: 18px;
    font-size: 13px;
    color: #666;
    line-height: 18px;
}
header .headBox ul.nav li .proSon .items .item dl dt img{
    width: 28px;
    margin-left: 10px;
}
header .headBox ul.nav li:hover .proSon_bj{
  opacity: 1;
  display: block;
}
header .headBox ul.nav li .proSon .rBox{
  width: 300px;
}
header .headBox ul.nav li .proSon .items .item dl a{
    font-size: 13px;
}



/*右侧浮动*/
.menu[data-v-76c3257d] {
    position: fixed;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    float: right;
    z-index: 99999
}

.menu .clue-avatar[data-v-76c3257d] {
    position: relative;
    margin-bottom: 7px;
    cursor: pointer
}

.menu .clue-avatar .clue-avatar__border[data-v-76c3257d] {
    top: 0;
    left: 0;
    border-radius: 50%;
    background-image: url(https://static.yunxi.tv/yunxi/official-site/img/border.a55e989.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-animation: breathe-data-v-76c3257d 1s linear infinite;
    animation: breathe-data-v-76c3257d 1s linear infinite
}

@-webkit-keyframes breathe-data-v-76c3257d {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.1);
        opacity: .1
    }

    75% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes breathe-data-v-76c3257d {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.1);
        opacity: .1
    }

    75% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.menu .clue-avatar .clue-avatar__img[data-v-76c3257d] {
    width: 96px;
    height: 96px;
    border-radius: 50%
}

.menu .clue-avatar .clue-avatar__img img[data-v-76c3257d] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: breathe-img-data-v-76c3257d 1s linear infinite;
    animation: breathe-img-data-v-76c3257d 1s linear infinite
}

@-webkit-keyframes breathe-img-data-v-76c3257d {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.9)
    }

    50% {
        transform: scale(.8)
    }

    75% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes breathe-img-data-v-76c3257d {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.9)
    }

    50% {
        transform: scale(.8)
    }

    75% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.menu .clue-avatar .clue-avatar__text[data-v-76c3257d] {
    position: relative;
    width: 94px;
    height: 33px;
    background: #1374f6;
    border-radius: 24px;
    margin-top: -12px;
    line-height: 33px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #006cff
}

.menu .clue-avatar[data-v-76c3257d]:after,.menu .clue-avatar__border[data-v-76c3257d] {
    position: absolute;
    width: 96px;
    height: 96px
}

.menu .clue-avatar[data-v-76c3257d]:after {
    top: -1px;
    left: -1px;
    z-index: -1;
    content: "";
    border-radius: 50%;
    border: 2px solid #155bd4
}

.menu .aside[data-v-76c3257d] {
    width: 94px;
    background: #1374f6;
    border-radius: 10px;
    padding: 8px 12px 0
}

.menu .aside li[data-v-76c3257d]:not(:last-child) {
    border-bottom: 1px solid hsla(0,0%,100%,.4)
}

.menu .aside li[data-v-76c3257d] {
    position: relative;
    width: 70px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 72px;
    cursor: pointer
}

.menu .aside li img[data-v-76c3257d] {
    margin-bottom: 7px
}

.menu .aside li.top-aside[data-v-76c3257d] {
    height: 50px
}

.menu .aside .wx-aside[data-v-76c3257d] {
    position: relative
}

.menu .aside .wx-aside .wx-box[data-v-76c3257d] {
    display: none;
    position: absolute;
    height: 256px;
    width: 211px;
    background: url(https://static.yunxi.tv/yunxi/official-site/img/sy-pc-zcxf-bj-01.0ffa04f.webp) no-repeat;
    background-size: cover;
    padding: 13px;
    left: -238px;
    top: -8px
}

.menu .aside .wx-aside .wx-box .wx-ask[data-v-76c3257d] {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #4d4d4d;
    line-height: 24px;
    margin-bottom: 4px
}

.menu .aside .wx-aside .wx-box .wx-ask img[data-v-76c3257d] {
    width: 20px;
    margin-right: 4px;
    margin-bottom: 0
}

.menu .aside .wx-aside .wx-box .wx-give[data-v-76c3257d] {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    margin-bottom: 9px
}

.menu .aside .wx-aside .wx-box .wx-code[data-v-76c3257d] {
    width: 142px;
    margin: 0 auto 5px;
    display: block
}

.menu .aside .wx-aside .wx-box .wx-join[data-v-76c3257d] {
    font-size: 12px;
    font-weight: 600;
    color: #4d4d4d;
    line-height: 18px;
    text-align: center
}

.menu .aside .wx-aside:hover .wx-box[data-v-76c3257d] {
    display: block!important
}

.menu .aside .phone-aside[data-v-76c3257d] {
    position: relative
}

.menu .aside .phone-aside .phone-box[data-v-76c3257d] {
    display: none;
    position: absolute;
    height: 75px;
    width: 211px;
    background: url(https://static.yunxi.tv/yunxi/official-site/img/sy-pc-zcxf-bj-02.a1e9078.webp) no-repeat;
    background-size: cover;
    padding: 13px 11px;
    left: -238px;
    top: 0
}

.menu .aside .phone-aside .phone-box>div[data-v-76c3257d] {
    display: flex
}

.menu .aside .phone-aside .phone-box>div img[data-v-76c3257d] {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0
}

.menu .aside .phone-aside .phone-box>div p[data-v-76c3257d] {
    font-size: 16px;
    font-weight: 600;
    color: #4d4d4d;
    line-height: 24px;
    margin-bottom: 3px
}

.menu .aside .phone-aside .phone-box>div p[data-v-76c3257d]:last-of-type {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 18px
}

.menu .aside .phone-aside:hover .phone-box[data-v-76c3257d] {
    display: block!important
}
