@media screen and (max-width: 991px) {
    .proment .col-md-3 {
        float: left;
    }
    .product-btn .product-hover .container {
        margin-left: 38%;
    }
}

.white {
    display: flex;
    align-items: center;
    padding-top: 12px;
}

.hover-show .logo-title {
    color: #333;
}

.logo-title {
    margin-left: 5px;
}

.logo-cn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 1px;
}

.logo-en {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -0.8px
}

.navbar {
    /* background-color: #fff; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, .1); */
    border: 0 none;
    cursor: pointer;
}

.navbar-default {
    background: rgba(51, 51, 51, 0.3);
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    background: transparent;
}

.nav-mobile .nav-content {
    line-height: 40px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
}

.navbar-header {
    height: 72px;
}

.logo-show {
    height: 72px;
    /* padding-top: 12px; */
    /* line-height: 72px; */
}

.logo-show img {
    height: 48px;
}

.hover-show {
    display: none;
}


/* 导航电话img更换 */

.hide-mobile {
    /* margin-top: 20px; */
    margin-left: 30px;
}

.mall-enter {
    font-size: 14px;
    color: #FF8800;
    line-height: 14px;
    margin-top: 9px;
    margin-bottom: 6px;
}

.mall-enter a {
    font-size: 14px;
    color: #FF8800 !important;
    line-height: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mall-enter a:hover {
    font-size: 16px;
}

.tel-content {
    padding: 3px 6px;
    font-size: 14px;
    color: #3E94F9;
    background: #fff;
}

.tel-num {
    padding: 2px 6px;
    margin-left: -5px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
}

.tel-icon {
    margin-top: 6px;
    margin-right: 5px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.hover-icon {
    display: none;
}

@media screen and (min-width: 768px) {
    .navbar .container {
        width: 1230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-right {
        margin-right: 230px;
    }
    .hide-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .logo-show {
        float: left;
    }
    .navbar-toggle {
        margin-top: 18px;
    }
    .navbar:hover {
        background: #FFFFFF !important;
    }
    .navbar-collapse {
        border-top: 0 none;
    }
    .navbar:hover .navbar-nav>.active>a {
        color: #333 !important;
    }
    .navbar:hover .navbar-nav>li>a {
        color: #333 !important;
    }
    .default-show {
        display: none !important;
    }
    .hover-show {
        display: flex !important;
    }
}

@media screen and (max-width: 991px) {
    /* .nav {
        padding-top: 8px;
    } */
    .product-hover {
        top: 70px;
    }
}

.banner_d {
    position: relative;
}

.banner_c {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 1200px;
    transform: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.banner_c h1 {
    font-size: 36px;
    color: #FAFAFA;
    margin-bottom: 20px;
    animation: actLeft 1s linear 0s;
    -webkit-animation: actLeft 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
}

.banner_c h4 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    animation: actRight 1s linear 0s;
    -webkit-animation: actRight 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
}

.banner_c h5 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 45px 0;
    animation: actRight 1s linear 0s;
    -webkit-animation: actRight 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
}

.banner_c .banner-desc {
    margin-top: 45px;
}

.banner_c p {
    font-size: 14px;
    margin-top: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    animation: actLeft 1s linear 0s;
    -webkit-animation: actLeft 1s linear 0s;
    /* Safari 与 Chrome */
    position: relative;
    left: 0;
}

.big-img:hover .banner_c h4 {
    animation: actLeft 1s linear 0s;
}

.big-img:hover .banner_c h5 {
    animation: actLeft 1s linear 0s;
}

.big-img:hover .banner_c p {
    animation: actRight 1s linear 0s;
}

.big-img:hover .banner_c h1 {
    animation: actRight 1s linear 0s;
}

@keyframes actLeft {
    from {
        opacity: 0;
        left: 45px;
    }
    to {
        opacity: 1;
        left: 0px;
    }
}

@-webkit-keyframes actLeft
/* Safari 与 Chrome */

{
    from {
        opacity: 0;
        left: 45px;
    }
    to {
        opacity: 1;
        left: 0px;
    }
}

@keyframes actRight {
    from {
        opacity: 0;
        left: -45px;
    }
    to {
        opacity: 1;
        left: 0px;
    }
}

@-webkit-keyframes actRight
/* Safari 与 Chrome */

{
    from {
        opacity: 0;
        left: -45px;
    }
    to {
        opacity: 1;
        left: 0px;
    }
}

.big-img {
    width: 100%;
    cursor: pointer;
}

.big-img img {
    width: 100%;
}

.relax {
    margin-top: 100px;
    width: 100%;
    background: #4397F9;
    text-align: center;
    height: 88px;
    line-height: 88px;
    font-weight: 500;
    color: #FAFAFA;
    text-shadow: 0px 0px 13px rgb(157 157 157 / 44%);
    font-size: 26px;
}

.product-link {
    position: relative;
}

.product-btn:hover .product-link::after {
    display: block;
}

.product-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 26px;
    display: none;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 14px solid #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .8));
}

.product-hover .container {
    margin-left: 43%;
}

@media screen and (max-width: 991px) {
    .product-hover .container .col-md-3 {
        float: left;
    }
}

.nav li {
    position: static;
}

.product-hover {
    width: 100%;
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    height: 100px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.product-btn:hover .product-hover {
    display: block;
}

.product-hover .col-md-3 {
    width: 160px;
    color: #005CC9;
    font-size: 14px;
    height: 100px;
    text-align: center;
}

.product-hover .col-md-3 img {
    margin-top: 20px;
}

.product-btn:hover .product-hover {
    display: block;
    background: #FFFFFF;
}

.sub-nav {
    color: #333;
}

.deco {
    margin-top: 30px;
    width: 130px;
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #f8f8f8;
    }
    .product-btn:hover .product-link::after {
        display: none;
    }
    .product-btn:hover .pointer {
        display: none;
    }
    .product-btn:hover .product-hover {
        display: none !important;
    }
    .navbar:hover {
        background: transparent;
    }
    .navbar-default {
        background: #f8f8f8 !important;
    }
    .navbar-nav>li>a {
        color: #333 !important;
        background: #f8f8f8 !important;
    }
    .navbar:hover .default-show {
        display: block;
    }
    .navbar:hover .hover-show {
        display: none;
    }
    .hide-mobile {
        display: none !important;
    }
    .nav>li {
        height: 50px;
        border-top: 1px solid #e7e7e7;
    }
    .nav-mobile .nav-content {
        line-height: 27px;
    }
}

@keyframes container {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
        transform: translate3d(0, 0, 0);
        /*设置只在Z轴上移动*/
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -25px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -16px, 0);
    }
    90% {
        transform: translate3d(0, -8px, 0);
    }
}

