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

 
    URL: http://www.bootstrapmb.com
 
     
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default
/*----------------------------------------*/
/*-- Google Font --*/
/*@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i");*/
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

  body.home-four {
    padding-top: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
      padding-top: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 0; } }
  @media only screen and (max-width: 575px) {
    body {
      padding-top: 0; } }
  @media only screen and (max-width: 479px) {
    body {
      padding-top: 0; } }

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 0; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 30px;
  line-height: 36px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 18px; }

h6 {
  font-size: 12px;
  line-height: 14px; }

p:last-child {
  margin-bottom: 0; }

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; }

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

*:focus {
  outline: none !important; }

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

button, input[type="submit"] {
  cursor: pointer; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

/*----------  Hero slider 01  ----------*/
 
.slider-bg-7 {
  background-image: url("../img/indexlb.png"); }

.slider-bg-8 {
  background-image: url("../img/indexlb.png"); }

.hero-area {
    background-color: #f2f3f7; 
    margin-top: 80px;
}

.hero-slider-one .hero-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dddddd;
  padding: 0;
  height: 660px; }
  @media only screen and (max-width: 767px) {
    .hero-slider-one .hero-slider-item {
      height: 340px; } }
  @media only screen and (max-width: 575px) {
    .hero-slider-one .hero-slider-item {
      height: 200px; } }

.hero-slider-one .slider-content {
  /* padding-left: 10%;  */
  margin-top: 13%;
}
  .hero-slider-one .slider-content > * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }
  @media only screen and (max-width: 479px) {
    .hero-slider-one .slider-content {
      margin-top:28%;
      padding:20px 3px; } 
      
  }
      
  .hero-slider-one .slider-content p {
    font-size: 22px;
    line-height: 30px;
    color: #727272;
    font-weight: 300;
    width: 38%; }
    
  .hero-slider-one .slider-content h1 {
    margin-bottom: 20px;
    font-size: 84px;
    line-height: 80px;
    color: #fff;
    font-weight: 700;
    font-family: "宋体";
    text-align: center;
    }
    
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .hero-slider-one .slider-content {
          margin-top: 18%;
        }
      .hero-slider-one .slider-content h1 {
        font-size: 74px; }
      .hero-slider-one .slider-content p {
        width: 40%; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .hero-slider-one .slider-content {
          margin-top: 28%;
        }
      .hero-slider-one .slider-content h1 {
        font-size: 64px; }
      .hero-slider-one .slider-content p {
        font-size: 52px;
        line-height: 46px; } }
    @media only screen and (max-width: 767px) {
      .hero-slider-one .slider-content p {
        font-size: 16px;
        line-height: 20px;
        width: 60%; } 
        .kjnr-nr4{padding:10px 3%;}
        .kjnr-title-2,.kjnr-nr4-title{font-size:20px;}
    }
    @media only screen and (max-width: 479px) {
      .hero-slider-one .slider-content p {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slider-one .slider-content h1 {
        font-size: 58px;
        line-height: 48px; } }
    @media only screen and (max-width: 767px) {
      .hero-slider-one .slider-content h1 {
        font-size: 30px;
        line-height: 32px; } }
    @media only screen and (max-width: 575px) {
      .hero-slider-one .slider-content h1 {
        font-size: 25px;
        line-height: 26px; } }
    .hero-slider-one .slider-content h1 span {
      display: block;
      font-size: 30px;
        line-height: 32px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slider-one .slider-content h1 span {
          font-size: 30px;
        line-height: 32px; } }
      @media only screen and (max-width: 767px) {
        .hero-slider-one .slider-content h1 span {
          font-size: 30px;
        line-height: 32px; } }
      @media only screen and (max-width: 767px) {
        .hero-slider-one .slider-content h1 span {
          font-size: 16px;
          line-height: 26px; } }

/* .hero-slider-one .slick-active {
   } */
  .hero-slider-one .slick-active .slider-content > * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
    .hero-slider-one .slick-active .slider-content > *:nth-child(1) {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .hero-slider-one .slick-active .slider-content > *:nth-child(2) {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }
    .hero-slider-one .slick-active .slider-content > *:nth-child(3) {
      -webkit-animation-name: zoomIn;
      animation-name: zoomIn;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }

.hero-slider-one .slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  color: #a3a3a3;
  z-index: 2;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .hero-slider-one .slick-arrow {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 12px;
      display: none; } }
  .hero-slider-one .slick-arrow:hover {
    background-color: #cea45f;
    border-color: #cea45f;
    color: #ffffff; }
  .hero-slider-one .slick-arrow.slick-next {
    right: 20px;
    left: auto; }
  .hero-slider-one .slick-arrow.slick-prev {
    left: 20px;
    right: auto; }

.hero-slider-one .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -20px; 
}
  @media only screen and (max-width: 479px) {
    .hero-slider-one .slick-dots {
      display: none !important; } }
  .hero-slider-one .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .hero-slider-one .slick-dots li button {
      background: none;
      font-size: 0;
      width: 15px;
      height: 15px;
      background-color: #e3e3e3;
      border-radius: 50%;
      border: 2px solid transparent;
      padding: 0; }
      .hero-slider-one .slick-dots li button:hover {
        border: 2px solid #cea45f; }
    .hero-slider-one .slick-dots li.slick-active button {
      border: 2px solid #cea45f; }
    .hero-slider-one .slick-dots li:last-child {
      margin-right: 0; }

/* .hero-slider-one:hover .slick-arrow {
  visibility: visible;
  opacity: 1; }
  .hero-slider-one:hover .slick-arrow.slick-next {
    right: 30px; }
  .hero-slider-one:hover .slick-arrow.slick-prev {
    left: 30px; } */

    .pataku-btn {
      border: 1PX solid #fff;
      color: #fff;
      padding: 10px 20px;
      margin-top: 50px;
    }
    .pataku-btn:hover{
      color: #fff;
    }
