@charset "utf-8";
.contact_container .about-nav {
    width: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.04);
    box-shadow: 0 2px 6px rgba(0,0,0,.04);
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s ease;
    transition: .3s ease;
	text-align:center
}
.contact_container .qx-nav {
    max-width: 1200px;
    margin: 0 auto;
    white-space: nowrap;
}
.contact_container .qx-nav__item {
    margin-right: 2.5%;
}

.contact_container .qx-nav__item:after {
    background-color: #B49A70;
}
.qx-nav__item.cur:after, .qx-nav__item:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.qx-nav__item:after {
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.qx-nav {
    font-size: 0;
}
.qx-nav .cur .nav-link, .qx-nav .qx-nav__item:hover .nav-link {
    color: #B49A70;
}
.qx-nav__item {
    position: relative;
    display: inline-block;
}
.contact_container .nav-link {
    font-size: 16px;
    color: #262626;
    line-height: 64px;
    padding: 0 10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
	display:block
}
.about-article {
    text-align: left;
    padding-bottom: 68px;
    font-size: 16px;
    line-height: 1.8;
    color: #808080;
}
.about-mian {
    position: relative;
    max-width: 1200px;
    min-width: 768px;
    margin: 0 auto;
}
.about-intro__tit {
    margin-top: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #191919;
}
.contact-mod {
    padding-top: 28px;
    border-bottom: 1px solid #e0e0e0;
}
.contact-mod li {
    line-height: 1;
    padding: 0 0 50px;
}
.contact-mod li .title {
    font-size: 24px;
    color: #333333;
    padding: 14px 0 19px;
}
.contact-mod li .td {
    margin-top: 8px;
}
.contact-mod li .td {
    font-size: 16px;
    color: #959595;
}
.contact-mod li .contact-link {
    color: #B49A70;
    margin-top: 12px;
}
.contact-mod.contact-mod02 {
    overflow: hidden;
}
.contact-mod.contact-mod02 li {
    width: 50%;
    float: left;
}
.contact-mod img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.manager-wp {
    margin: 40px auto 64px;
}
.manager__item {
    position: relative;
    min-height: 145px;
}
.manager__item .qx-figure__img {
    position: absolute;
    width: 126px;
    height: 145px;
    overflow: hidden;
    top: 0;
    border-radius: 12px;
}
.manager__item.manager__item--right .qx-figure__img {
    right: 0;
}
.manager__item .qx-figure__img >img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
}
.manager__item .manager-name {
    font-size: 24px;
    color: #191919;
    margin-top: 7px;
}
.manager__item .manager-intr {
    font-size: 16px;
    line-height: 31px;
    margin-top: 24px;
    color: #191919;
    color: rgba(25,25,25,.6);
}
.manager__item.manager__item--left .qx-figure__img {
    left: 0;
}
.manager__item .qx-figure__img {
    position: absolute;
    width: 126px;
    height: 145px;
    overflow: hidden;
    top: 0;
    border-radius: 12px;
}
.manager__item.manager__item--right .qx-figure__info {
    padding-right: 180px;
}
.manager__item .qx-figure__info {
    line-height: 1;
    text-align: left;
    overflow: hidden;
}
.manager__item.manager__item--left .qx-figure__info {
    padding-left: 180px;
}
.manager__item+.manager__item {
    margin-top: 110px;
}
.about-timer__past {
    position: relative;
    margin-top: 54px;
    text-align: left;
}
.about-timer__tit {
    padding-top: 6px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #B49A70;
}
.about-timer__wrap {
    position: relative;
    margin-top: 18px;
}
.about-timer__line {
    position: absolute;
    top: 6px;
    left: 58px;
    bottom: -50px;
    width: 1px;
    display: block;
    background: #e1e1e0;
    -webkit-mask-image: -webkit-gradient(linear,center bottom,center top,color-stop(0,rgba(0,0,0,0)),color-stop(0.1,rgba(0,0,0,1)),color-stop(1,rgba(0,0,0,1)));
}
.about-timer__list > li {
    position: relative;
    margin-bottom: 34px;
    font-size: 16px;
}
.timer-list__month {
    width: 46px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    color: #959595;
}
.timer-list__dec {
    position: absolute;
    top: 6px;
    left: 54px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #B49A70;
}
.timer-list__info {
    margin-left: 128px;
    color: #333;
}
.about-wrap {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.slideInRight {
    -webkit-animation: slideInRight .4s ease both;
    animation: slideInRight .4s ease both;
}
.slideInLeft {
    -webkit-animation: slideInLeft .4s ease both;
    animation: slideInLeft .4s ease both;
}
.xl-timeline-wp {
    margin-top: 140px;
}

@media screen and (max-width:1024px) {
    .about-article {
        padding: 0.2rem 0.1rem;
    }
    
    .about-mian {
        padding: 0.2rem 0.2rem;
        max-width:100%;
        min-width: 100%;
        text-align: left;
        background-color: #fff;
        font-size: 0.16rem;
        line-height: 0.22rem;
        color: #333333;
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.04);
        box-shadow: 0 2px 6px rgba(0,0,0,.04);
    }
	
}