.finger {
    width: 38px;
    height: 46px;
    position: absolute;
    left: 88px;
    /* bottom: -60px; */
    animation: up 2.5s linear infinite;
}

@keyframes up {
    0% {
        bottom: -70px;
        opacity: 0;
    }
    10% {
        bottom: -60px;
        opacity: 0;
    }
    30% {
        bottom: -50px;
        opacity: 0;
    }
    50% {
        bottom: -55px;
        opacity: 0.5;
    }
    60% {
        bottom: -50px;
        opacity: 0.8;
    }
    70% {
        bottom: -40px;
        opacity: 1;
    }
    90% {
        bottom: -24px;
        opacity: 1;
    }
    100% {
        bottom: -24px;
        opacity: 1;
    }
}

@-webkit-keyframes free_download {
    0% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes free_download {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.apply {
    position: absolute;
    transform: translateY(-50%);
    bottom: 60px;
    left: 50%;
    width: 160px;
    height: 50px;
    background: #fa6d1e;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: free_download 2s linear alternate infinite;
    animation: free_download 2s linear alternate infinite;
}

.apply-panner {
    left: 45%;
}


/* .apply-about {
    bottom: 0px;
} */

.apply-1 {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #fa6d1e;
    border: 2px solid #FFFFFF;
    margin-top: 33px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: free_download 1s linear alternate infinite;
    animation: free_download 1s linear alternate infinite;
}

@-webkit-keyframes free_download {
    0% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes free_download {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.finger-1 {
    width: 38px;
    height: 46px;
    position: absolute;
    left: 91px;
    animation: up 2.5s linear infinite;
}

@keyframes up {
    0% {
        bottom: -70px;
        opacity: 0;
    }
    10% {
        bottom: -60px;
        opacity: 0;
    }
    30% {
        bottom: -50px;
        opacity: 0;
    }
    50% {
        bottom: -55px;
        opacity: 0.5;
    }
    60% {
        bottom: -50px;
        opacity: 0.8;
    }
    70% {
        bottom: -40px;
        opacity: 1;
    }
    90% {
        bottom: -24px;
        opacity: 1;
    }
    100% {
        bottom: -24px;
        opacity: 1;
    }
}