.cp_arrow {
  position: relative;
  padding-left: 30px;
  display: inline-block; }
  a .cp_arrow {
    color: #0d1c91; }

.cp_arrow:after {
  content: "";
  background: url("../../img/pc/icon/arrow.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0; }

.cp_arrow2 {
  padding-left: 15px; }
  a .cp_arrow2 {
    color: #fff; }

.cp_arrow2:after {
  background: url("../../img/pc/icon/arrow2.png") no-repeat;
  background-size: cover;
  width: 8px;
  height: 14px; }

.cp_table {
  display: table; }
  .cp_table .cp_table-cell {
    display: table-cell;
    vertical-align: middle; }

.cp_bg-blue {
  color: #fff;
  background: #0d1c91;
  padding: 3px 20px;
  margin-right: 10px;
  border-radius: 6px; }

body {
  min-width: 1100px; }

img {
  max-width: 100%; }

p {
  font-size: 16px;
  line-height: 1.5; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    opacity: .7; }

.header {
  background: #0d1c91;
  height: 60px;
  line-height: 60px; }
  .header__inner {
    width: 1100px;
    margin: 0 auto; }
  .header__img {
    margin-bottom: 3px;
    vertical-align: middle; }
  .header__list {
    margin-left: 50px;
    color: #fff; }
    .header__list__li {
      margin-right: 35px;
      font-size: 14px; }
      .header__list__li-last {
        margin-right: 0; }
      .header__list__li a {
        color: #fff; }

.section__inner {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden; }

.section01 {
  background: #fff; }
  .section01 .section__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.section02 {
  background: #fff; }
  .section02 .section__title {
    color: #0d1c91;
    font-size: 40px; }
  .section02 .section__dl {
    width: 800px;
    border: 1px solid #0d1c91;
    font-size: 24px; }
    .section02 .section__dl__dt {
      width: 220px;
      float: left;
      border-right: 1px solid;
      padding: 20px; }
    .section02 .section__dl__dd {
      margin-left: 260px;
      padding: 20px 20px 20px 25px; }
  .section02 .section__box {
    background: #f0f0f0;
    width: 1080px;
    padding: 10px; }
    .section02 .section__box__table {
      width: 1080px;
      display: table; }
      .section02 .section__box__table__cell {
        display: table-cell;
        vertical-align: middle;
        width: 220px;
        padding: 20px;
        font-size: 26px; }
        .section02 .section__box__table__cell-right {
          width: 680px;
          border-left: 1px solid #b4b4b4; }
    .section02 .section__box__title {
      color: #0d1c91;
      font-size: 32px;
      margin-bottom: 15px;
      position: relative; }
      .section02 .section__box__title__img {
        position: absolute;
        top: 0;
        right: 0; }
    .section02 .section__box__subtitle {
      margin-top: 15px; }
    .section02 .section__box__small {
      font-size: 12px;
      text-indent: 1em;
      margin-top: 15px; }

.section03 {
  background: #fff;
  width: 1100px;
  background: #f0f0f0;
  margin: 0 auto; }
  .section03 .section__table {
    width: 950px;
    background: #fff;
    border-collapse: collapse;
    height: 75px; }
    .section03 .section__table__th {
      width: 280px;
      border: 1px solid #c8c8c8;
      height: 75px;
      vertical-align: middle; }
    .section03 .section__table__td {
      width: 590px;
      margin-left: 200px;
      border: 1px solid #c8c8c8;
      padding: 20px;
      vertical-align: middle;
      text-align: left;
      line-height: 1.5; }

.section04 {
  width: 1100px;
  margin: 0 auto; }
  .section04 .section__box {
    width: 480px;
    background: #fff;
    padding: 20px;
    color: #0d1c91;
    border: 1px solid #0d1c91; }
    .section04 .section__box:hover {
      opacity: 0.7; }

footer .footer__div {
  width: 1100px;
  border-bottom: 1px solid #c8c8c8; }
  footer .footer__div__box {
    width: 510px;
    margin: 20px; }
    footer .footer__div__box__a {
      font-size: 14px; }
      footer .footer__div__box__a__arrow {
        padding-left: 15px; }
        footer .footer__div__box__a__arrow:after {
          width: 8px;
          height: 14px; }

footer .footer__div-second {
  width: 1100px; }
  footer .footer__div-second__box-left {
    width: 610px;
    margin: 20px; }
    footer .footer__div-second__box-left__small {
      display: block; }
  footer .footer__div-second__box-right {
    width: 410px;
    margin: 20px; }
    footer .footer__div-second__box-right__img {
      vertical-align: middle; }
    footer .footer__div-second__box-right__small {
      display: block; }

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: .9;
  color: #fff; }
  .popup .popup__inner {
    width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .popup .popup__inner .popup__inner__p {
      font-size: 36px;
      color: #fff; }
  .popup .popup__inner__btn {
    position: absolute;
    top: 10px;
    right: 5%;
    z-index: 100; }
    
    .font12{
    font-size: 12px;
    }
