/*==================================================
 <-- Except  Header Top Menu Area Css-->
===================================================*/
ul,
li {
	list-style: none;
}

/* about btn */

.Except-btn.about {
	margin: 0;
}

.Except-btn.about a,
.Except-btn.about button {
	padding: 10px 33px;
}

/*==================================================
 <-- Except  Header  Menu Area Css-->
===================================================*/

.Except-header-section {
	/* background: #ffffff; */
	background: linear-gradient(rgba(216, 234, 254, 0.6), transparent);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
}

.Except-menu {
	text-align: left;
}

.Except-menu ul {
	list-style: none;
}

.Except-menu ul li {
	display: inline-block;
	margin-right: 28px;
}

.Except-menu ul li a {
	display: inline-block;
	color: #141422;
	font-size: 15px;
	font-weight: 500;
	padding: 20px 0;
	text-decoration: none;
	transition: .5s;
}

.Except-menu ul li a:hover {
	color: #0b4df5;
}

.Except-menu ul li a i {
	font-size: 12px;
	margin-left: 4px;
}


/* sticky css */

.sticky-nav {
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	position: fixed !important;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	-webkit-animation: 300ms running fadeInDown;
	animation: 500ms running fadeInUp;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	transition: 0.5s !important;
	background: #ffffff !important;
	z-index: 9999 !important;
	animation-name: slideInDown;
	padding: 0 30px;
}

/* sub menu area css */
.Except-menu ul .sub-menu {
	background: #fff;
	position: absolute;
	top: 125%;
	border-radius: 5px;
	width: 217px;
	text-align: left;
	margin: 0;
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	transition: .5s;
	visibility: hidden;
	border-top: 2px solid #0b4df5;
	opacity: 0;
	z-index: 11;
}

.Except-menu ul .sub-menu ul li {
	display: inline-block;
	margin-left: 0;
	width: 100%;
}

.Except-menu ul .sub-menu ul li a {
	padding: 12px 20px;
	text-align: left;
	width: 100%;
	display: inline-block;
	visibility: inherit !important;
	color: #202020;
	margin: 0;
}

.Except-menu ul .sub-menu ul li a:hover {
	background: #0b4df5 !important;
	color: #fff;
}

.Except-menu ul li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 99%;
}



/* header style two */

.Except-header-section.style-two::before {
	background: #1c1632;
	height: 100%;
}

.Except-header-section.style-two::after {
	display: none;
}


/* sola btn */

.Except-btn {
	display: inline-block;
	margin-left: 32px;
}

.Except-btn a+a,
.Except-btn a+button,
.Except-btn button+button {
	margin-left: 20px;
}

.Except-btn a,
.Except-btn button {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1px;
	background: #0b4df5;
	color: #fff;
	padding: 12px 25px;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	border: none;
}

.Except-btn a::before,
.Except-btn button::before {
	position: absolute;
	content: "";
	background-color: #2965ff;
	width: 100%;
	height: 0%;
	left: 50%;
	top: 50%;
	border-radius: 3px;
	transform: translate(-50%, -50%) rotate(0deg);
	z-index: -1;
	transition: all 500ms ease;
}

.Except-btn a:hover::before,
.Except-btn button:hover::before {
	height: 104%;
}

.Except-btn a.outline,
.Except-btn button.outline {
	background: #ffffff;
	outline: 1px solid #0b4df5;
	color: #0b4df5;
}

.Except-btn a.outline::before,
.Except-btn button.outline::before {
	/* background-color: #0b4df5; */
	display: none;
}

.Except-btn a.outline:hover,
.Except-btn button.outline:hover {
	color: #0b4df5;
	background-color: #E1F5FE;
}

/* slider btn */

.Except-btn.slider1 {
	margin: 0;
}





/*==================================================
 <-- Except  Slider Section Css-->
===================================================*/

