@charset "UTF-8";
@import url(reset.css);
@import url(common.css);
/** 主图 **/
.header_banner {
  width: 100%;
  min-width: 1200px;
  height: 666px; }

.banner_list {
  width: 100%;
  min-width: 1200px;
  height: 94px;
  background-color: #0B6FC0;
  margin-bottom: 68px; }
  .banner_list ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex; }
    .banner_list ul li:nth-child(1) img {
      width: 31px;
      height: 26px;
      margin-right: 6px; }
    .banner_list ul li:nth-child(2) img {
      width: 26px;
      height: 27px;
      margin-right: 6px; }
    .banner_list ul li:nth-child(3) img {
      width: 21px;
      height: 25px;
      margin-right: 6px; }
    .banner_list ul li:nth-child(4) img {
      width: 30px;
      height: 26px;
      margin-right: 6px; }
    .banner_list ul li {
      width: 100%;
      height: 100%; }
      .banner_list ul li section {
        height: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        color: #FFFFFF; }
        .banner_list ul li section:hover {
          cursor: pointer;
          background-color: #009AFF; }
        .banner_list ul li section span {
          font-size: 28px;
          font-family: Songti SC, serif;
          font-weight: bold;
          color: #FFFFFF; }
      .banner_list ul li:nth-child(1) {
        background-color: #009AFF; }

.company_profile {
  width: 1200px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column; }
  .company_profile .company_profile_title {
    width: 113px;
    height: 71px;
    margin: 0 auto 41px; }
  .company_profile .company_profile_content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .company_profile .company_profile_content .company_profile_detail {
      font-size: 20px;
      font-weight: 400;
      color: #323333;
      line-height: 38px;
      width: 643px;
      text-indent: 40px; }
      .company_profile .company_profile_content .company_profile_detail p {
        font-size: 20px;
        font-weight: 400;
        color: #323333;
        line-height: 38px;
        margin-bottom: 37px; }
    .company_profile .company_profile_content .company_profile_img {
      width: 436px;
      height: 352px;
      position: relative;
      top: -34px; }

.corporate_culture {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto 75px; }
  .corporate_culture .corporate_culture_title {
    margin: 0 auto 47px; }
    .corporate_culture .corporate_culture_title h3 {
      font-size: 24px;
      font-family: Songti SC, serif;
      font-weight: bold;
      color: #0091FF; }
    .corporate_culture .corporate_culture_title span {
      font-size: 15px;
      font-family: Songti SC, serif;
      font-weight: bold;
      color: #0091FF;
      line-height: 30px;
      opacity: 0.6; }
  .corporate_culture .corporate_culture_content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .corporate_culture .corporate_culture_content .corporate_culture_item {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      flex-basis: 20%; }
      .corporate_culture .corporate_culture_content .corporate_culture_item .corporate_culture_item_title {
        display: flex;
        align-items: center;
        margin-bottom: 14px; }
        .corporate_culture .corporate_culture_content .corporate_culture_item .corporate_culture_item_title i {
          width: 2px;
          height: 28px;
          background: #0094FF;
          margin-right: 16px; }
        .corporate_culture .corporate_culture_content .corporate_culture_item .corporate_culture_item_title h4 {
          font-size: 22px;
          font-family: Songti SC, serif;
          font-weight: bold;
          color: #000000; }
      .corporate_culture .corporate_culture_content .corporate_culture_item img {
        width: 384px;
        height: 167px;
        margin-bottom: 35px; }
      .corporate_culture .corporate_culture_content .corporate_culture_item p {
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
        font-size: 18px;
        font-family: Songti SC, serif;
        font-weight: bold;
        color: #000000;
        line-height: 30px;
        opacity: 0.8; }

.core_services {
  width: 1200px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column; }
  .core_services .corporate_culture_title {
    padding-bottom: 38px; }
  .core_services .core_detail {
    display: flex;
    justify-content: space-between; }
  .core_services .core_services_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .core_services .core_services_content .core_services_item {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 34px; }
      .core_services .core_services_content .core_services_item span {
        font-size: 20px;
        font-family: Songti SC, serif;
        font-weight: bold;
        color: #000000;
        margin-bottom: 17px; }
      .core_services .core_services_content .core_services_item img {
        width: 87px;
        height: 88px; }
      .core_services .core_services_content .core_services_item p {
        font-size: 20px;
        font-family: Songti SC, serif;
        font-weight: bold;
        color: #000000;
        line-height: 21px;
        opacity: 0.8; }

main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 78px; }
  main h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    margin-bottom: 27px; }
  main article {
    margin-bottom: 36px; }
    main article p {
      text-indent: 40px;
      font-size: 20px;
      font-weight: 400;
      color: #221815;
      line-height: 30px;
      margin-bottom: 20px; }
  main section {
    margin-bottom: 72px; }
    main section p {
      font-size: 20px;
      font-weight: 400;
      color: #333333;
      line-height: 34px; }

header nav .content div:nth-child(4) {
  border-bottom: 2px solid #0091ff; }
  header nav .content div:nth-child(4) a {
    color: #0091ff; }

.corporate_culture_title {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .corporate_culture_title h3 {
    font-size: 24px;
    font-family: Songti SC, serif;
    font-weight: bold;
    color: #0091FF; }
  .corporate_culture_title span {
    font-size: 15px;
    font-family: Songti SC, serif;
    font-weight: bold;
    color: #0091FF;
    line-height: 30px;
    opacity: 0.6; }

/*# sourceMappingURL=about.css.map */
