/*-----------------------------
 CSS INDEXING
* --------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.BUTTONS STYLE
* 04.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
    -BACKGROUND
* 05.FEATURES CSS STYLE
* 06.SERVICE CSS STYLE
* 07.ABOUT CSS STYLE
* 08.PRICING CSS STYLE
* 09.TESTIMONIAL STYLE
* 10.LATEST BLOG CSS STYLE
* 11.CONTACT CSS STYLE
* 12.FOOTER CSS STYLE
* ----------------------------------------
*/


@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,700,900');



html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #6c757d;
}

/*--------------------
 TYPOGRAPHY
-----------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .5rem;
    color: #212529;
}

.h1,
h1 {
    font-size: 2.125rem;
    line-height: 40px;
}

.h2,
h2 {
    font-size: 1.625rem;
}

.h3,
h3 {
    font-size: 1.375rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: .9375rem;
}

.h6,
h6 {
    font-size: .75rem;
}

.lead {
    font-size: 1.0625rem;
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.section-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}


@media (max-width:767.98px) {
    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.375rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    h5 {
        font-size: .9375rem;
    }

    h6 {
        font-size: .75rem;
    }
}


p {
    margin-bottom: 0px;
    font-size: 15px;
}

a {
    color: #03a9f4;
}

    a:hover, a:focus {
        outline: none;
        text-decoration: none;
    }

.mb-6 {
    margin-bottom: 2rem !important;
}

.section-heading {
    margin-bottom: 80px;
}

    .section-heading p {
        margin-bottom: 0px !important;
    }

/*--------------------

-----------------*/


img {
    vertical-align: middle;
    border-style: none;
}

.img-thumbnail {
    padding: .25rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
}


.section {
    position: relative;
    padding: 8.125rem 0;
}

@media (min-width:768px) {
    .section {
        padding: 7.5rem 0;
    }
}

.section-top {
    padding-top: 8.125rem;
}

.section-bottom {
    padding-bottom: 8.125rem;
}

@media (min-width:768px) {
    .section-top {
        padding-top: 10.3125rem;
    }
}


.bg-grey {
    background: #F4F7FC;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/

.btn {
    font-size: .6875rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 1.2rem 2.7rem;
    border: 0.1rem solid transparent;
    transition: all 0.2s ease-in-out;
    letter-spacing: .5px;
}



.btn-circle {
    display: inline-flex;
    width: 4.20313rem !important;
    height: 4.20313rem !important;
    padding: 0 !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}


.btn-outline-dark {
    border: 1px solid#222;
}

.btn-white {
    background: #fff;
    color: #212529;
}

.btn-trans-white {
    border: 1px solid#fff;
    color: #fff;
}

.btn-outline-dark:hover {
    background: #222 !important;
    color: #fff !important;
}

.btn.btn-link {
    color: #212529;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-circled {
    border-radius: 75px;
}


.bg-primary, .btn-primary, .btn-white:hover {
    background: #21c87a !important;
    border-color: #21c87a !important;
    color: #fff;
}

    .bg-dark, .btn-primary:hover {
        background: #232323 !important;
        border-color: #232323 !important;
        color: #fff;
    }

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
/*-------------------
   MENU
----------------------*/

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background: no-repeat 50%;
    background-size: 100% 100%;
}

.main-nav {
    margin-bottom: -45px;
    z-index: 999;
}

.navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar {
    position: relative;
    padding: 1rem 1rem;
    border-radius: 5px;
}

.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.navbar:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: opacity .15s linear;
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
}

.navbar-dark {
    color: #fff;
}

.navbar-light::before {
    opacity: 1;
}

.navbar-light {
    color: #212529;
}


.navbar .nav-item-divider {
    display: none;
}

@media (min-width:1200px) {
    .navbar .nav-item-divider {
        display: block;
    }
}

.navbar .nav-item-divider .nav-link {
    opacity: .25;
}

    .navbar .nav-item-divider .nav-link > span {
        border-left: 1px solid;
    }

@media (max-width:1199.98px) {
    .navbar .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
    }
}

@media (min-width:1200px) {
    .navbar .dropdown-menu {
        transform: translateY(.5rem);
        opacity: 0;
    }

        .navbar .dropdown-menu.show {
            animation: .2s forwards d;
        }

    @keyframes d {
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}



.nav-item.dropdown .dropdown-menu {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}


.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #03a9f4;
}

.header-bar.fixed-header .main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(20,27,40,.90);
    border-color: transparent;
}


/*-------------------
  DROPDOWN MENU
----------------------*/


.dropdown-menu {
    opacity: 0;
}

    .dropdown-menu.show {
        animation: .2s forwards b;
    }

@keyframes b {
    to {
        opacity: 1;
    }
}

.dropdown-item {
    font-size: .6875rem;
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: background-color .1s;
    text-transform: uppercase;
}

@media (min-width:1200px) {
    .dropdown-item {
        padding-top: .55rem;
        padding-bottom: .55rem;
    }
}

@media (min-width:1200px) {
    .dropdown-item + .dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
}








/*------------------------
 BACKGROUND
----------------------------*/


.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.bg-cover,
.bg-overlay,
.bg-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .bg-overlay:before {
        content: "";
        opacity: .55;
        background-color: #212529;
    }

.box-shadow {
    box-shadow: 0 25px 100px -5px rgba(0, 0, 0, .15);
}



/*----------------------
 HEADER STYLE
-----------------------*/

.header-socials {
    line-height: 22px;
    margin-bottom: 0px;
}

    .header-socials li {
        padding: 8px;
    }

        .header-socials li a {
            color: #21c87a;
        }


/*-----------------
 LOGO BAR
-------------------*/

.logo-bar {
    padding: 30px 0px 60px;
}

.top-info-block {
    margin-right: 30px;
}


