
* {
  scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 7.5px;
    height: 6px;
    background-color: #f0f0f0;
    display: none
}
::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 15px
}
::-webkit-scrollbar-thumb:hover {
    background-color: #777
}

img{
  user-select:none;
  user-drag:none;
  -webkit-user-drag: none;
}
td {
    display: table-cell;
    vertical-align: inherit;
    border:1px solid #b6b6b6;
    padding:10px;
    box-sizing:border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 2px;
    width:100%;
}
tr td:nth-child(1){
	background: #d5f4e4;
}
.firstRow td:nth-child(1){
	background: #d5f4e4;
}
/*==========================
 <--start-Top-header-area -->
===========================*/

.top-header {
    padding: 8px 38px 8px 10px;
    border-bottom: 1px solid #E5E5E5;
}

.top-header-infor ul li {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    color: #222222;
    font-weight: 500;
}

.top-header-infor ul li i {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    color:#00d664;
}

.top-header-infor ul li a {
    display: inline-block;
    font-size: 16px;
    color: #222222;
    text-transform: lowercase;
    font-weight: 500;
}

.top-header-social-icon {
    text-align: right;
}

.top-header-social-icon ul li {
    display: inline-block;
    position: relative;
}

.top-header-social-icon ul li i {
    display: inline-block;
    font-size: 16px;
    margin-left: 13px;
    transition: 0.5s;
    color: #00d664;
    transition: 0.5s;
}

.top-header-social-icon ul li i:hover{
    color:#040334;
}

.header-logo img{ height:60px}

.footer-logo img{ height:60px}
/*==========================
 <--start-header-area -->
===========================*/
.header-area {
    padding: 0 15px 0;
}

.header-menu {
    text-align: center;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 20px;
}

.header-menu a {
    display: inline-block;
    color: #040334;
    padding: 37px 0;
    transition: 0.5s;
    font-size: 16px;

}

.header-menu a:hover{
    color:#00d664;
}

.header-menu ul li i {
    display: inline-block;
    color: #555555;
    font-size: 16px;
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: 0.5s;
}

.header-menu a:hover i {
    transform: rotate(-180deg);
    color:#00d664;
}

.col-lg-3.text-right {
    text-align: right;
}

.header-search-button {
    display: inline-block;
}

.header-button {
    display: inline-block;
}

.header-button a {
    background: #0abbb9;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    margin-left: 34px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid #0abbb9;
    font-size: 16px;
    font-weight: 600;
}

.header-button a:hover{
    color:#00d664;
}

.header-button a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#fff;
    transform: scale(0);
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}

.header-button a:hover:before{
    transform: scale(1);
}

.header-button i {
    margin-right: 12px;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}



/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 4px solid #00d664;
    border-radius: 5px 5px 0 0;
}

.header-menu ul li .sub-menu a{
	font-size: 15px;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 6px 19px;
    color: #232323;
    width: 200px;
}

.header-menu ul li .sub-menu li a:hover {
    background: #00d664;
    color: #fff;
}

/*==========================
 <--start-slider-section -->
===========================*/
.hero-section {
    height: 839px;
    position: relative;
}
.hero-content {
    animation: 3.1s running fadeInUp;
}

.hero-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -7px;
    color: #00d664;
    position: relative;
}

.hero-content h4:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    left: 32%;
    top: 32px;
    background: #fff;
    display: inline-block;
}

.hero-content h4:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    right: 32%;
    top: 32px;
    background: #fff;
    display: inline-block;
}

.hero-content h1 {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
}

p.hero-desc {
    color: #fff;
   
    padding: 29px 0 0px;
    margin: auto;
    color: #fff;
    font-size: 18px;
}

.solar-button {
    margin-top: 38px;
    position: relative;
    display: inline-block;
}

.solar-button a {
    background: #00d664;
    color: #fff;
    padding: 11px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border: 2px solid #00d664;
    font-weight: 600;
}

.solar-button a:hover{
    color: #00d664;
}

.solar-button a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.solar-button a:hover:before{
    transform: scale(1);
}

.solar-button i {
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    color: #00d664;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
}

.solar-button a:hover i{
    color:#fff;
    background:#00d664;
}

/*==========================
 <--start-feature-section -->
===========================*/
.row.feature {
    margin-top: -81px;
    position: relative;
}

.single-feature-box {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 18px 50px 28px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 125px rgba(0,0,0,0.15));
    display: flex;
    align-items: center;
}

.single-feature-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 4%;
    bottom: 0px;
    left: 0;
    background: #00d664;
    z-index: -1;
    transition: 0.5s;
    border-radius: 0 0 6px 6px;
}

.single-feature-box:hover:before{
    width: 100%;
} 

.feature-icon {
    margin-right: 20px;
}

.feature-content h4 {
    font-size: 20px;
    line-height: 45px;
    color: #222222;
    font-weight: 600;
    font-family: "Poppins";
}

.feature-content p {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    font-family: "Poppins";
}


/*==========================
 <--start-section-title-->
===========================*/
.section-title {
    padding: 0 0 4px;
    animation: 3.1s running fadeInUp;
}

.section-title.tow {
    padding: 0 0 60px;
}

.section-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #00d664;
    margin: 0;
    margin-bottom: -14px;
    position: relative;
}

.section-title h4:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #00d664;
    left: -39px;
    bottom: 25px;
    display: inline-block;
}

.section-title.tow h4:before {
    left: -170px;
    right: 0;
    margin: auto;
}

.section-title.tow h4:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #00d664;
    right: -170px;
    bottom: 25px;
    display: inline-block;
    margin: auto;
    left: 0;
}

.section-title h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 45px;
}

p.desc-one {
    width: 100%;
    padding: 20px 0 0;
    line-height: 2;
    text-indent: 2em;
}

p.desc-tow {
    width: 100%;
    margin: auto;
    padding: 16px 0 0;
}
/*==========================
 <--start-about-section -->
===========================*/
.about-section {
    padding: 123px 0 125px;
}

.about-thumb {
    margin-left: -60px;
    position: relative;
}

.about-shape {
    position: absolute;
    top: 42px;
    left: -86px;
    z-index: -1;
}

.about-skill {
    position: absolute;
    right: 62px;
    bottom: 65px;
}

.about-skill-content {
    background: #00D665;
    display: inline-block;
    padding: 13px 53px 30px;
    text-align: center;
    border-radius: 10px;
}

.about-skill-content h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 8px;
}

.about-skill-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.about-box-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.about-box-icon {
    margin-right: 20px;
    margin-top: 26px;
    border: 1px solid #00D665;
    width: 80px;
    height: 75px;
    text-align: center;
    line-height: 69px;
    border-radius: 5px;
}

.about-content h4 {
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    font-family: "Barlow";
}

.about-content p {
    width: 100%;
    font-size: 16px;
    color: #616161;
    line-height: 20px;
}


/*===============================
 <--start-service-section-->
=================================*/
.service-section {
    background-color: #edfff5;
    padding: 98px 0 123px;
}

.service-section.upper {
    padding: 125px 0 105px;
}

.single-service-box {
    border-radius: 10px;
    filter: drop-shadow(0 0 125px rgba(0,0,0,0.15));
    background-color: #ffffff;
    text-align: center;
    padding: 40px 32px 38px;
    position: relative;
    z-index: 1;
}

.single-service-box.upper {
    margin-bottom: 20px;
}

.single-service-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: #00d664;
    left: 0;
    bottom: -1px;
    z-index: -1;
    border-radius: 0 0 10px 10px;
    transform: scale(0);
    transition: 0.5s;
}


.single-service-box:hover:before{
    transform:scale(1);
} 

.service-box-icon {
    background: #00d664;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    margin: auto;
}

.service-content h4 {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    font-family: "Barlow";
    margin-top: 16px;
}

.service-content p {
    margin: -3px 0 24px;
}

a.box-button {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    border-bottom: 1px solid #23232329;
    display: inline-block;
}

.single-service-box:hover a.box-button{
    border-bottom: 2px solid #00d664;
    color:#00d664;
}


/*===============================
 <--start-skill-sectionn-->
=================================*/
.skill-section {
    background: url(../images/skill-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 89px;
}

.skill-section  .section-title {
    padding: 0 0 45px;
}

.skill-section .section-title h4 {
    padding-left: 40px;
}

.skill-section .section-title h4:before {
    left: 3px;
}

.skill-section .section-title h1 {
    color: #fff;
}

.skill-section p.desc-one {
    width: 74%;
    color: #fff;
}

.vedio-icon {
    position: relative;
    left: 80px;
}

.vedio-icon i {
    display: inline-block;
    color: #00d664;
    background: #ffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

.col-lg-6.add-padding {
    padding-left: 40px;
}

.skill {
    margin-bottom: 14px;
    position: relative;
    overflow-x: hidden;
}

.skill > p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 13px;
}

.skill:before {
    width: 90%;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    bottom: 20px;
    border-radius: 10px;
}

.skill-bar {
    width: 75%;
    height: 6px;
    background: #00d664;
    display: block;
    position: relative;
    border-radius: 8px;
}

.skill-bar span {
    font-size: 20px;
    /* padding: 3px 0; */
    font-weight: 600;
    float: right;
    top: -34px;
    position: relative;
    color: #fff;
}

.skill-bar {
    position: relative;
  
}

.skill1 .skill-count1 {
    right: -100px;
}

.skill2 {
    width: 64%;
}

.skill2 .skill-count2 {
    right: -170px;
}

/*=====================================
 <--start-Working-Porcess-sectionn-->
======================================*/
.working-process-section {
    padding: 100px 0 120px;
}
.working-process-box {
    text-align: center;
    padding: 0 56px 0;
}

.working-process-number h1 {
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #DFDFDF;
    font-size: 150px;
    font-weight: 700;
    position: relative;
    transition: 0.5s;
}

.working-process-box:hover .working-process-number h1{
    color:#00d664;
    -webkit-text-stroke-color: #00d664;
}

.working-process-number h1:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 13px;
    right: 68px;
    bottom: -30px;
    background: #00d664;
    display: inline-block;
}

.working-process-number.tow h1:before {
    right: 48px;
}

.working-process-number.three h1:before {
    right: 55px;
}

.working-process-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 48px 0 -6px;
}




/*=====================================
 <--start-project-section-->
======================================*/
.project-section {
    
    padding: 9px 0 101px;
}

.project-section.inner {
    padding: 122px 0 105px;
}

.single-project-box {
    margin-bottom: 20px;
    display: block;
    margin-bottom:20px;
}

.project-thumb {
    position: relative;
    overflow: hidden;
}

.project-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-project-box:hover .project-thumb img{
    transform: scale(1.1);
}

.project-content {
    background: #00d664;
    padding: 20px;
    position: absolute;
    bottom: -207px;
    left: 0;
    border-radius: 0 0 10px 10px;
    width: 100%;
    transition: 0.5s;
}

.single-project-box:hover .project-content{
    bottom: 0;
    border-radius: 0;
}

.project-content h4 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 4px;
    padding-bottom:0px;
    line-height: 1;
}

.project-content p{
    color:#fff;
}