.slider-section {
	background: url(../image/slider-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* height: 800px; */
	height: 460px;
	/* height: 600px; */
	position: relative;
}

.slider-section.style-three {
	background: url(../image/slider-bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slider-content .h4 {
	font-size: 24px;
	line-height: 1.5;
	color: #fefefe;
	font-weight: 500;
	margin-bottom: 28px;
}

.slider-content .h1 {
	font-size: 36px;
	line-height: 1.5;
	color: #0f202a;
	font-weight: 600;
	margin-bottom: 0;
}

.slider-content p {
	font-size: 18px;
	line-height: 1.5;
	color: #4c5864;
	font-weight: 400;
	width: 53%;
	margin: 15px 0 60px;
}


/* owl nav css */

.slider-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-nav {
	position: absolute;
	bottom: 42%;
	right: 60px;
}

.owl-prev i {
	width: 62px;
	height: 62px;
	line-height: 62px;
	background: #0b4df5;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #ffffff;
	font-size: 24px;
	transition: .5s;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.owl-prev i:hover {
	color: #0b4df5;
}

.owl-prev i::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	right: 0;
	bottom: 0;
	background: #ffffff;
	transform: scale(0);
	border-radius: 50%;
	z-index: -1;
	transition: .5s;
}

.owl-prev i:hover::after {
	transform: scale(1);
}

.owl-next i {
	width: 62px;
	height: 62px;
	line-height: 62px;
	background: #ffffff;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #0b4df5;
	font-size: 24px;
	transition: .5s;
	position: relative;
	z-index: 1;
}

.owl-next i:hover {
	color: #ffffff;
}

.owl-next i::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	right: 0;
	bottom: 0;
	background: #0b4df5;
	transform: scale(0);
	border-radius: 50%;
	z-index: -1;
	transition: .5s;
}

.owl-next i:hover::after {
	transform: scale(1);
}


/* slider style two */

.slider-section.style-two {
	background: url(../image/slider2.jpg);
}



.slider-content.style-two {
	background: #ffffff;
	padding: 47px 60px 64px;
	border-radius: 0px 0px 155px 0px;
}



/*==================================================
 <-- Except  About Section Css-->
===================================================*/


.about-section {
	padding: 50px 0 50px;
}

.about-thumb {
	position: relative;
}

.about-thumb img {
	width: 100%;
}

.about-counter {
	position: absolute;
	background: #0b4df5;
	width: 180px;
	height: 158px;
	border-radius: 3px;
	text-align: center;
	top: 0;
	right: 0;
}


/* about tab css */

.tab ul {
	list-style: none;
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}

.tab ul li {
	display: inline-block;
	margin-right: 30px;
}

.tab ul li:last-child {
	margin-right: 0;
}

.tab ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	/* background: #1c1632; */
	padding: 10px 25px;
	border-radius: 3px;
	position: relative;
	transition: all 0s;
}

.tab ul li a img {
	width: 28px;
	margin-right: 8px;
	vertical-align: middle;
}

.tab ul li.current a {
	color: #0b4df5;
}

.tab ul li.current a::before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -20px;
	height: 3px;
	border-radius: 20px;
	background: #0b4df5 !important;
	opacity: 1;
}



/* about section title */
.about-section-main-title .h2 {
	font-size: 26px;
	color: #1c1632;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0;
}

.about-section-sub-title p {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
}

.section-content-col {
	margin-top: 30px;
}

.section-content-col .section-title {
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 10px;
}

.section-content-col .section-title .icon {
	width: 18px;
	height: 18px;
	vertical-align: -3px;
}

.section-content-col .icon {
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	margin-right: 10px;
}

.section-content-col p {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
}

.section-content-col .section-title+p {
	padding-left: 29px;
}

.section-content-col+.Except-btn {
	margin-top: 30px;
}


.section-main-title .h2 {
	font-size: 32px;
	color: #1c1632;
	font-weight: 600;
	margin-bottom: 30px;
}

.section-main-title .h4 {
	font-size: 32px;
	color: #1c1632;
	font-weight: 600;
	margin-bottom: 20px;
}

.section-main-title p {
	font-size: 22px;
	margin: 0;
}


/*==================================================
 <-- Except  Service Section Css-->
===================================================*/

.service-section {
	padding: 80px 0;
	background: #f7faff;
}



/*==================================================
 <-- Except  Footer Section Css-->
===================================================*/
footer {
	background-color: #1b232e;
}

footer,
footer a {
	color: #aeb7ca;
	position: relative;
	text-decoration: none;
}


footer .footer-top {
	padding-top: 60px;
	border-bottom: 1px solid #2d3847;
}

footer .footer-top img {
	width: 100%;
}

footer .widget.footer-widget {
	background-color: transparent;
	padding: 0;
	margin-bottom: 20px;
}

footer .widget.footer-widget .footer-logo {
	margin-bottom: 20px;
	max-width: 142px;
}

