        
.banner .banner-info {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}

.banner-info h4 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.banner-info p {
    font-size: 16px;
    color: #fff;
}

.progress-title {
    position: relative;
}

.progress-title img {
    width: 100%;
}

.progress-title h4 {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    font-size: 30px
}

.nav-progress {
    padding: 20px 0;
    text-align: center;
    line-height: 0
}

.nav-progress .nav-item {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #b8b7b7;
    text-align: center;
    line-height: 70px;
    color: #fff;
    margin-right: 30px;
}
.contact-img,.contact-img img{width: 90px;height:90px;}
.contact-img{display: inline-block;}
.nav-progress .nav-item:last-child {
    margin-right: 0;
}

.nav-item span {
    font-size: 32px
}

.nav-content {
    overflow: hidden;
    display: inline-block;
    line-height: 0
}

.nav-active-bg {
    background: #4766e5 !important
}

.gray-bg {
    background: #f3f3f3 !important
}

.progress-item h4 {
    color: #4766e5;
    font-size: 18px;
    text-align: center;
}

.progress-img {
    width: 30%;
    margin: 30px auto;
}

.progress-img img {
    width: 100%
}

.progress-item p {
    color: #989898;
    text-align: center;
    font-size: 15px
}

.progress-item .h-line {
    width: 1px;
    background: #4766e5;
    height: 150px;
    margin: 0 auto 50px;
    position: relative;
}

.progress-item .h-line:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    bottom: -2px;
    background: #4766e5;
    left: -2px
}

.progress-item:last-child .h-line {
    display: none
}

.stuck {
    position: fixed;
    top: 70px;
    z-index: 999;
    width: 100%
}

.link-progress {
    clear: both;
    display: block;
    margin: 10px 0 40px;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 80px;
    background: url('{{ Theme::url(' images/progress-btn.jpg') }}') no-repeat;
    background-size: 100% 100%;
    position: relative
}

.link-progress h4 {
    font-size: 22px;
    color: #fff;
    padding: 7px 0;
    margin-top: 10px
}

.link-progress p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0
}

.link-progress span {
    font-size: 20px;
    color: #ffd800;
    position: absolute;
    right: 80px;
    top: 34px;
    line-height: 75px
}

.link-progress img {
    position: absolute;
    top: -10px;
    right: -85px;
    height: 110px;
    width: 110px
}

.code2d {
    position: fixed;
    bottom: 40px;
    right: 130px;
    margin-left: 580px;
    height: 142px;
    width: 120px;
    padding: 0 8px 8px;
    z-index: 999999;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 3px;
    background: #fff
}

.code2d img {
    display: inline-block;
    background: #fff;
    width: 100%;
}

.code2d p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin: 0
}

@media screen and (max-device-width:700px) {
    .banner-info h4{
        font-size:18px;
    }
    .banner-info p {
        font-size:12px;
    }
}

@media screen and (max-device-width:1023px) {

    

    .code2d {
        display: none
    }

    .link-progress {
        padding: 25px 30px
    }

    .link-progress span {
        display: block;
        position: relative;
        line-height: 1.5;
        top: 0;
        right: 0
    }

}

#primary-menu {
    float: right;
}

#primary-menu ul.mobile-primary-menu {
    display: none;
}

.show {
    display: block !important;
}

#primary-menu ul {
    list-style: none;
    margin: 0;
}

#primary-menu>ul {
    float: left;
}

#primary-menu ul li {
    position: relative;
}

#primary-menu ul li.mega-menu {
    position: inherit;
}

#primary-menu ul>li {
    float: left;
    margin-left: 2px;
}

#primary-menu>ul>li:first-child {
    margin-left: 0;
}

#primary-menu ul li>a {
    display: block;
    line-height: 24px;
    padding: 36px 10px;
    color: #444;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}

#primary-menu ul li>a span {
    display: none;
}

#primary-menu ul li>a i {
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top;
}

#primary-menu ul li>a i.icon-angle-down:last-child {
    font-size: 12px;
    margin: 0 0 0 5px;
}

#primary-menu ul li:hover>a,
#primary-menu ul li.current>a {
    color: #4766e5;

}
#primary-menu ul li:hover>a{
    background: #4766e5;
    color:#fff
}
#primary-menu>ul>li.sub-menu>a>div {}

