@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;
}
*{
    margin: 0;
    padding: 0;
}
*:after,
*:before{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
input,
select,
button,
textarea{
    box-sizing: border-box;
    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: #e60a19;
}
a:focus{
    outline: none;
}
ul,
li{
    list-style:none;
}
table{
    width: 100%;
    border-collapse: collapse;
}


/*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;
}
.flex{
    display: flex;
}
.block {
    display: block;
}
.none{
    display: none !important;
}
.fixe{
    position: fixed;
}
.relative{
    position: relative;
}
.vt{
    vertical-align: top !important;
}
.ovh {
    overflow: hidden;
}
.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;
    box-sizing: border-box;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}
.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);
}
/* .wow-list > *,
.wow {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
} */


.ratio-pic {
    position: relative;
    overflow: hidden;
}
.ratio-pic > .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ccc;
    background-size: 100% 100%;
    transition: all .3s ease-out 0s;
}
.bg-cover {
    background-size: cover !important;
}
.bg-contain {
    background-size: contain !important;
}


/*@media screen*/
/*@media screen and (min-width: 980px) {*/
    .max-show {
        display: block;
        visibility: visible;
    }
    .max-hide {
        display: none;
        visibility: hidden;
    }
    .max-cl-2 {
        width: 50%;
    }
    .max-cl-3 {
        width: 33.33%;
    }
    .max-cl-4 {
        width: 25%;
    }
    .max--mr50 {
        margin-right: -50px;
    }
    .max-mr50 {
        margin-right: 50px;
    }
/*}*/
@media screen and (max-width: 979px) and (min-width: 540px) {
    .small-show {
        display: block;
        visibility: visible;
    }
    .small-hide {
        display: none !important;
        visibility: hidden;
    }
    .small-cl-2 {
        width: 50%;
    }
    .small-cl-4 {
        width: 25%;
    }
    .small--mr50 {
        margin-right: -50px;
    }
    .small-mr50 {
        margin-right: 50px;
    }
}
@media screen and (max-width: 539px) {
    .min-show {
        display: block;
        visibility: visible;
    }
    .min-hide {
        display: none !important;
        visibility: hidden;
    }
    .min-cl-1 {
        float: none !important;
        width: 100%;
    }
    .min-cl-2 {
        width: 50%;
    }
}


#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}
#header .logo {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 315px;
    transition: all 0.4s ease-out 0s;
}
#header .logo img {
    display: block;
    width: 100%;
}
#header .nav {
    float: right;
    padding-right: 120px;
}
#header .nav dl {
    position: relative;
    float: left;
    padding: 0 20px;
}
#header .nav dt {
    position: relative;
    padding: 25px 0;
    transition: padding 0.4s ease-out 0s;
}
#header .nav dt > .after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    border-bottom: 5px solid #e60a19;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#header .nav dt a {
    line-height: 30px;
    color: #333;
}
#header .nav dt i {
    padding-left: 3px;
}
#header .nav .active dt > .after {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}
#header .nav dd,
#header .nav dd .i-sub-nav {
    position: absolute;
    width: 200px;
    /* padding: 10px 0 20px; */
    background: #555;
    background: rgba(85, 85, 85, .7);
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
}
#header .nav dd {
    top: 100%;
    left: -10px;
}
#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 15px;
    border-bottom: 1px dotted #fff;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    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: #fff;
}
#header .nav dd a > .after {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}
#header .nav dd a:hover,
#header .nav dd .sub-nav-box:hover > a {
    text-indent: 10px;
    color: #ff9aa1;
}
#header .nav dd a:hover > .before,
#header .nav dd .sub-nav-box:hover > a > .before {
    background: #ff9aa1;
}
#header .nav dd .sub-nav-box:hover > a > .after {
    color: #ff9aa1;
}
#header .nav dl:hover dt > .after {
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}
#header .nav dl:hover dd,
#header .nav dl .sub-nav-box:hover .i-sub-nav {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
#header .nav .mobile-show {
    display: none;
}
#header .nav .mobile-show .tel {
    display: block;
    width: 70%;
    max-width: 500px;
    margin: 40px auto 0;
    padding: 15px 0;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #e60a19;
}
#header .nav .mobile-show .author {
    margin: 30px 0;
    font-size: 14px;
    color: #999;
    text-align: center;
}
#header .nav .mobile-show .author a {
    color: #d3d3d3;
}
#header .mobile-nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #fff;
}
#header .mobile-nav-btn:before,
#header .mobile-nav-btn:after,
#header .mobile-nav-btn span {
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 4px;
    background: #1d2088;
    border-radius: 2px;
    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 {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    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);
}