.icon-block {
    margin-right: 20px;
    color: #21c87a;
    font-size: 40px;
    line-height: 20px;
    font-weight: 400;
}

.top-info-block h5,
.top-info-block p {
    margin-bottom: 0px;
}

.top-info-block:last-child {
    margin-right: 0px;
}

.header-bar {
    overflow: visible;
    position: relative;
    padding-bottom: 30px;
}


.main-navigation {
    margin-top: -40px;
}



/*----------------------
 BANNER STYLE
-----------------------*/

.py-7 {
    padding: 7.5rem 0;
}

.py-8 {
    padding: 8.5rem 0;
}


.main-banner h5 {
    margin-bottom: 20px;
}

.main-banner h1.display-4 {
    line-height: 65px;
}

.main-banner p.lead,
.banner-content p.lead {
    margin-bottom: 2.5rem !important;
}


/*----------------------
 FEATURE STYLE
-----------------------*/
.img-icon-block {
    position: relative;
}

    .img-icon-block:before {
        position: absolute;
        content: "";
        top: -27px;
        background-color: #21c87a;
        opacity: .3;
        width: 80px;
        right: 70px;
        height: 80px;
        border-radius: 50%;
        z-index: 1;
    }

    .img-icon-block i {
        font-size: 58px;
        z-index: 2 !important;
        color: #333;
        position: relative;
    }

/*----------------------
 SERVICE
-----------------------*/
h5.subtitle {
    color: #21c87a;
    margin-bottom: 10px;
    font-weight: 300;
}

.service-heading {
    margin-bottom: 50px;
}

.service-img {
    margin-bottom: -200px;
    border: 10px solid#fff;
    z-index: 9999;
}

.service-content {
    padding-top: 60px;
    padding-left: 15px;
}

.service-icon {
    margin-right: 20px;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #21c87a;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
}

.service-block {
    margin-bottom: 50px;
}

.service-content h1 {
    margin-bottom: 20px;
    margin-top: 15px;
}



.mb-30 {
    margin-bottom: 30px;
}

.service-inner-content h4 {
    text-transform: uppercase;
}


/*----------------------
 PROCESS
-----------------------*/
.process-block {
    text-align: center;
}

    .process-block img {
        border-radius: 5px;
        margin-bottom: 30px;
    }

    .process-block h3 {
        margin-bottom: 15px;
    }

/*----------------------
 WEB SERVICES
-----------------------*/

#services-2 {
    position: relative;
    background: url("../img/bg/6.jpg")no-repeat fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}


    #services-2:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
    }

.web-service-block {
    text-align: center;
    padding: 35px 25px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 10px;
}

    .web-service-block i {
        font-size: 70px;
        margin-bottom: 30px;
        display: block;
    }

    .web-service-block i,
    .web-service-block h3 {
        color: #fff;
    }

    .web-service-block p {
        color: #eee;
        margin-top: 15px;
    }

    .web-service-block:hover {
        background: #fff;
        border-color: transparent;
    }

        .web-service-block:hover i {
            color: #21c87a;
        }

        .web-service-block:hover h3 {
            color: #111;
        }

        .web-service-block:hover p {
            color: #111;
        }




/*----------------------
 PRICING
-----------------------*/

.price-block {
    margin: 20px 0px 30px;
}

    .price-block h2 {
        font-size: 80px;
        font-weight: 700;
        position: relative;
        display: inline-block;
    }


        .price-block h2 small {
            position: absolute;
            top: 20px;
            font-size: 16px;
            left: -9px;
        }

    .price-block h6 {
        font-size: 14px;
        border-top: 1px solid#eee;
        border-bottom: 1px solid#eee;
        padding: 7px;
        text-transform: capitalize;
        width: 50%;
        margin: 10px auto;
    }

.price-features {
    margin: 30px 0px 50px;
}

    .price-features li {
        font-size: 16px;
        padding: 5px 0px;
        position: relative;
        padding-left: 30px;
    }

        .price-features li:before {
            position: absolute;
            content: "\f05d";
            font-family: "FontAwesome";
            left: 0px;
            top: 5px;
            color: #21c87a;
        }

.pricing-block .price-features li {
    padding-left: 0px;
}

    .pricing-block .price-features li:before {
        display: none;
    }

/*----------------------
 PRoject
-----------------------*/
#projects-wrap {
    position: relative;
    background: url("../img/bg/banner_bg.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

    .overlay.feature-overlay {
        background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
        opacity: .9;
    }

#projects-wrap p.lead {
    color: #a9a9a9 !important;
}

#projects {
    margin-top: -60px;
}

.single-project img {
    border-radius: 10px;
}

