/** 主色调 为 #e70013 （设计稿），可以替换改值*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Heiti SC", sans-serif;
    color: #26292a;
    margin: 0;
    background: #fff;
    overflow-x: hidden;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

a {
    color: #2489ce;
    text-decoration: none;
    outline: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

#magic {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

a:hover {
    text-decoration: none;
    color: #2992da;
}

ul, ol {
    list-style: none;
}

img {
    display: block;
}

input, textarea {
    text-decoration: none;
    outline: none;
}

:focus {
    outline: none; /*for IE*/
}

::-moz-focus-inner {
    border-color: transparent;
    outline: none; /*for mozilla*/
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
}

.color-w {
    color: #fff;
}

/** 头部 及 导航 */

.main-header {
    z-index: 10000;
    position: fixed;
    width: 100%;
    padding: 0 4%;
    height: 80px;
    top: 0;
    left: 0;
    transition: all 0.5s;
    background: transparent;
}
.main-header .container {
    overflow: visible;
    position: static;
}
.img-w, .hamburger-w {
    display: block;
}

.img-c, .hamburger-c {
    display: none;
}

.header-w {
    backdrop-filter: saturate(50%) blur(8px);
    -webkit-backdrop-filter: saturate(50%);
    border-bottom: 1px solid #222;
}
.header-bg-m {
    display: none;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

/*.header-w .img-w, .header-w .hamburger-w {
    display: none;
}
.header-w .img-c, .header-w .hamburger-c {
    display: block;
}

.header-w .navbar-menu a {
    color: #333;
}*/

.main-header.bg-white {
    background-color: #fff;
}

.main-header-logo {
    padding: 0px 0 0px 30px;
}

.main-header-logo-mobile {
    padding: 10px 0 8px 10px;
}

.main-header-logo-mobile img {
    height: 40px;
}

.main-header-logo img {
    width: 188px;
}

.main-header-extra {
    padding: 0 10px;
}

.search-link {
    margin-bottom: 0;
}

.search-link > li {
    padding: 0 20px;
}

.search-link > li:last-child {
    padding-right: 0;
}

.search-link > li > a {
    position: relative;
    display: block;
    padding-top: 36px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.search-link > li img {
    display: inline-block;
}

.search-panel {
    padding-top: 32px;
    color: #fff;
    font-size: 14px;
}

.search-panel input {
    width: 200px;
    height: 31px;
    border: none;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(255, 255, 255, .3);
    transition: 400ms;
}

.search-panel button {
    position: relative;
    width: 38px;
    height: 31px;
    background: rgba(255, 255, 255, .3) url(../../assets/images/icon-search-pc.png) no-repeat center center;
    text-indent: -300%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
}

.search-panel input:focus {
    width: 220px;
}

.main-nav {
    position: relative;
    border-top: 1px solid #161718;
    background-color: #161718;
    z-index: 1000;
}

.main-header-nav .navbar-menu {
    overflow: hidden;
    margin-top: 18px;
}

.navbar-menu > li {
    position: relative;
    height: 40px;
    line-height: 40px;
    float: left;
    transition: all .3s;
}

.navbar-menu a {
    color: #fff;
    transition: all .3s;
}

.navbar-menu > li:hover a {
    color: #2489ce;
}

.navbar-menu > li a {
    position: relative;
    padding: 0 41px 0 40px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
}

.navbar-menu > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: rgba(255,255,255,.4);
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.navbar-menu > li:last-child > a:after {
    width: 0;
}

.fixednav {
    border-top: 1px solid #161718;
    background-color: #161718;
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

.navbar-menu-subnav {
    display: none;
    padding: 0 15px;
    background-color: #252727;
}

.navbar-menu-subnav > li:first-child {
    border-top: none;
}

.navbar-menu-subnav > li > a {
    display: block;
    margin: 0 -15px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: 400ms;
}

.navbar-menu-subnav > li > a:hover, .navbar-menu-subnav > li.active > a {
    background-color: #000;
    text-decoration: none;
}

.navbar-menu-subnav > li:first-child {
    border-top: none;
}

.navbar-menu-subnav > li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.navbar-menu > li:hover .navbar-menu-subnav {
    display: block;
}

.mobile-toggle span {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 100px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.mobile-toggle span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mobile-toggle span a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/** 头部 及 导航*/

.breadcrumbs {
    background: url(../images/bg_breadcrumbs.jpg) no-repeat 0 0 / cover;
}

.breadcrumbs-wrap {
    position: relative;
    min-height: 111px;
}

.breadcrumbs-bd {
    position: absolute;
    top: 50%;
    left: 0;
    color: #dadada;
    font-size: 14px;
    padding: 10px;
    transform: translateY(-50%);
}

.breadcrumbs-bd p {
    padding-bottom: 32px;
}

.breadcrumbs-bd p a {
    color: #dadada;
}

.breadcrumbs-hd {
    position: absolute;
    top: 55%;
    right: 0;
    padding: 0 10px;
    text-align: right;
    transform: translateY(-45%);
}

.breadcrumbs-hd h2 {
    font-size: 34px;
    color: #e70013;
    line-height: 1;
    font-weight: 500;
    margin-top: 0;
    float: right;
    padding-left: 5px;
}

.breadcrumbs-hd p {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    color: #dadada;
    margin-bottom: 0;
    float: right;
    line-height: 1.4;
    border-bottom: 1px solid #b2b1b1;
    padding-bottom: 7px;
    font-weight: 200;
}

.page-container .page-banner {
    width: 100%;
    /*background-color: #ecf2fb;*/
    background-color: #000;
    height: 60vh;
    position: relative;
}

.swiper-container {
    height: 60vh;
    position: relative;
}

.swiper-container .shadow-layout {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 200px;
    z-index: 10;
    background-image: linear-gradient(0deg,#000,#00000005);
}

.swiper-container .swiper-slide {
    position: relative;
}

.swiper-container .swiper-slide .video {
    position: absolute;
    top: 5%;
    right: 50px;
    width: auto;
    height: 80%;
    z-index: -1;
}

.swiper-container .swiper-slide .slogn {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80%;
    font-size: 5.6rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-slogn {
    /*justify-content: left!important;*/
    /*margin-left: 30rem;*/
    width: 60% !important;
    z-index: 10;
    flex-direction: column;
}
.home-slogn span {
    text-shadow: 0 0 4px rgba(0,0,0,.5);
}
.swiper-container .swiper-slide .slogn span {
    visibility: hidden;
}

.swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.waves {
    position: absolute;
    top: -400px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.page-banner .banner-block {
    bottom: -65px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    position: absolute;
    z-index: 10;
}

.contact-input {
    padding: 40px 100px 20px 100px;
    background-color: #f5f5f5;
    border-radius: 1rem;
}

.contact-input .submit-btn {
    width: 200px;
    height: 50px;
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 2px;
    transition: all .3s;
}

.contact-input .submit-btn[disabled] {
    background-color: #999;
}
.contact-input .submit-btn[disabled]:hover {
    background-color: #999;
}

.contact-input .submit-btn:hover {
    background-color: #222;
}

.contact-input input, .contact-input textarea {
    border: 0;
    color: #33353E;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 14px 0 rgba(3,4,29,0.1);
    box-shadow: 0 4px 14px 0 rgba(3,4,29,0.1);
    padding: 0 10px;
}

.contact-input .right {
    overflow: visible!important;
}

.page-banner .banner-block .item .item-info {
    background-image: linear-gradient(0deg,#000,#ffffff14);
    transition: all .3s;
    display: flex;
    align-items: center;
    height: 128px;
    border-radius: 6px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    overflow: hidden;
    padding: 2rem;
    border: 1px solid #333;
    box-shadow: 0 6px 16px 2px rgba(7,12,20,.08);
}

.page-banner .banner-block .item {
    /*margin-bottom: 20px;*/
}

.page-banner .banner-block .item .item-info:hover {
    transform: translateY(-8px);
}

.page-banner .banner-block .item .item-info div {
    flex: 1;
}

.page-banner .banner-block .item .item-info span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 2rem;
    border-radius: 50%;
    /*background-color: #2489ce;*/
    /*border: 1px solid #333;*/
    position: relative;
}


.page-banner .banner-block .item .item-info span .circle {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #333;
    -webkit-animation: rotate-circle 2s linear infinite;
    animation: rotate-circle 2s linear infinite;
}

.page-banner .banner-block .item .item-info span .circle:before,
.page-banner .banner-block .item .item-info span .circle:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    margin-top: -2px;
}

.page-banner .banner-block .item .item-info span .circle:before {
    left: -2px;
}

.page-banner .banner-block .item .item-info span .circle:after {
    right: -2px;
}

.page-banner .banner-block .item .item-info span img {
    width: 50%;
}

.page-banner .banner-block .item .item-info h4 {
    color: #fff;
}

.page-banner .banner-block .item .item-info p {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    font-weight: 200;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 70px!important;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 3px;
    border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2489ce;
}

.m-banner-block {
    width: 80%;
    margin: 0 auto;
}

.m-banner-block .item {
    margin-bottom: 20px;
}

.m-banner-block .item .item-info {
    background-image: linear-gradient(0deg,#000,#ffffff14);
    transition: all .3s;
    display: flex;
    align-items: center;
    height: 128px;
    border-radius: 6px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    overflow: hidden;
    padding: 2rem;
    box-shadow: 0 6px 16px 2px rgba(7,12,20,.08);
    border: 1px solid #333;

}

.m-banner-block .item .item-info:hover {
    transform: translateY(-8px);
}

.m-banner-block .item .item-info h4 {
    color: #fff;
}

.m-banner-block .item .item-info span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 2rem;
    border-radius: 50%;
    /*background-image: linear-gradient(0deg,#000,#ffffff14);*/
    transition: all .3s;
    /*-webkit-backdrop-filter: blur(5px);*/
    /*backdrop-filter: blur(5px);*/
    overflow: hidden;
    /*border: 1px solid #333;*/
    box-shadow: 0 6px 16px 2px rgba(7,12,20,.08);
}


.m-banner-block .item .item-info span .circle {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #333;
    -webkit-animation: rotate-circle 2s linear infinite;
    animation: rotate-circle 2s linear infinite;
}

.m-banner-block .item .item-info span .circle:before,
.m-banner-block .item .item-info span .circle:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    margin-top: -2px;
}

.m-banner-block .item .item-info span .circle:before {
    left: -2px;
}

.m-banner-block .item .item-info span .circle:after {
    right: -2px;
}

.m-banner-block .item .item-info span img {
    width: 40%;
}

.m-banner-block .item .item-info p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    color: #777;
}

.m-banner-block .item .item-info div {
    flex: 1;
}

.page-container .sc-head {
    padding: 60px 0;
    border-bottom: 1px solid #a0a0a0;
}

.page-container .sc-title {
    margin: 40px 0;
    position: relative;
    font-weight: 300;
    font-size: 34px;
    padding: 20px 0;
    text-align: center;
}

.page-container .sc-title:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 4px;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
    background: #e70013;
}

.sc-head .sc-slogan .head-img {
    width: 430px;
    display: block;
    margin: 0 auto;
}

.sc-head .sc-slogan p {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
    text-align: center;
    letter-spacing: 4px;
}

.sc-head .sc-sub-head {
    overflow: hidden;
    padding: 10px 0;
}

.sc-head .sc-sub-head .sc-sub-head-inner {
    float: left;
    left: 50%;
    position: relative;
}

.sc-head .sc-sub-head .sc-sub-head-inner > div {
    float: left;
    position: relative;
    right: 50%;
}

.sc-head .sc-sub-head img {
    display: inline-block;
    width: 100px;
}

.sc-head .sc-sub-head .sc-contact {
    display: inline-block;
    margin-left: 20px;

}

.sc-head .sc-sub-head .sc-contact .tp {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #a0a0a0;
}

.sc-head .sc-sub-head .sc-contact .tp span {
    font-size: 24px;
    padding-right: 5px;
    font-weight: 400;
}

.sc-head .sc-sub-head .sc-contact .bt {
    font-size: 26px;
    font-weight: 600;
}

.sc-head .sc-sub-head .sc-contact .bt span {
    font-size: 12px;
    font-weight: normal;
}

.sc-block {
    padding: 100px 0 120px 0;
    overflow: hidden;
}

.sc-block.wmdfw {
    position: relative;
    /*background-color: #ecf2fb;*/
    background-color: #000;
}

.sc-block .block-title {
    font-size: 30px;
    padding: 0 0 30px 0;
    text-align: center;
}

.sc-block .block-title.home-title {
    color: #fff;
}

.sc-block .block-title p {
    font-size: 16px;
}

.sc-block.wmdfw .item .item-title {
    font-size: 20px;
    text-align: center;
    padding: 10px 0 20px 0;
    color: #fff;
}

.sc-block.wmdfw .item .img-box {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px 2px rgba(7,12,20,.08);
    height: 200px;
    transition: all .3s;
    position: relative;
}

.sc-block.wmdfw .item .img-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
    z-index: 10;
}

.sc-block.wmdfw .item .img-box:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    background-color: rgba(255,255,255,.02);
}

.sc-block.wmdfw .item .img-box:hover {
    /*transform: translateY(-8px);*/
}

.sc-block.wmdfw .item .img-box:hover img {
    transform: scale(1.4);
    /*-webkit-filter: grayscale(0%);*/
    /*filter: grayscale(0%);*/
}

.sc-block.wmdfw .item .img-box:hover:before {
    -webkit-animation: asine-slide-right 0.5s;
    animation: asine-slide-right 0.5s;
    opacity: 1;
}

.sc-block.wmdfw .item .img-box img {
    display: block;
    height: 100%;
    width: 100%;
    transition: all .3s;
    /*-webkit-filter: grayscale(50%);*/
    /*filter: grayscale(50%);*/
}

.sc-block.wmdys {
    background-color: #000;
    /*background-color: #ecf2fb;*/
    /*background: url(../images/djt/block_img3.jpg) no-repeat center;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.sc-block.wmdys:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: 1;
    border: 100px solid rgba(36, 137, 206, .07);
    left: -250px;
    top: 600px;
    -webkit-animation: slide-bottom 1s linear infinite alternate;
    animation: slide-bottom 1s linear infinite alternate;
}

.sc-block.wmdys:before {
    position: absolute;
    content: '';
    width: 400px;
    height: 400px;
    top: 50%;
    margin-top: -250px;
    border-radius: 50%;
    z-index: 1;
    border: 100px solid rgba(36, 137, 206, .07);
    right: -200px;
    -webkit-animation: slide-bottom 1s linear infinite alternate;
    animation: slide-bottom 1s linear infinite alternate;
    transform: rotate(45deg);
}

/*.sc-block.wmdys:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    height: 1px;*/
/*    top: 0;*/
/*    width: 70%;*/
/*    left: 50%;*/
/*    margin-left: -35%;*/
/*    background-color: #333;*/
/*}*/

.sc-block.wmdys .item {
    border-radius: 6px;
    padding: 20px 20px 10px 20px;
    min-height: 300px;
    box-shadow: 0 2px 10px 2px rgba(7,12,20,.08);
    transition: all .3s;
    position: relative;
    overflow: hidden;
    /*background-color: rgb(9, 19, 30);*/
}

.sc-block.wmdys .item .item-box {
    position: relative;
    z-index: 2;
}

.sc-block.wmdys .item:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgb(9, 19, 30);
    border-radius: 6px;
    z-index: 0;
    bottom: 0;
}

.sc-block.wmdys .item:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(36, 137, 206, .3);
    z-index: 1;
    border-radius: 6px;
    transition: all .3s;
    bottom: -120%;
}