#header .menu {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    padding-top: 22px;
    transition: padding ease .3s;
}
#header .menu .btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 35px;
    color: #666;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}
#header .menu .search:hover .btn,
#header .menu .btn:hover {
    background: #e60a19;
    border-color: #e60a19;
    color: #fff;
}
#header .menu .icon-search > .before {
    position: relative;
    top: 0;
    display: block;
    height: 100%;
    background-size: auto 70px;
    transition: top 0.3s ease-out 0s;
    line-height: 35px;
    font-size: 16px;
}
#header .menu .icon-search > .before:after,
#header .menu .icon-search > .before:before {
    display: block;
    height: 100%;
    text-align: center;
}
#header .menu .icon-search > .before:after {
    font-family: 'iconfont';
    content: '\e002';
}
#header .menu .search {
    margin-right: 8px;
}
#header .menu .search input {
    position: absolute;
    top: 100%;
    right: 0;
    box-sizing: content-box;
    width: 200px;
    height: 32px;
    padding: 0 10px;
    background: #fff;
    border: 5px solid #666;
    line-height: 32px;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
}
#header .menu .search:hover {
    height: 100%;
}
#header .menu .search:hover .icon-search > .before {
    top: -35px;
}
#header .menu .search:hover input {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
#header.mini {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}
#header.mini .logo {
    top: 15px;
    width: 240px;
}
#header.mini .nav dt {
    padding: 15px 0;
}
#header.mini .menu {
    padding-top: 12px;
}



#guestbook {
    padding: 50px 0;
    background: #f8f8f8;
    overflow: hidden;
}
#guestbook form {
    display: block;
}
#guestbook ul {
    margin: 0 -10px;
    padding-bottom: 20px;
}
#guestbook li {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 0 10px;
}
#guestbook li.last-child {
    width: 50%;
}
#guestbook select,
#guestbook input {
    display: block;
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    padding: 0 15px;
    background: #fff;
    font-size: 14px;
    color: #444;
}
#guestbook select {
    color: #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#guestbook select option {
    color: #222;
}
#guestbook .select {
    position: relative;
}
/*#guestbook .select:before {
    position: absolute;
    right: 10px;
    top: 7px;
    font-family: 'iconfont';
    content: "\e107";
    font-size: 20px;
    line-height: 30px;
    color: #666;
}*/
#guestbook textarea {
    width: 100%;
    height: 172px;
    padding: 12px 15px;
    background: #fff;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    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::-moz-placeholder,
#guestbook textarea::-moz-placeholder {
    color: #999;
}
#guestbook input:-ms-input-placeholder,
#guestbook textarea:-ms-input-placeholder {
    color: #999;
}
#guestbook .btn {
    position: relative;
    display: block;
    width: 250px;
    height: 50px;
    margin: auto;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #999;
    transition: all .4s ease-out 0s;
    overflow: hidden;
}
#guestbook .btn span {
    position: relative;
    z-index: 1;
}
#guestbook .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #e60a19;
    content: '';
    border-radius: 25px;
    transition: width .4s ease-out 0s;
}
#guestbook .btn:hover {
    border-color: #e60a19;
    color: #fff;
}
#guestbook .btn:hover:before {
    width: 100%;
}


#footer {
    background: #222;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
}
#footer a {
    color: #fff;
}


