a {
  color: #000;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.invest-par01 {
  margin-bottom: 0.5em;
}

.invest-par01 .box {
  float: left;
  width: 47.5%;
}

.invest-par01 .box+.box {
  float: right;
}

.invest-par01 .box h2 {
  font-size: 26px;
  margin-bottom: 1em;
}

.invest-par01 .box ul {
  font-size: 14px;
}

.invest-par01 .box li {
  /* padding: 1.3em 0 0.8em; */
  padding: 1em 0;
  line-height: 2em;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #CDCDCD;
}

.invest-par01 .box li i.iconPDF {
  color: #B3B3B3;
  font-size: 2em;
  float: left;
  margin-right: 0.5em;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.invest-par01 .box li i.iconPDF+a {
  color: #000;
  float: left;
  width: calc(100% - 10em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.invest-par01 .box li {
  position: relative;

}

.invest-par01 .box li span {
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 1em;
  float: right;
  line-height: 1.2em;
  /* font-size: 20px; */
  display: block;
  text-align: center;
  color: #B3B3B3;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}


.invest-par01 .box li span em {
  display: block;
  font-size: 18px;
}

.invest-par01 .box li i.iconcloud-download {
  position: absolute;
  right: 0;
  top: 0.7em;
  color: #B3B3B3;
  font-size: 2em;
  opacity: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.invest-par01 .box ul+span {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #fff;
  margin-top: 1.7em;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.invest-par01 .box ul+span a {
  color: #fff;
  padding: 2px 10px;
  background: #B3B3B3;
}

.invest-par02 {
  margin-bottom: 0.5em;
}

.invest-par02 .ll {
  float: left;
  width: 32.1875%;
  height: 290px;
  background: #EBEBEB;
}

.invest-par02 .rr {
  float: left;
  width: 67.8125%;
  height: 290px;
  background: url(/img/invest01.jpg) no-repeat;
}

.invest-par02 .ll dl {
  padding: 0.5em 1.8em;
}

.invest-par02 .ll dl h2,
.invest-par02 .ll dl h3 {
  /* text-align: right; */
}

.invest-par02 .ll dt {
  margin-bottom: .5em;
}

.invest-par02 .ll dt h2 span {
  font-size: 1.8em;
  margin-right: 5px;
}

.invest-par02 .ll dt h2 span.up {
  color: #F50003;
}

.invest-par02 .ll dt h2 span.down {
  color: #05C948;
}

.invest-par02 .ll dt h2 em {
  font-size: 0.8em;
  margin-right: 0.5em;
}

.invest-par02 .ll dt h3 {
  font-size: 14px;
}

.invest-par02 .ll dt h3 span {
  margin: 0 8px 0 0;
  display: inline-block;
}

.invest-par02 .ll dd h2 {
  font-size: 18px;
  margin-bottom: 0.3em;
}

.invest-par02 .ll dd p {
  font-size: 14px;
}

.invest-par02 .rr dl {
  padding: 0.7em 1.2em 0;
  color: #B3B3B3;
}

.invest-par02 .rr dd {
  font-size: 0.3456em;
  float: left;
  width: 33.33333%;
  margin-bottom: 1em;
  text-align: center;
}

.invest-par02 .rr dd p {
  font-size: 14px;
}

.invest-par03 {
  margin-bottom: 0.5em;
}

.invest-par03 h2,
.invest-par04 h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}

.invest-par03 .tit {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #F50003;
}

.invest-par03 .tit.an {
  background: #B3B3B3;
  display: none;
}

.invest-par03 .tit.an~.con{
  display: none;
}

.ph_table {
  width: 100%;
  text-align: center;
}

.ph_table td {
  text-align: center;
  line-height: 20px;
  padding: 10px 10px;
  border-bottom: 1px solid #F6F6F6;
  background: #fff;
}

.ph_table thead td {
  background: #EBEBEB;
  color: #000;
}

.invest-table {
  font-size: 14px;
  margin-bottom: 2.8em;
}

.invest-par04 ul {
  font-size: 14px;
}

.invest-par04 li {
  padding: 1.3em 0 0.8em;
  line-height: 2em;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #CDCDCD;
}

.invest-par04 li i.iconPDF {
  color: #B3B3B3;
  font-size: 2em;
  float: left;
  margin-right: 0.5em;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.invest-par04 li i.iconPDF+a {
  color: #000;
  float: left;
  width: calc(100% - 10em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.invest-par04 li span {
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 1em;
  float: right;
  line-height: 1.2em;
  /* font-size: 20px; */
  display: block;
  text-align: center;
  color: #B3B3B3;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}

.invest-par04 li span em {
  display: block;
  font-size: 0.92em;
}

.invest-par04 li i.iconcloud-download {
  position: absolute;
  right: 0;
  top: 0.7em;
  color: #B3B3B3;
  font-size: 2em;
  opacity: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.invest-par04 ul+span {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 3.2em;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.invest-par04 ul+span a {
  color: #fff;
  background: #B3B3B3;
  padding: 2px 10px;
}

.investlist ul {
  margin-bottom: 2em;
}

.invest-par02 .ll dd h2:hover a {
  color: #F50003 !important;
}

.btm {
  font-size: 14px;
  color: #aaa;
}

@media only screen and (max-width: 1441px) {
  .w05 {
    width: 60px;
  }

  .w09 {
    width: 100px;
  }
}

@media only screen and (max-width: 1399px) {
  .w05 {
    width: auto;
  }

  .w09 {
    width: auto;
  }
}

@media only screen and (min-width: 1025px) {

  .invest-par01 .box li:hover i.iconPDF,
  .invest-par04 li:hover i.iconPDF {
    color: #F50003;
  }

  .invest-par01 .box li:hover i.iconcloud-download,
  .invest-par04 li:hover i.iconcloud-download {
    /* color: #F50003;
    opacity: 1; */
  }

  .invest-par01 .box ul+span:hover a,
  .invest-par04 ul+span:hover a {
    background: #F50003;
  }
}

@media only screen and (max-width: 1279px) {

  .invest-par01 .box li i.iconcloud-download,
  .invest-par04 li i.iconcloud-download {
    /* opacity: 1; */
  }

  .invest-par02 .ll,
  .invest-par02 .rr {
    height: 240px;
  }

  .invest-par02 .ll dl {
    padding: 0.8em 1.6em;
  }
}

@media only screen and (max-width: 1023px) {

  .invest-par01 .box ul,
  .invest-par01 .box li span,
  .invest-par01 .box li span em,
  .invest-par04 ul {
    font-size: 14px;
  }

  .invest-par02 .ll,
  .invest-par02 .rr {
    width: 100%;
    height: auto;
  }

  .invest-par02 .ll dl,
  .invest-par02 .rr dl {
    padding: 5%;
  }

  .invest-par02 .ll dt {
    font-size: 20px;
  }

  .ph_table,
  .ph_table thead,
  .ph_table tbody,
  .ph_table th,
  .ph_table td,
  .ph_table tr {
    display: block;
  }

  .ph_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .ph_table tr {
    border: 1px solid #F2DADA;
    border-bottom: 0;
    margin-bottom: 20px;
  }

  .ph_table tr.last {
    margin-bottom: 0;
  }

  .ph_table td {
    border: none;
    border-bottom: 1px solid #F2DADA;
    position: relative;
    padding: 5px 0;
    min-height: 20px;
    padding-left: 22em;
    white-space: normal;
    text-align: left;
  }

  .ph_table td:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
    width: 22em;
    text-indent: 10px;
    white-space: nowrap;
    text-align: left;
  }
}

@media only screen and (max-width:767px) {
  .invest-par02 .ll dl {
    padding: 1em 1.8em;
  }

  .invest-par01 .box {
    width: 100%;
    margin-bottom: 10px;
  }

  .invest-par02 .rr dd {
    width: 50%;
  }

  .invest-par03 h2,
  .invest-par04 h2,
  .invest-par02 .rr dd,
  .invest-par02 .ll dd h2 {
    font-size: 26px;
  }

  .invest-par02 .ll dd h2 {
    font-size: 20px;
  }

  .ph_table td {
    font-size: 12px;
    padding-left: 19em;
  }

  .ph_table td:before {
    font-size: 12px;
    text-indent: 5px;
    width: 18em;
    overflow: hidden;
  }

  .invest-par01 .box li i.iconPDF,
  .invest-par01 .box li i.iconcloud-download,
  .invest-par04 li i.iconPDF,
  .invest-par04 li i.iconcloud-download {
    font-size: 1.5em;
  }

  .invest-par01 .box li span,
  .invest-par04 li span {
    margin-right: 0em;
    font-size: 14px;
  }

  .invest-par04 ul+span {
    margin-top: 1.5em;
  }

  .invest-par04 li {
    /* line-height: 1.5; */
  }

  .invest-par01 .box li i.iconPDF+a,
  .invest-par04 li i.iconPDF+a {
    width: calc(100% - 9em);
  }

  .investlist ul {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width:320px) {
  .invest-warp {
    padding: 0 10px;
  }
}

/* add */
#invest-par01,
#invest-par02,
#invest-par03,
#invest-par04 {
  margin-top: -85px;
  padding-top: 85px;
}