
@media screen and (min-width: 1200px) {
    .container {
        width: 1180px;
        margin: 0 auto;
    }
    .btn {
        width: 210px;
        height: 48px;
        border-radius: 4px;
        line-height: 48px;
    }

    /* header */
    .header-top {
        padding-top: 16px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .header-logo {
        float: left;
        margin-right: 20px
    }
    .header-logo img {
        height: 48px;
    }
    .header-slogan {
        float: left;
        height: 40px;
        border-left: 1px solid rgba(255, 255, 255, .2);
        margin-top: 4px;
        padding-left: 20px;
        /* line-height: 40px;
        font-size: 22px; */
    }
    .header-slogan h4{
        font-size: 19px;
    }
    .top-menu {
        margin-top: 10px
    }
    .top-menu .menu-item {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 14px;
        line-height: 2;
    }
    .top-menu .menu-item:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 5px;
        width: 1px;
        height: 14px;
        background-color: rgba(255, 255, 255, .2);
    }
    .top-menu .menu-item > a .fa {
        margin-right: 8px;
        font-size: 14px;
        vertical-align: middle;
    }
    .menu-wechat {
        overflow: hidden;
        width: 316px;
        border-radius: 4px;
        padding: 20px;
        background: #fff;
    }
    .header-top .wechat-qrcode {
        float: left;
        margin-right: 20px;
    }
    .header-top .wechat-qrcode:last-child {
        margin-right: 0;
    }
    .menu-wechat .qrcode {
        width: 128px;
        height: 128px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        margin-bottom: 10px;
        padding: 3px;
    }
    .menu-wechat img {
        height: 120px;
        width: 120px;
    }
    .menu-wechat .qrcode-name {
        text-align: center;
        font-size: 13px;
        color: #666
    }

    .header-menu {
        margin-top: 25px;
    }
    .m-menu-btn {
        display: none;
    }
    #menu-headermenu {
        position: relative;
    }
    #menu-headermenu > .menu-item {
        float: left;
    }
    #menu-headermenu > .menu-item > a {
        display: block;
        position: relative;
        padding-left: 41px;
        padding-right: 40px;
        line-height: 22px;
        color: #fff;
    }
    #menu-headermenu > .menu-item > a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        width: 1px;
        height: 14px;
        background: rgba(255,255,255,.2);
    }
    #menu-headermenu > .menu-item:first-child > a {
        padding-left: 0;
    }
    #menu-headermenu > .menu-item:first-child > a::before {
        display: none;
    }
    #menu-headermenu > .menu-item > .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 48px;
        width: 100%;
        border-radius: 4px;
        box-shadow: 0 4px 18px 0 rgba(0,0,0,.12);
        padding: 20px;
        background-color: #fff;
        color: #333;
    }
    #menu-headermenu > .menu-item > .sub-menu::before {
        content: '';
        position: absolute;
        left: 0;
        top: -26px;
        width: 100%;
        height: 26px;
    }
    #menu-headermenu > .menu-item:hover > a::after {
        content: '';
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: -10px;
        height: 3px;
        background-color: #fff;
        /* background-color: #bd2828; */
    }
    #menu-headermenu > .menu-item:hover > .sub-menu {
        display: block;
        font-size: 0;
    }
    #menu-headermenu > .menu-item > .sub-menu > .menu-item {
        display: inline-block;
        width: 20%;
        padding: 0 20px;
        font-size: 16px;
        vertical-align: top;
    }
    #menu-headermenu > .menu-item > .sub-menu > .menu-item > a {
        display: block;
        padding-top: 16px;
        padding-bottom: 16px;
        font-weight: bold;
    }
    #menu-headermenu > .menu-item > .sub-menu .sub-menu {
        line-height: 24px;
        font-size: 14px;
    }
    #menu-headermenu .sub-menu .sub-menu .menu-item {
        margin-bottom: 10px;
    }
    #menu-headermenu .sub-menu a {
        position: relative;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #menu-headermenu .sub-menu a::after {
        content: '\f105';
        position: absolute;
        right: 4px;
        font-family: 'FontAwesome';
        transition: right 0.3s ease-in-out;
    }
    #menu-headermenu .sub-menu a:hover {
        color: #eb6101;
    }
    #menu-headermenu .sub-menu a:hover::after {
        right: 0;
    }
    /* end header */

    /* footer */
    .footer {
        padding-top: 60px;
    }
    .footer-menu {
        margin-bottom: 24px;
    }
    #menu-footermenu > .menu-item {
        display: inline-block;
        width: 136px;
        vertical-align: top;
    }
    #menu-footermenu > .menu-item > a {
        color: #fff;
        font-weight: 600;
    }
    #menu-footermenu .menu-item {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 24px;
    }
    #menu-footermenu .menu-item a:hover {
        text-decoration: underline;
    }
    #menu-footermenu .sub-menu {
        margin-top: 24px;
        font-size: 14px;
    }

    .footer-tel-tit {
        margin-bottom: 10px;
        font-weight: 600;
    }
    .footer-tel {
        margin-bottom: 22px;
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 3px;
    }
    .footer .btn {
        margin-right: 18px;
    }
    .footer .btn .fa {
        margin-right: 10px;
        font-size: 20px;
        vertical-align: text-bottom;
    }
    .footer-address {
        padding-bottom: 24px;
        font-size: 14px;
    }
    .footer-address p {
        margin-bottom: 24px;
    }
    .footer-address p a:hover {
        text-decoration: underline;
    }
    .footer-qrcode .qrcode {
        height: 128px;
        width: 128px;
        padding: 4px;
        border-radius: 3px;
        background: #fff;
    }
    .footer-qrcode .qrcode img {
        width: 120px;
        height: 120px;
    }
    .footer-qrcode .qrcode-name {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 13px;
        text-align: center;
    }
    
    .footer-copyright {
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding-top: 19px;
        padding-bottom: 48px;
        font-size: 12px;
    }
    .footer-copyright span {
        margin-right: 24px;
    }
    .footer-copyright a:hover {
        color: #fff;
    }
    /* end footer */

    /* tool bar */
    .tool-bar {
        left: 0;
        bottom: 200px;
        z-index: 99
    }
    .tool-item {
        position: relative;
        width: 80px;
        height: 64px;
        margin-bottom: 1px;
    }
    .tool-item-cap {
        border-radius: 4px;
    }
    .tool-item-cap:hover {
        background: #eb6101;
    }
    .tool-item-cap .fa {
        margin-top: 10px;
        font-size: 24px;
    }
    .tool-item-name {
        font-size: 13px
    }
    .tool-qrcode {
        top: 0;
        left: 80px;
        padding: 10px 10px 1px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        border-radius: 4px;
    }
    .tool-qrcode .wechat-qrcode {
        margin-bottom: 10px;
    }
    .tool-qrcode .wechat-qrcode .qrcode {
        height: 128px;
        width: 128px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        padding: 3px;
        margin-bottom: 4px;
    }
    .tool-qrcode .qrcode img {
        height: 120px;
        width: 120px
    }
    .tool-qrcode .qrcode-name {
        margin-bottom: 10px;
        font-size: 13px;
        color: #666;
    }
    .tool-tel {
        top: 0;
        width: 280px;
        height: 64px;
        border-radius: 4px;
        line-height: 64px;
        font-size: 28px;
    }
    .tool-tel .fa {
        margin-right: 20px;
    }
    /* end tool bar */

    /* banner */
    .banner-title {
        margin-top: 220px;
        line-height: 48px;
        font-size: 40px;
        font-weight: 600;
    }
    .banner-subtit {
        margin-top: 15px;
        font-size:16px;
    }
    .swiper-pagination-bullet {
        width: 16px;
        height: 8px;
    }
    .swiper-pagination-bullet-active {
        width: 32px;
    }
    /* end banner */

    /* crumbs */
    .bread-crumbs {
        height: 32px;
        margin-top: -32px;
        font-size: 12px;
        line-height: 24px;
    }
    .crumbs-loca {
        margin-right: 14px;
    }
    .crumbs-local .fa {
        font-size: 16px;
        margin-right: 8px;
        vertical-align: text-bottom;
    }
    .crumbs a,
    .crumbs span {
        margin: 0 8px;
    }
    .no-banner-bg + .bread-crumbs {
        height: 45px;
        margin-top: 0;
        color: #666;
    }
    .no-banner-bg + .bread-crumbs .container {
        border-bottom: 1px solid #eaeaea;
        padding: 10px 0;
    }
    .bread-crumbs .crumbs-list {
        float: left
    }
    .bread-crumbs .crumbs-li {
        float: left;
        margin-right: 10px;
        height: 24px;
        line-height: 24px;
        position: relative;
        padding-right: 26px
    }
    .bread-crumbs .crumbs-li:after {
        content: "罘�";
        position: absolute;
        right: 0;
        top: 0;
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #999;
        vertical-align: middle
    }

    .bread-crumbs .crumbs-li:last-child:after {
        display: none
    }

    .bread-crumbs .crumbs-li a {
        color: #999;
    }

    .bread-crumbs .crumbs-a {
        color: #666
    }

    .bread-crumbs .crumbs-a:hover {
        color: #2c5cc4
    }

    .bread-crumbs .crumbs-span {
        display: inline-block;
        max-width: 320px;
        font-size: inherit;
        font-weight: 400;
        height: 24px
    }

    .bread-crumbs .crumbs-inner {
        padding-top: 11px;
        padding-bottom: 11px;
        border-bottom: 1px solid #eaeaea
    }
    /* end crumbs */

    /* column nav */
    .column-nav {
        border-bottom: 1px solid #eaeaea;
        padding: 18px 0;
        /* margin-bottom: 40px; */
    }
    .column-nav a {
        margin-right: 60px;
    }
    .column-nav a:hover {
        color: #eb6101;
    }
    /* end column nav */

    /* layout */
    .main-bar-right,
    .main-bar-left {
        margin-top: 40px;
    }
    .main-bar-right .side-content,
    .main-bar-left .side-bar {
        float: left;
    }
    .main-bar-left .side-content,
    .main-bar-right .side-bar {
        float: right;
    }
    .side-content {
        width: 880px;
        padding-bottom: 40px;
    }
    .side-bar {
        width: 280px;
        padding-bottom: 40px;
    }
    .section {
        padding: 60px 0;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-tit {
        line-height: 32px;
        font-size: 24px;
    }
    .section-more {
        margin-top: 4px;
    }
    .section-more:hover {
        color: #eb6101;
    }
    .section-more .fa {
        margin-left: 10px;
    }
    .section-artical-title {
        margin-bottom: 20px;
        line-height: 32px;
        font-size: 26px;
    }
    .section-artical-slogan {
        margin-bottom: 50px;
    }
    .section-artical-desc {
        width: 980px;
        margin: 0 auto 50px;
    }
    .section-artical-desc,
    .section-artical-slogan {
        line-height: 24px;
        font-size: 14px;
    }
    .section-column2 {
        float: left;
        width: 50%;
    }
    .list-pt4 + .section-columns {
        margin-top: 60px;
    }
    .section-column2:nth-child(odd) {
        padding-right: 20px;
    }
    .section-column2:nth-child(even) {
        padding-left: 20px;
    }
    .no-banner-bg {
        height: 148px;
    }
    /* end layout */

    /* side bar */
    .side-box {
        padding: 20px;
        margin-bottom: 20px;
        background-color: rgba(4,83,155,.04);
    }
    .side-box-tit {
        position: relative;
        padding-left: 16px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    .side-box-tit::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 4px;
        height: 16px;
        background-color: #eb6101;
        transform: skewX(-20deg);
    }
    .side-box-tit::after {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 4px;
        height: 16px;
        background-color: #eb6101;
        transform: skewX(-20deg);
    }

    #menu-sidebarmenu .menu-item {
        margin-bottom: 10px;
        line-height: 48px;
        background-color: #fff;
    }
    #menu-sidebarmenu .menu-item > a {
        display: block;
        position: relative;
        padding: 0 16px;
    }
    #menu-sidebarmenu .menu-item > a::after {
        content: '\f105';
        position: absolute;
        right: 20px;
        font-family: 'Fontawesome';
        transition: right 0.3s ease-in-out;
    }
    #menu-sidebarmenu .menu-item > a:hover {
        color: #eb6101;
    }
    #menu-sidebarmenu .menu-item > a:hover::after {
        right: 16px;
    }

    .side-contact {
        border: 10px solid rgba(4, 83, 155, .04);
        padding: 16px;
        text-align: center;
    }
    .side-contact .fa,
    .detail-message-call .fa,
    .detail-message-email .fa {
        display: inline-block;
        width: 56px;
        height: 56px;
        border: 1px solid #eb6101;
        border-radius: 50%;
        line-height: 54px;
        background-color: rgba(4, 83, 155, 0.1);
        color: #eb6101;
        font-size: 24px;
    }
    .side-contact-tit {
        margin-top: 16px;
        font-size: 14px;
        color: #999;
    }
    .side-contact-tit em,
    .side-contact-tit a {
        color: #eb6101;
    }
    .side-contact-number {
        margin-top: 10px;
        font-size: 26px;
        font-weight: bold;
    }
    .side-contact .btn {
        margin-top: 16px;
    }
    /* end side bar */

    /* list */
    .list-pt1 .list-item {
        border: 1px solid #eaeaea;
        border-radius: 4px;
        padding: 30px;
        margin-bottom: 30px;
    }
    .list-pt1 .list-img,
    .list-pt4 .list-img {
        float: left;
        overflow: hidden;
        width: 180px;
        height: 120px;
        margin-right: 20px;
    }
    .list-pt1 .list-title,
    .list-pt4 .list-title {
        overflow: hidden;
        line-height: 24px;
        font-size: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .list-pt1 .list-time,
    .list-pt4 .list-time {
        margin-top: 10px;
        font-size: 14px;
        color: #999;
    }
    .list-pt1 .list-desc,
    .list-pt4 .list-desc {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 24px;
        line-height: 20px;
        font-size: 14px;
        color: #999;
    }
    .list-pt1 a:hover {
        color: #eb6101;
    }

    .list-pt2 .list-item {
        float: left;
        width: 380px;
        border-radius: 4px;
        margin-right: 20px;
        padding: 30px;
        background-color: #fff;
    }
    .list-pt2 .list-item:nth-child(3n) {
        margin-right: 0;
    }
    .list-pt2 .list-img,
    .list-pt3 .list-img,
    .list-pt5 .list-img,
    .list-pt6 .list-img {
        overflow: hidden;
    }
    .list-pt2 .list-title {
        overflow: hidden;
        margin-top: 20px;
        font-size: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .list-pt2 .list-title a:hover {
        color: #eb6101;
    }
    .list-pt2 .list-time {
        margin-top: 10px;
        font-size: 13px;
        color: #666;
    }
    .list-pt2 .list-desc {
        display: -webkit-box;
        overflow: hidden;
        height: 72px;
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        color: #666;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .list-pt3 .list-item {
        float: left;
        width: 280px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        margin-right: 20px;
        margin-bottom: 20px;
        background: #fff;
    }
    .list-pt3 .list-item:nth-child(4n),
    .list-pt5 .list-item:nth-child(4n),
    .list-pt6 .list-item:nth-child(4n) {
        margin-right: 0;
    }
    .list-pt3 .list-content {
        padding: 20px;
    }
    .list-pt3 .list-title {
        font-weight: bold;
    }
    .list-pt3 .list-desc {
        display: -webkit-box;
        overflow: hidden;
        height: 40px;
        margin-top: 10px;
        line-height: 20px;
        font-size: 13px;
        color: #666;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .list-pt3 .list-btns {
        overflow: hidden;
        margin-top: 20px;
    }
    .list-pt3 .list-btns a {
        width: 110px;
        height: 32px;
        border: 1px solid #dcdedc;
        border-radius: 4px;
        line-height: 30px;
        font-size: 13px;
        color: #666;
        text-align: center;
    }
    .list-pt3 .list-btns a:nth-child(odd) {
        float: left;
        border-color: #eb6101;
        color: #eb6101;
    }
    .list-pt3 .list-btns a:nth-child(odd):hover {
        background-color: #eb6101;
        color: #fff;
    }
    .list-pt3 .list-btns a:nth-child(even) {
        float: right;
    }
    .list-pt3 .list-btns a:nth-child(even):hover {
        border-color: #eb6101;
        background-color: #eb6101;
        color: #fff;
    }
    .side-content .list-pt3 .list-item:nth-child(4n) {
        margin-right: 20px;
    }
    .side-content .list-pt3 .list-item:nth-child(3n) {
        margin-right: 0;
    }

    .list-pt4 {
        border: 10px solid rgba(4,83,155,.06);
        border-radius: 4px;
    }
    .list-pt4 .list-item {
        float: left;
        width: 50%;
        border: 10px solid rgba(4,83,155,.06);
        padding: 20px;
    }

    .list-pt5 .list-item {
        float: left;
        overflow: hidden;
        width: 280px;
        border-radius: 4px;
        margin-right: 20px;
        margin-bottom: 20px;
        background: #f2f2f2;
    }
    .list-pt5 .list-content {
        padding: 20px;
    }
    .list-pt5 .list-content:hover {
        background-color: #eb6101;
        color: #fff;
    }
    .list-pt5 .list-content:hover .liat-attr-item {
        color: rgba(255,255,255,.7);
    }
    .list-pt5 .list-title {
        height: 48px;
    }
    .list-pt5 .list-attr {
        height: 66px;
        -webkit-line-clamp: 3;
        margin-top: 20px;
        line-height: 22px;
    }
    .list-pt5 .liat-attr-item {
        font-size: 13px;
        color: #999;
    }
    .list-pt5 ul.list-attr {
        list-style: disc;
        padding-left: 16px;
    }
    .list-pt6 .list-item {
        float: left;
        overflow: hidden;
        width: 280px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 20px;
        background: #fafafa;
    }
    .list-pt6 .list-img a::after {
        font-size: 58px;
    }
    .list-pt6 .list-time,
    .list-pt6 .list-auth {
        margin-top: 10px;
        font-size: 14px;
        color: #999;
    }
    .list-pt6 .list-title {
        margin-top: 16px;
    }

    .list-tt1 {
        border-radius: 4px;
        padding: 10px 30px;
        background-color: rgba(4,83,155,.06);
    }
    .section-bg .list-tt1 {
        background-color: #fff;
    }
    .list-tt1 .list-item {
        position: relative;
        border-bottom: 1px solid #dcdcdc;
        padding: 20px 0 20px 16px;
        line-height: 24px;
    }
    .list-tt1 .list-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 28px;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background: #666;
    }
    .list-tt1 .list-time {
        font-size: 14px;
    }

    .list-tt2 .list-item {
        margin-bottom: 30px;
    }
    .list-tt2 .list-title {
        line-height: 24px;
        font-size: 18px;
    }
    .list-tt2 .list-title .fa {
        margin-right: 10px;
        font-size: 24px;
        color: #eb6101;
    }
    .list-tt2 .list-desc {
        border-radius: 4px;
        margin-top: 10px;
        padding: 16px 30px;
        line-height: 24px;
        font-size: 13px;
    }
    .list-tt2 .list-desc p {
        margin-bottom: 10px;
    }
    .list-tt2 .list-desc a {
        color: #eb6101;
    }
    .list-tt2 .list-desc a:hover {
        text-decoration: underline;
    }

    .list-tt3 .list-item {
        position: relative;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        margin-bottom: 20px;
        padding: 20px 30px;
    }
    .list-tt3 .list-title {
        line-height: 24px;
        font-size: 18px;
    }
    .list-tt3 .list-info {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        color: #999;
    }
    .list-tt3 .list-info span {
        position: relative;
        margin-right: 14px;
        padding-right: 16px;
    }
    .list-tt3 .list-info span:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 1px;
        right: 0;
        width: 1px;
        height: 14px;
        background: #dbdbdb;
    }
    .list-tt3 .list-item .btn {
        position: absolute;
        top: 20px;
        right: 30px;
        width: 120px;
        height: 38px;
        line-height: 36px;
        font-size: 14px;
    }
    /* end list */

    /* pagenavi */
    .wp-pagenavi a,
    .wp-pagenavi span {
        display: inline-block;
        min-width: 40px;
        height: 40px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        margin: 0 12px 0 0;
        padding: 0 5px;
        line-height: 38px;
        text-align: center;
        vertical-align: middle;
    }
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        width: 40px;
        font-size: 0;
    }
    .wp-pagenavi .previouspostslink::after,
    .wp-pagenavi .nextpostslink::after {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }
    /* end pagenavi */

    /* detail */
    .article-title {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 32px;
        font-weight: 700;
    }
    .article-tool {
        padding: 20px 30px;
        margin-bottom: 30px;
        background-color: rgba(4,83,155,.04);
        font-size: 14px;
        color: #666;
    }
    .article-tool span {
        position: relative;
        padding-right: 20px;
        margin-right: 20px;
    }
    .article-tool span::after {
        content: "";
        position: absolute;
        right: 0;
        top: 2px;
        width: 1px;
        height: 15px;
        background-color: #eaeaea;
    }
    .article-tool a,
    .article-content a,
    .article-nav a {
        color: #eb6101;
    }
    .article-tool a:hover,
    .article-content a:hover,
    .article-nav a:hover {
        text-decoration: underline;
    }
    .article-content{
        padding-bottom: 30px;
    }
    .article-content h2 {
        margin-top: 20px;
        font-size: 24px;
        font-weight: bold;
    }
    .article-content h3 {
        margin-top: 20px;
        font-size: 22px;
        font-weight: bold;
    }
    .article-content h4 {
        margin-top: 20px;
        font-size: 20px;
        font-weight: bold;
    }
    .article-content h5 {
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    .article-content h6 {
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }
    .article-content img {
        display: block;
        max-width: 100%;
        margin:15px auto 0;
    }
    .article-content p {
        margin-top: 20px;
        line-height: 2;
        font-size: 16px;
    }
    .article-content ol,.article-content ul{
        padding-left: 20px;
    }
    .article-content ol li,.article-content ul li{
        margin-top: 20px;
    }
    .article-content table {
        width: 100%!important;
        margin-bottom: 30px;
    }
    .article-content th{
        border: 1px solid #f4f4f4;
        padding:20px 15px;
        line-height: 26px;
        text-align: center;
    }
    .article-content td {
        border: 1px solid #f4f4f4;
        padding: 10px;
        line-height: 26px;
        text-align: center;
    }
    .article-content iframe {
        width: 100%;
        height: 500px;
        margin-bottom: 30px;
    }
    .article-nav {
        border-top: 1px solid #eaeaea;
        padding-top: 10px;
        font-size: 14px;
    }
    .article-nav-prev {
        float: left;
        max-width: 48%;
    }
    .article-nav-prev {
        float: right;
        max-width: 48%;
    }

    .detail-message-tip {
        position: relative;
        margin-top: -60px;
        margin-left: 150px;
        line-height: 20px;
        font-size: 13px;
        color: #666;
    }
    .detail-message {
        border: 10px solid #f3f6f8;
        margin-top: 30px;
    }
    .detail-message-form {
        width: 68%;
        border-right: 10px solid #f3f6f8;
        padding: 40px 0;
    }
    .detail-message-form label,
    .detail-message-form input,
    .detail-message-form textarea,
    .contact-form label,
    .contact-form input,
    .contact-form textarea {
        float: left;
        margin-bottom: 20px;
    }
    .detail-message-form label,
    .contact-form label {
        width: 20%;
        padding-right: 20px;
        line-height: 48px;
        text-align: right;
    }
    .detail-message-form input,
    .contact-form input {
        width: 70%;
        height: 48px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        padding: 10px 20px;
        margin-right: 10%;
        background: #f2f2f2;
        font-size: 14px;
    }
    .detail-message-form textarea,
    .contact-form textarea {
        width: 70%;
        height: 104px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        padding: 10px 20px;
        margin-right: 10%;
        line-height: 28px;
        background: #f2f2f2;
        font-size: 14px;
    }
    .detail-message-form button,
    .contact-form button {
        width: 220px;
        height: 48px;
        border: 0 none;
        border-radius: 4px;
        margin-left: 20%;
        line-height: 48px;
        background-color: #eb6101;
        font-size: 16px;
        color: #fff;
    }
    .detail-message-call,
    .detail-message-email,
    .detail-message-qrcode {
        width: 32%;
        padding: 24px 0;
        text-align: center;
    }
    .detail-message-email,
    .detail-message-qrcode {
        border-top: 10px solid #f3f6f8;
    }
    .detail-message-qrcode .side-contact-tit {
        margin-top: 0;
    }
    .detail-message-qrcode .qrcode {
        width: 176px;
        height: 176px;
        margin: 10px auto 0;
    }
    .detail-message-qrcode .qrcode img {
        width: 100%;
        height: 100;
    }
    /* end detail */

    /* index */
    .index-title {
        margin-bottom: 40px;
    }
    .index-tit {
        float: left;
        line-height: 48px;
        font-size: 32px;
        font-weight: 600;
    }
    .index-tit-intro {
        float: left;
        margin-top: 20px;
    }
    .index-tit-intro + .section-more {
        margin-top: 20px;
        color: #fff;
    }
    .index-tit + .section-more {
        margin-top: 12px;
    }
    .index-technology {
        margin-right: -20px;
    }
    .index-technology-item {
        float: left;
        position: relative;
        overflow: hidden;
        width: 380px;
        border-radius: 4px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .index-technology-item:nth-child(2) {
        width: 780px;
    }
    .index-technology-info {
        position: absolute;
        left: 40px;
        bottom: 24px;
        margin-right: 40px;
        color: #fff;
    }
    .index-technology-tit {
        font-size: 26px;
        font-weight: 600;
    }
    .index-technology-desc {
        margin-top: 10px;
    }

    .index-product-cate {
        margin-right: -20px;
    }
    .index-pdc-item {
        float: left;
        width: 380px;
        border-radius: 8px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .index-pdc-info {
        padding: 0 30px 20px;
    }
    .index-pdc-tit {
        position: relative;
        line-height: 38px;
        font-size: 24px;
    }
    .index-pdc-tit .fa {
        position: absolute;
        top: 7px;
        right: 0;
        width: 24px;
        height: 24px;
        border: 1px solid #666;
        border-radius: 50%;
        line-height: 22px;
        font-size: 20px;
        color: #666;
        text-align: center;
    }
    .index-pdc-desc {
        margin-top: 8px;
        color: #666;
    }
    .index-pdc-list {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        padding: 40px 40px 0;
        background-color: rgba(235,97,1,.95);
        color: #fff;
    }
    .index-pdc-ctit {
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding-bottom: 16px;
        line-height: 28px;
        font-size: 24px;
        font-weight: 600;
    }
    .index-pdc-list li {
        margin-top: 24px;
        line-height: 24px;
        font-size: 18px;
    }
    .index-pdc-list li a {
        display: block;
        position: relative;
    }
    .index-pdc-list li a::after {
        content: '\f105';
        position: absolute;
        right: 4px;
        font-family: 'FontAwesome';
        transition: right 0.3s ease-in-out;
    }
    .index-pdc-list li a:hover {
        text-decoration: underline;
    }
    .index-pdc-list li a:hover::after {
        right: 0;
    }
    .index-pdc-item:hover .index-pdc-list {
        display: block;
    }

    .industry-tab-ctrl {
        float: left;
    }
    .industry-tab-ctrl a {
        display: block;
        position: relative;
        width: 226px;
        height: 80px;
        margin-bottom: 1px;
        padding-left: 94px;
        line-height: 80px;
        background: #f6f6f6;
        font-size: 18px;
        color: #666;
    }
    .industry-tab-ctrl a i {
        position: absolute;
        left: 40px;
        top: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .industry-tab-ctrl a:hover,
    .industry-tab-ctrl a.active {
        background-color: #fff;
        color: #eb6101;
    }
    .industry-tab-ctrl a:hover i,
    .industry-tab-ctrl a.active i {
        border: 1px solid #eb6101;
        border-radius: 50%;
        background-color: rgba(4,83,155,.04);
        color: #eb6101;
    }
    .industry-tab-ctrl a:hover::before,
    .industry-tab-ctrl a.active::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 8px;
        height: 100%;
        background-color: #eb6101;
    }
    .industry-tab-wrap {
        overflow: hidden;
        padding: 50px 60px 0;
    }
    .industry-con-img {
        float: left;
        overflow: hidden;
        width: 340px;
        margin-right: 40px;
    }
    .industry-con-tit {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 24px;
        font-weight: 500;
    }
    .industry-con-desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        height: 96px;
        margin-top: 24px;
        line-height: 24px;
        text-overflow: ellipsis;
        font-size: 14px;
        color: #666;
    }
    .industry-con-btns {
        margin-top: 24px;
    }
    .industry-con-btns .btn:not(:last-child) {
        margin-right: 10px;
    }
    .industry-case-title {
        margin-top: 24px;
        padding: 8px 12px;
    }
    .industry-case-list {
        margin-top: 14px;
    }
    .industry-case-item {
        float: left;
        width: 200px;
        margin-right: 10px;
    }
    .industry-case-item:last-child {
        margin-right: 0;
    }
    .industry-case-img {
        overflow: hidden;
        border: 6px solid #f2f2f2;
        border-radius: 4px;
    }
    .industry-case-tit {
        margin-top: 10px;
        font-size: 14px;
    }
    .industry-con-product {
        border-top: 1px solid #eaeaea;
        margin-top: 24px;
        padding-top: 20px;
        font-size: 14px;
    }
    .industry-con-product a {
        margin-left: 20px;
        color: #666;
    }

    .index-server {
        padding: 20px 0;
    }
    .index-server-item {
        float: left;
        width: 372px;
        border: 1px solid #e1e8ed;
        border-radius: 8px;
        margin-right: 32px;
        padding-top: 50px;
        padding-bottom: 40px;
        background-color: #fff;
        text-align: center;
    }
    .index-server-item:last-child {
        margin-right: 0;
    }
    .index-server-item i {
        display: block;
        width: 72px;
        height: 72px;
        border: 2px solid rgba(235,97,1,.5);
        border-radius: 50%;
        margin: 0 auto;
        background: rgba(4,83,155,.1);
        line-height: 68px;
        font-size: 32px;
        color: #eb6101;
        text-align: center;
    }
    .index-server-tit {
        margin-top: 20px;
        font-size: 24px;
        font-weight: 500;
    }
    .index-server-desc em {
        color: #eb6101;
        font-weight: bold;
    }
    .index-server-desc {
        width: 288px;
        height: 72px;
        margin: 30px auto;
        line-height: 24px;
        font-size: 14px;
        color: #666;
    }
    /* end index */

    /* product */
    .product-cate-cover a {
        float: left;
        position: relative;
        overflow: hidden;
        width: 380px;
        border-radius: 8px;
        margin-bottom: 20px;
        margin-right: 20px;
        text-align: center;
    }
    .product-cate-cover a:nth-child(3),
    .product-cate-cover a:nth-child(5) {
        margin-right: 0;
    }
    .product-cate {
        margin-top: -18px;
        font-size: 24px;
    }
    .product-dtl {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items:center;
        margin-top: 30px;
    }
    .product-dtl-img {
        overflow: hidden;
        width: 50%;
        text-align: center;
    }
    .product-dtl-img img {
        max-width: 100%;
    }
    .product-dtl-content {
        width: 580px;
    }
    .product-dtl-title {
        font-size: 32px;
        font-weight: bold;
    }
    .product-dtl-desc {
        margin-top: 20px;
        font-size: 15px;
        color: #999;
    }
    .product-dtl-desc p {
        margin-top: 20px;
        line-height: 24px;
    }
    .product-dtl-attr {
        margin-top: 30px;
    }
    .product-dtl-attr-item {
        margin-top: 10px;
        
    }
    .product-dtl-attr-item em {
        display: inline-block;
        width: 110px;
        font-weight: bold;
    }
    .product-dtl-btn {
        margin-top: 30px;
    }
    .product-dtl-call {
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
    }
    .product-dtl-call span,
    .product-dtl-call em {
        display: block;
    }
    .product-dtl-call span {
        font-size: 13px;
        color: #666;
    }
    .product-dtl-call em {
        color: #eb6101;
    }
    .product-dtl-append {
        margin-top: 20px;
    }
    .product-dtl-append-item {
        position: relative;
        float: left;
        padding-right: 20px;
        margin-right: 20px;
        line-height: 24px;
        font-size: 14px;
        color: #666;
    }
    .product-dtl-append-item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 4px;
        width: 1px;
        height: 16px;
        background: #dbdbdb;
    }
    .product-dtl-append-item:last-child:after {
        display: none;
    }
    .product-dtl-append-item .fa {
        margin-right: 8px;
        color: #eb6101;
    }
    .product-dtl-append-item a:hover {
        color: #eb6101;
    }
    .banner .product-dtl {
        width: 1180px;
        margin: 148px auto 0;
        color: #fff;
        text-align: left;
    }
    .banner .product-dtl-desc {
        color: #fff;
    }
    .banner .product-dtl-btn .btn {
        min-width: 220px;
        width: auto;
        padding: 0 40px;
    }

    .product-dtl-nav-bar {
        position: sticky;
        top: 0;
        z-index: 10;
        background-color: #f0f5f9;
    }
    .product-dtl-nav {
        margin-top: 40px;
        padding: 18px 0;
    }
    .product-dtl-nav-item {
        position: relative;
        padding-right: 40px;
        margin-right: 40px;
    }
    .product-dtl-nav-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 4px;
        width: 1px;
        height: 16px;
        background-color: #cacaca;
    }
    .product-dtl-nav-item a:hover {
        color: #eb6101;
    }
    .product-dtl-part {
        padding-top: 60px;
    }
    .product-dtl-part-tit {
        position: relative;
        padding-left: 20px;
        margin-bottom: 30px;
        font-size: 28px;
        font-weight: bold;
    }
    .product-dtl-part-tit::before {
        content: '';
        position: absolute;
        top: 11px;
        left: 0;
        width: 4px;
        height: 20px;
        background-color: #eb6101;
        transform: skewX(-20deg);
    }
    .product-dtl-part-tit::after {
        content: '';
        position: absolute;
        top: 11px;
        left: 6px;
        width: 4px;
        height: 20px;
        background-color: #eb6101;
        transform: skewX(-20deg);
    }
    .product-dtl-layout .side-bar {
        position: sticky;
        top: 60px;
    }
    .product-dtl-layout .main-bar-right {
        margin-top: 0;
    }
    .product-dtl-layout .side-bar {
        margin-top: 60px;
    }
    .server-process-wrap {
        padding: 60px 20px 40px;
    }
    .server-process-item {
        padding: 0 20px;
    }
    .server-process-item:not(:first-child)::before {
        top: 32px;
    }
    .server-process-item i {
        width: 64px;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
    }
    .server-process-tit {
        margin-top: 16px;
    }
    .server-process-desc {
        margin-top: 8px;
        line-height: 20px;
        font-size: 13px;
        color: #666;
    }
    /* end product */

    /* news and case */
    .server-list-item {
        width: 16.6%;
        padding: 40px 24px 30px;
    }
    .server-list-item .fa {
        width: 56px;
        height: 56px;
        line-height: 54px;
        font-size: 32px;
    }
    .server-list-tit {
        margin-top: 30px;
        font-size: 18px;
    }
    .server-list-desc {
        margin-top: 10px;
        line-height: 24px;
        font-size: 13px;
    }
    .server-list + .btn {
        display: block;
        margin: 30px auto 0;
    }
    /* end news and case */

    /* contact */
    .contact-form {
        float: left;
        width: 780px;
        padding: 60px 0;
    }
    .contact-form input,
    .contact-form textarea {
        background-color: #fff;
    }
    .contact-channel {
        float: right;
        width: 380px;
        padding: 40px;
    }
    .contact-channel-title {
        margin-bottom: 10px;
        line-height: 26px;
        font-size: 20px;
        font-weight: 700;
    }
    .contact-channel-sub {
        margin-bottom: 24px;
        font-size: 14px;
        color: #999;
    }
    .contact-channel-item {
        padding: 18px 0;
    }
    .contact-channel-item .fa {
        width: 40px;
        height: 40px;
        margin-right: 16px;
        line-height: 38px;
        font-size: 24px;
    }
    .contact-channel-tit {
        line-height: 24px;
        font-size: 14px;
        color: #999;
    }
    .contact-channel-number {
        font-size: 24px;
        font-weight: 600;
    }
    .contact-channel-mail {
        font-weight: 600;
    }
    .contact-channel-mail a:hover {
        color: #eb6101;
    }
    .contact-channel-address {
        line-height: 24px;
        font-size: 15px;
    }
    .contact-channel .btn {
        margin-top: 20px;
    }

    .contact-qrcode {
        margin-top: 40px;
        padding: 40px 0;
        text-align: center;
    }
    .contact-qrcode .wechat-qrcode {
        display: inline-block;
        width: 200px;
        height: 200px;
        margin: 0 20px;
    }
    .contact-qrcode .qrcode-name {
        margin-top: 20px;
        color: #666;
    }
    /* end contact */

    /* about */
    .about-main {
        position: relative;
    }
    .about-content {
        width: 600px;
    }
    .about-title {
        padding-bottom: 20px;
    }
    .about-title::after {
        bottom: -3px;
        width: 40px;
        height: 3px;
    }
    .about-tit {
        font-size: 26px;
        font-weight: bold;
    }
    .about-tit-sub {
        margin-top: 4px;
    }
    .about-tit em {
        margin-right: 16px;
        color: #eb6101;
    }
    .about-desc {
        min-height: 72px;
        margin-top: 20px;
        line-height: 24px;
        font-size: 14px;
        color: #666;
    }
    .about-advantage {
        margin-top: 30px;
    }
    .about-advantage-item {
        width: 280px;
        height: 80px;
        border-radius: 4px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 12px 0 12px 48px;
        line-height: 56px;
    }
    .about-advantage-item .fa {
        width: 56px;
        height: 56px;
        margin-right: 16px;
        line-height: 56px;
        font-size: 32px;
        vertical-align: middle;
    }
    .about-img {
        position: absolute;
        right: 0;
        bottom: 20px;
        width: 540px;
        height: 340px;
    }
    .about-img img {
        width: 510px;
        height: 340px;
        border-radius: 30px;
        box-shadow: 30px -30px #f2f2f2;
    }

    .about-datas-item:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 2px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
    }
    .about-data-number {
        font-size: 60px;
        font-weight: 600;
    }
    .about-data-number sup {
        position: relative;
        margin-right: -18px;
        font-size: 24px;
        font-weight: normal;
        vertical-align: text-top;
    }
    .about-data-tit {
        margin-top: 4px;
    }

    .about-contact {
        height: 200px;
        border-radius: 16px;
        background-image: linear-gradient(120deg, #ccc 0%, #eaeaea 30%, #eb6101 30%, #eb6101 100%);
    }
    .about-contact-logo {
        float: left;
        margin-top: 98px;
        margin-left: 48px;
    }
    .about-contact-logo img {
        height: 64px;
    }
    .about-contact-content {
        float: right;
        width: 60%;
        padding-top: 30px;
        padding-right: 60px;
        color: #fff;
    }
    .about-contact-title {
        line-height: 36px;
        font-size: 20px;
        font-weight: bold;
    }
    .about-contact-btn {
        margin-top: 20px;
    }
    .about-contact-btn .btn {
        font-weight: bold;
    }
    .about-contact-call {
        position: relative;
        display: inline-block;
        border-left: 1px solid rgba(255,255,255,.2);
        margin-left: 30px;
        padding-left: 30px;
        vertical-align: middle;
    }
    .about-contact-call span {
        display: block;
        font-size: 13px;
    }
    .about-contact-call em {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }

    .about-timeline {
        margin-top: 50px;
    }
    .about-timeline-wrap {
        padding-left: 380px;
    }
    .about-timeline-item {
        position: relative;
        padding-bottom: 40px;
        line-height: 24px;
        font-size: 14px;
        font-weight: bold;
    }
    .about-timeline-item::before {
        content: "";
        position: absolute;
        left: -68px;
        top: 4px;
        z-index: 1;
        width: 16px;
        height: 16px;
        border: 2px solid #ccc;
        border-radius: 50%;
        background: #fff;
    }
    .about-timeline-item::after {
        content: "";
        position: absolute;
        left: -62px;
        top: 12px;
        width: 2px;
        height: 100%;
        background: #ccc;
    }
    .about-timeline-item:last-child::after {
        display: none;
    }
    .about-timeline-time {
        position: absolute;
        top: 0;
        left: -380px;
        width: 260px;
        line-height: 24px;
        font-size: 16px;
        text-align: right;
        color: #666;
    }
    /* end about */
        
    /* join */
    .join-channel {
        margin-top: 40px;
    }
    .join-channel-inexperienced,
    .join-channel-experienced {
        width: 575px;
        border-radius: 4px;
    }
    .join-channel-inexperienced {
        float: left;
    }
    .join-channel-experienced {
        float: right;
    }
    .join-channel-title {
        height: 140px;
        padding-top: 30px;
        text-align: center;
    }
    .join-channel-title .fa {
        font-size: 40px;
    }
    .join-channel-title span {
        margin-top: 10px;
        font-size: 24px;
        font-weight: bold;
    }
    .join-channel-wrap {
        padding: 20px;
    }
    .join-channel-item {
        padding: 20px 30px;
        margin-bottom: 20px;
        background-color: #fff;
    }
    .join-channel-tit {
        font-size: 18px;
        font-weight: bold;
    }
    .join-channel-info {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
    }
    .join-channel-list + a {
        border-radius: 4px;
        line-height: 48px;
    }
    .join-channel-list + a:hover {
        background-color: #eb6101;
        color: #fff;
    }
    .join-contact {
        height: 200px;
        border-radius: 16px;
        margin-top: 30px;
        background-image: linear-gradient(-120deg, #ccc 0%, #eaeaea 30%, #eb6101 30%, #eb6101 100%);
    }
    .join-contact-img {
        float: right;
        margin-top: 98px;
        margin-right: 48px;
    }
    .join-contact-img img {
        height: 64px;
    }
    .join-contact-content {
        float: left;
        width: 60%;
        padding-top: 30px;
        padding-left: 60px;
        color: #fff;
    }
    .join-contact-content .white-btn {
        width: auto;
        padding: 0 30px;
        margin-top: 20px;
        font-weight: bold;
    }
    .join-contact-title {
        font-size: 26px;
    }
    .join-contact-desc {
        margin-top: 20px;
        font-size: 14px;
        color: #f0f5f9;
    }
    /* end join */
}
@media screen and (min-width: 1600px) {
    .container {
        width: 1460px;
    }
    #menu-footermenu > .menu-item {
        width: 180px;
    }
    .side-content {
        width: 1020px;
    }
    .side-bar {
        width: 410px;
    }
    .list-pt2 .list-item {
        width: 466px;
        margin-right: 30px;
    }
    .list-pt3 .list-item,
    .list-pt5 .list-item,
    .list-pt6 .list-item {
        width: 342px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .side-content .list-pt3 .list-item {
        width: 320px;
    }
    .side-content .list-pt3 .list-item:nth-child(4n) {
        margin-right: 30px;
    }
    .product-cate-cover a {
        width: 466px;
        margin-bottom: 30px;
        margin-right: 30px;
    }
    .index-technology {
        margin-right: -30px;
    }
    .index-technology-item,
    .index-pdc-item {
        width: 466px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .index-technology-item:nth-child(2) {
        width: 962px;
    }
    .index-product-cate {
        margin-right: -30px;
    }
    .industry-tab-ctrl a {
        width: 280px;
        padding-left: 110px;
    }
    .industry-tab-ctrl a i {
        left: 60px;
    }
    .industry-tab-wrap {
        padding: 30px 60px 0;
    }
    .industry-case-item {
        width: 250px;
        margin-right: 20px;
    }
    .industry-con-btns .btn:not(:last-child) {
        margin-right: 16px;
    }
    .index-server-item {
        width: 465px;
    }
    .banner .product-dtl {
        width: 1460px;
    }

    .product-dtl-content {
        width: 680px;
    }

    .contact-form {
        width: 1030px;
    }

    .about-content {
        width: 700px;
    }
    .about-advantage-item {
        width: 320px;
        padding-left: 70px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .about-img {
        bottom: 30px;
    }

    .join-channel-inexperienced,
    .join-channel-experienced {
        width: 715px;
    }
}


.fadeInDown {
    -webkit-animation: fadeInDown .2s forwards;
    animation: fadeInDown .2s forwards
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -50%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -50%, 0)
    }
}

@-webkit-keyframes alertFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(-50%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0)
    }
}

@keyframes alertFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(-50%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0)
    }
}


@-webkit-keyframes point {
    0% {
        transform: scale(0.5);
        opacity: 1
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes point {
    0% {
        transform: scale(0.5);
        opacity: 1
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}