.sc-block.wmdys .block-row {
    overflow: hidden;
}

.sc-block.wmdys .item img {
    transition: all 1s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.sc-block.wmdys .item:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.sc-block.wmdys .item:hover:after {
    bottom: 0;
}

.sc-block.wmdys .col-md-4 {
    margin-bottom: 30px;
}

.sc-block.wmdys .item:hover {
    /*background-color: #73c0f5;*/
    background-color: rgb(11, 29, 48);
    /*border-bottom: 6px solid rgba(36, 137, 206, 1);;*/
}

.sc-block.wmdys .item .item-box {
    overflow: hidden;
}

.sc-block.wmdys .item .item-box span {
    display: block;
    margin: 0 auto 20px auto;
    width: 60px;
    height: 60px;
}

.sc-block.wmdys .item .item-box div {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.sc-block.wmdys .item .item-box p {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    font-weight: 200;
}

.sc-block.wmdys .item .item-box span img {
    width: 100%;
    height: 100%;
}

.sc-block.jzfa {
    background-color: #ecf2fb;
    position: relative;
}

.sc-block.jzfa .item {
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 30px;
    min-height: 50rem;
    box-shadow: 0 2px 10px 2px rgba(7,12,20,.08);
    transition: all .3s;
    background-color: #f5f9fe;
    position: relative;
}

.sc-block.jzfa .block-row {
    overflow: hidden;
}

.sc-block.jzfa .col-md-4 {
    margin-bottom: 30px;
    padding: 0 40px;
}

.sc-block.jzfa .item .item-box {
    overflow: hidden;
    /*margin-bottom: 10px;*/
    text-align: center;
}

.sc-block.jzfa .item .item-box .list-header img {
    width: 100%;
    border-radius: 6px;
}

.sc-block.jzfa .item .money {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 26px;
    color: #f00;
    text-align: center;
}

.sc-block.jzfa .item .money span {
    font-size: 14px;
}

.sc-block.jzfa .item .item-box span {
    display: block;
    margin: 0 auto 20px auto;
    width: 80px;
    height: 80px;
}

.sc-block.jzfa .item .item-box div {
    font-size: 20px;
    margin: 15px 0;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.sc-block.jzfa .item .item-box p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.sc-block.jzfa .item .item-box span img {
    width: 100%;
    height: 100%;
}

.sc-block.jzlc {
    background-color: #ecf2fb;
    background: url(../images/djt/bg5.jpg) no-repeat center;
    background-size: cover;
}

.sc-block.jzlc .block-row {

}

.sc-block.jzlc .block-row .right {
}

.sc-block.jzlc .block-row .right dt {
    margin-bottom: 50px;
}

.contact-us.sc-block.jzlc .block-row .right dt {
    color: #333!important;
}

.contact-us.sc-block {
    background: none;
    background-color: #ecf2fb!important;
}

.contact-us .icon {
    display: inline-block;
    width: 50px;
    margin-right: 1rem;
}

.lxfs.contact-us dd {
    display: flex!important;
    align-items: center!important;
}

.sc-block.jzlc .block-row .right dt span {
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #555;
}

.sc-block.jzlc .block-row .right dt span.current {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.sc-block.jzlc .block-row .right dd {
    line-height: 40px;
    font-size: 16px;
    margin: 20px 0;
    color: #fff;
    display: none;
}

.contact-us.sc-block .block-row .right dd {
    display: block;
    color: #333;
}

.contact-input dl {
    margin-bottom: 0!important;
}

.contact-input dl dd {
    position: relative;
    flex-direction: column;
}

.contact-input dl dd .error {
    border: 1px solid #f56c6c;
    box-shadow: 0 0 4px 2px rgba(245,108,108, .5);
    background-color:rgba(245,108,108, .1);
}

.contact-input dl dd .success {
    border: 1px solid #67c23a;
}

.contact-input dl dd span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 12px;
    color: #f56c6c;
}

.sc-block.jzlc .block-row .right dd.active {
    -webkit-animation: key-fadeAnim 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) reverse both;
    animation: key-fadeAnim 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) reverse both;
}

.sc-block.jzlc .block-row .right dd:first-child {
    display: block;
}

.sc-block.jzlc .block-row .img-left {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sc-block.jzlc .block-row img {
    width: 100%;
}
.sc-block.alzs, .contact-us {
    position: relative;
}
.sc-block.alzs .zs-img {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sc-block.alzs .zs-img:hover img {
    transform: scale(1.1);
}

.sc-block.alzs .zs-img img {
    width: 100%;
    transition: all .3s;
}

.sc-block.djt {
    position: relative;
}

.sc-block.djt .bg-about {
    background: url("../../assets/images/djt/bg_about.png") no-repeat center center /100%;
}

.img-about {
    width: 90%;
}

.img-about img {
    width: 100%;
    border-radius: 20px;
    border: 8px solid #fff;
    display: inline-block;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.img-about img.two {
    position: absolute;
    z-index: -1;
    width: 80%;
    bottom: -20px;
    opacity: .5;
    left: 50%;
    margin-left: -40%;
}

.img-about img.three {
    position: absolute;
    z-index: -2;
    width: 60%;
    bottom: -40px;
    opacity: .1;
    left: 50%;
    margin-left: -30%;
}

.introduce > div {
    text-align: left!important;
    margin: 16px 0;
}

.introduce > div h4 {
    margin: 30px 0 10px 0;
    color: #254567;
}

.sc-block.djt img.logo {
    width: 180px;
}

.sc-block.djt .text-right p {
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 20px;
}

.sc-block.djt .text-right p div {
    text-align: left;
}

.sc-block.wmdbh {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30rem 0;
    background: url("../../assets/images/djt/block_img2.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
    border-radius: 30px 30px 0 0;
}

.sc-block.wmdbh:before {
    position: absolute;
    content: '';
    top: -18px;
    left: 0;
    width: 100%;
    height: 30px;
    /*background: url(../../assets/images/djt/breadcrumb_shape.png) no-repeat center top;*/
}

.sc-block.wmdbh p {
    text-align: center;
    color: #fff;
    font-size: 4em;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(0,0,0,.4);
}

.sc-block .sm {
    font-size: 20px;
    line-height: 50px;
    font-weight: normal;
}

.sc-block .list {
    overflow: hidden;
    padding: 20px 0 40px 0;
}

.sc-block .middle-list {
    display: table-cell;
    vertical-align: middle;
}

.sc-block .list .col-md-6 > div {
    overflow: hidden;
    padding: 20px 0;
}

.sc-block .list img {
    overflow: hidden;
    width: 120px;
    transition: all .5s;
}

.sc-block .list img:hover {
    margin-right: 10px;
}

.sc-block .list .text {
    padding-left: 30px;
    transition: all .5s;
    font-size: 20px;
    overflow: hidden;
}

.sc-block .list .text:hover {
    margin-top: -10px;
}

.sc-block .list .text p:first-child {
    font-weight: 500;
}

.sc-block .list .text p {
    margin: 0;
    width: 100%;
    line-height: 36px;
}

.sc-block .list .text.single-line p {
    line-height: 120px;
    margin: 0;
    padding: 0;
}

.sc-block .list .text.triple-line p {
    padding: 10px 0 10px 0;
    line-height: 34px;
}

.sc-block .list .text span {
    color: #e70013;
}

.sc-block .sm-list li {
    overflow: hidden;
    padding: 50px 0;
    border-top: 1px solid #a0a0a0;
}

.sc-block .sm-list li:first-child {
    border-top: 0;
}

.sc-block .sm-list .left {
    width: 100%;
    /*float: left;*/
    float: none;
}

.sc-block .sm-list .left .tp {
    font-size: 28px;
    color: #e70013;
    padding: 10px 0;
    /*margin-top: 70px;*/
}

.sc-block .sm-list .left .tp, .sc-block .sm-list .left .bt {
    min-width: 350px;
}

.sc-block .sm-list .left .bt {
    overflow: hidden;
    padding: 10px 0;
}

.sc-block .sm-list .left .bt p {
    float: left;
    font-size: 22px;
}

.sc-block .sm-list .left .bt p:first-child {
    font-size: 30px;
    font-weight: bold;
}

.sc-block .sm-list .left .bt div {
    position: relative;
    float: left;
    margin-left: 14px;
    padding-left: 14px;
}

.sc-block .sm-list .left .bt div:before {
    position: absolute;
    content: '';
    width: 2px;
    background: #e70013;
    top: 5px;
    bottom: 5px;
    left: 0px;
}

.sc-block .sm-list .left .bt div span {
    display: block;
    font-size: 22px;
    padding: 5px 0;
}

.sc-block.gray-bg {
    background: #f1f1f1;
}

.sc-block .video-wrap {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    float: right;
}

.sc-block .video-wrap .video-js .vjs-big-play-button {
    display: none;
}

.sc-block .video-wrap .video-js .vjs-poster {
    background-size: cover;
}

.sc-block .block-bg {
    width: 100%;
    overflow: hidden;
}

.sc-block .inner-sub {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.sc-block .inner-sub span {
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    position: relative;
    background: #fff;
    padding:  0 30px;
}

.sc-block .inner-sub:before {
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    width: 100%;
    top: 50%;
    background: #a0a0a0;
}

.sc-block .mini-list {
    padding: 50px 0;
}

.sc-block .mini-list .inner {
    text-align: center;
    transition: all .5s;
    margin: 10px 0;
}

.sc-block .mini-list .inner:hover {
    margin-top: -10px;
}

.sc-block .mini-list img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.sc-block .mini-list span {
    display: inline-block;
    font-size: 22px;
    margin-left: 20px;
    line-height: 80px;
    vertical-align: middle;
}

.sc-block .mini-sub-list {
    overflow: hidden;
    padding: 30px 0;
}

.sc-block .mini-sub-list div {
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    width: 160px;
    height: 70px;
    border-right: 2px solid #a0a0a0;
    border-bottom: 2px solid #a0a0a0;
}

.sc-block .mini-sub-list p {
    padding-left: 50px;
    font-size: 20px;
    line-height: 34px;
}

.item-list {
    padding: 50px 0 0 0;
}

.item-list .item {
    font-size: 20px;
    padding: 8px 40px;
    display: inline-block;
    border: 1px solid #a0a0a0;
    margin: 5% 0;
    min-width: 222px;
}

.item-list .item-wrap {
    text-align: center;
}

.img-list-wrap {
    padding: 20px 0;
}

.img-list {
    background: #e70013;
}

.img-list .col-md-6 > div {
    overflow: hidden;
}

.img-list img {
    width: 100%;
    transition: all .5s;
}

.img-list img:hover {
    transform: scale(1.1);
}

.img-list .row {
    margin: 0;
}

.img-list .col-md-6 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.img-list .img-text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 340px;
    padding-left: 100px;
    position: relative;
}

.img-list .img-text h2 {
    color: #fff;
    padding-bottom: 10px;
}

.img-list .img-text p {
    font-size: 24px;
    line-height: 50px;
}

.img-list .img-bg {
    background: url(../../assets/images/bg_kuang.png) no-repeat left top / 100% 100%;
}

.section-wrap {
    padding: 50px 0;
}

.section-list {
    background: #fff;
    margin: 10px 0;
    transition: all .5s;
}

.section-list:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .15);
}

.section-list .col-md-4, .section-list .col-md-8,
.section-list .col-md-5, .section-list .col-md-7{
    float: none;
}

.section-list .col-md-7 {
    padding: 26px 0;
    vertical-align: top;
    padding-left: 10px;
}

.section-list .img {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.section-list img {
    width: 100%;
    transition: all .5s;
    border: 1px solid #f8f8f8;
}

.section-list img:hover {
    transform: scale(1.1);
}

.section-list h2 {
    font-size: 24px;
    color: #e70013;
    padding: 0 0 20px 0;
}

.section-list p {
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    padding-right: 26px;
}

.logo-list img {
    width: 140px;
    padding: 0 20px;
    display: inline-block;
    transition: all .3s;
}

.logo-list img:hover {
    margin-top: -10px;
}

.logo-list .inner {
    text-align: center;
    padding: 10px 0;
}

.btn-wrap {
    text-align: center;
}

.sc-block .btn-normal {
    display: inline-block;
    padding: 14px 30px;
    background: #e70013;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
}

.sc-block .nice-img {
    display: block;
    width: 100%;
    padding: 50px 0;
}

.bt-slogan {
    margin-top: 30px;
    border-bottom: none!important;
    border-top: 1px solid #a0a0a0;
}

.bt-slogan .sc-slogan {
    color: #e70013;
}

.nav-menu-layer{
    height: 100%;
    background: rgba(14,15,18,.6);
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
    width: 100%;
}

.m-navbar-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 60px;
    display: none;
    background-color: #000;
    box-shadow: 0 2px 6px rgba(255,255,255, .05);
    z-index: 500;
    overflow: hidden;
}

.m-navbar-menu li a {
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #222;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.m-navbar-menu li a:focus {
    text-decoration: none;
}

.sc-block.lxfs {
    background-color: #cadff5;
}

.sc-block.lxfs .img-left img {
    width: 100%;
}

.sc-block.lxfs .right {

}

.sc-block.lxfs dd {
    margin-top: 0!important;
    margin-bottom: 20px;
}

.sc-block.txfs {
    background-color: #b7d6f7;
}

.sc-block.txfs .right {
    overflow: hidden;
    display: flex;
    align-items: start;
    margin-bottom: 26px;
}

.sc-block.txfs .right dt {
    float: left;
    margin: 0!important;
}

.sc-block.txfs .right dd {
    margin: 0!important;
    flex: 1;
}

.sc-block.txfs .right dd textarea, .sc-block.txfs .right dd input {
    width: 100%;
}

.popup-shadow{
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    opacity:.5;
    filter:alpha(opacity:50);
    z-index:10;
}
.popup-alert{
    position: fixed;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    height: 100%;
    width: 100%;
    top:0;
    z-index:9999;
}
#alert{
    width:300px;
    position:relative;
    margin: 0 auto;
    background:#fff;
    top:45%;
    margin-top: -1.93rem;
    border-radius:.3rem;
    -webkit-border-radius:.3rem;
    -moz-border-radius:.3rem;
    overflow:hidden;
    z-index:600;
    animation: transDiv .3s;
    -moz-animation: transDiv .3s;
    -webkit-animation: transDiv .3s;
    -o-animation: transDiv .3s;
}
.alert-title{
    font-size: 16px;
    height:36px;
    line-height:36px;
    font-weight: normal;
    text-align: center;
    margin:0;
    color: #333;
    border-bottom: 1px solid #dbdbdb;
}
.alert-inner{
    padding:20px;
    text-align:center;
    color:#333;
    font-size:14px;
}
.alert-footer{
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}
.alert-footer button{
    padding: 0 30px;
}

@media screen and (max-width: 1200px) {
    .container {

    }
    .img-list .img-text {
        height: 282px;
        padding-left: 70px;
    }
    .img-list .img-text h2 {
        font-size: 26px;
    }
    .img-list .img-text p {
        font-size: 20px;
        line-height: 32px;
    }
    .section-list .img {
        padding-left: 30px;
    }
    .logo-list img {
        width: 110px;
    }
}

@media screen and (max-width: 992px) {
    .sc-block.wmdys:after {
        width: 200px;
        height: 200px;
        border-width: 50px;
        left: -100px;
        top: 600px;
    }
    .main-header {
        height: auto;
    }
    .swiper-container .shadow-layout {
        height: 60px;
    }

    .swiper-container .swiper-slide .slogn {
        height: 70%;
    }

    .home-slogn {
        width: 70% !important;
    }

    .swiper-container .swiper-slide .video {
        width: auto;
        height: 80%;
        right: 40px;
    }

    .sc-block.wmdys:before {
        width: 200px;
        height: 200px;
        top: 50%;
        border-width: 50px;
        right: -100px;
        margin-top: -150px;
    }
    .anim-ai:before {
        left: -10px!important;
        content: "";
        width: 300px!important;
        height: 278px!important;
        bottom: -50px!important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px!important;
    }
    .img-about {
        width: 70% !important;
        margin-bottom: 100px;
    }
    .anim-dot:before {
        left: -130px;
    }
    .anim-footer:before {
        bottom: -170px!important;
    }
    .container {
        position: relative;
        overflow: hidden;
    }
    .header-w {
        height: 60px;
    }
    .swiper-container {
        height: 50vh;
    }
    .page-container .page-banner {
        height: 50vh;
    }
    .img-list .img-text {
        height: 433px;
        padding-left: 120px;
    }
    .img-list .img-text h2 {
        font-size: 36px;
    }
    .img-list .img-text p {
        font-size: 30px;
        line-height: 50px;
    }
    .sm-list .middle-list,.section-list .middle-list {
        display: block;
    }
    .video-lay {
        text-align: center;
    }
    .video-lay .video-wrap {
        float: none;
        width: 100%;
    }
    .video-js {
        width: 100%;
        height: 310px;
    }
    .sc-block.jzfa .item {
        min-height: 50rem;
    }
    .section-list .img {
        padding-left: 0px;
        display: block;
    }
    .section-list .col-md-7 {
        padding: 26px 15px;
    }

    .section-list .col-md-7 .inner {
        padding: 0 26px;
    }
    .sc-block .mini-list .inner {
        margin: 20px 0;
    }
    .sc-block .mini-list .inner:hover {
        margin: 20px 0;
    }
    .logo-list img {
        width: 80px;
    }

    .mobile-toggle span {
        width: 44px;
        height: 60px;
    }
    .mobile-toggle span img {
        width: 20px;
    }
    .sc-block {
        padding: 50px 0 50px 0;
    }
    .sc-block .block-title {
        margin: 0!important;
    }
    .swiper-container .swiper-slide .slogn {
        font-size: 4rem;
    }
    .sc-block.wmdfw .item .img-box {
        height: auto;
    }
    .sc-block.wmdfw .item .img-box img {
        height: auto;
    }
    .sc-block.wmdbh {
        padding: 10rem 0;
    }
    .footer-nav .container .footer-logo {
        position: relative!important;
        margin: 0 auto!important;
    }
    .sc-block.wmdbh p {
        font-size: 3em;
    }
    .sc-block.jzfa.alzs .block-row {
        padding: 40px;
    }
    .contact-input {
        padding: 30px 30px 10px 30px;
    }
}

@media screen and (max-width: 768px) {
    .swiper-container .swiper-slide .slogn {
        height: 80%;
    }
    .swiper-container .swiper-slide .video {
        width: auto;
        height: 80%;
        right: -20px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px!important;
    }
    .main-header {
        height: auto;
    }
    .img-about {
        width: 70% !important;
        margin-bottom: 50px;
    }
    .anim-dot:before {
        left: -130px;
    }
    .anim-footer:before {
        bottom: -270px!important;
    }
    .sc-block.jzfa .item {
        min-height: 50rem;
    }
    .page-container .sc-head {
        padding: 30px 0;
    }
    .swiper-container {
        height: 26vh;
    }
    .page-container .page-banner {
        height: 26vh;
    }
    .sc-block .mini-list {
        padding: 20px 0;
    }
    .video-js {
        width: 100%;
        height: 180px;
    }
    .img-list-wrap {
        margin: 10px 0;
        padding: 0;
    }
    .img-list .img-text {
        height: 208px;
        padding-left: 40px;
    }
    .img-list .img-text h2 {
        font-size: 20px;
    }
    .img-list .img-text p {
        font-size: 16px;
        line-height: 28px;
    }
    .sc-head .sc-slogan .head-img {
        width: 220px;
    }
    .sc-head .sc-slogan p {
        font-size: 14px;
    }
    .sc-block .sm {
        font-size: 16px;
        line-height: 30px;
    }
    .page-container .sc-title {
        font-size: 24px;
        padding: 10px 0;
        margin: 30px 0;
    }

    .sc-block .sm-list li {
        padding: 30px 0;
    }

    .sc-block .list {
        padding: 10px 0;
    }

    .sc-block .list img {
        width: 80px;
    }

    .sc-block .list .text p {
        line-height: 28px;
    }

    .sc-block .list .text {
        font-size: 16px;
        padding-left: 10px;
    }
    .sc-block .mini-sub-list {
        padding: 20px 0;
    }
    .sc-block .mini-sub-list p {
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .item-list .item {
        font-size: 16px;
        padding: 8px 10px;
        margin: 5% 0;
        min-width: auto;
    }
    .logo-list .inner {
        padding: 0;
    }
    .logo-list img {
        width: 20%;
        padding: 10px;
    }
    .sc-block .btn-normal {
        font-size: 18px;
    }

    .sc-head .sc-sub-head .sc-sub-head-inner > div img {
        width: 100px;
    }

    .sc-head .sc-sub-head .sc-sub-head-inner > div {
        text-align: center;
        float: none;
    }

    .sc-head .sc-sub-head .sc-contact {
        margin-left: 10px;
    }

    .sc-head .sc-sub-head .sc-contact .tp {
        font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .sc-head .sc-sub-head .sc-contact .tp span {
        font-size: 18px;
    }
    .sc-head .sc-sub-head .sc-contact .bt {
        font-size: 18px;
    }

    .sc-block .sm-list .left .tp {
        font-size: 20px;
        padding: 5px 0;
    }
    .sc-block .sm-list .left .bt {
        padding: 5px 0 10px 0;
    }
    .sc-block .sm-list .left .bt p:first-child {
        font-size: 22px;
    }
    .sc-block .sm-list .left .bt div span {
        font-size: 16px;
    }

    .sc-block .mini-list .inner {
        margin: 10px 0;
    }

    .sc-block .inner-sub span {
        font-size: 18px;
    }

    .sc-block .mini-list img {
        width: 60px;
    }

    .sc-block .mini-list span {
        display: block;
        font-size: 18px;
        margin-left: 0;
        line-height: normal;
    }

    .sc-block .mini-sub-list div {
        font-size: 18px;
        width: 80px;
    }
    .item-list {
        padding: 20px 0 0 0;
    }
    .section-list p {
        padding-right: 0;
    }

    .section-list h2 {
        font-size: 22px;
    }
    .section-wrap {
        padding: 10px 0;
    }

    .sc-block .nice-img {
        padding: 30px 0;
    }
    .bt-slogan {
        margin-top: 0;
    }
    .swiper-container .swiper-slide .slogn {
        font-size: 2rem;
    }
    .sc-block.wmdfw .item .img-box {
        height: auto;
    }
    .sc-block.wmdfw .item .img-box img {
        height: auto;
    }
    .sc-block.wmdbh {
        padding: 10rem 0;
    }
    .footer-nav .container .footer-logo {
        position: relative!important;
        margin: 0 auto!important;
    }
    .sc-block.wmdbh p {
        font-size: 24px;
    }
    .sc-block.jzfa.alzs .block-row {
        padding: 40px;
    }
    .contact-input {
        padding: 20px;
    }
    .sc-block.jzlc .block-row .right dt span {
        font-size: 14px;
        text-align: center;
        width: 23%;
        margin: 0;
    }
    .sc-block.jzlc .block-row .right dt {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .main-header .container,.main-nav .container {
        /*width: 1300px;*/
    }
    .hidden-lg {
        display: none !important;
    }
}


@media screen and (min-width: 992px) {
    .swiper-container img {
        /*width: 2000px;*/
        /*position: absolute;*/
        /*left: 50%;*/
        /*margin-left: -1000px;*/

    }
    .swiper-container .swiper-slide-active {
        z-index: 10;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .main-footer {
        display: block!important;
    }

    .anim-ai:before {
        left: -10px!important;
        content: "";
        width: 200px!important;
        height: 186px!important;
        bottom: -50px!important;
    }
}

.footer-nav {
    padding: 20px 0 40px 0;
    color: #979797;
    background-color: #000;
    font-size: 14px;
}

.footer-nav .container {
    position: relative;
    z-index: 10;
}

.footer-nav .container .footer-logo {
    display: block;
    position: absolute;
    width: 188px;
}

.footer-nav .container .footer-logo img {
    width: 100%;
}

.footer-nav ul {
    float: left;
    padding: 10px 0;
    margin-bottom: 0;
    margin-right: 20px;
}

.footer-nav a.footer-logo {
    display: block;
    padding: 6px 5px;
    color: #9b9b9b;
}

.footer-nav a {
    color: #979797;
}

.footer-nav a:hover {
    color: #2489ce;
}

.footer-nav .wechat {
    padding: 15px 10px;
    text-align: center;
}

.footer-nav .wechat img {
    padding-bottom: 5px;
}

.footer-nav .welink {
    padding: 1px 10px;
    text-align: left;
    line-height: 2;
}

.footer-nav .welink .item {
    margin-right: 20px;
}

.footer-nav .welink .item p {
    line-height: 30px;
}

.footer-nav .welink h4 {
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    padding: 20px 0;
}

.main-footer .container {
    border-top: 1px solid #222;
    padding: 40px 0;
}

.main-footer {
    line-height: 2;
    text-align: center;
    background-color: #000;
    color: #979797;
    position: relative;
    overflow: hidden;
}

.main-footer span {
    font-size: 12px;
}

.main-footer p {
    padding: 0 10px;
    margin-bottom: 0;
}
.main-footer img {
    padding-bottom: 10px;
    display: inline-block;
}

.main-footer p > span {
    display: inline-block;
    padding: 0 5px;
}

.main-footer a {
    color: #979797;
}


.fadeAnim {
    -webkit-animation: key-fadeAnim 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) reverse both;
    animation: key-fadeAnim 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) reverse both;
}

.anim-dot {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.anim-dot-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.anim-dot:before {
    content: "";
    width: 300px;
    left: -200px;
    height: 300px;
    position: absolute;
    -webkit-animation: left-to-right 4s ease-in-out infinite;
    background-image: url(../images/djt/hm-blut-shap.png);
    background-size: cover;
}
.anim-dot-right:after {
    content: "";
    bottom: 41px;
    right: -111px;
    width: 200px;
    height: 200px;
    position: absolute;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    background-repeat: no-repeat;
    -webkit-animation: left-to-right 4s ease-in-out infinite;
    animation: left-to-right 4s ease-in-out infinite;
    background-image: url(../images/djt/bulet_shape.png);
    background-size: cover;
}
.anim-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.anim-footer:before {
    left: -10px;
    content: "";
    width: 30%;
    height: 50%;
    bottom: -10px;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    background-image: url(../images/djt/after.png);
    background-size: cover;
}
.anim-ai {
    position: absolute;
    left: 0;
    bottom: 0;
}
.anim-ai:before {
    left: -10px;
    content: "";
    width: 500px;
    height: 464px;
    bottom: -50px;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-animation: moving 9s linear infinite;
    animation: moving 9s linear infinite;
    background-image: url(../images/djt/AI.png);
    background-size: cover;
}
.rotate-center {
    -webkit-animation: rotate-center 1s ease-in-out 2s infinite alternate-reverse;
    animation: rotate-center 1s ease-in-out 2s infinite alternate-reverse;
}
.slide-top {
    -webkit-animation: slide-top 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s infinite alternate;
    animation: slide-top 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s infinite alternate;
}
.slide-bottom {
    -webkit-animation: slide-bottom 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
    animation: slide-bottom 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse;
}
.slide-fwd-center {
    -webkit-animation: slide-fwd-center 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: slide-fwd-center 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
.home-icon {
    -webkit-animation: home-icon 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s infinite alternate;
    animation: home-icon 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s infinite alternate;
}
@keyframes key-fadeAnim {
    0% {
        visibility: visible;
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(150px) rotateY(0);
        transform: translateY(150px) rotateY(0);
    }
}

@-webkit-keyframes key-fadeAnim {
    0% {
        visibility: visible;
        -webkit-transform: translateY(0) rotateY(0);
        transform: translateY(0) rotateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(150px) rotateY(0);
        transform: translateY(150px) rotateY(0);
    }
}

@-webkit-keyframes left-to-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes left-to-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes moving {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    25% {
        -webkit-transform: translatex(20px);
        transform: translatex(20px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    75% {
        -webkit-transform: translatex(-20px);
        transform: translatex(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}
@keyframes moving {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    25% {
        -webkit-transform: translatex(20px);
        transform: translatex(20px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    75% {
        -webkit-transform: translatex(-20px);
        transform: translatex(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}
@-webkit-keyframes slide-fwd-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
}
@keyframes slide-fwd-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px);
    }
}
@-webkit-keyframes asine-slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
    }
}
@keyframes asine-slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
    }
}

@-webkit-keyframes home-icon {
    /*0% {*/
    /*    -webkit-transform: rotate(-45deg);*/
    /*    transform: rotate(-45deg);*/
    /*}*/
    /*100% {*/
    /*    -webkit-transform: rotate(45deg);*/
    /*    transform: rotate(45deg);*/
    /*}*/
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}
@keyframes home-icon {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@-webkit-keyframes rotate-circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