.footer-bottom .copy-right {
	font-size: 12px;
	margin: 15px 0;
}

.footer-bottom .copy-right span {
	margin-right: 10px;

}

.footer-bottom .copy-right img {
	vertical-align: -4px;
}

.footer-bottom .copy-right a {
	position: relative;
}

.footer-bottom .copy-right a:hover,
.footer-top a:hover {
	color: #ffffff;
}

/* .footer-bottom .copy-right a::before,
.footer-top a::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 1px;
	background: #ffffff;
	content: '';
	width: 0;
	-webkit-transition: all 200ms linear 0s;
	transition: all 200ms linear 0s;
}

.footer-bottom .copy-right a:hover::before,
.footer-top a:hover::before {
	width: 100%;
} */

footer .widget.footer-widget .widget-title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

footer .widget.footer-widget ui.nav-widget li {
	display: inline-block;
}

footer .widget.footer-widget ul.nav-widget li {
	/* width: 50%; */
	/* float: left; */
	line-height: 35px;
}

footer .widget.footer-widget ul.nav-widget li a {
	position: relative;
	font-size: 14px;
}

footer .widget.footer-widget ul.nav-widget li a:hover {
	color: #ffffff;
}



footer .widget.footer-widget .recent-post li {
	padding-left: 100px;
	position: relative;
	min-height: 80px;
	margin-bottom: 20px;
}

footer .widget.footer-widget .recent-post li:last-child {
	margin-bottom: 0;
}

footer .widget.footer-widget .recent-post li h6 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
}

footer .widget.footer-widget .recent-post li h6 a:hover {
	color: #fff;
}

footer .widget.footer-widget .recent-post li .recent-post-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
}

footer .widget.footer-widget .recent-post li .recent-post-img img {
	border-radius: 5px;
}

footer .widget.footer-widget ul.contact-info-widget {
	margin-top: 38px;
}

footer .widget.footer-widget ul.contact-info-widget li {
	margin-bottom: 10px;
	font-size: 14px;
}




/*==================================================
 <-- Except  Home Pages Two  Css-->
===================================================*/




/* owlcarousel css */
.slider-list .owl-dots {
	text-align: center;
	position: absolute;
	left: 8%;
	bottom: 20px;
}

.slider-list .owl-dot {
	margin-right: 9px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	display: inline-block;
	background: #ffffff;
	opacity: 0.6;
}

.slider-list .owl-dot.active {
	height: 6px;
	width: 30px;
	background: #0b4df5;
	border-radius: 50px;
	opacity: 1;
}



/*==================================================
 <-- Except  Blog  Css-->
===================================================*/

button.icons {
	border: 0;
	font-size: 18px;
	color: #fff;
	padding: 1px 15px;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	background: #0b4df5;
	border-radius: 0 3px 3px 0;
}




/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0, 0, 0, 0.90);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.search-popup {
	width: 100%;
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #0b4df5;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #0b4df5;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.flaticon-multiply:before {
	content: inherit;
}

button.close-search i {
	font-size: 25px;
	color: #fff;
	display: inline-block;
}

span.flaticon-multiply i {
	display: inline-block;
	color: #0b4df5;
}




