﻿:root {
--theme-color-white:#fff;
--theme-color-light:#f8f5f0;
--theme-color-gray:#f6f6f6;
--theme-color-gray-2:#ECEFF4;
--theme-color-gray-3:#75727B;
--theme-color-gray-4:#F1F1F1;
--theme-color-dark:#000;
--theme-color-dark-2:#272E39;
--theme-color-dark-3:#182838;
--theme-color-dark-4:#121C27;
--theme-color-dark-5:#1D2F41;
--theme-color1:#088178;
--theme-color2:#222429;
--theme-color3:#1d2f41;
--theme-color4:#ecf0f4;
--theme-color5:#F5F2F0;
--theme-color6:#2F3D4C;
--theme-color7:#232331;
--theme-color1-rgb:203, 147, 93;
--theme-color2-rgb:34, 36, 41;
--theme-color3-rgb:29, 47, 65;
--theme-color4-rgb:17, 27, 38;
--theme-color-dark-rgb:0, 0, 0;
--theme-color-white-rgb:255, 255, 255;
--bg-theme-color1:var(--theme-color1);
--bg-theme-color2:var(--theme-color2);
--bg-theme-color3:var(--theme-color3);
--bg-theme-color4:var(--theme-color4);
--border-theme-color1:var(--theme-color1);
--border-theme-color2:var(--theme-color2);
--border-theme-color3:var(--theme-color3);
--border-theme-color4:var(--theme-color4);
--text-color-bg-theme-color1:#fff;
--text-color-bg-theme-color2:#fff;
--text-color-bg-theme-color3:#fff;
--text-color-bg-theme-color4:#fff;
--gradient-1:linear-gradient(to right, rgba(29,47,65,1) 0, rgba(255,73,74,0.5) 50%, rgba(29,47,65,0) 100%);
--gradient-2:linear-gradient(to right, var(--theme-color2), var(--theme-color1));
--gradient-3:linear-gradient(to top, var(--theme-color2), var(--theme-color1));
--gradient-4:linear-gradient(to top, var(--theme-color1), var(--theme-color2));
--gradient-5:linear-gradient(270deg, rgba(var(--theme-color1-rgb), 0.8) 0, rgba(var(--theme-color-dark-rgb), 0.8) 100%);
--gradient-6:linear-gradient(to left, var(--theme-color2), var(--theme-color1));
--gradient-7:linear-gradient(270deg, rgba(29,47,65,0.66) 0, rgba(7,21,36,0.95) 54.5%);
--text-color:#616161;
--headings-color:#222429;
--link-color:var(--theme-color1);
--link-hover-color:var(--theme-color1);
--body-font-size:16px;
--body-line-height:30px;
--body-font-weight:400;
--line-height-heading-h1:1em;
--line-height-heading:1.25em;
--line-height-heading-small:1.4em;
--h1-font-size:34px;
--h2-font-size:28px;
--h3-font-size:24px;
--h4-font-size:20px;
--h5-font-size:18px;
--h6-font-size:16px;
--h1-font-weight:700;
--h2-font-weight:700;
--h3-font-weight:700;
--h4-font-weight:700;
--h5-font-weight:700;
--h6-font-weight:700;
--sec-title-subtitle-color:var(--text-color);
--sec-title-subtitle-font-size:14px;
--sec-title-subtitle-font-family:var(--text-font);
--sec-title-subtitle-font-weight:700;
--sec-title-subtitle-line-height:1.2em;
--sec-title-color:var(--headings-color);
--sec-title-font-size:var(--h2-font-size);
--sec-title-font-family:var(--title-font);
--sec-title-font-weight:var(--h2-font-weight);
--theme-light-background:#f8f6f1;
--theme-light-background-text-color:var(--headings-color);
--theme-black:#222429;
--container-width:1200px;
--small-container-width:1000px;
--large-container-width:1550px;
--container-pt:120px;
--container-pb:120px
}
::-moz-selection {
background:var(--theme-color1);
color:#fff;
text-shadow:none
}
::selection {
	background: var(--theme-color1);
	color: #fff;
	text-shadow: none
}
::-moz-selection {
background:var(--theme-color1);
color:#fff;
text-shadow:none
}
::-webkit-selection {
background:var(--theme-color1);
color:#fff;
text-shadow:none
}
:active, :focus {
	outline: none!important
}
::-webkit-input-placeholder {
color:#7c858c
}
::-moz-input-placeholder {
color:#7c858c
}
::-ms-input-placeholder {
color:#7c858c
}
body {
	background-color: #fff;
	background-attachment: fixed;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	counter-reset: my-sec-counter;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: var(--text-color);
	font-size: var(--body-font-size);
	font-family: var(--text-font);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height)
}
p, .text {
	color: var(--text-color);
	font-size: var(--body-font-size);
	font-family: var(--text-font);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height)
}
h1, h2 {
	color: var(--headings-color);
	position: relative;
	line-height: var(--line-height-heading-)
}
h3, h4, h5, h6 {
	color: #515151;
	position: relative;
	line-height: var(--line-height-heading-)
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
	font-weight: normal;
	line-height: 1;
	color: var(--headings-color)
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-weight: inherit
}
h1, h2 {
	margin-bottom: 1rem
}
h3, h4, h5, h6 {
	margin-top: 1.5rem;
}
h1 {
	font-size: var(--h1-font-size);
	font-weight: var(--h1-font-weight);
	line-height: var(--line-height-heading-h1)
}
h2 {
	font-size: var(--h2-font-size);
	font-weight: var(--h2-font-weight);
	line-height: var(--line-height-heading)
}
h3 {
	font-size: var(--h3-font-size);
	font-weight: var(--h3-font-weight);
	line-height: var(--line-height-heading)
}
h4 {
	font-size: var(--h4-font-size);
	font-weight: var(--h4-font-weight);
	line-height: var(--line-height-heading)
}
h5 {
	font-size: var(--h5-font-size);
	font-weight: var(--h5-font-weight);
	line-height: var(--line-height-heading)
}
h6 {
	font-size: var(--h6-font-size);
	font-weight: var(--h6-font-weight);
	line-height: var(--line-height-heading-small)
}
table p {
	margin-bottom: 0
}
p {
	margin-bottom: 20px
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
	text-decoration: underline
}
a {
	color: var(--link-color);
	text-decoration: none;
	font-weight: var(--body-font-weight);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0
}
a b, a strong {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
a img {
	border: 0
}
a.tag-item:hover{text-decoration: underline;color:var(--theme-color3)}
pre, ul, ol, dl, dd, blockquote, address, table, fieldset {
	margin-bottom: 10px
}
ol, ul {
	list-style-position: inside;
	margin: 0;
	padding: 0
}
b, strong {color: #616161;}
iframe {
	border: none!important
}
.container .container {
	width: 100%
}
.container .container, .container .container-fluid, .container-fluid .container, .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}
section>.container, section>.container-fluid {
	padding-top: var(--container-pt);
	padding-bottom: var(--container-pt)
}
@media(min-width:1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: var(--container-width)
}
}
.form-control, .input-text {
	height: calc(2.25rem+27px);
	padding: 14px 30px;
	outline: 0;
	background-color: #f4f5f8;
	border: 1px solid #f4f5f8;
	color: #686a6f;
font-size:.9rem;
	width: 100%
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
color:#686a6f;
opacity:1
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
color:#686a6f;
opacity:1
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
color:#686a6f;
opacity:1
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
color:#686a6f;
opacity:1
}
::placeholder {
  color: #999999 !important;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
color:#686a6f;
opacity:1
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
color:#686a6f
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
color:#686a6f
}
textarea.form-control {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px
}
.tm-boxed-layout {
	background-color: #444;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px
}
.tm-boxed-layout.layer-overlay:before {
	z-index: -1
}
.tm-boxed-layout .page-wrapper {
	margin: 0 auto;
	overflow: hidden
}
@media(min-width:1200px) {
.tm-boxed-layout .page-wrapper {
	width: 1170px
}
}
.tm-boxed-layout .container .container {
	width: 100%
}
@media(min-width:1200px) {
.tm-boxed-layout .container {
	width: 1140px
}
}
@media(min-width:1000px) {
.tm-boxed-layout.tm-container-970px .page-wrapper {
	width: 970px
}
}
.tm-boxed-layout.tm-container-970px .container, .tm-boxed-layout.tm-container-970px .container-fluid {
	padding-left: 20px;
	padding-right: 20px
}
.tm-boxed-layout.tm-container-970px .container .container, .tm-boxed-layout.tm-container-970px .container .container-fluid, .tm-boxed-layout.tm-container-970px .container-fluid .container, .tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}
@media(min-width:1300px) {
.tm-boxed-layout.tm-container-1230px .page-wrapper {
	width: 1230px
}
}
.tm-boxed-layout.tm-container-1230px .container, .tm-boxed-layout.tm-container-1230px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}
.tm-boxed-layout.tm-container-1230px .container .container, .tm-boxed-layout.tm-container-1230px .container .container-fluid, .tm-boxed-layout.tm-container-1230px .container-fluid .container, .tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}
@media(min-width:1400px) {
.tm-boxed-layout.tm-container-1300px .page-wrapper {
	width: 1300px
}
}
.tm-boxed-layout.tm-container-1300px .container, .tm-boxed-layout.tm-container-1300px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}
.tm-boxed-layout.tm-container-1300px .container .container, .tm-boxed-layout.tm-container-1300px .container .container-fluid, .tm-boxed-layout.tm-container-1300px .container-fluid .container, .tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}
@media(min-width:1400px) {
.tm-boxed-layout.tm-container-1340px .page-wrapper {
	width: 1340px
}
}
.tm-boxed-layout.tm-container-1340px .container, .tm-boxed-layout.tm-container-1340px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}
.tm-boxed-layout.tm-container-1340px .container .container, .tm-boxed-layout.tm-container-1340px .container .container-fluid, .tm-boxed-layout.tm-container-1340px .container-fluid .container, .tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}
@media(min-width:1400px) {
.tm-boxed-layout.tm-container-1440px .page-wrapper {
	width: 1440px
}
}
.tm-boxed-layout.tm-container-1440px .container, .tm-boxed-layout.tm-container-1440px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}
.tm-boxed-layout.tm-container-1440px .container .container, .tm-boxed-layout.tm-container-1440px .container .container-fluid, .tm-boxed-layout.tm-container-1440px .container-fluid .container, .tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}
@media(min-width:1560px) {
.tm-boxed-layout.tm-container-1500px .page-wrapper {
	width: 1500px
}
}
.tm-boxed-layout.tm-container-1500px .container, .tm-boxed-layout.tm-container-1500px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}
.tm-boxed-layout.tm-container-1500px .container .container, .tm-boxed-layout.tm-container-1500px .container .container-fluid, .tm-boxed-layout.tm-container-1500px .container-fluid .container, .tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}
@media(min-width:1660px) {
.tm-boxed-layout.tm-container-1600px .page-wrapper {
	width: 1600px
}
}
.tm-boxed-layout.tm-container-1600px .container, .tm-boxed-layout.tm-container-1600px .container-fluid {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}
.tm-boxed-layout.tm-container-1600px .container .container, .tm-boxed-layout.tm-container-1600px .container .container-fluid, .tm-boxed-layout.tm-container-1600px .container-fluid .container, .tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
	padding-left: 0;
	padding-right: 0
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
	width: 95%
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container, .tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
	width: 100%
}
.tm-boxed-layout.container-shadow .page-wrapper {
	-webkit-box-shadow: 0 0 25px 0 #777;
	box-shadow: 0 0 25px 0 #777
}
.tm-boxed-layout .header, .tm-boxed-layout section, .tm-boxed-layout .footer {
	background-color: #fff
}
.tm-boxed-layout .header .navbar-default {
	background-color: #fff;
	border-color: #fff;
	padding: 0
}
.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
	padding: 30px 5px
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
	background-color: #fff;
	border-color: #fff;
	margin-right: 30px
}
.tm-boxed-layout .header #header-logo {
	margin: 0;
	padding-top: 27px
}
.tm-boxed-layout .banner-section .slide-item {
	min-height: 540px
}
.tm-boxed-layout .banner-section .slide-item .content-box {
	padding: 150px 0 220px
}
.tm-boxed-layout .banner-section-two .content-box {
	padding: 250px 0 150px
}
.tm-boxed-layout .banner-section-three .content-box {
	padding: 250px 0 150px
}
.tm-boxed-layout .banner-section-four .content-box {
	padding: 130px 0
}
@media(max-width:1200px) {
.tm-boxed-layout {
	padding-top: 15px
}
.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
	padding: 10px
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
	margin-right: 15px
}
.tm-boxed-layout .navbar-header {
	padding: 15px 0
}
.tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
	margin-right: 0
}
}
@font-face {
	font-family: "Reey";
	src: url("../font/Reey-Regular.woff2") format("woff2"), url("../font/Reey-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%
}
textarea {
	overflow: hidden;
	resize: none
}
button {
	outline: none!important;
	cursor: pointer
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0
}
.title a {
	color: inherit
}
.color1 {
	color: var(--theme-color1)
}
.color2 {
	color: var(--theme-color2)
}
.color3 {
	color: var(--theme-color3)
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 99;
	background-color: var(--theme-color-white)
}
.large-container {
	position: static;
	max-width: var(--large-container-width);
	padding: 0 15px;
	margin: 0 auto;
	width: 100%
}
.auto-container {
	position: static;
	max-width: var(--container-width);
	padding: 0 15px;
	margin: 0 auto;
	width: 100%
}
.container-d{max-width: 1400px !important;}
.container-16{max-width: 1400px !important;}
.small-container {
	position: static;
	max-width: var(--small-container-width);
	padding: 0 15px;
	margin: 0 auto;
	width: 100%
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.dropdown-toggle::after {
	display: none
}
.style-font {
	font-family: var(--style-font)
}
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: var(--theme-color-white)
}
.preloader:after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 200px;
	margin-left: -100px;
	margin-top: -60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../image/preloader.png);
	background-size: 70px;
	content: ""
}
.preloader:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 10px;
	color: var(--theme-color1);
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: none;
	transition: none;
	content: "Loading"
}
.scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	color: var(--theme-color-white);
	text-align: center;
	cursor: pointer;
	background-color: var(--theme-color1);
	z-index: 100;
	display: none;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.scroll-to-top:hover {
	background: var(--theme-color2);
	color: var(--theme-color-white)
}
.list-style-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0
}
.list-style-one li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: var(--text-color);
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.list-style-one li i {
	margin-right: 10px;
	color: var(--theme-color1);
	font-size: 14px;
	line-height: 20px
}
.list-style-one li a {
	display: inline-block;
	color: #808287;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.list-style-one li a:hover {
	color: var(--theme-color2)
}
.list-style-two {
	position: relative
}
.list-style-two li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--theme-color2);
	padding-left: 30px;
	margin-bottom: 30px
}
.fuwu-kj{
	background-color: #EFF6FF;
    border-left: 4px solid #2563eb;
    padding: 1rem;
    border-radius: 0.5rem 0 0 0.5rem;
}
.list-style-two li i {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color1);
	font-size: 16px;
	line-height: 24px
}
.list-style-two li a {
	display: inline-block;
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.list-style-two li a:hover {
	color: var(--theme-color-white)
}
.list-style-three {
	position: relative
}
.list-style-three li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: var(--theme-color2);
	padding-left: 25px;
	margin-bottom: 10px
}
.list-style-three li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f058";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	color: var(--theme-color1)
}
.list-style-three li a {
	display: inline-block;
	color: var(--theme-color-white);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.list-style-three li a:hover {
	color: var(--theme-color-white)
}
.list-style-three.two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.list-style-three.two-column li {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding-right: 10px
}
@media(max-width:575.98px) {
.list-style-three.two-column li {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
}
.social-icon-one {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.social-icon-one li {
	position: relative;
	margin-left: 27px
}
.social-icon-one li:first-child {
	margin-left: 0
}
.social-icon-one li a {
	position: relative;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.social-icon-one li a:hover {
	color: var(--theme-color1)
}
.social-icon-two {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.social-icon-two li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px
}
.social-icon-two li:first-child {
	margin-left: 0
}
.social-icon-two li a {
	position: relative;
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	color: var(--theme-color-white);
	border-radius: 50%;
	background-color: #233649;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.social-icon-two li a:hover {
	color: var(--theme-color-white);
	background-color: var(--theme-color1)
}
.theme-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 0
}
.theme-btn .btn-title {
	position: relative;
	z-index: 2;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.btn-style-one {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 50px;
	font-weight: 700;
	letter-spacing: .1em;
	overflow: hidden;
	text-transform: uppercase;
	color: var(--theme-color-white);
	background: var(--theme-color1);
	border: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}
.btn-style-one:before, .btn-style-one:after {
	content: "";
	background-color: var(--theme-color2);
	height: 50%;
	width: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.btn-style-one:before {
	top: 0;
	left: 0;
	right: auto
}
.btn-style-one:after {
	bottom: 0;
	right: 0;
	left: auto
}
.btn-style-one:hover .btn-title {
	color: var(--theme-color-white)
}
.btn-style-one:hover:before {
	width: 100%;
	right: 0;
	left: auto
}
.btn-style-one:hover:after {
	width: 100%;
	left: 0;
	right: auto
}
.btn-style-one.light {
	background: var(--theme-color-white);
	color: var(--theme-color1);
	font-weight: 500
}
.btn-style-one.light:before, .btn-style-one.light:after {
	background: var(--theme-color1)
}
.btn-style-one.bg-theme-color3 {
	background: var(--theme-color3)
}
.btn-style-one.bg-theme-color3:before, .btn-style-one.bg-theme-color3:after {
	background: var(--theme-color1)
}
.btn-style-one.bg-theme-color4 {
	background: var(--theme-color4);
	color: var(--theme-color2)
}
.btn-style-one.bg-theme-color4:before {
	background: var(--theme-color2)
}
.btn-style-two {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	padding: 15px 50px;
	font-weight: 700;
	letter-spacing: .1em;
	overflow: hidden;
	text-transform: uppercase;
	color: var(--theme-color-white);
	background: var(--theme-color2)
}
.btn-style-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color1);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}
.btn-style-two:hover:before {
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.btn-style-two:hover {
	color: var(--theme-color-white);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1)
}
.btn-style-two.hvr-light:hover {
	color: var(--theme-color1)
}
.btn-style-two.hvr-light:before {
	background-color: var(--theme-color2)
}
.btn-style-three {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	padding: 15px 50px;
	font-weight: 700;
	letter-spacing: .1em;
	overflow: hidden;
	text-transform: uppercase;
	color: var(--theme-color1);
	background: var(--theme-color3)
}
.btn-style-three:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--theme-color2);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}
.btn-style-three:hover:before {
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.btn-style-three:hover {
	color: var(--theme-color-white)
}
.btn-style-four {
	position: relative;
	font-size: 16px;
	line-height: 18px;
	padding: 20px 50px;
	font-weight: 700;
	letter-spacing: .1em;
	overflow: hidden;
	text-transform: uppercase;
	color: var(--theme-color-white);
	background: transparent;
	border: 1px solid var(--theme-color-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}
.btn-style-four:before, .btn-style-four:after {
	content: "";
	background-color: var(--theme-color1);
	height: 50%;
	width: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.btn-style-four:before {
	top: 0;
	left: 0;
	right: auto
}
.btn-style-four:after {
	bottom: 0;
	right: 0;
	left: auto
}
.btn-style-four:hover {
	border-color: var(--theme-color1)
}
.btn-style-four:hover .btn-title {
	color: var(--theme-color-white)
}
.btn-style-four:hover:before {
	width: 100%;
	right: 0;
	left: auto
}
.btn-style-four:hover:after {
	width: 100%;
	left: 0;
	right: auto
}
.bounce-y {
	-webkit-animation: bounce-y 10s infinite linear;
	animation: bounce-y 10s infinite linear
}
.bounce-x {
	-webkit-animation: bounce-x 10s infinite linear;
	animation: bounce-x 10s infinite linear
}
.zoom-one {
	-webkit-animation: zoom-one 10s infinite linear;
	animation: zoom-one 10s infinite linear
}
@-webkit-keyframes float {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
50% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes float {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
50% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes bounce-y {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
50% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes bounce-y {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
50% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes bounce-x {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
50% {
-webkit-transform:translateX(30px);
transform:translateX(30px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes bounce-x {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
50% {
-webkit-transform:translateX(30px);
transform:translateX(30px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@-webkit-keyframes zoom-one {
0% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
50% {
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
100% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
}
@keyframes zoom-one {
0% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
50% {
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
100% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
}
@-webkit-keyframes zoom-two {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes zoom-two {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.overlay-anim {
	position: relative
}
.overlay-anim:after {
	background: rgba(255,255,255,0.3);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 9;
	pointer-events: none
}
.overlay-anim:hover:after {
	height: 100%;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}
.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	-webkit-transform: scale(0.95);
	transform: scale(0.95)
}
.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-theme-color1);
	opacity: .95
}
.search-popup .close-search {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 26px;
	color: var(--theme-color2);
	z-index: 3;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}
.search-popup .search-inner {
	position: relative;
	display: block;
	top: 40%;
	height: auto;
	z-index: 1;
	width: calc(100% - 60px);
	max-width: 800px;
	margin: auto;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.search-popup .form-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.search-popup .form-group input[type=search], .search-popup .form-group input[type=text] {
	position: relative;
	display: block;
	line-height: 20px;
	font-size: 16px;
	width: 100%;
	height: 50px;
	border: 1px solid #e1e6dc;
	padding: 15px 20px;
	color: #707070;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}
.search-popup .form-group input[type=search]:focus, .search-popup .form-group input[type=text]:focus {
	border-color: var(--border-theme-color2)
}
.search-popup .form-group button {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 40px;
	width: 40px;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
	font-weight: normal;
	background: var(--theme-color2);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}
.search-popup .form-group button:hover {
	background: var(--theme-color2);
	color: #fff
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
color:inherit
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
color:inherit
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
color:inherit
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
color:inherit
}
.search-popup textarea::placeholder, .search-popup input::placeholder {
color:inherit
}
.moblie-search-active .search-popup {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 0
}
.moblie-search-active .search-popup .search-inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms
}
/**面包屑**/
.breadcrumb-nav-sycp {
        font-size: 15px;
        padding: 15px 0;
		background: #f9f9f9;
        border-bottom: 1px solid #eee;
    }
    .breadcrumb-list-sycp {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    .breadcrumb-item-sycp {
        display: flex;
        align-items: center;
    }
    .breadcrumb-item-sycp a {
        text-decoration: none;
        color: #1d2f41;
        font-weight: 900;
    }
    .breadcrumb-item-sycp a:hover {
        text-decoration: underline;
    }
    .breadcrumb-item-sycp:last-child {
        color: #555;
        font-weight: 600;
    }
    .breadcrumb-separator-sycp {
        margin: 0 8px;
        color: #777;
    }
/**面包屑 End**/
.header-span {
	position: relative;
	height: 110px;
	display: block;
	width: 100%
}
.main-header {
	position: relative;
	width: 100%;
	z-index: 999
}
.header-top {
	position: relative;
	margin-left: 335px;
	padding-right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header-top .inner-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
.header-top .top-left {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header-top .top-right {
	position: relative
}
.header-top .useful-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0
}
.header-top .useful-links li {
	position: relative;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 13px;
	color: #808287;
	line-height: 20px
}
.header-top .useful-links li:first-child {
	margin-left: 0;
	padding-left: 0
}
.header-top .useful-links li:first-child:before {
	display: none
}
.header-top .useful-links li:before {
	position: absolute;
	left: -3px;
	top: 0;
	content: "/"
}
.header-top .useful-links li a {
	color: #808287;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.header-top .useful-links li a:hover {
	color: var(--theme-color1)
}
.header-top .outer-box {
	min-width: 210px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
@media(max-width:1199.98px) {
.header-top .outer-box {
	min-width: 170px
}
}
.main-header .header-lower {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.main-header .header-lower .logo-box {
	position: relative;
	padding: 24px 0;
	min-width: 280px
}
.main-header {
	width: 100%;
	z-index: 999
}
.main-header .logo {
	position: relative;
	display: block
}
.main-header .logo img {
	max-width: 100%;
	height: auto
}
.main-header .main-box {
	position: relative;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.main-header .main-box .nav-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
.main-menu {
	position: relative
}
@media(max-width:991.98px) {
.main-menu {
	display: none
}
}
.main-menu .navbar-header {
	display: none
}
.main-menu .navbar-collapse {
	padding: 0
}
.main-menu .navigation {
	position: relative;
	margin: 0
}
.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 25px 0;
	margin-right: 55px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
@media(max-width:1199.98px) {
.main-menu .navigation>li {
	margin-right: 38px
}
}
.main-menu .navigation>li:last-child {
	margin-right: 0
}
.main-menu .navigation>li:before {
	position: absolute;
	left: 50%;
	bottom: 23px;
	height: 2px;
	width: 0;
	background-color: var(--theme-color-white);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.main-menu .navigation>li:hover:before, .main-menu .navigation>li.current:before {
	left: 0;
	width: 100%
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	opacity: 1;
	color: #aab3bb;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.main-menu .navigation>li>a .icon {
	position: relative;
	font-size: 22px;
	line-height: 24px;
	margin-left: 10px
}
.main-menu .navigation>li>a:hover {
	color: var(--theme-color-white)
}
.main-menu .navigation>li.current>a {
	color: var(--theme-color-white);
	font-weight: 700
}
.main-menu .navigation>li.dropdown>a {
	padding-right: 14px;
	margin-right: -14px
}
.main-menu .navigation>li.dropdown>a:after {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 24px;
	font-size: 12px;
	z-index: 5;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	margin-top: -2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	margin-top: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.main-menu .navigation>li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 220px;
	z-index: 100;
	padding: 10px 0 0;
	background-color: var(--theme-color-white);
	margin-top: 30px;
	opacity: 0;
	display: none;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0 5px 1px rgba(0,0,0,0.05)
}
@media(min-width:768px) {
.main-menu .navigation>li>ul {
	display: block!important;
	visibility: hidden;
	opacity: 0
}
}
.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0
}
.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ebf1f5
}
.main-menu .navigation>li>ul>li:last-child {
	border-bottom: 0
}
.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 29px;
	font-weight: 400;
	font-size: 16px;
	color: var(--theme-color2);
	text-align: left;
	margin: 0 30px;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease
}
.main-menu .navigation>li>ul>li:hover>a {
	color: var(--theme-color1)
}
.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f105";
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 11px;
	font-weight: 900;
	z-index: 5
}
.main-menu .navigation>li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	margin-top: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 220px;
	z-index: 100;
	display: none;
	background-color: var(--theme-color-white);
	opacity: 0;
	padding: 10px 0 0;
	margin-top: 10px;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0 5px 1px rgba(0,0,0,0.05)
}
@media(min-width:768px) {
.main-menu .navigation>li>ul>li>ul {
	display: block!important;
	visibility: hidden;
	opacity: 0
}
}
.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	border-bottom: 1px solid #ebf1f5;
	width: 100%
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: 0
}
.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: var(--theme-color2);
	text-align: left;
	margin: 0 30px;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--theme-color1)
}
.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid var(--theme-color-white);
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: var(--theme-color-white);
	cursor: pointer;
	z-index: 5;
	display: none
}
@media(max-width:1599.98px) {
.header-style-one .header-lower .theme-btn {
	display: none
}
.list-style-one .dizhi-xs{display: none}
}
.header-style-two {
	position: relative;
	background-color: var(--theme-color-white)
}
.header-style-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color2)), to(transparent));
	background: linear-gradient(var(--theme-color2), transparent);
	min-height: 300px;
	content: ""
}
.header-style-two .auto-container {
	max-width: 1370px
}
.header-style-two .header-top {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: var(--theme-color3)
}
@media(max-width:991.98px) {
.header-style-two .header-top {
	display: none
}
}
.header-style-two .header-top .inner-container {
	padding: 0
}
.header-style-two .header-top .list-style-one {
	padding: 11px 0
}
.header-style-two .header-top .list-style-one li {
	font-size: 13px;
	font-weight: 400;
	color: #aab3bb
}
.header-style-two .header-top .list-style-one li a {
	color: #aab3bb
}
.header-style-two .header-top .list-style-one li:hover a {
	color: var(--theme-color-white)
}
.header-style-two .social-icon-one li a {
	color: var(--theme-color-white)
}
.header-style-two .social-icon-one li a:hover {
	color: var(--theme-color1)
}
.header-style-two .header-lower {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	border-bottom: 2px solid rgba(255,255,255,0.1)
}
.header-style-two .header-lower .nav-outer {
	margin-left: auto;
	width: auto
}
.header-style-two .header-lower .logo-box {
	width: auto
}
@media(max-width:991.98px) {
.header-style-two .header-lower .logo-box {
	min-width: auto;
	margin-right: 30px
}
}
.header-style-two .header-lower .outer-box .theme-btn {
	margin-left: 50px;
	font-size: 14px;
	letter-spacing: .06px;
	padding: 15px 33px
}
@media(max-width:1199.98px) {
.header-style-two .header-lower .outer-box .theme-btn {
	display: none
}
}
.header-style-two .header-lower .main-menu .navigation>li {
	color: var(--theme-color-white);
	padding: 42px 0
}
.header-style-two .header-lower .main-menu .navigation>li:before {
	bottom: 40px
}
.header-style-two .header-lower .main-menu .navigation>li>a {
	color: var(--theme-color-white)
}
.header-style-three {
	position: relative;
	background-color: var(--theme-color2)
}
.header-style-three .main-box {
	padding: 0 80px
}
.header-style-three .main-box .logo-box {
	min-width: 280px
}
.header-style-three .main-box .outer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header-style-three .main-box .main-menu .navigation>li {
	padding: 42px 0
}
.header-style-three .main-box .main-menu .navigation>li:before {
	bottom: 40px
}
.header-style-three .main-box .main-menu .navigation>li>a {
	color: var(--theme-color-white)
}
.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 99999;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.05)
}
.sticky-header.fixed-header {
	opacity: 1;
	z-index: 9999;
	visibility: visible
}
.sticky-header .logo {
	padding: 10px 0
}
.sticky-header .logo img {
	max-height: 40px
}
.sticky-header .nav-outer {
	position: relative;
	background: 0
}
.sticky-header .inner-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.sticky-header .main-menu .navigation>li {
	margin: 0;
	margin-left: 40px;
	padding: 20px 0
}
.sticky-header .main-menu .navigation>li>a {
	color: #707070
}
.sticky-header .main-menu .navigation>li.current>a, .sticky-header .main-menu .navigation>li:hover>a {
	color: var(--theme-color2)
}
.sticky-header .main-menu .navigation>li:before {
	display: none
}
.sticky-header .outer-box, .sticky-header .navbar-header {
	display: none
}
.sticky-header .mobile-nav-toggler {
	color: var(--theme-color1);
	top: 3px
}
.mobile-nav-toggler {
	position: relative;
	font-size: 24px;
	line-height: 20px;
	cursor: pointer;
	color: var(--theme-color-white);
	display: none;
	top: 0;
	margin-left: 25px;
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}
@media(max-width:991.98px) {
.mobile-nav-toggler {
	display: inline-block
}
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999
}
.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	visibility: hidden
}
.mobile-menu .upper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 20px 20px
}
.mobile-menu .close-btn {
	position: relative;
	top: -10px;
	text-align: center;
	font-size: 18px;
	color: var(--theme-color1);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px)
}
.mobile-menu .close-btn:hover {
	opacity: .5
}
.mobile-menu .nav-logo {
	position: relative;
	text-align: left;
	width: 100%
}
.mobile-menu .nav-logo img {
	max-height: 40px
}
.mobile-menu .menu-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: var(--theme-color2);
	padding: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transform: translateX(101%);
	transform: translateX(101%)
}
.mobile-menu-visible {
	overflow: hidden
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease 200ms;
	transition: all .4s ease 200ms;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}
.mobile-menu-visible .scroll-to-top {
	opacity: 0;
	visibility: hidden
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.1)
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: 0
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255,255,255,0.1)
}
.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize
}
.mobile-menu .navigation li:hover>a, .mobile-menu .navigation li.current>a {
	color: var(--theme-color1)
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	cursor: pointer;
	z-index: 5
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid rgba(255,255,255,0.1)
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
	content: "\f106"
}
.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul {
	display: none
}
.mobile-menu .navigation li>ul>li {
	padding-left: 20px
}
.contact-list-one {
	position: relative;
	padding: 30px 20px 20px
}
.contact-list-one li {
	position: relative;
	margin-bottom: 20px
}
.contact-list-one li:last-child {
	margin-right: 0
}
.contact-list-one li .contact-info-box {
	position: relative;
	padding-left: 54px;
	font-size: 14px;
	line-height: 24px;
	color: #fff
}
.contact-list-one li .contact-info-box a {
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.contact-list-one li .contact-info-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 34px;
	line-height: 50px;
	color: var(--theme-color1)
}
.contact-list-one li .contact-info-box .title {
	display: block;
	font-size: 12px;
	color: #b2c1c0;
	font-weight: 400;
	text-transform: uppercase
}
.mobile-menu .social-links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: var(--theme-color2);
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: auto
}
.mobile-menu .social-links li {
	position: relative;
	text-align: center;
	width: 100%;
	border-right: 1px solid rgba(255,255,255,0.1)
}
.mobile-menu .social-links li a {
	position: relative;
	display: block;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.mobile-menu .social-links li a:hover {
	color: var(--theme-color1)
}
.sec-title {
	position: relative;
	margin-bottom: 50px
}
.sec-title .sub-title {
	position: relative;
	top: -11px;
	font-size: var(--sec-title-subtitle-font-size);
	color: var(--sec-title-subtitle-color);
	line-height: var(--sec-title-subtitle-line-height);
	font-weight: var(--sec-title-subtitle-font-weight);
	font-family: var(--sec-title-subtitle-font-family);
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-left: 12px;
	margin-bottom: 9px
}
.sec-title .sub-title:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "/";
	color: var(--theme-color1)
}
.sec-title h1 {
	position: relative;
	font-size: 30px;
	line-height: 1em;
	color: var(--sec-title-color);
	font-family: var(--sec-title-font-family);
	font-weight: var(--sec-title-font-weight)
}
.sec-title h1 .tuchu{color: var(--theme-color1);}
.sec-title h2 {
	position: relative;
	font-size: var(--sec-title-font-size);
	color: var(--sec-title-color);
	font-family: var(--sec-title-font-family);
	font-weight: var(--sec-title-font-weight);
	letter-spacing: -0.02em;
	margin-top: -5px;
	margin-bottom: 0
}
@media(max-width:991.98px) {
.sec-title h2 {
	font-size: 40px
}
}
@media(max-width:575.98px) {
.sec-title h2 {
	font-size: 34px;
	line-height: 1.3
}
.sec-title h2 br {
	display: none
}
}
.sec-title .text {
	margin-top: 30px
}
.sec-title.light h3, .sec-title.light h2, .sec-title.light h1 {
	color: var(--theme-color-white)
}
.sec-title.light .sub-title, .sec-title.light .text {
	color: #aab3bb
}
.banner-section {
	position: relative;
	overflow: hidden
}
.banner-section.home-style-seven .bg-image:before {
	background-color: rgba(var(--theme-color4-rgb), 0.95)
}
.banner-section.home-style-seven .content-box .transparent-text {
	text-transform: uppercase;
	font-size: 190px;
	line-height: 150px;
	font-weight: 600;
	margin-bottom: -80px;
	letter-spacing: 1.5rem;
	padding-left: 40px;
	font-family: var(--style-font-2);
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255,255,255,0.25)
}
@media(max-width:1199.98px) {
.banner-section.home-style-seven .content-box .transparent-text {
	font-size: 110px;
	line-height: 100px
}
}
@media(max-width:991.98px) {
.banner-section.home-style-seven .content-box .transparent-text {
	font-size: 70px;
	line-height: 80px
}
}
@media(max-width:575.98px) {
.banner-section.home-style-seven .content-box .transparent-text {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: -20px
}
}
.banner-section.home-style-seven .content-box .title {
	margin-bottom: 20px
}
.banner-section.home-style-seven .content-box .text {
	font-size: 16px;
	color: var(--theme-color-white);
	margin-bottom: 40px
}
@media(max-width:575.98px) {
.banner-section.home-style-seven .content-box .text br {
	display: none
}
}
.banner-section .slide-item {
	position: relative;
	min-height: 850px
}
@media(max-width:1199.98px) {
.banner-section .slide-item {
	min-height: auto
}
}
.banner-section .slide-item .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 0
}
.banner-section .slide-item .bg-image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(var(--theme-color2-rgb), 0.8);
	content: "";
	z-index: 1
}
.banner-section .slide-item .bg-image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}
.banner-section .content-box {
	position: relative;
	padding: 258px 0 202px;
	text-align: center
}
@media(max-width:1199.98px) {
.banner-section .content-box {
	padding: 258px 0 162px
}
}
@media(max-width:991.98px) {
.banner-section .content-box {
	padding: 244px 0 162px
}
}
@media(max-width:399.98px) {
.banner-section .content-box {
	padding: 184px 0 102px
}
}
.banner-section .content-box .sub-title {
	position: relative;
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	color: var(--theme-color-white);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px
}
@media(max-width:575.98px) {
.banner-section .content-box .sub-title {
	font-size: 14px
}
}
.banner-section .content-box .title {
	color: var(--theme-color-white);
	font-size: 60px;
	font-weight: 600;
	line-height: 100px;
	margin-bottom: 40px
}
@media(max-width:1199.98px) {
.banner-section .content-box .title {
	font-size: 50px;
	line-height: 1.3
}
}
@media(max-width:768px) {
.banner-section .content-box .title {
	font-size: 26px
}
}
@media(max-width:575.98px) {
.banner-section .content-box .title {
	font-size: 26px
}
}
@media(max-width:399.98px) {
.banner-section .content-box .title {
	font-size: 26px
}
}
.banner-section .content-box .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.features-section-four {
	position: relative;
	padding: 120px 0
}
.features-section-four .bg-image {
	background-color: var(--theme-color2);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: calc(100% - 60px);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.features-section-four .bg-image::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(20,37,55,0.93);
	content: ""
}
@media(max-width:991.98px) {
.features-section-four .bg-image {
	height: 100%
}
}
@media(max-width:991.98px) {
.features-section-four.pb-0 {
	padding-bottom: 120px!important
}
}
.features-section-four .icon-shape-5 {
	right: -375px;
	top: 100px
}
.features-section-four .sec-title {
	margin-bottom: 45px
}
.features-section-four .features-column {
	position: relative
}
.features-section-four .features-column .inner-column {
	position: relative
}
@media(max-width:991.98px) {
.features-section-four .features-column .inner-column {
	margin-bottom: 40px
}
}
.features-section-seven {
	position: relative
}
.feature-block-five {
	position: relative
}
.feature-block-five .inner-box {
	position: relative;
	padding: 40px 20px;
	text-align: center;
	background-color: var(--theme-color4);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 1px solid #d9e0e6;
	border-right: 1px solid #d9e0e6
}
.feature-block-five .inner-box:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 4px;
	width: 0;
	background-color: var(--theme-color1);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: ""
}
.feature-block-five .inner-box:hover {
	background-color: var(--theme-color-white)
}
.feature-block-five .inner-box:hover:before {
	left: 0;
	width: 100%
}
.feature-block-five .inner-box:hover .content-box .icon:after {
	left: 15px
}
.feature-block-five .content-box {
	position: relative;
	padding-left: 100px;
	max-width: 450px;
	display: inline-block;
	text-align: left
}
.feature-block-five .content-box .icon {
	position: absolute;
	left: 0;
	top: 20px;
	display: block;
	color: var(--theme-color1);
	font-size: 64px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.feature-block-five .content-box .icon:after {
	position: absolute;
	left: 30px;
	top: 10px;
	height: 52px;
	width: 52px;
	background-color: var(--theme-color1);
	opacity: .1;
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.feature-block-five .content-box .title {
	color: var(--theme-color2);
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 0
}
.feature-block-five .content-box .title a {
	color: var(--theme-color2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.feature-block-five .content-box .title a:hover {
	color: var(--theme-color2)
}
.feature-block-five .content-box .sub-title {
	display: block;
	margin-bottom: 10px;
	font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}
.about-section-six {
	position: relative;
	padding: 120px 0 70px
}
.about-section-six .content-column {
	position: relative;
	margin-bottom: 50px
}
.about-section-six .content-column .inner-column {
	position: relative;
	padding-left: 70px
}
@media(max-width:1199.98px) {
.about-section-six .content-column .inner-column {
	padding-left: 0
}
}
.about-section-six .content-column .sec-title {
	margin-bottom: 35px
}
.about-section-six .content-column .info-box {
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px
}
@media(max-width:575.98px) {
.about-section-six .content-column .info-box {
	padding-left: 0;
	text-align: center
}
}
.about-section-six .content-column .info-box:hover .icon {
	color: var(--theme-color2)
}
.about-section-six .content-column .info-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color1);
	line-height: 1em;
	font-size: 62px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
@media(max-width:575.98px) {
.about-section-six .content-column .info-box .icon {
	position: relative;
	display: inline-block;
	margin-bottom: 20px
}
}
.about-section-six .content-column .info-box .icon:after {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 52px;
	width: 52px;
	z-index: -1;
	background-color: #f2f3f6;
	content: ""
}
.about-section-six .content-column .info-box .title {
	margin-bottom: 5px;
	font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading);
}
.about-section-six .content-column .other-info {
	position: relative;
	margin-top: 42px
}
@media(max-width:767.98px) {
.about-section-six .content-column .other-info {
	padding-right: 0
}
}
.about-section-six .content-column .other-info .theme-btn {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 20px 30px
}
@media(max-width:767.98px) {
.about-section-six .content-column .other-info .theme-btn {
	position: relative;
	margin-top: 30px;
	top: 0
}
.about-section-four .other-info .theme-btn {
	position: relative;
	margin-top: 30px;
	top: 0
}
}
.about-section-six .content-column .author-info {
	position: relative;
	padding-left: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 88px
}
.about-section-six .content-column .author-info .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 88px;
	width: 88px;
	padding: 2px;
	background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color2)), to(var(--theme-color1)));
	background: linear-gradient(to top, var(--theme-color2), var(--theme-color1));
	border-radius: 50%
}
.about-section-six .content-column .author-info .thumb img {
	border-radius: 50%;
	border: 9px solid #fff
}
.about-section-six .content-column .author-info .name {
	margin-bottom: 0;
	font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading);
}
.about-section-six .content-column .author-info .designation {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 0
}
.about-section-six .image-column {
	position: relative;
	margin-bottom: 50px
}
@media(max-width:991.98px) {
.about-section-six .image-column {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
}
.about-section-six .image-column .image-box {
	position: relative;
	padding-bottom: 120px
}
@media(max-width:991.98px) {
.about-section-six .image-column .image-box {
	padding-bottom: 0
}
}
.about-section-six .image-column .image-box .icon-circle {
	position: absolute;
	left: 85px;
	bottom: 40px
}
@media(max-width:991.98px) {
.about-section-six .image-column .image-box .icon-circle {
	display: none
}
}
.about-section-six .image-column .image-box .icon-dots-2 {
	position: absolute;
	right: 20px;
	bottom: 70px
}
@media(max-width:991.98px) {
.about-section-six .image-column .image-box .icon-dots-2 {
	display: none
}
}
.about-section-six .image-column .image-1 {
	margin: 0
}
.about-section-six .image-column .image-2 {
	position: absolute;
	right: -23px;
	bottom: 0;
	border: 10px solid #fff;
	margin-bottom: 0;
	-webkit-box-shadow: 0 10px 60px rgba(0,0,0,0.1);
	box-shadow: 0 10px 60px rgba(0,0,0,0.1)
}
@media(max-width:1199.98px) {
.about-section-six .image-column .image-2 {
	right: 0
}
}
@media(max-width:991.98px) {
.about-section-six .image-column .image-2 {
	display: none
}
}
.about-section-six .image-column .exp-box {
	position: absolute;
	left: -80px;
	top: 90px;
	padding: 40px 40px 60px;
	background-image: url(../image/shape-about1.png);
	height: 170px;
	width: 303px
}
@media(max-width:1199.98px) {
.about-section-six .image-column .exp-box {
	left: 15px
}
}
@media(max-width:991.98px) {
.about-section-six .image-column .exp-box {
	top: auto;
	bottom: 100px
}
}
@media(max-width:575.98px) {
.about-section-six .image-column .exp-box {
	bottom: 50px
}
}
.about-section-six .image-column .exp-box .inner {
	position: relative;
	padding-left: 85px
}
.about-section-six .image-column .exp-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 62px;
	color: var(--theme-color-white)
}
.about-section-six .image-column .exp-box .count {
	font-size: 48px;
	font-weight: 600;
	line-height: 1em;
	color: var(--theme-color-white)
}
.about-section-six .image-column .exp-box .text {
	font-size: 15px;
	color: var(--theme-color-white);
	line-height: 1em;
	font-weight: 600
}
.service-section-eight {
	position: relative;
	padding: 60px 0 80px;
	background-color: #EDF0EF;
	background-repeat: no-repeat;
	background-position: center center
}
.gallery-item {
	position: relative;
	overflow: hidden;
	text-align: center
}
.gallery-item img {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.gallery-item a {
	position: relative;
	display: block
}
.gallery-item a:after, .gallery-item a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "linearicons-free";
	color: #fff;
	font-size: 42px;
	content: "\2b"
}
.gallery-item a:after {
	background: var(--gradient-2)
}
.gallery-item a:hover:after, .gallery-item a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}
.gallery-item a:hover:after {
	opacity: .9
}
.gallery-item:hover img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border-radius: 10px
}
.gallery-section-three {
	position: relative;
	padding: 120px 0;
	z-index: 1
}
.gallery-section-three .carousel-outer {
	padding: 0 30px 30px
}
.process-section .wide-map {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -15px;
	bottom: 120px;
	left: 0;
	right: 0;
	opacity: .98
}
.process-block {
	position: relative;
	margin-bottom: 40px
}
.process-block:last-child .image-box:before {
	display: none
}
.process-block .inner-box {
	position: relative;
	text-align: center
}
.process-block .inner-box:hover .info-box {
	background-color: var(--theme-color-white)
}
.process-block .inner-box:hover .info-box:before {
	border-bottom-color: var(--theme-color-white)
}
.process-block .inner-box:hover .count {
	-webkit-transform: scale(-1) rotate(-180deg);
	transform: scale(-1) rotate(-180deg)
}
.process-block .image-box {
	position: relative;
	height: 154px;
	width: 154px;
	border-radius: 50%;
	margin: 0 auto 28px
}
.process-block .image-box::before {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -9px;
	width: 175px;
	height: 18px;
	margin-left: 45px;
	background-image: url(../image/icon-arrow-2.png);
	content: ""
}
@media(max-width:767.98px) {
.process-block .image-box::before {
	display: none
}
}
.process-block .image-box .image {
	position: relative;
	height: 154px;
	width: 154px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear
}
.process-block .image-box .image img {
	width: 100%;
	height: 100%
}
.process-block .image-box .count {
	position: absolute;
	top: 50%;
	right: -30px;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	background: var(--gradient-3);
	font-size: 16px;
	color: var(--theme-color-white);
	border: 6px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 2;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear
}
.process-block .info-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.process-block .info-box .title {
	z-index: 2;
	margin-bottom: 8px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading);
}
.process-block .info-box .title:hover {
	color: var(--theme-color1)
}
.process-section {
	position: relative;
	padding: 120px 0 10px;
	margin-top: 40px;
}
@media(max-width:991.98px) {
.process-section {
	padding: 90px 0 20px
}
}
.call-to-action-three .inner-content {
	background-color: var(--theme-color3);
	position: relative;
	padding: 52px 50px 54px;
	margin-bottom: -116px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1
}
@media(max-width:991.98px) {
.call-to-action-three .inner-content {
	padding: 52px 20px 54px
}
}
@media(max-width:767.98px) {
.call-to-action-three .inner-content {
	display: block;
	text-align: center
}
}
.call-to-action-three .inner-content:after {
	background-color: #193C56;
	content: "";
	height: 13px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%
}
.call-to-action-three .inner-content .title {
	color: var(--theme-color-white);
	font-size: 30px;
	letter-spacing: .2px;
	line-height: 1.2;
	margin-bottom: 0
}
@media(max-width:767.98px) {
.call-to-action-three .inner-content .title br {
	display: none
}
}
.call-to-action-three .inner-content .btn-box {
	display: inline-block;
	margin-left: 30px
}
@media(max-width:991.98px) {
.call-to-action-three .inner-content .btn-box {
	margin-left: 0;
	margin-top: 20px
}
}
.contact-form {
	background-color: var(--theme-color1);
	position: relative;
	padding: 20px 20px 40px;
}
.contact-form h3 {
	color: var(--theme-color-white);
	text-align: center;
	margin-bottom: 21px
}
.contact-form .form-group {
	position: relative;
	margin-bottom: 16px
}
.contact-form .form-group:last-child {
	margin-bottom: 0
}
.contact-form .form-group label {
	font-size: 16px;
	line-height: 20px;
	color: var(--theme-color-white);
	font-weight: 500;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 15px
}
.contact-form .form-group label.error {
	display: block;
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 24px;
	color: #f00;
	margin-bottom: 0
}
.contact-form .form-group .select2-container--default .select2-selection--single, .contact-form .form-group input:not([type=submit]), .contact-form .form-group textarea, .contact-form .form-group select {
	position: relative;
	display: block;
	height: 58px;
	width: 100%;
	padding: 15px 30px;
	font-size: 14px;
	color: var(--theme-color2);
	line-height: 22px;
	font-weight: 400;
	background-color: var(--theme-color-white);
	border: 1px solid rgba(255,255,255,0.15);
	border-radius: 5px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.contact-form .form-group ::-webkit-input-placeholder {
color:#212529
}
.contact-form .form-group ::-moz-input-placeholder {
color:#212529
}
.contact-form .form-group ::-ms-input-placeholder {
color:#212529
}
.contact-form .form-group input:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
	border-color: var(--border-theme-color2)
}
.contact-form .form-group textarea {
	height: 102px;
	resize: none
}
.contact-form .form-group input[type=submit], .contact-form .form-group button {
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 400
}
.news-section-three {
	position: relative;
	padding: 60px 0 70px;
	overflow: hidden
}
.news-section-three .icon-object-2 {
	left: -400px;
	bottom: 0;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}