#shares {
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 9;
}
#shares a {
    box-sizing: border-box;
    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 {
    line-height: 40px;
}
#shares a i:before {
    transition: all 0s;
}
#shares a#top {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    border: none;
    background: #333;
    transform: translate3d(0, 100%, 0);
    color: #fff;
    visibility: hidden;
}
#shares a#top.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    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 .iconmobile {
    font-size: 24px;
}
#shares a .iconangle-up {
    font-size: 18px;
}


#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: 160px;
    right: 10px;
    margin-right: -202px;
    z-index: 99999;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#olx_head {
    padding: 20px;
    line-height: 16px;
    height: 16px;
    background: #333;
    color: #fff;
    font-size: 14px;
}
#olx_head i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#olx_head i:hover {
    transform: rotate(90deg);
}
#olx_tel {
    padding: 20px 20px;
}
#olx_tel div {
    color: #898989;
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px;
}
#olx_tel div i {
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle;
}
#olx_tel p {
    line-height: 18px;
    font-family: HELVETICANEUELTPRO-THEX;
    font-size: 16px;
    color: #929292;
}
#olx_qq li a {
    padding: 12px 30px;
    height: 18px;
    line-height: 18px;
    background: #f5f5f5;
    color: #353434;
    display: block;
    border-bottom: #fff 1px solid;
    transition: all ease-out .3s;
    font-size: 12px;
}
#olx_qq li a i {
    color: #504f4f;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 18px;
    transition: all ease-out .3s;
}
#olx_qq li a i:before {
    transition: all 0s;
}
#olx_qq li a:hover {
    padding: 18px 30px;
    background: #565656;
    color: #fff;
}
#olx_qq li a:hover i {
    color: #d2d2d2;
}

#fixed_mobile,
#fixed_weixin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
}
#fixed_mobile.show,
#fixed_weixin.show {
    display: block;
}
#fixed_mobile .bg,
#fixed_weixin .bg {
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
#fixed_mobile .fixed-container,
#fixed_weixin .fixed-container {
    width: 220px;
    height: auto;
    padding: 20px 20px 0 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -140px;
}
#fixed_mobile .fixed-container img,
#fixed_weixin .fixed-container img {
    display: block;
    width: 220px;
    height: 220px;
}
#fixed_mobile .fixed-container p,
#fixed_weixin .fixed-container p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000;
}


#online {
    position: fixed;
    bottom: 35px;
    left: 15%;
    z-index: 8;
    display: flex;
    width: 70%;
    height: 40px;
    border-radius: 25px;
    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: #1d2088;
    text-align: center;
    font-size: 19px;
    line-height: 40px;
}
#online a.iconhome {
    font-size: 25px;
}
#online a:not(:last-child) {
    border-right: 1px solid #fff;
}


#video-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
}
#video-container .close {
    position: absolute;
    right: 32px;
    top: -50px;
    z-index: 3;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .36s ease;
}
#video-container .close:after,
#video-container .close:before {
    position: absolute;
    content: '';
    transform: rotate(45deg);
}
#video-container .close:after {
    top: 19px;
    left: 5px;
    width: 30px;
    height: 0;
    border-top: 2px solid #fff;
}
#video-container .close:before {
    top: 5px;
    left: 19px;
    width: 0;
    height: 30px;
    border-left: 2px solid #fff;
}
#video-container .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    background: rgba(0, 0, 0, 0);
}
#video-container .switch-btn {
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #fbfbfb;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    transition: opacity .8s ease, visibility .8s ease;
}
#video-container .switch-btn:hover {
    background-color: rgba(248, 248, 248, 1);
}
#video-container .switch-btn.disabled {
    background-color: rgba(255, 255, 255, .3) !important;
    color: #555 !important;
    cursor: auto;
}
#video-container .prev-btn {
    left: 0;
}
#video-container .next-btn {
    right: 0;
}
#video-container .modal-body {
    display: table;
    width: 100%;
    height: 100%;
}
#video-container .modal-body .td-box {
    display: table-cell;
    padding: 20px 60px;
    vertical-align: middle;
}
#video-container .modal-body .content-box {
    position: relative;
    z-index: 2;
    top: -100px;
    max-width: 980px;
    margin: auto;
    padding: 10px;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    transition: all .36s ease;
}
#video-container .video-box video {
    width: 100%;
}
#video-container .video-box .img {
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #f2f2f2;
}
.ie #video-container .video-box {
    min-height: 400px;
    background: #000;
    color: #fff;
}
.ie #video-container .video-box span {
    display: block !important;
}
.ie #video-container .video-box iframe {
    display: none;
}
#video-container .info-box {
    height: 30px;
    padding-top: 2px;
    line-height: 30px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#video-container.in {
    visibility: visible;
}
#video-container.in .bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    background: #000;
    background: rgba(0, 0, 0, .6);
}
.ie #video-container.in .bg {
    background: #000;
}
#video-container.in .switch-btn {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}
#video-container.in .modal-body .content-box {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    top: 0;
}
#video-container.in .close {
    top: 32px;
}


