@charset "utf-8";
/* CSS Document */

html,
body{
    height: 100%;
}
html{
    font-size: 100px;
}
body{
    background: #fff;
    font-weight: normal;
    font-family: Microsoft YaHei,'华文细黑',Helvetica Neue,Helvetica,Tahoma,Arial,Times New Roman,Verdana CenturyGothic,Pingfang SC,Hiragino Sans GB,Hiragino Sans GB W3,Microsoft YaHei UI,WenQuanYi Micro Hei,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #515151;
    overflow-x: hidden;
}
main{
    display: block;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input,
select,
button,
textarea{
    font-size: 100%;
    font-family: inherit;
    outline: 0;
    background: none;
    border: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #ccc;
}
img{
    border: 0;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    max-width: 100%;
}
a{
    color: #555;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a:hover{
    color: #b29652;
}
a:focus{
    outline: none;
}
ul,
li{
    list-style:none;
}
table{
    /*width: 100%;*/
    border-collapse: collapse;
}
table td
{
    padding: 10px;
    line-height: initial;
    border: 1px solid #ddd;
}


/*public css*/
.cf{
    *zoom: 1;
}
.cf:after{
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}
.tl{
    text-align: left !important;
}
.tc{
    text-align: center !important;
}
.tr{
    text-align: right !important;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.vt{
    vertical-align: top !important;
}
.flex{
    display: flex;
}
.fixe{
    position: fixed;
}
.none{
    display: none !important;
}
.relative{
    position: relative;
}
.ellipsis{
    display: inline-block;
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nowrap{
    white-space: nowrap;
}
.table{
    display: table;
    width: 100%;
}
.tr-box{
    display: table-row;
}
.td-box{
    display: table-cell;
}
.container{
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}
.inline-block{
    display: inline-block;
}
.va-middle{
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.whole-pic {
    text-align: center;
}
.whole-pic > span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.whole-pic > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.wow-list > *,
.wow {
    opacity: 0;
}
.ovh {
    overflow: hidden !important;
}


#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 80px;
    background: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateZ(0);
}
#header .container {
    height: 100%;
}
/***logo***/
#header .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 60px;
}
#header .logo img {
    display: block;
    height: 100%;
}
/***mobile-nav-btn***/
#header .mobile-nav-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
}
#header .mobile-nav-btn:before,
#header .mobile-nav-btn:after,
#header .mobile-nav-btn span {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 3px;
    background: #b29652;
    border-radius: 1px;
    content: '';
    transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.445, .145, .355, 1);
}
#header .mobile-nav-btn:before {
    margin-top: -12px;
}
#header .mobile-nav-btn:after {
    margin-top: 8px;
}
#header .mobile-nav-btn span {
    margin-top: -2px;
}
#header.active .mobile-nav-btn span {
    opacity: 0;
}
#header.active .mobile-nav-btn:before{
    margin-top: -3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#header.active .mobile-nav-btn:after{
    margin-top: -3px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}
/***aside-box***/
#header .aside-box {
    position: relative;
    height: 100%;
    padding-top: 22px;
}
#header .aside-box .btn {
    position: relative;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    border: 1px solid #dfdfdf;
    text-align: center;
    line-height: 34px;
    font-family: 'Arial';
    font-size: 15px;
    color: #555;
    transition: all ease-out .3s;
}
#header .aside-box .btn:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #5c5c5c;
    content: '';
    transition: all ease .2s;
}
#header .aside-box .btn:hover {
    border-color: #5c5c5c;
    color: #fff;
}
#header .aside-box .btn:hover:after {
    width: 100%;
}
#header .aside-box .search {
    margin-left: 20px;
}
#header .aside-box .search input {
    position: absolute;
    top: 57px;
    right: -46px;
    z-index: 1;
    width: 212px;
    height: 42px;
    background: #fff;
    border-top: 5px solid #555;
    border-bottom: 5px solid #555;
    border-left: 6px solid #555;
    border-right: 6px solid #555;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}