/*
<!-- ============================================================== -->
<!-- Except  Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
	position: relative;
	z-index: 999;
}

.scroll-area .go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 30px;
	color: #ffffff;
	background-image: -moz-linear-gradient(0deg, #275fec 0%, #0b4df5 100%);
	background-image: -webkit-linear-gradient(0deg, #275fec 0%, #0b4df5 100%);
	z-index: 9999;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
	border-radius: 10px;
}

.scroll-area .go-top i {
	position: absolute;
	top: 50%;
	left: -4px;
	right: 0;
	margin: 0 auto;
	font-size: 15px;
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.scroll-area .go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: -moz-linear-gradient(0deg, #275fec 0%, #0b4df5 100%);
	background-image: -webkit-linear-gradient(0deg, #275fec 0%, #0b4df5 100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	;
	border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
	color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
	opacity: 1;
	visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.scroll-area .go-top.active {
	top: 95%;
	-webkit-transform: translateY(-98%);
	-moz-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
	border-radius: 0;
	right: 30px;
	border-radius: 100%;
}

.top-wrap {
	position: relative;
}

.top-wrap .go-top-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	top: 3px;
	z-index: 1;
	background: #0b4df5;
}

.top-wrap .go-top-button i {
	font-size: 20px;
	font-weight: 700;
	padding-left: 4px;
	color: #fff;
}

.top-wrap .go-top-button::after {
	z-index: -1;
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 45px;
	height: 45px;
	-webkit-animation: ripple 1.6s ease-out infinite;
	-moz-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	opacity: 0;
	background-image: -moz-linear-gradient(0deg, #275fec 0%, #0b4df5 100%);
	background-image: -webkit-linear-gradient(0deg, #275fec 0%, #0b4df5 100%);
	border-radius: 100%;
}

.top-wrap .go-top-button:hover {
	background-color: #222;
	color: #fff;
}

@-webkit-keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}

@keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}

/*
<!-- ============================================================== -->
<!-- Except  Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.bounce-animate2 {
	animation-name: float-bob2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob2;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob2;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob2;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.bounce-animate3 {
	animation-name: float-bob3;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob3;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob3;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob3;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.bounce-animate4 {
	animation-name: float-bob4;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob4;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob4;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob4;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.bounce-animate5 {
	animation-name: float-bob5;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob5;
	-moz-animation-duration: 6s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob5;
	-ms-animation-duration: 6s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob5;
	-o-animation-duration: 6s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.bounce-animate-slow {
	animation-name: float-bob5;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob5;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob5;
	-ms-animation-duration: 15s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob5;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.bounce-animate-3 {
	animation-name: float-bob6;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob6;
	-moz-animation-duration: 6s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob6;
	-ms-animation-duration: 6s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob6;
	-o-animation-duration: 6s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@keyframes float-bob {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes float-bob2 {
	0% {
		-webkit-transform: translateY(-60px);
		transform: translateY(-60px);
	}

	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		-webkit-transform: translateY(-60px);
		transform: translateY(-60px);
	}
}

@keyframes float-bob3 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
}

@keyframes float-bob4 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
}

@keyframes float-bob5 {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
}

@keyframes float-bob6 {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}


@keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}



/*--==============================================->
  <!-- Except  Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
	-webkit-animation: dance3 8s alternate infinite;
	animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
	0% {
		-webkit-transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

.dance {
	-webkit-animation: dance 2s alternate infinite;
	animation: dance 2s alternate infinite;
}

@keyframes dance {
	0% {
		-webkit-transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1.2);
	}
}

.dance2 {
	-webkit-animation: dance2 4s alternate infinite;
	animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: translate3d(25px, -25px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -25px, 25px);
	}
}

.watermark-animate {
	-webkit-animation: watermark-animate 8s infinite;
	animation: watermark-animate 8s infinite;
	animation-direction: alternate-reverse;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes watermark-animate {
	0% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}



/*/ Here the Magic /*/

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*/ When page loaded /*/
.loaded .loder-section.left-section {
	left: -100%;
}

.loaded .loder-section.right-section {
	right: -100%;
}

.loaded .loader-wrapper {
	visibility: hidden;
}

.loaded .loader {
	top: -100%;
	opacity: 0;
}


/*------------------------------------------------------------------
[Swiper Slider] ------------------------------------------------------------------*/
.swiper-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-clients-img {
	display: block;
	width: 190px;
	height: auto;
	margin: 0 auto;
	opacity: 1;
	cursor: pointer;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
	opacity: .8;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


/* 轮播图下方 */
.mission-box {
	padding: 27px;
	display: flex;
	align-items: center;
}

.mission-box .number-content {
	margin-left: 20px;
}

.mission-counter {
	font-size: 36px;
	color: var(--secondary--color);
	font-weight: 500;
	line-height: 41px;
	margin-bottom: 8px;
	margin-top: 0px;
	letter-spacing: 2px;
}

.mission-box p {
	font-size: 16px;
	color: var(--secondary--color);
	line-height: 26px;
	font-weight: 400;
}

.mission-box .plus-sign {
	font-size: 21px;
	left: 2px;
	top: -10px;
}

sup {
	top: -0.2em;
	font-size: 21px;
	left: -7px;
}

.plus {
	top: -0.2em;
	font-size: 21px;
	left: 3px;
}

.mission-right {
	position: absolute;
	right: 0;
	top: 100px;
}

.team {
	width: 100%;
}

.box-section figure {
	margin-bottom: 0;
}

.box-section .img-fluid {
	width: 70px;
	text-align: center;
}

.box-section .img-fluid i {
	font-size: 55px;
	color: #333333;
}

.logo img {
	width: 300px;
}


.gallery-items {
	margin-top: 30px;
}

.gallery-items .gallery-item {

	background-size: cover;
	position: relative;
	background-position: center;
	margin-bottom: 20px;
	z-index: 1;
	border-radius: 10px;
	/* border: 1px solid #f2f2f2; */
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px #e1e4ec;
	cursor: pointer;
	overflow: hidden;
}

.gallery-items .gallery-item1 {
	height: 251px;
}

.gallery-items .gallery-item:hover {
	box-shadow: 0px 0px 10px #cedafa;
}

.gallery-items .img-box img {
	display: block;
}

.gallery-items .gallery-item1::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: '';
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	/* opacity: 0;
	visibility: hidden; */
	-webkit-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
}



