body,html{
    font-family:"Microsoft YaHei","PingFang SC","Lucida Grande",Helvetica,FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3","Open Sans",Arial,Helvetica,sans-serif,"Segoe UI Emoji";
    background:#f3f3f3
}
@media (min-width:1200px){
    ::-webkit-scrollbar{
        width:6px
    }
    ::-webkit-scrollbar-track{
        background:#ededed
    }
    ::-webkit-scrollbar-thumb{
        background-color:#b5b5b5;
        -webkit-border-radius:4px;
        border-radius:4px
    }
}
.container{
    max-width:1200px!important;
    position:relative;
    z-index:2
}
.blue{
    color:#0d6efd
}
.red{
    color:#e52f37
}
.green{
    color:#27b36a
}
.section-white{
    background:#fff;
    padding:90px 0 90px 0
}
.section-grey{
    background:#f5f7fc;
    padding:90px 0 90px 0
}
.blank{
    height:30px;
    width:100%
}
@media only screen and (max-width:640px){
    .blank{
        height:10px
    }
}
ul{
    padding:0
}
ol,ul{
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;
    color:#7c8595;
    font-size:17px;
    line-height:26px;
    margin-bottom:20px
}
ol li,ul li{
    font-size:17px;
    line-height:26px;
    list-style-type:none
}
ul li i{
    vertical-align:middle;
    padding-right:5px
}
p{
    font-size:17px;
    line-height:26px;
    font-weight:400;
    color:#7c8595;
    margin-bottom:20px
}
a,a:active,a:focus,a:hover,a:visited{
    text-decoration:none;
    outline:0;
    color:#2058AD
}
a:hover{
    color:#000
}
.btn{
    font-size:17px;
    font-weight:600
}
.btn-link{
    font-weight:600;
    color:#595959;
    text-decoration:none
}
.btn-link i{
    font-size:18px;
    font-weight:600;
    color:#595959;
    text-decoration:none
}
a:hover .btn-link i{
    color:#2058AD
}
h1,h2,h3,h4,h5,h6{
    line-height:1.2;
    margin-top:0;
    margin-bottom:20px;
    color:#2058AD;
    font-weight:700
}
h1{
    font-size:42px
}
h2{
    font-size:34px
}
h3{
    font-size:26px
}
h4{
    font-size:20px
}
h5{
    font-size:18px
}
h6{
    font-size:16px
}
.mt-50{
    margin-top:50px
}
.width-100{
    width:100%
}
.image-shadow{
    border-radius:8px 8px;
    box-shadow:15px 10px 20px rgb(0 0 0 / 15%)
}
.section-white{
    background:#fff;
    padding:90px 0 90px 0
}
.section-grey{
    background:#f5f7fc;
    padding:90px 0 90px 0
}
.bg-f{
    padding:30px;
    background:#fff
}
.lcms-editor p{
    color:#3e3a39
}
.big-title{
    font-size:40px;
    font-weight:400;
    color:#ffffff
}
.big-desc{
    font-size:22px;
    color:#dcdddd
}
@media (max-width:640px){
    .big-title{
        font-size:28px
    }
    .big-desc{
        font-size:16px
    }
}
.navbar-brand img{
    display:block;
    height:60px
}
.navbar{
    width:100%;
    z-index:9999;
    padding-top:10px;
    padding-bottom:10px
}
.navbar .navbar-nav{
    margin-left:70px
}
.navbar-toggler{
    border:1px solid #2058AD
}
.navbar-toggler-icon{
    width:1.3em;
    height:1.3em
}
.navbar-toggler-icon i{
    color:#2058AD;
    vertical-align:middle
}
.navbar-fixed-top{
    position:absolute!important;
    background-color:#f2f2f3;
    border-bottom:none;
    transition:background-color .25s ease 0s
}
.navbar-fixed-top.opaque{
    position:fixed!important;
    top:0;
    margin-top:0;
    background-color:#f2f2f3!important;
    border-bottom:1px solid #efefef;
    box-shadow:0 0 25px 0 rgba(0,0,0,.04)!important;
    transition:all .25s ease-in-out 0s
}
.navbar .navbar-nav li.active a{
    color:#2058AD
}
.navbar .navbar-nav li.active a::after{
    display:block;
    content:'';
    border-bottom:2px solid #2058AD
}
.navbar-fixed-top.opaque .navbar-nav>li{
    display:inline-block
}
.navbar-fixed-top .navbar-nav>li>a{
    color:#3e3a39;
    font-size:16px!important;
    line-height:30px!important;
    padding:10px 25px!important;
    font-weight:500
}
.navbar-fixed-top.opaque .navbar-nav>li>a{
    color:#2058AD
}
.navbar-fixed-top .navbar-nav>li>a:hover{
    color:#2058AD!important;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.nav-item.current a{
    color:#2058AD!important;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.navbar-fixed-top .navbar-nav>li>a.discover-btn{
    border:2px solid #2058AD;
    color:#fff!important;
    background:#2058AD;
    border-radius:5px 5px;
    padding:10px 18px!important;
    margin-left:10px;
    margin-right:15px;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.navbar-fixed-top .navbar-nav>li>a.discover-btn:hover{
    color:#fff!important;
    background:0 0;
    border:2px solid #fff
}
.navbar-fixed-top.opaque .navbar-nav>li>a.discover-btn{
    color:#fff!important;
    background:#164145;
    border:1px solid #164145;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.navbar-fixed-top.opaque .navbar-nav>li>a.discover-btn:hover{
    border:1px solid #164145;
    color:#164145!important;
    background:0 0
}
.navbar-index{
    background-image:linear-gradient(180deg,rgb(0 0 0 / 70%) 0,rgb(0 0 0 / 0) 100%)!important;
    background-color:transparent!important
}
.navbar-index.opaque{
    background-color:transparent!important;
    border-bottom:0!important;
    box-shadow:none!important
}
.navbar-index .navbar-nav>li>a{
    color:#fff
}
.navbar-index.opaque .navbar-nav>li>a{
    color:#fff!important
}
.share_icon{
    margin-top:15px
}
.share_icon i{
    color:#41464b;
    padding:0 10px
}
.navbar-index .share_icon i{
    color:#fff;
    cursor:pointer
}
.share_icon .social-link li{
    position:relative;
    display:inline
}
.share_icon .lang .dropdown-toggle::after{
    display:none
}
.share_icon .lang .dropdown-menu{
    min-width:110px;
    padding:0;
    margin:0;
    border:0;
    border-radius:0;
    background-color:rgb(255 255 255 / 50%)
}
.share_icon .lang .dropdown-item{
    padding:.25rem .4rem;
    font-size:14px
}
.share_icon .lang .dropdown-item i{
    color:#dee2e6
}
.share_icon .weixin_box .weixin_code{
    display:none;
    width:120px;
    height:auto;
    position:absolute;
    left:0;
    top:22px;
    padding:10px;
    z-index:3;
    background-color:rgb(255 255 255 / 50%);
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.share_icon .weixin_box .weixin_code img{
    width:100px;
    height:auto
}
.share_icon .weixin_box:hover .weixin_code{
    display:block
}
@media (max-width:1024px){
    .navbar-brand img{
        height:50px;
        width:auto
    }
    .navbar-fixed-top .navbar-nav>li>a{
        font-size:16px!important;
        padding:10px 15px!important
    }
    .navbar .navbar-nav{
        margin-left:40px
    }
}
@media (max-width:820px){
    .navbar-fixed-top .navbar-nav>li>a{
        font-size:16px!important
    }
    .share_icon{
        display:none
    }
    .navbar-index{
        background-color:#3e3a39!important
    }
}
@media (max-width:640px){
    .navbar-brand img{
        height:28px
    }
    .navbar-toggler{
        padding:0;
        font-size:inherit
    }
    .navbar{
        padding:5px 0
    }
}
.banner-section{
    position:relative
}
.home-wrapper{
    position:relative
}
.home-wrapper .home-wrapper-text{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    padding:260px 0
}
.home-wrapper .home-wrapper-text h1{
    margin-bottom:20px;
    line-height:1.2;
    color:#fff;
    text-shadow:1px 1px #000
}
.home-wrapper .home-wrapper-text p.hero-text{
    padding:0 80px;
    font-size:20px;
    line-height:30px;
    color:#fff;
    text-shadow:1px 1px #000
}
.home-wrapper a.btn{
    margin-bottom:20px;
    padding:10px 20px
}
.home-wrapper a.video-play-icon{
    position:static;
    width:50px;
    height:50px;
    line-height:50px;
    margin:20px 0 0 20px
}
.home-wrapper a.video-play-icon i{
    font-size:22px;
    line-height:50px;
    color:#164145
}
.banner-section .slide{
    position:relative;
    overflow:hidden
}
.banner-section .slide::after{
    width:100%;
    content:"";
    display:block;
    background:#151515;
    opacity:.55;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1
}
.banner-section .owl-dots{
    position:absolute;
    z-index:2;
    right:5%;
    top:42%;
    border:1px solid #fff;
    padding:5px
}
.banner-section .owl-dots .owl-dot{
    position:relative;
    width:18px;
    height:20px;
    margin:5px 0;
    color:#fff;
    background-color:transparent;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.banner-section .owl-dots .owl-dot:hover{
    background-color:transparent
}
.banner-section .owl-dots .owl-dot.active{
    background-color:#2058AD;
    margin-top:10px;
    height:2px;
    line-height:20px;
    overflow:hidden
}
.banner-section .owl-nav{
    display:none
}
@media (max-width:1024px){
    .home-wrapper .home-wrapper-text{
        padding:150px 0
    }
    .arrow-down{
        bottom:5%!important
    }
}
@media (max-width:820px){
    .arrow-down,.home-wrapper-text p:nth-child(2){
        display:none
    }
}
@media (max-width:768px){
    .home-wrapper .home-wrapper-text{
        padding:120px 0
    }
}
@media (max-width:640px){
    .home-wrapper .home-wrapper-text{
        padding:90px 0
    }
    .home-wrapper .home-wrapper-text h1{
        font-size:22px
    }
    .home-wrapper .home-wrapper-text p.hero-text{
        padding:0 50px;
        font-size:16px;
        line-height:20px
    }
    .home-wrapper a.btn,.home-wrapper a.video-play-icon{
        display:none
    }
    .main-slider-carousel{
        padding-top:40px
    }
    .banner-section .owl-dots .owl-dot{
        width:12px;
        font-size:12px;
        height:16px;
        margin:2px 0
    }
    .banner-section .owl-dots{
        right:3%
    }
}
.banner-default{
    background:#2058AD;
    background:linear-gradient(135deg,#286DD6 10%,#2058AD 100%);
    padding:200px 0 100px
}
.banner-default h1{
    font-size:60px;
    color:#fff
}
@media only screen and (max-width:640px){
    .banner-default{
        padding:100px 0 40px
    }
    .banner-default h1{
        font-size:40px
    }
}
.arrow-down{
    position:absolute;
    left:50%;
    bottom:12%;
    z-index:3;
    margin-left:-25px
}
.arrow-down i{
    font-size:32px;
    color:#fff
}
.arrow-down{
    -webkit-animation:mover 1s infinite alternate;
    animation:mover 1s infinite alternate
}
.arrow-down{
    -webkit-animation:mover 1s infinite alternate;
    animation:mover 1s infinite alternate
}
@-webkit-keyframes mover{
    0%{
        transform:translateY(0)
    }
    100%{
        transform:translateY(-10px)
    }
}
@keyframes mover{
    0%{
        transform:translateY(0)
    }
    100%{
        transform:translateY(-10px)
    }
}
.section-overlay{
    position:relative
}
.section-overlay::before{
    display:block;
    content:'';
    width:100%;
    background:rgb(0 0 0 / 50%);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1
}
.index-about{
    padding:150px 0 300px;
    background-size:cover;
    background-repeat:no-repeat
}
.index-about h2{
    color:#fff
}
.index-about .about-desc p{
    font-size:30px;
    line-height:50px;
    color:#dcdddd
}
.main-services{
    margin-top:40px;
    padding:25px 30px;
    background-color:#fff;
    box-shadow:rgba(33,33,33,.06) 0 4px 24px 5px;
    border-radius:8px;
    text-align:center;
    transition:all 1s
}
.main-services:hover{
    margin-top:25px;
    transition:all 1s
}
.main-services i{
    display:block;
    font-size:46px;
    margin-bottom:5px
}
.main-services p{
    padding:0 10px
}
.main-services p span{
    color:#2058AD;
    font-weight:600
}
.index-about .about-more{
    width:160px;
    color:#000;
    display:inline-block;
    margin:50px auto 30px;
    border:1px solid #fff;
    border-radius:30px;
    line-height:50px;
    background:#fff;
    text-transform:uppercase
}
.index-about .about-more a:hover{
    color:#2058AD
}
.lr_swing{
    -webkit-animation:swing 1s infinite alternate;
    animation:swing 1s infinite alternate
}
@-webkit-keyframes swing{
    0%{
        transform:translateX(0)
    }
    100%{
        transform:translateX(5px)
    }
}
@keyframes swing{
    0%{
        transform:translateX(0)
    }
    100%{
        transform:translateX(5px)
    }
}
@media (max-width:1024px){
    .index-about{
        padding:100px 0
    }
}
@media (max-width:768px){
    .index-about{
        padding:80px 0
    }
}
@media (max-width:640px){
    .index-about h2{
        background:0 0;
        line-height:60px
    }
    .big-title{
        font-size:30px
    }
    .index-about .about-desc p{
        font-size:26px;
        line-height:30px
    }
    .index-about .about-more{
        display:none
    }
}
.index-product{
    padding:180px 0 160px;
    background-size:cover;
    background-repeat:no-repeat
}
.index-news .big-title,.index-product .big-title,.index-service .big-title{
    background:url(../images/title_bg.png) center center no-repeat;
    line-height:116px
}
.index-news .big-desc,.index-product .big-desc,.index-service .big-desc{
    margin-top:-20px
}
.product-carousel{
    position:relative;
    margin-top:20px
}
.product-carousel .owl-nav .owl-prev{
    position:absolute;
    left:-80px;
    top:40%
}
.product-carousel .owl-nav .owl-next{
    position:absolute;
    right:-80px;
    top:40%
}
.product-carousel .owl-nav .owl-next .bi-chevron-compact-right,.product-carousel .owl-nav .owl-prev .bi-chevron-compact-left{
    font-size:50px;
    font-weight:400;
    color:#fff;
    text-align:center;
    width:80px;
    height:80px;
    display:block;
    border-radius:50%;
    border:2px solid #fff
}
.product-carousel .owl-nav .owl-next:hover,.product-carousel .owl-nav .owl-prev:hover{
    display:block;
    border-radius:50%;
    background-color:#2058AD
}
.product-block{
    position:relative
}
.product-block .inner-box{
    position:relative;
    width:418px;
    margin:0 auto;
    background-color:#f2f2f3;
    box-shadow:0 10px 20px #000
}
.product-block .inner-box:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    right:0;
    height:5px;
    opacity:0;
    transform:scale(.3,1);
    background-color:#2058AD;
    transition:all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease
}
.product-block .inner-box:hover::before{
    opacity:1;
    transform:scale(1,1);
    z-index:1
}
.product-block .inner-box ._img img{
    display:block;
    width:100%
}
.product-block .inner-box h3{
    position:relative
}
.product-block .inner-box h3::after{
    position:absolute;
    top:0;
    right:0;
    font-size:50px;
    font-weight:400;
    color:#adb5bd;
    display:inline-block;
    font-family:bootstrap-icons!important;
    content:"\f1b4"
}
.product-block .inner-box ._text{
    padding:20px
}
.product-block .inner-box span{
    display:block;
    font-weight:400;
    line-height:36px
}
.product-block .inner-box b{
    font-weight:400
}
.product-block .inner-box p{
    position:relative;
    color:#727171;
    font-size:18px;
    line-height:1.8em;
    margin:0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}
@media (min-width:1200px){
    .index-product .container{
        width:1000px
    }
}
@media (max-width:1024px){
    .index-product{
        padding:100px 0 120px
    }
    .product-carousel .owl-nav{
        display:none
    }
}
@media (max-width:640px){
    .index-product{
        padding:40px 0
    }
    .index-news .big-title,.index-product .big-title,.index-service .big-title{
        background:0 0;
        line-height:50px
    }
}
.index-news{
    padding:180px 0 160px;
    background-size:cover;
    background-repeat:no-repeat
}
.news-carousel{
    position:relative;
    margin-top:20px
}
.news-block{
    position:relative
}
.news-block .inner-box{
    position:relative;
    margin:0 auto;
    background-color:#f2f2f3;
    box-shadow:0 10px 20px #000
}
.news-block .inner-box ._img img{
    display:block;
    width:100%
}
.news-block .inner-box ._more{
    padding:20px;
    text-align:center;
    text-transform:uppercase
}
.news-block .inner-box ._more i{
    font-size:30px
}
.news-block .inner-box ._more i.bi-arrow-right::before{
    position:relative;
    top:4px
}
.news-block .inner-box ._more a{
    width:60%;
    font-size:20px;
    margin:0 auto;
    display:block;
    line-height:50px;
    color:#3e3a39;
    border:1px solid #3e3a39;
    border-radius:30px
}
.news-block .inner-box ._more a:hover{
    color:#000;
    border:1px solid #fff;
    background:#fff
}
.blog-item{
    position:relative;
    margin:40px 5px 1px 5px;
    background-color:#fff;
    box-shadow:rgb(33 33 33 / 6%) 0 4px 24px 5px;
    border-radius:8px;
    transition:all 1s
}
.blog-item:hover{
    margin-top:30px;
    transition:all 1s
}
.blog-item img{
    -webkit-border-radius:8px 8px 0 0;
    -moz-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0
}
.blog-item-inner{
    margin-bottom:30px;
    padding:25px 25px
}
.blog-item-inner p{
    margin:12px 0 2px 0
}
@media (max-width:1024px){
    .index-news{
        padding:100px 0 120px
    }
}
@media (max-width:640px){
    .index-news{
        padding:40px 0
    }
}
.index-service{
    padding:180px 0 160px;
    background-size:cover;
    background-repeat:no-repeat
}
.index-service .service-block{
    transition:all 1s
}
.index-service .service-block:hover{
    margin-top:10px;
    transition:all 1s
}
.index-service .service-block img{
    display:block;
    width:100%;
    margin:0 auto;
    border-radius:50%;
    border:1px solid #2058AD
}
.index-service .service-block h3{
    margin-top:30px;
    font-weight:400
}
.index-service .service-block i{
    font-size:15px
}
.index-service .service-block a{
    width:100px;
    display:block;
    border-radius:30px;
    border:1px solid #2058AD;
    line-height:40px;
    margin:0 auto;
    overflow:hidden;
    text-align:center
}
.index-service .service-block a:hover{
    background:#2058AD;
    color:#fff
}
@media (max-width:1024px){
    .index-service{
        padding:100px 0 120px
    }
}
@media (max-width:640px){
    .index-service{
        padding:40px 0
    }
    .index-service .service-block{
        width:50%;
        margin-bottom:30px
    }
}
.index-join{
    padding:180px 0 160px;
    background-size:cover;
    background-repeat:no-repeat
}
.index-join input.contact-input,.index-join select{
    width:100%;
    height:55px;
    padding-left:2%;
    padding-right:2%;
    margin-bottom:23px;
    color:#727272;
    background-color:#f6f7f8;
    border:1px solid #ececec!important;
    font-size:14px
}
.index-join textarea{
    height:205px;
    margin-bottom:20px;
    width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
    color:#727272;
    background-color:#f6f7f8;
    border:1px solid #ececec!important;
    font-size:14px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px
}
.index-join .area{
    padding:0
}
.index-join .contact-submit{
    width:100%;
    color:#fff;
    background:#2058AD;
    border:none;
    cursor:pointer;
    border-radius:0;
    display:inline-block;
    font-size:14px;
    font-weight:600;
    padding:17px 29px;
    position:relative;
    text-transform:uppercase;
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out
}
.index-join .contact-submit:hover{
    color:#fff;
    background:#3e3a39
}
.index-join input.white-input::-webkit-input-placeholder,.index-join textarea.white-input::-webkit-input-placeholder{
    color:#aaa
}
.index-join input.white-input:-moz-placeholder,.index-join textarea.white-input:-moz-placeholder{
    color:#aaa
}
.index-join input.white-input::-moz-placeholder,.index-join textarea.white-input::-moz-placeholder{
    color:#aaa
}
.index-join input.white-input:-ms-input-placeholder,.index-join textarea.white-input:-ms-input-placeholder{
    color:#aaa
}
#contact-form textarea.contact-commnent:focus,.index-join input.contact-input:focus{
    border-color:#fff;
    outline:0
}
.index-join h3{
    color:#fff
}
.index-join h5{
    color:#fff;
    margin-top:20px
}
.index-join .contact-info i{
    font-size:18px;
    padding-right:5px;
    vertical-align:middle;
    color:#1e90ff
}
.index-join .contact-info p{
    line-height:26px;
    color:#fff;
    margin-bottom:10px
}
.index-join .code{
    position:relative;
    padding:0;
    margin:0
}
.index-join .code img{
    height:55px;
    position:absolute;
    right:0;
    top:0
}
.index-join .contact-maps{
    display:block;
    width:100%
}
@media (max-width:1024px){
    .index-join{
        padding:100px 0 120px
    }
}
@media (max-width:640px){
    .index-join{
        padding:40px 0
    }
    .index-join .contact-submit{
        margin-bottom:30px
    }
}
.frlink a{
    display:inline-block
}
.frlink .our-partners{
    margin:20px 10px 10px 0;
    background-color:#fff;
    box-shadow:rgba(33,33,33,.06) 0 4px 24px 5px;
    border-radius:8px;
    text-align:center;
    transition:all 1s
}
.frlink .our-partners:hover{
    margin-top:10px;
    transition:all 1s
}
.frlink .our-partners img{
    display:block;
    width:100px;
    height:50px
}
@media (max-width:640px){
    .frlink{
        display:none
    }
}
.popup-gallery .video-popup-image{
    z-index:100
}
.popup-gallery:hover .video-popup-image{
    opacity:1
}
.video-play-icon{
    position:absolute;
    z-index:100;
    top:50%;
    left:50%;
    margin-top:-45px;
    margin-left:-45px;
    width:90px;
    height:90px;
    line-height:90px;
    text-align:center;
    font-size:40px;
    color:#e52f37;
    background-color:rgba(255,255,255,.78);
    border-radius:50% 50%;
    display:inline-block;
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out
}
.video-play-icon:hover{
    background-color:rgba(255,255,255,.99);
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out
}
.video-play-icon i{
    color:#e52f37;
    font-size:40px!important
}
.popup-wrapper{
    display:block;
    position:relative;
    overflow:hidden
}
.popup-gallery{
    position:relative
}
.popup-gallery img{
    position:relative;
    z-index:10;
    width:100%;
    height:auto
}
.popup-gallery:hover img{
    opacity:1
}
.popup-gallery a span.eye-wrapper{
    background-color:#164145;
    position:absolute;
    display:block;
    overflow:hidden;
    top:0;
    left:0;
    z-index:999;
    width:92%;
    height:92%;
    margin-top:4%;
    margin-left:4%;
    font-size:36px;
    color:#fff;
    text-align:center;
    font-weight:300;
    opacity:0
}
.popup-gallery a span.eye-wrapper i.eye-icon{
    position:absolute;
    display:inline-block;
    font-size:36px;
    z-index:9999;
    top:50%!important;
    margin-top:-18px!important;
    left:0;
    right:0;
    color:#fff
}
.popup-gallery a span.eye-wrapper2{
    background-color:#164145;
    position:absolute;
    display:block;
    overflow:hidden;
    top:0;
    left:0;
    border-radius:5px 5px;
    z-index:999;
    width:100%;
    height:100%;
    font-size:36px;
    color:#fff;
    text-align:center;
    font-weight:300;
    opacity:0
}
.popup-gallery a span.eye-wrapper2 i{
    position:absolute;
    display:inline-block;
    font-size:36px;
    z-index:9999;
    top:50%!important;
    margin-top:-18px!important;
    left:0;
    right:0;
    color:#fff
}
.popup-gallery a:hover span.eye-wrapper,.popup-gallery a:hover span.eye-wrapper2{
    opacity:.75!important
}
.popup-gallery a span,.popup-gallery img{
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -ms-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out
}
.gallery-item{
    margin-bottom:37px
}
.accordion{
    position:relative;
    margin:20px 0
}
.accordion-item{
    margin-bottom:20px;
    border:none;
    background-color:#fff!important;
    box-shadow:5px 5px 15px rgba(0,0,0,.1)
}
.accordion-header{
    max-width:100%;
    position:relative;
    padding:20px 25px;
    margin-bottom:0;
    background-color:transparent;
    border-bottom:none
}
.accordion-button{
    padding:0;
    font-weight:700;
    font-size:20px;
    color:#2058AD;
    text-align:left!important;
    background-color:transparent
}
.accordion-button i{
    width:46px;
    height:46px;
    margin-right:10px;
    padding:10px 10px;
    color:#2058AD;
    font-size:20px;
    line-height:20px;
    border:2px solid #2058AD;
    border-radius:50%
}
.accordion-button:not(.collapsed){
    color:#2058AD;
    background-color:transparent;
    box-shadow:none
}
.accordion-header h5 .btn-link:focus,.accordion-header h5 .btn-link:hover{
    text-decoration:none
}
.accordion-body{
    padding:1px 25px 25px 25px;
    border-top:none;
    color:#7c8595
}
.social-default{
    margin:20px 0 0 0
}
.social-default li{
    list-style:none;
    display:inline-block;
    margin-right:15px
}
.social-default li i{
    padding:0
}
.social-default li:last-child{
    margin:0
}
.social-default li a{
    display:inline-block;
    height:40px;
    width:40px;
    text-align:center;
    font-size:14px;
    line-height:40px;
    background-color:#f5f7fc;
    color:#3e3a39;
    border-radius:100%;
    position:relative;
    z-index:1
}
.social-default .weixin_box .weixin_code{
    display:none;
    width:120px;
    height:auto;
    position:absolute;
    left:0;
    top:45px;
    padding:10px;
    z-index:3;
    background-color:#fff;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.social-default .weixin_box .weixin_code img{
    width:100px;
    height:auto
}
.social-default .weixin_box:hover .weixin_code{
    display:block
}
footer{
    position:relative;
    overflow:hidden;
    display:block;
    padding:40px 0 20px 0;
    color:#b5b5b6;
    background-color:#3e3a39
}
footer a{
    color:#b5b5b6
}
footer a:hover{
    color:#ffffff
}
footer .logo{
    margin:10px auto 30px
}
footer .logo img{
    height:70px
}
footer .footer_info i{
    float:left;
    border:1px solid #fff;
    border-radius:50%;
    height:68px;
    font-size:30px;
    font-weight:400;
    width:68px;
    line-height:68px;
    border-radius:50%
}
footer .footer_info .footer_hotline{
    float:left;
    text-align:left;
    margin-left:15px
}
footer .footer_info .footer_hotline p{
    color:#fff;
    font-size:20px;
    margin:0
}
footer .footer_info .footer_hotline b{
    color:#ffffff;
    font-size:33px;
    font-weight:400
}
footer .footer_search{
    clear:both;
    border:1px solid #fff;
    border-radius:50px;
    width:92%;
    line-height:60px
}
footer .footer_search form{
    position:relative
}
footer .footer_search form input{
    color:#fff;
    background:0 0;
    width:70%;
    height:40px;
    padding:10px;
    border:0;
    margin:0
}
footer .footer_search form button{
    float:right;
    border:0;
    padding:0;
    margin:0 0 0 -1px;
    background:0 0
}
footer .footer_search i{
    width:60px;
    height:60px;
    color:#fff;
    font-size:30px;
    display:block
}
footer .footer_weixin img{
    display:block;
    width:150px;
    height:auto
}
footer .footer_nav ul{
    display:flex
}
footer .footer_nav ul li{
    flex:1;
    font-weight:600;
    text-align:left
}
footer .footer_nav ul li a{
    color:#fff
}
footer .footer_nav ul li a:hover{
    color:#ffffff
}
footer .footer_nav ul li ul{
    display:block;
    padding-top:10px
}
footer .footer_nav ul li ul li{
    font-weight:400;
    font-size:16px
}
footer .footer_nav ul li ul li a{
    color:#b5b5b6
}
footer .footinfo p{
    font-size:16px;
    line-height:20px;
    font-weight:400;
    color:#b5b5b6;
    margin-bottom:10px
}
@media (max-width:1024px){
    footer .footer_nav{
        padding-left:30px
    }
    footer .footer_info .footer_hotline p{
        font-size:18px
    }
    footer .footer_info .footer_hotline b{
        font-size:28px
    }
    footer .footer_weixin img{
        width:118px
    }
}
@media (max-width:820px){
    footer .footer_info i,footer .footer_weixin{
        display:none
    }
    footer .footer_info .footer_hotline p{
        font-size:17px
    }
    footer .footer_info .footer_hotline b{
        font-size:24px
    }
    footer .footer_search{
        display:none
    }
    footer .footer_nav{
        width:66.6%;
        padding-left:50px
    }
    footer .footer_nav ul li{
        font-size:18px
    }
}
@media (max-width:640px){
    footer .footer_nav,footer .social{
        display:none
    }
    footer .footer_info .footer_hotline{
        float:none;
        text-align:center;
        margin-left:0;
        margin-bottom:20px
    }
    footer .footer_info .footer_hotline p{
        font-size:16px
    }
    footer .footer_info .footer_hotline b{
        font-size:22px
    }
    footer .footinfo p{
        font-size:14px
    }
}
.modal-header{
    border-bottom:none
}
.modal-footer{
    border-top:none
}
.weixin_code img{
    display:block;
    margin:0 auto;
    max-width:150px
}
.weixin_code h3{
    margin:20px 0;
    color:#3e3a39
}
.weixin_code h3 span{
    color:#2058AD
}
.weixin_code p{
    color:#6c757d;
    background-color:#f8f9fa;
    border:1px solid #f8f9fa;
    border-radius:30px;
    max-width:50%;
    margin:0 auto;
    line-height:50px
}
.centernav{
    padding:0 0 50px 0;
    overflow-x:auto;
    white-space:nowrap
}
.centernav a{
    color:#3e3a39;
    padding:10px 25px;
    margin:0 20px 0 5px;
    background:#fff;
    border-radius:30px;
    line-height:50px;
    word-break:keep-all
}
.centernav a:last-child{
    margin:0
}
.centernav a:hover{
    color:#fff;
    background:#2058AD
}
.centernav a.active{
    color:#fff;
    background:#2058AD
}
.breadcrumb{
    margin:0;
    padding:20px 0
}
.breadcrumb .bi-arrow-down-right-square::before{
    font-size:15px;
    padding:0 10px 0 0
}
.breadcrumb>.active{
    color:#2058AD
}
.breadcrumb>li{
    display:inline-block
}
.breadcrumb>li a{
    color:#b5b5b6
}
.breadcrumb>li+li:before{
    position:relative;
    top:3px;
    font-family:bootstrap-icons!important;
    font-weight:400;
    content:"\f285";
    padding:0 8px;
    color:#b5b5b6
}
.content-show{
    padding:40px 30px;
    margin-bottom:50px;
    background-color:#fff;
    box-shadow:rgb(33 33 33 / 6%) 0 4px 24px 5px;
    border-radius:8px;
    transition:all 1s
}
.news-list{
    display:flex;
    background:#fff;
    margin-bottom:30px;
    padding:0
}
.news-list ._img img{
    display:block;
    width:100%
}
.news-list ._title{
    padding:26px 30px
}
.news-list ._title h3{
    color:#2058AD;
    font-weight:400;
    margin-bottom:20px
}
.news-list ._title p{
    color:#b5b5b6;
    margin:0 0 10px 0
}
.news-list ._more{
    width:120px;
    display:block;
    text-transform:uppercase;
    margin-top:20px;
    border-radius:30px;
    border:1px solid #c9caca;
    line-height:40px;
    color:#c9caca;
    text-align:center;
    transition:all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease
}
.news-list ._more:hover{
    color:#fff;
    background-color:#2058AD;
    border-color:#2058AD;
    transition:all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease
}
.news-list ._more:hover i{
    margin-right:5px
}
.news-list ._time{
    position:relative;
    padding:20px;
    border-left:1px solid #c9caca;
    overflow:hidden
}
.news-list ._time::before{
    position:absolute;
    bottom:-70px;
    right:-20px;
    font-size:120px;
    font-weight:400;
    color:#c9caca;
    display:inline-block;
    font-family:bootstrap-icons!important;
    content:"\f625";
    transform:rotate(105deg)
}
.news-list ._time span{
    color:#2058AD;
    font-size:42px
}
.news-list ._time p{
    margin-top:10px;
    color:#c9caca;
    font-size:30px
}
.show-news{
    padding:40px 30px;
    background-color:#fff;
    box-shadow:rgb(33 33 33 / 6%) 0 4px 24px 5px;
    border-radius:8px;
    transition:all 1s
}
.show-news ._time{
    color:#b5b5b6;
    font-size:16px;
    margin-bottom:20px
}
.show-news h1{
    font-size:36px;
    font-weight:400
}
.next-prev{
    display:flex;
    padding:20px;
    line-height:45px;
    flex-direction:row;
    justify-content:space-between;
    border-top:1px solid #e4eaec
}
.next-prev a{
    width:48%;
    padding:0 15px;
    display:block;
    text-align:center;
    border:1px solid #e9ecef;
    border-radius:45px;
    background:#fff
}
.search{
    padding:60px 0
}
.search ul.search-list li{
    background:#fff;
    padding:20px;
    margin-bottom:20px
}
.product_nav{
    background:rgb(255 255 255 / 80%);
    padding:30px;
    z-index:1;
    border-radius:10px;
    text-align:center;
    margin-bottom:50px
}
.product_nav a{
    color:#3e3a39;
    font-size:22px
}
.product_nav a::after{
    display:inline-block;
    content:'|';
    padding:0 25px
}
.product_nav a:last-child:after{
    display:none
}
.product_nav a:hover{
    color:#2058AD
}
.product_nav .active::after,.product_nav a:hover::after{
    color:#3e3a39
}
.product_nav .active{
    color:#2058AD
}
.product-show .container{
    position:relative
}
.product-show .top-content{
    background:#fff;
    border-radius:10px
}
.product-content{
    display:flex
}
.product-content img{
    width:100%;
    display:block;
    border-radius:10px;
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.product-content .pro_info{
    position:relative;
    padding:30px 40px 0 40px;
    max-height:514px;
    overflow:hidden
}
.product-content .pro_info::before{
    position:absolute;
    top:-70px;
    right:-30px;
    font-size:120px;
    font-weight:400;
    color:rgb(0 0 0 / 13%);
    display:inline-block;
    font-family:bootstrap-icons!important;
    content:"\f625";
    transform:rotate(105deg)
}
.product-content .pro_info span{
    color:#2058AD
}
.product-content .pro_info h3{
    color:#2058AD;
    font-weight:400
}
.product-content .pro_info p{
    color:#3e3a39;
    line-height:30px;
    margin-top:40px
}
.product-tabs{
    margin:0
}
.product-tabs li{
    line-height:40px
}
.product-tabs li a{
    padding:10px 30px;
    background:#fff;
    margin:0 5px;
    border:1px solid #dee2e6;
    border-radius:5px;
    border-bottom:0;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.product-tabs .active{
    background:#2058AD;
    color:#fff
}
.product-tabs .active:hover{
    color:#000
}
.tab-content{
    background:#fff;
    padding:20px;
    border:1px solid #e9ecef
}
.proshow{
    position:relative
}
.proshow .owl-nav .owl-prev{
    position:absolute;
    left:30px;
    top:50%
}
.proshow .owl-nav .owl-next{
    position:absolute;
    right:30px;
    top:50%
}
.proshow .owl-nav .owl-next .bi-chevron-right,.proshow .owl-nav .owl-prev .bi-chevron-left{
    width:36px;
    height:36px;
    line-height:36px;
    display:block;
    text-align:center;
    color:#fff;
    border-radius:50%;
    border:1px solid #fff
}
.proshow .owl-nav .owl-next:hover,.proshow .owl-nav .owl-prev:hover{
    display:block;
    border-radius:50%;
    background-color:#2058AD
}
.product-hot-list{
    padding:30px 0
}
.product-hot-list img{
    display:block;
    width:100%
}
.product-hot-list h4{
    margin:0;
    line-height:60px;
    font-weight:400;
    background:#fff
}
.price-box{
    position:relative;
    text-align:center;
    background-color:#fff;
    border-bottom:3px solid #e0e0e0;
    box-shadow:rgba(33,33,33,.06) 0 4px 24px 5px;
    margin-bottom:20px;
    border-radius:8px 8px;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -webkit-backface-visibility:hidden;
    -moz-osx-font-smoothing:grayscale
}
.price-box img{
    display:block;
    width:100%
}
.price-box:hover{
    border-bottom:3px solid #2058AD;
    transition:all 1s
}
.price-box .price-subtitle,.price-box .price-text{
    color:#6a6a6a
}
ul.pricing-list{
    padding:0 20px
}
ul.pricing-list li.price-tag-line a{
    color:#2058AD;
    background:0 0;
    border:1px solid #2058AD;
    border-radius:5px 5px;
    padding:15px;
    display:block;
    font-size:15px;
    text-align:center;
    line-height:24px;
    font-weight:600;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin:30px 0 5px 0;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out
}
ul.pricing-list li.price-tag-line a:hover{
    color:#fff;
    background:#2058AD;
    border:1px solid #2058AD
}
@media (max-width:1024px){
    .news-list ._more{
        display:none
    }
    .show-contact .text-list p.number{
        font-size:24px
    }
    .product_nav a{
        font-size:20px
    }
    .product_nav a::after{
        padding:0 20px
    }
    .product-content .pro_info span{
        font-size:18px
    }
    .product-content .pro_info h4{
        font-size:30px
    }
    .product-content .pro_info p{
        font-size:20px;
        line-height:25px;
        margin-top:0
    }
}
@media (max-width:820px){
    .news-list ._time{
        display:none
    }
    .news-list ._title{
        flex:2;
        padding:16px 20px
    }
    .product_nav{
        position:static;
        left:auto;
        width:auto;
        top:auto;
        padding:30px 0
    }
    .product_nav a{
        font-size:16px
    }
    .product_nav a::after{
        padding:0 10px
    }
    .product-content .pro_info span{
        display:none
    }
    .product-content .pro_info h4{
        font-size:25px
    }
    .product-content .pro_info{
        padding:20px 20px 0 20px
    }
    .product-content .pro_info p{
        font-size:16px;
        line-height:normal
    }
}
@media (max-width:720px){
    .product-content .pro_info p{
        font-size:15px
    }
    .product_nav{
        overflow-x:auto;
        white-space:nowrap;
        padding:20px;
        margin-bottom:10px
    }
}
@media (max-width:640px){
    .search{
        padding:30px 0
    }
    .centernav{
        padding:20px 0
    }
    .breadcrumb>li{
        font-size:14px
    }
    .news-list{
        display:revert
    }
    .news-list ._title h3{
        font-size:18px
    }
    .news-list ._title p{
        font-size:16px
    }
    .show{
        padding:30px 20px
    }
    .product_nav{
        margin-bottom:30px
    }
    .product-content{
        display:block
    }
    .product-content img{
        border-radius:0
    }
    .product-tabs li a{
        padding:10px 10px;
        margin:0 2px
    }
}
.image-list,.image-show{
    padding:60px 0
}
.image-list ._li{
    display:flex;
    background:#fff;
    margin-bottom:40px
}
.image-list ._img img{
    display:block;
    width:100%
}
.image-list ._info{
    padding:50px 80px;
    background:url(../images/info_bg.png) 255px 68px no-repeat
}
.image-list ._info .desc{
    color:#3e3a39;
    font-weight:400
}
.image-list ._info .title{
    color:#2058AD;
    font-weight:400
}
.image-list ._info .content p{
    color:#3e3a39;
    line-height:45px;
    margin:45px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical
}
.image-list ._info .tag{
    padding:10px;
    background:#2058AD;
    border-radius:5px;
    margin-right:20px;
    margin-bottom:10px;
    display:inline-block;
    text-align:center;
    color:#fff;
    vertical-align:middle
}
.image-show ._time{
    color:#b5b5b6;
    font-size:16px;
    margin-bottom:20px
}
.image-show .image-show-img img{
    display:block;
    width:100%;
    margin:0 auto
}
.image-show .lcms-editor{
    padding:30px 0
}
.image-show .lcms-tags a{
    color:#2058AD;
    padding:0 5px
}
.image-show .lcms-tags a:hover{
    color:#000;
    text-decoration:none
}
@media (max-width:1024px){
    .image-list ._info{
        padding:40px
    }
    .image-list ._info .tag{
        margin-right:10px
    }
}
@media (max-width:820px){
    .image-list,.image-show{
        padding:30px 0
    }
    .image-list ._info{
        padding:20px
    }
    .image-list ._info .content p{
        margin:26px 0
    }
    .image-list ._info .tag{
        font-size:12px
    }
}
@media (max-width:640px){
    .image-list ._li{
        display:block
    }
    .image-list ._info .desc,.image-list ._info .title{
        font-size:22px
    }
    .image-list ._info .tag{
        margin-right:0
    }
    .image-list ._info .content p{
        font-size:18px;
        margin:10px 0
    }
}
.require_title{
    padding:30px 0;
    background:url(../images/join_bg.png) center center no-repeat;
    text-align:center
}
.require_title strong{
    font-size:48px;
    color:#2058AD;
    font-weight:400
}
.process{
    position:relative
}
.process::after{
    position:absolute;
    left:0;
    top:260px;
    display:block;
    content:'';
    height:214px;
    width:100%;
    background:#2058AD
}
.process-carousel{
    position:relative;
    margin-top:50px
}
.process-carousel .owl-nav .owl-prev{
    position:absolute;
    left:-80px;
    top:40%
}
.process-carousel .owl-nav .owl-next{
    position:absolute;
    right:-80px;
    top:40%
}
.process-carousel .owl-nav .owl-next .bi-chevron-right,.process-carousel .owl-nav .owl-prev .bi-chevron-left{
    width:36px;
    height:36px;
    line-height:36px;
    display:block;
    text-align:center;
    color:#fff;
    border-radius:50%;
    border:1px solid #fff
}
.process-carousel .owl-nav .owl-next:hover,.process-carousel .owl-nav .owl-prev:hover{
    display:block;
    border-radius:50%;
    background-color:#2058AD
}
.process-carousel .owl-dots{
    margin-top:30px;
    text-align:center
}
.process-carousel .owl-dot{
    display:inline-block;
    zoom:1
}
.process-carousel .owl-dots .owl-dot.active span,.process-carousel .owl-dots .owl-dot:hover span{
    background:#2058AD;
    border:1px solid #2058AD
}
.process-carousel .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    border:1px solid #000;
    background:0 0;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
}
.process-block{
    position:relative
}
.process-block .inner-box{
    position:relative;
    margin:0 auto;
    text-align:center;
    background:#fff;
    border:3px solid #2058AD
}
.process-block .inner-box ._icon img{
    display:block;
    margin:30px auto;
    width:100%;
    max-width:149px
}
.process-block .inner-box ._icon i{
    font-size:110px;
    color:#2058AD;
    line-height:159px;
    margin:30px auto
}
.process-block .inner-box h3{
    font-weight:400;
    color:#2058AD;
    display:inline-block;
    padding:10px 20px;
    border-radius:10px;
    background:#3e3a39
}
.contact{
    position:relative;
    z-index:1;
    padding:70px 50px 50px 70px;
    margin:10px 0 80px
}
.contact::before{
    content:'';
    display:block;
    position:absolute;
    top:25px;
    left:25px;
    width:100%;
    height:100%;
    z-index:0;
    background:#fff;
    border:1px solid #2058AD;
    box-shadow:3px 5px 20px #767676
}
.contact::after{
    content:'';
    display:block;
    position:absolute;
    top:10px;
    left:10px;
    width:100%;
    height:100%;
    z-index:0;
    background:#fff;
    border:1px solid #2058AD;
    box-shadow:2px 2px 10px #a9a9a9
}
.contact .process_title{
    position:relative;
    z-index:2;
    display:inline-block
}
.contact .process_title h3{
    color:#2058AD;
    font-size:58px;
    font-weight:400
}
.contact .process_title p{
    color:#3e3a39;
    font-size:38px
}
.contact form{
    margin-top:50px;
    position:relative;
    z-index:1
}
.contact .form-control{
    height:60px;
    color:#6c757d;
    border-radius:0;
    margin-bottom:20px;
    border:1px solid #c7c7c7;
    appearance:auto
}
.contact .code{
    position:relative
}
.contact .code img{
    position:absolute;
    min-height:58px;
    right:13px;
    top:1px
}
.feedback-list{
    margin-top:20px
}
.feedback-list i{
    font-size:40px;
    float:left;
    padding:10px 0 0 0;
    margin-right:20px
}
.feedback-list ._updatetime{
    color:#999
}
.feedback-list ._feed{
    color:#999;
    margin-top:5px
}
.feedback-list ._reply{
    padding:20px;
    margin-top:10px;
    color:#2058AD;
    background-color:#e9ecef;
    border-radius:3px
}
.contact-form .contact-input{
    width:100%;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#b5b5b6;
    border-radius:0;
    margin-bottom:20px;
    border:1px solid #c7c7c7
}
.contact-form .contact-button{
    background-color:#2058AD;
    outline:0;
    border:0;
    color:#fff;
    border-radius:10px;
    font-weight:400;
    font-size:18px;
    padding:15px 50px;
    margin-top:30px;
    -webkit-transition:.25s ease-out;
    transition:.25s ease-out
}
.contact-form .contact-button:hover{
    background-color:#3e3a39
}
#lcms-pager li.am-active a{
    color:#fff;
    background-color:#2058AD;
    border-color:#2058AD
}
.am-pagination-centered{
    text-align:center
}
.am-pagination{
    padding-left:0;
    margin:15px 0;
    list-style:none;
    color:#999;
    text-align:center
}
.am-pagination>li{
    display:inline-block
}
.am-pagination>li>a,.am-pagination>li>span{
    position:relative;
    display:block;
    padding:.5em 1em;
    text-decoration:none;
    line-height:1.2;
    color:#2058AD;
    background-color:#fff;
    border:1px solid #fff;
    border-radius:0;
    margin-bottom:5px;
    margin-right:5px
}
.cover{
    width:500px;
    height:50px;
    position:absolute;
    bottom:0;
    left:40%;
    background:#3e3a39;
    z-index:10
}
@media (max-width:820px){
    .contact .process_title h3{
        font-size:40px
    }
    .contact .process_title p{
        font-size:25px
    }
}
@media (max-width:768px){
    .navbar .text-end{
        text-align:left!important
    }
    .footer{
        padding-top:40px;
        text-align:center
    }
    .process-carousel .owl-nav{
        display:none
    }
    .contact{
        padding:30px 20px;
        margin:10px 0 30px
    }
    .contact::after,.contact::before{
        display:none
    }
    .contact .process_title{
        display:block
    }
    .contact .code img{
        width:100px
    }
}
 