#header .aside-box .search .submit-form-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#header .aside-box .search:before {
    font-size: 20px;
}
#header .aside-box .search:hover .submit-form-btn:after {
    position: absolute;
    top: 100%;
    left: -33px;
    width: 100px;
    height: 100%;
    content: '';
} 
#header .aside-box .search:hover input {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
#header .aside-box .tel {
    position: relative;
    padding-left: 25px;
    line-height: 36px;
    color: #b29652;
    font-family: Times New Roman,Microsoft YaHei,'华文细黑';
    font-weight: bold;
    font-size: 22px;
}
/*#header .aside-box .tel:before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 16px;
    height: 18px;
    background: url(../img/icon.png) 0 0 no-repeat;
    content: '';
}*/
#header .aside-box .tel:before {
    position: absolute;
    left: 0;
    line-height: 36px;
    font-size: 22px;
    font-weight: normal;
    font-family: 'iconfont';
    content: '\e003';
}
/***nav***/
#header .nav {
    position: relative;
    float: right;
    padding-right: 56px;
}
#header .nav dl {
    position: relative;
    float: left;
}
#header .nav .nav-container dl {
    padding-right: 40px;
}
#header .nav .nav-container dl:last-child {
    padding-right: 0;
}
#header .nav dt {
    position: relative;
}
#header .nav dt:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #b29652;
    content: '';
    transition: all 0.3s ease-out 0s;
}
#header .nav dt a {
    display: block;
    height: 80px;
    line-height: 80px;
	font-size: 16px;
    color: #555;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}
#header .nav dt a.has-sub:after {
    margin-left: 5px;
    font-size: 10px;
    font-family: 'iconfont';
    content: '\e001';
}
#header .nav dd,
#header .nav dd .i-sub-nav {
    position: absolute;
    width: 2.5rem;
    padding: .1rem 0 .2rem;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
}
#header .nav dd {
    top: 100%;
    left: 0;
}
#header .nav dd .i-sub-nav {
    top: -10px;
    left: 100%;
}
#header .nav dd .sub-nav-box,
#header .nav dd .i-sub-nav li {
    position: relative;
    padding: 0 10px;
}
#header .nav dd a {
    position: relative;
    display: block;
    padding: 0 12px;
    border-bottom: 1px dotted #666;
    font-size: 14px;
    line-height: 36px;
    color: #666;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all ease-out .3s;
}
#header .nav dd a:before {
    position: absolute;
    left: 2px;
    top: 50%;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    background: #666;
    content: '';
}
#header .nav dd a:after {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    font-size: 10px;
    line-height: 36px;
    font-family: 'iconfont';
    content: '\e608';
}
#header .nav dd a.has-sub:after {
    display: block;
}
#header .nav dd a:hover,
#header .nav dd .sub-nav-box:hover > a {
    text-indent: 10px;
    color: #b29652;
}
#header .nav dd a:hover:before,
#header .nav dd .sub-nav-box:hover > a:before {
    background: #b29652;
}
#header .nav dd a:hover:after,
#header .nav dd .sub-nav-box:hover > a:after {
    color: #b29652;
}
#header .nav dl.active dt:after,
#header .nav dl:hover dt:after {
    width: 28px;
}
#header .nav dl.active dt a,
#header .nav dl:hover dt a {
    color: #b29652;
}
#header .nav dl:hover dd,
#header .nav dl .sub-nav-box:hover .i-sub-nav {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
/***mobile-show***/
#header .nav .mobile-show {
    display: none;
}
#header .nav .mobile-show .tel {
    display: block;
    width: 70%;
    max-width: 500px;
    margin: 40px auto 0;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #b29652;
}
#header .nav .mobile-show .author {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1;
    color: #999;
    text-align: center;
    font-family: '黑体';
}
#header .nav .mobile-show .author a {
    color: #d3d3d3;
}


#main {
    padding-top: 80px;
}