.project-content {
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

    .project-content .btn {
        padding: .7rem 1.7rem;
        border-radius: 25px;
    }

    .project-content p {
        margin-top: 20px;
    }

    .project-content h4 {
        text-transform: capitalize;
    }

.project-content-block {
    padding: 70px 40px;
    margin-left: -120px;
    background: #F4F7FC;
    position: absolute;
    bottom: -70px;
    border: 15px solid#fff;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

    .project-content-block h4 {
        color: #21c87a;
    }

    .project-content-block p {
        margin-top: 25px;
    }
/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/
#section-testimonial {
    padding-bottom: 120px;
    background: #F9FAFF;
}

.mb25 {
    margin-bottom: 25px;
}

.test-inner {
    position: relative;
    padding: 30px;
    background: #fff;
    border-top-right-radius: 35px;
    margin-bottom: 25px;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

    .test-inner:hover {
        -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    }

.test-author-thumb {
    margin-bottom: 15px;
}

    .test-author-thumb img {
        width: 90px;
        height: 90px;
        border-radius: 100%;
        border: 1px dotted #ddd;
        padding: 5px;
    }

.test-author-info {
    margin-left: 20px;
    margin-top: 20px;
}

.test-inner i {
    font-size: 60px;
    opacity: .09;
    position: absolute;
    right: 40px;
    bottom: 20px;
}








/*----------------------
 BLOG SECTION
-----------------------*/
.blog-box {
    position: relative;
}



    .blog-box .blog-img-box img {
        border-radius: 5px;
        box-shadow: 0 7px 12px rgba(0, 0, 0, 0.08);
    }

.single-blog {
    padding-top: 25px;
    position: relative;
}

.blog-content ul {
    margin-bottom: 10px;
}



.blog-content a h3 {
    transition: all .3s ease 0s;
    margin: 15px 0px;
}

.blog-content:hover a h3 {
    color: #03a9f4;
}


.bg-light .single-blog {
    padding: 40px;
    text-align: center;
    border-bottom: 1px solid#eee;
}



/*----------------------
 FOOTER
-----------------------*/
#footer {
    padding: 50px 0px;
    position: relative;
    background: #1e212a;
}

#footer {
    background: url("../img/bg/10.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}

.footer-overlay {
    background: #111;
    opacity: .94;
}

.footer-brand {
    font-size: 30px;
}

.footer-links {
    padding-left: 0;
    list-style-type: none;
}


.footer-widget p {
    color: #888;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 14px;
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 30px;
}


.footer-links a {
    color: #888;
    line-height: 38px;
    font-size: 14px;
    text-transform: Capitalize;
}

.footer-links i {
    width: 25px;
}

.footer-copy {
    color: #888;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding-top: 12px;
}

    .footer-copy a {
        color: #03a9f4;
    }

.current-year {
    color: #2196f3 !important;
}

.footer-copy:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 1px;
    background: #94959a;
}



/*-----------------------------
 SCROLL TO TOP
--------------------------------*/

.scroll-to-top {
    position: fixed;
    content: "";
    right: 30px;
    bottom: 50px;
    z-index: 999;
    background: #42c4ff;
    color: #fff !important;
    border-radius: 100%;
    opacity: 0;
}

    .scroll-to-top i {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        text-align: center;
        font-size: 22px;
        line-height: 60px;
        display: block;
        -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    }

    .scroll-to-top:hover, .scroll-to-top:focus {
        text-decoration: none;
    }

.reveal {
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}


/*-------------------------
 HOME -2 
-----------------------------*/
#banner {
    position: relative;
    background: url("../img/bg/banner_bg.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.banner-content {
    padding: 150px 0px;
    padding-right: 30px;
}

    .banner-content p {
        color: #eee;
        padding-right: 80px;
        margin-bottom: 30px !important;
    }

    .banner-content .display-4 {
        color: #fff;
        font-weight: 600;
    }

#banner .overlay {
    opacity: .7;
}

.banner-contact-form {
    padding: 45px 40px;
    margin-top: 30px;
}

    .banner-contact-form .form-control {
        border-radius: 0px;
        height: 45px;
    }

    .banner-contact-form textarea.form-control {
        height: auto;
    }

/*--------------------------
ABOUT
---------------------------*/
#about .img-block {
    position: relative;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

    #about .img-block img {
        border: 5px solid #21c87a;
    }

.pt-6 {
    padding-top: 4.5rem;
}

.img-icon i {
    font-size: 60px;
}

/*--------------------------
PRICING
---------------------------*/
.pricing-box {
    border: 1px solid#eee;
    padding: 60px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .pricing-box .price-block h2 span {
        font-size: 12px;
        font-weight: normal;
        text-transform: capitalize;
    }

    .pricing-box:hover .price-block h2, .pricing-box:hover h3 {
        color: #fff;
    }

    .pricing-box:hover .price-features li {
        color: #eee;
    }

    .pricing-box:hover {
        background: rgb(29, 28, 28);
        border-color: rgb(29, 28, 28);
    }

        .pricing-box:hover .btn {
            background: #fff !important;
            color: #000 !important;
        }



/*-------------------------
 PORTFOLIO
---------------------------*/

.single-work {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}



.work-block {
    position: relative;
    border: 5px solid#fff;
}

    .work-block img {
        width: 100%;
        border-radius: 5px;
    }

.overlay-content-block a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    border-radius: 100%;
    position: absolute;
    left: 30px;
    top: -23px;
    background: #21c87a;
    color: #fff;
}


.overlay-content-block {
    position: absolute;
    content: "";
    bottom: 20px;
    width: 100%;
    left: 30px;
    padding: 30px 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px 0px 0px 5px;
}

.work-block:hover .overlay-content-block {
    opacity: 1;
    visibility: visible;
}


.overlay-content-block h4 {
    margin-bottom: 0px;
    margin-top: 10px;
}

/*----------------------
 TETSIMONIAL
-------------------------*/

.testimonial .content img {
    margin: 0 auto 30px;
    border: 3px solid#fff;
}

