
@font-face {
    font-family: MiSans n;
    src: url("../font/MiSans-Normal.ttf");
}
@font-face {
    font-family: MiSans r;
    src: url("../font/MiSans-Regular.ttf");
}
@font-face {
    font-family: MiSans m;
    src: url("../font/MiSans-Medium.ttf");
}
@font-face {
    font-family: MiSans l;
    src: url("../font/MiSans-Light.ttf");
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-weight: 200!important;
}
body {
    width: 100%;
    overflow-x: hidden;
    opacity: 0;
    font-family: "Microsoft YaHei", sans-serif !important;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 0;
}
img {
    object-fit: cover;
    vertical-align: middle;
}
img:not(.none) {
    max-width: 100%;
    max-height: 100%;
}
textarea {
    resize: none;
    font-family: inherit;
}
button {
    border: none;
    cursor: pointer;
}
.bezier .swiper-wrapper,
.div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}
table {
    border-collapse: collapse;
}
#my-scrollbar {
    height: 100vh;
}
.scroll-content {
    overflow: hidden;
}
.scrollbar-thumb {
    width: 5px !important;
}
@media screen and (max-width: 1024px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}
.scrollbar-track-y {
    z-index: 9999 !important;
}
.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}
.scrollbar-track:hover {
    cursor: grab;
}
.scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5) !important;
}
#my-scrollbar .scroll-content > section,
#my-scrollbar .scroll-content > footer {
    overflow: hidden;
}
/**/
header {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 19991209;

}
header .header {
    width: 100%;
    height: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99999999;
}
header .logo {
    display: block;
    position: relative;
    width: 144px;
    height: 50px;
}
header .logo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
}
header .logo img:nth-child(1) {
    opacity: 1;
}
header {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.05);
    background: #FFFFFF;
}
header.header_white {
    background: unset;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0);
}
header.header_white .logo img:nth-child(1) {
    opacity: 0;
}
header.header_white .logo img:nth-child(2) {
    opacity: 1;
}
header .nav {
    display: flex;
    align-items: center;
}
header .nav li a {
    font-size: 18px;
    font-family: MiSans r;
    font-weight: 500;
    color: #222222;
    transition: 0.6s;
}
header.header_white .nav li a {
    color: #FEFEFE;
}
header .nav li a:hover,header .nav li a.on {
    color: #C99C4E;
}
header .nav li:not(:nth-last-child(1)) {
    margin-right: 80px;
}
header .header_right {
    display: flex;
    align-items: center;
}
header .header_right p {
    font-size: 18px;
    font-family: MiSans r;
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
    margin-right: 12px;
    transition: 0.6s;
}
header .header_right .menu {
    width: 46px;
    height: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
header .header_right .menu span {
    display: block;
    display: block;
    width: 0;
    height: 1px;
    background: #222222;
    transition: 0.3s;
    animation: 1.5s width infinite linear;
}
header.header_white .header_right p {
    color: #FFFFFF;
}
header.header_white .header_right .menu span {
    background: #FFFFFF;
}
header .header_right .menu span:nth-last-child(1) {
    animation-delay: 300ms;
}
@keyframes width {
    0%{
        width: 0;
    }
    50%{
        width: 100%;
    }
    100%{
        width: 0;
    }
}

footer .joke {
    width: 1400px;
    margin: auto;
    position: relative;
    z-index: 3;
}
footer .footer_top {
    padding: 90px 0 150px;
    overflow: hidden;
    background: #B30006;
    position: relative;
}
footer .footer_top img {
    width: 562px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
footer .footer_top .joke {
    display: flex;
    justify-content: space-between;
}
footer .footer_top .footer_nav {
    display: flex;
}
footer .footer_top .footer_nav ul li a {
    font-size: 14px;
    font-family: MiSans n;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.7;
    transition: 0.6s;
}
footer .footer_top .footer_nav ul:not(:nth-last-child(1)) {
    margin-right: 110px;
}
footer .footer_top .footer_nav ul li:nth-child(1) a {
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;

}
footer .footer_top .footer_nav ul li:nth-child(1) {
    margin-bottom: 16px;
}
footer .footer_top .footer_nav ul li a:hover {
    opacity: 1;
}
footer .footer_top .footer_nav ul:nth-last-child(1) li a {
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
}
footer .footer_top .footer_contact h5 {
    font-size: 18px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 10px;
}
footer .footer_top .footer_contact ul li {
    font-size: 14px;
    font-family: MiSans n;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.8;
}
footer .footer_top .footer_contact h3 {
    font-size: 38px;

    font-weight: 400;
    color: #FFFFFF;
    margin: 20px 0 5px;
}
footer .footer_top .footer_contact p {
    font-size: 14px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
}
footer .footer_top .footer_social h5 {
    font-size: 18px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 10px;
}
footer .footer_top .footer_social .socialLink {
    display: flex;
}
footer .footer_top .footer_social .socialLink a {
    display: block;
    font-size: 22px;
    color: #FFFFFF;
}
footer .footer_top .footer_social .socialLink a:nth-child(1) {
    margin-right: 40px;
}
footer .footer_bottom {
    background: #C99C4E;
    padding: 28px 0;
}
footer .footer_bottom .joke {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer_bottom .joke div {
    display: flex;
    align-items: center;
}
footer .footer_bottom .joke div p {
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
    margin-right: 46px;
}
footer .footer_bottom .joke div a {
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
}
footer .footer_bottom .joke div a:hover {
    opacity: 1;
}
footer .footer_bottom .joke div p a:hover {
    opacity: 1;
}
footer .footer_bottom .joke .goTop {
    display: flex;
    align-items: center;
    cursor: pointer;
}
footer .footer_bottom .joke .goTop p {
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 14px;
    transition: 0.6s;
}
footer .footer_bottom .joke .goTop .iconfont {
    width: 44px;
    height: 44px;
    background: #B30006;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.banner {
    width: 100%;
    position: relative;
}
.banner .img {
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .links {
    display: flex;
    align-items: center;
    width: 1400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0,15,35,0.05);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}
.banner .links a {
    display: block;
    width: 25%;
    line-height: 110px;
    text-align: center;
    position: relative;
    transition: 0.6s;
}
.banner .links a p {
    font-size: 20px;
    font-family: MiSans l;
    font-weight: 300;
    color: #999999;
    position: relative;
}
.banner .links a:hover ,.banner .links a.on {

    background: #CC0007;
}
.banner .links a:hover p,.banner .links a.on p {
    font-size: 24px;
    color: #FFFFFF;
    top: -8px;
}
.banner .links a:after {
    content: "";
    width: 0px;
    height: 4px;
    background: #C99C4E;
    transition: 0.6s;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
    bottom: 36px;
}
.banner .links a:hover:after,.banner .links a.on:after {
    width: 52px;
}
.banner .links a:before {
    content: "";
    width: 1px;
    height: 28px;
    background: #E6E6E6;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.banner .links a:nth-child(4):before {
    display: none;
}
.banner .links a:hover:before,.banner .links a.on:before {
    opacity: 0;
}
.banner h1 {
    font-size: 64px;
    font-family: MiSans m;
    font-weight: 500;
    color: #FEFEFE;
    position: absolute;
    left: calc((100vw - 1400px)/2);
    bottom: 205px;
    display: flex;
    align-items: center;
}
.banner h1 div {
    opacity: 0;
    transform: translateX(-30px);
    transition: 1s;
}
.banner h1.active div {
    opacity: 1;
    transform: translateX(0px);
}
.page {
    display: flex;
    align-content: center;
    justify-content: center;
}
.page a:nth-child(1) {
    transform: rotate(90deg);
    margin-right: 20px;
}
.page a:nth-last-child(1) {
    transform: rotate(-90deg);
    margin-left: 10px;
}
.page a:nth-child(1), .page a:nth-last-child(1) {
    color: #CC0007;
    opacity: 0.2;
    transition: 0.6s;
    font-size: 30px;
}
.page a:nth-child(1):hover, .page a:nth-last-child(1):hover {
    opacity: 1;
}
.page a:not(:nth-last-child(1),:nth-child(1)) {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    /*background: #CC0007;*/
    border-radius: 50%;
    transition: 0.6s;
    font-size: 16px;
    font-family: MiSans r;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 45px;
    margin-right: 10px;
}
.page a:not(:nth-last-child(1),:nth-child(1)):hover {
    color: #FFFFFF;
    background: #CC0007;
}
.page a.on {
    color: #FFFFFF;
    background: #CC0007;
}
.menu_box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1999;
    top: 0;
    left: 0;
    background: #fefcf9;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}
.menu_box.on {
    opacity: 1;
    pointer-events: auto;
}
.menu_box .contactInfo h1 {
    font-size: 60px;
    font-family: MiSans m;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 50px;
}
.menu_box .contactInfo .textInfo .item h5 {
    font-size: 14px;
    font-family: MiSans m;
    font-weight: 500;
    color: #999999;
    margin-bottom: 11px;
    line-height: 1;
}
.menu_box .contactInfo .textInfo .item {
    margin-bottom: 40px;
}
.menu_box .contactInfo .textInfo .item p {
    font-size: 18px;
    font-family: MiSans m;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 1;
}
.menu_box .links {
    display: flex;
    align-items: center;
}
.menu_box .links a {

    width: 30px;
    height: 30px;
    background: rgba(244, 239, 230, 0.8);
    border-radius: 4px;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(128, 128, 128, 1);
    font-size: 12px;
    margin-right: 16px;
}
.menu_box .links a:hover {
    background: rgba(204, 0, 7, 1);
    color: #FFFFFF;
}
.menu_box .nav1>li>a {
    font-size: 30px;
    font-family: MiSans r;
    font-weight: 400;

    color: #222222;
    line-height: 60px;
    transition: 0.6s;
}
.menu_box .nav1>li>a:hover,.menu_box .nav1>li.on>a {
    color: #CC0007;
}
.menu_box .nav1 {
    position: relative;
}
.second .menu_second {
    position: absolute;
    top: 9px;
    opacity: 0;

}
.second {
    width: 100px;
    height: 160px;
    position: relative;
    margin: 0 400px 0 185px;
    transform: translateY(-100px);
}
.second .menu_second li {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: 0.6s;
}
.second .menu_second {
    pointer-events: none;
}
.second .menu_second a {
    display: block;
    font-size: 18px;
    font-family: MiSans r;
    font-weight: 500;
    color: #666666;
    line-height: 40px;
    transition: 0.6s;
    white-space: nowrap;
    opacity: 0.8;
}
.second .menu_second a:hover {
    opacity: 1;
    color: #1A1A1A;
}
.second .menu_second.on {
    opacity: 1;
    pointer-events: auto;
}
.second .menu_second.on li {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}
.header .header_right .menu.on_ span {
    background: #000;
}
.header .header_right .menu.on_ span {
    width: 46px!important;
}
.header .header_right .menu.on_ span:nth-child(2) {
    transform: translateY(-6px) translateX(8px) rotate(-45deg);
}
.header .header_right .menu.on_ span:nth-child(1) {
    transform: translateY(6px) translateX(8px) rotate(45deg);
}
header .header .nav {
    transition: 0.6s;
}
header .header.menu_on .logo img:nth-child(2) {
    opacity: 0;
}
header .header.menu_on .logo img:nth-child(1) {
    opacity: 1;
}
header .header.menu_on .nav {
    opacity: 0;
    pointer-events: none;
}
header .header_right .li {
    height: 24px;
    overflow: hidden;
}
header .header_right .li p {
    transition: 0.6s;
}
header .header.menu_on .header_right .li p {
    transform: translateY(-100%);
    color: #222222;
}
.menu_box_bg {
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.03;
}
@media screen and (max-width: 1919px) {
    .scrollbar-thumb{
        width: 0.2604166667vw !important;
    }
    header{
        height: 5.2083333333vw;
    }
    header .header{
        padding: 0px 3.125vw;
    }
    header .logo{
        width: 7.5vw;
        height: 2.6041666667vw;
    }
    header{
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.4166666667vw 0px;
    }
    header.header_white{
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0.4166666667vw 0px;
    }
    header .nav li a{
        font-size: 0.9375vw;
    }
    header .nav li:not(:nth-last-child(1)){
        margin-right: 4.1666666667vw;
    }
    header .header_right p{
        font-size: 0.9375vw;
        margin-right: 0.625vw;
    }
    header .header_right .menu{
        width: 2.3958333333vw;
        height: 0.6770833333vw;
    }
    footer .joke{
        width: 72.9166666667vw;
    }
    footer .footer_top{
        padding: 4.6875vw 0px 7.8125vw;
    }
    footer .footer_top img{
        width: 29.2708333333vw;
    }
    footer .footer_top .footer_nav ul li a{
        font-size: 0.7291666667vw;
        line-height: 1.5625vw;
    }
    footer .footer_top .footer_nav ul:not(:nth-last-child(1)){
        margin-right: 5.7291666667vw;
    }
    footer .footer_top .footer_nav ul li:nth-child(1) a{
        font-size: 0.8333333333vw;
    }
    footer .footer_top .footer_nav ul li:nth-child(1){
        margin-bottom: 0.8333333333vw;
    }
    footer .footer_top .footer_nav ul:nth-last-child(1) li a{
        font-size: 0.8333333333vw;
    }
    footer .footer_top .footer_contact h5{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
        margin-bottom: 0.5208333333vw;
    }
    footer .footer_top .footer_contact ul li{
        font-size: 0.7291666667vw;
        line-height: 1.4583333333vw;
    }
    footer .footer_top .footer_contact h3{
        font-size: 1.9791666667vw;
        margin: 1.0416666667vw 0px 0.2604166667vw;
    }
    footer .footer_top .footer_contact p{
        font-size: 0.7291666667vw;
    }
    footer .footer_top .footer_social h5{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
        margin-bottom: 0.5208333333vw;
    }
    footer .footer_top .footer_social .socialLink a{
        font-size: 1.1458333333vw;
    }
    footer .footer_top .footer_social .socialLink a:nth-child(1){
        margin-right: 2.0833333333vw;
    }
    footer .footer_bottom{
        padding: 1.4583333333vw 0px;
    }
    footer .footer_bottom .joke div p{
        font-size: 0.8333333333vw;
        margin-right: 2.3958333333vw;
    }
    footer .footer_bottom .joke div a{
        font-size: 0.8333333333vw;
    }
    footer .footer_bottom .joke .goTop p{
        font-size: 0.8333333333vw;
        margin-right: 0.7291666667vw;
    }
    footer .footer_bottom .joke .goTop .iconfont{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .banner .links{
        width: 72.9166666667vw;
        box-shadow: rgba(0, 15, 35, 0.05) 0px 0px 1.5625vw 0px;
    }
    .banner .links a{
        line-height: 5.7291666667vw;
    }
    .banner .links a p{
        font-size: 1.0416666667vw;
    }
    .banner .links a:hover p, .banner .links a.on p{
        font-size: 1.25vw;
        top: -0.4166666667vw;
    }
    .banner .links a::after{
        height: 0.2083333333vw;
        bottom: 1.875vw;
    }
    .banner .links a:hover::after, .banner .links a.on::after{
        width: 2.7083333333vw;
    }
    .banner .links a::before{
        height: 1.4583333333vw;
    }
    .banner h1{
        font-size: 3.3333333333vw;
        left: calc(-36.4583333333vw + 50vw);
        bottom: 10.6770833333vw;
    }
    .banner h1 div{
        transform: translateX(-1.5625vw);
    }
    .page a:nth-child(1){
        margin-right: 1.0416666667vw;
    }
    .page a:nth-last-child(1){
        margin-left: 0.5208333333vw;
    }
    .page a:nth-child(1), .page a:nth-last-child(1){
        font-size: 1.5625vw;
    }
    .page a:not(:nth-last-child(1), :nth-child(1)){
        width: 2.34375vw;
        height: 2.34375vw;
        font-size: 0.8333333333vw;
        line-height: 2.34375vw;
        margin-right: 0.5208333333vw;
    }
    .menu_box .contactInfo h1{
        font-size: 3.125vw;
        margin-bottom: 2.6041666667vw;
    }
    .menu_box .contactInfo .textInfo .item h5{
        font-size: 0.7291666667vw;
        margin-bottom: 0.5729166667vw;
    }
    .menu_box .contactInfo .textInfo .item{
        margin-bottom: 2.0833333333vw;
    }
    .menu_box .contactInfo .textInfo .item p{
        font-size: 0.9375vw;
    }
    .menu_box .links a{
        width: 1.5625vw;
        height: 1.5625vw;
        border-radius: 0.2083333333vw;
        font-size: 0.625vw;
        margin-right: 0.8333333333vw;
    }
    .menu_box .nav1 > li > a{
        font-size: 1.5625vw;
        line-height: 3.125vw;
    }
    .second .menu_second{
        top: 0.46875vw;
    }
    .second{
        width: 5.2083333333vw;
        height: 8.3333333333vw;
        margin: 0px 20.8333333333vw 0px 9.6354166667vw;
        transform: translateY(-5.2083333333vw);
    }
    .second .menu_second li{
        transform: translateY(1.0416666667vw);
    }
    .second .menu_second a{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .header .header_right .menu.on_ span{
        width: 2.3958333333vw !important;
    }
    .header .header_right .menu.on_ span:nth-child(2){
        transform: translateY(-0.3125vw) translateX(0.4166666667vw) rotate(-45deg);
    }
    .header .header_right .menu.on_ span:nth-child(1){
        transform: translateY(0.3125vw) translateX(0.4166666667vw) rotate(45deg);
    }
    header .header_right .li{
        height: 1.25vw;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: 60px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    }
    header .header_right p {
        font-size: 14px;
        margin-right: 10px;
        color: #111111 !important;
    }
    header .header_right .menu {
        width: 30px;
        height: 8px;
    }
    .header .header_right .menu.on_ span {
        width: 30px !important;
    }
    .header .header_right .menu.on_ span:nth-child(1) {
        transform: translateY(4px) translateX(6px) rotate(45deg);
    }
    .header .header_right .menu.on_ span:nth-child(2) {
        transform: translateY(-4px) translateX(6px) rotate(-45deg);
    }
    header .header_right .menu span {
        background: #222 !important;
    }
    header .header_right .li {
        height: 18px;
    }
    header .header_right p {
        line-height: 18px;

    }
    header .header {
        background: #FFFFFF;
    }
    header .nav {
        display: none;
    }
    header .logo img {
        height: unset;
    }
    header .logo {
        width: 100px;
        height: unset;
    }
    header .logo img:nth-child(1) {
        opacity: 1 !important;
        position: unset;
    }
    header .logo img:nth-child(2) {
        display: none;
    }
    .menu_box .contactInfo {
        display: none;
    }
    .second {
        display: none;
    }
    .menu_box {
        align-items: flex-start;
        padding: 100px 0 0;
    }
    .menu_box .nav1 {
        width: 90%;
    }
    .menu_box .nav1 > li {
        border-bottom: 1px solid #CCCCCC;
        position: relative;
    }
    .menu_box .nav1 > li > a {
        display: block;
        font-size: 16px;
        line-height: 60px;
        width: 100%;
   }
    .menu_box .nav1 > li:nth-child(2) a,.menu_box .nav1 > li:nth-child(3) a,.menu_box .nav1 > li:nth-child(4) a {
        width: 50%;
    }
    .menu_box .nav1 > li:nth-child(2):after,.menu_box .nav1 > li:nth-child(3):after,.menu_box .nav1 > li:nth-child(4):after {
        content: "";
        width: 14px;
        height: 10px;
        background: #111111;
        position: absolute;
        top: 25px;
        right: 5px;
        clip-path: polygon(0 0 ,50% 50% ,0 100%);
        transition: 0.6s;
    }
    .menu_box .nav1 > li.item_active:after {
        transform: rotate(90deg);
    }
    .menu_box .nav1 > li .menu_second {
        padding: 15px;
    }
    .menu_box .nav1 > li .menu_second a {
        display: block;
        font-size: 15px;
        line-height: 40px;
        color: #333333;
    }
    .banner {
        height: 50vh;
    }
    .banner .img {
        height: 100%;
    }
    .banner .img img {
        height: 100%;
        filter: brightness(0.9);
        transform: unset !important;
    }
    .banner h1 {
        font-size: 26px;
        left: 5vw;
        bottom: 10vh;
    }
    .banner .links {
        display: none;
    }
    footer .footer_top {
        padding: 40px 0 ;
    }
    footer .joke {
        width: 90%;
    }
    footer .footer_top .footer_nav {
        display: none;
    }
    footer .footer_top .footer_contact h5 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
    }
    footer .footer_top .footer_contact {
        width: 100%;
    }
    footer .footer_top .joke {
        display: block;
    }
    footer .footer_top .footer_contact ul li {
        font-size: 14px;
        line-height: 2;
    }
    footer .footer_top .footer_contact h3 {
        font-size: 26px;
        margin: 25px 0 5px;

    }
    footer .footer_top .footer_contact p {
        font-size: 13px;
    }
    footer .footer_top .footer_social {
        margin: 25px 0 0;
    }
    footer .footer_top .footer_social h5 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
    }
    footer .footer_top .footer_social .socialLink a {
        font-size: 16px;
        margin-right: 20px !important;
    }
    footer .footer_bottom {
        padding: 20px 0;
    }
    footer .footer_bottom .joke div p,footer .footer_bottom .joke div a {
        font-size: 14px;
    }
    footer .footer_bottom .joke .goTop {
        display: none;
    }
    footer .footer_bottom .joke div {
        display: block;
    }
}
