/* ---------------------------------------- */
body {
  background: none; }

/* ---------------------------------------- */
header {
  position: relative;
  background: none;
  padding-top: 10px; }
  header #identity {
    width: 100%;
    margin-bottom: 20px; }
    header #identity a {
      background-image: url(../images/index/img_01.png);
      background-size: cover;
      width: 120px;
      height: 72px;
      background-size: 120px 72px;
      margin: 0 auto; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        header #identity a {
          background-image: url(../images/index/img_01@2x.png); } }
  header .btn-cn {
    position: absolute;
    top: 0;
    right: 0; }

@media screen and (min-width: 768px) {
  header {
    width: 100%;
    height: 220px;
    box-sizing: border-box; }
    header #identity {
      width: 200px;
      margin: 0 auto; }
      header #identity a {
        display: block;
        width: 200px;
        height: 120px;
        text-indent: -5000px;
        background-image: url(../images/index/img_01.png);
        background-size: cover; } }
      @media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (min-resolution: 1.5dppx) {
        header #identity a {
          background-image: url(../images/index/img_01@2x.png); } }

@media screen and (min-width: 768px) {
    header ul {
      position: absolute;
      top: 170px; }
    header #current {
      position: absolute;
      top: 156px;
      height: 4px;
      line-height: 4px;
      font-size: 4px;
      background: #d8231e; }
    header .btn-cn {
      position: absolute;
      top: 0;
      right: 0; } }

/* ---------------------------------------- */
#image {
  background: url(../images/index/bg_01.jpg) #000 no-repeat center center;
  position: relative;
  text-align: center; }

@media screen and (max-width: 767px) {
  #image {
    background-color: #000;
    background-image: url(../images/index/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; } }

@media screen and (min-width: 768px) {
  #image #slides {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
    #image #slides img {
      width: 100%;
      max-width: 1100px; } }

/* ---------------------------------------- */
#feature {
  position: relative;
  background: url(../images/index/bg_02.jpg) #f3f3f3 no-repeat center center;
  line-height: 1.7; }
  #feature .row {
    position: relative; }
  #feature #attention .title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #dc1d0f;
    background-image: url(/assets/images/index/ic_attention.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    line-height: 18px;
    height: 18px;
    box-sizing: border-box;
    letter-spacing: 1px; }
  #feature #attention p {
    padding-top: 10px;
    border-top: solid 1px #dc1d0f; }
  @media screen and (max-width: 991px) {
    #feature #attention {
      margin: 0 15px 15px 15px; }
    .sp-mb40 {margin-bottom: 40px;}

    }
  @media screen and (min-width: 992px) {
    #feature #attention {
      position: absolute;
      top: 400px;
      right: 0;
      width: 645px; } }
  #feature .f1 {
    background: #fff;
    position: relative; }
    #feature .f1 .pickup {
      font-family: "EBGaramond";
      font-size: 12px;
      color: #d8231e;
      border: solid 1px #d8231e;
      letter-spacing: 1px; }
    #feature .f1 #promo {
      overflow: hidden;
      height: 330px;
      margin-bottom: 20px; }
      #feature .f1 #promo p {
        overflow: hidden;
        margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        #feature .f1 #promo {
          height: 320px; }
          #feature .f1 #promo p {
            margin-bottom: 20px; } }
      @media screen and (min-width: 992px) {
        #feature .f1 #promo {
          height: 380px; }
          #feature .f1 #promo .image img {
            width: 270px;
            height: auto; }
          #feature .f1 #promo p {
            height: auto; } }
    #feature .f1 #promo > div {
      width: 100%; }
    #feature .f1 ul {
      text-align: center; }
      #feature .f1 ul li {
        cursor: pointer;
        display: inline-block;
        width: 15px;
        height: 15px;
        text-indent: -5000px;
        background: url(../images/index/btn_papger_02.png); }
      #feature .f1 ul li.activeSlide {
        background: url(../images/index/btn_papger_01.png); }
    #feature .f1 #prev {
      position: absolute;
      top: 150px;
      left: 10px;
      z-index: 10;
      cursor: pointer; }
    #feature .f1 #next {
      position: absolute;
      top: 150px;
      right: 10px;
      z-index: 10;
      cursor: pointer; }
    #feature .f1 #prev img:hover,
    #feature .f1 #next img:hover {
      opacity: 0.8; }
  @media screen and (max-width: 991px) {
    #feature {
      background: url(../images/index/bg_02.jpg) #f3f3f3 no-repeat right top; }
      #feature .f2 {
        background-image: url(../images/index/bg_02.jpg);
        background-size: 900px 494px/2;
        background-position: center center;
        padding-bottom: 20px;
        border-bottom: solid 1px #ccc; }
      #feature .f3 {
        background-image: url(../images/index/bg_02.jpg);
        background-size: cover;
        background-position: left bottom; } }

/* ---------------------------------------- */
#info {
  background-repeat: no-repeat;
  background-color: #e6e6e6; }
  #info .bnrs ul li {
    margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  #info {
    background-image: url(../images/index/bg_03.jpg);
    background-position: -300px top;
    background-size: cover; }
    #info .bnrs {
      position: absolute;
      top: 0;
      right: 0; }
      #info .bnrs ul li {
        list-style: none;
        background: #fff;
        margin-bottom: 10px;
        height: 80px;
        overflow: hidden; }
        #info .bnrs ul li img {
          display: block; }
      #info .bnrs ul li.pet img {
        display: inline-block;
        margin: 0; } }

@media screen and (min-width: 992px) {
  #info {
    background-image: url(../images/index/bg_03.jpg);
    background-position: center top;
    background-size: inherit; } }

/* ---------------------------------------- */
#topics {
  margin-bottom: 35px; }
  #topics h2 {
    margin-bottom: 10px; }
  #topics table th {
    color: #d8231e;
    padding-right: 20px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap; }


/* ---------------------------------------- */
#media {
  line-height: 1.5; }
  #media h2 {
    margin-bottom: 10px; }
  #media .thumb {
    float: left;
    width: 70px; }
    #media .thumb img {
      width: 70px;
      height: 70px;
      min-width: 70px;
      min-height: 70px; }
  #media .text {
    float: left;
    margin-left: 20px; }
  #media ul li {
    list-style: none;
    margin-bottom: 20px; }
    #media ul li a {
      display: block; }
  #media ul li:nth-child(2n+1) {
    clear: left; }
  #media .cat {
    display: inline-block;
    line-height: 1.5;
    font-size: 11px;
    color: #d8231e;
    border: solid 1px #d8231e;
    padding: 2px 6px 1px 6px;
    margin-bottom: 7px; }
  #media .date {
    color: #d8231e; }

@media screen and (min-width: 992px) {
  #media {
    width: 560px; }
    #media .thumb {
      float: left;
      width: 70px; }
      #media .thumb img {
        width: 70px;
        height: 70px; }
    #media .text {
      float: right;
      width: 190px;
      margin: 0; }
    #media ul a {
      float: left;
      width: 280px; }
      #media ul a li {
        margin-right: 0px;
        margin-bottom: 20px; } }

/* ---------------------------------------- */