/*
  * Name: Businey Onepage Parallax HTML Template
  * Version: 1.0
  * Author: Glowlogix
  * Author URL: https://demo.glowlogix.com.pk/templates/businey/landing.html
*/

/*------------------------------------------------------------------

[Table of contents]
  1.  Global Colors, Fonts and Animations 
  2.  Header 
  3.  Home
  4.  About
  5.  Services
  6.  Skills 
  7.  Counter
  8.  Why Businey
  9.  Portfolio
  10. Spacer
  11. Team
  12. Testimonials
  13. Packages
  14. Blog
  15. Contact
  16. CTA
  17. Footer
  18. Responsiveness 

------------------------------------------------------------------*/




html {
    scroll-behavior: smooth;
}

* {
    /*font-family: 'Be Vietnam Pro', sans-serif;*/
	font-family:"Microsoft YaHei",'微软雅黑',"Open Sans",'Arial', 'Be Vietnam Pro', sans-serif;
}

body {
    position: relative;
}


/* width */
::-webkit-scrollbar {
    width: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: rgb(9 14 33 / 25%);
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(9 14 33 / 40%);
    border-radius: 10px;
    height: 80px;
    border: 2px solid rgb(193 194 199);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(9 14 33 / 60%); 
  }


/* Preloader
-------------------------------------------------------------- */
#loading {
    width              : 100%;
    height             : 100vh;
    position           : fixed;
    background         : url(../images/preload.gif);
    background-repeat  : no-repeat;
    background-position: center;
    background-color   : #fff;
    z-index            : 9999;
}


/* Global Colors, Fonts and Animations
-------------------------------------------------------------- */

:root {


    /* Primary Colors & variants */
    --primary-color    : #ff6b1e;
    --primary-color-100: #ffb48d;
    --primary-color-200: #6494ed40;
    --primary-color-300: #6494ed1a;
    --primary-color-400: #2a323f;

    /* Secondary Colors & variants */
    --secondary-color    : #090e21;
    --secondary-color-100: #778899;
    --secondary-color-200: #090e2199;

    /* Gray Colors & variants */
    --gray-100: #dadada;
    --gray-200: #f6f5f8;
    --gray-300: #666666;
    --gray-400: #333333;
	--gray-500: #999999;
	--gray-600: #cccccc;

    /* Basic Colors */
    --white: #FFFFFF;
    --black: #000000;


    /*---- Global Font Sizes ----*/

    /* Font Sizes for Desktop */
    --primary-desktop-heading  : 60px;
    --secondary-desktop-heading: 48px;

    /* Font Sizes for Mobo */
    --primary-mobo-heading  : 42px;
    --secondary-mobo-heading: 36px;

    /* Font Sizes for Desktop & Mobo */
    --secondary-heading-desktop-and-mobo-1: 40px;
    --secondary-heading-desktop-and-mobo-2: 24px;
    --secondary-heading-desktop-and-mobo-3: 22px;
    --secondary-heading-desktop-and-mobo-4: 20px;
    --primary-body-font                   : 16px;
    --secondary-body-font                 : 14px;


    /*---- Global Spacing ----*/

    /* Section Spacing */
    --margin-bottom-large  : 64px;
    --margin-bottom-small  : 40px;
    --section-padding-large: 120px;
    --section-padding-small: 88px;


    /*---- Global Transition ----*/

    /* Smooth Transition */
    --smooth-transition: 0.3s ease-in-out;
}


/* Header
-------------------------------------------------------------- */

.header-fix {
    position     : fixed !important;
    top          : 8px !important;
    left         : 0;
    background   : rgba(255, 107, 30, 1);
    animation    : smoothScroll 1s forwards;
    border-radius: 16px;
    margin       : 0 30px;
    box-shadow   : 0px 4px 0px 0px rgb(100 149 237 / 25%);
}
.header-fix .custom-btn-CTA{
	border: 2px solid var(--white)!important;
	/*background:var(--gray-400)!important;*/
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-nav {
    position          : relative;
    top               : 0;
    z-index           : 1000;
    left              : 0;
    right             : 0;
    padding           : 4px 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : position 10s;
    -ms-transition    : position 10s;
    -o-transition     : position 10s;
    transition        : all 0.5s ease;
	margin-top: 10px;
    /*border-bottom     : 1px solid rgb(255 255 255 / 10%);*/
}

#navbar ul li a.custom-btn-CTA {
    border          : 2px solid transparent;
    color           : var(--white) !important;
    padding         : 5px 34px;
    display         : inline-block;
    background-color: var(--primary-color);
    font-size       : var(--secondary-body-font);
    font-weight     : 500;
    border-radius   : 100px;
    letter-spacing  : 0.3px;
    text-decoration : none;
    text-transform  : uppercase;
    transition      : var(--smooth-transition);
}

#navbar ul li a.custom-btn-CTA:hover {
    background-color: var(--white);
    color           : var(--primary-color) !important;
}

nav {
    position: relative;
}

#navbar {
    padding-top   : 18px;
    padding-bottom: 18px;
    position      : absolute;
    top           : 0px;
    left          : 0px;
    right         : 0px;
    z-index       : 1041;
}

#navbar ul>li>a {
    padding       : 0px;
    font-size     : var(--primary-body-font);
    letter-spacing: 0.5px;
    transition    : var(--smooth-transition);
    font-weight   : 400;
    color: var(--white);
}
#navbar ul>li>a:hover {
    /*color: var(--primary-color);*/
	color: var(--black);
}
#navbar ul li {
    padding    : 11px 24px;
    display    : flex;
    align-items: center;
}
#navbar .navbar-naven li{
	padding    : 11px 10px;
}

#navbar .navbar-toggler {
    color       : transparent;
    border-color: transparent;
}

#navbar ul>li:nth-last-child(1) {
    padding-right: 0px;
}

#navbar .icon-style-menu {
    color    : var(--white);
    font-size: 32px;
}

#navbar .dropdown-menu {
    padding   : 0px;
    top       : 70px;
    left      : 20px;
    box-shadow: 0px 0px 10px -10px #000000;
}
#navbar .navbar-brand:hover img{
	filter: invert(100%);
}
.navbar-nav .nav-item .dropdown-menu {
    padding   : 0px 16px;
    margin-top: 0px;
    font-size : 14px;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding    : 14px 16px;
    font-weight: 600;
    color      : #070c1f;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-nav .nav-item .nav-link.active {
    color: var(--primary-color) !important;
}

.dropdown-menu li {
    color        : var(--primary-color);
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.dropdown-menu>li:nth-last-child(1) {
    border-bottom: 0px;
}

#navbar .dropdown-menu li a {
    color          : var(--secondary-color) !important;
    text-decoration: none;
}

#navbar .dropdown-menu li a:hover {
    color           : var(--primary-color) !important;
    background-color: transparent !important;
}

.navbar-toggler {
    padding: 0px !important;
}
.nav-item .btn-navbar{
	border: 2px solid var(--white);
	border-radius: 100%;
	display: block;
	width: 44px;
    height: 44px;
	text-align: center;
}
.nav-item .btn-navbar:hover{
	border-color: var(--black);
}
.nav-item .btn-navbar .nav-link{
	color        : var(--white);
}
.nav-item .btn-navbar:hover .nav-link{
	color        : var(--black);
}

/*.fy{
	color        : var(--white);
}*/
.anniu{
	border-radius: 60px;
	padding:5px 30px 15px 30px;
	color: var(--white);
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	background: var(--primary-color);
}
.anniu i{
	display: inline-block;
	width: 40px;
    height: 24px;
	position: relative;
	top: 6px;
	left: 5px;
	background-image: url("../images/yw_btn.png");
}


/* Home
-------------------------------------------------------------- */

section {
    padding-top: var(--section-padding-large);
}

.home-bg {
    height               : 100vh;
    padding              : 0px;
    background           : url(../images/hero.jpg);
    background-repeat    : no-repeat;
    background-size      : cover;
    background-attachment: fixed;
}

.home-bg::before {
    content   : '';
    background: rgba(7, 12, 31, 0.99);
    opacity   : 0.2;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    height    : 100vh;
    z-index   : 1;
}

.home-content {
    position: relative;
}



.home-content .carousel-inner .carousel-item img {
    height    : 100vh;
    object-fit: cover;
}
/*.home-content .carousel-inner .bian img {
	width: 530px;
    height    : auto;
}*/
/*#carouselExampleCaptions .carousel-inner .carousel-item{
	width: 600px;
	background: #D77B7D;
}*/
#carouselExampleCaptions .carousel-inner .carousel-item {
    transition: 1s cubic-bezier(0.42, 0, 0.13, 0.99);
}

#carouselExampleCaptions1 .carousel-inner .carousel-item {
    transition: 1s cubic-bezier(0.42, 0, 0.13, 0.99);
}
/*#carouselExampleCaptions2 .carousel-inner .carousel-item {
    transition: 1s cubic-bezier(0.42, 0, 0.13, 0.99);
}*/

.home-content-inner {
    position       : absolute;
    z-index        : 1;
    top            : 0;
    left           : 0px;
    right          : 0px;
    display        : flex;
    flex-flow      : column;
    justify-content: center;
    align-items    : center;
    width          : 60%;
    margin         : 0 auto;
    margin-top     : 24px;
    height         : 100vh;
}

.home-content-inner span {
    color: var(--primary-color);
}
.home-content-inner h5 {
    position     : relative;
    color        : var(--white);
    font-weight  : 300;
}
.home-content-inner h4 {
    position     : relative;
    color        : var(--white);
    font-weight  : 300;
    margin-bottom: 64px;
}

.home-content-inner h4::before {
    /*content         : '';*/
    position        : absolute;
    left            : 50%;
    top             : 40px;
    width           : 1px;
    height          : 30px;
    background-color: var(--secondary-color-100);
}
.home-content-inner h3 {
    position     : relative;
    color        : var(--white);
    font-weight  : 300;
    margin-bottom: 64px;
}
.carousel-caption {
    z-index: 999;
}

.content-top h2 {
    position: relative;
}

.home-content h1 {
    font-size    : var(--primary-desktop-heading);
    color        : var(--white);
    margin-bottom: 48px;
    font-weight  : 600;
}

.home-content p {
    color      : var(--white);
    margin     : 24px 0 32px 0;
    font-weight: 200;
}

.home-btns .custom-btn-primary:nth-last-child(1) {
    background-color: transparent;
    border          : 2px solid #ffffff75;
    margin-left     : 24px;
}

.home-btns .custom-btn-primary:nth-last-child(1):hover {
    background-color: var(--primary-color);
    border          : 2px solid transparent;
    color           : var(--white) !important;
}
.home1-1{
	height: 280px;
}
.home1-1 p{
	margin: 0;
	line-height: 40px;
	font-size: 18px;
}
.home1-en1 p{
	line-height: 22px;
}

.custom-btn-primary {
    border          : 2px solid transparent;
    color           : var(--white);
    padding         : 16px 34px;
    display         : inline-block;
    background-color: var(--primary-color);
    font-size       : var(--secondary-body-font);
    font-weight     : 500;
    border-radius   : 100px;
    letter-spacing  : 0.3px;
    text-decoration : none;
    text-transform  : uppercase;
    transition      : var(--smooth-transition);
}