@media(max-width:991.98px) {
.news-section-three .sec-title {
	margin-bottom: 20px
}
}
.news-block-three {
	position: relative;
	margin-bottom: 30px
}
.news-block-three .inner-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 10px 60px rgba(0,0,0,0.07);
	box-shadow: 0 10px 60px rgba(0,0,0,0.07)
}
.news-block-three .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}
.news-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.news-block-three .image-box {
	position: relative
}
.news-block-three .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}
.news-block-three .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}
.news-block-three .image-box .image a:after {
	background: rgba(255,255,255,0.3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}
.news-block-three .content-box {
	position: relative;
	padding: 36px 60px 40px;
	background-color: var(--theme-color1)
}
@media(max-width:575.98px) {
.news-block-three .content-box {
	padding: 36px 15px 40px
}
}
.news-block-three .content-box .post-info {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px
}
.news-block-three .content-box .post-info li {
	position: relative;
	font-size: 14px;
	line-height: 25px;
	color: var(--theme-color-white);
	font-weight: 400;
	margin-right: 14px
}
.news-block-three .content-box .post-info li i {
	margin-right: 2px;
	color: var(--theme-color-white);
	font-size: 14px
}
.news-block-three .content-box .title {
	color: var(--theme-color-white);
	margin-bottom: 0;
	line-height: 1.4
}
@media(max-width:1199.98px) {
.news-block-three .content-box .title br {
	display: none
}
}
.news-block-three .content-box .title:hover {
	color: var(--theme-color-white)
}
.news-block-four {
	position: relative;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.news-block-four .inner-box {
	position: relative;
    display: flex;
    align-items: center;
    transition: all 300ms ease;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
}
@media(max-width:575.98px) {
.news-block-four .inner-box {
	display: block
}
}
.news-block-four .inner-box:hover .image-box .image a:after {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}
.news-block-four .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.news-block-four .image-box {
	position: relative;
    flex: 0 0 160px;
    width: 160px;
    height: 120px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 6px;
}
.news-block-four .image-box .image {
	position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.news-block-four .image-box .image img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 400ms ease;
}
.news-block-four .image-box .image a:after {
	background: rgba(255,255,255,0.3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear
}
.news-block-four .content-box {
	color: #222;
    transition: all 300ms ease;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media(max-width:991.98px) {
.news-block-four .content-box {
	width: 100%
}
.news-block-four .inner-box {
        flex-direction: column; /* 手机上改为上下排列 */
        align-items: flex-start;
    }

    .news-block-four .image-box {
        width: 100%; /* 图片全宽 */
        flex: 0 0 200px; /* 图片变高一点 */
        height: 200px;
        margin-right: 0;
        margin-bottom: 15px; /* 图片下方留白 */
    }
}
@media(max-width:575.98px) {
.news-block-four .content-box {
	padding: 30px 15px
}
}
.news-block-four .content-box .post-info {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px
}
.news-block-four .content-box .post-info li {
	position: relative;
	font-size: 14px;
	line-height: 25px;
	color: #767676;
	font-weight: 400;
	margin-right: 14px
}
.news-block-four .content-box .post-info li i {
	margin-right: 2px;
	color: var(--theme-color1);
	font-size: 14px
}
.news-block-four .content-box .title {
	margin-bottom: 0;
	line-height: 1.4
}
.news-block-four .content-box .title:hover {
	color: var(--theme-color1)
}
.main-footer {
	position: relative;
	background-color: var(--theme-color3);
	background-image: url(../image/pattern-10.webp);
	background-repeat: no-repeat;
	background-position: center
}
.main-footer .subscribe-form .title {
	position: relative;
	color: #fff;
	margin-bottom: 0;
	margin-right: 40px
}
@media(max-width:1199.98px) {
.main-footer .subscribe-form .title {
	display: none
}
}
@media(max-width:767.98px) {
.main-footer .subscribe-form form {
	width: 100%
}
}
@media(max-width:767.98px) {
.main-footer .subscribe-form .form-group {
	display: block;
	width: 100%
}
}
@media(max-width:767.98px) {
.main-footer .subscribe-form .form-group .theme-btn {
	margin-left: 0;
	margin-top: 15px
}
}
.main-footer .widgets-section {
	position: relative;
	padding: 100px 0 35px
}
.main-footer .widgets-section.pull-up {
	padding-top: 227px
}
.main-footer .footer-column {
	position: relative;
	margin-bottom: 50px
}
.main-footer .footer-widget {
	position: relative
}
.main-footer .widget-title {
	position: relative;
	font-weight: 600;
	color: #fff;
	line-height: 1.2em;
	padding-left: 13px;
	margin-bottom: 28px
}
.main-footer .widget-title:after {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color1);
	content: "/"
}
.main-footer .about-widget {
	position: relative
}
.main-footer .about-widget .text {
	font-size: 16px;
	line-height: 30px;
	color: #aab3bb;
	margin-bottom: 20px
}
.main-footer .about-widget .contact-info {
	position: relative
}
.main-footer .about-widget .contact-info li {
	position: relative;
	padding: 5px 0;
	padding-left: 50px;
	font-size: 16px;
	line-height: 27px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.main-footer .about-widget .contact-info li a {
	color: inherit;
	font-weight: 700;
	-webkit-transition: none;
	transition: none
}
.main-footer .about-widget .contact-info li i {
	position: absolute;
	left: 0;
	top: 0;
	height: 37px;
	width: 37px;
	background-color: #182838;
	color: var(--theme-color1);
	font-size: 16px;
	line-height: 37px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 50%
}
.main-footer .about-widget .contact-info li:hover {
	color: var(--theme-color1)
}
.main-footer .links-widget .user-links {
	margin-bottom: 50px
}
.user-links {
	position: relative
}
.user-links li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #aab3bb;
	font-weight: 400;
	margin-bottom: 10px
}
.user-links li:last-child {
	margin-bottom: 0
}
.user-links li a {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.user-links li a:hover {
	color: #FFF
}
.user-links li a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--bg-theme-color3);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.user-links li a:hover:before {
	width: 100%
}
.footer-bottom {
	position: relative;
	background-color: #182838
}
.footer-bottom .inner-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 15px
}
@media(max-width:575.98px) {
.footer-bottom .inner-container {
	display: block;
	text-align: center
}
}
.footer-bottom .copyright-text {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #aab3bb
}
@media(max-width:575.98px) {
.footer-bottom .copyright-text {
	margin-bottom: 15px
}
}
.footer-bottom .copyright-text a {
	color: inherit
}
.footer-bottom .copyright-text a:hover {
	color: #fff
}
@media(max-width:575.98px) {
.footer-bottom .social-icon-two {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
/**弹窗GDPR**/
.cookie-banner {
            position: fixed;
            bottom: 1rem;
            left: 1rem;
            right: 1rem;
            background-color: #ffffff;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            padding: 1.5rem;
            border-radius: 0.5rem;
            z-index: 50;
            max-width: 24rem; /* max-w-sm */
            width: auto;
            margin-left: auto;
            margin-right: 6rem;
            transition: opacity 0.4s ease-out, transform 0.4s ease-out, visibility 0.4s ease-out;
        }

        /* Responsive Banner Position for Desktop */
        .cookie-banner h2 {
            font-size: 1.125rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.25rem;
        }
        .cookie-banner p {
            font-size: 0.875rem;
            color: #4b5563;
            margin-bottom: 1rem;
        }
        .cookie-banner-buttons {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
        .cookie-banner-buttons > div {
            display: flex;
            gap: 0.5rem;
        }
        .cookie-banner-buttons button {
            width: 100%;
            font-weight: 600;
            padding: 0.5rem 1rem;
            border-radius: 0.375rem;
            font-size: 0.875rem;
            border: none;
            cursor: pointer;
            transition: background-color 0.2s;
        }
        .btn-primary {
            background-color: var(--theme-color1);
            color: #ffffff;
        }
        .btn-primary:hover {
            background-color: var(--theme-color3);
        }
        .btn-secondary {
            background-color: #e5e7eb;
            color: #1f2937;
        }
        .btn-secondary:hover {
            background-color: #d1d5db;
        }
        .btn-tertiary {
            background-color: transparent;
            color: #1f2937;
        }
        .btn-tertiary:hover {
            background-color: #f3f4f6;
        }

        /* Modal Styles */
        .cookie-preferences-modal {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(17, 24, 39, 0.75);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            z-index: 9999;
            transition: opacity 0.4s ease-out, transform 0.4s ease-out, visibility 0.4s ease-out;
        }
        .modal-content {
            background-color: #ffffff;
            border-radius: 0.75rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            width: 100%;
            max-width: 32rem; /* max-w-lg */
            padding: 2rem;
        }
        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 1.5rem;
        }
        .modal-header h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            margin: 0;
        }
        .modal-header p {
            color: #4b5563;
            margin-top: 0.25rem;
            font-size: 1rem;
        }
        .close-button {
            color: #9ca3af;
            background: none;
            border: none;
            font-size: 2.25rem;
            line-height: 1;
            cursor: pointer;
            transition: color 0.2s;
        }
        .close-button:hover {
            color: #4b5563;
        }

        .modal-body > div {
            margin-bottom: 1.5rem;
        }
        .modal-body > div:last-child {
            margin-bottom: 0;
        }

        .preference-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .preference-item h4 {
            font-weight: 600;
            font-size: 1.125rem;
            margin: 0;
        }
        .preference-item p {
            color: #6b7280;
            font-size: 0.875rem;
            margin: 0;
        }
        
        .modal-footer {
            margin-top: 2rem;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }
        .modal-footer button {
             width: 100%;
             font-weight: 600;
             padding: 0.5rem 1.5rem;
             border-radius: 0.5rem;
             border: none;
             cursor: pointer;
             transition: background-color 0.2s;
        }

        @media (min-width: 640px) {
            .modal-footer {
                flex-direction: row-reverse;
            }
             .modal-footer button {
                width: auto;
             }
        }
@media (max-width: 768px) {
  .cookie-banner {margin-right: 0;bottom: 10rem;}
  .modal-content{padding: 1rem;}
  .modal-header{margin-bottom:0;padding: 0;}
  .modal-body{padding: 0.5rem 0;}
  .modal-footer{margin-top:0;gap: 0.5rem;}
  .gallery-section-three {display: none !important;}
}

        /* Hidden State */
        .hidden {
            opacity: 0;
            visibility: hidden;
        }
        .cookie-banner.hidden {
            transform: translateY(20px) scale(0.98);
        }
        .cookie-preferences-modal.hidden {
            transform: scale(0.95);
        }

        /* Custom toggle switch styles */
        .switch {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 24px;
            flex-shrink: 0;
        }
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 24px;
        }
        .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }
        input:checked + .slider {
            background-color: #2563eb;
        }
        input:disabled + .slider {
            background-color: #e5e7eb;
            cursor: not-allowed;
        }
        input:checked + .slider:before {
            transform: translateX(16px);
        }
/**弹窗GDPR End**/
------WebKitFormBoundaryXPdcP9NBrHjgwowj
Content-Disposition: form-data; name="overwrite"

0