/*=====================================
 <--start-Call-do-action-section-->
======================================*/
.call-do-action-section {
    background: url(../images/call-do-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment:fixed;*/
    background-position: center center;
    padding: 150px 0 180px;
}

.call-do-action-section .section-title.tow {
    padding: 0 0 35px;
}

.call-do-action-section .section-title h4 {
    color: #fff;
}

.call-do-action-section .section-title.tow h4:before {
    left: -170px;
    bottom: 23px;
}

.call-do-action-section .section-title.tow h4:after {
    right: -170px;
    bottom: 24px;
}

.call-do-action-section .section-title h1 {
    color: #fff;
}

.call-do-action-section p.desc-tow {
    color: #fff;
}

.quick-contact span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
}

.call-do-action-section .solar-button {
    margin-top: 42px;
}


/*=====================================
 <--start-testimonial-section-->
======================================*/

.testimonial-section {
    background: url(../images/teasti-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 123px 0 122px;
}

.col-lg-6.col-md-12.upper {
    padding-left: 30px;
}

.testimonial-section .section-title {
    padding: 0px 0 59px;
}

.single-testimonial-thumb {
    position: relative;
}

.testi-help-button {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffff;
    padding: 22px 27px;
    width: 72%;
}

.testi-help-button a {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
}

.testi-help-button i {
    display: inline-block;
    background: #222;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 502px;
    position: relative;
    left: 50px;
}

.testi-desc p {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    /*width: 75%;*/
    padding: 27px 0 46px;
}

.testi-author {
    display: flex;
    align-items: center;
}

.author-images {
    padding-right: 44px;
    margin-top: 10px;
}

.author-title h4 {
    font-size: 20px;
    line-height: 35px;
}

.author-title p {
    color: #00d664;
}

.owl-dots {
    position: relative;
    text-align: center;
    left: -42%;
    bottom: 9px;
}

.owl-dot {
    display: inline-block;
    border: 2px solid #000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}
.owl-dot.active {
    display: inline-block;
    background: #00d664;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}

/*=====================================
 <--start-team-sectio-->
======================================*/
.team-section {
    padding: 95px 0 103px;
    background: #edfff5;
}

.team-section.upper {
    padding: 130px 0 106px;
}

.team-section .section-title {
    padding: 0 0 61px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.single-team-box {
    margin-bottom: 20px;
}

.team-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-team-box:hover .team-thumb img{
    transform: scale(1.1);
}

.team-content {
    filter: drop-shadow(-2.113px 4.532px 12.5px rgba(140,140,140,0.1));
    background-color: #ffffff;
    text-align: center;
    width: 92%;
    border-radius: 5px;
    margin: auto;
    margin-top: -76px;
    transition: 0.5s;
    overflow: hidden;
    height: 112px;
    position: relative;
}

.single-team-box:hover .team-content {
    height: 146px;
    margin-top: -110px;
}

.team-content:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background:#00d664;
    transform:scale(0);
    transition: 0.5s;
}

.single-team-box:hover .team-content:before{
    transform: scale(1);
}

.team-social-icon {
    position: relative;
    top: 122px;
    transition: 0.5s;
}

.single-team-box:hover .team-social-icon{
    top:90px;
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li i {
    font-size: 16px;
    display: inline-block;
    color: #00d664;
    margin: 0 7px;
    transition: 0.5s;
}

.team-content h4 {
    font-size: 18px;
    line-height: 32px;
    margin: -2px;
}

.team-content p {
    font-size: 16px;
    color: #00d664;
}



/*=====================================
 <--start-blog-section-->
======================================*/
.blog-section {
    background: #FDFDFD;
    padding: 100px 0 121px;
}


.blog-section.blog-list {
    padding: 122px 0 124px;
}

.blog-section.blog-grid {
    background: #FDFDFD;
    padding: 123px 0 100px;
}

.blog-section  .section-title {
    padding: 0 0 60px;
}

.single-blog-box {
    border-radius: 10px;
    position: relative;
    filter: drop-shadow(0 0 125px rgba(0,0,0,0.15));
    margin-bottom: 30px;
    display: block;
}

.single-blog-box.blog-grid {
    margin-bottom: 24px;
}

.blog-section.blog-2column .single-blog-box {
    margin-bottom: 20px;
}

.blog-thumb {
    overflow: hidden;
}
.case-thumb{
	background: #fff url() 0 0 no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
}

.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.case-image{
	width:auto!important;
	display: block;
	margin:0 auto;
	max-width:100%;
}

.single-blog-box:hover .blog-thumb img {
    transform:scale(1.1);
}

.meta-blog p {
    color: #00d664;
    font-size: 16px;
}

.blog-content {
    padding: 30px;
    background: #fff;
    word-wrap:break-word;
}
.blog-content h4{white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;}
.blog-content h4 a {
    font-size: 24px;
    color: #232323;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
    transition: 0.5s;
    margin: 10px 0 24px;
}

.single-blog-box:hover .blog-content h4 a{
    color:#00d664;
}

.blog-section.blog-2column .blog-content h4 a {
    font-size: 20px;
}

a.blog-button {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    border-bottom: 2px solid #222222;
    display: inline-block;
}

.single-blog-box:hover a.blog-button{
    color:#00d664;
    border-bottom: 2px solid #00d664;
}

.blog-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E8E8E8;
    margin-top: 29px;
}

.blog-bottom span {
    display: inline-block;
    color: #00ce60;
    margin-top: 16px;
}

.blog-bottom span i {
    font-size: 12px;
    margin-right: 10px;
    color: #00ce60;
    display: inline-block;
}


/*=====================================
 <--start-footer-secion-->
======================================*/
.footer-section {
    background: #222222;
    padding: 128px 0 18px;
}

.footer-widget-desc p {
    color: #fff;
    padding: 56px 0 39px;
    width: 78%;
    opacity: 0.800;
}

.footer-socail-ion ul li {
    display: inline-block;
    color: #fff;
}

.footer-socail-ion ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 34px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.footer-socail-ion ul li i:hover{
    color:#00d664;
}

.footer-socail-ion ul li i:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    left: -17px;
    top: -14px;
    background: #1F2E27;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
    border-radius: 5px;
}

.footer-socail-ion ul li i:hover:after{
    transform: scale(1);
}

.footer-widget-content {
    margin-top: -22px;
}

.footer-widget-title {
    margin-bottom: 35px;
}

.footer-widget-title h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.footer-widget-menu ul li a {
    opacity: 0.800;
    font-size: 16px;
    line-height: 41px;
    color: #ffffff;
    font-weight: 400;
    transition: 0.5s;
}

.footer-widget-menu ul li a:hover{
    color:#00d664;
}

.footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.footer-contact-icon i {
    color: #00d664;
    margin-right: 13px;
    background: #1f2f27;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    margin-top: 9px;
}

.footer-contact-content h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    opacity: 0.800;
}

.footer-contact-content p {
    color: #fff;
    font-size: 16px;
     opacity: 0.800;
}

.footer-widget-desc-2 p {
    opacity: 0.800;
    color: #ffffff;
    line-height: 27px;
}

.newsletter-box {
    margin: 19px 0 19px;
}

.newsletter-box input {
    background: #fff;
    height: 50px;
    outline: 0;
    padding: 0 22px;
    width: 100%;
    border-radius: 5px;
    border: transparent;
}

.newsletter-submit-button button {
    background: #00d664;
    border: transparent;
    width: 100%;
    height: 49px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.copyright-area {
    border-top: 1px solid #393f3382;
    margin-top: 99px;
}

.copyright-area p {
    opacity: 0.800;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 25px;
	text-align: center;
}

.copyright-area a {
    display: inline-block;
    color: #00d664;
}

.mtup_pc{display:block;	}
.mtup_wap{display: none;	}

@media(max-width:800px){
    .footer-section{
        padding-top:30px;
    }
	.mtup_pc{display: none;	}
	.mtup_wap{display:block;	}
}



#row362 {background-image:none;background-color:rgba(255, 255, 255, 1);background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row362 {padding-top:4.00427122263748vw;}
#row362 {padding-right:19.2822710230316%;}
#row362 {padding-bottom:4.00427122263748vw;}
#row362 {padding-left:19.2822710230316%;}
#row362 {margin-top:0.0vw;}
#row362 {margin-right:0.0%;}
#row362 {margin-bottom:0.0vw;}
#row362 {margin-left:0.0%;}
#row362>.jz_web_row__content>.jz_web_col0{padding:0;}
#row362>.jz_web_row__content>.jz_web_col0{margin:0;}
@media screen and (max-width: 768px){
#row362 {background-image:none;background-color:rgba(255, 255, 255, 1);background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row362 {padding-top:3.733333333333334vw;}
#row362 {padding-right:0.0%;}
#row362 {padding-bottom:3.733333333333334vw;}
#row362 {padding-left:0.0%;}
#row362 {margin-top:0.0vw;}
#row362 {margin-right:0.0%;}
#row362 {margin-bottom:0.0vw;}
#row362 {margin-left:0.0%;}
#row362>.jz_web_row__content>.jz_web_col0{margin:0;}
}#row360 {padding-top:0.0vw;}
#row360 {padding-right:0.0%;}
#row360 {padding-bottom:0.0vw;}
#row360 {padding-left:0.0%;}
#row360 {margin-top:0.0vw;}
#row360 {margin-right:0.0%;}
#row360 {margin-bottom:0.0vw;}
#row360 {margin-left:0.0%;}
#row360>.jz_web_row__content>.jz_web_col0{padding:0;}
#row360>.jz_web_row__content>.jz_web_col0{margin-top:0.0vw;}
#row360>.jz_web_row__content>.jz_web_col0{margin-right:0.0%;}
#row360>.jz_web_row__content>.jz_web_col0{margin-bottom:2.669514148424987vw;}
#row360>.jz_web_row__content>.jz_web_col0{margin-left:0.0%;}
@media screen and (max-width: 768px){
#row360 {padding-top:0.0vw;}
#row360 {padding-right:0.0%;}
#row360 {padding-bottom:0.0vw;}
#row360 {padding-left:0.0%;}
#row360 {margin-top:0.0vw;}
#row360 {margin-right:0.0%;}
#row360 {margin-bottom:0.0vw;}
#row360 {margin-left:0.0%;}
#row360>.jz_web_row__content>.jz_web_col0{margin:0;}
}#module663   >.module_wrap > .module_banner {display:none;}
#module663 {margin-top:2.6780931976432774vw;}
#module663 {margin-right:36.34877855274629%;}
#module663 {margin-bottom:0.0vw;}
#module663 {margin-left:36.78469834350479%;}
#module663  .module_button_content{border-radius:0px;background:rgba(246, 161, 15, 1);}
#module663  .module_button_content:hover{}
#module663  .module_button_content .after{background:rgba(225, 145, 8, 1);}
#module663  .module_content{height:43px;}
#module663  .module_button_content .module_button_text {max-width: calc(100% - 22px);}
#module663  .module_button_content .module_button_icon { font-size:16px;}
@media screen and (min-width: 769px){
}
@media screen and (max-width: 768px){
#module663   >.module_wrap > .module_banner {display:none;}
#module663 {margin-top:7.466vw;}
#module663 {margin-right:9.333333333333334%;}
#module663 {margin-bottom:1.333vw;}
#module663 {margin-left:7.466666666666668%;}
#module663  .module_content{height:34px;}
}.jz_screen_pc .module_button_style0:hover:before {
    animation: button_style_0_anim .75s;
    z-index: 1;
}
.module_button_style0:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .6s;
    width: 100%;
}

.mtup_pc img{ align-items: center; width: 100%;}
.mtup_wap img{ align-items: center; width: 100%;}

.jz_web_row__content56 img{ align-items: center; width: 100%;}
.module_button_content .module_button_text_container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0 6px;
    width: 100%;
}#module663 .module_button_content .module_button_text {
    max-width: calc(100% - 22px);
	    color: #f9f9f9;
}.module_button_content .module_button_text_container .module_button_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.module_button_style0 {
    color: #fff;
}.module_button_content {
    align-items: center;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}.module_button_content .module_button_text_container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0 6px;
    width: 100%;
}
/*===========================================
 <--start-breadcumb-sectio-->
=============================================*/
.breadcumb-section {
    background: url(../images/bradcumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 93px 0 108px;
}

.breadcumb-title h1 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 8px;
}
.breadcumb-content ul{
	display: inline-block;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
}
.breadcumb-content ul a{
    display: inline-block;
    color: #fff;
    font-family: 'Poppins';
    margin:0 6px;
    font-size: 16px;
}