.custom-btn-primary:hover {
    background-color: var(--white);
    color           : var(--primary-color);
}

.carousel-control-next,
.carousel-control-prev {
    opacity   : 1 !important;
    cursor    : none;
    transition: var(--smooth-transition);
    width     : 10% !important;
}

#carouselExampleCaptions .carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.5) !important;
    padding         : 5px;
    width           : 1px;
    height          : 1px;
    border-radius   : 100%;
	
}

#carouselExampleCaptions1 .carousel-indicators .active {
   /* background-color: var(--primary-color) !important;*/
    padding         : 5px;
    width           : 28px;
    height          : 28px;
    border-radius   : 100%;
	color: var(--primary-color)!important;
}

#carouselExampleCaptions .carousel-indicators [data-bs-target] {
    padding         : 5px;
    width           : 1px;
    height          : 1px;
    border-radius   : 100%;
    background-color: transparent;
    border          : 1px solid var(--white);
	
}

#carouselExampleCaptions1 .carousel-indicators [data-bs-target] {
    padding         : 5px;
    width           : 122px;
    height          : 28px;
    border-radius   : 100%;
    background-color: var(--gray-900);
	color: var(--white);
	font-size: 12px;
	opacity: 1;
	position: relative;
	
}
#carouselExampleCaptions1 .carousel-indicators button::before{
    content: '';
	position: absolute;
    /*left: 0;
    top: 5px; *//* 根据需要调整距离按钮底部的位置 */
    width: 70%;
    height: 2px; /* 横线的厚度 */
    background-color: var(--white); /* 横线的颜色 */
	margin: 7px 0 0 24px;
}
#carouselExampleCaptions1 .carousel-indicators .btnaa::before{
     width: 0;
}

.icon-style {
    color          : var(--white);
    width          : 60px;
    height         : 60px;
    border         : 3px solid var(--white);
    display        : flex;
    justify-content: center;
    align-items    : center;
    font-size      : 22px;
    border-radius  : 100%;
    transition     : var(--smooth-transition);
	transform-origin: center center;
    
}

.icon-style .fa-angle-right {
    position: relative;
    right   : -2px;
}

.icon-style .fa-angle-left {
    position: relative;
    right   : 2px;
}

.icon-style:hover {
    background-color: var(--primary-color);
    border-color    : var(--primary-color);
}

.down-arrow-btn {
    height: 100vh;
}

.arrrow-btn {
    position       : absolute;
    right          : 0px;
    left           : 0px;
    bottom         : 24px;
    width          : 50px;
    height         : 50px;
    margin         : 0 auto;
    display        : flex;
    align-items    : center;
    justify-content: center;
    border         : 1px solid var(--secondary-color-100);
    border-radius  : 100px;
    text-decoration: none;
    z-index        : 1;
    color          : var(--primary-color);
    transition     : var(--smooth-transition);
    animation      : animation-arrow 1s ease-in-out infinite;
}

@keyframes animation-arrow {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 24px;
    }

    100% {
        bottom: 10px;
    }
}

.arrrow-btn:hover {
    border          : 1px solid transparent;
    background-color: var(--primary-color);
    color           : var(--white);
}

.nav-bullets {
    position   : fixed;
    right      : 24px;
    top        : 88px;
    bottom     : 0;
    z-index    : 1000;
    display    : flex;
    align-items: center;
}

.nav-bullets>ul {
    background-color: transparent;
}

.nav-bullets>ul>li {
    background   : transparent !important;
    margin-bottom: 24px;
}

.nav-bullets>ul>li:nth-last-child(1) {
    margin-bottom: 0px;
}

.nav-bullets>ul>li>a {
    color        : var(--gray-300);
    border       : 1px solid transparent;
    border-radius: 100px;
    padding      : 0px;
}

.nav-bullets>ul>li>a:hover {
    color : var(--primary-color);
    border: 1px solid var(--primary-color);
}

