.kcd .container {
  width: 1235px;
  margin: 0 auto; }
.kcd .title_tt {
  display: flex;
  align-items: center;
  width: 1438px;
  margin: 0 auto;
  font-size: 24px;
  color: #333333;
  font-family: "PingFangSC-Medium"; }
  .kcd .title_tt .title_pp {
    display: inline-block;
    width: 6px;
    height: 20px;
    background: #4B80F7;
    border-radius: 8.5px;
    margin-right: 15px; }
.kcd .list {
  display: flex;
  justify-content: space-between;
  padding-top: 46px;
  padding-bottom: 40px; }
  .kcd .list li {
    width: 260px;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #CED2D8;
    text-align: center; }
    .kcd .list li img {
      width: 80px;
      margin: auto;
      margin-top: 25px; }
    .kcd .list li h3 {
      font-size: 20px;
      color: #333333;
      margin-top: 13px;
      margin-bottom: 15px; }
    .kcd .list li p {
      font-size: 16px;
      color: #949494; }
.kcd .news {
  background-color: #f6f8fb;
  padding: 42px 0; }
  .kcd .news .container {
    display: flex;
    justify-content: space-between; }
  .kcd .news main {
    width: 776px; }
    .kcd .news main h1 {
      font-size: 36px;
      color: #333333;
      margin-bottom: 40px; }
    .kcd .news main p {
      font-size: 16px;
      color: #7D8188;
      letter-spacing: 0;
      line-height: 30px; }
  .kcd .news aside img {
    width: 373px; }
.kcd .ywys {
  padding-top: 20px;
  padding-bottom: 30px; }
.kcd .dkys {
  background-color: #f6f8fb; }
  .kcd .dkys .list {
    padding-bottom: 26px;
    padding-top: 38px; }
    .kcd .dkys .list li {
      height: 245px; }
      .kcd .dkys .list li h3 {
        margin-bottom: 25px; }
.kcd .ywlc {
  padding-top: 20px; }
  .kcd .ywlc .xw_list {
    padding-top: 30px;
    padding-bottom: 15px; }
    .kcd .ywlc .xw_list li {
      font-size: 20px;
      color: #333333;
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      margin-left: -28px; }
      .kcd .ywlc .xw_list li span {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: linear-gradient(231deg, #E5EDFF 1%, #C7D6FF 98%);
        font-size: 14px;
        color: #4B80F7;
        border-radius: 50%;
        text-align: center;
        line-height: 18px;
        margin-right: 10px; }
.kcd .blyq {
  background-color: #f6f8fb;
  padding-top: 24px;
  position: relative; }
  .kcd .blyq .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .kcd .blyq .xw_list {
    padding-top: 30px;
    padding-bottom: 15px; }
    .kcd .blyq .xw_list li {
      font-size: 20px;
      color: #333333;
      display: flex;
      align-items: center;
      margin-bottom: 30px;
      margin-left: -28px; }
      .kcd .blyq .xw_list li span {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: linear-gradient(231deg, #E5EDFF 1%, #C7D6FF 98%);
        font-size: 14px;
        color: #4B80F7;
        border-radius: 50%;
        text-align: center;
        line-height: 18px;
        margin-right: 10px; }
  .kcd .blyq aside {
    width: 500px;
    position: absolute;
    right: 5%;
    top: 0; }
.kcd .sqlj {
  padding-top: 22px;
  padding-bottom: 32px;
  position: relative; }
  .kcd .sqlj .container {
    padding-top: 33px;
    display: flex;
    align-items: center; }
    .kcd .sqlj .container img {
      width: 228px;
      margin-right: 56px; }
    .kcd .sqlj .container .shaomiao h4 {
      font-size: 22px;
      color: #333333;
      margin-bottom: 25px; }
    .kcd .sqlj .container .shaomiao .lx {
      font-size: 18px;
      color: #333333; }
      .kcd .sqlj .container .shaomiao .lx span:last-of-type {
        margin-left: 50px; }

.toFixed {
  width: 52px;
  position: absolute;
  right: 110px;
  bottom: 15px;
  z-index: 10;
  border: 1px solid #4B80F7;
  border-radius: 4px;
  background-color: #FFFFFF; }
  .toFixed h6 {
    width: 30px;
    text-align: center;
    font-size: 16px;
    color: #4B80F7;
    border-bottom: 1px solid #4B80F7;
    margin: 1px auto;
    padding: 15px 0; }
  .toFixed .list {
    width: 46px;
    height: 46px;
    margin: 1px auto;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .toFixed .list .img {
      width: 32px;
      height: 32px; }
    .toFixed .list .detail {
      display: none;
      width: 242px;
      height: 80px;
      background: #FFFFFF;
      box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.36);
      position: absolute;
      top: 0;
      bottom: 0;
      left: -247px;
      margin: auto;
      padding: 10px; }
      .toFixed .list .detail .logo {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #EBEBEB;
        padding-bottom: 10px; }
        .toFixed .list .detail .logo img {
          width: 24px; }
        .toFixed .list .detail .logo span {
          font-size: 16px;
          color: #747474;
          margin-left: 10px; }
      .toFixed .list .detail p {
        padding-left: 34px;
        font-size: 14px;
        color: #838383;
        padding-top: 6px; }
  .toFixed .list:hover {
    background: #4B80F7; }
    .toFixed .list:hover .detail {
      display: block; }
  .toFixed .close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: -18px;
    color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer; }

/*# sourceMappingURL=kcd.css.map */