.breadcumb-content ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
}

.breadcumb-content ul li i{
    display: inline-block;
    font-size: 15px;
}


/*=====================================
 <--start-counter-section-->
======================================*/
.counter-section {
    background:url(../images/counter-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    padding: 105px 0 125px;
}

.counter-section .section-title.tow {
    padding: 0 0 35px;
}

.counter-section .section-title h4 {
    color: #fff;
}

.counter-section .section-title.tow h4:before {
    left: -163px;
    background: #fff;
}

.counter-section .section-title.tow h4:after {
    background: #fff;
    right: -164px;
}

.counter-section .section-title h1 {
    color: #fff;
}

.counter-box {
    text-align: center;
}

.counter-content h1 {
    font-size: 50px;
    color: #fff;
    display: inline-block;
}

.counter-content span {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

.counter-content p {
    color: #fff;
    margin-top: 5px;
}


/*================================
 <--start-history-section-->
=================================*/
.history-section {
    background: #F7F7F7;
    padding: 106px 0 59px;
}

.history-section .section-title {
    padding: 0 0 67px;
}

.history-box {
    margin-bottom: 69px;
}

.history-box.upper {
    margin-top: -178px;
    padding: 0 45px 0;
}
.history-box.upper .history-content {
    width: 93%;
}

.history-thumb img {
    width: 100%;
}

.history-content {
    border-radius: 5px;
    background-color: #ffffff;
    width: 82%;
    margin: auto;
    padding: 32px 33px 33px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.history-content span {
    font-size: 16px;
    color: #00d664;
    font-family: "Rubik";
    display: inline-block;
}

.history-content h4 {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    font-family: "Rubik";
    margin-top: -9px;
    margin-bottom: 3px;
}

/*================================
 <--start-faqs-section-->
=================================*/
.faqs-section {
    padding: 111px 0 113px;
}

.faqs-section .section-title {
    padding: 0 0 60px;
}

p.center {
    width: 65%;
    margin: auto;
    padding: 26px 0 0;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #00d664;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    color: #232323!important;
    background-color: transparent;
    border: 1px solid #F1F1F1;
    padding: 14px 20px 14px 30px;
    border-radius: 5px;
    z-index: 1;
    font-family: 'Rubik';
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 25px 20px 25px 30px;
    margin: 0;
    background: rgba(30, 71, 153, .1);
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
}

.accordion a.active:before{
  display: none;
}

.accordion a.active {
    color: #fff!important;
    border: 1px solid #00d664!important;
    background: #00d664!important;
    border-radius: 5px 5px 0 0;
}

/*================================
 <--start-Service-detaisl-section-->
=================================*/
.service-details {
    background: #F5F5F5;
    padding: 123px 0 110px;
    position: relative;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget form {
    position: relative;
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 2px solid rgba(6,36,97,0.10196078431372549);
    border-radius: 4px;
    padding: 0 20px 0;
    outline: 0;
}

.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #00d664;
    color: #fff;
    position: absolute;
    right: 0;
}

.widget-sidebar-box {
    padding: 30px 30px 30px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.2));
}

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
}

h4.sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: #00d664;
    border-radius: 5px;
}

ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    border-radius: 20px;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
}

ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

ul.sidebar-menu li:hover a i {
    background: #00d664;
    color: #fff;
}

.widget-download-box {
    padding: 30px 30px 15px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.widget-download-box ul li a {
    background: #00d664;
    color: #fff;
    display: inline-block;
    padding: 14px 36px;
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.widget-download-box ul li i {
    font-size: 15px;
    display: inline-block;
    margin-right: 6px;
    color: #fff;
}


/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background: url(../images/sidebar-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 49px 0 49px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.logo-thumb img {
    width: 48%;
}

h3.widget-title2 {
    padding: 3px 0 0px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: -13px;
}

h5.sidebar-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h5.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 28px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.8);
}

h5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 164px;
    right: 0;
    top: 30px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.8);
}

h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    padding: 1px 0 30px;
}

.widget-button a {
    padding: 12px 35px;
    background: #00d664;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.widget-button a:hover{
    color: #00d664;
}

.widget-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background:#fff;
    transition: .5s;
    border-radius: 4px;
}

.widget-button a:hover:before {
    width: 100%; 
    left: 0;
}

h2.accordion-title {
    font-size: 30px;
    margin-bottom: 23px;
}

/*service details right */

.service-dtls-all-items {
    padding-left: 85px;
}

h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
}

p.service-dtls-desc {
    margin-bottom: 23px;
    text-align: justify;
}

p.service-dtls-desc2 {
    padding: 0 0 31px;
}

/*service dtls box*/

.service-dtls-box {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 5px;
}

.sevice-dtls-content {
    padding-left: 25px;
}

.sevice-dtls-content h4 {
    font-size: 20px;
    line-height: 44px;
}
/*service dtls pannel*/

.service-dtls-itm-pannel {
    border-top: 1px solid rgba(6,36,98,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,98,0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    color: #062461;
    font-weight: 400;
}

.service-dtls-items ul li i {
    background: #E5E8EF;
    border-radius: 20px;
    color: #062461;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}

.service-dtls-items ul li:hover i {
    background: #00d664;
    color: #fff;
}

.service-dtls-cont h5 {
    font-size: 16px;
    color: #00d664;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
}

.service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
}


/*================================
 <--start-Blog-section-->
=================================*/

.blogs-section {
    padding: 121px 0 120px;
    background: #F8F8F8;
}

.blogs-section.style-two {
    background: #F5F5F5;
}

.blogs-section.style-two .blog-content{
    border:transparent;
}

.row.blogs-pr {
    padding-right: 90px;
}

.blogs-section .blog-content {
    padding: 35px 35px 18px;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    border-radius: 0px;
    border: 1px solid rgba(6,36,98,0.1);
    /*border-top: 0;*/
}
.blogs-section h2.blog-title{
    font-size: 28px;
    font-weight: 700;
}
.blogs-section h2.blog-title a {
    font-size: 28px;
    font-weight: 700;
}

.style-two.blogs-section h2.blog-title a {
    font-size: 22px;
    font-weight: 700;
}

p.blog-desc {
    padding: 15px 0 38px;
}

ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    font-family: 'Inter';
    color: #062462;
}

ul.blog-author li i {
    color: #00d664;
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7,72,131,0.5019607843137255);
    display: none;
}


/*blog Post
================*/

.blogs-section .widget-sidebar-box {
    padding: 13px 30px 30px;
}

.upp.widget-sidebar-box {
    padding: 13px 30px 15px;
}

.blogs-section h4.sidebar-title.upp {
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
    width: 30%;
}
.rpost-thumb a{
	display: block;
	width:100%;
}
.rpost-thumb a img{
	display: block;
	width:100%;
}
.rpost-content h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #062461;
    display: inline-block;
    transition: .5s;
    font-family: 'Inter';
}


/* Blog tag
==================*/

.tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item a {
    background: #f6f6f6;
    padding: 6px 20px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 0;
    font-weight: 400;
    color: #062461;
    transition: .5s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00d664;
    border-radius: 5px 30px 30px 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.tag-item a:hover:before {
   transform: scale(1); 
}

.tag-item a:hover {
   color: #fff; 
}

/*Blog Details
=================================*/

.single-blog-dtls-box ul.blog-author {
    padding: 8px 0 0;
}

.single-blog-dtls-box .blog-thumb:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-dtls-box .meta-blog a:hover:before {
    transform: scale(1);
}

.blogs-section .single-blog-dtls-box .blog-content {
    padding: 35px 35px 25px;
}

.blog-desc2 {
    padding: 15px 0 0px;
}

/*Blog Quote
=================*/

.blog-quote {
    background: #f6f6f6;
    padding: 20px;
    border-left: 4px solid #00d664;
    border-radius: 2px;
    margin: 0;
}

img.qte-icon {
    float: left;
    margin-right: 20px;
}

.blog-quote p {
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    color: #062462;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #062462;
    padding: 0 0 8px;
}

ul.product-list li i {
    color: #00d664;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    background: #f6f6f6;
    background: #fff;
    padding: 20px 20px 25px 30px;
    margin: 35px 0 40px;
}
@media(max-width:800px){
    .blogs-social-share{
        display: none;
    }
}
span.social-text {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Inter';
    color: #062462;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #062462;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00d664;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #fff;
}

/*Post Comment
=================*/

.blog-post-comment {
    border: 1px solid rgba(6,36,98,0.1);
    padding: 34px 30px 26px;
    border-radius: 5px;
}

h3.blog-comment-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 34px;
}

.blog-post-comment .post-comment {
    border-bottom: 1px solid rgba(6,36,98,0.1);
    margin-bottom: 30px;
    padding: 0 0 11px;
}

.blog-post-comment .post-comment2 {
    margin-left: 88px;
}

.blog-post-comment h4.post-title {
    font-size: 16px;
    font-weight: 600;
}

.post-comment-thumb {
    float: left;
    margin-right: 32px;
}

.blog-post-comment h4.post-title span {
    font-size: 14px;
    color: #00d664;
    font-weight: 400;
    font-family: 'Inter';
    padding-left: 25px;
}

.blog-post-comment .post-title span:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 9px;
    height: 1px;
    width: 10px;
    background: #00d664;
}

.blog-post-comment span.rights-reply {
    float: right;
    font-weight: 500;
    color: #062462;
    position: relative;
    top: -60px;
    cursor: pointer;
    left: -32px;
}

/*Contact Form
======================*/

.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6,36,98,0.1);
    margin: 30px 0 0;
    border-radius: 5px;
}

.contact-form-box3 .form-box input {
    background-color: #fff;
    border: 0;
}

.contact-form-box3 .form-box textarea {
    background-color: #ffff;
    border: 0;
    width: 100%;
    outline: 0;
    padding: 20px 22px;
}

.contact-form.style-two button {
    background: #00d664;
    border: transparent;
    color: #fff;
    padding: 9px 21px;
    margin-top: 20px;
    border-radius: 5px;
}

.contact-form.style-two {
    padding: 0 0 0;
}

/*==================================
<---contact-information-section--->
=================================*/



.contact-information {
    padding: 113px 0 130px;
    background: #edfff5;
}

.contact-information .section-title {
    padding: 0 0 65px;
}