#guestbook form {
    display: block;
    padding: 40px 30px;
    border-radius: 6px;
    background: #4e85b9;
}
#guestbook li {
    float: left;
    padding: 10px;
}
#guestbook li:nth-child(1),
#guestbook li:nth-child(2),
#guestbook li:nth-child(3) {
    width: 16.666%;
}
#guestbook li:last-child {
    position: relative;
    width: 50%;
    padding-right: 130px;
}
#guestbook input {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    color: #444;
}
#guestbook textarea {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    background: #fff;
    border-radius: 3px;
    resize: none;
    font-size: 14px;
    line-height: 42px;
    color: #444;
}
#guestbook input::-webkit-input-placeholder,
#guestbook textarea::-webkit-input-placeholder {
    color: #999;
}
#guestbook input:-moz-placeholder,
#guestbook textarea:-moz-placeholder {
    color: #999;
}
#guestbook input:-ms-input-placeholder,
#guestbook textarea:-ms-input-placeholder {
    color: #999;
}
#guestbook .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 42px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #999;
    transition: all .4s ease-out 0s;
}
#guestbook .btn:hover {
    background: #b29652;
    border-color: #b29652;
    color: #fff;
}

#footer {
    background: #f5f7fa;
}
#footer .contact-us {
    padding: 62px 0 60px;	
}
#footer .contact-us dt {
    float: left;
    width: 15%;
}
#footer .contact-us dt h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #333;
}
#footer .contact-us dt .info {
    font-size: 14px;
    font-family: 'Arial';
    color: #999;
    text-transform: uppercase;
    line-height: 22px;
}
#footer .contact-us dd:last-child {
    float: right;
    width: 20%;
}
#footer .contact-us .list-box {
    float: right;
    width: 65%;
}
#footer .contact-us .c-title {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
#footer .contact-us .list-box ul {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #888;
    line-height: 30px;
}
#footer .contact-us .list-box a {
    color: #888;
}
#footer .contact-us .list-box a:hover {
    color: #b29652;
}
/*#footer .contact-us .follow .btn {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border-radius: 50px;
    background-color: #b3b3b3;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}*/
#footer .contact-us .follow .btn {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    border-radius: 50px;
    background-color: #b3b3b3;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#footer .contact-us .follow .btn i:before {
    font-size: 20px;
    line-height: 32px;
	color: #fff;
    transition: all 0s;    
}
#footer .contact-us .follow .btn:hover {
    background-color: #5c5c5c;
}
#footer .contact-us .follow .weibo {
    background-position: -40px 0;
}
#footer .contact-us .follow .weixin {
    background-position: -70px 0;
}
#footer .contact-us .follow .qq {
    background-position: -100px 0;
}
#footer .contact-us .follow .skype {
    background-position: -130px 0;
}
#footer .contact-us .follow a img {
    position: absolute;
    bottom: -20px;
    right: -180px;
    z-index: 1;
    width: 160px;
    height: 160px;
    max-width: none;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}
#footer .contact-us .follow a:hover img {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 10px, 0px);
}
#footer .flink{
    padding: 5px 0 5px 70px;
    border-top: 1px solid #ddd;
    position: relative;
    line-height: 30px;
}
#footer .flink strong{
    position: absolute;
    top: 5px;
    left: 0;
    color: #333;
    font-weight: 400;
}
#footer .flink a {
    color: #888;
}
#footer .flink a:hover {
    color: #b29652;
}
#footer .flink span {
    margin: 0 8px;
    color: #ddd;
}
#footer .copyright {
    height: 44px;
    background: #333;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    overflow: hidden;
}
#footer .copyright a {
    color: #fff;
}

.show-guestbook #footer {
    margin-top: 70px;
}
.show-guestbook #footer .contact-us {
    padding-top: 132px;
}
.show-guestbook #guestbook {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 0;
}
.show-guestbook #guestbook form {
    transform: translate3d(0, -50%, 0);
}


