﻿@charset "utf-8";

.about_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover
}

.about_content {
    width: 60%;
    margin: 0 auto
}

.about_content h2, .about_content h3 {
    text-align: center;
    font-weight: 700;
    color: #000
}

.about_content h2 {
    font-size: 40px;
    margin-bottom: 50px
}

.about_content h3 {
    font-size: 26px;
    margin-bottom: 60px
}

.about_content p {
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 20px;
    text-align: center
}

.about_content.history {
    text-align: center;
    position: relative
}

.event_box {
    position: relative;
    min-height: 420px
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    overflow: hidden
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important
}

.parHd .tempWrap {
    margin: 0 auto;
    width: 80% !important;
}

.parHd .tempWrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0%;
    top: 81%;
    z-index: 10;
}

.parHd li.no_line:before {
    display: none
}

.parHd li {
    font-family: akrobat;
    display: inline-block;
    cursor: pointer;
     padding-bottom: 40px;
    font-size: 26px;
    color: #fff;
    margin: 0 60px;
    position: relative
}

.parHd li:after {
    content: '';
    background: url(../images/icon-40.png) no-repeat center center;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 20;
    top: 36px;
    left: 50%;
    margin-left: -12px
}

.parBd {
    text-align: center;
    margin-top: 60px
}

.parBd h4 {
    position: relative;
    font-size: 40px;
    margin-bottom: 3%;
    padding: 0 60px;
    display: inline-block;
    text-align: center
}

.parBd h4:after {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: 12px
}

.parBd h4:before {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    right: -100px;
    bottom: 12px
}

.parBd p {
    font-size: 16px;
    width: 78%;
    margin: 0 auto;
    color: #fff;
    line-height: 28px;
    text-align: left;
}

div#listBox {
    width: 100%
}

.sPrev, .sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50px
}

.sPrev {
    left: 0
}

.sNext {
    right: 0
}

.sPrev img, .sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95)
}
.parHd li.act:after{
    background: url("../images/icon-41.png") no-repeat center center;
}
.parHd li.act{
    font-size: 26px;
}