.contact-infor-box {
    background: #fff;
    border-radius: 10px;
    padding: 39px 37px 24px;
}

.contact-infor-icon i {
    font-size: 38px;
    display: inline-block;
    color: #00d664;
}

.contact-infor-content h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: Rubik;
    margin-top: 0;
}

.contact-infor-content p {
    font-size: 17px;
    line-height: 30px;
}



/*==================================
<---contact-tow-section--->
=================================*/
.contact-form {
    padding: 130px 0 130px;
}

.contact-form-content p {
    font-size: 18px;
    padding: 19px 0 34px;
}

.form-box input {
    width: 90%;
    background: #edfff5;
    border: transparent;
    margin-bottom: 20px;
    height: 50px;
    padding: 0  16px;
    border-radius: 5px;
    outline: 0;
}

.form-box textarea {
    width: 95%;
    height: 130px;
    padding: 11px 22px;
    background: #edfff5;
    border: transparent;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 35px;
}

.submit-button button {
    background: #00d664;
    border: transparent;
    padding: 11px 20px;
    color: #ffff;
    border-radius: 5px;
}

/*=================================
<--shop-section-->
==================================*/
.shop-section {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.shop-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

/* Shop Form*/

.form_box {
    padding: 11px 0 0;
}

p.form-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-right: 12px;
}

.form_box select {
    width: 30%;
    height: 38px;
    padding-left: 15px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #062462;
    border: 1px solid rgba(6,36,98,0.4);
    transition: .5s;
}

.upper.widget_search {
    margin-bottom: 40px;
    background: inherit;
    text-align: right;
}

.widget_search form {
    position: relative;
}

.upper.widget_search input {
    height: 60px;
    width: 73%;
    color: #062461;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px 0px 0px 4px;
    padding: 0 20px 0;
    outline: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #00d664;
    border-radius: 0 4px 4px 0;
}

/*Shop Left*/


.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
    line-height: 1;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: #00d664;
}

.widget-check-box {
    padding: 40px 35px 18px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6,36,98,0.1);
    background-color: rgba(7,72,131,0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Inter';
    user-select: none;
    color: #062461;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

a.widget-check p {
    display: inline;
    float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}


.widget-check input:checked ~ .checkmark {
    background-color: #00d664;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.widget-check input:checked ~ .checkmark:after {
  display: block;
}


.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
}




/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}
@media(max-width:800px){
    .product-categories-box{
        display: none;
    }
}

.products-collection {
    margin-bottom: 20px;
    display: block;
}

.product-thumb {
    float: left;
    padding-right: 17px;
    width:33%;
}
.product-thumb img{
    width:100%;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #00d664;
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}


/*Shop Right 
======================*/

.row.products {
    padding-left: 30px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

.products-thumb {
    position: relative;
    z-index: 1;
        border: 1px solid rgba(6,36,98,0.1);
}

.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0.8;
    transition: .5s;
    border-radius: 4px 4px 0 0;
    background-color: #00d664;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 24px;
    background: #00d664;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.product-thumb-icon span{
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #0D0E14;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon span:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: #00d664;
    transition: .6s;
}

.product-thumb-icon span:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon span:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}

.product-content {
    padding: 20px 0 25px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
}

.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #062462;
    line-height: 17px;
}

.product-price p {
    font-size: 15px;
    font-family: 'Inter';
    padding: 14px 0 0px;
    color: #00d664;
}

.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb-icon span:hover {
    color: #fff;
}

.product-thumb-icon span:hover:before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb:before{
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon span:nth-child(1) {
    opacity: 1;
    left:calc(50% - 23px);
}

.single-products-box:hover .product-thumb-icon span:nth-child(2) {
    opacity: 1;
    right: 92px;
}


/*pagination
==================*/

.pagination-menu {
    padding-top: 30px;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.pagination-menu ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-block;
    color: #062462;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00d664;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a:hover:before {
    transform: scale(1);
}

.pagination-menu ul li a:hover {
    color: #fff;
}



/*==============================
<--product-details-->
===============================*/
.product-details {
    padding: 124px 0 100px;
    background: #F5F5F5;
}
.product-details .row .col-lg-4{
    background: #fff; 
}
.product-details .row .col-lg-8{
    background: #fff; 
}
.product-details .blog-content{
    margin-top:30px;
}
.products-details-content {
    /*box-shadow: 0 0 27px rgba(88,88,88,0.1);*/
    padding: 7px 33px 44px;
    background: #fff;
    margin-bottom:30px;
}
.product-details .swiper-pagination-bullet-active{
    color:#00d664;
    background: #00d664 url() 0 0 no-repeat;
}
.product-details .swiper-button-next:after,.product-details .swiper-button-prev:after{
    color:#00d664;
}

.products-title h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.products-details-reting ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
    color: #FF9D34;
}

.products-details-reting ul li.rating-text {
    color: #222 !important;
    font-size: 16px !important;
}

.pirce-box {
    margin-top: 12px;
}

.pirce-box span {
    display: inline-block;
    margin-right: 11px;
}

.pirce-box span.price {
    font-size: 20px;
    color: #00d664;
    font-weight: 600;
}

.product-quantity {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.title h5 {
    font-size: 22px;
    margin-right: 22px;
    margin-top: -4px;
}

.point span {
    display: inline-block;
    cursor: pointer;
    margin: 0 -3px;
}

.minus {
    background: #00d664;
    display: inline-block;
    width: 45px;
    height: 41px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.num {
    border: 1px solid #00d664;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    width: 60px;
    height: 41px;
    line-height: 38px;
    text-align: center;
}

.plus {
    background: #00d664;
    display: inline-block;
    width: 45px;
    height: 41px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.products-features span {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 11px;
}

.products-features p {
    font-size: 16px;
    width: 85%;
    width: 100%;
    text-align: justify;
    text-align:left;
    word-wrap:break-word;
}

.chart-button a {
    display: inline-block;
    background: #00d664;
    color: #fff;
    padding: 7px 14px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 37px;
}

.chart-button i {
    display: inline-block;
    font-size: 15px;
    margin-right: 7px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; 
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block; 
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0; 
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0; 
}

.tab-content {
  overflow: hidden; 
}

.nav-tabs {
    border: 1px solid #dee2e6;
}

.tab-content img {
width: 100%;
-webkit-animation-name: opacity;
        animation-name: opacity;
-webkit-animation-duration: .3s;
        animation-duration: .3s; 
}

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
        }
 }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    } 
 }

.products-item-title {
    padding: 34px 0 24px;
}



/*=================================
<--portfolio-details-section-->
==================================*/

.portfolio-details {
    padding: 130px 0 127px;
}

h4.portfolio-details-title {
    font-size: 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid #DAD9DF;
    width: 90%;
}

.portfolio-details-content {
    margin-top: 52px;
}

p.portfolio-details-desc {
    margin: 32px 0 -5px;
}

.product-details-infor {
    margin-top: 40px;
    border-top: 1px solid #DAD9DF;
    width: 90%;
}

.product-details-infor-content {
    margin-top: 32px;
}

.our-client {
    display: inline-block;
    margin-right: 65px;
}

.project-category p, 
.work-date-line p,
.our-client p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins';
}

.project-category h4, 
.work-date-line h4, 
.our-client h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.work-date-line {
    display: inline-block;
}

.project-category {
    display: inline-block;
    margin-left: 67px;
}

.product-details-button a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #00d664;
    font-weight: 500;
    font-family: "Rubik";
    border: 2px solid #00d664;
    width: 90%;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
    margin-top: 35px;
}

.project-list-iteam {
    margin-top: 30px;
}

.project-list-iteam ul li i {
    display: inline-block;
    color: #00d664;
    margin-right: 10px;
    font-size: 18px;
}

.project-list-iteam ul li {
    margin-bottom: 10px;
}

.project-social-icon ul li {
    display: inline-block;
    margin-top: 20px;
}

.project-social-icon ul li i {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    width: 40px;
    height: 39px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.project-social-icon ul li i:hover{
    color: #fff;
}

.project-social-icon ul li i:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scale(0);
    border-radius: 5px;
    background:#00d664;
    z-index: -1;
    transition: 0.5s;
}

.project-social-icon ul li i:hover:after{
    transform: scale(1);
}


/*==============================
<---blog-list-section--->
==============================*/

.blog-section.style-home-2.blog-list {
    padding: 129px 0 129px;
}

.single-blog-box-3 {
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    margin-bottom: 29px;
    filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.1));
}

.single-blog-thumb-3{
    overflow: hidden;
}

.single-blog-thumb-3 img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box-3:hover .single-blog-thumb-3 img {
    transform: scale(1.1);
}

.blog-content-3 {
    padding: 28px 0 0;
}

.meta-blog-3 span {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}

.meta-blog-3 span i {
    color: #00d664;
    font-size: 13px;
    display: inline-block;
    margin-right: 9px;
}

a.blog-title-3 {
    font-size: 36px;
    display: inline-block;
    color: #232323;
    font-weight: 600;
    font-family: 'Rubik';
    line-height: 45px;
    text-transform: unset;
    padding: 14px 0 11px;
    transition: 0.5s;
}

.single-blog-box-3:hover a.blog-title-3{
    color:#00d664;
}

p.blog-desc-3 {
    width: 92%;
    margin-bottom: 22px;
}

.blog-pages-intention {
    margin-top: 20px;
}

.blog-pages-intention ul li {
    display: inline-block;
    margin-right: 14px;
}

.blog-pages-intention ul li i {
    display: inline-block;
    background: #00d664;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
}

.blog-pages-intention ul li a {
    display: inline-block;
    font-size: 20px;
    border: 1px solid #00d664;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.blog-pages-intention ul li a:hover{
    color:#fff;
}

.blog-pages-intention ul li a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform:scale(0);
    background:#00d664;
    border-radius: 3px;
    z-index: -1;
    transition: 0.5s;
}

.blog-pages-intention ul li a:hover:before{
    transform: scale(1.1);
}















/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #00d664;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    width:70px;
    background: transparent;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #00d664;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #00d664;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #00d664;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    display: inline-block;
    position: relative;
    left: 16px;
}