#shares {
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 130px;
    z-index: 9;
}
#shares a {
    display: block;
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #999;
    font-size: 16px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#shares a:not(:first-child) {
    border-top: none;
}
#shares a i {
    display: block;
}
#shares a i:before {
    font-size: 24px;
    line-height: 40px;
    transition: all 0s;
}
#shares a#top {
    opacity: 0;
    border: none;
    background: #333;
    transform: translate3d(0, 100%, 0);
    color: #fff;
    visibility: hidden;
}
#shares a#top.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
#shares a:hover {
    background: #555;
    color: #fff;
}
#shares a#top:hover {
    background: rgba(0, 0, 0, .9);
}
#shares a .icon-jiantou-copy-copy:before {
    font-size: 16px;
}


#online_lx {
    width: 192px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px rgba(4,0,0,.17);
    box-shadow: 0 5px 9px rgba(4,0,0,.17);
    position: fixed;
    bottom: 240px;
    right: -192px;
    z-index: 99999;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#online_lx dt {
    padding: 20px;
    line-height: 16px;
    background: #333;
    color: #fff;
    font-size: 14px;
}
#online_lx dt i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#online_lx dt i:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    /*background: url(../img/icon.png) -20px 0 no-repeat;;*/
    /*content: '';*/
}
#online_lx dt i:hover {
    transform: rotate(90deg);
}
#online_lx .list a {
    padding: 12px 25px;
    line-height: 18px;
    background: #f5f5f5;
    color: #353434;
    display: block;
    border-bottom: #fff 1px solid;
    transition: all ease-out .3s;
    font-size: 12px;
    white-space: nowrap;
}
#online_lx .list a i {
    color: #504f4f;
    vertical-align: middle;
    margin-right: 18px;
    transition: all ease-out .3s;
}
#online_lx .list a i:before {
    font-size: 22px;
    transition: all 0s;
}
#online_lx .list a:hover {
    padding: 18px 25px;
    background: #565656;
    color: #fff;
}
#online_lx .list a:hover i {
    color: #d2d2d2;
}
#online_lx .bottom-box {
    padding: 20px 20px;
}
#online_lx .bottom-box div {
    color: #898989;
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px;
}
#online_lx .bottom-box div i {
    margin-right: 20px;
    margin-left: 8px;
    vertical-align: middle;
}
#online_lx .bottom-box div i:before {
    font-size: 18px;
	color: #504f4f;
}
#online_lx .bottom-box p {
    line-height: 22px;
    color: #504f4f;
    font-family: Times New Roman,Microsoft YaHei,'华文细黑';
    font-weight: bold;
    font-size: 22px;
	text-align:center;
}

#fixed_weixin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
}
#fixed_weixin.show {
    display: block;
}
#fixed_weixin .bg {
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
#fixed_weixin .fixed-container {
    width: 260px;
    height: auto;
    padding: 20px 20px 0 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -140px;
}
#fixed_weixin .fixed-container img {
    display: block;
    width: 220px;
    height: 220px;
}
#fixed_weixin .fixed-container p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000;
}


#online {
    position: fixed;
    bottom: 0px;
    left: 0%;
    z-index: 8;
    display: flex;
    width: 100%;
    height: 36px;
    border-radius: 0px;
    background: rgba(243, 243, 243, .9);
    visibility: hidden;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
#online a {
    box-sizing: border-box;
    float: left;
    flex: 1;
    width: 33.3%;
    height: 100%;
    color: #b29652;
    text-align: center;
    line-height: 40px;
}
#online a:before {
    font-size: 28px;
    transition: all 0s;
}
#online a.fa-home {
    font-size: 25px;
}
#online a:not(:last-child) {
    border-right: 1px solid #fff;
}


#modal-play-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}
#modal-play-container .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
#modal-play-container .close {
    position: absolute;
    right: 32px;
    top: -50px;
    z-index: 3;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#modal-play-container .close:after,
