﻿/********************************************************** */
/***********************  Xshapp ************************* */
/**********************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Hero Section
    03. Page Banner
    04. Partner Section
    05. Service Section
    06. Feature Section
    07. Fun Fact Section
    08. Discover Tools Section
    09. Application Section
    10. Pricing Section
    11. Testimonial Section
    12. Team Section
    13. Video Section
    14. App Screen Section
    15. Blog Section
    16. About Page Video Section
    17. Blog Details
    18. Contact Page
    19. Main Footer


/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */


* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}



body {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
}

a {
    color: #3A3064;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

a:hover,
a:focus,
a:visited {
    outline: none;
    color: #1D32CC;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3A3064;
    line-height: 1.22;
    font-family: 'Jost', sans-serif;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h4,
h5,
h6 {
    font-weight: 500;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/** Button style **/
.theme-btn,
a.theme-btn {
    z-index: 1;
    color: #FFFFFF;
    cursor: pointer;
    min-width: 150px;
    transition: 0.7s;
    text-align: center;
    padding: 12px 30px;
    position: relative;
    border-radius: 25px;
    background: #57CC61;
    display: inline-block;
}

.theme-btn:before,
a.theme-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    border-radius: 25px;
    background: transparent linear-gradient(240deg, #ACCBEE 0%, #E7F0FD 100%) 0% 0% no-repeat padding-box;
}

.theme-btn:hover:before,
a.theme-btn:hover:before {
    opacity: 1;
}

.theme-btn:hover,
a.theme-btn:hover {
    color: #FFF;
    background: transparent;
}

.logo img{

}
/*** Social Style One ***/
.social-style li {
    display: inline-block;
}

.social-style li a {
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: #1D32CC;
    font-size: 18px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #FFFFFF;
    transition: all .4s;
    display: inline-block;
    box-shadow: -0.71px 0.71px 32px #C0C0C033;
}

.social-style li a:hover {
    color: #FFFFFF;
    background: #1D32CC;
}

.social-style li:first-child a {
    margin-left: 0;
}

.social-style li:last-child a {
    margin-right: 0;
}

/* List Style One */
.list-style-one li {
    display: flex;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-style-one li:before {
    font-size: 12px;
    font-weight: 400;
    content: "\f108";
    margin-right: 15px;
    font-family: "Flaticon";
}

/*** Preloader style ***/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

button:focus {
    outline: 0;
}

.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F7F6FC;
    opacity: .8;
}

.overlay * {
    z-index: 2;
    position: relative;
}


/****************************************************** */
/******************* 02. Hero Section  **************** */
/****************************************************** */
.hero-section {
    padding-top: 120px;
    position: relative;
    background-position: inherit;
    background-size: cover;
}

.hero-content {
    max-width: 345px;
    padding-bottom: 200px;
}

.hero-content h2 {
    color: #FFFFFF;
    line-height: 1.43;
    margin-bottom: 25px;
}

.hero-content p {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.hero-circle-shape {
    position: absolute;
    top: 19%;
    left: 8%;
    width: 12.172%;
    -webkit-animation: down-up-two 8s infinite linear;
    animation: down-up-two 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.hero-dot-shape {
    position: absolute;
    bottom: 20%;
    left: 18%;
    width: 1.448%;
    -webkit-animation: animationRoundTopBottom 25s infinite linear;
    animation: animationRoundTopBottom 25s infinite linear;
}

.hero-moon-shape {
    position: absolute;
    top: 17%;
    left: 47%;
    width: 2.59%;
    -webkit-animation: animationRoundTopBottomTwo 25s infinite linear;
    animation: animationRoundTopBottomTwo 25s infinite linear;
}

.hero-right-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 9.491%;
}

@-webkit-keyframes down-up-one {
    0% {-webkit-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px)}
    50% {-webkit-transform: rotateX(0deg) translateY(18px);transform: rotateX(0deg) translateY(18px)}
    100% {-webkit-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px)}
}

@keyframes down-up-one {
    0% {-webkit-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px)}
    50% {-webkit-transform: rotateX(0deg) translateY(18px);transform: rotateX(0deg) translateY(18px)}
    100% {-webkit-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px)}
}

@-webkit-keyframes down-up-two {
    0% {-webkit-transform: rotateX(0deg) translate(0px); transform: rotateX(0deg) translate(0px)}
    50% {-webkit-transform: rotateX(0deg) translate(18px, -18px);transform: rotateX(0deg) translate(18px, -18px)}
    100% {-webkit-transform: rotateX(0deg) translate(0px); transform: rotateX(0deg) translate(0px)}
}

@keyframes down-up-two {
    0% {-webkit-transform: rotateX(0deg) translate(0px); transform: rotateX(0deg) translate(0px)}
    50% {-webkit-transform: rotateX(0deg) translate(18px, -18px);transform: rotateX(0deg) translate(18px, -18px)}
    100% {-webkit-transform: rotateX(0deg) translate(0px); transform: rotateX(0deg) translate(0px)}
}

@-webkit-keyframes animationRoundTopBottom{
    0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
    }
    25% {
    -webkit-transform:  translate(150px,0px)  rotate(90deg) ;
            transform:  translate(150px,0px)  rotate(90deg) ;
    }
    50% {
    -webkit-transform:  translate(160px,-140px)  rotate(180deg) ;
            transform:  translate(160px,-140px)  rotate(180deg) ;
    }
    75% {
    -webkit-transform:  translate(-30px,-170px)  rotate(270deg) ;
            transform:  translate(-30px,-170px)  rotate(270deg) ;
    }
    100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
    }
}
@keyframes animationRoundTopBottom{
    0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
    }
    25% {
    -webkit-transform:  translate(150px,0px)  rotate(90deg) ;
            transform:  translate(150px,0px)  rotate(90deg) ;
    }
    50% {
    -webkit-transform:  translate(160px,-140px)  rotate(180deg) ;
            transform:  translate(160px,-140px)  rotate(180deg) ;
    }
    75% {
    -webkit-transform:  translate(-30px,-170px)  rotate(270deg) ;
            transform:  translate(-30px,-170px)  rotate(270deg) ;
    }
    100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
    }
}

@-webkit-keyframes animationRoundTopBottomTwo{
    0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
    }
    25% {
    -webkit-transform:  translate(150px,0px)  rotate(90deg) ;
            transform:  translate(150px,0px)  rotate(90deg) ;
    }
    50% {
    -webkit-transform:  translate(150px,150px)  rotate(180deg) ;
            transform:  translate(150px,150px)  rotate(180deg) ;
    }
    75% {
    -webkit-transform:  translate(0px,150px)  rotate(270deg) ;
            transform:  translate(0px,150px)  rotate(270deg) ;
    }
    100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
    }
}
@keyframes animationRoundTopBottomTwo{
    0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
            transform:  translate(0px,0px)  rotate(0deg) ;
    }
    25% {
    -webkit-transform:  translate(150px,0px)  rotate(90deg) ;
            transform:  translate(150px,0px)  rotate(90deg) ;
    }
    50% {
    -webkit-transform:  translate(150px,150px)  rotate(180deg) ;
            transform:  translate(150px,150px)  rotate(180deg) ;
    }
    75% {
    -webkit-transform:  translate(0px,150px)  rotate(270deg) ;
            transform:  translate(0px,150px)  rotate(270deg) ;
    }
    100% {
    -webkit-transform:  translate(0px,0px)  rotate(360deg) ;
            transform:  translate(0px,0px)  rotate(360deg) ;
    }
}


