@charset "UTF-8";
.banner {
  position: relative;
  overflow: hidden;
  height: 560px;
  margin-bottom: 30px;
  color: #fff; }
  .banner .img_text {
    width: 260px;
    height: 46px;
    background: rgba(255, 255, 255, 0.25) url(../img/banner_text.png) no-repeat center; }
  .banner .bg {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
    height: 100%; }
  .banner .container {
    position: relative; }
  .banner h1 {
    margin: 98px 0 40px;
    font-size: 85px;
    letter-spacing: 12px; }
    .banner h1 span {
      color: #b8741a; }
  .banner h2 {
    position: relative;
    padding-left: 168px;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 10px; }
    .banner h2::before {
      content: '';
      position: absolute;
      left: 0;
      margin-top: 20px;
      width: 125px;
      height: 2px;
      background-color: #fff; }
  .banner .text {
    position: absolute;
    left: 694px;
    bottom: -140px;
    z-index: 1;
    width: 10000px;
    height: 54px;
    padding-left: 38px;
    line-height: 54px;
    background-color: rgba(184, 116, 26, 0.8);
    letter-spacing: 2px; }

.section .h2 {
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: bold;
  color: #333; }
  .section .h2 span {
    padding: 20px 0 0 0;
    margin-left: 10px;
    font-size: 20px;
    color: #666; }

.section .h2-transform {
  position: relative;
  width: 600px;
  height: 74px;
  text-align: center;
  margin: 10px auto 50px;
  font-size: 36px;
  background: url(/e_html/2020/jytp/gx/img/fupinbg1.png) no-repeat center bottom;
  font-weight: bold;
  letter-spacing: 10px; }
  .section .h2-transform::after, .section .h2-transform::before {
    content: '';
    position: absolute;
    top: 38px;
    width: 165px;
    height: 1px;
    background-color: #333; }
  .section .h2-transform::after {
    left: 0; }
  .section .h2-transform::before {
    right: 0; }
  .section .h2-transform .text::after, .section .h2-transform .text::before {
    content: '';
    position: absolute;
    top: 37px;
    width: 50px;
    height: 5px;
    background-color: #333; }
  .section .h2-transform .text::after {
    left: 125px; }
  .section .h2-transform .text::before {
    right: 125px; }
  .section .h2-transform span {
    color: #b8741a; }

.section_1 {
  margin-bottom: 70px; }
  .section_1 .wrap {
    position: relative;
    padding: 30px;
    background-color: #f9f9f9; }
    .section_1 .wrap::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 120px;
      height: 120px;
      background-color: #b8741a; }
  .section_1 .slider {
    position: relative;
    z-index: 1;
    float: left;
    width: 668px;
    height: 399px;
    margin-right: 65px; }
  .section_1 .c-image {
    float: right;
    width: 363px;
    height: 336px; }

.section_2 {
  padding: 70px 0;
  margin-bottom: 40px;
  background-color: #f9f9f9; }
  .section_2 .imgage-wrap {
    float: right;
    padding: 10px;
    margin-left: 60px;
    background-color: #fff; }
    .section_2 .imgage-wrap img {
      width: 300px;
      height: 370px; }
  .section_2 .info {
    display: table-cell;
    width: 9999px; }
    .section_2 .info .name {
      display: inline-block;
      padding: 0 0px 10px 0;
      margin-bottom: 30px;
      border-bottom: 2px solid #b8741a;
      font-size: 28px;
      font-weight: bold;
      color: #b8741a; }
    .section_2 .info p {
      line-height: 32px;
      font-size: 16px;
      color: #666; }

.section_3 {
  margin-bottom: 70px; }
  .section_3 .imglink {
    display: block; }
  .section_3 .c-image {
    display: block;
    margin: 40px auto 50px;
    width: 800px;
    height: 450px; }
  .section_3 .list {
    max-height: none;
    overflow-y: auto; }
    .section_3 .list .item:not(:last-child) {
      margin-bottom: 40px; }
    .section_3 .list .item:nth-child(odd) .h3 {
      background-color: #b8741a; }
      .section_3 .list .item:nth-child(odd) .h3::before {
        border-color: #b8741a transparent transparent transparent; }
    .section_3 .list .item:nth-child(odd) p {
      color: #333; }
    .section_3 .list .item:nth-child(even) .h3 {
      background-color: #3458a1; }
      .section_3 .list .item:nth-child(even) .h3::before {
        border-color: #3458a1 transparent transparent transparent; }
  .section_3 .h2 {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    background-color: #f9f9f9; }
  .section_3 .h3 {
    position: relative;
    width: 170px;
    height: 42px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 5px; }
    .section_3 .h3::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      z-index: 1;
      transform: translateX(-50%);
      border: 10px;
      border-style: solid;
      border-color: #b8741a transparent transparent transparent; }
  .section_3 p {
    text-align: justify;
    line-height: 32px;
    font-size: 18px;
    color: #666; }
    .section_3 p:not(:last-child) {
      margin-bottom: 30px; }

.section_4 {
  width: 100%;
  padding: 70px 0;
  margin-bottom: 40px;
  background-color: #f9f9f9; }
  .section_4 .list {
    margin-bottom: -20px; }
  .section_4 .item {
    float: left;
    width: 16.6666%;
    text-align: center; }
    .section_4 .item:nth-child(6n - 5) {
      text-align: left; }
    .section_4 .item:nth-child(6n) {
      text-align: right; }
  .section_4 .histroy-link {
    display: inline-block;
    width: 180px;
    height: 40px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #b8741a;
    font-size: 16px;
    color: #b8741a; }

.section_5 {
  margin-bottom: 60px; }
  .section_5 .list {
    margin-top: 40px;
    text-align: center; }
    .section_5 .list .item {
      display: inline-block; }
  .section_5 .type-board {
    width: 198px;
    height: 160px;
    margin: 0 35px;
    border: 1px solid #cdcdcd;
    font-weight: bold;
    color: #333; }
    .section_5 .type-board img {
      width: 47px;
      height: 47px;
      margin: 30px auto; }
    .section_5 .type-board .text {
      font-size: 20px;
      letter-spacing: 5px; }
      .section_5 .type-board .text span {
        color: #b8741a; }

footer {
  padding: 45px 0;
  margin: 20px auto 0;
  text-align: center;
  line-height: 26px;
  background-color: #73542a;
  color: #fff; }
  footer span {
    display: none; }

.slider {
  display: none; }

/*用于获取更加体验*/
.focus {
  background: none; }

.focus span {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0; }

.focus span.current {
  background: #b8741a; }

.index {
  display: none; }

.c-image {
  overflow: hidden;
  position: relative; }
  .c-image img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    height: 100%; }

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