@charset "euc-kr";

@media (min-width:1500px) {

  /* 弥家 1500 ~ 弥措 */
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  #main_contents .contents_box {
    margin-top: -100px;
    position: relative;
    z-index: 1;
  }

  /* 冀记1 */
  .sec01 {
    color: #fff;
    font-size: 0px;
    position: relative;
    height: 100px;
    line-height: 100px;
    background: rgba(230, 121, 69, 0.6);
  }

  .sec01 .notice {
    position: relative;
    padding: 0 3%;
    width: 45%;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0px;
    line-height: normal;
    text-align: left;
  }

  .sec01 .notice p {
    font-weight: 800;
    font-size: 24px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .notice .move_wrap {
    position: relative;
    width: 400px;
    display: inline-block;
    height: 30px;
    vertical-align: top;
  }

  .sec01 .notice .move_box {
    width: 350px;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    vertical-align: top;
  }

  .sec01 .notice .move_box .move {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s;
  }

  .sec01 .notice .move_box .move a {
    color: #fff;
    font-size: 22px;
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
  }

  .sec01 .notice .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 21px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
  }

  .sec01 .notice .arrow i:nth-child(1) {
    cursor: pointer;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
  }

  .sec01 .notice .arrow i:nth-child(2) {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
  }

  .sec01 .tel_time {
    width: 55%;
    padding: 0 2%;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    font-size: 0px;
    line-height: normal;
    text-align: right;
  }

  .sec01 .tel_time p {
    font-weight: 800;
    font-size: 24px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div {
    text-align: left;
    width: 470px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
  }

  .sec01 .tel_time div span:nth-child(1) {
    width: 60%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div span:nth-child(2) {
    width: 40%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div span:nth-child(2) a {
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #fff;
    padding: 8px 10px;
  }

  .sec01 .tel_time div span:nth-child(2) a:hover {
    color: #ffee00;
    border: 1px solid #ffee00;
  }

  /* 冀记2 */
  .sec02 {
    font-size: 0px;
    padding: 180px 0;
    overflow: hidden;
    background: #ededed;
  }

  .sec02 .innner_box {
    position: relative;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    vertical-align: top;
  }

  .sec02 .left {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 14px;
    width: 60%;
    box-sizing: border-box;
    padding-right: 80px;
  }

  .sec02 .left .top {
    margin-bottom: 150px;
  }

  .sec02 .left .top p:nth-child(1) {
    color: #f37032;
    font-size: 75px;
    word-break: keep-all;
    margin-bottom: 20px;
    font-weight: 900;
  }

  .sec02 .left .top p:nth-child(2) {
    font-size: 18px;
    line-height: 32px;
    word-break: keep-all;
  }

  .sec02 .left .bottom {
    position: relative;
  }

  .sec02 .left .bottom p:nth-of-type(1) {
    font-size: 52px;
    margin-bottom: 20px;
    font-weight: 800;
  }

  .sec02 .left .bottom p:nth-of-type(1) span {
    display: inline-block;
    line-height: 40px;
    box-shadow: inset 0 -12px 0 #ffbc9d;
    border-bottom: 2px solid #ffbc9d;
  }

  .sec02 .left .bottom p:nth-of-type(2) {
    font-size: 18px;
    line-height: 32px;
    word-break: keep-all;
  }

  .sec02 .left .bottom a {
    position: absolute;
    left: 350px;
    top: 20px;
    display: block;
    font-weight: 800;
    font-size: 26px;
  }

  .sec02 .left .bottom a img {
    transition: all 0.1s;
    left: 0px;
    position: relative;
    vertical-align: middle;
  }

  .sec02 .left .bottom a:hover img {
    position: relative;
    left: 5px;
  }

  .sec02 .left .bottom a:hover {
    color: #f37032;
  }

  .sec02 .right {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 40%;
    vertical-align: top;
  }

  .sec02 .right>span {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 20px 0px;
    background: #fff;
  }

  .sec02 .right>span img {
    width: 350px;
  }

  .sec02 .right p {
    display: inline-block;
    padding-top: 40px;
  }

  .sec02 .right p span {
    display: block;
    text-align: left;
    font-size: 28px;
    font-weight: 800;
    color: #555;
    line-height: 50px;
  }

  .sec02 .innner_box:before {
    position: absolute;
    opacity: 0;
    left: -340px;
    bottom: -160px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/sec02_img02.png);
    width: 407px;
    height: 593px;
  }

  .sec02 .innner_box:after {
    position: absolute;
    opacity: 0;
    right: -460px;
    bottom: -360px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/sec02_img03.png);
    width: 1304px;
    height: 1154px;
  }

  /* 冀记3 */
  .sec03 {
    padding: 120px 0;
    overflow: hidden;
  }

  .sec03 .innner_box {
    position: relative;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec03 .innner_box:before {
    opacity: 0;
    position: absolute;
    left: -30%;
    bottom: -250px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/section03_bg.png);
    width: 629px;
    height: 664px;
  }

  .sec03 .innner_box>.txt {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: calc(100% - 1100px);
    box-sizing: border-box;
    padding: 80px 20px 0 0px;
    text-align: left;
    vertical-align: top;
  }

  .sec03 .innner_box>.txt p:nth-child(1) {
    font-weight: 800;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #393939;
	word-break:keep-all;
  }

  .sec03 .innner_box>.txt p:nth-child(1) span:nth-child(1) {
    display: block;
  }

  .sec03 .innner_box>.txt p:nth-child(1) span:nth-child(2) {
    line-height: 40px;
	display:inline-block;
    box-shadow: inset 0 -12px 0 #ffbc9d;
    border-bottom: 2px solid #ffbc9d;
  }

  .sec03 .innner_box>.txt p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
  }

  .swiper-container2_navi {
    display: block;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 100px;
    z-index: 2;
  }

  .swiper-container2_navi:before {
    display: block;
    content: "";
    background: #555;
    width: 3px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
  }

  .swiper-container2_navi .next {
    display: inline-block;
    height: 72px;
    width: 38px;
    background: url(/img/arrow_05_r.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
  }

  .swiper-container2_navi .prev {
    display: inline-block;
    height: 72px;
    width: 38px;
    background: url(/img/arrow_05_l.png) no-repeat center;
    background-size: cover;
    margin-right: 50px;
    cursor: pointer;
  }

  .swiper-container2_navi .next:hover {
    background: url(/img/arrow_05_rh.png) no-repeat center;
    background-size: cover;
  }

  .swiper-container2_navi .prev:hover {
    background: url(/img/arrow_05_lh.png) no-repeat center;
    background-size: cover;
  }

  .swiper-container2_wrap {
    position: relative;
    left: 100px;
    display: inline-block;
    width: 1100px;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
  }

  .swiper-container2_wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 1));
    right: -10px;
    top: 0px;
    z-index: 2;
  }

  .swiper-container2 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }

  .swiper-container2 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
  }

  .swiper-container2 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .swiper-container2 .swiper-slide {
    text-align: center;
    background: #fff;
    width: 80%;
  }

  .swiper-container2 .swiper-slide .img {
    height: 380px;
  }

  .swiper-container2 .sd01 .img {
    background: url(/img/sec03_img01.jpg) no-repeat center;
	background-size:cover;
  }

  .swiper-container2 .sd02 .img {
    background: url(/img/sec03_img02.jpg) no-repeat center;
	background-size:cover;
  }

  .swiper-container2 .sd03 .img {
    background: url(/img/sec03_img03.jpg) no-repeat center;
	background-size:cover;
  }

  .swiper-container2 .sd04 .img {
    background: url(/img/sec03_img04.jpg) no-repeat center;
	background-size:cover;
  }

  .swiper-container2 .sd05 .img {
    background: url(/img/sec03_img05.jpg) no-repeat center;
	background-size:cover;
  }

  .swiper-container2 .sd01 .txt {
    height: 200px;
    background: #fff5ef;
  }

  .swiper-container2 .sd02 .txt {
    height: 200px;
    background: #effeed;
  }

  .swiper-container2 .sd03 .txt {
    height: 200px;
    background: #edf7fe;
  }

  .swiper-container2 .sd04 .txt {
    height: 200px;
    background: #fcedfe;
  }

  .swiper-container2 .sd05 .txt {
    height: 200px;
    background: #fefded;
  }

  .swiper-container2 .swiper-slide a {
    display: block;
    display: relative;
  }

  .swiper-container2 .txt p:nth-child(1) {
    padding: 30px 0 15px;
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    color: #393939;
  }

  .swiper-container2 .txt p:nth-child(2) {
    font-size: 18px;
    color: #393939;
    padding: 10px;
  }

  .swiper-container2 .txt p:nth-child(2) span {
    display: inline-block;
    padding: 5px;
  }

  .swiper-container2 .swiper-slide:hover a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/q01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
  }

  /* 冀记4 */
  .sec04 {
    padding: 120px 0;
    overflow: hidden;
    background: #fff5ef;
  }

  .sec04 .innner_box {
    position: relative;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec04 .innner_box>p:nth-of-type(1) {
    text-align: center;
    font-weight: 800;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 100px;
    color: #393939;
  }

  .sec04 .innner_box>p:nth-of-type(1) span {
    display: inline-block;
    line-height: 40px;
    box-shadow: inset 0 -12px 0 #ffbc9d;
    border-bottom: 2px solid #ffbc9d;
  }

  .sec04 .innner_box .tel {
    display: inline-block;
    width: calc((100% - 60px)/2);
    margin-right: 60px;
    font-size: 12px;
    vertical-align: top;
  }

  .sec04 .innner_box .tel>p {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .sec04 .innner_box .tel>p span {
    color: #f58753;
  }

  .sec04 .innner_box .tel>table {
    width: 100%;
    font-weight: 800;
  }

  .sec04 .innner_box .tel>table td {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 18px 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .sec04 .innner_box .tel>table td:nth-child(1) {
    width: 50%;
    border-right: 5px solid #fff5ef;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .tel>table td:nth-child(2) {
    width: 50%;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .time {
    position: relative;
    display: inline-block;
    width: calc((100% - 60px)/2);
    font-size: 12px;
    vertical-align: top;
  }

  .sec04 .innner_box .time>p:nth-of-type(1) {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 30px;
  }

  .sec04 .innner_box .time>p:nth-of-type(2) {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 50px;
  }

  .sec04 .innner_box .time>a:nth-of-type(1) {
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: 800;
    font-size: 22px;
    color: #f58753;
  }

  .sec04 .innner_box .time>a:nth-of-type(2) {
    font-weight: 800;
    font-size: 26px;
  }

  .sec04 .innner_box .time>a:nth-of-type(2):hover {
    color: #f37032;
  }

  .sec04 .innner_box .time>a:nth-of-type(2) img {
    transition: all 0.1s;
    left: 0px;
    position: relative;
    vertical-align: middle;
    height: 24px;
  }

  .sec04 .innner_box .time>a:nth-of-type(2):hover img {
    position: relative;
    left: 10px;
  }

  .sec04 .innner_box .time>table {
    width: 100%;
    font-weight: 800;
    margin-bottom: 30px;
  }

  .sec04 .innner_box .time>table td {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .sec04 .innner_box .time>table td:nth-child(1) {
    width: 30%;
    border-right: 5px solid #fff5ef;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .time>table td:nth-child(2) {
    width: 70%;
    border-bottom: 5px solid #fff5ef;
  }

  /* 冀记5 */
  .sec05 {
    background: url(/img/sec05_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .sec05 .innner_box {
    height: 875px;
    line-height: 875px;
    position: relative;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec05 .txt {
    color: #fff;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding: 50px 0 0px 0%;
    font-size: 12px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) {
    font-weight: 800;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 120px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) span {
    font-weight: 300;
    display: block;
    font-size: 24px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) i {
    font-style: normal;
    display: inline-block;
    line-height: 40px;
    box-shadow: inset 0 -12px 0 #f37032;
    border-bottom: 2px solid #f37032;
  }

  .sec05 .innner_box>.txt p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
  }

  .sec05 .button {
    color: #fff;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    font-size: 12px;
  }

  .sec05 .button a {
    display: block;
    color: #fff;
    height: 354px;
    box-sizing: border-box;
    padding: 100px 80px 30px 275px;
  }

  .sec05 .button a p:nth-child(1) {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 30px;
  }

  .sec05 .button a p:nth-child(2) {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
  }

  .sec05 .button a:nth-child(1) {
    background-image: url(/img/sec05_img01.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    background-color: rgba(243, 134, 83, 0.7);
    margin-bottom: 30px;
  }

  .sec05 .button a:nth-child(2) {
    background-image: url(/img/sec05_img02.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    background-color: rgba(236, 170, 138, 0.7);
    margin-bottom: 30px;
  }

  .sec05 .button a:nth-child(1):hover {
    background-color: rgba(243, 134, 83, 1);
  }

  .sec05 .button a:nth-child(2):hover {
    background-color: rgba(236, 170, 138, 1);
  }
}

@media screen and (min-width:1200px) and (max-width: 1499px) {

  /* 弥家 1200 ~ 1499  */
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  #main_contents .contents_box {
    margin-top: -100px;
    position: relative;
    z-index: 1;
  }

  /* 冀记1 */
  .sec01 {
    color: #fff;
    font-size: 0px;
    position: relative;
    height: 100px;
    line-height: 100px;
    background: rgba(230, 121, 69, 0.6);
  }

  .sec01 .notice {
    position: relative;
    padding: 0 2%;
    width: 35%;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0px;
    line-height: normal;
    text-align: left;
  }

  .sec01 .notice p {
    font-weight: 800;
    font-size: 20px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .notice .move_wrap {
    position: relative;
    width: 400px;
    display: inline-block;
    height: 30px;
    vertical-align: top;
  }

  .sec01 .notice .move_box {
    width: 350px;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    vertical-align: top;
  }

  .sec01 .notice .move_box .move {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s;
  }

  .sec01 .notice .move_box .move a {
    color: #fff;
    font-size: 16px;
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
  }

  .sec01 .notice .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 21px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
  }

  .sec01 .notice .arrow i:nth-child(1) {
    cursor: pointer;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
  }

  .sec01 .notice .arrow i:nth-child(2) {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
  }

  .sec01 .tel_time {
    width: 65%;
    padding: 0 2%;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    font-size: 0px;
    line-height: normal;
    text-align: right;
  }

  .sec01 .tel_time p {
    font-weight: 800;
    font-size: 20px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div {
    text-align: left;
    width: 470px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
  }

  .sec01 .tel_time div span:nth-child(1) {
    width: 60%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div span:nth-child(2) {
    width: 40%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div span:nth-child(2) a {
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #fff;
    padding: 8px 10px;
  }

  .sec01 .tel_time div span:nth-child(2) a:hover {
    color: #ffee00;
    border: 1px solid #ffee00;
  }

  /* 冀记2 */
  .sec02 {
    font-size: 0px;
    padding: 100px 0;
    overflow: hidden;
    background: #ededed;
  }

  .sec02 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    vertical-align: top;
  }

  .sec02 .left {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 14px;
    width: 60%;
    box-sizing: border-box;
    padding-right: 80px;
  }

  .sec02 .left .top {
    margin-bottom: 80px;
  }

  .sec02 .left .top p:nth-child(1) {
    color: #f37032;
    font-size: 60px;
    word-break: keep-all;
    margin-bottom: 20px;
    font-weight: 900;
  }

  .sec02 .left .top p:nth-child(2) {
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
  }

  .sec02 .left .bottom {
    position: relative;
  }

  .sec02 .left .bottom p:nth-of-type(1) {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
  }

  .sec02 .left .bottom p:nth-of-type(1) span {
    display: inline-block;
    line-height: 40px;
    box-shadow: inset 0 -10px 0 #ffbc9d;
    border-bottom: 2px solid #ffbc9d;
  }

  .sec02 .left .bottom p:nth-of-type(2) {
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
  }

  .sec02 .left .bottom a {
    position: absolute;
    left: 350px;
    top: 20px;
    display: block;
    font-weight: 800;
    font-size: 22px;
  }

  .sec02 .left .bottom a img {
    height: 20px;
    transition: all 0.1s;
    left: 0px;
    position: relative;
    vertical-align: middle;
  }

  .sec02 .left .bottom a:hover img {
    position: relative;
    left: 5px;
  }

  .sec02 .left .bottom a:hover {
    color: #f37032;
  }

  .sec02 .right {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 40%;
    vertical-align: top;
  }

  .sec02 .right>span {
    display: block;
    padding: 10px;
    background: #fff;
  }

  .sec02 .right>span img {
    width: 60%;
  }

  .sec02 .right p {
    display: inline-block;
    padding-top: 50px;
  }

  .sec02 .right p span {
    display: block;
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    color: #555;
    line-height: 50px;
  }

  .sec02 .innner_box:before {
    position: absolute;
    opacity: 0;
    left: -340px;
    bottom: -150px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/sec02_img02.png) no-repeat;
    background-size: cover;
    width: 350px;
    height: 510px;
  }

  .sec02 .innner_box:after {
    position: absolute;
    opacity: 0;
    right: -460px;
    bottom: -380px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/sec02_img03.png) no-repeat;
    background-size: cover;
    width: 1100px;
    height: 973px;
  }

  /* 冀记3 */
  .sec03 {
    padding: 100px 0;
    overflow: hidden;
  }

  .sec03 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec03 .innner_box:before {
    opacity: 0;
    position: absolute;
    left: -30%;
    bottom: -250px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/section03_bg.png) no-repeat;
    background-size: cover;
    width: 500px;
    height: 527px;
  }

  .sec03 .innner_box>.txt {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: calc(100% - 700px);
    box-sizing: border-box;
    padding: 40px 20px 0 0px;
    text-align: left;
    vertical-align: top;
  }

  .sec03 .innner_box>.txt p:nth-child(1) {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #393939;
  }

  .sec03 .innner_box>.txt p:nth-child(1) span:nth-child(1) {
    display: block;
  }

  .sec03 .innner_box>.txt p:nth-child(1) span:nth-child(2) {
    display: inline-block;
    line-height: 40px;
    box-shadow: inset 0 -10px 0 #ffbc9d;
    border-bottom: 2px solid #ffbc9d;
  }

  .sec03 .innner_box>.txt p:nth-child(2) {
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
  }

  .swiper-container2_navi {
    display: block;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0px;
    z-index: 2;
  }

  .swiper-container2_navi:before {
    display: block;
    content: "";
    background: #555;
    width: 3px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
  }

  .swiper-container2_navi .next {
    display: inline-block;
    height: 72px;
    width: 38px;
    background: url(/img/arrow_05_r.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
  }

  .swiper-container2_navi .prev {
    display: inline-block;
    height: 72px;
    width: 38px;
    background: url(/img/arrow_05_l.png) no-repeat center;
    background-size: cover;
    margin-right: 50px;
    cursor: pointer;
  }

  .swiper-container2_navi .next:hover {
    background: url(/img/arrow_05_rh.png) no-repeat center;
    background-size: cover;
  }

  .swiper-container2_navi .prev:hover {
    background: url(/img/arrow_05_lh.png) no-repeat center;
    background-size: cover;
  }

  .swiper-container2_wrap {
    position: relative;
    display: inline-block;
    width: 700px;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
  }

  .swiper-container2_wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 1));
    right: 0;
    top: 0px;
    z-index: 2;
  }

  .swiper-container2 {
    display: inline-block;
  }

  .swiper-container2 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
  }

  .swiper-container2 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .swiper-container2 .swiper-slide {
    text-align: center;
    background: #fff;
    width: 80%;
  }

  .swiper-container2 .swiper-slide .img {
    height: 300px;
  }

  .swiper-container2 .sd01 .img {
    background: url(/img/sec03_img01.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd02 .img {
    background: url(/img/sec03_img02.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd03 .img {
    background: url(/img/sec03_img03.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd04 .img {
    background: url(/img/sec03_img04.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd05 .img {
    background: url(/img/sec03_img05.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd01 .txt {
    height: 130px;
    background: #fff5ef;
  }

  .swiper-container2 .sd02 .txt {
    height: 130px;
    background: #effeed;
  }

  .swiper-container2 .sd03 .txt {
    height: 130px;
    background: #edf7fe;
  }

  .swiper-container2 .sd04 .txt {
    height: 130px;
    background: #fcedfe;
  }

  .swiper-container2 .sd05 .txt {
    height: 130px;
    background: #fefded;
  }

  .swiper-container2 .swiper-slide a {
    display: block;
    display: relative;
  }

  .swiper-container2 .txt p:nth-child(1) {
    padding: 20px 0 20px;
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    color: #393939;
  }

  .swiper-container2 .txt p:nth-child(2) {
    font-size: 14px;
    color: #393939;
    padding: 0 10px;
  }

  .swiper-container2 .txt p:nth-child(2) span {
    display: inline-block;
    padding: 5px;
  }

  .swiper-container2 .swiper-slide:hover a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/q01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
  }

  /* 冀记4 */
  .sec04 {
    padding: 100px 0;
    overflow: hidden;
    background: #fff5ef;
  }

  .sec04 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec04 .innner_box>p:nth-of-type(1) {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px;
    color: #393939;
  }

  .sec04 .innner_box>p:nth-of-type(1) span {
    display: inline-block;
    line-height: 40px;
    box-shadow: inset 0 -10px 0 #ffbc9d;
  }

  .sec04 .innner_box .tel {
    display: inline-block;
    width: calc((100% - 50px)/2);
    margin-right: 50px;
    font-size: 12px;
    vertical-align: top;
  }

  .sec04 .innner_box .tel>p {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .sec04 .innner_box .tel>p span {
    color: #f58753;
  }

  .sec04 .innner_box .tel>table {
    width: 100%;
    font-weight: 800;
  }

  .sec04 .innner_box .tel>table td {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .sec04 .innner_box .tel>table td:nth-child(1) {
    width: 50%;
    border-right: 5px solid #fff5ef;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .tel>table td:nth-child(2) {
    width: 50%;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .time {
    position: relative;
    display: inline-block;
    width: calc((100% - 50px)/2);
    font-size: 12px;
    vertical-align: top;
  }

  .sec04 .innner_box .time>p:nth-of-type(1) {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .sec04 .innner_box .time>p:nth-of-type(2) {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .sec04 .innner_box .time>a:nth-of-type(1) {
    position: absolute;
    right: 0px;
    top: 10px;
    font-weight: 800;
    font-size: 18px;
    color: #f58753;
  }

  .sec04 .innner_box .time>a:nth-of-type(2) {
    font-weight: 800;
    font-size: 24px;
  }

  .sec04 .innner_box .time>a:nth-of-type(2):hover {
    color: #f37032;
  }

  .sec04 .innner_box .time>a:nth-of-type(2) img {
    transition: all 0.1s;
    left: 0px;
    position: relative;
    vertical-align: middle;
    height: 25px;
  }

  .sec04 .innner_box .time>a:nth-of-type(2):hover img {
    position: relative;
    left: 10px;
  }

  .sec04 .innner_box .time>table {
    width: 100%;
    font-weight: 800;
    margin-bottom: 30px;
  }

  .sec04 .innner_box .time>table td {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .sec04 .innner_box .time>table td:nth-child(1) {
    width: 30%;
    border-right: 5px solid #fff5ef;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .time>table td:nth-child(2) {
    width: 70%;
    border-bottom: 5px solid #fff5ef;
  }

  /* 冀记5 */
  .sec05 {
    background: url(/img/sec05_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .sec05 .innner_box {
    height: 650px;
    line-height: 650px;
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec05 .txt {
    color: #fff;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding: 50px 0 0px 5%;
    font-size: 12px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 100px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) span {
    font-weight: 300;
    display: block;
    font-size: 24px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) i {
    font-style: normal;
    display: inline-block;
    line-height: 40px;
    box-shadow: inset 0 -10px 0 #f37032;
  }

  .sec05 .innner_box>.txt p:nth-child(2) {
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
  }

  .sec05 .button {
    color: #fff;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    font-size: 12px;
  }

  .sec05 .button a {
    display: block;
    color: #fff;
    height: 230px;
    box-sizing: border-box;
    padding: 50px 100px 50px 230px;
  }

  .sec05 .button a p:nth-child(1) {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .sec05 .button a p:nth-child(2) {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
  }

  .sec05 .button a:nth-child(1) {
    background-image: url(/img/sec05_img01.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: 50px center;
    background-color: rgba(243, 134, 83, 0.7);
    margin-bottom: 30px;
  }

  .sec05 .button a:nth-child(2) {
    background-image: url(/img/sec05_img02.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: 50px center;
    background-color: rgba(236, 170, 138, 0.7);
    margin-bottom: 30px;
  }

  .sec05 .button a:nth-child(1):hover {
    background-color: rgba(243, 134, 83, 1);
  }

  .sec05 .button a:nth-child(2):hover {
    background-color: rgba(236, 170, 138, 1);
  }
}

@media screen and (min-width:768px) and (max-width: 1199px) {

  /* 弥家 768 ~ 1199  */
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  #main_contents .contents_box {
    margin-top: -70px;
    position: relative;
    z-index: 1;
  }

  /* 冀记1 */
  .sec01 {
    color: #fff;
    font-size: 0px;
    position: relative;
  }

  .sec01 .notice {
    background: rgba(230, 121, 69, 0.6);
    position: relative;
    padding: 0 3%;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    font-size: 0px;
  }

  .sec01 .notice p {
    font-weight: 800;
    font-size: 24px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
  }

  .sec01 .notice .move_wrap {
    position: relative;
    width: 400px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
  }

  .sec01 .notice .move_box {
    width: 350px;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    vertical-align: top;
  }

  .sec01 .notice .move_box .move {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s;
  }

  .sec01 .notice .move_box .move a {
    color: #fff;
    font-size: 22px;
    display: block;
    height: 30px;
    line-height: 30px;
  }

  .sec01 .notice .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 21px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    line-height: normal;
  }

  .sec01 .notice .arrow i:nth-child(1) {
    cursor: pointer;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
  }

  .sec01 .notice .arrow i:nth-child(2) {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
  }

  .sec01 .tel_time {
    background: rgba(181, 118, 76, 0.6);
    padding: 30px 3%;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 0px;
    line-height: normal;
  }

  .sec01 .tel_time p {
    font-weight: 800;
    word-break: keep-all;
    font-size: 24px;
    width: 35%;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time p span {
    display: block;
    margin-top: 0px;
    font-size: 32px;
  }

  .sec01 .tel_time div {
    text-align: left;
    width: 65%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
  }

  .sec01 .tel_time div span:nth-child(1) {
    width: 60%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div span:nth-child(2) {
    width: 40%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div span:nth-child(2) a {
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #fff;
    padding: 8px 10px;
  }

  .sec01 .tel_time div span:nth-child(2) a:hover {
    color: #ffee00;
    border: 1px solid #ffee00;
  }

  /* 冀记2 */
  .sec02 {
    font-size: 0px;
    padding: 80px 0;
    overflow: hidden;
    background: #ededed;
  }

  .sec02 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    vertical-align: top;
  }

  .sec02 .left {
    position: relative;
    z-index: 2;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 150px;
  }

  .sec02 .left .top {
    margin-bottom: 50px;
  }

  .sec02 .left .top p:nth-child(1) {
    color: #f37032;
    font-size: 50px;
    word-break: keep-all;
    margin-bottom: 20px;
    font-weight: 800;
  }

  .sec02 .left .top p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
  }

  .sec02 .left .bottom {
    position: relative;
  }

  .sec02 .left .bottom p:nth-of-type(1) {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
  }

  .sec02 .left .bottom p:nth-of-type(1) span {
    display: inline-block;
    line-height: 40px;
    box-shadow: inset 0 -15px 0 #ffbc9d;
  }

  .sec02 .left .bottom p:nth-of-type(2) {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
  }

  .sec02 .left .bottom a {
    position: absolute;
    left: 260px;
    top: 10px;
    display: block;
    font-weight: 800;
    font-size: 22px;
  }

  .sec02 .left .bottom a img {
    transition: all 0.1s;
    left: 0px;
    position: relative;
    vertical-align: top;
  }

  .sec02 .left .bottom a:hover img {
    position: relative;
    left: 5px;
  }

  .sec02 .left .bottom a:hover {
    color: #f37032;
  }

  .sec02 .right {
    font-size: 0px;
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .sec02 .right>span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
  }

  .sec02 .right>span img {
    width: 80%;
  }

  .sec02 .right p {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
  }

  .sec02 .right p span {
    display: inline-block;
    text-align: left;
    font-size: 26px;
    font-weight: 800;
    color: #555;
    line-height: 50px;
  }

  .sec02 .innner_box:before {
    position: absolute;
    left: -150px;
    top: 60px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/sec02_img02.png) center no-repeat;
    background-size: cover;
    width: 350px;
    height: 509px;
  }

  .sec02 .innner_box:after {
    position: absolute;
    right: -250px;
    bottom: -200px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/sec02_img03.png) center no-repeat;
    background-size: cover;
    width: 800px;
    height: 707px;
  }

  /* 冀记3 */
  .sec03 {
    padding: 80px 0;
    overflow: hidden;
  }

  .sec03 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec03 .innner_box:before {
    position: absolute;
    right: -100px;
    top: -120px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/section03_bg.png);
    background-size: cover;
    width: 500px;
    height: 527px;
  }

  .sec03 .innner_box>.txt {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 50px;
  }

  .sec03 .innner_box>.txt p:nth-child(1) {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #393939;
  }

  .sec03 .innner_box>.txt p:nth-child(1) span:nth-child(1) {
    display: block;
  }

  .sec03 .innner_box>.txt p:nth-child(1) span:nth-child(2) {
    display: inline-block;
    line-height: 50px;
    box-shadow: inset 0 -15px 0 #ffbc9d;
    border-bottom: 2px solid #ffbc9d;
  }

  .sec03 .innner_box>.txt p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
  }

  .swiper-container2_navi {
    display: block;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 2;
  }

  .swiper-container2_navi:before {
    display: block;
    content: "";
    background: #555;
    width: 3px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
  }

  .swiper-container2_navi .next {
    display: inline-block;
    height: 72px;
    width: 38px;
    background: url(/img/arrow_05_r.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
  }

  .swiper-container2_navi .prev {
    display: inline-block;
    height: 72px;
    width: 38px;
    background: url(/img/arrow_05_l.png) no-repeat center;
    background-size: cover;
    margin-right: 50px;
    cursor: pointer;
  }

  .swiper-container2_navi .next:hover {
    background: url(/img/arrow_05_rh.png) no-repeat center;
    background-size: cover;
  }

  .swiper-container2_navi .prev:hover {
    background: url(/img/arrow_05_lh.png) no-repeat center;
    background-size: cover;
  }

  .swiper-container2_wrap {
    position: relative;
    width: 100%;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
  }

  .swiper-container2 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }

  .swiper-container2 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
  }

  .swiper-container2 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .swiper-container2 .swiper-slide {
    text-align: center;
    background: #fff;
    width: 80%;
  }

  .swiper-container2 .swiper-slide .img {
    height: 300px;
  }

  .swiper-container2 .sd01 .img {
    background: url(/img/sec03_img01.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd02 .img {
    background: url(/img/sec03_img02.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd03 .img {
    background: url(/img/sec03_img03.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd04 .img {
    background: url(/img/sec03_img04.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd05 .img {
    background: url(/img/sec03_img05.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd01 .txt {
    height: 150px;
    background: #fff5ef;
  }

  .swiper-container2 .sd02 .txt {
    height: 150px;
    background: #effeed;
  }

  .swiper-container2 .sd03 .txt {
    height: 150px;
    background: #edf7fe;
  }

  .swiper-container2 .sd04 .txt {
    height: 150px;
    background: #fcedfe;
  }

  .swiper-container2 .sd05 .txt {
    height: 150px;
    background: #fefded;
  }

  .swiper-container2 .swiper-slide a {
    display: block;
    display: relative;
  }

  .swiper-container2 .txt p:nth-child(1) {
    padding: 25px 0 20px;
    font-weight: 800;
    font-size: 26px;
    line-height: 100%;
    color: #393939;
  }

  .swiper-container2 .txt p:nth-child(2) {
    font-size: 16px;
    color: #393939;
    padding: 0 10px;
  }

  .swiper-container2 .txt p:nth-child(2) span {
    display: inline-block;
    padding: 5px;
  }

  .swiper-container2 .swiper-slide:hover a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/q01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
  }

  /* 冀记4 */
  .sec04 {
    padding: 80px 0;
    overflow: hidden;
    background: #fff5ef;
  }

  .sec04 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec04 .innner_box>p:nth-of-type(1) {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px;
    color: #393939;
  }

  .sec04 .innner_box>p:nth-of-type(1) span {
    display: inline-block;
    line-height: 50px;
    box-shadow: inset 0 -15px 0 #ffbc9d;
    border-bottom: 2px solid #ffbc9d;
  }

  .sec04 .innner_box .tel {
    display: inline-block;
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    font-size: 12px;
    vertical-align: top;
  }

  .sec04 .innner_box .tel>p {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .sec04 .innner_box .tel>p span {
    color: #f58753;
  }

  .sec04 .innner_box .tel>table {
    width: 100%;
    font-weight: 800;
  }

  .sec04 .innner_box .tel>table td {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.6);
  }

  .sec04 .innner_box .tel>table td:nth-child(1) {
    width: 50%;
    border-right: 5px solid #fff5ef;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .tel>table td:nth-child(2) {
    width: 50%;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .time {
    position: relative;
    display: inline-block;
    width: calc((100% - 30px)/2);
    font-size: 12px;
    vertical-align: top;
  }

  .sec04 .innner_box .time>p:nth-of-type(1) {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .sec04 .innner_box .time>p:nth-of-type(2) {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .sec04 .innner_box .time>a:nth-of-type(1) {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px;
    font-weight: 800;
    border: 2px solid #f58753;
    font-size: 16px;
    line-height: 22px;
    color: #f58753;
  }

  .sec04 .innner_box .time>a:nth-of-type(2) {
    font-weight: 800;
    font-size: 20px;
  }

  .sec04 .innner_box .time>a:nth-of-type(2):hover {
    color: #f37032;
  }

  .sec04 .innner_box .time>a:nth-of-type(2) img {
    transition: all 0.1s;
    left: 0px;
    position: relative;
    vertical-align: middle;
    height: 20px;
  }

  .sec04 .innner_box .time>a:nth-of-type(2):hover img {
    position: relative;
    left: 10px;
  }

  .sec04 .innner_box .time>table {
    width: 100%;
    font-weight: 800;
    margin-bottom: 30px;
  }

  .sec04 .innner_box .time>table td {
    font-size: 15px;
    color: #000;
    text-align: center;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .sec04 .innner_box .time>table td:nth-child(1) {
    width: 40%;
    border-right: 5px solid #fff5ef;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .time>table td:nth-child(2) {
    width: 60%;
    border-bottom: 5px solid #fff5ef;
  }

  /* 冀记5 */
  .sec05 {
    padding: 80px 0;
    background: url(/img/sec05_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .sec05 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec05 .txt {
    color: #fff;
    box-sizing: border-box;
    padding: 0px 0 0px 5%;
    margin-bottom: 50px;
    font-size: 12px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) span {
    font-weight: 300;
    display: block;
    font-size: 22px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) i {
    font-style: normal;
    display: inline-block;
    line-height: 50px;
    box-shadow: inset 0 -15px 0 #f37032;
    border-bottom: 2px solid #f37032;
  }

  .sec05 .innner_box>.txt p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
  }

  .sec05 .innner_box>.txt p:nth-child(2) br {
    display: none;
  }

  .sec05 .button {
    color: #fff;
    box-sizing: border-box;
    font-size: 0px;
  }

  .sec05 .button a {
    display: inline-block;
    box-sizing: border-box;
    width: calc((100% - 31px)/2);
    color: #fff;
    box-sizing: border-box;
    padding: 30px 30px 180px 30px;
    vertical-align: top;
  }

  .sec05 .button a p:nth-child(1) {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .sec05 .button a p:nth-child(2) {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
  }

  .sec05 .button a:nth-child(1) {
    margin-right: 30px;
    background-image: url(/img/sec05_img01.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center 90%;
    background-color: rgba(243, 134, 83, 0.7);
    margin-bottom: 30px;
  }

  .sec05 .button a:nth-child(2) {
    background-image: url(/img/sec05_img02.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center 90%;
    background-color: rgba(236, 170, 138, 0.7);
  }

  .sec05 .button a:nth-child(1):hover {
    background-color: rgba(243, 134, 83, 1);
  }

  .sec05 .button a:nth-child(2):hover {
    background-color: rgba(236, 170, 138, 1);
  }
}

@media (max-width:767px) {
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  #main_contents .contents_box {
    position: relative;
    z-index: 1;
  }

  /* 冀记1 */
  .sec01 {
    color: #fff;
    font-size: 0px;
    position: relative;
  }

  .sec01 .notice {
    background: rgba(230, 121, 69, 1);
    position: relative;
    padding: 25px 10px;
    box-sizing: border-box;
    font-size: 0px;
  }

  .sec01 .notice p {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .sec01 .notice .move_wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
  }

  .sec01 .notice .move_box {
    width: 100%;
    display: block;
    height: 30px;
    overflow: hidden;
    vertical-align: top;
  }

  .sec01 .notice .move_box .move {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s;
  }

  .sec01 .notice .move_box .move a {
    color: #fff;
    font-size: 20px;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
  }

  .sec01 .notice .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 21px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    line-height: normal;
  }

  .sec01 .notice .arrow i:nth-child(1) {
    cursor: pointer;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
  }

  .sec01 .notice .arrow i:nth-child(2) {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
  }

  .sec01 .tel_time {
    background: rgba(181, 118, 76, 0.6);
    padding: 25px 10px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 0px;
    line-height: normal;
  }

  .sec01 .tel_time p {
    font-weight: 800;
    word-break: keep-all;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .sec01 .tel_time p span {
    display: inline-block;
    font-size: 30px;
  }

  .sec01 .tel_time div {
    text-align: left;
    font-size: 0px;
  }

  .sec01 .tel_time div span:nth-child(1) {
    width: 60%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div span:nth-child(2) {
    width: 40%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
  }

  .sec01 .tel_time div span:nth-child(2) a {
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #fff;
    padding: 8px 10px;
  }

  .sec01 .tel_time div span:nth-child(2) a:hover {
    color: #ffee00;
    border: 1px solid #ffee00;
  }

  /* 冀记2 */
  .sec02 {
    font-size: 0px;
    padding: 60px 0;
    overflow: hidden;
    background: #ededed;
  }

  .sec02 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    vertical-align: top;
  }

  .sec02 .left {
    position: relative;
    z-index: 2;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 100px;
  }

  .sec02 .left .top {
    margin-bottom: 80px;
  }

  .sec02 .left .top p:nth-child(1) {
    color: #f37032;
    font-size: 50px;
    word-break: keep-all;
    margin-bottom: 15px;
    font-weight: 800;
  }

  .sec02 .left .top p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
  }

  .sec02 .left .bottom {
    position: relative;
  }

  .sec02 .left .bottom p:nth-of-type(1) {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 800;
  }

  .sec02 .left .bottom p:nth-of-type(1) span {
    display: inline-block;
    line-height: 36px;
    box-shadow: inset 0 -10px 0 #ffbc9d;
  }

  .sec02 .left .bottom p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
  }

  .sec02 .left .bottom a {
    display: block;
    margin-top: 30px;
    font-weight: 800;
    font-size: 18px;
  }

  .sec02 .left .bottom a img {
    height: 16px;
    transition: all 0.1s;
    left: 0px;
    position: relative;
    vertical-align: top;
  }

  .sec02 .left .bottom a:hover img {
    position: relative;
    left: 5px;
  }

  .sec02 .left .bottom a:hover {
    color: #f37032;
  }

  .sec02 .right {
    font-size: 0px;
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .sec02 .right>span {
    padding: 20px;
    display: block;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }

  .sec02 .right>span img {
    width: 60%;
  }

  .sec02 .right p {
    margin-top: 30px;
    display: block;
    vertical-align: middle;
    text-align: center;
  }

  .sec02 .right p span {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    color: #555;
    line-height: 40px;
  }

  .sec02 .innner_box:before {
    position: absolute;
    left: -150px;
    top: 60px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/sec02_img02.png) center no-repeat;
    background-size: cover;
    width: 300px;
    height: 437px;
  }

  .sec02 .innner_box:after {
    position: absolute;
    right: -250px;
    bottom: -200px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/sec02_img03.png) center no-repeat;
    background-size: cover;
    width: 650px;
    height: 574px;
  }

  /* 冀记3 */
  .sec03 {
    padding: 60px 0;
    overflow: hidden;
  }

  .sec03 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec03 .innner_box:before {
    position: absolute;
    right: -100px;
    top: -120px;
    z-index: 1;
    display: block;
    content: "";
    background: url(/img/section03_bg.png);
    background-size: cover;
    width: 350px;
    height: 369px;
  }

  .sec03 .innner_box>.txt {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 40px;
  }

  .sec03 .innner_box>.txt p:nth-child(1) {
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #393939;
  }

  .sec03 .innner_box>.txt p:nth-child(1) span:nth-child(1) {
    display: block;
  }

  .sec03 .innner_box>.txt p:nth-child(1) span:nth-child(2) {
    display: inline-block;
    line-height: 100%;
    box-shadow: inset 0 -10px 0 #ffbc9d;
  }

  .sec03 .innner_box>.txt p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
  }

  .swiper-container2_navi {
    display: block;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
  }

  .swiper-container2_navi:before {
    display: block;
    content: "";
    background: #555;
    width: 2px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
  }

  .swiper-container2_navi .next {
    display: inline-block;
    height: 50px;
    width: 26px;
    background: url(/img/arrow_05_r.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
  }

  .swiper-container2_navi .prev {
    display: inline-block;
    height: 50px;
    width: 26px;
    background: url(/img/arrow_05_l.png) no-repeat center;
    background-size: cover;
    margin-right: 30px;
    cursor: pointer;
  }

  .swiper-container2_navi .next:hover {
    background: url(/img/arrow_05_rh.png) no-repeat center;
    background-size: cover;
  }

  .swiper-container2_navi .prev:hover {
    background: url(/img/arrow_05_lh.png) no-repeat center;
    background-size: cover;
  }

  .swiper-container2_wrap {
    position: relative;
    width: 100%;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
  }

  .swiper-container2 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }

  .swiper-container2 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
  }

  .swiper-container2 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .swiper-container2 .swiper-slide {
    text-align: center;
    background: #fff;
    width: 80%;
  }

  .swiper-container2 .swiper-slide .img {
    height: 200px;
  }

  .swiper-container2 .sd01 .img {
    background: url(/img/sec03_img01.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd02 .img {
    background: url(/img/sec03_img02.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd03 .img {
    background: url(/img/sec03_img03.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd04 .img {
    background: url(/img/sec03_img04.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd05 .img {
    background: url(/img/sec03_img05.jpg) no-repeat center;
    background-size: cover;
  }

  .swiper-container2 .sd01 .txt {
    height: 120px;
    background: #fff5ef;
  }

  .swiper-container2 .sd02 .txt {
    height: 120px;
    background: #effeed;
  }

  .swiper-container2 .sd03 .txt {
    height: 120px;
    background: #edf7fe;
  }

  .swiper-container2 .sd04 .txt {
    height: 120px;
    background: #fcedfe;
  }

  .swiper-container2 .sd05 .txt {
    height: 120px;
    background: #fefded;
  }

  .swiper-container2 .swiper-slide a {
    display: block;
    display: relative;
  }

  .swiper-container2 .txt p:nth-child(1) {
    padding: 15px 0 10px;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    color: #393939;
  }

  .swiper-container2 .txt p:nth-child(2) {
    font-size: 11px;
    color: #393939;
    padding: 0 10px;
  }

  .swiper-container2 .txt p:nth-child(2) span {
    display: inline-block;
    padding: 2px;
  }

  .swiper-container2 .swiper-slide:hover a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/q01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
  }

  /* 冀记3 */
  .sec03 {
    padding: 60px 0;
  }

  .sec03 .top {
    width: 95%;
    margin: 0 auto 80px;
    overflow: hidden;
  }

  .sec03 .top .txt {
    text-align: center;
  }

  .sec03 .top .txt::before {
    content: "";
    display: block;
    width: 50px;
    margin: 0 auto;
    height: 5px;
    background: #eaeaea;
    margin-bottom: 20px;
  }

  .sec03 .top .txt p:nth-child(1) {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
    word-break: keep-all;
  }

  .sec03 .top .txt p:nth-child(1) br {
    display: none;
  }

  .sec03 .top .txt p:nth-child(1) span:nth-of-type(1) {
    color: #0071bc;
  }

  .sec03 .top .txt p:nth-child(1) span:nth-of-type(2) {
    color: #39b54a;
  }

  .sec03 .top .txt p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
  }

  .sec03 .top .txt p:nth-child(2) br {
    display: none;
  }

  .sec03 .top .img {
    margin-top: 40px;
    width: 100%;
    height: 140px;
    background: url(/img/section03_01.jpg) center no-repeat;
    background-size: cover;
  }

  .sec03 .bottom {
    position: relative;
    height: 230px;
    background: url(/img/section03_02.jpg) center no-repeat;
    background-size: cover;
  }

  .sec03 .bottom a {
    position: absolute;
    top: -22.5px;
    left: 50%;
    margin-left: -100px;
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    background: url(/img/arrow02.png) no-repeat;
    color: #fff;
    font-size: 16px;
    background-image: linear-gradient(to bottom right, #0071bc, #39b54a);
  }

  .sec03 .bottom a:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 16px;
    background: url(/img/arrow02.png) no-repeat;
    margin-left: 10px;
    transition: all 0.3s;
  }

  .sec03 .bottom a:hover {
    color: #ffee00;
  }

  .sec03 .bottom a:hover:after {
    margin-left: 15px;
  }

  /* 冀记4 */
  .sec04 {
    padding: 60px 0;
    overflow: hidden;
    background: #fff5ef;
  }

  .sec04 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec04 .innner_box>p:nth-of-type(1) {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
    color: #393939;
  }

  .sec04 .innner_box>p:nth-of-type(1) span {
    display: inline-block;
    line-height: 100%;
    box-shadow: inset 0 -10px 0 #ffbc9d;
  }

  .sec04 .innner_box .tel {
    margin-bottom: 50px;
  }

  .sec04 .innner_box .tel>p {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .sec04 .innner_box .tel>p span {
    color: #f58753;
  }

  .sec04 .innner_box .tel>table {
    width: 100%;
    font-weight: 800;
  }

  .sec04 .innner_box .tel>table td {
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.6);
  }

  .sec04 .innner_box .tel>table td:nth-child(1) {
    width: 50%;
    border-right: 5px solid #fff5ef;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .tel>table td:nth-child(2) {
    width: 50%;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .time {}

  .sec04 .innner_box .time>p:nth-of-type(1) {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .sec04 .innner_box .time>p:nth-of-type(2) {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .sec04 .innner_box .time>a:nth-of-type(1) {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
    font-weight: 800;
    border: 1px solid #f58753;
    font-size: 14px;
    line-height: 22px;
    color: #f58753;
  }

  .sec04 .innner_box .time>a:nth-of-type(2) {
    font-weight: 800;
    font-size: 18px;
  }

  .sec04 .innner_box .time>a:nth-of-type(2):hover {
    color: #f37032;
  }

  .sec04 .innner_box .time>a:nth-of-type(2) img {
    transition: all 0.1s;
    left: 0px;
    position: relative;
    vertical-align: middle;
    height: 20px;
  }

  .sec04 .innner_box .time>a:nth-of-type(2):hover img {
    position: relative;
    left: 10px;
  }

  .sec04 .innner_box .time>table {
    width: 100%;
    font-weight: 800;
    margin-bottom: 30px;
  }

  .sec04 .innner_box .time>table td {
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .sec04 .innner_box .time>table td:nth-child(1) {
    width: 40%;
    border-right: 5px solid #fff5ef;
    border-bottom: 5px solid #fff5ef;
  }

  .sec04 .innner_box .time>table td:nth-child(2) {
    width: 60%;
    border-bottom: 5px solid #fff5ef;
  }

  /* 冀记5 */
  .sec05 {
    padding: 60px 0;
    background: url(/img/sec05_bg.jpg) center no-repeat;
    background-size: cover;
    background-position: 15% center;
  }

  .sec05 .innner_box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #393939;
    font-size: 0px;
  }

  .sec05 .txt {
    color: #fff;
    box-sizing: border-box;
    padding: 0px 0 0px 5%;
    margin-bottom: 50px;
    font-size: 12px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) {
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) span {
    font-weight: 300;
    display: block;
    font-size: 18px;
  }

  .sec05 .innner_box>.txt p:nth-child(1) i {
    font-style: normal;
    display: inline-block;
    line-height: 100%;
    box-shadow: inset 0 -10px 0 #f37032;
  }

  .sec05 .innner_box>.txt p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
  }

  .sec05 .innner_box>.txt p:nth-child(2) br {
    display: none;
  }

  .sec05 .button {
    color: #fff;
    box-sizing: border-box;
    font-size: 0px;
  }

  .sec05 .button a {
    display: block;
    box-sizing: border-box;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 30px 51px 123px;
    vertical-align: top;
  }

  .sec05 .button a p:nth-child(1) {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec05 .button a p:nth-child(2) {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    word-break: keep-all;
  }

  .sec05 .button a:nth-child(1) {
    margin-bottom: 20px;
    background-image: url(/img/sec05_img01.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-color: rgba(243, 134, 83, 0.7);
    margin-bottom: 30px;
  }

  .sec05 .button a:nth-child(2) {
    background-image: url(/img/sec05_img02.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-color: rgba(236, 170, 138, 0.7);
  }

  .sec05 .button a:nth-child(1):hover {
    background-color: rgba(243, 134, 83, 1);
  }

  .sec05 .button a:nth-child(2):hover {
    background-color: rgba(236, 170, 138, 1);
  }
}