/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 75px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #00d664;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #00d664;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:#00d664;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}


 /*===========================
<--  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #00d664;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #00d664;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}
#maximg p span{text-wrap: inherit !important;}



.jz_web_row_line_pc1 {
    width: 100%;
}.jz_web_row_line {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}.jz_web_row__content {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}.jz_web_row3>.jz_web_row__content>.jz_web_col {
    width: 33.333%;
}.web_col_content {
    display: inline-block;
    min-height: 100%;
    position: relative;
    text-align: inherit;
    width: 100%;
}.jz_module {
    box-sizing: border-box;
    min-height: 30px;
    min-width: 30px;
    position: relative;
}#row101 {
  padding-top: 80px;
    padding-bottom: 80px;
}#row101 {
    padding-right: 13.926084627745045%;
	    padding-left: 13.926084627745045%;
}
.eafae{
    font-size: 36px !important;
}

.eafae5{
    font-size: 14px !important;
}
.d-flex {display:block;}

.mtup{display: none;}



.jz_web_row_line_pc1 {
    width: 100%;
}.jz_web_row_line {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}



#row290 {background-image:url(../image/ABUIABAEGAAgiYOImwYonaTU6AEwgA842AQ.png);background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row290 {padding-top:2.604166666666667vw;}
#row290 {padding-right:18.808777429467085%;}
#row290 {padding-bottom:2.604166666666667vw;}
#row290 {padding-left:18.808777429467085%;}
#row290 {margin-top:0.0vw;}
#row290 {margin-right:0.0%;}
#row290 {margin-bottom:0.0vw;}
#row290 {margin-left:0.0%;}
#row290>.jz_web_row__content>.jz_web_col0{padding:0;}
#row290>.jz_web_row__content>.jz_web_col0{margin-top:1.3020833333333335vw;}
#row290>.jz_web_row__content>.jz_web_col0{margin-right:0.0%;}
#row290>.jz_web_row__content>.jz_web_col0{margin-bottom:0.0vw;}
#row290>.jz_web_row__content>.jz_web_col0{margin-left:0.0%;     width: 100%;}
@media screen and (max-width: 768px){
#row290 {background-image:url(../image/8000360.png);background-color:#fff;background-size:100% 100%;background-repeat:no-repeat;background-position:center left;}
#row290 {padding-top:6.666666666666667vw;}
#row290 {padding-right:0.0%;    width: 100%;}
#row290 {padding-bottom:0.0vw;}
#row290 {padding-left:0.0%;}
#row290 {margin-top:0.0vw;}
#row290 {margin-right:0.0%;}
#row290 {margin-bottom:0.0vw;}
#row290 {margin-left:0.0%;}
#row290>.jz_web_row__content>.jz_web_col0{margin:0;}
}

#module425 {
    margin-left: 0.0%;
}
.icon_combination .icon_module_item .imgContainer img{
    width: 18%;
}
.icon_combination .first_style_item .item_title {
    -webkit-background-clip: text;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    word-break: break-word;
}

.icon_combination .first_style, .icon_combination .second_style, .icon_combination .third_style {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	
}.jz_screen_pc #module428 .icon_combination .icon_module_item {
    width: 23.5%;
}.icon_combination .first_style_item {
    box-sizing: border-box;
    display: block;
   
   
    text-align: center;
    width: 25%;
}

@media screen and (max-width: 768px){
#row101>.jz_web_row__content>.jz_web_col0 {
    margin: 0;
}
 .icon_combination .icon_module_item{width:49%}
.d-flex {display: none!important;}
.mtup{display:block;}
.mtup img{ width: 100%;}

#row101>.jz_web_row__content>.jz_web_col0 {
    padding-right: 1.3333333333333335%;
}
#row101>.jz_web_row__content>.jz_web_col0 {
    padding-left: 1.3333333333333335%;
}#row101 {
    margin-left: 0.0%;
	    padding-right: 0.0%;
		    padding-left: 0.0%;
}.jz_screen_mobi #module303 .module_text_content * {
    font-size: 24px !important;
}.jz_screen_mobi #module421 .module_text_content * {
    line-height: 18px !important;
}.jz_screen_mobi #module421 .module_text_content * {
    font-size: 12px !important;
}
.eafae{
    font-size: 24px !important;
}
.eafae5{
    font-size: 12px !important;
}
.jz_screen_pc #module428  .icon_combination .icon_module_item{width:23.5%}
.jz_screen_pc #module428  .icon_combination .style_container a:nth-child(4n+1){margin-left: 0}
.jz_screen_pc #module428  .icon_combination .style_container a:nth-child(-n+4){margin-top: 0}
.jz_screen_pc #module428  .icon_combination .icon_module_item .imgContainer{width:18%}
}
#module428 {margin-top:0.0vw;}
#module428 {margin-right:0.0%;}
#module428 {margin-bottom:0.0vw;}
#module428 {margin-left:0.0%;}

#module428  .icon_combination .style_container a:nth-child(2n+1){margin-left: 0}
#module428  .icon_combination .style_container a:nth-child(-n+2){margin-top: 0}
 #module428  .icon_combination .icon_module_item .imgContainer{width:24%}
.icon_combination .icon_module_item .imgContainer img { width: 100%;text-align: center;}
#module428 .icon_combination .icon_module_item .imgContainer {
    width: 24%;
}.icon_combination .first_style_item_content {
    min-width: 50%;
    padding: 15%;
}.icon_combination .first_style_item .imgContainer {
    margin: 0 auto;
    width: 20%;
}.icon_combination .first_style_item .item_title {    font-size: 18px!important;}
.fk4editor{    font-size: 22px!important;}
}


.choo {
    width: 100%;
    height: 1372px;
    background: #f3f3f3;
}

.choo_box {
    width: 1520px;
   
}.ys1 {
    width: 1520px;
   
    float: left;
    margin-bottom: 50px;
}.ys1 dl {
  
    width: 50%;
    
    float: left;
}.ys1 dl dt {
    padding-left: 74px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}.ys1 dl dd {
    padding-left: 74px;
    margin-top: 25px;
   
    color: #777777;
    line-height: 30px;
}.ys1 img {
    width: 50%;
    height: 500px;
    float: right;
}.ys2 {
    width: 1520px;
   
    float: left;
    margin-bottom: 50px;
}.ys2 dl {
    
    width: 50%;
    
    float: right;
}.ys2 img {
    width: 50%;
     height: 500px;
    float: left;
}.ys3 {
    width: 1520px;
    
    float: left;
    margin-bottom: 50px;
}.ys3 dl {
   
    width: 50%;
    
    float: left;
}.ys3 dl dt {
    padding-left: 74px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}.ys3 dl dd {
    padding-left: 74px;
    margin-top: 25px;
    
    color: #777777;
    line-height: 30px;
}.ys4 {
    width: 1520px;
    
    float: left;
    margin-bottom: 30px;
}.ys2 dl dt {
    padding-left: 74px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}.ys2 dl dd {
    padding-left: 74px;
    margin-top: 25px;
   
    color: #777777;
    line-height: 30px;
}.ys3 img {
    width: 50%;
     height: 500px;
    float: right;
}.ys4 dl {
    
    width: 50%;
    
    float: right;
}.ys4 img {
    width: 50%;
    height: 500px;
    float: left;
}.ys4 dl dd {
    padding-left: 74px;
    margin-top: 25px;
   
    color: #777777;
    line-height: 30px;
}.ys4 dl dt {
    padding-left: 74px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}






@media screen and (max-width: 768px){
	.blog-section {
    background: #FDFDFD;
    padding: 30px 0 121px;
}
	.about-section {
    padding: 3px 0 5px;
}
	.choo_box {
    width: 100%;
}
	.ys1 {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
	.ys1 dl {
    width: 100%;
    float: left;
}
    .ys1 dl {
  
    width: 100%;
    
    float: left;
}.ys1 dl dt {
    padding-left: 10px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}.ys1 dl dd {
    padding-left: 10px;
    margin-top: 25px;
   
    color: #777777;
    line-height: 30px;
}.ys1 img {
    width: 100%;
        height: auto;
    float: right;
}.ys2 {
    width: 100%;
   
    float: left;
    margin-bottom: 0px;
}.ys2 dl {
    
    width: 100%;
    
    float: right;
}.ys2 img {
    width: 100%;
       height: auto;
    float: left;
}.ys3 {
    width: 100%;
    
    float: left;
    margin-bottom: 0px;
}.ys3 dl {
   
    width: 100%;
    
    float: left;
}.ys3 dl dt {
    padding-left: 10px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}.ys3 dl dd {
    padding-left: 10px;
    margin-top: 25px;
   
    color: #777777;
    line-height: 30px;
}.ys4 {
    width: 100%;
    
    float: left;
    margin-bottom: 0px;
}.ys2 dl dt {
    padding-left: 10px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}.ys2 dl dd {
    padding-left: 10px;
    margin-top: 25px;
    
    color: #777777;
    line-height: 30px;
}.ys3 img {
    width: 100%;
        height: auto;
    float: right;
}.ys4 dl {
    
    width: 100%;
    
    float: right;
}.ys4 img {
    width: 100%;
       height: auto;
    float: left;
}.ys4 dl dd {
    padding-left: 10px;
    margin-top: 25px;
    
    color: #777777;
    line-height: 30px;
}.ys4 dl dt {
    padding-left: 10px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
}

	
}


#row1689 {padding-top:0.0vw;}
#row1689 {padding-right:13.926084627745045%;}
#row1689 {padding-bottom:0.0vw;}
#row1689 {padding-left:13.926084627745045%;}
#row1689 {margin-top:0.0vw;}
#row1689 {margin-right:0.0%;}
#row1689 {margin-bottom:0.0vw;}
#row1689 {margin-left:0.0%;}
#row1689>.jz_web_row__content>.jz_web_col0{padding:0;}
#row1689>.jz_web_row__content>.jz_web_col0{margin:0;}

@media screen and (max-width: 768px){
#row1689 {padding-top:0.0vw;}
#row1689 {padding-right:0.0%;}
#row1689 {padding-bottom:0.0vw;}
#row1689 {padding-left:0.0%;}
#row1689 {margin-top:0.0vw;}
#row1689 {margin-right:0.0%;}
#row1689 {margin-bottom:0.0vw;}
#row1689 {margin-left:0.0%;}
#row1689>.jz_web_row__content>.jz_web_col0{margin-top:5.333333333333334vw;}
#row1689>.jz_web_row__content>.jz_web_col0{margin-right:0}
#row1689>.jz_web_row__content>.jz_web_col0{margin-bottom:5.333333333333334vw;}
#row1689>.jz_web_row__content>.jz_web_col0{margin-left:0}
}


.modaljz{text-align: center;}


.hover-image{    padding: 10px 50px 10px 50px;
    background: #0abbb9;}
	.hover-image {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: white;
	margin-top: 10px;
}
.hover-image:hover::after {
    opacity: 1;
}

/* 二维码弹窗样式 */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}
.modal-content img{text-align: center;  }

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.modaljz a:hover{color: white; transition: border .3s, background .3s, box-shadow .3s, padding .3s, border-radius .3s;
}
.dsafas{margin-top: 60px;}

 .chootop    span{line-height: 36px;   font-size: 30px; color: rgb(0, 0, 0);     font-weight: bold; padding-left: 74px;}
 
 @media screen and (max-width: 768px){
 .chootop    span{line-height: 36px; display: none;  font-size: 20px; color: rgb(0, 0, 0);     font-weight: bold; padding-left: 0px;}
 
}


.jz_web_row_line_pc1 {
    width: 100%;
}.jz_web_row_line {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}.am-pd {
    padding: 80px 0;
    overflow: hidden;
	    background-color: rgba(232, 247, 254, 1);
}.am-container {
    max-width: 1520px;
}.am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    
}.hm-cyqy {
    margin-top: 50px;
}.hm-cyqy ul {
    margin: 0 -33px;
}.am-avg-sm-3>li:nth-of-type(3n+1) {
    clear: both;
}.am-avg-sm-3>li:nth-of-type(n) {
   
}.hm-cyqy ul li {
    padding: 30px 33px;
}.am-avg-sm-3>li {
    width: 33.33333333%;
	float:left;
}.hm-cyqy ul li a {
        display: block;
    box-shadow: 0 2px 20px 2px rgba(10,110,211,.08);
    border-radius: 10px;
    overflow: hidden;
     
    padding-bottom: 50px;
    background-color: rgb(255 255 255);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}.hm-cyqy ul li a .img {
    display: block;
    overflow: hidden;
}.hm-cyqy ul li a .img img {
    transition: all .3s linear;
}.hm-cyqy ul li a .tit {
	    padding: 0px 0px 0px 30px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}.hm-cyqy ul li a .note {
    color: #333;
    margin-bottom: 30px;
}

