html,body{
    background: #F3F4F8;
}
  .con{
    width: 1280px;
    margin: 0 auto;
  }
  h2{
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    padding-top: 80px;
  }
  h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 24px 0 46px;
  }
  .header{
    width: 100%;
    height: 70px;
    margin: 0 auto;
    z-index: 9;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
  }
  .logo{
    width: 150px;
    height: 40px;
  }
  .nav{
    flex: 1;
    display: flex;
    justify-content: space-around;
    padding: 0 40px;
  }
  .nav a:hover{
    color: #E52928;
  }
  
  .phone{
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .header-box{
    width: 1280px;
    margin: 0 auto;
    height: 70px;
    align-items: center;
  }
  .header-box div{
    width: 150px;
    height: 34px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #E52928;
    color: #E52928;
  }
  .pop{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    height: 57px;
}
.pop a{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-right: 5px;
}
.pop a:nth-child(2){
    margin-left: 5px;
}
.pop a img{
    margin-right: 5px;
}
.cont{
    width: 1280px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
}
.cont-left{
    width: 950px;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}
.cont-l-top{
    width: 950px;
    height: 150px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    padding: 25px 30px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.wen-icon{
    width: 18px;
    height: 24px;
    margin-top: 7px;
}
.l-top-word{
    width: calc(100% - 30px);
}
.l-top-word h3{
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.l-top-word p{
    height: 44px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.xiang{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.xiang .time{
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.xiang .time img{
    margin-right: 5px;
}
.xiang .guanzhu{
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.xiang .guanzhu img{
    margin-right: 5px;
}
.cont-l-cen{
    width: 100%;background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    margin-top: 10px;
}
.l-cen-top{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
}
.l-cen-top .face{
    display: flex;
    align-items: center;
}
.face-word h3{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}
.face-word h3 img{
    margin: 0 5px;
}
.face-word h3 span{
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
}
.face-word p{
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
}
.user{
    margin-right: 10px;
}
.xunzang{
    display: flex;
    align-items: center;
}
.l-cen-text{
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 30px;
    box-sizing: border-box;
    min-height: 168px;
}
.l-cen-text p{
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
}
.wen-btns{
    width: 100%;
    margin: 26px 0 40px ;
    display: flex;
    align-items: center;
}
.wen-btns a{
    display: block;
    width: 80px;
    height: 28px;
    background: rgba(229,41,40,0.1000);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #E52928;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
}
.l-cen-page{
    width: 100%;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-cen-page a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding :0 20px 0 40px;
    box-sizing: border-box;
}
.l-cen-page a p{
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-cen-page a span{
    display: block;
    color: #666666;
    font-size: 12px;
}
.l-cen-page a + a{
    border-left: 1px solid #e8e8e8;
    box-sizing: border-box;
}





.cont-right{
    width: 320px;
}
.c-r-top{
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #6e13cf 0%, #a12df4 100%);
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-word{
    width: 128px;
}
.c-r-top img{
  width: 110px;
}
.top-word h3{
    font-size: 16px;
    font-family: PingFang SC-Heavy, PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 24px;
}
.top-word  p{
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 18px;
}
.top-word  p span{
    color: #FFF6A6;
}
.c-r-cen{
    width: 100%;
    height: 370px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    margin-top: 10px;
    overflow: hidden;
}
.c-r-cen h3{
    width: 100%;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
}
.c-r-cen-box{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.c-r-cen-box a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.c-r-cen-box a .shu{
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #AAAAAA;
    line-height: 16px;
}
.c-r-cen-box a span{
    display: block;
    width: calc(100% - 20px);
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-r-cen-box a:nth-child(1) .shu{
   color: #FF4B4B;
}
.c-r-cen-box a:nth-child(2) .shu{
   color: #FF8C4B;
}
.c-r-cen-box a:nth-child(3) .shu{
   color: #FFCD4B;
}
.footer{
    height: auto;
    background: #111111;
    padding: 60px 0 26px;
  }
  .footer-box{
    width: 1280px;
    margin: 0 auto;
  }
  .footer-top{
    display: flex;
    height: 265px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .f-item{
    width: 25%;
  }
  .f-logo{
    width: 112px;
    height: 30px;
    display: block;
  }
  .f-title{
    height: 30px;
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 30px;
  }
  .f-item-con{
    display: flex;
  }
  .f-item-con .f-txt{
    width: 40%;
  }
  .f-txt{
    padding-top: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #CCCCCC;
    line-height: 30px;
  }
  .f-btn{
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient(225deg, #E52928 0%, #B80A0B 100%);
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 40px;
    cursor: pointer;
  }
  .footer-bottom{
    padding-top: 30px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }
  .beian{
    flex: 1;
  }
  .footer-bottom i{
    display: inline-block;
    width: 80px;
    height: 30px;
    background-image: url('../picture/fc-icon.png');
    margin-left: 6px;
  }
  .footer-bottom .fc-beian {
    width: 14px;
    height: 14px;
    background-position: -110px -110px;
  }
  .fc-beian_1 {
    background-position: -10px -10px;
  }
  .fc-beian_2 {
    background-position: -10px -60px;
  }
  .fc-beian_3 {
    background-position: -110px -10px;
  }
  .fc-beian_4 {
    background-position: -110px -60px;
  }
  .fc-beian_5 {
    background-position: -10px -110px;
  }
  
  /* 二维码弹框 */
  .code-model{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    display: none;
  }
  .code-bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .code-box{
    width: 400px;
    height: 410px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #FF4B4B;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 40px 40px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .code-t1{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
  }
  .code-img{
    width: 180px;
    height: 180px;
    margin: 20px auto 5px;
  }
  .code-t2{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
  }
  .code-t2+.code-t2{
    border-top: 1px solid #E5E5E5;
  }
  .code-btn{
    width: 100px;
    height: 30px;
    line-height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.02);
    border-radius: 15px;
    border: 1px solid #FF4B4B;
    color: #FF4B4B;
    cursor: pointer;
  }
  .code-btn:hover{
    background: #FF4B4B;
    color: #fff;
  }
  
  /* 问答 */
  .wenda{
    width: 140px;
    height: 390px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(45deg, #6b1ba5 0%, #902ed6 100%);
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
  }
  .wenda-top{
    width: 100%;
    height: 80px;
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
    text-align: center;
    background: url('../picture/cs-wenda.png') no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
  }
  .wenda-t1{
    font-weight: bold;
  }
  .wenda-box{
    height: 310px;
    padding: 0 2px 2px;
  }
  .wenda-con{
    height: 100%;
    border-radius: 0 0 10px 10px;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    padding: 0 10px;
  }
  .wenda-con p {
    display: flex;
    padding-top: 20px;
  }
  .wenda-btn{
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient(225deg, #6e1ca6 0%, #9531dd 100%);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
  }
  
 /* 联系我们 */
.lianxi{
  min-height: 235px;
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
.code2{
  width: 190px;
  height: 360px;
  opacity: 1;
  transition: 0.2s all;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -190px;
}
.code2-box{
  width: 180px;
  height: 300px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  text-align: center;
  padding: 20px;
}
.code2-t1{
  font-size: 14px;
  color: #000000;
}
.code2-img{
  width: 140px;
  height: 140px;
  margin: 10px auto 0;
}
.code2-t2{
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  padding-top: 20px;
  text-align: center;
}
.code2-btn{
  width: 80px;
  height: 24px;
  line-height: 22px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  border: 1px solid #FF4B4B;
  color: #FF4B4B;
  cursor: pointer;
  text-align: center;
  margin: 5px auto;
}
.code2-btn:hover{
  background: #FF4B4B;
  color: #fff;
}