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

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; }

.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(3) {
        background-color: #009AFF; }

main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  main .qyzp_title {
    width: 155px;
    height: 71px;
    margin: 0 auto 46px; }
  main .qyzp_main {
    display: flex;
    justify-content: space-between; }
  main .qyzp_content {
    display: flex;
    flex-direction: column;
    width: 620px;
    box-sizing: border-box; }
    main .qyzp_content p {
      font-size: 23px;
      font-family: Songti SC, serif;
      color: #333333;
      line-height: 31px;
      margin-bottom: 28px; }
    main .qyzp_content .qyzp_banner {
      margin-bottom: 34px;
      padding: 54px 45px;
      width: 100%;
      box-sizing: border-box;
      background-image: url("../images/about/qyzp/background.png");
      background-size: 100% 100%; }
      main .qyzp_content .qyzp_banner p {
        font-size: 28px;
        font-family: Songti SC, serif;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 29px; }
      main .qyzp_content .qyzp_banner span {
        font-size: 24px;
        font-family: Songti SC, serif;
        font-weight: bold;
        color: #FFFFFF; }
  main .treatment .address_img {
    padding-top: 31px;
    width: 331px;
    height: 95px; }
  main .treatment section {
    margin-bottom: 32px; }
    main .treatment section img {
      width: 32px;
      height: 28px;
      margin-right: 9px; }
    main .treatment section span {
      font-size: 24px;
      font-family: Noto Sans S Chinese, serif;
      font-weight: 300;
      color: #999999; }
  main .requirement {
    display: flex;
    justify-content: space-between;
    padding-top: 29px;
    margin-bottom: 60px; }
    main .requirement .requirement_left h4 {
      font-size: 24px;
      font-family: Songti SC, serif;
      font-weight: 400;
      color: #323333;
      margin-bottom: 28px; }
    main .requirement .requirement_left ul > li {
      margin-bottom: 37px;
      display: flex;
      align-items: flex-start; }
      main .requirement .requirement_left ul > li i {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        margin-right: 18px;
        background-color: #0091FF;
        position: relative;
        bottom: -12px; }
      main .requirement .requirement_left ul > li span {
        width: 430px;
        font-size: 24px;
        font-family: Songti SC, serif;
        font-weight: 400;
        color: #323333;
        line-height: 47px; }
    main .requirement .requirement_right {
      width: 493px;
      height: 213px; }
  main .import_title {
    width: 653px;
    height: 91px;
    margin: 0 auto 80px; }
  main .environment {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 49px; }
    main .environment img {
      width: 284px;
      height: 215px; }
  main .environment_title {
    font-size: 24px;
    font-family: Songti SC, serif;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 55px; }

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