.img-md {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

/*------------------------
 BLOG
-------------------------*/

.blog-content h6 span {
    display: inline-block;
    padding-left: 10px;
}

    .blog-content h6 span:after {
        display: none;
    }

.blog-content p {
    margin: 20px 0px;
}




/*-----------------------
 HOME-3
---------------------------*/

.header-white {
    background: #031751;
    -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
}

.trans-navigation .navbar-brand h4, .site-navigation .navbar-brand h4, .site-navigation .navbar-brand h3, .trans-navigation .navbar-brand h3 {
    color: #fff;
}

#banner-3 {
    position: relative;
    background: url("../img/banner/banner.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-content.style-2 {
    padding-top: 200px;
}

.trans-navigation .navbar-brand {
    padding-top: 13px;
}


#banner-4 {
    position: relative;
    background: url("../img/banner/banner-2.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.site-navigation.header-white {
    border-bottom: 1px solid transparent;
}

.site-navigation .navbar-brand {
    padding-top: 13px;
    margin-right: 20px;
}


.banner-content2 {
    padding: 200px 0px;
}

    .banner-content2 .display-4 {
        color: #fff;
        font-weight: 600;
    }

    .banner-content2 p.lead {
        color: #fff;
    }


/*--------------------------
PAGE BANNER
--------------------------*/

.page-banner-area {
    padding: 180px 0px;
}

.page-contact {
    position: relative;
    padding: 110px 0px;
    /*background: url("../img/banner/p-6.jpg")fixed 50% 50% no-repeat;*/
    background: url("../img/banner/p-6.jpg") 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-service {
    position: relative;
    padding: 110px 0px;
    /*background: url("../img/banner/service.jpg")fixed 50% 50% no-repeat;*/
    background: url("../img/banner/service.jpg") 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-about {
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/about.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-pricing {
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/img2.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-project {
    position: relative;
    padding: 180px 0px;
    background: url("../img/banner/p-4.jpg")fixed 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.page-banner-content h1 {
    color: #fff;
}

.page-banner-content p {
    color: #eee;
}

.form-control {
    border-radius: 0px;
    height: 45px;
}


/*---------------------------
CONTACT PAGE
-----------------------------*/

#contact-info {
    padding-top: 90px;
}

.contact-info-block {
    border: 1px solid#eee;
    padding: 40px 20px;
    border-radius: 5px;
}

    .contact-info-block h4 {
        margin-bottom: 0px;
    }

    .contact-info-block i {
        font-size: 40px;
        margin-bottom: 20px;
        display: block;
        color: #21c87a;
    }

.form-control:focus, .form-control:hover {
    border-color: #21c87a;
    box-shadow: none;
}


/* --------------
    MAP
-----------------*/

#map {
    height: 400px;
    width: 100%;
}


/* ==============================
  SINGEL PROJECTS
=============================*/

.project-details-info {
    margin: 40px 0px;
}

.info-block-2 {
    float: left;
    margin-right: 65px;
    margin-bottom: 40px;
}


.mt50 {
    margin-top: 80px;
}

.project-info ul {
    margin-top: 40px;
}

    .project-info ul li {
        margin-bottom: 30px;
        padding-right: 20px;
    }

.project-lg-img img {
    width: 100%;
}


/* =========================
PRELOADER
=======================*/

#page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1050;
}

.loader-icon {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 3px solid #1453F2 !important;
    border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
    height: 50px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.colored-border {
    border-color: #fff;
}

.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 30px;
    }

    .background-text {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    .section-title {
        top: 0;
    }

    .background-text {
        display: none;
    }
}

/*新改 20230315*/
.trans-navigation .navbar-brand.logo-box {
    padding-top: 0;
    padding-bottom: 0;
}

.logo-box .logo {
    width: 240px;
}

.justify-content-center h2 {
    color: #fff;
    text-stroke: 2px #f44336;
    -webkit-text-stroke: 2px #f44336;
}

.page-banner-area.page-service .container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.home1 {
    position: relative;
}

    .home1 .btm {
        position: absolute;
        left: 0;
        bottom: -122px;
        width: 100%;
    }

.x-wrap {
    position: relative;
    width: 1230px;
    height: 100%;
    margin: auto;
}

.home1 .cont {
    display: -ms-flexbox;
    display: flex;
}

    .home1 .cont .item {
        width: 300px;
        height: 213px;
        text-align: center;
        color: #fff;
    }

        .home1 .cont .item .ico {
            width: 92px;
            height: 72px;
            margin: 35px auto 10px;
            transition: all 0.4s ease;
        }

            .home1 .cont .item .ico img {
                border: 0;
                outline: 0;
                vertical-align: middle;
                max-width: 100%;
            }

        .home1 .cont .item:hover .ico {
            transform: rotateY(360deg);
        }

.home2 .cont .item:hover .ico {
    transform: rotateY(360deg);
}

.home1 .cont .item .t2 {
    font-family: Arial;
    color: #e4e3e3;
}

.home1 .cont .item .t1, .home1 .cont .item .t2 {
    color: #fff;
}

.home1 .cont .c {
    -ms-flex: 1;
    flex: 1;
    background: #2e4c88;
    margin: 0 8px;
}

.home1 .cont .l {
    background: #4d8a99;
}

.home1 .cont .r {
    background: #265aa5;
}

.home1 .cont .c .padd {
    padding: 45px 40px;
}

.home1 .cont .c .form {
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
}

    .home1 .cont .c .form .select-mod {
        width: 130px;
    }

.home1 .cont .c .search-mod {
    -ms-flex: 1;
    flex: 1;
    margin-left: 35px;
}

.home1 .cont .c .search-box {
    height: 28px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #a9a9a9;
}

.home1 .cont .c .search-btn:before {
    content: '\e671';
}

.home1 .cont .c .select-mod .select-bar {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #a9a9a9;
}

.home1 .cont .c .select-mod .select-btn {
    padding-top: 0px;
    padding-bottom: 0px;
}

.home1 .cont .c .search-mod .search-submit {
    color: #b7bfca;
}

.home1 .cont .c .placeholder {
    color: #c9ced3;
}

.home1 .cont .c .select-mod .select-cont, .home1 .cont .c .select-mod .select-query {
    background: none;
}

.home1 .cont .c .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
}

.home1 .cont .c .select-mod .select-cont:before, .select-mod .select-query:before {
    background: #4d8a99;
    border: 0;
}

.home1 .cont .c .select-mod .select-btn:before {
    color: #fff;
}
/*.home1 .cont .c .search-mod .search-txt ::-webkit-input-placeholder{ color: #c9ced3;}
.home1 .cont .c .search-mod .search-txt :-moz-placeholder{ color: #c9ced3; opacity: 1;}
.home1 .cont .c .search-mod .search-txt ::-moz-placeholder{ color: #c9ced3; opacity: 1;}
.home1 .cont .c .search-mod .search-txt :-ms-input-placeholder{ color: #c9ced3;}*/
.home2 {
    padding: 240px 0 120px;
    background: url(../../img/home2.jpg) no-repeat center;
    background-size: cover;
}

    .home2 .cont {
        height: 796px;
    }

        .home2 .cont .item {
            font-size: 0;
            letter-spacing: -1.5em;
            width: 264px;
            height: 236px;
            position: absolute;
            color: #fff;
            text-align: center;
        }

            .home2 .cont .item .ico {
                width: 66px;
                height: 66px;
                overflow: hidden;
                margin: auto;
                transition: all 0.4s ease;
            }

            .home2 .cont .item .t1, .home2 .cont .item .t2 {
                color: #fff;
            }

            .home2 .cont .item .t1 {
                /*width: 88%;
                display: inline-block;*/
            }

            .home2 .cont .item .t2 {
                font-family: Arial;
                line-height: 1.4;
            }

            .home2 .cont .item:after {
                content: '';
                display: inline-block;
                vertical-align: middle;
                height: 100%;
            }

            .home2 .cont .item.i1 {
                left: 240px;
                top: 0;
            }

            .home2 .cont .item.i2 {
                left: 720px;
                top: 0;
            }

            .home2 .cont .item.i3 {
                left: 0;
                top: 140px;
            }

            .home2 .cont .item.i4 {
                left: 480px;
                top: 140px;
            }

            .home2 .cont .item.i5 {
                left: 963px;
                top: 140px;
            }

            .home2 .cont .item.i6 {
                left: 204px;
                top: 246px;
                width: 337px;
                height: 302px;
            }

            .home2 .cont .item.i7 {
                left: 683px;
                top: 246px;
                width: 337px;
                height: 302px;
            }

            .home2 .cont .item.i8 {
                left: 0;
                top: 421px;
            }

            .home2 .cont .item.i9 {
                left: 480px;
                top: 421px;
            }

            .home2 .cont .item.i10 {
                left: 963px;
                top: 421px;
            }

            .home2 .cont .item.i11 {
                left: 240px;
                top: 560px;
            }

            .home2 .cont .item.i12 {
                left: 720px;
                top: 560px;
            }

.h40 {
    font-size: 40px;
    line-height: 1.3;
}

.h32 {
    font-size: 32px;
}

.h30 {
    font-size: 30px;
}

.h28 {
    font-size: 28px;
}

.h26 {
    font-size: 26px;
}

.h24 {
    font-size: 24px;
}

.h22 {
    font-size: 22px;
}

.h20 {
    font-size: 20px;
}

.h18 {
    font-size: 18px;
}

.h16 {
    font-size: 16px;
}

.middle-cont {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0;
}

.footer .footer-widget [class^="ti-"], #footer .footer-widget [class*=" ti-"] {
    margin-right: 5px;
}


.f-link {
    padding: 10px 0;
}

.f-link, .f-helper {
    border-bottom: 1px solid #393939;
    overflow: hidden;
}

.flink2 {
    padding-left: 0;
    text-align: left;
}

    .flink2, .flink2 a {
        color: #575757;
    }

        .flink2 li {
            display: inline-block;
            height: 26px;
            line-height: 26px;
            margin-right: 10px;
            overflow: hidden;
        }

.cont-start {
    padding-top: 108px;
}
/*产品list -- start --*/
.p-lst-c-t h2 {
    font-size: 20px;
    padding-left: 20px;
    line-height: 70px;
    background: #19a6fe;
    color: #FFF;
}
.p-lst-c .h3,.p-lst-c h3 {
    font-size: 1.2rem;
}

.p-lst-c-t > a {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 12px 8px;
    font-size: 15px;
    color:#333;
    font-weight: bold;
    text-align: left;
    border: 1px #d8d8d8 solid;
    margin-top: 5px;
    /*background-image: -moz-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(235,235,235) 21%, rgb(255,255,255) 51%, rgb(214,214,214) 100%);*/
}

    .p-lst-c-t > a:hover, .p-lst-c-t > a.active {
        color: #19a6fe;
    }
.p-lst .breadcrumb{
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
}
.p-lst .breadcrumb a{
    color:#6c757d;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.p-lst .single-blog{
    padding-top: 15px;
}
.p-lst .justify-content-center > div{
    margin-bottom:20px;
}

/*--container > row > this > row 这样的情况下 --*/
.kl-row-container{
    width:100%;
}

/*产品list -- end --*/

/*---产品 --start--*/

.product-r .col-lg-6 .banner-img-block {
        margin-left: -15px;
        margin-right: -15px;
    }
.product-r .product-cont2, .news-t .news-cont, .case-r .case-cont, .about-r .about-cont{
    width:100%;
    margin-bottom: 20px;
    overflow-x: auto;
}
.product-r .product-cont2 img{
    max-width:100%;
}
.product-r h1, .news-t h1{
    margin-top:1rem;
    padding-bottom: 8px;
    font-size:18px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}
.news-t h1{
    width:100%;
    text-align:center;
}
.product-r .h4{
    line-height: 200%;
    margin-top: 1rem;
}
.product-r .about-block {
     margin-top: 0px; 
}

.news-cont p, .about-cont p, .case-cont p{
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}
/*---产品 -end--*/

/*---------------------------------------------------幻灯片  start-------------------- */
.user-hd{
    position:relative;
    margin:0;
    padding: 4px;
    max-width:600px;
    max-height: 300px;
    overflow: hidden;
    background-color:#fff;
}
@media screen and (min-width:600px) {
    .user-hd{
        /*margin:.4rem auto;*/
    }
}
.user-hd .user-ad-hd-container{
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}

.banner-swiper.user-hd .swiper-pagination-box{
    width:100%;
    height:2.1rem;
    position:absolute;
    bottom:0;
    z-index:2;
    background: rgba(0,0,0,0.5);
    opacity:0.3;
    filter:alpha(opacity=10);
}
.banner-swiper.user-hd.user-ad-hd .swiper-pagination-box{
    height:1.5rem;
    bottom:0;
}

.banner-swiper.user-hd.info-hd .swiper-pagination-box{
    top:0;
}
.banner-swiper.user-hd.info-hd .swiper-container .swiper-pagination{
    /*top:.5rem;*/
    bottom:0;
    z-index:3;
}
.swiper-pagination-bullet{
    opacity: .75;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.banner-swiper.user-hd.user-ad-hd .swiper-container-horizontal>.swiper-pagination-bullets, .banner-swiper.user-hd.user-ad-hd .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:.3rem;
}

    .banner-swiper.user-hd .swiper-container .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        /*width: 10px;
        height: 10px;*/
        background: #fff;
        margin: 0 4px;
        text-indent: -99999px;
        *text-indent: 0;
        font-size: 0;
        vertical-align: top;
        cursor: pointer;
        /*border:3px solid #fff;*/
        /*border-radius:unset;*/
    }

        .banner-swiper.user-hd .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            /*background: rgba(255,87,34,.55);*/
            background: #f00;
        }

