@import '../iconfont/iconfont.css';
@import 'bootstrap.min.css';
@import 'font.min.css';
@import 'animate.min.css';
@import 'swiper.min.css';

body {
    line-height: 1.6;
    font: 14px/1.5 Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: #000;
    font-weight: 400;
}

a,
ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #000;
}

a:hover {
    transition: .3s;
    color: #2c55a5;
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

img {
    display: block;
    max-width: 100%;
}

.color-2c55a5 {
    color: #2c55a5;
}

.color-888 {
    color: #888;
}

.showoneline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.showtwoline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.header .header-top-right::before {
    content: '';
    position: absolute;
    right: 0;
    left: 83%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #2c55a5;
}

.header .header_navinner {
    position: relative;
    box-shadow: 0 0.125rem 0.25rem rgba(33,37,41, 0.075);
}

.header .header-logo {
    max-width: 280px;
}

.header .header-nav {
    font-size: 16px;
}
.header .header-nav ul li a{
    position: relative;
}
.header .header-nav ul li a::before{
    content: attr(data-title);
    text-transform: uppercase;
    transition: all 0.3s;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    font-size: 16px;
    left: 50%;
    overflow: hidden;
    opacity: 0;
}
.header .header-nav ul li.active a {
    color: #2c55a5;
}
.header .header-nav ul li a:hover::before{
    opacity: 1;
}
.header .header-nav ul li a:hover span{
    opacity: 0;
    transition: .3s;
}
.header_mobilenav{
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    bottom: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.header_mobilenav.active{
    left: 0;
    pointer-events: auto;
    visibility: initial;
    opacity: 1;
}
.header_mobilenav::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.header_mobilenav .header_mobilenav_inner{
    max-width: 320px;
    min-width: 320px;
    position: relative;
    z-index: 1;
    padding: 25px;
    height: 100%;
    background-color: #fff;
}
.header_mobilenav .header_mobilenav_inner .logo{
    max-width: 210px;
    margin-bottom: 25px;
}
.header_mobilenav .header_mobilenav_inner ul>li{
    border-bottom: 1px solid #a9a9a9;
}
.header_mobilenav .header_mobilenav_inner ul>li a{
    display:block;
    color: #000;
    padding: 12px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.header_mobilenav .header_mobilenav_inner ul>li a.active{
    color: #2c55a5;
}
.header_mobilenav .header_mobilenav_inner ul>li i{
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    bottom: 0;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_mobilenav .header_mobilenav_inner ol{
    display: none;
}
.header_mobilenav .header_mobilenav_inner ol li a{
    padding: 10px 20px;
}
.header_mobilenav .header_mobilenav_close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #b6b6b6;
}

.header .header-tel {
    display: flex;;
    overflow: hidden;
    color: #2c55a5;
    align-items: center;
}

.header .header-tel h6 {
    font-size: 24px;
    margin-bottom: 0;
}

.header .header-tel h6 span {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .header .header-logo {
        max-width: 50%;
    }
}

.carousel {
    background-image: linear-gradient(to left, #fdefe4 0, #f9fbf6 50%, #d9f4ed 90%);
    position: relative;
}

.carousel::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    background-image: url(../images/bannerback.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel .carousel-lefttxt {
    position: absolute;
    top: 50%;
    left: -7%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
}

.carousel .carousel-lefttxt h3 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #585858;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite;
    -webkit-mask-image: linear-gradient(-75deg, rgba(56, 75, 255, 0.15) 50%, #384BFF 50%, rgba(56, 75, 255, 0.15) 100%);
    -webkit-mask-size: 200%;
}

.carousel_keyword {
    background-color: #2c55a5;
}

.carousel_keyword .carousel_swiper .swiper-slide {
    width: auto !important;
}
.carousel_keyword .carousel_swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }

  .article .article_content{
    border-top: 1px solid #efefef;
    padding-top: 15px;
}
.article .article_content p{
    margin-bottom: 0;
    font-size: 14px;
    background-color: initial!important;
    line-height: 22px;
}
.article .article_content img{
    max-width: 100%;
    width: auto;
    display: block;
    border-radius: 4px;
    margin: 5px auto;
}
.article .article_content #video{
    max-width: 800px;
    margin: 0 auto;
}
.carousel_keyword .carousel_keyword_item {
    display: flex;
    align-items: center;
    font-size: 30px;
    padding: 20px 0;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
}

.carousel-inner {
    padding: 190px 0;
}


.carousel .carousel-inner span {
    color: #000000;
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
}

.carousel .carousel-inner h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
}

.carousel .carousel-inner p {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.7;
    margin-top: 30px;
}

.carousel .carousel-inner a {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    padding: 14px 20px;
    letter-spacing: 0.8px;
    color: #fff;
    background: linear-gradient(90deg, #668bd4 0%, #2c55a5 100%);
    overflow: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.carousel .carousel-inner a:nth-child(2){
    background: none;
    color: #2c55a5;
    padding: 12px 20px;
    border: 2px solid #2c55a5;
}
.carousel .carousel-inner a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.carousel .carousel-inner a:hover::before {
    animation: hovershine 800ms;
}

.carousel_keyword .carousel_keyword_item .star {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    background-color: #ffffff;
    display: inline-block;
    clip-path: polygon(50% 0%,
            61% 35%,
            98% 35%,
            68% 57%,
            79% 91%,
            50% 70%,
            21% 91%,
            32% 57%,
            2% 35%,
            39% 35%);
}
.carousel_keyword .carousel_keyword_item h3,
.carousel_keyword .carousel_keyword_item a{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
@media (max-width:768px) {
    .carousel .carousel-inner h3{
        font-size: 22px;
    }
    .carousel .carousel-inner span,
    .carousel .carousel-inner p{
        font-size: 16px;
    }
    .carousel-inner{
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .carousel .carousel-lefttxt{
        display: none;
    }
    .carousel_keyword .carousel_keyword_item{
        font-size: 16px;
    }
    .carousel_keyword .carousel_keyword_item .star{
        width: 25px;
        height: 25px;
    }
}
.serve {
    margin-bottom: -80px;
    position: relative;
    z-index: 1;
}

.serve .serve_item {
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 7px #ccc;
}

.serve .serve_item .serve_item_icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
}

.serve .serve_item .serve_item_icon i {
    font-size: 50px;
}

.serve .serve_item_iconone .serve_item_icon {
    background-color: #d9f4ed;
    color: #00cb95;
}

.serve .serve_item_icontwo .serve_item_icon {
    background-color: #f3f9cc;
    color: #bcd900;
}

.serve .serve_item_iconshree .serve_item_icon {
    background-color: #d1e0ff;
    color: #2c55a5;
}

.serve .serve_item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.serve .serve_item p {
    font-size: 14px;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-f5f5f5 {
    background-color: #f5f5f5;
}

.homeabout {
    background-color: #f6f9fe;
    background-origin: 0.2;
    padding-top: 120px;
    overflow: hidden;
    background-image: url('../images/homeabout.jpg');
}

.homeabout .homeabout-left-imgtwo {
    position: absolute;
    bottom: -10%;
    right: -40%;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    border: 6px solid #fff;
}

.website .homeabout-txtbody ul {
    display: flex;
    flex-wrap: wrap;
}

.website .homeabout-txtbody ul li {
    width: 50%;
    margin-top: 17px;
}

.website .homeabout-txtbody ul li i {
    font-size: 26px;
    margin-right: 10px;
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #2c55a5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.website .homeabout-txtbody ul li {
    display: flex;
    align-items: center;
}

.website .homeabout-txtbody ul li h3 {
    font-size: 16px;
}

.website .homeabout-txtbody ul li h3 span {
    font-size: 14px;
    margin-top: 5px;
    color: #999;
    display: block;
}

.homeabout .homeabout-left-year {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 24px;
    position: absolute;
    bottom: -40px;
    color: #fff;
    left: 30px;
    z-index: 1;
    background-color: #2c55a5;
    border-radius: 4px;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.homeabout .homeabout-left-year i {
    font-size: 40px;
}

.homeabout .homeabout-left-year h3 span {
    font-size: 14px;
    margin-left: 10px;
}

.homeabout .homeabout-txt ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    border-bottom: 1px #f5f5f5 solid;
}

.homeabout .homeabout-txt ul li {
    width: 50%;
    display: flex;
    align-items: center;
    color: #676767;
    margin-bottom: 10px;
}

.homeabout .homeabout-txt ul li i {
    width: 24px;
    height: 24px;
    background: #2c55a5;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}

.homeabout .homeabout-item {
    border: 1px solid #2c55a5;
    border-radius: 4px;
    padding-bottom: 15px;
    transition: .3s;
}

.homeabout .homeabout-item-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #2c55a5;
    color: #fff;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-top: -30px;
}

.homeabout .homeabout-item:hover {
    border-color: #bcd900;
    color: #bcd900;
}

.homeabout .homeabout-item:hover .homeabout-item-icon {
    background-color: #bcd900;
}

.homeabout .homeabout-item-icon i {
    font-size: 40px;
}

.btnhref .btn {
    background-color: #2c55a5;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #2c55a5;
    transition: .3s;
    border-radius: 4px;
}

.btnhref .btn:hover {
    background-color: #bcd900;
    border-color: #bcd900;
}

.btnhref .btn i {
    font-size: 18px;
    margin-left: 10px;
}

.btnhref .btnhref_icon i {
    width: 50px;
    height: 50px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #2c55a5;
    border-radius: 100%;
    margin-right: 15px;
    position: relative;
}

.btnhref .btnhref_icon i::after {
    content: '';
    width: 60px;
    height: 60px;
    border: 1px solid #2c55a5;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.superiority .superiority-item {
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s;
    box-shadow: 0 0px 5px #ccc;
}

.superiority .superiority-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.superiority .superiority-item .superiority-item-icon {
    width: 80px;
    height: 80px;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    border-radius: 100%;
    font-size: 30px;
    background-image: linear-gradient(to left, #fdefe4 0, #f9fbf6 50%, #d9f4ed 90%);
    box-shadow: 0 2px 5px #e6e6e6;
    color: #2c55a5;
}
.superiority .superiority-item .superiority-item-icon i{
    font-size: 40px;
}

.superiority .superiority-item .superiority-item-icon .superiority-item-icondian {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.superiority .superiority-item.superiority-itemtwo .superiority-item-icon .superiority-item-icondian {
    -webkit-animation-name: rotatemetwo;
    animation-name: rotatemetwo;
}

.superiority .superiority-item .superiority-item-icon .superiority-item-icondian::before {
    content: '';
    position: absolute;
    left: 6px;
    bottom: 6px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #bcd900;
}

.superiority .superiority-item .superiority-item-icon .superiority-item-icondian::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #2c55a5;
}

.scheme .scheme-left {
    width: 850px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    margin-left: -30px;
    background-color: #6084cd;
    border-top-right-radius: 30px;
    max-width: 100%;
    transform: skew(-10deg);
}

.scheme .scheme-left::before {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transform: skew(10deg);
    background-color: #6084cd;
}

.scheme .schemeone {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.scheme .schemetwo {
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    width: 320px;
    max-width: 100%;
    display: block;
    top: 50%;
    left: -10%;
    transform: skew(10deg) translateY(-50%);
}

.scheme .scheme_item {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 4px;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%)
}

.scheme .scheme_item i {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    color: #2c55a5;
}

.service {
    background-color: #18185E;
    color: #fff;
    text-align: center;
}

.service h6 {
    padding: 0 30px;
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
}

.service h6::before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
}

.service h6::after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}

.service p {
    color: #abb8d1;
}

.case .case-item .case-itemtxt {
    transition: .5s;
}

.case .case-item:hover .case-itemtxt {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.case .case-itemtxt {
    margin: 0 15px;
    padding: 15px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin-top: -30px;
    background-color: #fff;
}

.case .case-itemtxt h5 {
    font-size: 18px;
}

.rather {
    background-color: #f5f5f5;
}

.rather .rather_item {
    padding: 40px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #E3E3E3;
    padding: 40px;
    position: relative;
    transition: all 0.4s ease-in-out
}

.rather .rather_item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.rather .rather_item h5 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rather .rather_item p {
    color: #999;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rather .rather_item ul li {
    display: flex;
    align-items: center;
    color: #585858;
    font-size: 16px;
    margin-bottom: 15px;
}

.rather .rather_item ul li i {
    margin-right: 10px;
    color: #2c55a5;
}

.rather .rather_item.active {
    background-color: #2c55a5;
    color: #fff;
}

.rather .rather_item.active,
.rather .rather_item.active p,
.rather .rather_item.active ul li,
.rather .rather_item.active ul li i {
    color: #fff;
}

.rather .rather_item.active .btnhref .btn {
    border-color: #fff;
}

.rather .rather-flow {
    position: relative;
}

.rather .rather-flow.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #2c55a5;
    top: 50%;
    left: 50%;
    z-index: 0;
}

.rather .rather-flow .rather-flow-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #2c55a5;
    z-index: 2;
    background-color: #f5f5f5;
}

.rather .rather-flow .rather-flow-icon span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    border-radius: 100%;
    color: #fff;
    background-color: #2c55a5;
}

.rather .rather-flow .rather-flow-txt h6 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.homenews .homenews-item {
    padding: 15px;
    transition: .5s;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.homenews .homenews-item h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}
.homenews .homenews-item .homenews-item-img{
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.homenews .homenews-item .homenews-item-img span{
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 5px;
    padding: 5px 10px;
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #2c55a5;
}

.footer {
    border-top: 2px solid #2c55a5;
}

.footer .footer-logo {
    max-width: 280px;
}

.footer .footer-boot {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 40px;
    background-color: #f5f5f5;
    text-align: center;
}
.footer .footer-link{
    display: flex;
    flex-direction: column;
}
.footer .footer-link .footer-links{
    flex: 0 0 auto;
    max-height: 130px;
    overflow-y: auto;
}
.footer .footer-links ul{
    display: flex;
    flex-wrap: wrap;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #212529;
}
.footer .footer-link .footer-links::-webkit-scrollbar{
    display: none;
}
.footer .footer-links ul li a{
    font-size: 12px;
    display: block;
    padding: 5px 8px;
    font-size: 13px;
    background-color: #b4d1ee;
    color: #2c55a5;
    border-radius: 6px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.nav {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
}

.nav::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4c7bd9;
    z-index: -1;
    opacity: .70;
}

.nav h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.nav ul {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav ul li {
    padding: 0 15px;
    position: relative;
}

.nav ul li:not(:last-child)::before {
    content: '/';
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
}

.nav ul a ,
.nav ul span{
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .nav {
        padding: 50px 0;
    }
}

.about .about-feature i {
    font-size: 55px;
    margin-right: 15px;
}

.about h6 span {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.about .about-servicesitem {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
    box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
    border-radius: 10px;
    padding: 65px 30px 30px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
}

.about .about-servicesitem .about-servicesitem-icon {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 30px;
    top: -30px;
}

.about .about-servicesitem .about-servicesitem-icon i {
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    background-color: #2c55a5;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}

.about .about-servicesitem:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.about .about-servicesitem .about-servicesitem-txt h5 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about .about-number {
    background-color: #2c55a5;
}

.about .about-numberitem {
    display: flex;
    color: #fff;
    align-items: center;
}

.about .about-numberitem i {
    font-size: 60px;
    margin-right: 20px;
}

.about .about-numberitem .numCX {
    font-size: 28px;
    line-height: normal;
}

.about .about-flowitem {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
    box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
    border-radius: 10px;
    padding: 35px 30px;
    position: relative;
    z-index: 1;
}

.about .about-flowitem .about-flowitem-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.about .about-flowitem .about-flowitem-icon span {
    font-size: 30px;
    font-weight: bold;
}

.about .about-flowitem .about-flowitem-icon i {
    font-size: 40px;
    opacity: 0.7;
    color: #2c55a5;
}

.about .about-flowitem .about-flowitem-txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.website .website-banner {
    padding: 100px 0 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F3FF), to(rgba(242, 243, 255, 0)));
    background: linear-gradient(180deg, rgba(44, 85, 165, 0.3) 0, rgba(242, 243, 255, 0) 100%);
    visibility: visible;
}

.website .website-banner img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.website .website-trait {
    background: #EAEAF9;
    border-radius: 15px;
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.website .website-trait .website-traititem i {
    font-size: 60px;
}

.website .website-trait .website-traititem:not(:last-child) {
    border-right: 1px solid #2c55a5;
}

.website-specialty-item {
    -webkit-box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
    box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
    border-radius: 10px;
    padding: 15px 25px;
    overflow: hidden;
}

.website .website-specialty-item i {
    font-size: 30px;
    font-weight: 700;
}

.website .website-advantage-item {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
    box-shadow: 0 4px 20px rgba(17, 17, 17, 0.08);
    padding: 45px 35px;
    overflow: hidden;
}

.website .website-advantage-item i {
    font-size: 60px;
    margin-bottom: 15px;
    color: #2c55a5;
}

.website .website-case-container {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    left: calc((100% - 1320px) / 2);
}

.website .website-case-left p {
    margin-top: 10px;
    color: #585858;
    font-size: 16px;
}

.website .website-caseinner-item {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.website .website-caseinner-item .website-caseinner-itemtxt {
    text-align: center;
    padding: 10px 0;
}

.news .news-item {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.news .news-item .news-item-txt {
    padding: 10px 15px;
}

.news .news-item .news-item-txt .news-item-txttime {
    color: #2c55a5;
    font-size: 15px;
    font-weight: 600;
}

.news .news-item .news-item-txt h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 7px 0;
}

.news .news-item .news-item-txt p {
    color: #2b3a66;
}

.seo .seo-banner {
    position: relative;
    color: #fff;
    padding-top: 265px;
    padding-bottom: 300px;
    overflow: hidden;
}

.seo .seo-banner:before {
    content: "";
    position: absolute;
    width: 135%;
    height: 185%;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: -92%;
    left: -19%;
    z-index: -1;
    background-image: linear-gradient(90deg, #2c55a5, #809cd4);
    box-shadow: 50px 50px 0 0 rgba(167, 192, 241, 1);
    -webkit-box-shadow: 50px 50px 0 0 rgba(167, 192, 241, 1);
    -moz-box-shadow: 50px 50px 0 0 rgba(167, 192, 241, 1);
}

.seo .seo-banner-num {
    color: #000;
    display: flex;
    align-items: center;
    background-color: #e7fece;
    border-radius: 10px;
    padding: 25px;
}

.seo .seo-banner-num .seo-banner-numitem {
    width: 33.333%;
    text-align: center;
}

.seo .seo-banner-num .seo-banner-numitem .numCX {
    font-size: 40px;
    line-height: initial;
    font-weight: bold;
}

.seo .seo-banner-img img {
    max-width: 100%;
    width: 850px;
    z-index: 0;
    animation: 30s infinite seo-banner-img;
}

@media (min-width:1500px) {
    .seo .seo-banner-img img {
        position: absolute;
        right: 13%;
        top: 9%;
    }
}

.seo .seo-trait {
    padding-bottom: 80px;
}

.seo .seo-trait-item {
    -webkit-box-shadow: 0 0px 10px rgba(47, 91, 234, 0.05);
    box-shadow: 0 0px 10px rgba(47, 91, 234, 0.05);
    border-color: #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.seo .seo-trait-item .seo-trait-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 64px;
    font-size: 34px;
    height: 64px;
    background-color: #1f0757;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.seo .seo-trait .col-md-6:nth-child(2n) .seo-trait-item {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
}

.seo .seo-services .seo-services-item {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0px 5px rgba(77, 74, 74, 0.05);
    box-shadow: 0 0px 5px rgba(77, 74, 74, 0.05);
    overflow: hidden;
}

.seo .seo-services .seo-services-item::after {
    content: '';
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .15;
    top: 20px;
    content: "";
    left: 20px;
    z-index: -1;
}

.seo .seo-services .seo-services-item:hover,
.seo .seo-services .seo-services-item:focus {
    -webkit-transform: translateY(-10px);
    color: #fff;
    transform: translateY(-10px);
    -webkit-box-shadow: 0 18px 56px rgba(47, 91, 234, 0.135);
    box-shadow: 0 18px 56px rgba(47, 91, 234, 0.135);
    background-color: #2b3a66;
    border-color: #222;
}

.seo .seo-services .seo-services-item i {
    position: relative;
    z-index: 10;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 30px;
    background-color: #1f0757;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.tab-area .nav-tabs {
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-bottom: 30px
}

.tab-area .nav-tabs::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    border-radius: 50px;
    background-color: #f1f4fd;
    bottom: -20px;
    left: 0;
    right: 0
}

.tab-area .nav-tabs .nav-item {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tab-area .nav-tabs .nav-item .nav-link {
    position: relative;
    z-index: 1;
    border: 0;
    text-align: center;
    font-size: 1rem;
    border-radius: 6px;
    padding: .5rem 1rem;
    font-weight: 700;
    color: #1f0757
}

@media (max-width:768px) {
    .seo .seo-banner {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .seo .seo-banner:before {
        width: 185%;
        height: 186%;
        left: -61%;
    }

    .seo .seo-trait .col-md-6:nth-child(2n) .seo-trait-item {
        -webkit-transform: none;
        transform: none;
    }
}

.contact .contact-title .title {
    font-size: 42px;
    border-left: 3px solid #2c55a5;
    line-height: 41px;
    padding-left: 18px
}

.contact .section-title .title {
    color: #fff;
    margin-bottom: 57px
}

.contact .row.contact {
    margin-top: 82px
}

.contact .contact-form button {
    padding: 17px 29px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    background: #2c55a5;
    color: #fff;
    margin-top: 11px
}

.contact .contact-image {
    position: relative;
    display: inline-block;
    margin-left: 35px
}

.contact .contact-image::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 5px solid #2c55a5;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    left: 30px;
    bottom: 20px
}

.contact .contact-image img {
    width: auto;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px
}

.contact .contact-info {
    padding: 57px 60px 5px;
    border: 1px solid rgba(0, 0, 0, 0.07)
}

.contact .info-box {
    margin-bottom: 27px;
    background: #FFF;
    box-shadow: 0 16px 52px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    text-align: center;
    padding: 30px 19px 25px
}

.contact .info-box.two {
    margin-top: 41px
}

.contact .info-box .title {
    margin: 22px 0 5px;
    font-size: 14px;
    color: #999;
}

.contact .info-box .content {
    display: block;
    align-items: center
}

.contact .info-box .content .icon {
    margin-right: 0;
    position: relative
}

.contact .info-box .content .icon i {
    color: #2c55a5;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    position: relative;
    z-index: 1
}

.contact .info-box .content .icon:before {
    position: absolute;
    content: "";
    top: -4px;
    left: -22px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #0F3567;
    opacity: .07;
    right: 0;
    margin: auto
}

.contact .info-box .content .text p {
    margin: 0 0 3px;
    font-size: 18px;
}

.contact .info-box .content .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.contact .info-box .content .social-icon li {
    margin-right: 10px
}

.contact .info-box .content .social-icon li a i {
    color: #2c55a5;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f0effc
}

.contact .info-box .content .social-icon li a i:hover {
    color: #fff;
    background-color: #2c55a5
}

.contact .form-area {
    padding: 0;
    box-shadow: none
}

.contact .form-area .form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 31px;
    padding-left: 16px;
    border-left: 3px solid #2c55a5
}

.contact .form-area .form-subtitle {
    font-size: 18px;
    margin-bottom: 37px
}

.contact .form-area .form-control {
    margin-bottom: 20px;
    padding: 17px;
    border: 1px solid #E3E3E3;
    border-radius: 5px
}

.contact .form-area textarea {
    height: 130px
}

.contact .form-area button {
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 16px 30px;
    background-color: #2c55a5
}

.contact .form-area input::placeholder {
    color: #757575
}

.contact .contact-form-box textarea#massage::placeholder {
    color: #757575
}

.contact.style-two {
    position: relative;
    padding: 102px 0 100px;
    background-color: #F8F8F8;
    background-image: url(../image/contact-2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain
}

.contact.style-two .section-title .subtitle {
    color: var(--title-two-color)
}

.contact.style-two .section-title .title {
    color: var(--title-two-color);
    margin-bottom: 42px
}

.contact.style-two .contact-form-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 59px 64px 58px 60px;
    z-index: 1
}

.contact.style-two .form-area .form-control {
    margin-bottom: 20px;
    padding: 20px 18px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    border-radius: 10px
}

.contact.style-two .form-box input {
    padding: 0 19px;
    border-radius: 5px;
    border: 1px solid #E3E3E3
}

.contact.style-two .form-area textarea {
    height: 147px
}

.contact.style-two .form-area button {
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 8px;
    padding: 20px 30px;
    background-color: var(--secondary-color);
    width: 100%;
    text-transform: uppercase
}

.contact.style-two .form-area button:hover {
    background: var(--title-color)
}

.contact.style-two .form-area .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--secondary-color);
    outline: 0;
    box-shadow: none
}

.contact.style-two input[type="text"]::placeholder {
    color: #757575
}

.contact-form-box textarea#massage::placeholder {
    color: #757575
}

.contact.style-two .image {
    position: absolute;
    height: 100%;
    width: 56.5%;
    right: 0;
    top: 0
}

.contact.style-two .image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.pages ul {
    justify-content: center;
}

.pages ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin: 0 5px;
    height: 40px;
    border-radius: 4px;
    color: #888;
    border: 1px solid #888;
    transition: .3s;
}

.pages ul li.active a,
.pages ul li a:hover {
    border-color: #2c55a5;
    color: #fff !important;
    background: #2c55a5;
}
.casepage i{
    font-size: 40px;
    line-height: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #2c55a5;
}

@media only screen and (max-width: 768px) {
    .contact .info-box {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 992px) {
    .tab-area .nav-tabs .nav-item .nav-link {
        padding: 1rem;
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 992px) {
    .tab-area .nav-tabs .nav-item .nav-link::before {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        content: "";
        position: absolute;
        width: 0;
        height: 7px;
        background-color: #2c55a5;
        border-radius: 0 6px 6px 0;
        bottom: -20px;
        left: 50%
    }
}

@media only screen and (min-width: 992px) {
    .tab-area .nav-tabs .nav-item .nav-link::after {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        content: "";
        position: absolute;
        width: 0;
        height: 7px;
        background-color: #2c55a5;
        border-radius: 6px 0 0 6px;
        bottom: -20px;
        right: 50%
    }
}

.tab-area .nav-tabs {
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-area .nav-tabs .nav-item .nav-link.active {
    background-color: #2c55a5;
    color: #fff;
}

.tab-area .nav-tabs .nav-item .nav-link.active::before {
    width: 50%
}

.tab-area .nav-tabs .nav-item .nav-link.active::after {
    width: 50%
}

.tab-area .tab-text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1f0757;
    font-weight: 500
}

.tab-area .tab-text ul li i {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    text-align: center;
    margin-right: .5rem;
    line-height: 1.25rem
}

.tab-area .tab-text .progress {
    height: 5px;
    background-color: #f1f4fd;
    margin-bottom: .25rem
}

.tab-area .tab-text .progress .progress-bar {
    background-color: #0d6efd
}

.tab-area .tab-text .tab-textp {
    font-size: 15px;
    line-height: 24px;
}

.tab-area .tab-text .list-unstyled {
    display: flex;
    flex-wrap: wrap;
}

.tab-area .tab-text .list-unstyled li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.seo-specialty {
    background-color: #0d6efd;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.seo-specialty .seo-specialty-shape {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.09);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: -300px;
    pointer-events: none;
    left: -250px;
    z-index: 0;
}
.tel{
    position: fixed;
    z-index: 998;
    left: 0;
    background: #fff;
    right: 0;
    box-shadow: 0 0 5px #d9d9d9;
    bottom: 0;
    width: 100%;
}
.tel i{
    font-size: 18px;
}
.tel a{
    width: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}
.tel a:nth-child(2){
    color: #fff;
    background: #2c55a5;
}
@media only screen and (min-width: 992px) {
    .seo-specialty .seo-specialty-shape {
        width: 1100px;
        height: 1100px;
        top: -600px;
        left: -500px;
    }
}

.seo-specialty::before {
    content: '';
    position: absolute;
    width: 110%;
    background-color: #fff;
    content: "";
    height: 60px;
    top: -42px;
    left: -5%;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    z-index: 0;
}

.seo-specialty::after {
    content: '';
    position: absolute;
    width: 110%;
    height: 60px;
    background-color: #fff;
    content: "";
    bottom: -42px;
    left: -5%;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    z-index: 0;
}

.seo-specialty .navigation {
    color: #fff;
}

.seo-specialty .card-body i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1f0757;
    text-align: center;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    margin-right: 15px;
}

.seo-specialty .seo-specialty-item {
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

.seo-specialty .seo-specialty-item::after {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .1;
    z-index: -1;
    content: "";
    bottom: -120px;
    right: -120px
}

.seo-specialty .seo-specialty-item h6 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.seo-specialty .seo-specialty-item.active,
.seo-specialty .seo-specialty-item:hover,
.seo-specialty .seo-specialty-item:focus {
    border-color: #2c55a5;
    background-color: #2c55a5;
    color: #fff;
    -webkit-box-shadow: 0 18px 56px rgba(255, 255, 255, 0.175);
    box-shadow: 0 18px 56px rgba(255, 255, 255, 0.175)
}

.seo-specialty .seo-specialty-item.active::after,
.seo-specialty .seo-specialty-item:hover::after,
.seo-specialty .seo-specialty-item:focus::after {
    bottom: -50px;
    right: -40px
}

.seo-case .seo-case-item,
.seo-case .seo-case-itemimg {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 12px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    overflow: hidden;
}

.seo-case .seo-case-item:hover .seo-case-itemimg,
.seo-case .seo-case-item:focus .seo-case-itemimg {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.seo-case .seo-case-item .seo-case-itemtxt {
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
    position: absolute;
    width: 100%;
    padding: 15px 15px;
    background-color: #2b3a66;
    bottom: -100px;
    left: 0;
    font-size: 18px;
    z-index: 100;
    border-radius: 0 0 10px 10px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.seo-case .seo-case-item .seo-case-itemtxt h5 a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.seo-case .seo-case-item .seo-case-itemtxt p {
    font-size: 14px;
    color: #ccc;
}

.seo-case .seo-case-item:hover .seo-case-itemtxt {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

@keyframes seo-banner-img {
    0% {
        transform: translate(0px, 0px) rotate(0)
    }

    25% {
        transform: translate(-10px, -10px) rotate(5deg)
    }

    50% {
        transform: translate(-20px, 0px) rotate(0)
    }

    75% {
        transform: translate(-10px, -10px) rotate(-2deg)
    }

    100% {
        transform: translate(0, 0) rotate(0)
    }
}

@media (min-width: 1400px) {
    .header .header-full {
        padding: 0 150px !important;
    }
}

@media (max-width: 750px) {
    .header{
        height: 60px;
    }
    .header_navinner{
        position: fixed!important;
        z-index: 30;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
    }
    .rather .rather_item{
        padding: 30px 15px;
    }
    .scheme .scheme_item h6{
        font-size: 14px;
    }
    .footer {
        height: 60px;
    }
    .scheme .scheme-left{
        height: 30%;
    }
    .footer>div {
        display: none;
    }

    .website .website-case-container {
        left: 0;
    }

    .homeabout-left {
        overflow-x: clip;
    }

    .rather .rather-flow.active::before {
        display: none;
    }

    .website .homeabout-txtbody ul li,
    .homeabout .homeabout-txt ul li {
        width: 100%;
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotatemetwo {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes shine {
    0% {
        -webkit-mask-position: 150%;
    }

    100% {
        -webkit-mask-position: -50%;
    }
}

@-webkit-keyframes hovershine {
    100% {
        left: 125%;
    }
}

@-moz-keyframes hovershine {
    100% {
        left: 125%;
    }
}

@-ms-keyframes hovershine {
    100% {
        left: 125%;
    }
}

@keyframes hovershine {
    100% {
        left: 125%;
    }
}