#modal-play-container .close:before {
    position: absolute;
    content: '';
    transform: rotate(45deg);
}
#modal-play-container .close:after {
    top: 19px;
    left: 5px;
    width: 30px;
    height: 0;
    border-top: 2px solid #fff;
}
#modal-play-container .close:before {
    top: 5px;
    left: 19px;
    width: 0;
    height: 30px;
    border-left: 2px solid #fff;
}
#modal-play-container .switch-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url(../img/icon.png) 0 -150px no-repeat #fbfbfb;
}
#modal-play-container .switch-btn:hover {
    background-color: rgba(248, 248, 248, 1);
    background-position-y: -200px;
}
#modal-play-container .switch-btn.disabled {
    background-color: rgba(255, 255, 255, .3) !important;
}
#modal-play-container .prev-btn {
    left: -50px;
}
#modal-play-container .next-btn {
    right: -50px;
    background-position-x: -50px;
}
#modal-play-container .content {
    position: relative;
    height: 100%;
    min-width: 1080px;
    min-height: 600px;
    padding: 5px 50px;
    overflow: hidden;
}
#modal-play-container .modal-body {
    position: absolute;
    left: 50%;
    top: -320px;
    z-index: 2;
    width: 980px;
    height: 600px;
    margin-left: -490px;
    margin-top: -300px;
    padding: 10px;
    background: #fff;
    border: 1px solid #dedede;
    overflow: hidden;
}
#modal-play-container.in .bg {
    background: rgba(0, 0, 0, .6);
}
#modal-play-container.in .close {
    top: 32px;
}
#modal-play-container.in .prev-btn {
    left: 0;
}
#modal-play-container.in .next-btn {
    right: 0;
}
#modal-play-container.in .modal-body {
    top: 50%;
}


#modal-play-container .video-box {
    height: 540px;
    background: #000;
}
#modal-play-container .video-box video {
    width: 100%;
    height: 100%;
}
#modal-play-container .info-box {
    height: 40px;
    line-height: 30px;
}

@media screen and (max-width: 1320px) {
    #header .aside-box {
        display: none;
    }
    #header .nav {
    position: relative;
    float: right;
    padding-right: 0px;
	}
}

@media screen and (min-width: 981px) {
    #header .nav dd,
    #header .nav dd .i-sub-nav {
        height: auto !important;
    }
}
@media screen and (max-width: 980px) {
    #main {
        padding-top: 50px !important;
    }
    #header {
        height: 50px;
        visibility: visible !important;
    }
    #header .mobile-nav-btn {
        display: block;
    }
    #header .logo {
        height: 30px;
    }
    #header .nav {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 0;
        padding: 0;
        background: #fafafa;
        overflow-x: hidden;
        overflow-y: auto;
        transition: all .3s ease-in-out 0s;
        -webkit-overflow-scrolling: touch;
    }
    #header .nav dt {
        padding: 0 !important;
        transition: background .3s;
    }
    #header .nav dt:after {
        display: none;
    }
    #header .nav dt a {
        box-sizing: border-box;
        height: 50px;
        padding: 0 35px;
        border-bottom: 1px solid #eaeaea;
        font-size: 16px;
        line-height: 50px;
        color: #666;
        transition: all .3s;
    }
    #header.active,
    #header.active .nav {
        height: 100%;
    }
    #header .nav:before {
        display: block;
        height: 57px;
        content: '';
    }
    #header .nav dl {
        float: none;
        padding: 0 !important;
        transition: background .3s;
    }
    #header .nav dd,
    #header .nav dd .i-sub-nav {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        padding: 0;
        opacity: 1;
        background: #fff;
        transform: translate3d(0px, 0px, 0px);
        visibility: visible;
        overflow: hidden;
        transition: all 0s;
    }
    #header .nav dd a {
        display: block;
        height: 45px;
        padding: 0 35px 0 60px;
        border-bottom: 1px solid #eaeaea;
        color: #666 !important;
        text-indent: 0 !important;
        font-size: 16px !important;
        line-height: 45px !important;
    }
    #header .nav dd a:before {
        left: 60px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        margin-left: -13px;
        border-radius: 50%;
        background: #666 !important;
    }
    #header .nav dd .i-sub-nav li {
        padding: 0;
    }
    #header .nav dd .i-sub-nav li a {
        padding: 0 75px;
    }
    #header .nav dd .i-sub-nav li a.active {
        color: #b29652 !important;
    }
    #header .nav dd .i-sub-nav li a:before {
        left: 75px;
    }
    #header .nav dd .i-sub-nav li a.active:before {
        background: #b29652 !important;
    }
    #header .nav dl.on dt a{
        background: #e9e9e9 !important;
        color: #b29652 !important;
    }
    #header .nav dl.on dt a:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    #header .nav dd .sub-nav-box {
        padding: 0;
    }
    #header .nav dd .sub-nav-box.active > a,
    #header .nav dd .sub-nav-box.active .i-sub-nav .active a {
        background: #e9e9e9 !important;
        color: #b29652 !important;
    }
    #header .nav dd .sub-nav-box.active > a:before,
    #header .nav dd .sub-nav-box.active .i-sub-nav .active a:before {
        background: #b29652 !important;
    }
    #header .nav .sub-nav-box .has-sub:after {
        line-height: 45px;
    }
    #header .nav dd .sub-nav-box.active > a:after {
        color: #b29652 !important;;
    }
    #header .nav dd .sub-nav-box.on > a:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    #header .nav a.has-sub:after {
        position: relative;
        float: right;
        font-size: 20px !important;
        transition: transform .36s ease-out 0s;
        -webkit-transition: -webkit-transform .36s ease-out 0s;
        content: '\e001' !important;
    }
    #header .nav .mobile-show {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    #shares,
    #online_lx {
        display: none;
    }
    #footer .contact-us dt {
        float: none;
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
    }
    #footer .contact-us dd:last-child,
    #footer .contact-us .list-box {
        float: none;
        width: 100%;
    }

    #guestbook li:nth-child(1),
    #guestbook li:nth-child(2),
    #guestbook li:nth-child(3) {
        width: 33.333%;
    }
    #guestbook li:last-child {
        position: relative;
        width: 100%;
        padding-right: 130px;
    }
    .show-guestbook #footer {
        margin-top: 100px;
    }
}