.banner-swiper.user-hd .swiper-container .swiper-slide {position: relative;width: 100%; height:0; padding-bottom: 50%;overflow: hidden;}
.banner-swiper.user-hd.info-hd .swiper-container .swiper-slide{ padding-bottom:70%;}
.banner-swiper.user-hd .swiper-container .swiper-slide img{ position:absolute; left:0; top:0; width:100%; height:100%; display: block; }
.banner-swiper.user-hd .swiper-container .swiper-slide .img-tit-box{
    display: block;
    width: 100%;
}
.banner-swiper.user-hd .swiper-container .swiper-slide .img-tit-box .txt {
    color: #fff;
    width: 100%;
    font-size: .8rem;
    line-height: 1rem;
    padding: .4rem;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner-swiper.user-hd.info-hd .swiper-container .swiper-slide .img-tit-box .txt{
    bottom:0;
    top:unset;
}
.banner-swiper.user-hd .swiper-container .swiper-slide .img-tit-box .bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index:-1;
    display: block;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.4);
    opacity:0.4;
    filter:alpha(opacity=40);
}

/* 图片上 放大图片 icon  start */
.kl-list-case .item .item-border > .item-img-box .look-big-pic
    , .kl-hdp .picBox .cf li .look-big-pic
    ,.banner-swiper.user-hd .swiper-container .swiper-slide .look-big-pic
    ,.kl-site-progress-box .progress-pics .look-big-pic{
        position:absolute;
        top:0;
        right:0;
        width: 1.4rem;
        height: 1.4rem;
        cursor:pointer;
        z-index:9;
    }
    .kl-list-case .item .item-border > .item-img-box .look-big-pic .bg
    , .kl-hdp .picBox .cf li .look-big-pic .bg
    ,.banner-swiper.user-hd .swiper-container .swiper-slide .look-big-pic .bg
    ,.kl-site-progress-box .progress-pics .look-big-pic .bg{
        position:absolute;
        right:-150%;
        top:-150%;
        width:300%;
        height:300%;
        background-color: #000;
        border-radius:50%;
        opacity: 0.2;
        -moz-opacity: 0.2;
        -webkit-opacity: 0.2;
        filter: alpha(opacity=20);
    }
    .kl-list-case .item .item-border > .item-img-box .look-big-pic .bigpic
    , .kl-hdp .picBox .cf li .look-big-pic .bigpic
    ,.banner-swiper.user-hd .swiper-container .swiper-slide .look-big-pic .bigpic
    ,.kl-site-progress-box .progress-pics .look-big-pic .bigpic{
        position: relative;
        top: .25rem;
        left: .01rem;
        width: 1.3rem;
        height: 1.3rem;
        font-weight: bold;
        display: inline-block;
        border: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1.3rem;
        background-image: url("data:image/svg+xml,%3Csvg t='1629170444955' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1123' width='200' height='200'%3E%3Cpath d='M645.20465066 652.77769919c87.74906347-83.36907413 124.03052053-207.39595413 95.06725013-324.92020586A336.9679072 336.9679072 0 0 0 177.05551679 168.04067519C46.11822933 297.84564586 43.81354666 508.78054399 171.89637653 641.41084479c128.0755488 132.63394133 338.96311467 137.691136 473.25730133 11.3668544h0.0509728z m35.42949013 36.75477334c-154.1552352 148.8504608-399.79144533 144.5542112-548.64554666-9.5973824C-16.86914881 525.78349546-12.57289921 280.14364479 141.58233599 131.28954346c154.1552352-148.85410133 399.79144533-144.56149333 548.64554667 9.5973824 148.85410133 154.15159467 144.56149333 399.79144533-9.59374187 548.64554667z m0 0' fill='%23ffffff' p-id='1124'%3E%3C/path%3E%3Cpath d='M669.35466666 685.73866666c-14.21402987-12.4336352-4.88607253-21.15720533 8.0791328-34.39911787 17.40709013-17.78574187 20.50912747-22.380544 34.72679787-9.95054933l280.1518368 249.27709867c24.64881813 21.495808 27.68896 30.081024 14.68370453 46.268416-12.5319392 15.60120853-29.20357013 16.03083413-43.42852267 3.59719786L669.35466666 685.73866666z m57.41681813-20.73122133' fill='%23ffffff' p-id='1125'%3E%3C/path%3E%3Cpath d='M555.80626453 380.95621653a25.52263147 25.52263147 0 0 1 25.52263146 25.52263146 25.52263147 25.52263147 0 0 1-25.52263146 25.526272H276.89233066a25.52263147 25.52263147 0 1 1 0-51.04890346h278.91393387z m0 0' fill='%23ffffff' p-id='1126'%3E%3C/path%3E%3Cpath d='M445.51281813 551.40078933a25.526272 25.526272 0 0 1-51.04526294 0V272.48321386a25.52263147 25.52263147 0 0 1 51.04526294 0v278.91757547z m0 0' fill='%23ffffff' p-id='1127'%3E%3C/path%3E%3C/svg%3E");
    }
    .kl-list-case .item .item-border > .item-img-box .look-big-pic.active .bigpic
    , .kl-hdp .picBox .cf li .look-big-pic.active .bigpic
    ,.banner-swiper.user-hd .swiper-container .swiper-slide .look-big-pic.active .bigpic
    ,.kl-site-progress-box .progress-pics .look-big-pic.active .bigpic{
        background-image: url("data:image/svg+xml,%3Csvg t='1629207702686' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='973' width='200' height='200'%3E%3Cpath d='M645.20465066 652.77769919c87.74906347-83.36907413 124.03052053-207.39595413 95.06725013-324.92020586A336.9679072 336.9679072 0 0 0 177.05551679 168.04067519C46.11822933 297.84564586 43.81354666 508.78054399 171.89637653 641.41084479c128.0755488 132.63394133 338.96311467 137.691136 473.25730133 11.3668544h0.0509728z m35.42949013 36.75477334c-154.1552352 148.8504608-399.79144533 144.5542112-548.64554666-9.5973824C-16.86914881 525.78349546-12.57289921 280.14364479 141.58233599 131.28954346c154.1552352-148.85410133 399.79144533-144.56149333 548.64554667 9.5973824 148.85410133 154.15159467 144.56149333 399.79144533-9.59374187 548.64554667z m0 0' fill='%2319fa28' p-id='974'%3E%3C/path%3E%3Cpath d='M669.35466666 685.73866666c-14.21402987-12.4336352-4.88607253-21.15720533 8.0791328-34.39911787 17.40709013-17.78574187 20.50912747-22.380544 34.72679787-9.95054933l280.1518368 249.27709867c24.64881813 21.495808 27.68896 30.081024 14.68370453 46.268416-12.5319392 15.60120853-29.20357013 16.03083413-43.42852267 3.59719786L669.35466666 685.73866666z m57.41681813-20.73122133' fill='%2319fa28' p-id='975'%3E%3C/path%3E%3Cpath d='M555.80626453 380.95621653a25.52263147 25.52263147 0 0 1 25.52263146 25.52263146 25.52263147 25.52263147 0 0 1-25.52263146 25.526272H276.89233066a25.52263147 25.52263147 0 1 1 0-51.04890346h278.91393387z m0 0' fill='%2319fa28' p-id='976'%3E%3C/path%3E%3Cpath d='M445.51281813 551.40078933a25.526272 25.526272 0 0 1-51.04526294 0V272.48321386a25.52263147 25.52263147 0 0 1 51.04526294 0v278.91757547z m0 0' fill='%2319fa28' p-id='977'%3E%3C/path%3E%3C/svg%3E");
    }