body.no-superfish #primary-menu li:hover>ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover>.mega-menu-content {
    display: block;
}

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    display: none;
    position: absolute;
    width: 120px;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    /* border-top: 2px solid #4766e5; */
    height: auto;
    z-index: 199;
    top: 100%;
    left: 50%;
    margin: 0;
    margin-left: -60px;
}

#primary-menu ul ul:not(.mega-menu-column) ul {
    top: -2px !important;
    left: 218px;
}

#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
    left: auto;
    right: 0;
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
    right: 218px;
}

#primary-menu ul ul li {
    float: none;
    margin: 0;
}

#primary-menu ul ul li:first-child {
    border-top: 0;
}

#primary-menu ul ul li>a {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#primary-menu ul ul li>a i {
    top: 0;
}

#primary-menu ul ul li:hover>a {
    background-color: #4766e5;
    color: #fff;
}

#primary-menu ul ul>li.sub-menu>a,
#primary-menu ul ul>li.sub-menu:hover>a {
    background-image: url("{{ Theme::url('images/icons/submenu.png') }}");
    background-position: right center;
    background-repeat: no-repeat;
}

#primary-menu ul {
    padding-left: 0
}

.pi-row-reduced #primary-menu>ul>li>a {
    padding: 23px 30px;
}

#primary-menu ul,
#primary-menu li {
    margin: 0
}

/*#primary-menu  a{*/
/*padding: 36px 30px;*/
/*}*/

.pi-row-reducible #primary-menu {
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}



.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.toast-message a,
.toast-message label {
    color: #ffffff;
}

.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}

.toast-close-button {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
}


button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width {
    top: 10px;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 10px;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 1999;
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container>div {
    margin: 0 0 6px;
    padding: 15px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #ffffff;
    opacity: 1;
    /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
    /*filter: alpha(opacity=80);*/
}

.pi-row-reduced #primary-menu>ul>li>a {
    padding: 23px 10px;
}

#toast-container>div i {
    position: relative;
    top: 1px;
    width: 16px;
    text-align: center;
    margin-right: 3px;
}

#toast-container> :hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
    width: 96%;
    margin: auto;
}

.toast-top-right {
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -60px;
}

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}


@media all and (min-width: 240px) and (max-width: 479px) {
    #toast-container>div {
        padding: 8px;
        width: 18em;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    #toast-container>div {
        padding: 15px;
        width: 25em;
    }
}


.lang a {
    display: inline-block;
    position: relative;
}

/* .lang a:before {
    content: "";
    width: 1px;
    background: #eee;
    position: absolute;
    top: 50%;
    height: 10px;
    margin-top: -5px;
    right: 0;
}

.lang a:last-child {
    display: inline-block;
    position: relative;
    padding-left: 10px
}

.lang a:last-child:before {
    content: "";
    width: 0
} */

#primary-menu>ul>li.active:before {
    content: "";
    height: 3px;
    background: #4766e5;
    width: 20px;
    position: absolute;
    bottom: 0;

    left: 50%;
    margin-left: -10px
}

@media (max-width: 1023px) {
    #primary-menu {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        background: #fff;
        margin-left: -20px;
    }

    #primary-menu ul {
        padding: 0
    }

    #primary-menu ul,
    #primary-menu ul>li {
        clear: both;
        float: none;

    }

    #primary-menu ul>li {
        display: block;
        border-bottom: 1px solid #eee;
    }

    #primary-menu ul>li a {
        padding: 20px;
    }

    .active:before {
        content: "";
        background: #4766e5;
        width: 3px;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        margin-left: 0;
        height: 100%
    }

    .nav-progress {
        padding: 10px 0
    }

    .progress-title h4 {
        font-size: 16px;
        margin-top: -8px
    }

    .nav-progress .nav-item {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        margin: 1vw 0.5vw;
    }
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.mybox p {
    margin-bottom: 5px
}

.mybox>div:nth-child(1) i:before {
    content: '\e914';
}

.mybox>div:nth-child(2) i:before {
    content: '\e87a'
}

.mybox>div:nth-child(3) i:before {
    content: '\e8f7'
}

/*.mygrid{width: 50% !important;}*/
.faqimg img {
    width: 500px;
}
.pi-flex{display: flex;}
.pi{flex-shrink: 1;}
.pi-align-center{align-self: center;}
.pi-justify-content{justify-content:space-between}
.pi-flex-wrap{ flex-wrap: wrap;}
.pi-flex-col{flex-direction: column;}
.pi-flex-1{flex:1;}
.pi-flex-item{padding: 0 5px;}
.pi-flex-item img{max-width: 100%;}