.hm-cyqy ul li a .more{
	padding: 0px 0px 0px 30px;}
.hm-cyqy ul li a .more span {
	    padding: 0px 0px 0px 30px;
    display: inline-block;
    padding: 6px 30px;
    /* border-radius: 30px; */
    background: #0abbb9;
    color: #0abbb9;
    background-image: linear-gradient(to right, transparent, transparent 50%, #ffffff 50%);
    transition: background-position 0.3s ease-in-out;
    background-size: 200% 100%;
    background-position: right;
    border-style: solid;
    border-width: 1px;
}.hm-cyqy ul li a .more span i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 14px;
    transition: all .3s linear;
}


.hm-cyqy ul li a .more span:hover {
	    color: aliceblue;
  background-position: left; /* 鼠标悬停时，渐变位置移到左边 */
}



 @media screen and (max-width: 768px){
	 .hm-cyqy ul li a .img img {
    transition: all .3s linear;
    height: 80px;
    width: 100%;
}
	 .am-pd {
    padding: 80px 0;
    overflow: unset;
}
	 .am-avg-sm-3>li {
    width: 33%;
    float: left;
}
	 .hm-cyqy ul li a .more span {
    display: inline-block;
    padding: 6px 10px;
    /* border-radius: 30px; */
    background: #0abbb9;
    color: #0abbb9;
    background-image: linear-gradient(to right, transparent, transparent 50%, #ffffff 50%);
    transition: background-position 0.3s ease-in-out;
    background-size: 200% 100%;
    background-position: right;
    border-style: solid;
    border-width: 1px;
	    font-size: 15px;
}.hm-cyqy ul li a .tit {
	    padding: 0px 0px 0px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}
.hm-cyqy ul li a .note {
    color: #333;
    margin-bottom: 10px;
}
.hm-cyqy ul li a .more {
    padding: 0px 0px 0px 10px;
}

.hm-cyqy ul li a {
    display: block;
    box-shadow: 0 2px 20px 2px rgba(10,110,211,.08);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    padding-bottom: 10px;
    background-color: rgb(255 255 255);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}.hm-cyqy ul li {
    padding: 10px 10px;
}.hm-cyqy ul {
    margin: 0 -3px;
}
.c__imgeffects_wrap img{    margin-top: 20px;}

.row .col-lg-4{width: 30%;}
	 }
	 
	 
	 .col-lg-4 {
      flex: 0 0 auto;
    width: 19%;
    border: 1px solid #c1c1c1;
    margin-top: 20px;
    margin-right: 10px;
}




.mored {text-align: center; margin-top: 20px;}

.container .mored a span:hover {
    color: aliceblue;
    background-position: left;
}
.container .mored a span {
    display: inline-block;
    padding: 6px 30px;
    /* border-radius: 30px; */
    background: #0abbb9;
    color: #0abbb9;
    background-image: linear-gradient(to right, transparent, transparent 50%, #ffffff 50%);
    transition: background-position 0.3s ease-in-out;
    background-size: 200% 100%;
    background-position: right;
    border-style: solid;
    border-width: 1px;
}


.jz_web_row_line_pc1 {
    width: 100%;
}.jz_web_row_line {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}#row330 {padding-top:0.0vw;}
#row330 {padding-right:0.0%;}
#row330 {padding-bottom:0.0vw;}
#row330 {padding-left:0.0%;}
#row330 {margin-top:0.0vw;}
#row330 {margin-right:0.0%;}
#row330 {margin-bottom:0.0vw;}
#row330 {margin-left:0.0%;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-top:0.0vw;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-right:0.0%;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-bottom:1.8882175226586102vw;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-left:19.2822710230316%;}
#row330>.jz_web_row__contente>.jz_web_col0{margin:0;}
#row330>.jz_web_row__contente>.jz_web_col0{background-image:none;background-color:rgba(41, 180, 210, 1);background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row330>.jz_web_row__contente>.jz_web_col1{padding:0;}
#row330>.jz_web_row__contente>.jz_web_col1{margin:0;}
@media screen and (max-width: 768px){
#row330 {padding-top:0.0vw;}
#row330 {padding-right:0.0%;}
#row330 {padding-bottom:0.0vw;}
#row330 {padding-left:0.0%;}
#row330 {margin-top:0.0vw;}
#row330 {margin-right:0.0%;}
#row330 {margin-bottom:0.0vw;}
#row330 {margin-left:0.0%;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-top:4.0vw;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-right:0.0%;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-bottom:6.666666666666667vw;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-left:0.0%;}
#row330>.jz_web_row__contente>.jz_web_col0{margin:0;}
#row330>.jz_web_row__contente>.jz_web_col1{margin:0;}
}.web_col_content {
    display: inline-block;
    min-height: 100%;
    position: relative;
    text-align: inherit;
    width: 100%;
}.jz_web_row2>.jz_web_row__contente>.jz_web_col {
    width: 50%;
}.jz_web_col {
    box-sizing: border-box;
    font-size: 0;
    min-height: 30px;
    position: relative;
    transition: border .3s, background .3s, box-shadow .3s, padding .3s, border-radius .3s;
    width: 100%;
}#module604 {
    margin-top: 2.678093197643278vw;
}#module605 {
    margin-top: 2.678093197643278vw;
}.jz_module {
    box-sizing: border-box;
    min-height: 30px;
    min-width: 30px;
    position: relative;
}.module_content, .module_wrap, .module_wrap .module_current_position_content {
    min-height: 30px;
}.module_content {
    font-size: 14px;
    position: relative;
}.fkeditor-wrap {
    color: #333;
    font-size: 20px;
    text-align: left;
}.fkeditor-wrap .fk-editor {
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    clear: both;
    outline: 0;
    position: relative;
    
    word-break: normal;
}#module606 {
    margin-top: 2.678093197643278vw;
}#module606 {
    margin-right: 39.3965277202911%;
}#module606 {
    margin-bottom: 0vw;
}#module606 {
    margin-left: 0.0%;
}#module606 .module_button_content {
    border-radius: 0px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 1);
}.jz_theme_font_color {
    color: #0abbb9;
}.module_button_style4 {
    border-style: solid;
    border-width: 1px;
    color: #fff;
}.module_button_content {
    align-items: center;
    box-sizing: border-box;
    
    cursor: pointer;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
	    line-height: 40px;
}.module_button_content .module_button_text_container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0 6px;
    width: 100%;
}#module606 .module_button_content .module_button_text {
    max-width: calc(100% - 20px);
}#module606 .module_button_content .module_button_text {
    font-family: 微软雅黑;
    font-size: 14px;
   
}.module_button_content .module_button_text_container .module_button_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.module_button_content .module_button_text_container span {
    display: inline-block;
    margin: 0;
    width: auto;
}.module_button_content span {
    display: block;
    margin: 0 8px;
    outline: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}.module_button_text {
    -webkit-background-clip: text;
}.jz_screen_pc .jz_web_col .web_col_content.jz_col_module_image_contour .jz_module .module_image_content .module_image--bg {
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
}.module_image_content img {
    height: auto;
    max-height: 100%;
  
	    width: 100%;
}.jz_screen_pc .jz_web_col .web_col_content.jz_col_module_image_contour {
    height: 100%;
}.jz_screen_pc .jz_web_col .web_col_content.jz_col_module_image_contour .jz_module {
    height: inherit;
    margin: 0 !important;
    width: 100%;
}.jz_module {
    box-sizing: border-box;
    min-height: 30px;
    min-width: 30px;
    position: relative;
}.jz_screen_pc .jz_web_col .web_col_content.jz_col_module_image_contour .jz_module .module_wrap, .jz_screen_pc .jz_web_col .web_col_content.jz_col_module_image_contour .jz_module .module_wrap .module_current_position_content, .module_wrap .jz_screen_pc .jz_web_col .web_col_content.jz_col_module_image_contour .jz_module .module_current_position_content {
    height: 100%;
    width: 100%;
}

.jz_web_row__contente {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

@media screen and (max-width: 768px){
	.jz_web_row__contente {
    display: block;
    flex-wrap: nowrap;
    position: relative;
}.defwaee{
	margin-left: 30px;
   
}
#row330 {padding-top:0.0vw;}
#row330 {padding-right:0.0%;}
#row330 {padding-bottom:0.0vw;}
#row330 {padding-left:0.0%;}
#row330 {margin-top:0.0vw;}
#row330 {margin-right:0.0%;}
#row330 {margin-bottom:0.0vw;}
#row330 {margin-left:0.0%;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-top:4.0vw;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-right:0.0%;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-bottom:6.666666666666667vw;}
#row330>.jz_web_row__contente>.jz_web_col0{padding-left:0.0%;}
#row330>.jz_web_row__contente>.jz_web_col0{margin:0;}
#row330>.jz_web_row__contente>.jz_web_col1{margin:0;}
.jz_web_row2>.jz_web_row__contente>.jz_web_col {
    width: 100%;
}
}
.module_content4:hover{background: aliceblue;}
.module_button_content .module_button_text_container span:hover {
   
    color: black;
}

.jz_web_row_line_pc1 {
    width: 100%;
}.jz_web_row_line {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}#row682 {padding-top:5.339028296849974vw;}
#row682 {padding-right:22.495982860203533%;}
#row682 {padding-bottom:5.339028296849974vw;}
#row682 {padding-left:22.495982860203533%;}
#row682 {margin-top:0.0vw;}
#row682 {margin-right:0.0%;}
#row682 {margin-bottom:0.0vw;}
#row682 {margin-left:0.0%;}
#row682>.jz_web_row__content5>.jz_web_col0{padding:0;}
#row682>.jz_web_row__content5>.jz_web_col0{margin:0;}
#row682>.jz_web_row__content5>.jz_web_col1{padding:0;}
#row682>.jz_web_row__content5>.jz_web_col1{margin:0;}
@media screen and (max-width: 768px){
#row682 {padding-top:0.0vw;}
#row682 {padding-right:0.0%;}
#row682 {padding-bottom:0.0vw;}
#row682 {padding-left:0.0%;}
#row682 {margin-top:0.0vw;}
#row682 {margin-right:0.0%;}
#row682 {margin-bottom:0.0vw;}
#row682 {margin-left:0.0%;}
#row682>.jz_web_row__content5>.jz_web_col0{margin:0;}
#row682>.jz_web_row__content5>.jz_web_col1{padding-top:4.0vw;}
#row682>.jz_web_row__content5>.jz_web_col1{padding-right:0.0%;}
#row682>.jz_web_row__content5>.jz_web_col1{padding-bottom:6.666666666666667vw;}
#row682>.jz_web_row__content5>.jz_web_col1{padding-left:0.0%;}
#row682>.jz_web_row__content5>.jz_web_col1{margin:0;}
}.jz_web_row2>.jz_web_row__content5>.jz_web_col {
    width: 50%;
}.jz_web_col {
    max-width: 100%;
}.jz_web_col {
    box-sizing: border-box;
    font-size: 0;
    min-height: 30px;
    position: relative;
    transition: border .3s, background .3s, box-shadow .3s, padding .3s, border-radius .3s;
    width: 100%;
}#module1349 {
    margin-left: 19.41119049878659%;
}#module1350 {
    margin-left: 19.605743027969467%;
}#module1350 {
    margin-right: 15.872882264511091%;
}#module1350 {
    margin-top: 1.3654634041310105vw;
}#module1350 {
    margin-bottom: 0vw;
}#module1353 {
    margin-left: 19.424522422834066%;
}#module1353 {
    margin-bottom: 0vw;
}#module1353 {
    margin-right: 0.0%;
}#module1353 {
    margin-top: 2.6971267985888066vw;
}#module1351 {
    margin-left: 19.45525291828794%;
}#module1351 {
    margin-bottom: 0vw;
}#module1351 {
    margin-right: 12.908887299956461%;
}#module1351 {
    margin-top: 2.678093197643278vw;
}.jz_module_style_8 {
    min-height: 1px;
    min-width: 1px;
}.module_content, .module_wrap, .module_wrap .module_current_position_content {
    min-height: 30px;
}#module1351 .module_content {
    height: 40px;
}.jz_module_style_8 .module_content {
    height: 40px;
    min-height: 1px;
    min-width: 1px;
}.module_content {
    font-size: 14px;
    position: relative;
}#module1351 .module_button_content {
    border-radius: 0px;
    background: rgba(246, 161, 15, 1);
}.module_button_content .module_button_text_container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0 6px;
    width: 100%;
}#module1351 .module_button_content:hover .module_button_text {
    color: rgba(255, 255, 255, 1);
}#module1351 .module_button_content .module_button_text {
    max-width: calc(100% - 20px);
}#module1351 .module_button_content .module_button_text {
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}.module_button_content .module_button_text_container .module_button_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.module_button_content .module_button_text_container span {
    display: inline-block;
    margin: 0;
    width: auto;
}
.jz_web_row__content5 {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
@media screen and (max-width: 768px){
	.jz_web_row2>.jz_web_row__content5>.jz_web_col {
    width: 100%;
}.jz_web_row__content5 {
    display:block;
    flex-wrap: nowrap;
    position: relative;
}
	#module1349 {
    margin-left: 5%;
}#module1350 {
    margin-right: 5%;
}#module1353 {
    margin-left: 5%;
}#module1351 {
    margin-left: 5%;
}#module1350 {
    margin-left: 5%;
}
	}
	
	.jz_web_row_line {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}#row678 {background-image:none;background-color:rgba(232, 247, 254, 1);background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row678 {padding-top:2.669514148424987vw;}
