.banner .swiper-pagination-bullet {background: #C5E2FF;width: 10px;height: 10px; opacity: 1}
.banner .swiper-pagination-bullet-active{ width: 30px;height: 10px;background: #1881F0;border-radius: 5px; }
.swiper-slide-active .bannercon{ transform: translateY(0); opacity:1;}
.bannercon{ transform: translateY(300px);opacity:0;transition: 1s }


.banner-textbox-width{ width: 1180px;margin: 0 auto }


*, ul li, ul, dl, dl dt, dl dd {
    margin: 0;
    padding: 0;
 }

 li, ol, ul, dl, dt, dd {
    list-style: none;
    list-style-type: none;
 }
 
.bannercon dl{padding-top: 200px}
.bannercon dt{font-size: 48px;font-weight: 800;color: #fff;line-height: 67px;letter-spacing: 1px;}
.bannercon dd{font-size: 16px;color: #fff;line-height: 30px;margin: 24px 0 40px 0}
.bannercon p{ display: flex; align-items: center; }
a.btn_c{ 
    display: block;width: 122px;height: 42px; line-height:42px;
    background: linear-gradient(90deg, #1882F0 0%, #00AEEE 100%);
    border-radius: 4px;text-align:center;
    font-size: 14px;color: #FFF;margin-right: 16px;
}
a.btn_d{
    display: block;width: 122px;height: 42px; line-height:42px;
    background: linear-gradient(90deg, #ffdda3 0%, #f2c57a 100%);
    color: #665231;
    border-radius: 4px;text-align:center;
    font-size: 14px; margin-right: 16px;
}
a.btn_w{display:block;width: 120px;height: 40px; line-height:40px; text-align:center;border-radius: 4px;border: 1px solid #FFF;font-size: 14px;color: #FFF;}
a.btn_b{display:block;width: 120px;height: 40px; line-height:40px; text-align:center;border-radius: 4px;border: 1px solid #333;font-size: 14px;color: #333;}
a.btn_c,a.btn_d,a.btn_w,a.btn_b,.expbtn_one,a.whitearrow,a.bluearrow,a.blackarrow { text-indent: 11px; }
a.btn_c:after,a.btn_d:after , a.btn_w:after,a.btn_b:after,.expbtn_one:after,a.whitearrow:after,a.bluearrow:after,a.blackarrow:after {
    display: inline-block;
    content: "";
    padding: 3px;
    transform: rotate(-45deg) translateY(-2px);
    -webkit-transform: rotate(-45deg) translateY(-2px);
    transition: 0.5s;
    opacity: 0;
}
a.btn_c:after,   a.btn_w:after,a.whitearrow:after {
border: #fff solid;
border-width: 0 1px 1px 0;
}
a.btn_d:after{
    border: #665231 solid;
    border-width: 0 1px 1px 0;
}
.expbtn_one:after,a.bluearrow:after{
border: #2386EE solid;
border-width: 0 1px 1px 0;
}
a.blackarrow:after,a.btn_b:after {
border: #333 solid;
border-width: 0 1px 1px 0;
}
a.btn_c:hover:after, a.btn_d:hover:after, a.btn_w:hover:after,a.btn_b:hover:after,.expbtn_one:hover:after,a.whitearrow:hover:after,a.bluearrow:hover:after,a.blackarrow:hover:after {
margin-left: 10px;
transition: 0.5s;
opacity: 1;
}



.quality-services-nav {
    margin-bottom: 40px;
}
.productTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #186cea;
    text-align: left;
    margin-bottom: 20px;
}
.productDesc {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #666666;
    line-height: 27px;
    /*margin: 17px 0;*/
    text-align: left;
}
.moreLink {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #186cea;
}
.product-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;

}
.product-nav .nav {
    /*border-left: 3px solid #E1E1E1;*/
    padding: 3px 0;
}
.product-nav .nav-link.active {
    background-color: transparent;
    color: #186cea;
}
.nav-pills .nav-link.active {
    background-color: transparent;
}
.product-nav .nav-link {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #9A9FA4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 10px 15px ;
    margin: 0 15px;
}

.product-nav .nav-link.active::before {
    position: absolute;
    content: "";
    position: absolute;
    background: #186cea;
    height: 2px;
    width: 100%;
    bottom: -3px;
    top: auto;
}
.product-nav .nav-link::before {
    position: absolute;
    content: "";
    left: 0px;
    top: auto;
    bottom: -3px;
    height: 2px;
    width: 0px;
    background-color: var(--tp-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product-nav .nav-link span {
    display: flex;
    text-align: start;
}
.partTitle {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.newsli {
    overflow: hidden;
    position: relative;
    padding-right: 76px;
    font-size: 13px;
}
.newsa {
    display: block;

    color: #5e6267;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.newsright {
    float: right;
    font-size: 12px;
    color: #bababa;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.newsmore {
    font-size: 14px;
    color: #0c7ada;
    line-height: 44px;
    width: 40px;
    text-align: right;
    float:right;
}

.pointer{
    cursor:pointer;
}

.header  {
    font-size: 18px;
    line-height: 1;
    color: #4a4a4a;
    margin: 29px 0 20px;
    padding-left: 10px;
    border-left: 3px solid #4b5cc4;
}

.leftline{
    padding-left: 40px; border-left: solid 1px #eee;
}

.rightline{
    padding-right: 40px; border-right: solid 1px #eee;
}


.tpseo-bg1 {
    position: absolute;
    background: linear-gradient(336.37deg, rgb(143, 171, 206) -2.49%, rgb(209, 209, 245) 92.36%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 12px
}
.jxc-box {
    padding: 50px 38px 0 37px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 385px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.jxc-box-item-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: var(--tp-common-11);
}
.tpseo-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--tp-grey-8);
    font-family: var(--tp-ff-dmsans);
}
.tpseo:hover .tpseo-thumb {
    transform: translateY(8px);
}



.header-banner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-inner-title{

    line-height: 1.11;
    letter-spacing: -0.02em;
    margin-bottom: 15px;

    font-size: 32px;
    color:#333333;
}
.header-inner-buttons{
    display: flex;
    align-items: center;
}
.header-inner-image{
    height: 175px;
    width: auto
}
.area-bg{
    background-color: #F5F5F5;
}
.footer-bg {
    background: linear-gradient(180deg,#2554fe,#3572ff);
}

.footer-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    text-align: center;

    background-image: url(/images/bottom-bg.png);
    background-size: cover;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
.footer-banner h3{
    ont-size: 28px;font-weight: 500;color: #fff
}
.footer-banner p{
    color: #fff;
}


.product-feature-content p {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--tp-grey-8);
    margin-bottom: 20px;
    margin-top: 16px;
}
.product-feature-content ul li {
    list-style: none;
    position: relative;
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: var(--tp-grey-8);
    padding-left: 25px;
}
.product-feature-content ul li:before {
    background: url(/images/ic_ok.png) center no-repeat;
    background-size: cover;
}
.product-feature-content ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    height: 16px;
    width: 16px;
    background: url(/images/ic_ok.png) center no-repeat;
    background-size: cover;
}

.section-center-title{
    font-size: 30px;
}
.solutions-item-content h5{
    font-size: 22px;
}
.solutions-item-content p{
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 26px;
}
.solutions-bg-icon {
    position: relative;
}
.solutions-item-icon {
    position: absolute;
    left: 150px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
}


.ok i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #59B562;
    font-size: 20px;
}
.no i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f12b10;
    font-size: 20px;
}


.buy-flow{
    display: flex;
    flex-direction: row;
    align-content: center;
}
.buy-flow dl{
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 11px;
}
.buy-flow dl dd{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.buy-flow img{
    width: 50px;
    height: auto;
    margin-bottom: 20px
}
.section-buy h3{
    font-size: 32px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 10px;
}
.tppricing-4-head .title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: var(--tp-common-11);
}
.tppricing-4-head span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    color: var(--tp-theme-blue);
    display: inline-block;
    margin-bottom: 13px;
}



.contact-us {
    line-height: 1.4;
}
.contact-us h2 {
    text-align: left;
    font-size: 26px;
    color: #000;
    font-weight: 500;
}
.contact-us .figure {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contact-us .figure ul {
    padding-left: 0;
    text-align: left;
    margin-bottom: 0.4rem;
}
.contact-us .figure ul p {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    font-weight: 500;
}
.contact-us .figure ul li {
    font-size: 14px;
    color: #7e7f84;
    line-height: 22px;
}
.qrcode{
    display: flex;
    flex-direction: row;
}
.qrcode-box{
    margin-right:  20px;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.qrcode-text{
    font-size: 14px;
    text-align: center;
}



.news-v1-info > li {
    color: #CCCCCC;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-news-content {
    padding-right: 40px;
    border-right: solid 1px #eee;
    min-height: 600px;
}
.list-news-content hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity:1;
}
.nav-pills{
    padding-left: 30px;
}
.nav-pills li{
    margin: 10px 0;
    padding: 5px 20px;
    width: 150px;
    text-align: center;
}
.nav-pills .active{
    color: #fff;
    background-color: #337ab7;
}


.news-content-title{
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-size: 28px;
    line-height: 35px;
}
.news-content-list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.news-content-list-inline >li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #CCCCCC;
}
.news-content{
    padding:10px 0
}

.login-btn{
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 12px;
    color: var(--tp-common-11);
    border: 1.5px solid #010F1C;
    padding: 11px 20px;
    border-radius: 6px;
}

.wave{position:relative;width:100%;height:300px;margin-top:5%;}
.wave .shape{position:absolute;background:url(/images/wave1.png);background-repeat:repeat-x;width:100%;height:100%;}
.wave .shape1{opacity:1;animation:waveMove1 15s linear infinite;background-position:300px 20px;}
.wave .shape2{opacity:0.3;animation:waveMove2 19s linear infinite;background-position:600px 10px;}
.wave .shape3{opacity:0.1;animation:waveMove3 13s linear infinite;background-position:0px 0px;}
.conTbox{text-align:center;position:absolute;width:100%;margin:0 auto;top:55%;}
.conTbox h5{font-size:30px;line-height:1;color:#fff;margin-bottom:22px;}
.conTbox .tactBtn{width:145px;line-height:40px;border:2px solid rgba(255,255,255,.5);text-align:center;display:block;color:#fff;margin:0 auto;transition:.3s;}
.conTbox .tactBtn:hover{border:2px solid #fff;}
@keyframes waveMove1{from{background-position:300px 20px;}
    to{background-position:-1620px 20px;}
}
@keyframes waveMove2{from{background-position:600px 10px;}
    to{background-position:-1320px 10px;}
}
@keyframes waveMove3{from{background-position:0px 0px;}
    to{background-position:-1920px 0px;}
}

.footer-widget-newsletter{
    display: flex;flex-direction: row;align-items: center
}