/****************************************************** */
/******************* 03. Page Banner  ***************** */
/****************************************************** */
.page-banner {
    height: 400px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 50px;
    background-position: left;
    background-size: cover;
}
.banner-alzs{
	 height: 330px;
}


.page-banner .hero-circle-shape {
    top: 25%;
}

.page-banner .banner-inner {
   /* padding: 0px 0 130px;*/
    position: relative;
    z-index: 1;
}

.page-banner .banner-inner h2 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.breadcrumb {
    padding: 5px 0;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb .breadcrumb-item {
    color: #FFFFFF;
    font-size: 18px;
}

.breadcrumb .breadcrumb-item a {
    color: #FFFFFF;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #ec6d46;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '/';
    padding: 0 10px;
    color: #FFFFFF;
}


/****************************************************** */
/***************** 04. Partner Section  *************** */
/****************************************************** */
.partner-wrap .slick-track {
    display: flex;
    align-items: center;
}

.partner-image {
    text-align: center;
}

.partner-image a {
    opacity: 0.65;
    transition: 0.5s;
}

.partner-image a:hover {
    opacity: 1;
}

.partner-image a img {
    display: inherit;
}


/****************************************************** */
/***************** 05. Service Section  *************** */
/****************************************************** */
.partner-and-service {
    position: relative;
}

.partner-shape {
    position: absolute;
    top: 6%;
    left: 0;
    width: 46.596%;
}

.service-shape {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 11.475%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

/* Section Heading Style */
.section-heading i {
    color: #EE3163;
    display: block;
    font-size: 42px;
    margin-bottom: 28px;
}

.section-heading .heading-title {
    color: #999999;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 5.6px;
    text-transform: uppercase;
}

.section-heading h2 {
    background: #1b1b1b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-section .row:last-child {
    padding: 0 15px;
}

.service-item {
    margin-bottom: 30px;
    background: #F4F3F9;
    padding: 50px 60px 90px;
}

.service-icon {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    margin-bottom: 80px;
}

.service-icon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    z-index: -1;
    width: 178px;
    height: 135px;
    transform: translateX(-50%);
    /*background: url(../images/icon-bg-shape1.png);*/
}

.service-section .row > div:nth-child(2) .service-icon:before {
    width: 176px;
    height: 139px;
   /* background: url(../images/icon-bg-shape2.png);*/
}

.service-section .row > div:nth-child(3) .service-icon:before {
    width: 163px;
    height: 128px;
   /* background: url(../images/icon-bg-shape3.png);*/
}

.service-content h5 {
    margin-bottom: 25px;
}

.service-content p {
    margin-bottom: 0;
}

.service-item.service-active {
    margin-top: -30px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #61ace2 100%) 0% 0% no-repeat padding-box;
}

.service-item.service-active .service-content h5, .service-item.service-active .service-content p {
    color: #FFFFFF;
}


/****************************************************** */
/***************** 06. Feature Section  *************** */
/****************************************************** */
.feature-and-funfact {
    position: relative;
}

.feature-shape-one {
    position: absolute;
    top: 0;
    left: -31px;
    width: 29.384%;
    -webkit-animation: rotated 30s infinite linear;
    animation: rotated 30s infinite linear;
}

.feature-shape-two {
    position: absolute;
    right: 0;
    top: 23%;
    width: 17.534%;
}

.feature-shape-three {
    position: absolute;
    left: -5%;
    top: 50%;
    width: 58.72%;
    -webkit-animation: down-up-two 8s infinite linear;
    animation: down-up-two 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.feature-section {
    position: relative;
}

.feature-content .section-heading {
    max-width: 435px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item .icon-box {
    flex: none;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-right: 28px;
    border-radius: 10px;
    background: #F9F9F9;
}

.feature-item .content-box h6 {
    font-weight: 600;
}

.feature-item .content-box p {
    margin-bottom: 0;
}

@-webkit-keyframes rotated {
  0%   {-webkit-transform: rotate(0);transform: rotate(0);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotated {
  0%   {-webkit-transform: rotate(0);transform: rotate(0);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

.sr-feature-shape-one {
    top: 70px;
}

.sr-feature-shape-two {
    top: auto;
    bottom: 0;
}


/****************************************************** */
/**************** 07. Fun Fact Section  *************** */
/****************************************************** */
.fun-fact-wrap {
    padding-bottom: 60px;
    border-bottom: 1px solid #F4F3F9;
}

.fact-item {
    padding: 0 20px;
    margin-bottom: 30px;
}

.fact-item h2 {
    background:#3A3064;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 13px;
}


.fact-item h5 {
    margin-bottom: 20px;
}

.fact-item p {
    margin-bottom: 0;
}


/****************************************************** */
/************ 08. Discover Tools Section  ************* */
/****************************************************** */
.discover-tools-section {
    position: relative;
    background: url(../images/discover-tools-bg.png);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.tools-shape-one {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 6.7566%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.tools-shape-two {
    position: absolute;
    top: 15%;
    right: 0;
    width: 10.671%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
    animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.discover-tools-section .section-heading h2 {
    -webkit-text-fill-color: white;
}

.tools-area {
    margin: auto;
    max-width: 768px;
    position: relative;
    padding-bottom: 60px;
}

.tool-one {
    position: absolute;
    top: -8%;
    left: -12%;
    z-index: -1;
}

.tool-two {
    position: absolute;
    top: 45%;
    left: -22%;
    z-index: -1;
}

.tool-three {
    position: absolute;
    top: -8%;
    right: -8%;
}

.tool-four {
    position: absolute;
    top: 45%;
    right: -13%;
    z-index: -1;
}


/****************************************************** */
/************** 09. Application Section  ************** */
/****************************************************** */
.application-section {
    position: relative;
}

.power-shape-one {
    position: absolute;
    top: 8%;
    left: 0;
    width: 9.223%;
}

.power-shape-two {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 86.05%;
    -webkit-animation: down-up-two 8s infinite linear;
    animation: down-up-two 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ab-application-section .power-shape-two {
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.application-content {
    max-width: 470px;
}

.app-tool-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.app-tool-icon {
    width: 61px;
    height: 61px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 61px;
    text-align: center;
    margin-right: 20px;
    border-radius: 10px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}


.lkqhcc .application-image img{
	display:none;
}
.lkqhcc .application-image img:first-child{
	display:block;
}
.app-tool-item.lkqh{
	display: block;
	cursor: pointer;
	margin-bottom: 0px;
}
.app-tool-item.lkqh .app-tool-icon{
	background:none;
	width: 100%;
}
.app-tool-item.lkqh .app-tool-details{
	text-align:center;
}
.app-tool-item.lkqh h6{
	color:#999
}
.app-tool-item.lkqh .im2{
	display:none;
}
.app-tool-item.lkqh.antion .im2{
	display:initial;
}
.app-tool-item.lkqh.antion .im1{
	display:none;
}
.app-tool-item.lkqh.antion h6{
	color:#191919;
}


.lkqhcc .content p {
  font-size: 18px;
  color: #191919;
  line-height: 52px;
  
    margin-bottom: 0px;
}
.lkqhcc .content p span {
  display: inline-block;
  vertical-align: 1px;
  font-size: 14px;
  height: 33px;
  line-height: 28px;
  color: #818181;
  padding: 0 20px 0 10px;
  background: url('../images/span_bg.png') no-repeat;
  background-size: 100% 100%;
}
.lkqhcc .content p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7849;
  margin-right: 14px;
}
.lkqhcc .content b {
  font-size: 16px;
  color: #666666;
  margin-left: 22px;
  font-weight: inherit;
}




.app-tool-details h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}

.application-content .theme-btn {
    margin-top: 20px;
}


/****************************************************** */
/**************** 10. Pricing Section  **************** */
/****************************************************** */
.pricing-section {
    position: relative;
}

.pricing-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: #F7F6FC;
}

.pricing-shape {
    position: absolute;
    top: 19%;
    right: 4%;
    z-index: -1;
    width: 25.8982%;
}

.pricing-section .nav-tabs {
    height: 26px;
    margin: auto;
    width: max-content;
    border-bottom: none;
    margin-bottom: 40px;
    border-radius: 10px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.pricing-section .nav-tabs .nav-item {
    position: relative;
}

.pricing-section .nav-tabs .nav-item span {
    position: absolute;
    top: 0;
    left: -67px;
}

.pricing-section .nav-tabs .nav-item:last-child span {
    left: auto;
    right: -55px;
}

.pricing-section .nav-tabs .nav-link {
    border: none;
    height: 26px;
    width: 45px;
    color: #938EAE;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pricing-section .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pricing-section .nav-tabs .nav-link.active {
    background: #57CC61;
}

.pricing-block {
    padding: 80px 30px;
    transition: 0.7s;
    position: relative;
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: -0.71px 0.71px 32px #C0C0C033;
}

.pricing-block:hover {
    color: #FFFFFF;
    background: transparent;
}

.pricing-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    border-radius: 10px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.pricing-block:hover:before {
    opacity: 1;
}

.pricing-block .price-box {
    margin-bottom: 40px;
}

.pricing-block .price-box span {
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    transition: 0.7s;
    margin-bottom: 10px;
    display: inline-block;
}

.pricing-block:hover .price-box span,
.pricing-block:hover .price-box h3 {
    -webkit-text-fill-color: white;
}

.pricing-block .price-box h3 {
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 80%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.7s;
}

.pricing-block .features li {
    line-height: 40px;
}

.pricing-block .price-btn {
    margin-top: 35px;
}

.pricing-block:hover .price-btn .theme-btn {
    color: #FFFFFF;
    background: #57CC61;
}

.pricing-block .price-btn .theme-btn:before {
    opacity: 1;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.pricing-block:hover .price-btn .theme-btn:before {
    opacity: 0;
}

.pricing-page-section:before {
    content: none;
}

.pricing-page-section .pricing-shape {
    top: 14%;
}


/****************************************************** */
/************** 11. Testimonial Section  ************** */
/****************************************************** */
.testimonial-section {
    position: relative;
}

.testimonial-shape {
    position: absolute;
    top: 6%;
    right: 20%;
    width: 38.982%;
}

.testimonial-left-content h6 {
    font-weight: 600;
    margin-bottom: 25px;
}

.stars {
    margin-bottom: 22px;
}

.stars li {
    display: inline-block;
}

.stars li i {
    color: #57CC61;
}

.testimonial-left-content p {
    margin-bottom: 24px;
}

.testimonial-left-content .theme-btn {
    margin-top: 12px;
}

.testimonial-right-carousel .slick-list {
    padding: 0 !important;
}

.testimonial-item {
    max-width: 470px;
    position: relative;
    background: #FFFFFF;
    margin-bottom: 22px;
    transition: all .7s;
    padding: 30px 50px 40px 50px;
    box-shadow: inset -0.71px 0.71px 32px #C0C0C033;
}

.testimonial-item.slick-current {
    margin-left: 100px;
}

.testimonial-item:before {
    position: absolute;
    content: '\f104';
    top: 30px;
    right: 40px;
    color: #1D32CC;
    font-size: 36px;
    font-family: Flaticon;
}

.testimonial-item h6 {
    color: #1E1E1E;
    font-weight: 600;
}

.testimonial-item span {
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.testimonial-item p {
    margin-bottom: 0;
}


/****************************************************** */
/****************** 12. Team Section  ***************** */
/****************************************************** */
.team-section {
    position: relative;
}

.team-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 108%;
    z-index: -1;
    background: #F7F6FC;
}

.team-shape {
    position: absolute;
    top: 28%;
    right: 4%;
    z-index: -1;
    width: 25.8982%;
}

.team-member {
    transition: 0.7s;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    background: #FFFFFF;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: -0.71px 0.71px 32px #C0C0C033;
}

.team-member:hover {
    color: #FFFFFF;
    background: transparent;
}

.team-member:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    border-radius: 10px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #61ace2 100%) 0% 0% no-repeat padding-box;
   
	
}

.team-member:hover:before {
    opacity: 1;
}

.team-member .member-image {
    margin-bottom: 15px;
}

.team-member .member-image img {
    border-radius: 50%;
}

.team-member .member-content h6 {
    color: #1E1E1E;
    font-weight: 600;
    transition: 0.7s;
}

.team-member:hover .member-content h6 {
    color: #FFFFFF;
}

.team-member .social-style {
    position: absolute;
    left: 50%;
    opacity: 0;
    width: 100%;
    bottom: -40px;
    transition: 0.7s;
    visibility: hidden;
    transform: translateX(-50%);
}

.team-member:hover .social-style {
    opacity: 1;
    bottom: -18px;
    visibility: visible;
}


/****************************************************** */
/***************** 13. Video Section  ***************** */
/****************************************************** */
.video-wrap {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    background: url(../images/video-bg.jpg);
    background-position: center;
    background-size: cover;
}

.video-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.28;
    border-radius: 20px;
    background: transparent linear-gradient(270deg, #EE3163 0%, #1D32CC 100%) 0% 0% no-repeat padding-box;
}

.video-wrap::after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #EEEEEE;
    border-radius: 20px;
}

.video-content {
    position: relative;
    z-index: 1;
}

.video-content h5 {
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 0;
}

/* Vidoe Play */
.video-play {
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 60px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    background: #EE3163;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(238, 49, 99,.7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play:hover,
.video-play:focus {
    color: #FFFFFF;
}

.video-play:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    border-radius: 50%;
    background: #EE3163;
    transform: scale(1.3);
    box-shadow: 0 0 0 0 rgba(238, 49, 99,.7);
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play i {
    margin-left: 5px;
    position: relative;
    z-index: 5;
}

/*video play button animation*/
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}


/****************************************************** */
/*************** 14. App Screen Section  ************** */
/****************************************************** */
.app-screen-section {
    position: relative;
}

.app-screen-shape {
    position: absolute;
    right: 10%;
    bottom: -10%;
    width: 62.681%;
}

.app-screen-wrap {
    position: relative;
    padding: 0 122px 0 125px;
    margin-left: -15px;
    margin-right: -15px;
}

.mobile-frame {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 16.8901%;
    transform: translateX(-50%);
}

.mobile-frame img {
    border-radius: 50px;
    box-shadow: -0.71px 0.71px 32px #c0c0c033;
}

.app-screen {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}


/****************************************************** */
/****************** 15. Blog Section  ***************** */
/****************************************************** */
.blog-section {
    position: relative;
}

.blog-shape-one {
    position: absolute;
    top: 0;
    right: 0;
    width: 31.6891%;
}

.blog-shape-two {
    position: absolute;
    left: 24%;
    bottom: 0;
    width: 86.05%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.blog-item {
    padding: 23px 23px 5px;
    transition: 0.7s;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: -14.14px 14px 92px #E0E0E059;
}

.blog-item .blog-image {
    margin-bottom: 15px;
}

.blog-item .blog-content h5 {
    line-height: 1.45;
    margin-bottom: 8px;
	 overflow:hidden;
   text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-box-orient:vertical;
   -webkit-line-clamp:2;
}

.blog-item .blog-content h5 a {
    color: #3A3064;
    transition: 0.7s;
	
}

.blog-item .blog-content h5 a:hover {
    text-decoration: underline;
}

.blog-item .blog-content .blog-content p{
	 overflow:hidden;
   text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-box-orient:vertical;
   -webkit-line-clamp:3;
}

.blog-content .title-description {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.blog-content .title-description li {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.blog-content .title-description li a {
    color: #938EAE;
}

.blog-content .title-description li a:hover {
    color: #1D32CC;
}


/****************************************************** */
/************ 16. About Page Video Section  *********** */
/****************************************************** */
.about-page-video-section {
    position: relative;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 80%) 0% 0% no-repeat padding-box;
}

.ab-video-shape-one {
    position: absolute;
    left: 6%;
    bottom: 22%;
    width: 6.7566%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ab-video-shape-two {
    position: absolute;
    top: 23%;
    right: 5%;
    width: 11.1%;
    -webkit-animation: down-up-one 8s infinite linear;
    animation: down-up-one 8s infinite linear;
    -webkit-animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
    animation-timing-function: cubic-bezier(0.64, 0.08, 0.26, 0.74);
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.about-page-video-section .section-heading h2 {
    -webkit-text-fill-color: white;
}

.video-content h6 {
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 0;
}

.about-team-section:before {
    content: none;
}

.about-page-testimonial .testimonial-shape {
    top: 0;
}


/****************************************************** */
/****************** 17. Blog Details  ***************** */
/****************************************************** */
.blog-details-content .details-image {
    padding: 26px 22px;
    background: #FFFFFF;
    margin-bottom: 40px;
    box-shadow: -14.14px 14px 92px #E0E0E059;
}

.blog-details-content h4 {
    margin-bottom: 25px;
}

.blog-details-content .title-description {
    margin-bottom: 15px;
}

.blog-details-content .title-description li {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.blog-details-content blockquote {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    padding: 30px 0 20px 95px;
}

.comment-form {
    margin-top: 45px;
}

.comment-form h5 {
    color: #2332C9;
    font-weight: 600;
    margin-bottom: 40px;
}

.custom-input,
.custom-textarea {
    border-radius: 0;
    padding: 20px 35px;
    margin-bottom: 30px;
    border-color: #DCDCDC;
    letter-spacing: 2.8px;
}

.custom-input:focus,
.custom-textarea:focus {
    color: #68778C;
    box-shadow: none;
    border-color: #DCDCDC;
}

.custom-input::-webkit-input-placeholder,
.custom-textarea::-webkit-input-placeholder {
    color: #68778C;
}

.custom-input::-moz-placeholder,
.custom-textarea::-moz-placeholder {
    color: #68778C;
}

.custom-input:-ms-input-placeholder,
.custom-textarea:-ms-input-placeholder {
    color: #68778C;
}

.custom-input:-moz-placeholder,
.custom-textarea:-moz-placeholder {
    color: #68778C;
}

.custom-textarea {
    resize: none;
    margin-bottom: 40px;
}

.submit-btn {
    font-size: 24px;
    padding: 15px 40px;
    border-radius: 5px;
    background: transparent;
}

.submit-btn:hover {
    color: #FFFFFF;
    background: #57CC61;
}

.submit-btn:before {
    opacity: 1;
    border-radius: 5px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.submit-btn:hover:before {
    opacity: 0;
}

/* Blog Sidebar */
.sidebar-widget {
    padding: 45px 35px;
    margin-bottom: 50px;
    background: transparent linear-gradient(240deg, #1D32CC 0%, #EE3163 100%) 0% 0% no-repeat padding-box;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-title,
.sidebar-widget a,
.sidebar-widget .list-style-one li:before {
    color: #FFFFFF;
}

.sidebar-title {
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.sidebar-title:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 30px;
    left: 0;
    top: 100%;
    background: #FFFFFF;
}

.sidebar-title:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 30px;
    left: 30px;
    top: 100%;
    background: #EE3163;
}

.search-widget form {
    display: flex;
    padding: 10px;
    background: #FFFFFF;
}

.search-widget form button {
    width: 55px;
    height: 40px;
    color: #FFFFFF;
    cursor: pointer;
    background: #57CC61;
}

.search-widget form input {
    width: 100%;
    padding-left: 15px;
}

.search-widget form input::placeholder {
    color: #68778C;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
}

.sidebar-widget a:hover {
    color: #57CC61;
}

.sidebar-widget .list-style-one li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/****************************************************** */
/****************** 18. Contact Page  ***************** */
/****************************************************** */
.contact-info h4 {
    color: #1E1E1E;
    margin-bottom: 35px;
}

.contact-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.contact-info .info-item:last-child {
    margin-bottom: 0;
}

.info-item .info-icon {
    flex: none;
    width: 80px;
    height: 64px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 64px;
    text-align: center;
    margin-right: 38px;
    position: relative;
    background: #2332C9;
}

.info-item .info-icon:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 8px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #CCCCCC;
}

.info-item .info-content h5 {
    color: #68778C;
}

.info-item .info-content p {
    color: #68778C;
    margin-bottom: 0;
}

.info-item .info-content p a {
    color: #68778C;
}

.info-item .info-content p a:hover {
    color: #2332C9;
}

.info-item.email-address .info-icon {
    background: #EE3163;
}

.info-item.phone-number .info-icon {
    background: #F57143;
}

.contact-form h4 {
    color: #1E1E1E;
    margin-bottom: 40px;
}

.contact-form .custom-textarea {
    margin-bottom: 50px;
}

/* Contact Page Map */
.map-inner .map {
    height: 600px;
}

.leaflet-bottom.leaflet-right {
    display: none;
}


/****************************************************** */
/******************* 19. Main Footer ****************** */
/****************************************************** */
.main-footer {
    background: transparent linear-gradient(240deg, #1D32CC 0%, #61ace2 120%) 0% 0% no-repeat padding-box;
}

.widget {
    margin-bottom: 50px;
}

.widget-title {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.menu-widget li {
    color: #FFFFFF;
    line-height: 38px;
    padding-left: 35px;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu-widget li:last-child {
    margin-bottom: 0;
}

.menu-widget li:before {
    content: "\f106";
    font-family: Flaticon;
    position: absolute;
    font-size: 10px;
    top: 0;
    left: 0;
}

.menu-widget ul li a {
    color: #FFFFFF;
}

.menu-widget ul li a:hover {
    color: #57CC61;
}

.subscribe-form .form-group input {
    border-radius: 0;
    padding: 12px 20px;
    background: #FFFFFF;
    margin-bottom: 15px;
}

.subscribe-form .form-group input:focus {
    box-shadow: none;
    border-color: transparent;
}

.subscribe-form input::placeholder {
    color: #938EAE;
}

.subscribe-form .subscribe-submit {
    width: 100%;
    padding: 12px;
    color: #FFFFFF;
    cursor: pointer;
    background: #57CC61;
}

/* Copyright And Footer Menu */
.copyright-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 0;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.copyright-inner p {
    margin: 0;
    color: #FFFFFF;
}

.footer-menu {
    margin-left: auto;
}

.footer-menu li {
    padding: 0 12px;
    line-height: 12px;
    display: inline-block;
    border-right: 1px solid;
}

.footer-menu li:first-child {
    padding-left: 0;
}

.footer-menu li:last-child {
    padding-right: 0;
    border-right: none;
}

.footer-menu li a {
    color: #938EAE;
}

.footer-menu li a:hover {
    color: #57CC61;
}


/*** Scroll Top style ***/
.scroll-top {
    z-index: 99999;
    width: 84px;
    right: 30px;
    height: 84px;
    bottom: 30px;
    display: none;
    color: #FFFFFF;
    cursor: pointer;
    position: fixed;
    font-size: 18px;
    animation: scrollTop 2s infinite;
    background: transparent linear-gradient(240deg, #000 0%, #272727 100%) 0% 0% no-repeat padding-box;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top p{
	
    font-size: 12px;
    margin-bottom: 0px;

}

@keyframes scrollTop {
    0% {transform:scaleX(1)}
    50% {transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}
}
.menu-btn .theme-btn{
	min-width:auto;
	padding:5px 15px;
}


#wrapper_wap{
	display:none;
}
#wrapper {
	width:100%;
	background:#f1f0ef;
	padding-top: 100px;
}
#wrapper .swiper-container {
        width: 100%;
      /*  height: 800px;*/
        background: #000;
    }
#wrapper .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }

#wrapper .swiper-slide {
        font-size: 18px;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

		    background: rgba(0, 0, 0, 0.7);
    }
#wrapper .swiper-slide img{
	min-width:100%;
}

#wrapper .swiper-slide .banner_count{
	    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
	    font-size: 34px;
    letter-spacing: 4px;
    line-height: 70px;
    text-shadow: 14px 14px 26px rgba(20, 19, 20, 0.7);
	text-align:center;
}
#wrapper .swiper-slide .banner_count a{
	
	    color: #FFFFFF;
    background: #ec6d46;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 18px;
	margin-right:50px;
}
#wrapper .swiper-slide .banner_count a:hover{
	opacity:0.8;
}

.banner1c{
	

}


	
.div_footer{
	width:100%;
	float:left;
	background:#323131;}
.div_footer_top{
	width:1200px;
	margin:0 auto;
	height:56px;
}
.div_footer_top_ul{
	height:55px;
	line-height:55px;
	margin:0 auto;
	width:1150px;}
.div_footer_top_ul .fgx{
	display:block;
	float:left;
	width:2px;
	height:15px;
	background:#FFF;
	margin-top:20px;
	margin-right:30px;
	margin-left:30px;
	padding:0;
	
}
.div_footer_top_ul li{
	height:55px;
	line-height:55px;
	float:left;
	text-align:center;
	background-repeat:no-repeat;
	width:calc(25% - 2px);
}
.div_footer_top_ul li:first-child:before{
	content:"";
}
.div_footer_top_ul li:before {
	content:"|";
	color:#FFF;
	font-size:18px;
	    float: left;
}
.div_footer_top_ul li:hover{
	background:#ec6d46;
	color:#FFF;	
	cursor: pointer;
}
.div_footer_top_ul li a{
	color:#FFF;
	font-size:18px;}
.div_footer_center{
	width:1200px;
	height:280px;
	margin:0 auto;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
}
.div_footer_center_left{
	width:1000px;
	height:100%;
	float:left;}
.div_footer_center_left_top{
	width:100%;
	height:140px;
}
.div_footer_center_left_top a{
	float:left;}
.div_footer_center_left_top .logo{
	margin-top:20px;}
.div_footer_center_left_top .phone{
	margin-top:50px;
	float:right;
	margin-right:10px;
}
.div_footer_center_left_bottom{
	width: 970px;
    margin-top: 15px;
    height: 160px;
    margin-left: 25px;}
.div_footer_center_left_bottom_xxzl{
	width:100%;
	height:94px;
}
.div_footer_center_left_bottom_xxzl span{
	display: block;
    float: left;
    color: #fff;
    font-size: 16px;
    height: 36px;
    line-height: 40px;}
.div_footer_center_left_bottom_xxzl_sp1{
	width:450px;
}
.div_footer_center_left_bottom_xxzl_sp2{
	width:260px;
	/* text-indent:10px; */
	}
.div_footer_center_left_bottom_xxzl_sp3{
	width:260px;
	text-indent:10px;}
.div_footer_center_right{
	width:145px;
	height:195px;
	float:right;
	margin-top:60px;}
.div_footer_center_right img{
	width:100%;
	height:150px;}
.div_footer_center_right_conter{
	width:100%;
	height:40px;
}
.div_footer_center_right_conter_left{
	display:block;
	width:56px;
	height:40px;
	color:#fff;
	font-size:14px;
	float:left;}
.div_footer_center_right_conter_fg{
	width:1.5px;
	height:40px;
	background:#7c7c7c;
	float:left;
	margin-right:8px;
	margin-left:8px;}
.div_footer_center_right_conter_right{
	display:block;
	width:70px;
	float:right;
	color:#FFF;}
.div_footer_center_right_conter_right i{
	font-size:14px;}
.div_footer_center_right_conter_right em{
	font-size:14px;
	color:#999;
	    font-style: italic;
}
.div_footer_bottom{
	width:1200px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	margin-top:4px;
	text-align:center;
color:#999999;
	font-size:14px;}
.div_footer_bottom span{
	margin-right:5px;
	color:#999999;
}
.div_footer_bottom a{
	color:#999999;
}
.dzdph{
	background: #232D41 repeat-x left top;
}
.dzdtitle{
	
	
    padding: 25px 0px;

}
.dzdtitle h2{
	
    font-size: 38px;
    text-align: center;
    color: #FFF;

}
.dzdtitle_div div{
	text-align:center;
	    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
}

.ckgd a{
	

    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 255px;
    height: 63px;
    line-height: 63px;
    border-radius: 4px;
    border: 2px solid #ec6d46;
    font-size: 20px;
    color: #ec6d46;
    text-align: center;

}
.ckgd a:hover{
color: #FFF;
  background: #ec6d46;	

}


	.my_pages{clear:both!important;padding:5px 0 0;text-align:center;margin:5px auto;line-height:30px;}
.my_pages ul{text-align:center;list-style:none;}
.my_pages ul li{list-style:none;text-align:center;height:24px;display:inline;margin:0 2px;padding:0;overflow:hidden;white-space:nowrap;font-size:13px;}
.my_pages ul li a{background:#fff;color:#555;display:inline;height:24px;overflow:hidden;padding:6px 10px;margin:0;border: #999 1px solid;}
.my_pages ul li a:hover{color:#fff;background:#FF6600;border:#FF6600 1px solid;height:24px;overflow:hidden;text-decoration:none;cursor:pointer;}
.my_pages ul li.thisclass a{background:#FF6600;border:#FF6600 1px solid;height:24px;overflow:hidden;color:#fff;font-weight:700;}

.zslfx{
	
    text-align: center;
    width: 100%;
    position: relative;
}
.zslfx .zslfx_tit{
	    margin: 0 auto;
    display: inline-block;
    background: #FFF;
    border-radius: 60px;
}
.zslfx .zslfx_tit li{
	float: left;
    padding: 20px 100px 20px 120px;
    background: #FFF;
	background-repeat: no-repeat;
    border-radius: 60px;
    font-size: 25px;
	cursor: pointer;
	color:#666;
    background-position: 78px 19px;
}
.zslfx .zslfx_tit li.b1{
	background-image: url(/style/images/yw_06.png);
}
.zslfx .zslfx_tit li.b2{
	background-image: url(/style/images/sz_06.png);
}
.zslfx .zslfx_tit li.b3{
	background-image: url(/style/images/sz_09.png);
}
.zslfx .zslfx_tit li.b1.actionc{
	color: #FFFFFF;
    background: #ec6d46;
	background-image: url(/style/images/sz_03.png);
	background-repeat: no-repeat;
	 background-position: 78px 19px;
}
.zslfx .zslfx_tit li.b2.actionc{
	color: #FFFFFF;
    background: #ec6d46;
	background-image: url(/style/images/yw_03.png);
	background-repeat: no-repeat;
	 background-position: 78px 19px;
}
.zslfx .zslfx_tit li.b3.actionc{
	color: #FFFFFF;
    background: #ec6d46;
	background-image: url(/style/images/jsc_03.png);
	background-repeat: no-repeat;
	 background-position: 78px 19px;
}
.zslfx_cont{
	width: 100%;
}
.zslfx_cont ul{
	
}
.zslfx_cont ul li{
display: none;
    padding: 30px 0px;
	width:100%;
	height:500px;
}
.zslfx_cont ul li.actionc{
	display:block;
}
.zslfx_cont ul li .zslfx_cont_l{
	  display: block;
    position: relative;
    float: left;
    width: 30%;
	    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.zslfx_cont ul li .zslfx_cont_l .p1{
	  position:  absolute;
	  top: 135px;
	  left: 15px;
}
.zslfx_cont ul li .zslfx_cont_l .p2{
	  
    position: absolute;
    top: 260px;
    left: 5px;

}
.zslfx_cont ul li .zslfx_cont_l .p3{
	  
    position: absolute;
    top: 168px;
    right: 15px;

}
.zslfx_cont ul li .zslfx_cont_l .p4{
	  
    position: absolute;
    top: 280px;
    right: 7px;

}
.zslfx_cont ul li .zslfx_cont_l .pp1{
	 position: absolute;
   top: 166px;
    left: 9px;
}
.zslfx_cont ul li .zslfx_cont_l .pp2{
	position: absolute;
    top: 296px;
    left: 23px;

}
.zslfx_cont ul li .zslfx_cont_l .pp3{
	position: absolute;
 top: 130px;
    right: 15px;

}
.zslfx_cont ul li .zslfx_cont_l .pp4{
	
    position: absolute;
        top: 248px;
    right: 0px;


}

.zslfx_cont ul li .zslfx_cont_l .ppp1{
	position: absolute;
    top: 149px;
    left: 9px;
}
}
.zslfx_cont ul li .zslfx_cont_l .ppp2{
	position: absolute;
    top: 265px;
    left: 20px;
}
.zslfx_cont ul li .zslfx_cont_l .ppp3{
    position: absolute;
    top: 146px;
    right: 19px;
}
.zslfx_cont ul li .zslfx_cont_l .ppp4{
position: absolute;
    top: 263px;
    right: 18px;
}
.zslfx_cont ul li .zslfx_cont_c{
	      display: block;
    position: relative;
    width: 40%;
    float: left;
    text-align: center;
}
.zslfx_a{
	
	    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 255px;
    height: 48px;
    border: 1px solid #ec6d46;
    text-align: center;
    line-height: 48px;
    color: #ec6d46!important;
    font-size: 20px;
    transition: background-color 0.3s, color 0.3s;
}
.zslfx_a:hover{
	background:#ec6d46;
	color:#FFF !important;
}
.zslfx_cont ul li .zslfx_cont_r{
	display: block;
    float: left;
    position: relative;
    width: 30%;
}
.zslfx_cont ul li .zslfx_cont_r h4{
	font-size: 30px;
    color: #ec6d46;
    padding-top: 60px;
    padding-bottom: 45px;
}
.zslfx_cont ul li .zslfx_cont_r span{
	display: block;
    width: 100%;
    margin-bottom: 14px;
    color: #666;
}
.zslfx_cont ul li .zslfx_cont_r span b{
	 color: #ec6d46;
}

.zslfx_cont ul li .zslfx_cont_r span:before {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ec6d46;
    /* border: 2px solid; */
    border-radius: 5px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.cpzsy .heading-title{
	display: block;
}
.cpzsy span{
    border-bottom: 3px solid #ec6d46;
    font-size: 18px;
}

.cpzsy .theme-btn{
border: 1px solid #ec6d46;
    background: #FFF;
    color: #ec6d46;
}
.cpzsy .theme-btn:hover{
	 color: #fff;
	   background: #ec6d46;
}
.cpzsy  .theme-btn:before, a.theme-btn:before{
	 background: #ec6d46;
}


.mask {
    width: 100%;
    height: 220px;
    background: url(/style/images/mask_bg.png) no-repeat center;
}


 .mask .left {
    float: left;
    margin-left: 222px;
    width: 394px;
    color: #fff;
}
 .mask .left h4{
	 color:#FFF;
	 font-size: 30px;
    margin-top: 55px;
 }
  .mask .left p{
	  text-align:center;
  }

.mask .right {
  float: left;
  margin-left: 124px;
}
.mask .right a {
  display: inline-block;
  width: 186px;
  height: 49px;
  line-height: 49px;
  border-radius: 49px;
  text-align: center;
  margin-top: 80px;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
}
 .mask .right a:hover {
  color: #ec6d46;
  background: #fff;
  border:1px solid #ec6d46;
}


.suspension_box {
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 99
}
.suspension_box .contact {
	width: 84px;
	height: 130px
}
.suspension_box .contact li {
	height: 84px;
	width: 100%;
	margin-top: 2px;
	background: #fff;
	box-shadow: 0 0 14px rgba(19,19,19,0.2);
	transition: all 1s
}
.suspension_box .contact li a {
	color: #ec6d46;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	position: relative
}
.suspension_box .contact li a:focus {
	outline: none
}
.suspension_box .contact li a .contents {
	display: inline-block;
	text-align: center
}
.suspension_box .contact li a i {
	font-size: 23px
}
.suspension_box .contact li a p {
	margin-top: 7px;
	margin-bottom:0px;
}
.suspension_box .contact li a .hide_box {
	display: none;
	position: absolute;
	left: -218px;
	top: 13px;
	width: 196px;
	line-height: 58px;
	text-align: center;
	height: 58px;
	background: #fff;
	color: #ec6d46;
	box-shadow: 0 0 14px rgba(19,19,19,0.2)
}
.suspension_box .contact li a .hide_box::before {
	content: "";
	position: absolute;
	top: 16px;
	right: -24px;
	border: 14px solid transparent;
	border-left-color: #fff
}
.suspension_box .contact li a .hide_box::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 16px;
	right: -26px;
	border: 14px solid transparent;
	border-left-color: #ececec
}
.suspension_box .contact li:hover {
	background: #ec6d46;
	box-shadow: 0 0 16px rgba(157,49,16,0.6)
}
.suspension_box .contact li:hover a {
	color: #FFF
}
.suspension_box .contact li:hover a .hide_box {
	display: block;
	color: #ec6d46
}
.suspension_box .to_top {
	width: 84px;
	height: 84px;
	margin-top: 68px;
	background: #272727;
	box-shadow: 0 0 14px rgba(19,19,19,0.2)
}
.suspension_box .to_top a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	color: #fff;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.suspension_box .to_top a div {
	text-align: center
}
.suspension_box .to_top a div span {
	display: block;
	margin-top: 14px
}


.fz180{
    transform: rotate(180deg);
    right: 0%;
    left: auto;
}



.lkqhsc .service-style3 {
    display: block;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 12px 0 hsla(0,0%,71.8%,.3);
    text-align: center;
    padding-top: 50px;
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: slideInUp;
}

.lkqhsc .icon-box {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.3s ease;
}

.lkqhsc .icon-box:before {
    content: "";
    position: absolute;
    width: 76px;
    height: 96px;
    top: -36px;
    right: -40px;
    background: #F0F3FE;
    z-index: -1;
    transition: all 0.3s ease;
}


.lkqhsc .icon-box i {
    font-size: 44px;
    color: #0487F9;
    transition: all 0.3s ease;
}


.lkqhsc .service-style3 .about-item-content {
    margin-left: 0px;
    margin-top: 30px;
	    display: flow-root;
}
.lkqhsc h4{
    font-size: 20px;
    line-height: 32px;
    color: #2F2E41;
    font-weight: 600;
}
.lkyss p{
	
	display: list-item;
    color: #565656;
	font-size:15px;
}
.lkyss h2{
	font-size:30px;
}

.lccc.experience_box {
    background-size: 100% 100%;
    width: 100%;
    height: 140px;
    text-align: center;
    color: #fff;
}
.lccc.experience_box h4 {
    font-size: 26px;
    padding-top: 20px;
    margin: 0;
	    color: #FFF;
}

.lccc.experience_box a {
    display: inline-block;
    border: 1px solid #fff;
    width: 171px;
    height: 44px;
    line-height: 44px;
    margin-top: 18px;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
}
.lkqhcc .application-image{
	text-align:center;
}

.lkqhcc .application-image img{
	margin:0 auto;
}
.yrsaas h4{
	color: #0099D6;
    font-size: 36px;
}

.yrsaas .application-content p{
	    margin-bottom: inherit;
    font-size: 14px;
    color: #555;
}
.yrsaascje h4{
	    color: #FF0000;
    font-size: 24px;
}


.yrsaas .syqyca .service-icon{
	 margin-bottom: initial;
}


.ykcsaas h5{
	font-weight: bold;
    color: #0271cd;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.ykcsaas .fact-item{
	    box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.06);
    transition: all 0.3s linear 0s;
    border: 1px solid #F4F7FF;
    border-radius: 5px;
    padding: 20px 20px;
	height:240px;
}
.ykcsaas .fact-item p{
	
	    width: 90%;
    padding-left: 15%;
    color: #555;
    font-size: 15px;

}

.yrajdbc .service-item{
	width: 90%;
}
.yrajdbc .service-content h5{
	font-size: 16px;
	color:#0099D6;
}
.jsp7 .section-heading h2{
	border-bottom: 1px solid #19a2ce;
	font-size: 36px;
    color: #19a2ce;
    line-height: 80px;
	    -webkit-text-fill-color: #19a2ce;
}
.jsp7 .application-content p{
	font-size: 14px;
    text-indent: 2em;
}
.jsp7 .cpjs span{
	text-align:center;
}
.jsp7 .cpjs span img{
	display:block;
	margin:0 auto;
}
.jsp7 .cpjs span i{
	display: block;
    width: 100%;
    text-align: center;
    font-style: initial;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
	
    color: #0798fb;
}

.jclca.experience_box{
	    background-size: 100% 100%;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
}

.jclca.experience_box h4{
	font-size: 30px;
    color: #FFFFFF;
    height: 70px;
    line-height: 70px;
}


.djc {     margin: 0px auto;
    line-height: 30px;
    font-size: 14px;
    color: #0374b5;
    width: 90%;
    padding: 20px 0px;}
.djc span { display:block; width:93%; min-height:53px; border-bottom:1px dashed #0374b5; background:url(/style/images/checkico.gif) 25px 3px no-repeat; padding-left:90px; font-size:26px; line-height:50px; color:#0374b5; margin-bottom:15px;}

.jstczssxz a{
	display: inline-block;
    border: 1px solid #0374b5;
    width: 171px;
    height: 44px;
    line-height: 44px;
    margin-top: 18px;
    font-size: 20px;
    color: #0374b5;
    text-decoration: none;
}

.jstczssxz.experience_box {
    background-size: 100% 100%;
    width: 100%;
    height: 140px;
    text-align: center;
    color: #fff;
}

.jstczssxz.experience_box h4 {
    font-size: 26px;
    padding-top: 20px;
    margin: 0;
    color: #666666;
}

.gnxq.aclok{
display: inline-table;
}
.gnxq{
	    width: 100%;
		display:none;
}
.gnxq tr{
border-top: 1px solid #e8eaf1;
}
.gnxq th{
	box-sizing: border-box;
    min-height: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
	font-weight: 600;
    line-height: 32px;
    color: #040f42;
	text-align:center;
	font-size: 20px;
}
.gnxq td{
	text-align:center;
	color: #040f42;
	box-sizing: border-box;

    min-height: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    line-height: 32px;
	text-align:center;
	font-size: 18px;
}

.gnxq tbody tr:hover{
	background:#0374b5;
	
}
.gnxq tbody tr:hover td{
	color:#FFF !important;
}
.gnxq td i.iconfont{
	font-size: 18px;
	color: #15c292;
}
.gnxq td:first-child{
		text-indent:2em;
	text-align:left;
}
.gnxq td:first-child i{
	font-size: 20px;
    padding-right: 15px;
}
.gnxq td i.nogn{
	color:#666666;
}
.gnjs_title{
	width:100%;
}
.gnjs_title h4{
float: left;
    font-size: 18px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #666;
	  text-align: center;
}
.gnjs_title h4.aclok{
	color: #FFF;
    background: #0374b5;
    border-radius: 10px;
}
.gnjs_title h4:hover{
	color: #FFF;
    background: #0374b5;
    border-radius: 10px;
}

.xzzx_di{
	padding: 23px 23px 5px;
    transition: 0.7s;
    background: #FFFFFF;
    box-shadow: -14.14px 14px 92px #E0E0E059;
    position: relative;
    float: left;
    width: 100%;
}
.xzzx_di .blog-image{
	width: 20%;
    float: left;
    text-align: center;
}
.xzzx_di .blog-image i{
	
    font-size: 70px;
    text-align: center;
    margin: 0 auto;
    color: #0099D6;

}
.xzzx_di .blog-content{
    float: left;
    width: 60%;
}
.xzzx_di .blog-content h5 a{
	color: #0099D6;
}
.xzzx_di .djxz{
	float: left;
    width: 20%;
    display: block;
    text-align: center;
    color: #3A3064;
}
.xzzx_di .djxz i{
	font-size: 60px;
    display: block;
    margin-bottom: 5px;
	color: #0099D6;
}
.cjdbdh{
	display:none;
}
.cpalcs .col-lg-6{
	float:left;
}
.hyalfb .sidebar-widget{
	background: #FFFFFF;
    box-shadow: -14.14px 14px 92px #E0E0E059;
}
.hyalfb .sidebar-title{
	color:#908f8f
}
.hyalfb .sidebar-widget a{
	color:#908F8F
}

.article_cont{
	width: 100%;
    overflow: hidden;
	padding-bottom:20px;
}
.article_cont *{
	max-width:100%;
}


.alxze{
	height: 70px;
    display: inline-block;
    line-height: 70px;
    width: 320px;
    border-right: 1px solid #e9e9e9;
}
.alxze_button{
	
    display: flow-root;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;

}
.alxze_button i{
	padding-left:5px;
}
.alxze_button:hover{
	color:#ec6d46
}
.alxze:hover .alxze_div{
	display:block;
}
.alxze_div{
       position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 2px 4px 2px rgb(247 247 247 / 90%);
    transition: box-shadow 0.5s;
    border-radius: 10px;
    width: 100%;
    padding: 10px 0;
	display: none;
	left: 0;
}
.alxze_div a{
    float: left;
    color: #000;
    height: 30px;
    line-height: 30px;
    margin: 2px 10px;
    position: relative;
}
.alxze_div a:after {
      position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    content: '';
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 3px;
    -webkit-transition: width linear 200ms 0ms;
    -o-transition: width linear 200ms 0ms;
    -moz-transition: width linear 200ms 0ms;
    transition: width linear 200ms 0ms;
    display: block;
    background: #ec6d46;
}
.alxze_div a:hover{
	color:#ec6d46;
}
.alxze_div a:hover:after {
width:100%;
}
.alxze_div a.cur:after{
	width:100%;
}

@media only screen and (max-width: 991px){
	
	.cph{
		width:50%;
	}
	.cph .alxze{
		width:100%;
	}
	.gnxq td{
		font-size:14px;
	}
	.gnxq td:first-child{
		text-indent:0px;
	}
	
	.xzzx_di .blog-image{
		display:none;
	}
	.xzzx_di .blog-content{
		width:80%;
	}
	.blog-item .blog-content h5{font-size:18px;}
	.xzzx_di .djxz{
		font-size:14px;
	}
	.jsp7 .cpjs .col-lg-2{
		width: 50%;
    margin: 5px 0px;
	}
	.yrajdbc .service-item{
		width:100%;
	}
	.div_footer_top{
		width:100%;
	}
	.div_footer_top_ul{
		width:90%;
	}
	.div_footer_center{
		width: 100%;
    height: auto;
	padding-bottom: 20px;
	}
	.div_footer_center_left{
		
    width: 90%;
    margin: 0 auto;
    float: initial;

	}
	.div_footer_center_left_top{
		height:auto;
	}
	.div_footer_center_left_top a{
		
    width: 100%;
    display: block;
    text-align: center;
    float: initial;
    position: relative;

	}
	.div_footer_center_left_top .phone{
		display:none;
	}
	.div_footer_center_left_bottom{
		
    width: 100%;
    height: auto;
    margin: 0 auto;

	}
	.div_footer_center_left_bottom_xxzl{
		
    height: auto;

	}
	.div_footer_center_left_bottom_xxzl span{
		float: initial;
    height: auto;
    width: 100%;
	}
	.div_footer_center_left_bottom_xxzl_sp3{
		text-indent: 0px;
	}
	.div_footer_center_right{
		 
    width: 100%;
    text-align: center;
    float: inherit;
    height: auto;
margin-top: 20px;
	}
	.div_footer_center_right img{
		width:auto;
	}
	.div_footer_center_right_conter{
		
    height: auto;

	}
	.div_footer_center_right_conter span{
		width: 100%;
    float: initial;
    height: 20px;
    line-height: 20px;
	}
	.div_footer_center_right_conter_fg{
		display:none;
	}
	.div_footer_bottom{
		    width: 100%;
    height: auto;
    line-height: 25px;
	padding-bottom:20px;
	}
	.div_footer_bottom span{
		display:block;
	}
	#wrapper{
		padding-top:73px;
		display:none;
	}
	#wrapper_wap{
		padding-top:73px;
		display:block;
		    height: 400px;
	}
	
	#wrapper_wap .swiper-container {
        width: 100%;
       height: 100%;
        background: #000;
    }
#wrapper_wap .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }

#wrapper_wap .swiper-slide {
        font-size: 18px;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

		    background: rgba(0, 0, 0, 0.7);
    }
#wrapper_wap .swiper-slide img{
	min-width:100%;
}

#wrapper_wap .swiper-slide .banner_count{
position: absolute;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 20px;
    text-shadow: 14px 14px 26px rgba(20, 19, 20, 0.7);
    text-align: center;
    width: 100%;
    top: 30%;
}
#wrapper_wap .swiper-slide .banner_count .title h2{
	font-size:14px
}

#wrapper_wap .swiper-slide .banner_count  .subtitle{
	
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

}
#wrapper_wap .swiper-slide .banner_count a{
	margin-top: 8px;
    font-size: 16px;
    color: #ec6d46;
    border: 1px solid #ec6d46;
    display: inline-block;
    border-radius: 5px;
    padding: 0 5px;
}
#wrapper_wap .swiper-slide .banner_count a:hover{
	opacity:0.8;
}

.mask .left{
	width: 100%;
    margin: 0 auto;
}
.mask .left h4{
	font-size: 24px;
    text-align: center
}
.mask .left p{
text-align: center;
}
.mask .right{
	
    margin: 0 auto;
    width: 100%;

}
.mask .right a{
	margin: 0 auto;
    display: block;
}


.lkqhcc .col-sm-3{
	width: 25%;
}

.app-tool-item.lkqh h6{
	font-size: 14px;
}


.suspension_box{
	display:none;
}
.scroll-top{

	display:none !important;
	
}
.cjdbdh{
	    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 10px;
    cursor: pointer;
    position: fixed;
    font-size: 18px;
    animation: scrollTop 2s infinite;
    background: transparent linear-gradient(240deg, #000 0%, #272727 100%) 0% 0% no-repeat padding-box;
    z-index: 999;
   bottom: 30px;
    text-align: center;
}
.cjdbdh i{
	    color: #FFF;
    margin: 10px auto;
}
.zslfx_cont ul li .zslfx_cont_l{
	display:none;
}
.zslfx_cont ul li .zslfx_cont_c{
	display:none;
}
.zslfx_cont ul li .zslfx_cont_r{
	width:100%;
}
.zslfx .zslfx_tit{
	width:98%;
}
.zslfx .zslfx_tit li{
	width: 33.33333333%;
    font-size: 18px;
    border-radius: initial;
    padding: 0px;
	    background-image: none !important;
}

h3{
	font-size: 20px;
}

.rpt-80, .rpy-80{
	padding-top:40px;
}

h2{
	font-size: 24px !important;
}



}