.content {
    font-size: 150%;
    padding: 3em 0;
}
.content h2 {
    margin: 0 0 2em;
    opacity: 0.1;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 400px;
    width: calc(100% - 2em);
    vertical-align: top;
	font-size: 80%;
}
.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}
.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #262626;
    font-size: 80.25%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
}
.submit{
	width:100%;
	text-align:center;
    display: block;
    border: none;
    outline: none;
    background-size: 100% 100%;
	background:#B49A70;
	color:#fff;
	padding: 1.1em 0;
}
/* Kaede */
.input--kaede {
	display: block;
	overflow: hidden;
	margin: 1em auto 2em;
	background: #EFEEEE;
}

.input__field--kaede {
	position: absolute;
	top: 0;
	right: 100%;
	width: 60%;
	height: 100%;
	background: #fff;
	color: #262626;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label--kaede {
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	cursor: text;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label-content--kaede {
	padding: 1.5em 0;
}

.input__field--kaede:focus,
.input--filled .input__field--kaede {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede  {
	-webkit-transform: translate3d(60%, 0, 0);
	transform: translate3d(60%, 0, 0);
	pointer-events: none;
}

@media screen and (max-width: 34em) {
	.input__field--kaede:focus + .input__label--kaede,
	.input--filled .input__label--kaede  {
		-webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		pointer-events: none;
	}
	.content {
    padding: 0em 0;
	}
	.input__label-content--kaede,.submit,.states {
		padding: 0.5em 0;
		font-size:0.16rem
	}


}

.clearfix-time {
    padding-top: 1rem;
    background: url(/static/images/about-mian.png) repeat-y center
}

.clearfix-time {
    display: block;
    zoom: 1
}

.f12 {
    font-size: 12px
}


.f24 {
    font-size: 24px
}

.clearfix-time li:before {
    background: url(/static/images/about-mian-icon.png) no-repeat center center;
    left: -68px;
    top: 12px;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px
}

.clearfix-time>li>h4>span:hover{
    color: #B49A70!important;
    transition: all 1s;
}

.clearfix-time li h4 {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: lato;
    text-transform: uppercase;
    padding: 4px 0;
    transition: .5s
}

.clearfix-time li h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: #B49A70;
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: right
}

.clearfix-time li h4:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.f30 {
    font-size: 30px
}

.f14 {
    font-size: 14px
}

.clearfix-time li:nth-child(2n):before {
    background: url(/static/images/about-mian-icon.png) no-repeat center center;
    right: -69px;
    top: 12px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px
}

.clearfix-time li h4 {
    color: #333;
    transition: all 1s
}

.clearfix-time li p {
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.future {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 17px
}

.clearfix-time:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix-time li:nth-child(1) {
    margin-top: 0
}

.clearfix-time li {
    float: right;
    width: 45%;
    text-align: left;
    position: relative;
    margin-top: 100px
}

.clearfix-time li:nth-child(2n) {
    float: left;
    text-align: right;
    margin-top: 90px
}

@media (max-width: 768px){
    .clearfix-time li h4{
        font-size: 0.24rem;
    }
    .clearfix-time li:before,.clearfix-time li:nth-child(2n):before{
        display: none;
        background: none;
    }
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             