#row678 {padding-right:19.2822710230316%;}
#row678 {padding-bottom:0.0vw;}
#row678 {padding-left:19.2822710230316%;}
#row678 {margin-top:0.0vw;}
#row678 {margin-right:0.0%;}
#row678 {margin-bottom:0.0vw;}
#row678 {margin-left:0.0%;}
#row678>.jz_web_row__content>.jz_web_col0{padding:0;}
#row678>.jz_web_row__content>.jz_web_col0{margin:0;}
@media screen and (max-width: 768px){
#row678 {background-image:none;background-color:rgba(232, 247, 254, 1);background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row678 {padding-top:3.733333333333334vw;}
#row678 {padding-right:0.0%;}
#row678 {padding-bottom:0.0vw;}
#row678 {padding-left:0.0%;}
#row678 {margin-top:0.0vw;}
#row678 {margin-right:0.0%;}
#row678 {margin-bottom:0.0vw;}
#row678 {margin-left:0.0%;}
#row678>.jz_web_row__content>.jz_web_col0{margin:0;}
.fkeditor-wrap .fk-editor span{    font-size: 22px !important;}
	.fkeditor-wrap .fk-editor  b{ font-size: 22px !important;}
	.fkeditor-wrap .fk-editor span{font-size: 18px !important;}
}


#row333 {background-image:none;background-color:rgba(232, 247, 254, 1);background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row333 {padding-top:2.669514148424987vw;}
#row333 {padding-right:19.2822710230316%;}
#row333 {padding-bottom:5.339028296849974vw;}
#row333 {padding-left:19.2822710230316%;}
#row333 {margin-top:0.0vw;}
#row333 {margin-right:0.0%;}
#row333 {margin-bottom:0.0vw;}
#row333 {margin-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col0{padding-top:2.669514148424987vw;}
#row333>.jz_web_row__content56>.jz_web_col0{padding-right:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col0{padding-bottom:2.669514148424987vw;}
#row333>.jz_web_row__content56>.jz_web_col0{padding-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col0{margin-top:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col0{margin-right:0.8034279592929834%;}
#row333>.jz_web_row__content56>.jz_web_col0{margin-bottom:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col0{margin-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col0{background-image:none;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row333>.jz_web_row__content56>.jz_web_col1{padding-top:2.669514148424987vw;}
#row333>.jz_web_row__content56>.jz_web_col1{padding-right:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col1{padding-bottom:2.669514148424987vw;}
#row333>.jz_web_row__content56>.jz_web_col1{padding-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col1{margin-top:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col1{margin-right:0.8034279592929834%;}
#row333>.jz_web_row__content56>.jz_web_col1{margin-bottom:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col1{margin-left:0.8034279592929834%;}
#row333>.jz_web_row__content56>.jz_web_col1{background-image:none;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row333>.jz_web_row__content56>.jz_web_col2{padding-top:2.669514148424987vw;}
#row333>.jz_web_row__content56>.jz_web_col2{padding-right:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col2{padding-bottom:2.669514148424987vw;}
#row333>.jz_web_row__content56>.jz_web_col2{padding-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col2{margin-top:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col2{margin-right:0.8034279592929834%;}
#row333>.jz_web_row__content56>.jz_web_col2{margin-bottom:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col2{margin-left:0.8034279592929834%;}
#row333>.jz_web_row__content56>.jz_web_col2{background-image:none;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row333>.jz_web_row__content56>.jz_web_col3{padding-top:2.669514148424987vw;}
#row333>.jz_web_row__content56>.jz_web_col3{padding-right:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col3{padding-bottom:2.669514148424987vw;}
#row333>.jz_web_row__content56>.jz_web_col3{padding-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col3{margin-top:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col3{margin-right:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col3{margin-bottom:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col3{margin-left:0.8034279592929834%;}
#row333>.jz_web_row__content56>.jz_web_col3{background-image:none;background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center center;}
@media screen and (max-width: 768px){
#row333 {background-image:none;background-color:rgba(232, 247, 254, 1);background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row333 {padding-top:0.0vw;}
#row333 {padding-right:3.733333333333334%;}
#row333 {padding-bottom:3.733333333333334vw;}
#row333 {padding-left:3.733333333333334%;}
#row333 {margin-top:0.0vw;}
#row333 {margin-right:0.0%;}
#row333 {margin-bottom:0.0vw;}
#row333 {margin-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col0{padding-top:5.333333333333334vw;}
#row333>.jz_web_row__content56>.jz_web_col0{padding-right:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col0{padding-bottom:5.333333333333334vw;}
#row333>.jz_web_row__content56>.jz_web_col0{padding-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col0{margin-top:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col0{margin-right:0}
#row333>.jz_web_row__content56>.jz_web_col0{margin-bottom:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col0{margin-left:0}
#row333>.jz_web_row__content56>.jz_web_col1{padding-top:5.333333333333334vw;}
#row333>.jz_web_row__content56>.jz_web_col1{padding-right:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col1{padding-bottom:5.333333333333334vw;}
#row333>.jz_web_row__content56>.jz_web_col1{padding-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col1{margin-top:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col1{margin-right:0}
#row333>.jz_web_row__content56>.jz_web_col1{margin-bottom:0.0vw;}
#row333>.jz_web_row__content56>.jz_web_col1{margin-left:0}
#row333>.jz_web_row__content56>.jz_web_col2{padding-top:5.333333333333334vw;}
#row333>.jz_web_row__content56>.jz_web_col2{padding-right:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col2{padding-bottom:5.333333333333334vw;}
#row333>.jz_web_row__content56>.jz_web_col2{padding-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col2{margin:0;}
#row333>.jz_web_row__content56>.jz_web_col3{padding-top:5.333333333333334vw;}
#row333>.jz_web_row__content56>.jz_web_col3{padding-right:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col3{padding-bottom:5.333333333333334vw;}
#row333>.jz_web_row__content56>.jz_web_col3{padding-left:0.0%;}
#row333>.jz_web_row__content56>.jz_web_col3{margin:0;}
}.jz_web_row4>.jz_web_row__content56>.jz_web_col {
    width: 25%;
}.module_content, .module_wrap, .module_wrap .module_current_position_content {
    min-height: 30px;
}.jz_module {
    box-sizing: border-box;
    min-height: 30px;
    min-width: 30px;
    position: relative;
}#module625 {
    margin-left: 24.285148997047454%;
}#module625 {
    margin-right: 24.822695035460992%;
}#module625 {
    margin-top: 2.6780931976432774vw;
}
.jz_web_row__content56 {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

#rowline333{display:block;	}
#rowline333_wap{display: none;}

@media screen and (max-width: 768px){
	#rowline333{display: none;}
	#rowline333_wap{display: block;}
#module625   >.module_wrap > .module_banner {display:none;}
#module625 {margin-top:4.0vw;}
#module625 {margin-right:25.23837634408602%;}
#module625 {margin-bottom:0.0vw;}
#module625 {margin-left:20.399666666666665%;}
.jz_web_row4>.jz_web_row__content56>.jz_web_col {
    width: 50%;
}


}
#module626   >.module_wrap > .module_banner {display:none;}
#module626 {margin-top:2.678093197643278vw;}
#module626 {margin-right:0.0%;}
#module626 {margin-bottom:0.0vw;}
#module626 {margin-left:0.0%;}

.jz_screen_mobi .jz_web_row4.jz_web_row_mobi1>.jz_web_row__content56 {
    flex-wrap: wrap;
}#row334 {padding-top:4.00427122263748vw;}
#row334 {padding-right:19.2822710230316%;}
#row334 {padding-bottom:0.0vw;}
#row334 {padding-left:19.2822710230316%;}
#row334 {margin-top:0.0vw;}
#row334 {margin-right:0.0%;}
#row334 {margin-bottom:0.0vw;}
#row334 {margin-left:0.0%;}
#row334>.jz_web_row__content>.jz_web_col0{padding:0;}
#row334>.jz_web_row__content>.jz_web_col0{margin:0;}
@media screen and (max-width: 768px){
#row334 {background-image:none;background-color:rgba(255, 255, 255, 0);background-size:cover;background-repeat:no-repeat;background-position:center center;}
#row334 {padding-top:3.733333333333334vw;}
#row334 {padding-right:0.0%;}
#row334 {padding-bottom:0.0vw;}
#row334 {padding-left:0.0%;}
#row334 {margin-top:0.0vw;}
#row334 {margin-right:0.0%;}
#row334 {margin-bottom:0.0vw;}
#row334 {margin-left:0.0%;}
#row334>.jz_web_row__content>.jz_web_col0{margin:0;}
}



h3 {
    margin: 0;
}
P {
    margin-bottom: 0;
}
.ey_news359 {
    height: auto;
    color: #434343;
}
.ey_news359 .news_ny {
    width: 100%;
    padding: 20px 0;
    height:auto; 
    overflow:hidden;
}
.ey_news359 .news_list {
    width: 47%;
    float: left;
    padding: 1.5%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 2px 10px #b3b3b3;
    margin: 1.5%
}
.ey_news359 .e_news_l {
    width: 35%;
    float: left
}
.ey_news359 .e_news_l .img {
    display: block;
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.ey_news359 .e_news_l .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
}
.ey_news359 .e_news_r {
    width: 62%;
    float: right;
}
.ey_news359 .e_news_r h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;/*显示几行*/
    overflow: hidden;
}
.ey_news359 .e_news_r span {
    padding-top: 5px;
    display: block;
    font-size: 13px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    color: #787878;
}
.ey_news359 .e_news_r p {
    padding-top: 5px;
    color: #626262;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;/*显示几行*/
    overflow: hidden;
}
.ey_news359 .ey_page {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #626262;
    margin: 30px 0;
}
.ey_news359 .ey_page li {
    display: inline-block;
}
.ey_news359 .ey_page a {
    margin: 0px 2px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    color: #626262;
    background-color: #fff
}
.ey_news359 .ey_page a:hover, .ey_news359 .ey_page .active a {
 background-color: #009fa8;
 color: #fff;
 border: 1px solid #009fa8;
 box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}