.banner-swiper.user-hd .swiper-container .swiper-slide .look-big-pic{
    
}
.banner-swiper.user-hd .swiper-container .swiper-slide .look-big-pic .bg{
    
}
.banner-swiper.user-hd .swiper-container .swiper-slide .look-big-pic .bigpic{
    
}
.banner-swiper.user-hd .swiper-container .swiper-slide .look-big-pic.active .bigpic{
    
}
/* 图片上 放大图片 icon  end */

#zoom-origin-img{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    z-index: 1040;
}
#zoom-origin-img .swiper-slide img{
    width:100%;
    vertical-align:middle;
}
#zoom-origin-img .kl-swiper-title{
    position: absolute;
    bottom: .4rem;
    font-size: .8rem;
    line-height: 1.2rem;
    color: #fff;
    padding: 0 .4rem;
    text-align: left;
    z-index: 1;
}
#zoom-origin-img .swiper-pagination{
    top:.5rem;
    font-size: 1.2rem;
    bottom:auto;
    color:#fff;
}
/*close*/
.kl-swiper-close{
    border: .1rem solid #fff;
    top: .5rem;
    right: .5rem;
    width: 1.4rem;
    height: 1.4rem;
    cursor: pointer;
    margin-right: 0;
    background-color: #333;
    position: absolute;
    border-radius: 50%;
    z-index: 1001;
}
.kl-swiper-close:before, .kl-swiper-close:after {
    content: "";
    position: absolute;
    top: .55rem;
    left: .22rem;
    width: .8rem;
    height: .1rem;
    background-color: #fff;
}
.kl-swiper-close:before {transform:rotate(45deg);}
.kl-swiper-close:after {transform:rotate(-45deg);}
/*----------------------------------------幻灯片  end------------------------- */