.gallery-items .gallery-item .gallery-content {
	background-color: #ffffff;
	padding: 10px 25px;
}

.gallery-items .gallery-item1 .gallery-content {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 40px;
	/* visibility: hidden; */
	opacity: 1;
	-webkit-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	flex-wrap: wrap;
	background-color: transparent;
}

.gallery-items .gallery-item .gallery-content .h3 {
	/* color: #1dbb81; */
	margin-bottom: 0;
}

.gallery-items .gallery-item .gallery-content p {
	opacity: 1;
	/* color: #ffffff; 
	display: none;*/
	line-height: 1.8;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	color: #999999;
}

.gallery-items .gallery-item .gallery-content .h3 a {
	color: #333333;
	/* color: transparent; */
	/* background: linear-gradient(#09bbfe, #0b4df5);
	-webkit-background-clip: text;
	background-clip: text; */
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

.gallery-items .gallery-item .gallery-content .view-gallery {
	position: absolute;
	right: 40px;
	bottom: 30px;
	left: auto;
	top: auto;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #1dbb81;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	visibility: hidden;
}

/* 
.gallery-items .gallery-item:hover::before,
.gallery-items .gallery-item:hover .gallery-content {
	opacity: 0.8;
	visibility: visible;
	display: block;
}

.gallery-items .gallery-item:hover .gallery-content,
.gallery-items .gallery-item:hover .gallery-content .view-gallery,
.gallery-items .gallery-item:hover .gallery-content p {
	opacity: 1;
	visibility: visible;
	display: block;
}

.gallery-items .gallery-item:hover .gallery-content h3 {
	color: #fff;
} */



.gallery-items .gallery-item1 .gallery-content p {
	opacity: 0;
	color: #fff;
	display: none;
	line-height: 1.8;
	font-size: 15px;
	margin-top: 10px;
}

.gallery-items .gallery-item1 .gallery-content .h3 a {
	/* color: inherit; */
	color: #fff;
	font-size: 22px;
}

.gallery-items .gallery-item1 .gallery-content .view-gallery {
	position: absolute;
	right: 40px;
	bottom: 30px;
	left: auto;
	top: auto;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	visibility: hidden;
}

.gallery-items .gallery-item1:hover::before,
.gallery-items .gallery-item1:hover .gallery-content {
	background: rgba(0, 0, 0, 0.3);
	opacity: 0.8;
	visibility: visible;
	display: block;
}

.gallery-items .gallery-item1:hover .gallery-content,
.gallery-items .gallery-item1:hover .gallery-content .view-gallery,
.gallery-items .gallery-item1:hover .gallery-content p {
	opacity: 1;
	visibility: visible;
	display: block;
}

.gallery-items .gallery-item1:hover .gallery-content h3 {
	color: #fff;
}

/* 核心 */
.more-function-col {
	background: linear-gradient(#EEF1F9, #FFFFFF 45%);
	box-shadow: 0px 0px 20px #e1e4ec;
	border-radius: 50px 10px 50px 10px;
	padding: 40px 24px;
	text-align: center;
	margin: 10px 0;
	transition: transform .3s, -webkit-transform .3s;
}



.more-function-col:hover {
	box-shadow: 0px 0px 10px #cedafa;
	transform: translateY(-20px);
}

.more-function-col .icon {
	height: 100px;
}

.more-function-col .icon img {
	height: 100%;
}

.more-function-col .title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.more-function-col .function-content {
	margin-top: 20px;
	text-align: center;
}

.more-function-col .function-content p:first-child {
	margin-top: 0;
}

.more-function-col .function-content p {
	color: #666666;
	font-size: 14px;
	margin: 6px 0 0;
}



/* 合作伙伴 */
.partner-row {
	display: flex;
	flex-wrap: wrap;
}

.partner-col {
	text-align: center;
	flex: 0 0 20%;
	max-width: 20%;
}

.partner-col .padding {
	background-color: #ffffff;
	margin: 12px;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 4px 12px 0px rgba(30, 47, 93, 0.0095);
	overflow: hidden;
}

.partner-col img {
	width: 100%;
}


/* 垂直tab */

.module-banner-box {
	position: relative;
	clear: both;
	overflow: hidden;
	background-color: #f2f9ff;
	box-shadow: 0px 8px 24px 0px rgba(30, 47, 93, 0.1);
	border-radius: 10px;
}

.module-banner-tab {
	display: flex;
	justify-content: space-between;
}

.module-banner-tab-list {
	width: 280px;
	padding: 17px 0 0 40px;
}


.module-banner-tab-list .module-tab-nav li {
	background: transparent;
}


.module-banner-tab-list ul li {
	color: #333333;
	font-size: 18px;
	width: 100%;
	height: 70px;
	cursor: pointer;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.module-banner-tab-list ul li p {
	margin: 0;
	line-height: 70px;
	color: inherit;
	display: inline-block;
}

.module-banner-tab-list ul li i {
	width: 40px;
	height: 70px;
	/* display: none; */
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
	opacity: 1;
	/* height: 140px; */
	background-color: #ffffff;
	border-left: 3px solid #0b4df5;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on .icon {
	display: inline-block;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav li:hover {
	background-color: #ffffff;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on:hover {
	opacity: 1;
	background-color: #ffffff;

}

.module-banner-tab-list-box {
	flex: 1;
	height: 490px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.module-tab-box-ma {
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: absolute;
	padding: 40px;
}

.module-tab-box-ma.bg-img:first-child {
	background: url('../image/bg_company.png') no-repeat;
	background-size: cover;
}

.module-tab-box-ma.bg-img:nth-child(2) {
	background: url('../image/bg_action.png') no-repeat;
	background-size: cover;
}

.module-tab-box-ma.bg-img:nth-child(3) {
	background: url('../image/bg_meeting.png') no-repeat;
	background-size: cover;
}

.module-tab-box-ma.bg-img:nth-child(4) {
	background: url('../image/bg_edu.png') no-repeat;
	background-size: cover;
}

.module-tab-box-ma.bg-img:last-child {
	background: url('../image/bg_live.png') no-repeat;
	background-size: cover;
}

.module-tab-title {
	min-height: 260px;
}

.module-tab-title .title {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: 500;
	position: relative;
}


.module-tab-title p {
	color: #666666;
	font-size: 15px;
	line-height: 24px;
}

.module-tab-title p .icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: -2px;
	margin-right: 10px;
}


.module-tab-box-ma .Except-btn {
	margin-top: 20px;
}

.module-tab-box-ma .Except-btn a {
	padding: 9px 28px;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .icon {
	width: 28px;
	display: inline-block;
	vertical-align: -8px;
	margin-right: 10px;
}


.position-right {
	position: fixed;
	bottom: 2%;
	right: 10px;
	z-index: 10;
}

.position-right .kefu-box {
	cursor: pointer;
	margin-bottom: 16px;
	position: relative;
	display: block;
}

.position-right .kefu-box::before {
	background: url(../image/icon/border-chu.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 76px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 76px;
	z-index: -1;
}

.position-right .kefu-box .avatar_border {
	animation: breathe 1s linear infinite;
	background-image: url(../image/icon/border.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	position: absolute;
	top: 0;
}

@keyframes breathe {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	25% {
		opacity: .8;
		transform: scale(1.1);
	}

	50% {
		opacity: .1;
		transform: scale(1.3);
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.position-right .kefu-box .avatar_border,
.position-right .kefu-box .avatar_img {
	border-radius: 50%;
	height: 72px;
	width: 72px;
}

.position-right .kefu-box .avatar_img img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	animation: breathe-img 1s linear infinite;
}

@keyframes breathe-img {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(.9);
	}

	50% {
		transform: scale(.8);
	}

	75% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}

.position-right .kefu-box .avatar_text {
	background: linear-gradient(0deg, #275fec 0%, #0b4df5);
	border-radius: 6px;
	box-shadow: 0 30px 50px 0 rgba(76, 89, 141, .06);
	color: #ffffff;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	margin-top: -12px;
	position: relative;
	text-align: center;
	width: 72px;
}

.float-box {

	background-image: -moz-linear-gradient(0deg, #275fec 0%, #0b4df5 100%);
	background-image: -webkit-linear-gradient(0deg, #275fec 0%, #0b4df5 100%);
	border-radius: 5px;
	z-index: 66;
}

.float-box a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding: 0.75rem 0.5rem;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	text-decoration: none;
}

.float-box a:first-child {
	border-radius: 5px 5px 0px 0;
}

.float-box a:last-child {
	border-radius: 0px 0 5px 5px;
}

.float-box a:hover {
	background-image: -moz-linear-gradient(0deg, #1249d3 0%, #0b4df5 100%);
	background-image: -webkit-linear-gradient(0deg, #1249d3 0%, #0b4df5 100%);
}

.float-box a:hover .code,
.float-box a:hover .phone-box {
	display: block;
}

.float-box a i {
	font-size: 1.3rem;
	font-weight: normal;
}

.float-box a .title {
	font-size: 0.92rem;
}

.float-box .code {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 200px;
	right: 75px;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding: 10px;
	border-radius: 10px;
}

.float-box .code img {
	width: 80%;
	margin-top: 10px;
}

.float-box .code .font {
	font-size: 1rem;
	text-align: center;
	color: #000000;
	margin-top: 10px;
}

.float-box .phone-box {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	right: 75px;
	top: 80px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding: 10px;
	font-size: 1.4rem;
	text-align: center;
	color: #0b4df5;
	width: 200px;
}

/* 在线客服 */
.embed-icon-pcIcon5,
.embed-messageboard {
	display: none;
}

.register-box {
	margin-bottom: -40px;
}

.register-box .form-col+.form-col {
	margin-top: 15px;
}

.register-box .form-label {
	color: #333333;
	font-size: 15px;
	padding-top: 10px;
}

/* .register-box .form-input-box {
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	padding: 5px 10px;
}

.register-box .form-input {
	width: 100%;
	border: none;
	height: 100%;
	font-size: 15px;
} */

/* .register-box .form-input::placeholder {
	color: #cccccc;
	font-size: 15px;
} */

/* .register-box input:focus {
	outline: none
} */

.register-box .Except-btn.about {
	width: 100%;
	text-align: center;
}

.register-box .Except-btn.about a,
.register-box .Except-btn.about button {
	padding: 5px 6px;
	font-size: 14px;
	width: 100%;
	letter-spacing: 0.2px;
}


/* 咨询弹框 */
.modal-box {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 20vh;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	outline: 0;
	padding: 10px 10px 30px;
}

.modal-box .modal-header {
	border-bottom: 0;
}

.modal-box .modal-kefu {
	text-align: center;
	margin-left: -10px;
}

.modal-box .img-kefu {
	width: 35px;
	border-radius: 50%;
	display: inline-block;
}

.tile-gallery {
	padding-bottom: 30px;
	padding-right: 30px;
	position: relative;
	text-align: center;
}

.tile-gallery img {
	width: 400px;
	position: relative;
	z-index: 5;
}

.tile-gallery .imgbg {
	position: absolute;
	/* background-color: #1dbb81; */
	width: 271px;
	right: 30px;
	bottom: -10px;
	z-index: 0;
}

.tile-gallery .imgbg img {

	width: 100%;
}


.tile-gallery .tile-gallery-content {
	padding: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	position: absolute;
	width: 270px;
	height: 207px;
	right: 0;
	bottom: 0;
	opacity: .7;
}

.tile-gallery .tile-gallery-content h3 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
}

.tile-gallery .tile-gallery-content .tile-icon {
	max-width: 50px;
	margin-bottom: 35px;
}

.company-row {
	text-align: center;
	margin-top: 30px;
}

.company-row .icon {
	width: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.company-row .icon img {
	width: 100%;
}

.company-row .name {
	font-size: 25px;
	margin-bottom: 20px;
}

.company-row .function-content {
	font-size: 15px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0 40px;
}