@media (max-width:1199px) {
.ey_news359 .news_list {
    width: 47%;
    padding: 1.5%;
    margin: 1.5%
}
.ey_news359 .e_news_r p {
    padding-top: 10px;
}
.ey_news359 .news_ny {
    padding: 20px 0;
    height:auto; 
    overflow:hidden;
}
}
@media (max-width:991px) {
.ey_news359 .e_news_l {
    width: 40%;
    float: left
}
.ey_news359 .e_news_r {
    width: 57%;
    float: right;
}
.ey_news359 .e_news_r span {
    padding-top: 0;
}
}
@media (max-width:768px) {
.ey_news359 .e_news_l {
    width: 100%;
    float: none
}
.ey_news359 .e_news_r {
    width: 100%;
    float: none;
}
}
@media (max-width:480px) {
.ey_news359 .news_list {
    width: 97%;
    float: none;
    padding: 4%;
    margin: 0 1.5% 25px 1.5%
}
.ey_news359 .e_news_r h3 {
    margin-top: 15px
}
.ey_news359 .e_news_r span {
    padding-top: 5px;
}
}
@media (max-width:768px) {
.ey_news359 .ey_page {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #626262;
    margin: 30px 0
}
.ey_news359 .ey_page a {
    margin: 2px 1px;
    padding: 0px 8px;
    border: 1px solid #ccc;
    color: #626262;
    background-color: #fff;
    display: inline-block
}
.ey_news359 .ey_page a:hover {
 background-color: #009fa8;
 color: #fff;
 padding: 0px 8px;
 border: 1px solid #009fa8;}
.ey_news359 .ey_page span {
 background-color: #009fa8;
 color: #fff;
 padding: 0px 8px;
 border: 1px solid #009fa8;
 display: inline-block;}
}

#row1531 {padding-top:0.0vw;}
#row1531 {padding-right:19.2822710230316%;}
#row1531 {padding-bottom:0.0vw;}
#row1531 {padding-left:19.2822710230316%;}
#row1531 {margin-top:0.0vw;}
#row1531 {margin-right:0.0%;}
#row1531 {margin-bottom:0.0vw;}
#row1531 {margin-left:0.0%;}
#row1531>.jz_web_row__content>.jz_web_col0{padding:0;}
#row1531>.jz_web_row__content>.jz_web_col0{margin:0;}
@media screen and (max-width: 768px){
#row1531 {padding-top:0.0vw;}
#row1531 {padding-right:0.0%;}
#row1531 {padding-bottom:0.0vw;}
#row1531 {padding-left:0.0%;}
#row1531 {margin-top:0.0vw;}
#row1531 {margin-right:0.0%;}
#row1531 {margin-bottom:0.0vw;}
#row1531 {margin-left:0.0%;}
#row1531>.jz_web_row__content>.jz_web_col0{margin:0;}
}.web_col_content {
    display: inline-block;
    min-height: 100%;
    position: relative;
    text-align: inherit;
    width: 100%;
}#module2825 {
    margin-top: 3.239289446185998vw;
}.module_content {
    font-size: 14px;
    position: relative;
}.m_form {
    padding: 30px 20px;
}#module2825 .form_title {
    text-align: center;
}.m_form .form_title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}#module2825 .form_title_text {
    color: #333;
}#module2825 .form_title_text {
    font-size: 24px;
    font-family: 微软雅黑;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}.m_form .form_container {
    font-size: 0;
    margin: 0 -1.2% -15px;
}.m_form .form_item_wrap {
    box-sizing: border-box;
    display: inline-block;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0 1.2%;
    vertical-align: top;
    vertical-align: bottom;
    width: 100%;
}.formitem_validateCode {
    width: 26.82717110920035%;
}#module2825 .formitem_2 {
    width: 25.795356835769557%;
}.m_form .form_item_wrap {
    box-sizing: border-box;
    display: inline-block;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0 1.2%;
    vertical-align: top;
    vertical-align: bottom;
    width: 100%;
}#module2825 .formitem_1 {
    width: 25.795356835769557%;
}#module2825 .formitem_validateCode {
    width: 26.82717110920035%;
}#module2825 .formitem_submit {
    width: 20.550300945829747%;
}.m_form .form_item .input_style {
    background: none;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
    font-size: 13px;
    height: 44px;
    line-height: 44px;
    outline: 0;
    padding-left: 14px;
    width: 100%;
}.m_form.s_0 .input_style {
    background: hsla(0, 0%, 80%, .15);
}.m_form .item_type_validateCode .validateCode_input {
    margin-right: 10px;
    max-width: 400px;
	    width: 150px;
}#module2825 {
    border: 1px solid #000;
}.m_form .item_type_validateCode .validateCode_img {
    cursor: pointer;
    display: inline-block;
    flex: none;
    height: 44px;
    width: 121px;
}#module2825 .formitem_submit {
    width: 20.550300945829747%;
}.m_form .formitem_submit {
    margin-top: 10px;
}.m_form .form_item {
    position: relative;
}.submit_btn_container {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    width: 100%;
}.submit_btn_container .after {
    content: "";
    display: block;
    height: 100%;
    max-width: inherit;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 0;
    z-index: 0;
}.submit_btn_style_0 .form_submit, .submit_btn_style_1 .form_submit, .submit_btn_style_2 .form_submit {
    background-color: #0abbb9;
}.submit_btn_style_0 .form_submit {
    color: #fff;
}.submit_btn_container .form_submit {
    background-color: transparent;
    box-sizing: border-box;
    transition: all .3s;
    z-index: 1;
}.m_form .form_submit {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    outline: none;
    width: 100%;
}.submit_btn_style_0 .form_submit, .submit_btn_style_1 .form_submit, .submit_btn_style_2 .form_submit {
    background-color: #0abbb9;
}



@media (max-width:768px) {
#module2825 .formitem_2 {
    width: 100%;
}
#module2825 .formitem_1 {
    width: 100%;
}#module2825 .formitem_validateCode {
    width: 100%;
}#module2825 .formitem_submit {
    width: 100%;
}
}





.lmfl_332{  line-height:60px; color:#666666; padding-left:20px; font-size:14px;  margin-left:auto; margin-right:auto; margin-top:20px}
.lmfl_332 span{ margin-right:20px}
.lmfl_332 ul {display: inline-flex;}
.lmfl_332 ul li{float: left;}
.lmfl_332 ul li a{ color:#666666; text-decoration:none; margin-right:15px; border:#a0a0a0 solid 1px; padding:10px; padding: 10px 50px 10px 50px;}
.lmfl_332 ul li a.on, .lmfl_332 ul li a:hover{ background:#409eff'}; color:#FFF;border:{$eyou.theme.color1|default='#409eff solid 1px;}

.news_332 {margin-left: auto;margin-right: auto;overflow: hidden;margin-bottom: 0px;margin-top:0px}
.news_332 .n_con{ margin-top:30px; overflow:hidden}
.news_332 .n_con h4{ padding:0px; margin:0px; color:#666666; font-size:14px; font-weight:normal; margin-top:10px;}
.news_332 .n_con img{ width:462px;  float:left; margin-right:20px;}
.news_332 .n_con a{ text-decoration:none; color:#666666; font-size:18px;}
.news_332 .n_con p{font-size:14px;color:#666666;line-height:28px;margin-top:10px;}
.news_332 .n_con span{ font-size:18px; display:block;}
.news_332 .n_con .more{font-size:12px !important;color:#409eff !important;margin-top:4px !important;display:block;}

.page_332{ text-align:center; margin-top:40px; clear:both; width:100%; margin-bottom:25px;}
.page_332 ul {display: inline-block;}
.page_332 ul li{float: left;display: inline-flex;}
.page_332 ul li a{ font-size:14px; margin-right:10px; color:#666666; background:#e1e1e1; padding:10px 15px 10px 15px; text-decoration:none}
.page_332 ul li span{ font-size:14px; margin-right:10px; color:#ffffff; background:#409eff; padding:10px 15px 10px 15px; text-decoration:none}
.page_332 ul li.active a, .page_332 ul li a:hover{ background:#409eff; color:#FFF}


@media (max-width:768px) {
.lmfl_332 ul li a {
    color: #666666;
    text-decoration: none;
    margin-right: 15px;
    border: #a0a0a0 solid 1px;
    padding: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
}
.news_332 .n_con img {
    width: 30%;
    float: left;
    margin-right: 20px;
}.news_332 .n_con h4 {
    padding: 0px;
    margin: 0px;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
	    line-height: 20px;
}
.news_332 .n_con p {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    /* margin-top: 10px; */
    /* height: 30px; */
}
}

.post {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.postimg {
    width: 35%;
    height: 355px;
    float: left;
    display: inline;
    overflow: hidden;
}.postimg img {
    width: 100%;
    min-height: 125px;
}.postcon {
    width: 60%;
    float: right;
    display: inline;
}.postcon h3 {
    margin: 0 0 10px;
}.postcon h3 a {
    font-size: 18px;
    color: #333;
}.postinfo {
    margin: 0 0 20px;
}.postintro {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
@media screen and (max-width: 660px){
.postimg {
    width: 40%;
	    height: auto;
}
.postcon {
    width: 55%;
}.postcon h3 {
   
    overflow: hidden;
}.postimg img {
    width: 100%;
    min-height: 125px;
    height: 50px;
}.postinfo {
    margin: 0 0 10px;
}

}



   .listcon {margin-top: 60px;}
.active{    background-color: rgba(41, 180, 210, 1);     border: #a0a0a0 solid 0px!important;     color: #ffffff!important;}



.tabs button{         margin-top: 20px;  padding: 8px 50px 8px 50px;   border: 1px solid #c1c1c1;    background: #f0f8ff00;}

.tab-content {margin-top: 60px;}


@media screen and (max-width: 660px){
.tabs button {
      margin-top: 20px;
    padding: 8px 10px 8px 10px;
    border: 1px solid #c1c1c1;
    background: #f0f8ff00;
    width: 32%;
}

#rowline333_wap img{  width: 100%;
}

}


.gsdfg b span{line-height: 50px; padding-bottom: 15px; }