/*分页*/
.kl-Pagination-box{
    width:100%;
}
.kl-list .kl-loadmore, .kl-list .kl-loadmore-line {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
}
.Pagination-Box {
    width: 100%;
    text-align:center;
}

.PaginationDiv {
    float:left;
}

.Pagination-Box .PaginationDiv {
    float:none;
    font-size: 14px;
}

.PaginationSelectDiv {
    float: right;
}

.pagination {
    padding: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@media (min-width : 320px) and (max-width: 374px) {
    .home2 .cont .item, .home2 .cont .item.i6 {
        height: 10rem !important;
        margin-bottom: 0.5rem;
    }

        .home2 .cont .item .t1, .home2 .cont .item .t2 {
            font-size: 19px !important;
        }
}

@media (min-width : 375px) and (max-width: 424px) {
    .home2 .cont .item, .home2 .cont .item.i6 {
        height: 12rem !important;
        margin-bottom: 0.5rem;
    }

        .home2 .cont .item .t1, .home2 .cont .item .t2 {
            font-size: 19px !important;
        }
}

@media (min-width : 425px) and (max-width: 477px) {
    .home2 .cont .item, .home2 .cont .item.i6 {
        height: 14rem !important;
        margin-bottom: 0.5rem;
    }

        .home2 .cont .item .t1, .home2 .cont .item .t2 {
            font-size: 19px !important;
        }
}

@media (min-width: 478px) and (max-width: 639px) {
    .home2 .cont .item, .home2 .cont .item.i6 {
        height: 16rem !important;
        margin-bottom: 0.5rem;
    }

        .home2 .cont .item .t1, .home2 .cont .item .t2 {
            font-size: 19px !important;
        }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .home2 .cont .item, .home2 .cont .item.i6 {
        height: 18rem !important;
        margin-bottom: 0.5rem;
    }

    
}
@media only screen and (min-width: 425px) and (max-width: 767px){
    .p-lst-box .blog-box{
        width:100%;
    }
    .p-lst-box .blog-img-box{
        width:100%;
    }
    .p-lst-box .blog-img{
        width:100%;
    }
}

@media (min-width: 768px) and (max-width: 867px) {
    .home2 .cont .item, .home2 .cont .item.i6 {
        height: 24rem !important;
        margin-bottom: 0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .p-lst-box .blog-box{
        min-width:330px;
    }
    
    .p-lst-box .blog-img-box{
        overflow:hidden;
        width:330px;
        height:248px;
        border: 0 solid#fff;
        -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    }
    .p-lst-box .blog-img{
        max-height:100%;
    }
}
@media (min-width: 868px) and (max-width: 991px) {
    .home2 .cont .item, .home2 .cont .item.i6 {
        height: 28rem !important;
        margin-bottom: 0.5rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .home2 .cont .item.i5 {
        left: 720px;
        top: 560px;
    }
    
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .p-lst-box .blog-box{
        min-width:215px;
    }
    
    .p-lst-box .blog-img-box{
        overflow:hidden;
        width:215px;
        height:161px;
        border: 0 solid#fff;
        -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    }
    .p-lst-box .blog-img{
        max-height:100%;
    }
}
@media screen and (min-width: 1200px) {
    .p-lst-box .blog-box{
        min-width:260px;
    }

    .p-lst-box .blog-img-box{
        overflow:hidden;
        width:260px;
        height:195px;
        border: 0 solid#fff;
        -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    }
    .p-lst-box .blog-img{
        max-height:100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1229px) {
    .x-wrap {
        width: 100%;
    }

    .home2 .cont .item .ico {
        display: none;
    }

    .home2 .cont .item.i2 {
        left: 480px;
        top: -106px;
    }

    .home2 .cont .item.i5 {
        left: 720px;
        top: 0;
    }

    .home2 .cont .item.i10 {
        left: 720px;
        top: 560px;
    }
}
@media screen and (max-width: 991px){
    .pagination > li.xsb-hide {
        display: none;
    }

    .xsb-hide{
        display:none;
    }
}
@media screen and (min-width: 992px){
    
    .p-lst-box .blog-img-box img.blog-img{
        /*width:260px;
        height:195px;*/
    }

    .p-lst-c > .container > .row, .product-r > .container > .row {
        margin-right: -15px;
        margin-left: -30px;
    }
}
@media screen and (max-width: 1020px) {
    .x-wrap {
        width: 100%;
        padding: 0 1rem;
    }

    .home1 .btm {
        position: static;
    }

    .home1 .slick-dots li {
        margin: 1rem 0;
    }

    .home1 .cont {
        display: block;
        margin-top: 1rem;
    }

        .home1 .cont .item {
            width: auto;
            overflow: hidden;
            height: auto;
            padding: 1rem 1rem;
        }

            .home1 .cont .item.c {
                margin: 1rem 0;
            }

            .home1 .cont .item .ico {
                margin: auto;
                width: 5rem;
                height: auto;
            }

        .home1 .cont .c .form {
            padding-top: 1rem;
        }

        .home1 .cont .c .padd {
            padding: 0;
        }

        .home1 .cont .c .form {
            display: block;
        }

            .home1 .cont .c .form .select-mod {
                width: auto;
            }

        .home1 .cont .c .search-mod {
            margin: 0.4rem 0 0;
        }

    .home2 {
        background-size: cover;
        padding: 1rem 0;
    }

        .home2 .cont {
            height: auto;
            overflow: hidden;
        }

            .home2 .cont .item {
                position: static;
                width: 50% !important;
                background-position: center;
                background-repeat: no-repeat;
                background-size: 98%;
                /*height: 21.4rem !important;*/
                float: left;
                margin-bottom: 0.1rem;
            }

                .home2 .cont .item .ico {
                    display: none;
                }

                .home2 .cont .item .t1 br {
                    display: none;
                }

                .home2 .cont .item .t1 {
                    /*font-size: 2rem !important;*/
                }

                .home2 .cont .item .t2 {
                    display: none;
                }

    .h28 {
        /*font-size: 2rem;*/
    }

    .h20, .h18 {
        font-size: 2rem;
    }

    .middle-cont {
        font-size: 0.28rem;
    }

    .logo-box .logo {
        width: 200px;
    }

    .navbar-collapse.collapse.show {
        padding-bottom: 30px;
        background: #03a9f4;
    }

    
    
}

@media screen and (min-width: 1021px){
    .cont-start {
        padding-top: 120px;
    }

    .p-lst-c-t{
        margin-bottom:20px;
    }

    
    
    .product-r .col-lg-6 .banner-img-block {
        margin-right: 0;
    }
    
    .product-r h1, .news-t h1{
        margin-top: 0;
    }
}