@media screen and (max-width: 540px) {
    #guestbook,
    #footer .contact-us,
    #footer .flink {
        display: none;
    }
    #guestbook form {
        padding: 0;
        background: none;
    }
    #guestbook li {
        width: 100% !important;
        padding: 0 0 10px !important;
    }
    #guestbook input {
        border-radius: 0;
    }
    #guestbook .btn {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 50%;
        max-width: 200px;
        margin: 15px auto 0;
        border: 1px solid #f1f1f1;
        border-radius: 21px;
    }
    #guestbook textarea {
        height: 172px;
        padding: 10px;
        line-height: 20px;
    }

    .show-guestbook #footer {
        margin-top: 0;
    }
    .show-guestbook #guestbook {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        height: auto;
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .show-guestbook #guestbook form {
        transform: translate3d(0, 0, 0) !important;
    }
    .show-guestbook #guestbook li {
        width: 100% !important;
        padding: 0 0 10px !important;
    }
    .show-guestbook #footer .contact-us {
        display: block;
        padding-bottom: 0;
    }

    #footer {
        overflow: hidden;
    }
    #footer .contact-us {
        padding-top: 27px !important;
    }
    #footer .contact-us .c-title {
        padding-bottom: 0;
    }
    #footer .contact-us .list-box ul {
        float: none;
        width: 100%;
    }
    #footer .contact-us dd:last-child {
        padding-top: 5px;
    }
    #footer .contact-us dd:last-child .c-title {
        display: none;
    }
    #online {
        visibility: visible;
    }

    #modal-play-container .content {
        width: 100%;
        min-height: auto;
        min-width: auto;
    }
    #modal-play-container .switch-btn {
        display: none;
    }
    #modal-play-container .modal-body {
        left: 0;
        width: 100%;
        height: auto;
        margin: 0;
        transform: translate3d(0, -50%, 0);
    }
    #modal-play-container .video-box {
        height: auto;
    }
}