.nav-bullets>ul>li>a>i {
    font-size      : 10px;
    width          : 16px;
    height         : 16px;
    border-radius  : 50px;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.social-home-links {
    position   : absolute;
    top        : 88px;
    bottom     : 0;
    left       : 0;
    display    : flex;
    align-items: center;
    z-index    : 999;
}

.social-home-links>ul {
    margin: 0px;
}

.social-home-links>ul>li {
    margin-bottom: 24px;
}

.social-home-links>ul>li:nth-last-child(1) {
    margin-bottom: 0px;
}

.social-home-links>ul>li>a {
    text-decoration: none;
}

.social-home-links>ul>li>a>i {
    font-size      : 14px;
    width          : 40px;
    height         : 40px;
    border-radius  : 50px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    color          : #ffffff75;
    border         : 1px solid #ffffff75;
    border-radius  : 100px;
    padding        : 0px;
    transition     : var(--smooth-transition);
}

.social-home-links>ul>li>a>i:hover {
    color           : var(--white);
    border          : 1px solid var(--primary-color);
    background-color: var(--primary-color);
}
.fadein h1{
	font-weight: 900;
	font-size: 60px;
	text-transform: uppercase;
}
.fadein h5{
	padding:0 20px 40px 20px;
	line-height: 40px;
}
.fadein div a img{
	object-fit: contain; /* 保持图片比例并尽可能填充容器 */
	
    min-height: 250px; /* 设置最小高度 */
}
.fadein a ol{
	position: absolute;
	color: var(--white);
	padding: 70px 0 0 100px;
}
.fadein a ol h4{
	line-height: 7vh;
}
.fadein a ol .anniu{
	border: 1px solid var(--white);
	background: none;
	display:inline-block;
}

.fadein a:hover ol .anniu{
	border: none;
	background: var(--primary-color);
}

/* About
-------------------------------------------------------------- */

.content-top {
    position: relative;
}

.content-top h6 {
    color        : var(--primary-color);
    margin-bottom: 16px;
}

.content-top h6::before {
    content         : '';
    position        : absolute;
    top             : 28px;
    left            : 0;
    width           : 32px;
    height          : 2px;
    border-radius   : 100px;
    background-color: var(--gray-100);
}

.content-top h5 {
    color        : var(--primary-color);
    margin-bottom: 16px;
    font-size    : 16px;
}

.content-top h5::before {
    content         : '';
    position        : absolute;
    top             : 28px;
    left            : 0;
    right           : 0;
    margin          : 0 auto;
    width           : 32px;
    height          : 2px;
    border-radius   : 100px;
    background-color: var(--gray-100);
}
.about-bg{
	background-image: url("../images/us_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	padding-bottom: 6vw;
}



.about-image {
    position: relative;
}

.content-bottom>p {
    color: var(--gray-400) !important;
}

.content-bottom-width>p {
    color: var(--white) !important;
}

.content-bottom-about p {
    color        : var(--gray-300);
    line-height  : 1.6;
    margin-bottom: 32px;
}

.content-bottom-about ul {
    list-style   : none;
    padding      : 0px;
    margin-bottom: 40px;
}

.content-bottom-about ul li {
    list-style   : none;
    padding      : 0px;
    margin-bottom: 12px;
    color        : var(--secondary-color);
}

.content-bottom-about ul :nth-last-child(1) {
    margin-bottom: 0px;
}

.content-bottom-about ul li i {
    margin-right: 8px;
    color       : var(--primary-color);
}

.about-image .about-img-thumbnail {
    max-width       : 150px;
    position        : absolute;
    top             : 20px;
    left            : 40px;
    border-radius   : 100em;
    background-color: var(--primary-color);
    box-shadow      : 10px 12px 11px -10px rgb(0 0 0 / 25%);
    animation       : animate-image 20s ease-in-out infinite;
}

@keyframes animate-image {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-image .about-img-thumbnail img {
    opacity: 0.5;
}

.about-image .about-img-thumbnail img {
    padding: 0px !important;
}

.about-image .border-img-solid {
    border       : 1px solid rgba(0, 0, 0, 0.12);
    padding      : 50px;
    border-radius: 100em;
}

.about-image .border-dashed {
    border-radius: 100em;
    padding      : 50px;
}

.about-image img {
    border-radius: 100%;
    padding      : 0px 0px 20px 20px;
    background   : var(--primary-color-200);
}

.custom-btn-secondary {
    border          : 2px solid transparent;
    color           : var(--white);
    padding         : 14px 28px;
    display         : inline-block;
    background-color: var(--primary-color);
    font-size       : var(--secondary-body-font);
    font-weight     : 500;
    border-radius   : 100px;
    letter-spacing  : 0.3px;
    text-decoration : none;
    text-transform  : uppercase;
    transition      : var(--smooth-transition);
}

.custom-btn-secondary:hover {
    background-color: var(--secondary-color);
    color           : var(--white);
    box-shadow      : 0px 8px 10px -12px var(--secondary-color)
}

.custom-btn-secondary-variant {
    border          : 2px solid transparent;
    color           : var(--white);
    padding         : 14px 28px;
    display         : inline-block;
    background-color: var(--secondary-color-200);
    font-size       : var(--secondary-body-font);
    font-weight     : 500;
    border-radius   : 100px;
    letter-spacing  : 0.3px;
    text-decoration : none;
    text-transform  : uppercase;
    transition      : var(--smooth-transition);
}

.custom-btn-secondary-variant i {
    margin-right: 8px;
}

.custom-btn-secondary-variant:hover {
    background-color: var(--white);
    color           : var(--primary-color);
    box-shadow      : 0px 14px 10px -12px var(--primary-color)
}


/* Services
-------------------------------------------------------------- */

.services-bg {
    position      : relative;
    padding-bottom: 8px;
}

.services-bg .content-top h2 {
    font-size    : var(--secondary-desktop-heading);
    color        : var(--secondary-color);
    font-weight  : 700;
    margin-bottom: var(--margin-bottom-large);
}

.services-bg .content-top h2 span::after {
    right: 42%;
}

.services-bg .service-block .icon-style-services {
    display         : flex;
    justify-content : center;
    align-items     : center;
    width           : 78px;
    height          : 75px;
    font-size       : 32px;
    margin-bottom   : 40px;
    color           : #ffffff;
    padding         : 16px;
    border-radius   : 12px;
    background-color: var(--primary-color);
    border          : 8px solid var(--gray-200);
    transition      : var(--smooth-transition);
    transform       : rotate(-45deg);
}

.services-bg .service-block:hover .icon-style-services {
    transform    : rotate(0deg);
    margin-bottom: 32px;
}

.services-bg .service-block h3 {
    color    : var(--secondary-color);
    font-size: var(--secondary-heading-desktop-and-mobo-3);
}

.services-bg .service-block p {
    color        : var(--gray-300);
    margin-bottom: 24px;
}

.tertiary-btn-custom {
    text-decoration : none;
    color           : var(--primary-color);
    font-size       : 14px;
    border          : 1px solid var(--primary-color);
    padding         : 8px 16px;
    border-radius   : 4px;
    background-color: var(--white);
    display         : inline-block;
}

.tertiary-btn-custom:hover {
    color           : var(--white);
    background-color: var(--primary-color);
}

.service-block {
    background   : var(--primary-color-400);
    padding      : 40px 32px;
    border       : 1px solid var(--primary-color-300);
    border-radius: 8px;
    transition   : var(--smooth-transition);
    border-bottom: 4px solid var(--primary-color-200);
}

.service-block a i {
    transition: var(--smooth-transition);
}

.service-block:hover {
    background-color: var(--primary-color-300);
    box-shadow      : 0px 0px 35px -20px var(--primary-color);
    border-bottom   : 4px solid var(--primary-color);
}

.service-block:hover a i {
    color      : rgba(255, 255, 255, 0.6);
    margin-left: 4px;
    transition : var(--smooth-transition);
}

.service-block:hover a i {
    color: rgb(255 255 255 / 60%);
}


/* Skills
-------------------------------------------------------------- */

.skills-bg {
    position  : relative;
    overflow-x: hidden;
}

.skills-bg .content-top h2 {
    font-size    : var(--secondary-desktop-heading);
    color        : var(--secondary-color);
    font-weight  : 700;
    margin-bottom: 24px;
}

.skills-bg .content-top h2 span::after {
    right: 30%;
}

.skills-image {
    position: relative;
}

.skills-image .skills-img-thumbnail {
    max-width       : 150px;
    position        : absolute;
    top             : 20px;
    right           : 40px;
    border-radius   : 100em;
    background-color: var(--primary-color);
    box-shadow      : -8px 12px 11px -10px rgb(0 0 0 / 25%);
    animation       : animate-image 20s ease-in-out infinite;
}

.skills-image .skills-img-thumbnail img {
    opacity: 0.5;
}

.skills-image .skills-img-thumbnail img {
    padding: 0px !important;
}

.skills-image .border-img-solid {
    border       : 1px solid rgba(0, 0, 0, 0.12);
    padding      : 50px;
    border-radius: 100em;
}

.skills-image .border-dashed {
    border-radius: 100em;
    padding      : 50px;
}

.skills-image img {
    border-radius: 100%;
    padding      : 0px 0px 20px 20px;
    background   : var(--primary-color-200);
}

.content-bottom-skills p {
    color        : var(--gray-300);
    line-height  : 1.6;
    margin-bottom: 32px;
}

.content-bottom-skills .progress-bar-main .progress {
    margin-bottom: 20px;
}

.content-bottom-skills .progress-bar-main .progress:nth-last-child(1) {
    margin: 0px;
}

.content-bottom-skills .progress-bar-main .progress .progress-bar {
    background-color: var(--primary-color);
}

.content-bottom-skills .progress-bar-main p {
    margin-bottom: 8px;
    color        : var(--secondary-color);
}

.play-btn-main {
    position       : absolute;
    left           : 0;
    right          : 0;
    top            : 0;
    bottom         : 0;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.play-btn {
    font-size       : 24px;
    background-color: var(--primary-color);
    color           : var(--white);
    width           : 72px;
    height          : 72px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    border-radius   : 100%;
    border          : 8px solid rgb(0 0 0 / 10%);
    padding         : 40px;
    text-decoration : none;
    z-index         : 999;
    transition      : var(--smooth-transition);
}

.play-btn i {
    position: relative;
    left    : 3px;
}

.play-btn:hover {
    background-color: var(--secondary-color);
    color           : var(--primary-color);
    border          : 8px solid rgb(255 255 255 / 60%);
}


/* Counter
-------------------------------------------------------------- */

.counter-bg {
    padding              : 80px 0px 20px 0px;
	background-image: url("../images/testimonial-bg.jpg");
    background-repeat    : no-repeat;
    background-size      : cover;
    background-position  : center;
    background-attachment: fixed;
	color:var(--white);
}
.counter-bga3{
	background: #f6f5fa;
	background-image:url(../images/jbd.jpg);
	background-attachment: inherit;
	background-repeat    :repeat-x;
	background-size      :auto;
	height: auto;
	padding-top: 164px;
	
}
.counter-bga6{
	background-image:url(../images/jbd1.jpg);
	background-attachment: inherit;
	background-repeat    : repeat;
	background-size      :auto;
	height: 164px;
}
.counter-bg h1{
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}
.counter-bg h5{
	font-size: 18px;
	line-height: 35px;
	padding:0 20px 36px 20px;
}

.counter-inner .icon-style-counter {
    display         : flex;
    justify-content : center;
    align-items     : center;
    width           : 78px;
    height          : 75px;
    margin          : 0 auto;
    font-size       : 32px;
    margin-bottom   : 16px;
    color           : var(--primary-color);
    padding         : 16px;
    border-radius   : 12px;
    background-color: var(--white);
    border          : 8px solid var(--primary-color-100);
    transition      : var(--smooth-transition);
}

.counter-inner h3 {
    font-size  : var(--secondary-desktop-heading);
    font-weight: 700;
    color      : var(--white);
    margin     : 0px;
}

.counter-inner {
    border       : 1px dashed rgb(255 255 255 / 30%);
    text-align   : center;
    padding      : 32px 0px;
    border-radius: 8px;
    margin       : 1px 0px;
}

.counter-inner p {
    font-size: var(--primary-body-font);
    color    : var(--white);
    margin   : 0px;
}

.main_banner{
	display: flex;
    justify-content: center;
	margin: 0 auto 30px auto;
	width: 100%;
	height: 496px;
	position: relative;
	overflow: hidden;
}
.main_banner_box{
	max-width: 1920px;
	width: 300%;
	overflow: hidden;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.main_banner_box ul{
	display: inline-flex;
	align-items: flex-end;
	text-align: center;
	position: relative;
	padding: 0;
	left:0;
    transition: left 1s ease; /* 统一动画 */
}
.main_banner_box ul li{
	display: inline-block;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	width: 640px;
	transform-origin: bottom center;
    transform: scale(0.8);
	margin: 0;
	
}
.main_banner_box ul .zhongjian{
	transform: scale(1);
	/*transition: all 0.3s;*/
}
.main_banner_box ul .zhongjian img{
	opacity: 1;
}
.main_banner_box ul img{
	width: 100%;
	opacity: 0.8;
}
.main_banner_box ul li dl{
	position:absolute;
	bottom: 26px;
	color: #fff;
	padding-left: 37px;
	text-align: left;
	visibility: hidden;
	width: 93%;
	z-index: 20;
}
.main_banner_box ul .zhongjian dl{
	visibility: visible;
}
.main_banner_box ul li dl dt{
	float: left;
	font-weight: 400;
	position: relative;
	top: 24px;
}
.main_banner_box ul li dl dt i{
	margin-right: 10px;
}
.main_banner_box ul li dl span{
	margin-right: 10px;
}
.main_banner_box ul li dl dd{
	float: right;
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid #fff;
}

.main_banner_box ul li a:hover dl{
	visibility: visible;
	bottom: 10px;
}
.main_banner_box ul .zhongjian a:hover dl{
    transform: scale(1);
	bottom: 26px;
}
.main_banner_box ul li a:hover dl dd{
	border-color: var(--primary-color);
	background:var(--primary-color);
}
.main_banner_box ul li a:hover img{
	filter: brightness(150%);
}

/* 指示器 */
.btn_list span {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 15px 5px;
	background: #ccc;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s;
}
.btn_list span.curr {
	background:var(--primary-color);
	width: 50px;
}
.xmqha{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 100px;
	margin-top:40px;
}


/*轮播图 结束*/


/* 左右图
-------------------------------------------------------------- */
.xmzc_bg {
    padding: 0;
}
.xmzc_bg a{
	color:var(--white);
	text-decoration: none;
}
.xmzc_bg a:hover{
	color:var(--white);
}
.xmzc_bg .row{
	margin: 0;
	padding: 0;
}
.xmzc_bg ul li{
	background-image: url("../images/xmzc_img_111.jpg");
    background-repeat    : no-repeat;
    background-size      : cover;
    background-position  : center;
	padding: 8vw;
}
.xmzc_bg ul .youbzp{
	background-image: url("../images/xmzc_img_112.jpg");
	background-position  :right;
	
}
.xmzc_bg ul li h1{
	font-weight: 800;
	line-height: 110px;
	font-size: 50px;
	text-transform: uppercase;
}
.xmzc_bg ul li p{
	font-size: 18px;
}
.xmzc_bg ul li span{
	background: var(--white);
	padding:15px 30px;
	color: var(--black);
	line-height: 180px;
}
.xmzc_bg ul li span i{
	background-image: url("../images/yw_btn2.png");
}
.xmzc_bg a:hover ul li span{
	background: var(--gray-300);
	color: var(--white);
}
.xmzc_bg a:hover ul li span i{
	background-image: url("../images/yw_btn.png");
}

/*ditu
--------------------------------------------------------------*/
.ditu{
	background-color: var(--gray-200);
	background-image: url("../images/qqsc_bg.png");
	background-size: auto;
	background-position: center bottom;
    background-attachment:inherit;
	background-repeat    : no-repeat;
	padding: 0;
	color:  var(--black);
}
.ditu .container{
	padding: 60px;
}
.ditu .container h1{
	font-size: 56px;
	font-weight: 600;
	line-height: 140px;
	text-transform: uppercase;
}
.ditu .container p{
	margin: 0;
	font-size: 18px;
}
.ditu .container ul{
	margin: 110px 0 40px 0;
}
.ditu .container ul li{
	border-left: 2px solid var(--gray-500);
	height: 109px;
}
.ditu .container ul li h3 span{
	font-size: 64px;
	color:var(--primary-color) ;
	font-family: 'Bahnschrift';
	font-weight: 100;
}
.ditu .container ul li p{
	font-size: 14px;
	font-weight: 600;
}
.ditu .container a{
	background: var(--primary-color);
	padding:15px 30px;
	color: var(--white);
	line-height: 180px;
	text-decoration: none;
}
.ditu .container a:hover {
	background: var(--gray-300);

}

/*一条广告
--------------------------------------------------------------*/
.zp1{
	padding: 0;
	background-image: url("../images/dcxfz_bg.jpg");
	overflow: hidden;
	height: 520px;
	position: relative;
}
.zp1 .align-items-center{
	padding:140px 0 0 0;
}
.zp1 .align-items-center h1{
	padding-bottom: 60px;
}
.zp1 .align-items-center p a{
    padding:15px 30px;
}
.zp1 .align-items-center p a:hover{
	color: var(--white);
	background:  var(--gray-300);
}
.zp1 ol{
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}
.zp1 ol li{
	padding: 0;
	height: 70px;
	margin: 0;
	padding: 0;
}
.zp1 ol .you-70{
	background: var(--primary-color);
	border-radius: 70px 0 0 0;
}


/*底部联系
--------------------------------------------------------------*/
.zp2{
	background-image: url("../images/us_l.png");
	background-size: auto;
	background-position: left bottom;
    background-attachment:inherit;
	background-color: #dcdadb;
	padding: 0;
	overflow: hidden;
	height: auto;
}
.zp2 ol{
	padding: 0;
	height: auto;
	margin: 0;
}
.zp2 ol li{
	color: var(--gray-400);
	font-size: 18px;
	padding:90px 10vw;
	margin: 0;
	white-space: nowrap;
}
.zp2 ol li dl{
	padding-bottom: 100px;
}
.zp2 ol li dl dt{
	margin-bottom: 70px;
}
.zp2 ol li dl dt h1{
	margin: 50px 0;
	white-space: normal;
}
.zp2 ol li dl dt p{
	margin: 0;
	white-space: normal;
}
.zp2 ol li dl dd{
	margin-bottom: 22px;
	width: 100%;
	white-space: normal;
}
.zp2 ol li dl dd a{
	color:  var(--white);
}
.zp2 ol li dl dd i{
	display: inline-block;
	width: 35px;
}

.zp2 ol li h2{
	font-weight: 600;
	font-family: 'Bahnschrift';
	line-height: 25px;
	margin: 50px 0 0 0;
}
.zp2 ol li h2 span{
	border: 3px solid var(--gray-400);
	border-radius: 100%;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	margin-right: 30px;
	
}
.zp2 ol li h2 span i{
	font-size: 23px;
}
.zp2 ol li tt{
	font-size: 12px;
	margin-left: 68px;
}
.zp2 ol li tt small{
	padding-right: 12px;
}
.zp2 ol .you-70-1{
	background-color: var(--primary-color);
	color:  var(--white);
	padding:40px 12vw 0 7vw;
	background-image: url("../images/us_r.jpg");
	background-position: right bottom;
	background-repeat    : no-repeat;
}

.zp2 ol .you-70-1 form p{
	line-height:50px;
}
.zp2 ol .you-70-1 form p span{
	width: 80px;
	display:inline-block;
}
.zp2 ol .you-70-1 form p i{
	float: right;
	position: relative;
	top: 16px;
}
.zp2 ol .you-70-1 form p textarea,
.zp2 ol .you-70-1 form p input{
	width: 68%;
	line-height:1;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	resize: none;
	appearance: textfield;
	color: var(--white);

}
.zp2 ol .you-70-1 form p input[type="number"]{
    -moz-appearance: textfield; /* 对于Firefox */
    -webkit-appearance: textfield; /* 对于基于WebKit的浏览器 */
}
.zp2 ol .you-70-1 form p input[type="number"]::-webkit-inner-spin-button,
.zp2 ol .you-70-1 form p input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.zp2 ol .you-70-1 form hr{
	border: none;
	height: 3px;
	background-color: white;
}
.zp2 ol .you-70-1 form div input{
	float: right;
	border: none;
	border-radius: 20px;
	padding: 8px 30px;
	font-size: 14px;
	margin-top: 6vh;
}
.zp2 ol .you-70-1 form div input:hover{
	background: var(--gray-300);
	color: white;
}
.zp2 ol li div{
	padding-bottom: 60px;
}
.zp2 ol li div img{
	border-radius: 12px;
	width: 100%;
	max-width: 526px;
	margin-top: 60px;
}




/* Why Choose Us
-------------------------------------------------------------- */

.choose-us-bg {
    position: relative;
}

.choose-us-bg .content-top h2 {
    font-size    : var(--secondary-desktop-heading);
    color        : var(--secondary-color);
    font-weight  : 700;
    margin-bottom: var(--margin-bottom-large);
}

.choose-us-bg .content-top h2 span::after {
    right: 44%;
}

.choose-us-bg .choose-us-block .block-icon .icon-style-choose-us {
    display         : flex;
    justify-content : center;
    align-items     : center;
    width           : 75px;
    height          : 75px;
    margin          : 0 auto;
    font-size       : 32px;
    margin-bottom   : 40px;
    color           : #ffffff;
    padding         : 16px;
    border-radius   : 12px;
    background-color: var(--primary-color);
    border          : 8px solid var(--gray-200);
    transition      : var(--smooth-transition);
    transform       : rotate(-45deg);
}

.choose-us-bg .choose-us-block:hover .block-icon .icon-style-choose-us {
    transform    : rotate(0deg);
    margin-bottom: 32px;
}

.choose-us-bg .choose-us-block .block-content h3 {
    color    : var(--secondary-color);
    font-size: var(--secondary-heading-desktop-and-mobo-3);
}

.choose-us-bg .choose-us-block .block-content p {
    color: var(--gray-300);
}

.choose-us-block {
    background   : var(--primary-color-400);
    padding      : 40px 32px;
    border       : 1px solid var(--primary-color-300);
    border-radius: 8px;
    transition   : var(--smooth-transition);
    border-bottom: 4px solid var(--primary-color-200);
    text-align   : center;
}

.choose-us-block:hover {
    background-color: var(--primary-color-300);
    box-shadow      : 0px 0px 35px -20px var(--primary-color);
    border-bottom   : 4px solid var(--primary-color);
}


/* Portfolio
-------------------------------------------------------------- */

.portfolio-bg {
    position: relative;
    overflow: hidden;
}

.portfolio-bg .content-top h2 {
    font-size    : var(--secondary-desktop-heading);
    color        : var(--secondary-color);
    font-weight  : 700;
    margin-bottom: var(--margin-bottom-large);
}

.portfolio-bg .content-top h2 span::after {
    right: 42%;
}

.image-gallery {
    max-width      : 100%;
    width          : 100%;
    height         : 320px;
    object-fit     : cover;
    object-position: center;
    padding        : 10px;
    border-radius  : 18px;
}

.image-overlay {
    transition   : 0.3s ease-in-out;
    border-radius: 8px;
    padding      : 0px !important;
    margin       : 0px;
    position     : relative;
}



.portfolio-img-overlay {
    position       : absolute;
    top            : 0;
    left           : 0;
    right          : 0;
    bottom         : 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
    cursor         : pointer;
    border-radius  : 8px;
    opacity        : 0;
    transition     : var(--smooth-transition);
}

.image-overlay:hover .portfolio-img-overlay {
    opacity         : 1;
    margin          : 32px;
    background-color: rgb(100 149 237 / 80%);
}

.portfolio-content {
    text-align: center;
    padding   : 0 24px;
    color     : var(--white);

}

.portfolio-content h5 {
    font-weight: 600;
}

.portfolio-content p {
    font-weight: 300;
    font-size  : var(--primary-body-font);
}



/* Spacer
-------------------------------------------------------------- */

.spacer-bg {
    background-color     : var(--primary-color);
    padding              : 80px 0px;
    margin-top           : 120px;
    background-image     : linear-gradient(var(--primary-color), rgb(100, 149, 237, 0.85)), url(../images/hero.jpg);
    position             : relative;
    background-attachment: fixed;
}

.spacer-bg::after {
    content            : '';
    background-image   : url(../images/pattern-bg.png);
    background-size    : cover;
    background-repeat  : no-repeat;
    background-position: center;
    position           : absolute;
    left               : 0;
    right              : 0;
    bottom             : 0;
    top                : 0;
}

.spacer-inner h2 {
    font-size  : var(--secondary-desktop-heading);
    font-weight: 700;
    color      : var(--white);
    margin     : 0px;
}

.spacer-inner {
    border       : 1px dashed rgb(255 255 255 / 30%);
    text-align   : center;
    padding      : 40px 60px;
    border-radius: 8px;
    position     : relative;
    z-index      : 999;
}

.spacer-inner p {
    font-size: var(--primary-body-font);
    color    : var(--white);
    margin   : 32px 0px 40px 0px;
}

.custom-btn-tertiary {
    color           : var(--white);
    padding         : 12px 28px;
    display         : inline-block;
    background-color: var(--primary-color);
    font-size       : var(--secondary-body-font);
    font-weight     : 400;
    border-radius   : 100px;
    letter-spacing  : 0.3px;
    text-decoration : none;
    text-transform  : uppercase;
    transition      : var(--smooth-transition);
}

.custom-btn-tertiary:hover {
    background-color: var(--secondary-color);
    color           : var(--white);
}


/* Team
-------------------------------------------------------------- */

.team-bg {
    position: relative;
}

.team-bg .content-top h2 {
    font-size    : var(--secondary-desktop-heading);
    color        : var(--secondary-color);
    font-weight  : 700;
    margin-bottom: var(--margin-bottom-large);
}

.team-bg .content-top h2 span::after {
    right: 42%;
}

.team-member-block {
    border-radius: 8px;
    position     : relative;
    transition   : var(--smooth-transition);
}

.team-member-block:hover {
    box-shadow: 0px 0px 35px -20px var(--primary-color);
    margin-top: -8px;
}

.team-member-block .team-member-image img {
    max-width    : 100%;
    object-fit   : cover;
    border-radius: 8px 8px 0px 0px;
}

.team-member-block .team-member-image {
    background-color: var(--secondary-color);
    border-radius   : 8px 8px 0px 0px;
    overflow        : hidden;
}

.team-member-block .team-member-image>img {
    transition: var(--smooth-transition);
}

.team-member-block:hover .team-member-image>img {
    transform: scale(1.2);
}

.team-member-block:hover>.team-member-content {
    opacity: 1;
    top    : 60%;
}

.team-member-block .team-member-content {
    text-align      : center;
    padding         : 24px;
    border          : 1px solid var(--primary-color-300);
    border-radius   : 0px 0px 8px 8px;
    transition      : var(--smooth-transition);
    background-size : cover;
    background-color: var(--primary-color-400);
}

.team-member-block .team-member-content h4 {
    font-size    : var(--secondary-heading-desktop-and-mobo-3);
    color        : var(--primary-color);
    font-weight  : 600;
    margin-bottom: 4px;
}

.team-member-block .team-member-content p {
    color        : var(--secondary-color);
    font-size    : var(--primary-body-font);
    margin-bottom: 12px;
    font-weight  : 500;
}

.team-member-block .team-member-content span a .icon-style-team-member {
    color        : var(--primary-color);
    font-size    : var(--primary-body-font);
    border       : 1px solid var(--primary-color);
    border-radius: 100%;
    width        : 44px;
    height       : 44px;
    padding      : 14px 0;
    margin-right : 8px;
    transition   : var(--smooth-transition);
}

.team-member-block .team-member-content span .icon-style-team-member:hover {
    background-color: var(--primary-color);
    color           : var(--white);
}


/* Testimonials
-------------------------------------------------------------- */

.testimonials-bg .carousel-indicators .active {
    background-color: var(--primary-color) !important;
}

.testimonials-bg .content-top h2 {
    font-size    : var(--secondary-desktop-heading);
    color        : var(--secondary-color);
    font-weight  : 700;
    margin-bottom: var(--margin-bottom-large);
}

.testimonials-bg .content-top h2 span::after {
    right: 42%;
}

.testimonials-bg .testimonial {
    padding: 0px 0px 0px 0px;
}

.testimonial-name+p {
    letter-spacing: 0.5px;
}

.testimonial-content {
    font-size            : 14px;
    font-weight          : 300;
    padding              : 26px 0px 57px 0;
    background-color     : rgba(0, 0, 0, 0.05);
    border-radius        : 8px;
    background-image     : linear-gradient(var(--primary-color), rgb(100, 149, 237, 0.85)), url(../images/testimonial-bg.jpg);
    background-size      : cover;
    background-position  : bottom;
    background-attachment: fixed;
}

.testimonial-content::before {
    content            : '';
    background-image   : url(../images/pattern-bg.png);
    background-size    : cover;
    background-repeat  : no-repeat;
    background-position: center;
    position           : absolute;
    left               : 0;
    right              : 0;
    bottom             : 0;
    top                : 0;
}

.testimonial-content>p {
    padding       : 0px 0px 45px 0px;
    letter-spacing: 0.3px;
    line-height   : 24px;
    font-size     : 16px;
    color         : var(--white);
    font-weight   : 300;
}

.testimonial-content i {
    color        : rgba(255, 255, 255, 0.5);
    font-size    : 24px;
    margin-bottom: 22px;
}

.testimonial-profile {
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.testimonial-profile .profile img {
    padding      : 2px;
    border       : 1px dashed rgb(225 225 225 / 50%);
    border-radius: 8px;
}

.profile-text {
    margin-left: 12px;
}

.profile-text h4 {
    font-size  : 16px;
    font-weight: 700;
    color      : var(--secondary-color);
}

.profile-text p {
    color        : var(--secondary-color-200);
    font-weight  : 600;
    margin-top   : 2px;
    margin-bottom: 0;
    font-size    : 14px;
}

.carousel-style-testimonials {
    width        : 10px !important;
    height       : 6px !important;
    margin-bottom: 56px !important;
}


/* Packages
-------------------------------------------------------------- */

.pricing-bg {
    position: relative;
    overflow: hidden;
}

.pricing-bg .content-top h2 {
    font-size    : var(--secondary-desktop-heading);
    color        : var(--secondary-color);
    font-weight  : 700;
    margin-bottom: var(--margin-bottom-large);
}

.pricing-bg .content-top h2 span::after {
    right: 43%;
}

.price-main {
    border            : 1px solid var(--primary-color-300);
    -webkit-transition: var(--smooth-transition);
    transition        : var(--smooth-transition);
    border-radius     : 8px;
    background-color  : var(--white);
    position          : relative;
    background-color  : var(--primary-color-400);
    padding: 30px 0px;
}

.price-main > i {
    text-align     : center;
    font-weight    : 300;
    font-size      : 48px;
    margin         : 0 auto;
    display        : flex;
    align-items    : center;
    color          : var(--primary-color);
    justify-content: center;
}

.price {
    list-style-type: none;
    margin : 0;
    padding: 0px 0px;
}

.price-main:hover {
    box-shadow: 0px 0px 35px -20px var(--primary-color);
    transition: var(--smooth-transition);
    margin-top: -8px;
}

.price-main:hover li>a.custom-btn-tertiary {
    background-color: var(--secondary-color);
}

.price .header {
    color         : var(--secondary-color);
    font-size     : var(--primary-body-font);
    font-weight   : 600;
    text-transform: uppercase;
}

.price li {
    color     : var(--gray-300);
    padding   : 16px;
    text-align: center;
}

.price li .icon-style-pricing {
    color       : var(--gray-300);
    font-size   : var(--primary-body-font);
    margin-right: 8px;
}

.price .package {
    font-size  : var(--secondary-heading-desktop-and-mobo-1);
    font-weight: 700;
    color      : var(--primary-color);
}

.price .package span {
    font-size  : var(--secondary-body-font);
    font-weight: 400;
    color      : var(--gray-300);
}


/* Blog
-------------------------------------------------------------- */

.blog-bg .content-top h2 {
    font-size    : var(--secondary-desktop-heading);
    color        : var(--secondary-color);
    font-weight  : 700;
    margin-bottom: var(--margin-bottom-large);
}

.blog-bg .content-top h2 span::after {
    right: 41%;
}

.post-date {
    background-color: var(--primary-color);
    color           : var(--white);
    font-weight     : 400;
    padding         : 4px 24px;
    position        : absolute;
    top             : 20px;
    left            : 20px;
    border-radius   : 4px;
    font-size       : var(--secondary-body-font);
    z-index         : 5;
}

.blog-main .blog-inner {
    border-radius   : 8px;
    border          : 1px solid var(--primary-color-300);
    padding         : 12px;
    transition      : var(--smooth-transition);
    position        : relative;
    background-color: var(--primary-color-400);
}

.blog-main .blog-inner:hover {
    box-shadow: 0px 0px 35px -20px var(--primary-color);
    margin-top: -8px;
}

.blog-main .blog-inner:hover img {
    box-shadow: 0px 5px 24px -15px #04040457;
    transform : rotate(1deg);
}

.blog-main .blog-inner img {
    max-width    : 100%;
    border-radius: 8px;
    transition   : var(--smooth-transition);
}

.blog-main .blog-inner .post-info {
    margin-top: 24px;
}

.blog-main .blog-inner .post-info>span:nth-last-child(1) {
    padding-left: 24px;
}

.blog-main .blog-inner .post-info span {
    color: var(--gray-300);
}

.blog-main .blog-inner .post-info span i {
    margin-right: 4px;
    color       : var(--primary-color);
}

.blog-main .blog-inner h3 {
    color      : var(--secondary-color);
    font-size  : var(--secondary-heading-desktop-and-mobo-3);
    font-weight: 600;
    margin     : 4px 0 24px 0;
    line-height: 1.25;
}

.blog-main .blog-inner a {
    color          : var(--primary-color);
    text-decoration: none;
    font-size      : var(--secondary-body-font);
    transition     : var(--smooth-transition);
}

.blog-main .blog-inner a:hover {
    color           : var(--white);
    background-color: var(--primary-color);
}

.blog-main .blog-inner a i {
    margin-left: 4px;
}

.cms-detail-content {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.8;
}

.cms-detail-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 24px auto;
    border-radius: 8px;
}

.cms-detail-content figure {
    margin: 24px auto;
    text-align: center;
}

.cms-detail-content figure img {
    margin: 0 auto;
}

.cms-detail-content figcaption {
    margin-top: 8px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

.cms-detail-content table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
}

.cms-detail-content th,
.cms-detail-content td {
    border: 1px solid #dbe3ef;
    padding: 10px 12px;
}

.cms-detail-content p {
    margin: 0 0 18px;
}

.cms-detail-content ul,
.cms-detail-content ol {
    margin: 0 0 18px 24px;
    padding-left: 18px;
}


/* Contact
-------------------------------------------------------------- */

.contact-bg {
    position           : relative;
    background-image   : url(../images/contact-map-bg.png);
    background-repeat  : no-repeat;
    background-position: 8% bottom;
    left               : 0px;
}

.contact-bg .content-top h2 {
    font-size    : var(--secondary-desktop-heading);
    color        : var(--secondary-color);
    font-weight  : 700;
    margin-bottom: var(--margin-bottom-large);
}

.contact-bg .content-top h2 span::after {
    right: 41%;
}

.contact-form .form-row .input-main .input-style {
    padding      : 12px 24px;
    height       : 56px;
    border       : 1px solid var(--gray-100);
    border-radius: 28px;
    margin-bottom: 32px;
    color        : var(--secondary-color);
}

.contact-form .form-row .input-main .input-style-select {
    padding         : 12px 16px;
    height          : 56px;
    border          : none;
    border-radius   : 0px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom   : 32px;
    color           : #777777;
}

.contact-form .form-row .input-main .input-style:focus {
    box-shadow: 0 0 0 0.06rem var(--primary-color);
    border    : 1px solid var(--white);
}

.contact-form .form-row .input-main .input-style-select:focus {
    box-shadow: 0 0 0 0.06rem var(--primary-color);
}

.contact-form .form-row .input-main textarea {
    height: auto !important;
}

.contact-form button i {
    margin-left: 4px;
}

.contact-info {
    padding      : 0px 16px;
    border-radius: 8px;
}

.contact-info .contact-info-inner {
    display      : flex;
    align-items  : start;
    margin-bottom: 48px;
    padding      : 0px 14px;
}

.contact-info .contact-info-inner i {
    font-size   : 32px;
    color       : var(--primary-color);
    margin-right: 16px;
}

.contact-info .contact-info-inner .info-inner h4 {
    font-size    : var(--primary-body-font);
    font-weight  : 600;
    color        : var(--secondary-color);
    margin-bottom: 8px;
}

.contact-info .contact-info-inner .info-inner p {
    font-size    : var(--primary-body-font);
    font-weight  : 400;
    color        : var(--gray-300);
    margin-bottom: 0px;
}


/* CTA
-------------------------------------------------------------- */

section#cta-area {
    padding-top: var(--section-padding-small);
}

.cta-area-bg {
    padding-top: var(--section-padding-large);
}

.cta-area-inner-bg {
    background-image     : linear-gradient(var(--primary-color), rgb(100, 149, 237, 0.9)), url(../images/03-news-feed.jpg);
    background-color     : var(--primary-color);
    border-radius        : 4px;
    color                : var(--white);
    background-attachment: fixed;
}

.cta-area-inner-bg .custom-btn-secondary-variant {
    margin-right: 12px;
}

.cta-area-inner-bg .custom-btn-secondary-variant:nth-last-child(1) {
    margin-right: 0px;
}

.cta-area-inner-bg .content-top h2 {
    font-size  : var(--secondary-heading-desktop-and-mobo-1);
    font-weight: 600;
}

.cta-area-inner-bg .content-bottom p {
    font-size: var(--primary-body-font);
}

.outline-btn i {
    margin-right  : 8px;
    font-size     : 18px;
    vertical-align: text-bottom;
}

.cta-area-inner-bg .content-bottom-width p {
    max-width: 650px;
    width    : 100%;
    margin   : 0 auto 48px;
}


/* Blog Grid
-------------------------------------------------------------- */

.header-top-bg {
    padding            : 180px 0 120px 0;
    display            : flex;
    align-items        : center;
    background-image   : linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/us_1.jpg);
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center bottom;
}

.header-top-bg .home-content h1 {
    margin     : 0px 0 16px 0px;
    font-size    : var(--primary-desktop-heading);
    color      : #ffffff;
    font-weight: 700;
	text-transform: uppercase;
}

.header-top-bg .home-content .breadcrumb-style {
    background-color: transparent;
    margin          : 0;
    padding-bottom  : 0px;
}

.header-top-bg .home-content .breadcrumb-style .active {
    color: var(--primary-color);
}

.header-top-bg .home-content .breadcrumb-style .breadcrumb-item a {
    color          : #c5c5c5;
    text-decoration: none;
}
.header-top-bg1{
	background-image   : linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/us_2.jpg);
	align-items        :flex-end;
	padding            : 70px 0 0 0;
	/*margin-bottom: 300px;*/
}
.header-top-bg1 .container{
	padding: 0;
	position: relative;
	top:190px;
}
.header-top-bg1 .container dd{
	width: 290px;
	height: 250px;
	/*background: rgba(255, 255, 255, 0.5);*/
	padding: 0 0 20px 0;
	display: flex;
	align-items:flex-end;
	

}
.header-top-bg1 .container dd h1{
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 50px;
	line-height: 80px;
	border-bottom: 22px solid var(--primary-color);
	text-transform: uppercase;
}
.header-top-bg1 .container dt{
	height: 2px;
	background: var(--gray-300); 
	position: relative;
	bottom:28px;
	margin: 0 36px;
}




.news-grid-bg {
    padding-top   : var(--section-padding-large);
    padding-bottom: 0px;
}

.news-grid-bg .blog-inner {
    margin-bottom: 48px;
}



.pagination-style {
    margin: 16px 0px;
}

.pagination-style .page-item .page-link {
    width           : 50px;
    height          : 50px;
    display         : flex;
    justify-content : center;
    align-items     : center;
    border-radius   : 50px !important;
    margin          : 0 12px;
    background-color: transparent;
    border          : 1px solid rgb(112 112 112 / 30%);
    color           : rgb(112 112 112 / 80%);
    font-weight     : 400;
}

.pagination-style .page-item .page-link:hover {
    background-color: var(--primary-color);
    color           : #ffffff;
    border          : none;
}

.pagination-style .page-item .page-link:focus {
    box-shadow: none;
}

.pagination-style .page-item.active .page-link {
    background-color: var(--primary-color) !important;
    border          : none;
	text-transform: uppercase;
}

.pagination-style .page-item .page-link i {
    font-size  : 16px;
    font-weight: 600;
}
.pagination-style .page-item .wwau1{
	width: auto;
	padding: 0 30px 0 30px;
}
.tm-item{
	opacity: 0.5;
}
/* Blog Sidebar
  -------------------------------------------------------------- */

.sidebar-page-container .sidebar .sidebar-widget {
    position     : relative;
    display      : block;
    border       : 1px solid var(--primary-color-300);
    background   : var(--primary-color-400);
    padding      : 32px 30px 40px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar .sidebar-widget .widget-title {
    position     : relative;
    margin-bottom: 22px;
}

.sidebar-page-container .sidebar .sidebar-widget .widget-title h4 {
    position   : relative;
    font-size  : var(--secondary-heading-desktop-and-mobo-4);
    line-height: 30px;
    font-weight: 600;
    color      : var(--secondary-color);
}

.sidebar-page-container .sidebar .sidebar-search .search-form .form-group {
    position: relative;
    margin  : 0px;
}

.sidebar-page-container .sidebar .sidebar-search .search-form .form-group input[type='search'] {
    position     : relative;
    display      : block;
    width        : 100%;
    height       : 50px;
    border       : 1px solid var(--primary-color-200);
    border-radius: 30px;
    padding      : 10px 70px 10px 30px;
    font-size    : var(--primary-body-font);
    color        : var(--gray-300);
}

.sidebar-page-container .sidebar .sidebar-search .search-form .form-group button {
    position     : absolute;
    top          : 0px;
    right        : 0px;
    width        : 50px;
    height       : 50px;
    line-height  : 50px;
    font-size    : 17px;
    color        : #fff;
    text-align   : center;
    border-radius: 50%;
    cursor       : pointer;
}

.sidebar-page-container .sidebar .sidebar-search .search-form .form-group button {
    background: var(--primary-color);
    border    : none;
}

.sidebar-page-container .sidebar .sidebar-search .search-form .form-group input:focus {
    border-color: var(--primary-color) !important;
}

button:focus,
input:focus,
textarea:focus {
    outline   : none;
    box-shadow: none;
    transition: all 500ms ease;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color  : #93959e;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #93959e;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #93959e;
}

.sidebar-page-container .sidebar .sidebar-category {
    padding-bottom: 33px;
}

.sidebar-page-container .sidebar .sidebar-category .widget-title {
    margin-bottom: 16px;
}

ul,
li {
    list-style: none;
    padding   : 0px;
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul {
    padding: 0px;
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li {
    position     : relative;
    display      : block;
    margin-bottom: 12px;
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li a {
    position       : relative;
    display        : block;
    font-size      : var(--primary-body-font);
    font-weight    : 400;
    color          : var(--gray-300);
    text-decoration: none;
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li a span {
    float: right;
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li a i {
    padding-right: 15px;
}

.sidebar-page-container .sidebar .sidebar-category .widget-content ul li a:hover {
    color: var(--primary-color);
}

.sidebar-page-container .sidebar .sidebar-post .widget-title {
    margin-bottom: 17px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post {
    position     : relative;
    display      : block;
    padding-left : 100px;
    margin-bottom: 25px;
    min-height   : 85px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-thumb {
    position     : absolute;
    display      : block;
    left         : 0px;
    top          : 5px;
    width        : 80px;
    height       : 80px;
    background   : #000;
    overflow     : hidden;
    border-radius: 4px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 {
    position     : relative;
    display      : block;
    font-size    : 18px;
    font-weight  : 600;
    line-height  : 26px;
    margin-bottom: 7px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a {
    display        : inline-block;
    color          : #090e21b5;
    text-decoration: none;
    font-weight    : 600;
    line-height    : 1.3;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a:hover {
    color: var(--primary-color);
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .recent-post-date {
    position   : relative;
    display    : block;
    font-size  : var(--secondary-body-font);
    color      : var(--primary-color);
    margin     : 0px;
    font-weight: 500;
}

.sidebar-page-container .sidebar .sidebar-social .social-links {
    position: relative;
    margin  : 0px -7.5px;
    padding : 0px;
}

.sidebar-page-container .sidebar .sidebar-social .social-links li {
    position: relative;
    float   : left;
    margin  : 0px 5.5px;
}

.sidebar-page-container .sidebar .sidebar-social .social-links li a {
    position     : relative;
    display      : inline-block;
    font-size    : 17px;
    color        : #fff;
    width        : 50px;
    height       : 50px;
    line-height  : 50px;
    text-align   : center;
    border-radius: 50%;
}

.sidebar-page-container .sidebar .sidebar-social .social-links li a {
    color : #6495ed;
    border: 1px solid var(--primary-color-200);
}

.sidebar-page-container .sidebar .sidebar-social .social-links li a:hover {
    color     : var(--white);
    background: var(--primary-color) !important;
}

.sidebar-page-container .sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-tags {
    padding-bottom: 30px !important;
}

.sidebar-page-container .sidebar .sidebar-tags .widget-content .tags-list {
    position: relative;
    margin  : 0px -5px;
    padding : 0px;
}

.sidebar-page-container .sidebar .sidebar-tags .widget-content .tags-list li {
    position     : relative;
    display      : inline-block;
    margin       : 0px 2px;
    margin-bottom: 10px;
}

.sidebar-page-container .sidebar .sidebar-tags .widget-content .tags-list li a {
    position       : relative;
    display        : inline-block;
    font-size      : var(--primary-body-font);
    color          : var(--gray-300);
    border         : 1px solid var(--primary-color-200);
    border-radius  : 30px;
    text-align     : center;
    padding        : 9.5px 20px;
    text-decoration: none;
}

.sidebar-page-container .sidebar .sidebar-tags .widget-content .tags-list li a:hover {
    background  : var(--primary-color);
    border-color: var(--primary-color);
    color       : #ffffff;
}

a {
    transition     : all 500ms ease;
    text-decoration: none;
}


/* Blog Detail
  -------------------------------------------------------------- */

.blog-details {
    padding: 120px 0px 0px 0px;
}

.blog-details .new-feed-content {
    margin-bottom: 40px;
}

.news-feed-main .new-feed-content .post-image-detail {
    position: relative;
}

.content-blog-detail h3 {
    font-size: var(--secondary-heading-desktop-and-mobo-2) !important;
}

.content-blog-detail p {
    color        : rgb(112, 112, 112, 0.8);
    line-height  : 30px;
    margin-bottom: 30px;
    font-size    : var(--primary-body-font);
}

.content-blog-detail p q::before,
::after {
    color    : var(--primary-color);
    font-size: 32px;
}

.blog-details .new-feed-content h3 {
    font-size    : 30px;
    line-height  : 36px;
    margin-bottom: 18px;
    margin-top   : 12px;
    font-weight  : 600;
}

.content-blog-detail ul {
    padding: 0px;
}

.content-blog-detail ul li {
    position     : relative;
    display      : block;
    color        : rgb(112, 112, 112, 0.8);
    line-height  : 30px;
    margin-bottom: 7px;
}

.content-blog-detail ul li i {
    position     : relative;
    display      : block;
    line-height  : 30px;
    margin-bottom: 7px;
    padding-right: 12px;
    float        : left;
    color        : var(--primary-color);
}

.news-feed-main .new-feed-content .post-image-area img {
    max-width    : 100%;
    width        : 100%;
    margin-bottom: 48px;
    border-radius: 4px;
    position     : relative;
}

.category .badge {
    background-color: var(--primary-color) !important;
    color           : var(--white) !important;
    font-size       : var(--secondary-body-font) !important;
    font-weight     : 500 !important;
    padding         : 8px 24px !important;
    letter-spacing  : 1px;
}

.post-share-option {
    position        : relative;
    margin-bottom   : 110px;
    display         : flex;
    align-items     : center;
    justify-content : space-between;
    border          : 1px solid var(--primary-color-200);
    background-color: var(--primary-color-400);
    border-radius   : 4px;
    padding         : 8px 24px;
    max-width       : 100%;
}

.post-share-option ul {
    padding: 0px;
    margin : 0px;
}

.post-share-option ul li {
    position: relative;
}

.post-share-option h3 {
    position     : relative;
    font-size    : 21px;
    line-height  : 30px;
    font-weight  : 400;
    margin-right : 64px;
    margin-bottom: 0px;
    color        : var(--secondary-color);
}

.post-share-option ul li a {
    position     : relative;
    display      : inline-block;
    font-size    : 14px;
    color        : var(--primary-color);
    border       : 1px solid var(--primary-color);
    width        : 36px;
    height       : 36px;
    line-height  : 36px;
    text-align   : center;
    border-radius: 50%;
    margin-right : 12px;
}

.post-share-option ul li a:hover {
    color           : #ffffff;
    background-color: var(--primary-color);
}

.blog-details .comments-area {
    position     : relative;
    display      : block;
    margin-bottom: 110px;
}

.group-title {
    position     : relative;
    display      : block;
    margin-bottom: 33px;
}

.group-title h3 {
    position   : relative;
    display    : block;
    font-size  : 24px;
    line-height: 32px;
    font-weight: 500;
    margin     : 0px;
    color      : var(--secondary-color);
}

.blog-details .comments-area .comment {
    position     : relative;
    padding-left : 110px;
    margin-bottom: 35px;
}

.blog-details .comments-area .comment .thumb-box {
    position     : absolute;
    left         : 0px;
    top          : -1px;
    width        : 80px;
    height       : 80px;
    border-radius: 50%;
}

.blog-details .comments-area .comment .thumb-box img {
    width        : 100%;
    border-radius: 50%;
}

.blog-details .comments-area .comment .comment-inner .info {
    position     : relative;
    margin-bottom: 14px;
}

.blog-details .comments-area .comment .comment-inner .info h4 {
    position     : relative;
    font-size    : 20px;
    line-height  : 26px;
    font-weight  : 500;
    margin-bottom: 2px;
    color        : var(--secondary-color);
}

.blog-details .comments-area .comment .comment-inner .info .comment-time {
    position : relative;
    display  : block;
    color    : var(--primary-color);
    margin   : 0px;
    font-size: 16px;
}

.blog-details .comments-area .comment .comment-inner p {
    line-height  : 30px;
    color        : rgb(112, 112, 112, 0.8);
    margin-bottom: 14px;
}

.blog-details .comments-area .comment .comment-inner a {
    position       : relative;
    display        : inline-block;
    font-size      : 16px;
    font-weight    : 600;
    color          : rgb(112, 112, 112, 0.8);
    text-decoration: none;
}

.blog-details .comments-area .comment .comment-inner a i {
    font-size   : 14px;
    margin-right: 10px;
}

.blog-details .comments-area .comment .comment-inner a:hover {
    color          : var(--primary-color);
    text-decoration: none;
}

.blog-details .comments-form-area .form-group {
    position     : relative;
    margin-bottom: 30px;
}

.blog-details .comments-form-area .form-group input[type='text'],
.blog-details .comments-form-area .form-group input[type='email'],
.blog-details .comments-form-area .form-group textarea {
    position     : relative;
    display      : block;
    width        : 100%;
    height       : 60px;
    border       : 1px solid transparent;
    border-radius: 30px;
    padding      : 10px 30px;
    font-size    : 16px;
    border       : 1px solid var(--gray-100);
    color        : var(--gray-);
    transition   : all 500ms ease;
}

.blog-details .comments-form-area .form-group input:focus,
.blog-details .comments-form-area .form-group textarea:focus {
    border: 1px solid var(--primary-color) !important;
}

.blog-details .comments-form-area .form-group textarea {
    height       : 150px;
    resize       : none;
    padding-top  : 25px;
    border-radius: 25px;
}

.author-thumbnail {
    display      : flex;
    align-items  : center;
    margin-bottom: 40px;
}

.author-thumbnail img {
    max-width    : 40px;
    width        : 100%;
    border-radius: 50%;
}

.author-thumbnail h4 {
    font-size  : 15px;
    color      : var(--gray-300);
    margin     : 0 0 0 8px;
    font-weight: 600;
}

.post-inner .post .post-thumb a img {
    max-width : 90px;
    width     : 100%;
    height    : 90px;
    object-fit: cover;
}

.blog-details .news-feed-main .new-feed-content .post-image-area:hover {
    transform: rotate(0deg) !important;
}


/*全球运营
--------------------------------------------------------------*/
.qqyyzb{
	padding: 0 0 60px 0;
	overflow: hidden;
	background: var(--gray-200);
}
.qqyyzb ol{
	padding: 0;
	margin: 0 auto;
}
.juse{
	background: var(--primary-color);
	height: 45px;
	overflow: visible;
	padding: 0;
	
}
.juse div{
	background: var(--primary-color);
	height:33vw;
	max-height: 540px;
	width: 100vw;
	margin-left: 100%;
}
.baise{
	overflow: visible;
	position: relative;
	z-index: 0;
	background: var(--white);
}
.baise .ydzb{
	background: var(--white);
	height:100%;
	width: 100vw;
	position: absolute;
	right: 0;
	z-index: -1;
}
.baise dl{
	padding: 60px 9vw 54px 0;
	margin: 0;
	overflow: hidden;
}
.baise dl dt{
	padding-right: 5%;
}
.baise dl dt img{
	width:100%;
}
.baise dl dd{
	padding-top: 50px;
}
.baise dl dd h3{
	font-weight: 600;
}
.baise dl dd h3 tt{
	color:  var(--primary-color);
	font-size: 20px; 
	padding-left: 10px;
}
.baise dl dd p{
	color:  var(--primary-color);
}
.baise dl dd ul{
	padding:0;
}
.baise dl dd ul li{
	padding-top: 23px;
	font-size: 14px;
}
.baise dl dd ul li span{
	color:  var(--primary-color);
	font-weight: 600;
}
.baise dl dd ul li span i{
	padding-right: 10px;
}







.xmqhb{
	justify-content: flex-end;
	max-width:  1920px;
	width: 100%;
	padding:0 40px 60px 0;
}
.ddx{
	background: var(--primary-color);
}
.ddx:hover{
	background: var(--gray-300);
	border-color: var(--white);
}


.houc{
	background-image   : url(../images/houcd.jpg);
    background-size    : 100% auto;;
    background-position: center bottom;
	width: 100vw;
	background-color:  var(--gray-200);
}

.houd{
	background-image: none;
}
.pzy70{
	padding:70px 70px 30px 70px;
}
.pzy70 h1{
	color:  var(--gray-600);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 26px;
	padding-top: 24px;
}
.pzy70 h3{
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 10px;
	position: relative;bottom: 16px;
	text-transform: uppercase;
}
.pzy70 p{
	font-size: 18px;
}
.houc ul{
	display: inline-flex;
	overflow: hidden;
	position: relative;
	left: 0;
	transition: none; /* 默认无动画 */
    width: max-content;
}
.houc ul li{
	width: 100vw;
	position: relative;
}
.houc ul li img{
	width: 100%;
}
.houc ul li div{
	position: absolute;
	/*color: #FF0004;*/
	font-size: 0.9vw;
	/*transform: translate(-50%, -50%);*/
	/*transform-origin: top center;*/
}
.houcen ul li div{
	font-size: 0.8vw;
}
.houc ul li div p{
	text-indent: 2rem;
	margin: 0;
	line-height: 1.6vw;
}

.houcen ul li div p{
	line-height: 1.3vw;
	text-indent: 0;
}
.houc ul li div h1{
	font-weight: bold;
	font-size: 1.9vw;
	text-transform: uppercase;
}
.houcen ul li div h1{
	font-size: 1.6vw;
}
.houc ul li div tt{
	text-transform: uppercase;
	color:  var(--gray-500);
	font-size: 0.8vw;
	font-weight: 600;
}
.houc ul li div span{
	color:  var(--primary-color);
	font-size: 1.2vw;
}
.houc ul .ddcc1 div {
	font-size: 1.3vw;
}
.houcen ul .ddcc1 div {
	font-size: 0.9vw;
}
.houc ul .ddcc1 div p{
	text-indent: 0;
	font-weight: 600;
	line-height: 3.2vw;
}
.houcen ul .ddcc1 div p{
	line-height: 1.2vw;
}
.houc ul .ddcc1 div .ccdan{
	color: var(--gray-300);
	font-weight: 400;
	font-size: 1vw;
	line-height: 1.3vw;
}
.houcen ul .ddcc1 div .ccdan{
	font-size: 0.8vw;
	line-height: 1vw;
}
.houc ul li div .ccdan1{
	margin: 2vw 20vw 0 20vw;
	text-indent: 0;
}
.houc ul li div dl dd::before {
    content: "◻"; /* 图标 */
    margin-right: 20px; /* 图标与文本之间的间距 */
	color:  var(--primary-color);
}
.houc ul li .ddcc-2 h5{
	color:  var(--primary-color);
	font-weight: 600;
	/*margin-bottom: 1.5vw;*/
	font-size: 1vw;
	margin-bottom: 1vw;
}
/*.houcen ul li .ddcc-2 h5{
	
}*/
.houc ul li .ddcc-2 p{
	text-indent: 0;
	font-size: 0.8vw;
	line-height: 1.7vw;
}
.houcen ul li .ddcc-2 p{
	font-size: 0.7vw;
	line-height: 1vw;
}
.houc ul li .ddcc-3 p{
	line-height: 1.7vw;
}

.houc ul li .ddcc-4{
	color:  var(--white);
	overflow-y: scroll;
	overflow-x: hidden;
}
.ddcc-4::-webkit-scrollbar {
    width: 12px!important; /* 滚动条的宽度 */
}
/* 滚动条轨道 */
.ddcc-4::-webkit-scrollbar-track {
    background: var(--black);        /* 轨道的颜色 */
}
/* 滚动条滑块 */
.ddcc-4::-webkit-scrollbar-thumb {
    background: var(--primary-color);          /* 滑块的颜色 */
    border-radius: 10px;       /* 滑块的圆角 */
	border: none;
}
/* 滚动条滑块在鼠标悬停时的颜色 */
.ddcc-4::-webkit-scrollbar-thumb:hover {
    background:var(--gray-300);         /* 滑块在悬停时的颜色 */
}

.houc ul li .ddcc-4 h1{
	font-size: 2.4vw;
}
.houc ul li .ddcc-4 dl dd{
	font-size: 0.7vw;
	margin-bottom: 42px;
	line-height: 1.5vw;
}
.houc ul li .ddcc-2 dl{
	padding-top: 1.8vw;
}
.houcen ul li .ddcc-2 dl{
	padding-top: 1.2vw;
}

.houc ul li .ddcc-2 dl dd{
	font-size: 0.7vw;
	margin-bottom: 0.4vw;
}
.houcen ul li .ddcc-2 dl dd{
	font-size: 0.6vw;
	margin-bottom: 0.3vw;
}
.houc ul li .ddcc-2 dl dd::before {
    margin-right: 35px; /* 图标与文本之间的间距 */
}
.houc ul li .ddcc-5 p{
	font-size: 1.3vw;
	line-height: 3.48vw;
}
.houcen ul li .ddcc-5 p{
	font-size: 0.8vw;
	line-height: 3.48vw;
	letter-spacing: -0.05vw
}
.xjddcc{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/*gap:130px;*/
}
.houc .xjddcc li div{
	position: static;
	overflow: hidden;
	text-align: center;
	height: 4vw;
	/*width: 8vw;*/
}
.houc .xjddcc li div h1{
	font-size:3.4vw;
	display:inline-block;
	color:var(--primary-color) ;
	font-family: 'Bahnschrift';
	font-weight: 400;
	margin-right: 0.3vw;
}
.houc .xjddcc li div h1 sanp{
	letter-spacing:-1vw;
	font-family: 'Bahnschrift';
	
}
.houc .xjddcc li p{
	border-top: 2px solid var(--primary-color) ;
	line-height: 2vw;
	text-align: center;
	margin: 0 3vw;
	text-indent: 0;
}


.houc ul li:nth-child(1) {
  order: 1;
}
.houc ul li:nth-child(2) {
  order: 2; 
}
.houc ul li:nth-child(3) {
  order: 3; 
}
.houc ul li:nth-child(4) {
  order: 4; 
}
.houc ul li:nth-child(5) {
  order: 5; 
}
.houc ul li:nth-child(6) {
  order: 6; 
}
.houc ul li:nth-child(7) {
  order: 7; 
}
.houc ul li:nth-child(8) {
  order: 8; 
}
.houc ul li:nth-child(9) {
  order: 9; 
}
.houc ul li:nth-child(10) {
  order: 10; 
}
.houc ul li:nth-child(11) {
  order: 11; 
}
.houc ul li:nth-child(12) {
  order: 12; 
}
.houc ul li:nth-child(13) {
  order: 13; 
}
.houc ul li:nth-child(14) {
  order: 14; 
}
.houc ul li:nth-child(15) {
  order: 15; 
}
.houc ul li:nth-child(16) {
  order: 16; 
}
.houc ul li:nth-child(17) {
  order: 17; 
}
.houc ul li:nth-child(18) {
  order: 18; 
}

/*案例列表
--------------------------------------------------------------*/
.mapbj{
	background-image   : url(../images/mapditu.jpg);
    background-size    : 100% auto;;
    background-position: center top;
	background-color:  var(--gray-200);
	padding-top: 160px;
}
.hlb-al a{
	color: var(--gray-400);
	
	line-height: 40px;
	
}
.hlb-al dl{
	border-bottom: 1px solid rgb(112 112 112 / 30%);
	padding: 20px 0;
	margin: 0 22px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.hlb-al dl span{
	background:none;
	border: 1px solid var(--gray-500);
	padding:15px 30px;
	color: var(--gray-500);
	
}
.hlb-al dl span i{
	background-image: url("../images/yw_btn3.png");
}

.hlb-al a:hover dl{
	background: var(--primary-color);
	border-color:  var(--primary-color);
	color: var(--white);
	font-size: 20px;
}
.hlb-al a:hover dl span {
	background: var(--gray-300);
	color: var(--white);
	border-color:  var(--gray-300);
}
.hlb-al a:hover dl span i{
	background-image: url("../images/yw_btn.png");
}
.hlb-al .biaotou{
	padding: 5px 0;
}
.biaotou dd{
	color: var(--gray-500);
}


/*案例详情
--------------------------------------------------------------*/
.top60{
	padding: 100px 0 80px 40px;
}
.yyh1{
	position: relative;
}
.yyh1 h1{
	color: #000000;
	opacity: 0.1;
	font-weight: 600;
}
.yyh1 div{
	position: relative;
	bottom: 30px;
	z-index: 1;
}
.yyh1 div img{
	margin-bottom: 35px;
}
.yyh1 div p{
	font-size: 24px;
	font-weight: 600;
}
.yyh1 div .nr{
	font-size: 12px;
	font-weight: 500;
	padding: 20px 54px 0 0;
}
.yyh1 ol{
	position: absolute;
    bottom:-58px; /* 将<ol>的底部对齐到父容器的底部 */
	display: grid;
	align-content: end; /* 这会使内容在容器的底部对齐 */
	padding: 0;
}
.cms-case-no-quotes .yyh1 ol{
	position: static;
	margin-top: 28px;
}
.yyh1 ol img{
	position: relative;
	bottom: 160px;
	left: 280px;
}
.yyh1 ol li{
	background: #22297a;
	color: #FFFFFF;
	padding: 8px 22px 8px 22px;
	margin-top: 20px;
	font-size: 12px;
	float: left;
	width: 290px;
	border-radius: 20px;
}
.yyh1 ol .bse{
	background: #404344;
}
.yyh1 ol li span{
	float: left;
}
.yyh1 ol li tt{
	float: right;
}
.yyh1 .rrei{
	float: right;
	margin:80px 30px 0;
}
.yyh2{
	margin-bottom: 80px;
}
.yyh2 img{
	width: 94%;
	max-width: 926px;
}

/*map
--------------------------------------------------------------*/
.mapdi{
	padding: 30px 0 80px 0;
	margin-bottom: 0;
}
.mapdi li{
	border-left: 1px solid var(--gray-500);
	padding: 0 87px;
}
.mapdi li div{
	width: 310px;
	font-size: 14px;
	padding-top: 13px;

}
.mapdi li h1{
	float: left;
	padding-right: 32px;
	font-size: 64px;
	color:var(--primary-color) ;
	font-family: 'Bahnschrift';
	font-weight: 100;
}

/*可持续发展
--------------------------------------------------------------*/

.video-background {
    overflow: hidden;
    z-index: -100;
	height: 100vh;
}

.video-background video {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

/* Footer
-------------------------------------------------------------- */

.footer-bg {
    padding-top     : 90px;
    margin-top      : 0;
    background-color: var(--primary-color-400);
    padding-bottom  : 50px;
}

.footer-description {
    line-height: 24px;
}

.footer-heading {
    font-weight  : 500;
    color        : var(--white);
/*    display      : flex;*/
    align-items  : center;
    margin-bottom: 16px;
	white-space: nowrap;
}
.footer-heading:hover{
	color        : var(--primary-color);
}
.footer-heading i {
    margin-right: -1px;
    position    : relative;
    left        : -8px;
    font-size   : 10px;
    color       : var(--primary-color);
}


.footer-text-style {
    color          : var(--gray-300) !important;
    font-size      : 14px;
    text-decoration: none;
}

.link-footer a:hover {
    color: var(--primary-color) !important;
}

.link-social-icons a {
    color          : var(--gray-300);
    background     : rgba(255, 255, 255, 0.08);
    width          : 35px;
    height         : 35px;
    border-radius  : 50px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.link-social-icons a i {
    font-size: 14px;
}

.footer-bottom {
    border-top      : 1px solid #a6a6a640;
	background-color: var(--primary-color-400);
}

.footer-last {
    max-width      : 100%;
    width          : 100%;
    display        : flex;
    justify-content: space-between;
	padding-top: 20px;
}
.footer-last .footer-last{
	width          : 150px;
	
	padding: 10px;

}
.footer-link:hover {
    color          : rgba(166, 166, 166, 0.5) !important;
    text-decoration: none;
}
.footer-bg .logo{
	position: relative;
	bottom: 20px;
}
.footer-bg .logo img {
    max-width: 120px;
	/*width: 115px;*/
}
.footer-bg .logo a:hover img{
	filter: invert(30%);
}


/* Media Queries */

@media (max-width: 580px) {
    .home-btns .custom-btn-primary:nth-last-child(1) {
        margin-top : 24px;
        margin-left: 0px;
    }

    .post-share-option {
        display: block;
    }

    .post-share-option h3 {
        margin-bottom: 8px;
    }
	.main_banner{
        height: 95vw;
    }
	.main_banner_box ul li{
        width: 100vw;
    }
	.xmqha{
        gap: 30px;
    }
	
	.btn_list span {
        width: 10px;
        height: 10px;
        margin: 15px 2px;
    }
	.btn_list span.curr {
        width: 20px;
    }
	.xmzc_bg ul .youbzp{
		height: 200px;
	}
	.icon-style {
        transform: scale(0.6)!important;
    }
	.yyh1 ol{
		margin-left: 0!important;
    }
	.yyh1 ol img{
        bottom: 40px;
        left: 180px;
    }
	.zp2 ol li dl{
        padding-bottom: 0;
    }
	/*.houc ul li div{
        transform: scale(0.4)!important;
    }*/
}

@media (max-width: 992px) {
    section {
        padding-top: var(--section-padding-small);
    }

    /* --------Home-------- */
    .home-content-inner {
        width: 90%;
    }

    .home-content h1 {
        font-size: var(--primary-mobo-heading);
    }

    .icon-style {
        visibility: hidden;
    }
	.bycang{
		visibility:visible;
	}

    .social-home-links,
    .nav-bullets {
        display: none;
    }

    /* --------About-------- */
    .about-bg .about-image {
        display: none !important;
    }

    .content-top h2 span::after {
        display: none;
    }

    .about-bg .content-detail .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    /* --------Services-------- */
    .services-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    /* --------Skills-------- */
    .skills-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    .skills-bg .skills-image {
        display: none;
    }

    .play-btn {
        width  : 32px;
        height : 32px;
        padding: 30px;
    }

    /* --------Counter-------- */
    .counter-bg {
        margin-top: 88px;
    }

    .counter-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    .counter-inner {
        padding: 40px 0px;
    }

    /* --------Why Choose Us-------- */
    .choose-us-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    /* Portfolio */
    .portfolio-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    /* --------Spacer-------- */
    .spacer-bg {
        margin-top: 88px;
    }

    .spacer-inner {
        border    : none;
        text-align: center;
        padding   : 0px 0px;
    }

    .spacer-inner h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    /* --------Our Team-------- */
    .team-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    .team-member-block {
        border-radius: 8px 8px 0px 0px;
    }

    .team-member-block .team-member-image {
        border-radius: 8px 8px 0px 0px;
    }

    .team-member-block .team-member-image img {
        border-radius: 8px 8px 0px 0px;
    }

    /* --------Testimonials-------- */
    .testimonials-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    /* --------Pricing-------- */
    .pricing-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
        margin-bottom: 116px;
    }

    /* --------Blog-------- */
    .blog-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    .pagination-style {
        max-width      : 100%;
        width          : 100%;
        justify-content: center;
        margin         : -16px 0 48px 0;
    }

    .cta-area-bg {
        padding-top: var(--section-padding-small);
    }

    .cta-area-grid {
        padding-top: 64px;
    }

    /* --------CTA-------- */
    .cta-area-inner-bg .custom-btn-secondary-variant {
        margin-right : 0px;
        margin-bottom: 8px;
    }

    /* --------Contact-------- */
    .contact-bg {
        background-position: left 33%;
    }

    .contact-info {
        padding: 0px 0px;
    }

    .contact-info .contact-info-inner {
        padding: 0px 0px;
    }

    .contact-bg .content-top h2 {
        font-size    : var(--secondary-mobo-heading);
        margin-bottom: var(--margin-bottom-small);
    }

    /* --------Footer-------- */
    .footer-bg {
        padding: 88px 0px 80px 0px;
    }

    .footer-bg {
        margin-top: 0;
    }

    .footer-social-links {
        margin-bottom: 32px !important;
    }

    .footer-last {
        align-items: center;
        flex-flow  : column;
    }
	.footer-last .footer-last{
		flex-flow: row;
	}
	.ditu .container ul li{
		border:none;
        height: 130px;
    }
	
	.xmqhb{
        gap: 10px;
    }
	.icon-style {
        transform: scale(0.8);
    }
	.yyh1 ol{
		position: static;
		margin-left: 20vw;
    }
	/*.houc ul li div{
        transform: scale(0.4);
    }*/
}

@media (max-width: 1200px) {

    /* --------Navbar-------- */
    .header-nav {
        padding: 12px 12px !important;
    }

    .header-fix {
        margin: 0px 12px;
    }

    .navbar-nav {
        background-color: var(--white);
    }
	.nav-item .btn-navbar{
        border:none;
		border-radius: 0;
		text-align: center;
		
    }

    #navbar ul {
        margin-top   : 12px;
        border-radius: 8px;
        box-shadow   : 0px 20px 32px rgb(0 0 0 / 50%);
    }

    #navbar ul:first-child{
        height: 340px;
        overflow-y: scroll;
    }

    #navbar ul li {
        padding      : 16px;
        border-bottom: 1px solid rgba(30, 30, 30, 0.1);
        margin       : 0px;
        display      : block;
    }

    #navbar ul li:first-child {
        border-radius: 8px 8px 0px 0px;
    }

    #navbar ul>li:nth-last-child(1) {
        border       : none;
        border-radius: 0px 0px 8px 8px;
    }

    #navbar ul li a.custom-btn-CTA:hover {
        background-color: var(--primary-color);
        color           : var(--white) !important;
    }

    /* #navbar .navbar-nav .nav-item:nth-last-child(1){
        background-color: var(--white);
    } */

    #navbar .navbar-nav .nav-item:hover{
        background-color: var(--primary-color);
    }

    #navbar .navbar-nav .nav-item:hover .custom-btn-CTA{
        background-color: rgba(0, 0, 0, 0.25);
    }

    #navbar .navbar-nav .nav-item .custom-btn-CTA:hover {
        background-color: rgba(0, 0, 0, 0.35);
    }

    #navbar .navbar-nav .nav-item:hover .nav-link{
        color: var(--white) !important;
    }

     #navbar .navbar-nav .nav-item .nav-link:hover{
        color: var(--gray-400);
    } 

    .custom-btn-primary {
        color: var(--white) !important;
    }

    .custom-btn-primary:hover {
        color: var(--primary-color) !important;
    }

    #navbar ul li a {
        color: var(--secondary-color);
    }

    #navbar ul li .custom-btn-CTA {
        color: var(--white);
    }
    #navbar ul li .custom-btn-CTA:hover {
        color: var(--primary-color);
    }
	.yyh1 ol{
        bottom:auto;
    }
	/*.houc ul li div{
        transform: scale(0.7);
    }*/

}