@media screen and (max-width: 1090px) {
    #header .menu {
        display: none;
    }
    #header .nav {
        padding: 0;
    }
}

@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: 60px;
    }
    #header .container {
        height: 60px;
    }
    #header .logo {
        top: 12px !important;
        left: 15px !important;
        width: 280px !important;
    }
    #header .nav {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 0;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        transition: all .3s ease-in-out 0s;
        -webkit-overflow-scrolling: touch;
    }
    #header .nav dl {
        padding: 0;
    }
    #header .nav dt {
        padding: 0 !important;
        transition: background .3s;
    }
    #header .nav dt > .after {
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0) !important;
        opacity: 0 !important;
    }
    #header .nav dt a.down-a {
        pointer-events: none;
    }
    #header .nav dt a {
        box-sizing: border-box;
        display: block;
        height: 50px;
        margin: 0 20px;
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        line-height: 50px;
        color: #666;
        transition: all .3s;
    }
    #header .nav dt i {
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 50px;
        font-size: 22px;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    #header .nav dt i:before {
        color: #999;
        transition: all .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: #fafafa;
        transform: translate3d(0px, 0px, 0px);
        visibility: visible;
        overflow: hidden;
        transition: all 0s;
    }
    #header .nav dd .sub-nav-box {
        transition: background .3s;
    }
    #header .nav dd .sub-nav-box.active,
    #header .nav dd .sub-nav-box.on {
        background: #e1e1e1;
    }
    #header .nav dd .i-sub-nav {
        display: none;
    }
    #header .nav dd .i-sub-nav li {
        padding: 0 20px;
    }
    #header .nav dd a {
        display: block;
        height: 45px;
        padding: 0 45px;
        border-bottom: none;
        color: #666 !important;
        text-indent: 0 !important;
        font-size: 16px;
        line-height: 45px;
    }
    #header .nav dd a > .before {
        left: 45px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        margin-left: -13px;
        border-radius: 50%;
        background: #999 !important;
    }
    #header .nav dd a > .after {
        display: none !important;
    }
    #header .nav dd .sub-nav-box {
        padding: 0 20px;
    }
    #header .nav dl.on dt {
        background: #e60a19;
    }
    #header .nav dl.on dt a {
        border-color: #e60a19;
        color: #fff;
    }
    #header .nav dl.on dt i {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
    #header .nav dl.on dt i:before {
        color: #fff;
    }
    #header.active .nav {
        height: 100%;
    }
    #header .nav:before {
        display: block;
        height: 60px;
        content: '';
    }
    #header .nav dl {
        float: none;
    }
    #header .nav .mobile-show {
        display: block;
    }
    #guestbook li {
        width: 50%;
    }
    #guestbook li.last-child {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #shares,
    #online_lx {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    #guestbook {
        padding-top: 40px;
    }
    #guestbook li {
        width: 100%;
    }
    #guestbook .btn:hover {
        background: #e60a19;
    }
    #guestbook .btn:before {
        display: none;
    }
    #footer {
        height: 44px;
        overflow: hidden;
    }
    #online {
        visibility: visible;
    }
    html {
        font-size: 90px;
    }

    #video-container .modal-body .td-box {
        padding: 10px;
    }
}