@charset "utf-8";

header {
    width: 100%;
    height: 80px;
    background: #ffffff;
	position: fixed;
	top: 0;
	z-index: 4;
	min-width: 1600px;
}

header nav {
    height: 80px;
    margin: 0;
}

header nav .logo {
    padding: 10px;
}

header nav .logo a {
    display: block;
    height: 60px;
    line-height: 60px;
}
main {
	margin-top: 80px;
}
.logo {
	width: 240px;
}
.menu {
    padding-top: 30px;
}

.menu ul li {
    float: left;
    margin-right: 70px;
}

.menu ul li a {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 16px;
    color: #333333;
}

.menu ul li a:hover span,
.menu ul li a.cur span {
    color: #e1c37c;
    font-weight: bold;
}

/* Effect 5: same word slide in */
.effect a {
    overflow: hidden;
}

.effect a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-size: 16px;
}

.effect a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	transition-duration: .5s;
}

.effect a:hover span,
.effect a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.effect a img {
	height: 14px;
}

.avatar_sup a {
    display: block;
    background: #e1c37c;
    padding-top: 8px;
    height: 72px;
    width: 80px;
    text-align: center;
    color: #ffffff;
	transition-duration: .5s;
}

.avatar_sup a:hover {
    background: #f9f3e5;
    color: #c5a559;
}

.avatar_sup .icon-sup {
    font-size: 36px;
}

.avatar_index {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar_index .avatar_img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
	transition-duration: .5s;
}
.avatar_index .avatar_img:hover {
	transform: scale(1.33);
}
.avatar_index .avatar_img img {
    width: 100%;
}

sup.subnav-dot-sup {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4a3b;
    position: absolute;
    top: 10px;
    margin: 0 0 2px 4px;
}

.menu_list {
    width: 180px;
    position: absolute;
    top: 80px;
    right: 0px;
    background: #ffffff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 0 0 12px 12px;
	opacity: 0;
	pointer-events: none;
	transition-duration: .5s;
}
.menu_list.active {
	opacity: 1;
	pointer-events: auto;
}
.avatar_index:hover > .menu_list, .menu_list:hover {
	opacity: 1;
	pointer-events: auto;
}

.menu_list .menu_name {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
}

.menu_list .menu_name a {
    line-height: 60px;
    display: block;
}

.menu_list> :last-child {
    border: none;
}

.menu_list> :last-child a {
    border-radius: 0 0 12px 12px;
}

.menu_list_area {
    border-bottom: 1px solid #e5e5e5;
}

.menu_list_area a {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    display: block;
    line-height: 45px;
	transition-duration: .5s;
}

.menu_list_area a:hover {
    background: #f9f3e5;
    color: #c5a559;
}

.menu_list_area p {
    height: 45px;
    line-height: 45px;
}

/* footer css */
footer {
    width: 100%;
    padding: 80px 0 80px 0;
    text-align: center;
    background: #1b1b1b;
    color: #ffffff;
	z-index: 10;
	position: absolute;
}

.phone {
    font-size: 60px;
    font-weight: bold;
}

.address {
    margin-top: 30px;
    font-size: 14px;
}

.slogn {
    color: #e1c37c;
    margin-top: 60px;
}

.slogn h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.slogn h1 .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e1c37c;
    margin: 0 30px;
    vertical-align: middle;
}

.slogn .f12 {
    font-size: 12px;
    letter-spacing: 36px;
    margin-right: 32px;
}

.slogn .eng {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.applets {
    margin: 60px 20px;
}

.applets dt {
    width: 160px;
    height: 160px;
    border-radius: 3px;
    overflow: hidden;
    margin: auto;
}

.applets dt img {
    width: 100%;
}

.applets dd {
    margin-top: 12px;
    font-size: 14px;
}

.copyright p {
    color: #666666;
    line-height: 24px;
}