.pi-title h3{position: relative;padding-bottom: 20px;}
.pi-title h3::after{content:"";width: 60px;height: 2px;position: absolute;bottom:0;left:50%;margin-left: -30px;background-color: #4766e5;}
.footer-info img{width: 18px;height:18px}
.pi-single-line{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}



.pi-no-margin{margin:0 !important}
.pi-double-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pi-news-info1{padding: 15px;}
.pi-news-info1 p, .pi-news-date1 p{color:#666e70 !important}
.pi-news-list1{background:#fff;border-radius: 10px;overflow: hidden;}
.pi-news-date1{padding:0 10px;width: 200px;}
@media (min-width: 320px){
    .pi-flex-item{width: 25%;}
    .pi-news-img1,.pi-news-img1 img{height:auto;width: 100%;}
    .pi-news-info1{width: 100%;}
    .pi-news-list1{flex-wrap: wrap;}
    .pi-product-class .h5{font-size:14px};
    
  }
@media (min-width: 540px){
    .pi-flex-item{width:12.5%;}
    .pi-news-img1,.pi-news-img1 img{height:160px;width: 260px;}
    .pi-news-info1{flex: 1;}
    .pi-news-list1{flex-wrap: no-wrap;}
    .pi-bg-auto{background-size:100% 100% !important;}
    .pi-product-class .h5{font-size:16px}
}
.pi-link-white {
    color: #fff !important;
}
.device-xxs .pi-h-auto{font-size:20px}
.device-xxs .pi-col-xs-6 {width: 50%;float:left }
.device-xxs .pi-double-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.device-xxs .pi-news-date1,.device-xs .pi-news-date1{display: none;}

.pi-banner{padding: 80px 0;}
.pi-banner *{color:#fff !important}
.pi-banner h1{font-size:40px}

.footer-img img{width: 18px;height:18px;}
.lang a {color: #4766e5 !important;}
.pi-news-img1 span{line-height: 160px;font-size:32px;display: block;border-right:1px solid #eee;color:#999}
.back-btn{line-height: 40px;border-radius:20px;padding:0 20px;display: inline-block;min-width:150px;}
.pi-hidden-lg-onlys {
    display: block !important;
}
@media (min-width: 1023px) {
    .pi-hidden-lg-onlys {
        display: none !important;
    }
}

@media (min-width: 300px) {
    #primary-menu ul {
        display: none 
    }
}

@media (min-width: 1023px) {
    #primary-menu ul {
        display: block
    }
}

#primary-menu ul li>a {
    font-size: 18px;
    text-transform:none
}
a:focus {
    outline: none;
}
.pi-row-reduced .pi-row-block-logo{
    margin-top:15px !important
}
.nine-lines{
    overflow:hidden;
    display:-webkit-box; 
    text-overflow:ellipsis;
    -webkit-line-clamp:9;
    -webkit-box-orient:vertical; 
    white-space:normal;
  }
  .three-lines{
    overflow:hidden;
    display:-webkit-box; 
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical; 
    white-space:normal;
  }
  #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    /* width:max-content */
}
#primary-menu *{
    text-align: center;
    word-break:keep-all !important;
    word-wrap: normal !important;
}
#primary-menu ul ul li>a{
    font-size: 16px;
    font-weight: normal;
}

.tp-banner-container{
    background-color: #fff;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #4766e5 !important;
    color: #FFF;
}

.pi-box{position: relative;}
.pc-cover{
    background: rgba(30,37,195,0.7);
    color:#fff;
    position: absolute;
    top:100%;
    left:0;
    right:0;
    bottom:0;
    z-index: 10;
    padding: 20px 20px 0;
}
.pc-cover h3{padding-top: 25px;margin-bottom: 10px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;}
.pc-cover div{
    font-size: 15px;margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pc-cover *{color: #fff !important;}

/* 鼠标悬浮效果上浮显示 */
.pi-box:hover .pc-cover{
    top:0;
    transition: all 0.5s;
}

.pc-cover .pc-link{
    margin-top: 20px;
    background-color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 23px;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    color: #4766e5 !important;
}
.pi-bg-cover:hover{
    background: #4766e5 !important;

}

.pi-bg-cover:hover *{
 
    color:#fff !important;
}

#primary-menu ul ul:not(.mega-menu-column){
    background: rgba(255,255,255,0.7);
}



.pi-product-class:hover .phover{
    transform: rotateX(360deg);
    transition: all 0.5s;
}