*,:after,:before {
	box-sizing: border-box
}

body,html {
	height: 100%
}

body {
	font-family: Work Sans,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: #1f2226;
	background-color: #fff
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	body {
		font-size: 15px
	}
}

h1,h2,h3,h4,h5,h6 {
	font-family: Rajdhani,sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
	color: #333
}

.h1,.h2,.h3,.h4,.h5,.h6 {
	line-height: inherit;
	margin: 0
}

p:last-child {
	margin-bottom: 0
}

a,button {
	line-height: inherit;
	cursor: pointer;
	text-decoration: none;
	color: inherit
}

a:active,a:focus,a:hover {
	box-shadow: none;
	outline: none;
	text-decoration: none
}

a,button,img,input {
	transition: all .4s ease 0s
}

:focus,a:focus {
	outline: none
}

a:focus {
	color: inherit
}

a:focus,a:hover {
	text-decoration: none
}

a:hover {
	color: #194572
}

button,input[type=submit] {
	cursor: pointer
}

img {
	height: auto;
	max-width: 100%
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	opacity: 1
}

input:-moz-placeholder,input::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder {
	opacity: 1
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	opacity: 1
}

ul {
	margin: 0;
	padding: 0
}

ul:last-child {
	margin-bottom: 0
}

ul li {
	list-style: none
}

hr {
	border-top-width: 2px
}

.container-1733 {
	max-width: 1200px
}

.bg-img,[data-bg-img] {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.bgc-fb {
	background-color: #fbfbfb
}

.wrapper {
	overflow: hidden
}

.section {
	position: relative;
	z-index: 1
}

.section-padding {
	margin-top: 180px;
	margin-bottom: 130px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-padding {
		padding-top: 90px;
		padding-bottom: 90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media only screen and (max-width:767px) {
	.section-padding {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

.section-padding-t {
	padding-top: 110px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.section-padding-t {
		padding-top: 100px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-padding-t {
		padding-top: 90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding-t {
		padding-top: 80px
	}
}

@media only screen and (max-width:767px) {
	.section-padding-t {
		padding-top: 80px
	}
}

.section-padding-b {
	padding-bottom: 110px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.section-padding-b {
		padding-bottom: 100px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-padding-b {
		padding-bottom: 90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-padding-b {
		padding-bottom: 80px
	}
}

@media only screen and (max-width:767px) {
	.section-padding-b {
		padding-bottom: 80px
	}
}

.mb-12 {
	margin-bottom: 60px!important
}

.table>:not(:first-child) {
	border-top: none
}

.offcanvas {
	z-index: 10
}

.swiper-slide {
	margin-top: 0!important
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap!important;
	flex-direction: inherit!important
}

.offcanvas-backdrop {
	z-index: 9
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
	color: transparent;
	opacity: 0
}

input:focus:-moz-placeholder,input:focus::-moz-placeholder,textarea:focus:-moz-placeholder,textarea:focus::-moz-placeholder {
	color: transparent;
	opacity: 0
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
	color: transparent;
	opacity: 0
}

.header {
	position: relative;
	z-index: 7;
	display: flex;
	align-items: center;
	min-height: 70px;
	transition: all .4s ease 0s;
	background-color: #fff
}

@media only screen and (max-width:767px) {
	.header {
		min-height: auto
	}
}

.header.is-sticky {
	background-color: #fff;
	position: fixed;
	top: 0;
	
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
	width: 100%
}

.header.is-sticky .main-menu>ul>li>a {
	padding: 25px 0
}

.header.is-sticky .header-action-toggle {
	margin: 20px 0
}

@media only screen and (max-width:767px) {
	.header.is-sticky .header-action-toggle {
		margin: 10px 0
	}
}

.header.is-sticky .header-logo a {
	width: 60px
}

.header-transparent {
	position: absolute;
	z-index: 9;
	width: 100%;
	background: #fff
}

@keyframes a {
	0% {
		transform: translate3d(0,-100px,0);
		opacity: 0
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

.header-top {
	border-bottom: 1px solid #eee
}

.header-logo {
	/* display: flex */
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.header-logo {
		display: flex;
		padding: 24px 0
	}
}

.header-logo a {
	position: relative
}

.header-logo a img.light {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.main-menu {
	display: flex
}

.main-menu>ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 37px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-menu>ul {
		gap: 44px
	}
}

.main-menu>ul>li.has-sub-menu {
	position: relative
}

.main-menu>ul>li>a {
	color: #080000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	display: block;
	padding: 39px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-menu>ul>li>a {
		font-size: 16px
	}
}

.main-menu>ul>li:hover>.mega-menu,.main-menu>ul>li:hover>.sub-menu {
	z-index: 9;
	visibility: visible;
	margin-top: 0;
	opacity: 1
}

.main-menu>ul>li:hover a {
	color: #194572
}

.sub-menu {
	position: absolute;
	z-index: -9;
	top: 100%;
	left: 0;
	visibility: hidden;
	
	border-radius: 4px;
	margin-top: 20px;
	margin-left: -30px;
	padding: 25px 28px 26px;
	list-style: none;
	transition: all .4s ease 0s;
	opacity: 0;
	background-color: #fff;
	box-shadow: 10px 10px 30px rgba(0,0,0,.15)
}

.sub-menu li+li {
	margin-top: 12px
}

.sub-menu li a {
	display: block ruby;
	font-weight: 500;
	font-size: 15px;
	color: #080000!important
}

.sub-menu li a:hover {
	color: #194572!important
}

.mega-menu {
	position: absolute;
	border-radius: 4px;
	z-index: -9;
	top: 100%;
	left: 0;
	display: block;
	visibility: hidden;
	width: calc(100% + 15px);
	margin-top: 20px;
	margin-left: 0;
	padding: 24px 30px 30px;
	list-style: none;
	transition: all .4s ease 0s;
	opacity: 0;
	background-color: #fff;
	box-shadow: 10px 10px 30px rgba(0,0,0,.15);
	gap: 40px
}

.mega-menu>li {
	display: inline-block;
	float: left;
	padding-left: 30px;
	padding-right: 0;
	width: 20%
}

.mega-menu>li>a {
	font-size: 16px;
	font-weight: 600;
	color: #1f2226!important;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd
}

.mega-menu>li:first-child {
	padding-left: 0
}

.mega-menu ul {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	list-style: none
}

.mega-menu ul li {
	flex: 1 0
}

.mega-menu ul li+li {
	margin-top: 10px
}

.mega-menu ul li a {
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #080000!important
}

.mega-menu ul li a:hover {
	color: #194572!important
}

.mega-menu .mega-menu-thumb {
	width: 100%;
	padding-left: 0;
	margin-top: 25px
}

.mega-menu .mega-menu-thumb>a {
	border-bottom: none
}

.mega-menu .mega-menu-thumb img {
	width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.mega-menu-center {
		width: 880px;
		left: auto;
		right: -210px
	}
}

.header-search-form {
	position: relative
}

.header-search-form input {
	height: 50px;
	border: 1px solid #eee;
	background: transparent;
	font-weight: 500;
	box-shadow: none;
	padding-left: 10px;
	font-size: 14px;
	width: 100%;
	padding: 8px 175px 8px 10px
}

.header-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-weight: 500;
	padding: 0 40px;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
	background: #194572;
	border: 1px solid #194572
}

.header-search-form button:hover {
	background-color: #fff;
	color: #194572;
	border-color: #194572
}

.header-contact-info a {
	display: flex;
	align-items: center;
	justify-content: end;
	height: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #1f2226
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-contact-info a {
		font-size: 17px
	}
}

.header-contact-info a .icon {
	font-size: 30px;
	margin-right: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-contact-info a .icon {
		font-size: 24px
	}
}

.header-contact-info a:hover {
	color: #194572
}

.header-action {
	display: flex;
	gap: 12px;
	align-items: center
}

@media only screen and (max-width:575px) {
	.header-action {
		gap: 6px
	}
}

.header-action-item {
	display: flex
}

.header-action-toggle {
	display: flex;
	margin: 30px 0;
	padding: 5px;
	border: none;
	background-color: transparent
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-action-toggle {
		margin: 20px 0
	}
}

@media only screen and (max-width:767px) {
	.header-action-toggle {
		margin: 15px 0
	}
}

.header-action-toggle i {
	color: #080000;
	font-size: 20px;
	line-height: 30px;
	position: relative
}

@media only screen and (max-width:575px) {
	.header-action-toggle i {
		font-size: 17px
	}
}

.header-action-toggle i:hover {
	color: #194572
}

.header-action-toggle svg {
	width: 20px
}

@media only screen and (max-width:575px) {
	.header-action-toggle svg {
		width: 15px
	}
}

.header-action-toggle .count {
	position: absolute;
	right: -8px;
	top: -16px;
	font-family: Work Sans,sans-serif;
	background-color: #1f2226;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 100%
}

@media only screen and (max-width:575px) {
	.header-action-toggle .count {
		right: -5px;
		top: -8px;
		font-size: 11px;
		width: 18px;
		height: 18px;
		line-height: 18px
	}
}

.header-action-toggle .amount {
	line-height: 1;
	align-self: center;
	margin-left: 5px;
	font-weight: 500;
	font-size: 20px
}

@media only screen and (max-width:479px) {
	.header-action-toggle .amount {
		display: none
	}
}

@media only screen and (max-width:575px) {
	.header-action-toggle .amount {
		display: none
	}
}

.header-action-toggle:hover {
	color: #194572
}

.header-action-offcanvas-menu {
	height: 35px;
	width: 35px;
	display: flex;
	line-height: 35px;
	text-align: center;
	border-radius: 45px;
	font-size: 18px;
	outline-offset: 5px;
	transition: .3s;
	color: #fff;
	background: #194572;
	outline: 0px solid #194572;
	align-items: center;
	justify-content: center
}

@media only screen and (max-width:575px) {
	.header-action-offcanvas-menu {
		height: 30px;
		width: 30px;
		line-height: 35px;
		font-size: 14px;
		outline-offset: 3px
	}
}

.header-action-offcanvas-menu i {
	color: #fff!important;
	font-size: 18px;
	line-height: 1
}

@media only screen and (max-width:575px) {
	.header-action-offcanvas-menu i {
		font-size: 14px
	}
}

.header-action-offcanvas-menu:hover {
	background-color: #194572;
	outline-color: #194572
}

.header-dropdown-menu {
	width: 250px;
	padding: 20px;
	border: none;
	box-shadow: 10px 25px 80px rgba(0,0,0,.1);
	left: auto!important;
	right: 0!important;
	z-index: 8
}

.header-dropdown-menu-title {
	color: #1f2226;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6
}

.header-dropdown-menu ul {
	font-size: 16px;
	margin: 0;
	padding: 0;
	list-style: none
}

.header-dropdown-menu ul:not(:last-child) {
	margin-bottom: 20px
}

.header-dropdown-menu ul li+li {
	margin-top: 3px
}

.offcanvas-search-close-btn {
	position: absolute!important;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	font-size: 26px;
	padding: 0;
	line-height: 1;
	margin: 0;
	width: auto;
	height: auto
}

.offcanvas-search-form {
	position: relative;
	width: 100%;
	max-width: 770px
}

.offcanvas-search-form input[type=search],.offcanvas-search-form input[type=text] {
	font-size: 20px;
	font-weight: 400;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0;
	padding-right: 55px;
	padding-left: 10px;
	color: silver;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #6e6e6e;
	background-color: transparent
}

.offcanvas-search-form input[type=search]::-webkit-input-placeholder,.offcanvas-search-form input[type=text]::-webkit-input-placeholder {
	color: #fff
}

.offcanvas-search-form input[type=search]:-moz-placeholder,.offcanvas-search-form input[type=search]::-moz-placeholder,.offcanvas-search-form input[type=text]:-moz-placeholder,.offcanvas-search-form input[type=text]::-moz-placeholder {
	color: #fff
}

.offcanvas-search-form input[type=search]:-ms-input-placeholder,.offcanvas-search-form input[type=text]:-ms-input-placeholder {
	color: #fff
}

.offcanvas-search-form button {
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	padding: 0;
	color: #fff;
	border: none;
	background-color: transparent
}

.offcanvas-search-form button:hover {
	color: #194572
}

.header-cart-footer {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
	gap: 16px
}

.header-cart-total {
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	margin: 0;
	padding: 18px 0;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6
}

.header-cart-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.header-cart-buttons .footer-cart-btn {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 40px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	border: 1px solid #dee2e6;
	border-radius: 0
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.header-cart-buttons .footer-cart-btn {
		font-size: 14px
	}
}

.header-cart-buttons .footer-cart-btn:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.header-offcanvas-header {
	border-bottom: 1px solid #dee2e6
}

.header-offcanvas-header h5 {
	margin: 0;
	font-size: 18px;
	font-weight: 600
}

.header-offcanvas-header .btn-close {
	opacity: 1;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 20px
}

.header-cart-body {
	overflow: auto;
	flex: 1 0
}

.header-cart-products {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 30px
}

.header-cart-product {
	display: flex;
	gap: 20px
}

.header-cart-product:hover .header-cart-product-remove {
	opacity: 1
}

.header-cart-product-thumb {
	position: relative;
	flex: 1 0 90px;
	max-width: 90px
}

.header-cart-product-remove {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	padding: 0;
	opacity: 0;
	border: none;
	border-radius: 50%;
	background-color: #fff
}

.header-cart-product-remove:hover {
	color: #fff;
	background-color: #f44336
}

.header-cart-product-image {
	display: flex;
	border: 1px solid #eee
}

.header-cart-product-image img {
	width: 100%
}

.header-cart-product-content {
	align-self: center
}

.header-cart-product-title {
	font-size: 17px
}

.header-cart-product-quantity {
	font-size: 14px;
	line-height: 1;
	display: block;
	font-weight: 500
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	#offcanvas-cart {
		width: 300px
	}
}

.footer-main {
	padding: 79px 0 80px
}

.footer-main-st1 {
	background-color: #d1f3ff;
}

.footer-widget-title {
	font-size: 22px;
	margin-bottom: 30px
}

@media only screen and (max-width:767px) {
	.footer-widget-title {
		display: none
	}
}

.footer-desc {
	font-weight: 500;
	font-size: 16px;
	width: 72%
}

@media only screen and (max-width:575px) {
	.footer-desc {
		width: 100%
	}
}

.footer-desc2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.footer-desc2 {
		font-size: 16px;
		line-height: 28px
	}
}

@media only screen and (max-width:575px) {
	.footer-desc2 {
		font-size: 15px;
		line-height: 28px
	}
}

.footer-widget-social {
	display: flex;
	gap: 25px
}

.footer-widget-social a {
	display: flex
}

.footer-widget-social a i {
	font-size: 24px
}

.footer-widget-list>li {
	color: #1f2226;
	display: flex;
	font-weight: 500;
	font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.footer-widget-list>li {
		font-size: 15px
	}
}

.footer-widget-list>li>i {
	font-size: 20px;
	margin-right: 15px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.footer-widget-list>li>i {
		font-size: 18px
	}
}

.footer-widget-list>li+li {
	margin-top: 15px
}

.collapsed-title {
	color: #1f2226;
	background-color: #fff;
	font-size: 18px;
	padding: 18px 20px;
	display: none;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #eee
}

@media only screen and (max-width:767px) {
	.collapsed-title {
		display: block
	}
}

.collapsed-title:after {
	color: #1f2226;
	font-family: IcoFont;
	content: "\eaa1";
	font-size: 14px;
	margin-top: 1px;
	right: 0;
	position: absolute;
	transition: all .4s ease 0s;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	border-left: 1px solid #eee
}

.collapsed-title.collapsed:after {
	content: "\ea99"
}

@media (min-width:768px) {
	.widget-collapse-body {
		display: block!important;
		border: none
	}
}

@media only screen and (max-width:767px) {
	.widget-collapse-body {
		border: 1px solid #eee;
		background-color: #fff;
		border-top: none
	}
}

@media only screen and (max-width:767px) {
	.footer-widget-nav {
		padding: 20px
	}
}

.footer-widget-nav>li {
	list-style: circle;
	margin-left: 15px;
	margin-bottom: 21px
}

.footer-widget-nav>li:last-child {
	margin-bottom: 0
}

.footer-widget-nav>li>a {
	color: #1f2226;
	font-weight: 500;
	font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.footer-widget-nav>li>a {
		font-size: 15px
	}
}

.footer-widget-nav>li>a:hover {
	color: #194572
}

@media only screen and (max-width:767px) {
	.social-widget-nav {
		padding: 20px
	}
}

.social-widget-nav>li {
	margin-bottom: 20px
}

.social-widget-nav>li:last-child {
	margin-bottom: 0
}

.social-widget-nav>li>a {
	color: #1f2226;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.social-widget-nav>li>a {
		font-size: 15px
	}
}

.social-widget-nav>li>a:hover {
	color: #194572
}

.social-widget-nav>li>a>i {
	margin-right: 20px
}

.subscribe-form-widget .subscribe-form-desc {
	font-weight: 500;
	margin-bottom: 0
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.subscribe-form-widget .subscribe-form-desc {
		font-size: 14px
	}
}

.subscribe-form-widget .subscribe-form {
	position: relative
}

.subscribe-form-widget .subscribe-form .form-control {
	background-color: transparent;
	font-weight: 500;
	font-size: 16px;
	border: 1px solid #1f2226;
	height: 50px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	padding: 5px 115px 5px 10px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.subscribe-form-widget .subscribe-form .form-control {
		font-size: 14px
	}
}

.subscribe-form-widget .subscribe-form .form-control::-webkit-input-placeholder {
	color: #1f2226
}

.subscribe-form-widget .subscribe-form .form-control:-moz-placeholder,.subscribe-form-widget .subscribe-form .form-control::-moz-placeholder {
	color: #1f2226
}

.subscribe-form-widget .subscribe-form .form-control:-ms-input-placeholder {
	color: #1f2226
}

.subscribe-form-widget .subscribe-form .subscribe-form-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 110px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #1f2226;
	color: #fff;
	background-color: #1f2226;
	display: flex;
	align-items: center;
	justify-content: center
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.subscribe-form-widget .subscribe-form .subscribe-form-btn {
		font-size: 14px;
		width: 100px
	}
}

.subscribe-form-widget .subscribe-form .subscribe-form-btn:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.footer-bottom {
	background-color: #333;
	border-top: 1px solid #666;
	padding: 20px 0
}

.footer-copyright {
	color: #fff;
	font-size: 16px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.footer-copyright {
		font-size: 14px
	}
}

.footer-copyright>i {
	color: #194572;
	margin: 0 2px
}

.footer-copyright>a {
	color: #fff
}

.footer-copyright>a:hover {
	color: #194572
}

.footer-bottom-st3 {
	border-top: 1px solid #eee;
	background: #fbfbfb no-repeat scroll 50%/cover
}

.footer3-copyright {
	color: #1f2226;
	font-size: 16px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.footer3-copyright {
		font-size: 14px
	}
}

.footer3-copyright>i {
	color: #194572;
	margin: 0 2px
}

.footer3-copyright>a {
	color: #1f2226
}

.footer3-copyright>a:hover {
	color: #194572
}

.single-shoppable {
	position: relative
}

.cloth-tag {
	position: absolute
}

.cloth-tag-icon {
	background-color: #fff;
	color: #333;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 2px 4px #00000040;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	margin-left: -12.5px;
	animation-duration: 2.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: c
}

@media only screen and (max-width:767px) {
	.cloth-tag-icon {
		font-size: 9px;
		width: 18px;
		height: 18px;
		line-height: 18px
	}
}

.cloth-tag-content {
	display: flex;
	align-items: center;
	padding: 10px;
	margin-top: 20px;
	background-color: #fff;
	box-shadow: 0 0 14px #0003;
	position: absolute;
	min-width: 300px;
	max-width: 500px;
	transform: translate(-50%);
	z-index: 5
}

@media only screen and (max-width:479px) {
	.cloth-tag-content {
		display: block;
		min-width: 200px;
		max-width: 200px
	}
}

.cloth-tag-content-image {
	flex-basis: 80px;
	max-width: 80px
}

.cloth-tag-content-content {
	flex-basis: calc(100% - 100px);
	padding-left: 15px
}

.cloth-tag-content-content .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 5px
}

.cloth-tag-content-content .price-product {
	margin-bottom: 5px
}

.cloth-tag-content-content .price-product .money {
	font-size: 16px;
	color: #194572;
	font-weight: 500
}

.cloth-tag-content-content .lookbook-btn {
	text-transform: capitalize;
	border: 1px solid #1f2226;
	padding: 2px 10px;
	font-size: 13px;
	font-weight: 500;
	color: #1f2226
}

.cloth-tag-content-content .lookbook-btn:hover {
	color: #fff;
	background-color: #194572;
	border-color: #194572
}

.cloth-tag-content-close-icon {
	position: absolute;
	top: 0;
	right: 2px;
	color: #1f2226;
	cursor: pointer;
	font-size: 14px
}

.cloth-tag-content-close-icon:hover {
	color: #194572
}

.btn {
	background-color: #333;
	border: 1px solid #333;
	display: inline-block;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: 600;
	padding: 11px 40px;
	z-index: 1;
	transition: all .4s ease 0s
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.btn {
		font-size: 14px;
		padding: 9px 32px
	}
}

@media only screen and (max-width:767px) {
	.btn {
		font-size: 14px;
		padding: 9px 28px
	}
}

.btn.btn-primary {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.btn.btn-border {
	background-color: #fff;
	border-color: #194572;
	color: #194572
}

.btn.btn-border:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.btn.btn-border-grey {
	background-color: #fff;
	border-color: #eee;
	color: #535960
}

.btn.btn-border-grey:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.btn.btn-light {
	font-size: 13px;
	font-weight: 500;
	padding: 12px 28px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.btn.btn-light {
		font-size: 12px;
		padding: 10px 24px
	}
}

@media only screen and (max-width:767px) {
	.btn.btn-light {
		padding: 9px 20px
	}
}

.btn.btn-radius {
	border-radius: 50px
}

.btn:hover {
	background-color: #fff;
	border-color: #194572;
	color: #194572
}

.btn:active,.btn:focus {
	box-shadow: none
}

.btn-link {
	background-image: url(../images/icons/btn-link-line.png);
	color: #194572;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	background-repeat: repeat-x;
	background-size: 170px;
	background-position: bottom;
	padding-bottom: 22px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.btn-link {
		font-size: 16px;
		padding-bottom: 16px;
		background-size: 154px
	}
}

.btn-link .icon {
	font-size: 19px;
	margin-left: 6px;
	position: relative;
	top: 1px
}

.btn-link:hover {
	color: #333
}

.ht-video-popup {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90px;
	width: 90px;
	border: 1px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 90px;
	font-size: 20px;
	background: #fff;
	color: #194572;
	transition: .3s;
	margin-left: -45px;
	margin-top: -45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ht-video-popup {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 17px;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		margin: 0
	}
}

@media only screen and (max-width:767px) {
	.ht-video-popup {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		margin: 0
	}
}

.ht-video-popup:hover {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	background: transparent;
	color: #194572;
	border: 1px solid #194572
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ht-video-popup:hover {
		transform: translate(-50%,-50%) scale(1.15);
		-webkit-transform: translate(-50%,-50%) scale(1.15);
		-moz-transform: translate(-50%,-50%) scale(1.15);
		-ms-transform: translate(-50%,-50%) scale(1.15);
		-o-transform: translate(-50%,-50%) scale(1.15)
	}
}

@media only screen and (max-width:767px) {
	.ht-video-popup:hover {
		transform: translate(-50%,-50%) scale(1.15);
		-webkit-transform: translate(-50%,-50%) scale(1.15);
		-moz-transform: translate(-50%,-50%) scale(1.15);
		-ms-transform: translate(-50%,-50%) scale(1.15);
		-o-transform: translate(-50%,-50%) scale(1.15)
	}
}

.modal-action-product .modal-content {
	background-color: #fff;
	border: none;
	border-radius: 0
}

.modal-action-product .modal-body {
	padding: 15px;
	position: relative;
	outline: 2px solid rgba(0,0,0,.5);
	outline-offset: -5px
}

.modal-action-product-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.modal-action-btn-close {
	position: absolute;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	right: 10px;
	top: 8px
}

.modal-action-thumb {
	flex: 0 0 30%;
	margin-right: 20px
}

.modal-action-product-content {
	flex: 0 0 65%
}

.modal-action-product-content .product-name {
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 14px
}

.modal-action-product-content .text-add {
	color: #1f2226;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.modal-action-product-content .text-add>i {
	font-size: 25px;
	margin-right: 10px
}

.irs--flat .irs-max,.irs--flat .irs-min {
	color: #5c5c5c;
	background-color: #dee2e6
}

.fancybox__content {
	background-color: transparent;
	outline: none;
	border: none;
	padding: 0;
	margin: 0
}

.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content,.modal-backdrop,.offcanvas-backdrop {
	cursor: url(../images/icons/cancel-white.png),auto
}

.modal-backdrop,.offcanvas-backdrop {
	background-color: rgba(43,43,43,.92)
}

.modal-backdrop.show,.offcanvas-backdrop.show {
	opacity: 1
}

.swiper-button-wrap {
	position: relative
}

.swiper-button-wrap:hover .swiper-button-st2 {
	opacity: 1
}

.swiper-button-wrap:hover .swiper-button-st2.prev {
	left: 0
}

.swiper-button-wrap:hover .swiper-button-st2.next {
	right: 0
}

.swiper-button-st2 {
	color: var(--swiper-navigation-color,var(--swiper-theme-color) #000);
	width: calc(var(--swiper-navigation-size) / 50 * 50);
	height: var(--swiper-navigation-size);
	border: 1px solid #eee;
	border-radius: 50px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 1;
	transition: all .4s ease 0s;
	opacity: 0
}

.swiper-button-st2.prev {
	left: 15px
}

.swiper-button-st2.next {
	right: 15px
}

.swiper-button-st2:hover {
	border-color: #194572;
	color: #194572
}

.swiper-outer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 15px
}

.scroll-to-top {
	box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
	bottom: -60px;
	background-color: #194572;
	color: #fff;
	position: fixed;
	right: 30px;
	display: block;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
	font-weight: 700;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .5s cubic-bezier(.645,.045,.355,1);
	-webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
	-moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .5s cubic-bezier(.645,.045,.355,1);
	z-index: 999
}

@media only screen and (max-width:767px) {
	.scroll-to-top {
		width: 30px;
		height: 30px;
		right: 10px;
		font-size: 14px;
		line-height: 30px
	}
}

@media only screen and (max-width:575px) {
	.scroll-to-top {
		display: none
	}
}

.scroll-to-top:hover {
	background-color: #194572
}

.scroll-to-top.show {
	visibility: visible;
	opacity: .8;
	bottom: 20px
}

@media only screen and (max-width:767px) {
	.scroll-to-top.show {
		bottom: 10px
	}
}

.scroll-to-top.show:hover {
	opacity: 1
}

@keyframes b {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: b
}

@keyframes c {
	0%,20%,50%,80%,to {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-10px)
	}

	60% {
		transform: translateY(-10px)
	}
}

.section-title .sub-title {
	color: #194572;
	font-family: Work Sans,sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title .sub-title {
		font-size: 18px;
		line-height: 22px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.section-title .sub-title {
		font-size: 16px;
		line-height: 22px
	}
}

.section-title .sub-title+.title {
	margin-top: 20px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.section-title .sub-title+.title {
		margin-top: 5px
	}
}

.section-title .title {
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title .title {
		font-size: 42px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title .title {
		font-size: 38px;
		line-height: 38px
	}
}

@media only screen and (max-width:767px) {
	.section-title .title {
		font-size: 36px;
		line-height: 34px
	}
}

@media only screen and (max-width:575px) {
	.section-title .title {
		font-size: 28px;
		line-height: 34px
	}
}

.section-title .title+.line {
	margin-top: 26px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.section-title .title+.line {
		margin-top: 16px
	}
}

.section-title .line {
	display: inline-block;
	content: "";
	background: #194572;
	height: 4px;
	width: 70px
}

.section-title2 {
	margin-bottom: 2px
}

.section-title2 .sub-title {
	font-family: Work Sans,sans-serif;
	font-weight: 500;
	color: #194572;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title2 .sub-title {
		font-size: 18px;
		line-height: 22px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.section-title2 .sub-title {
		font-size: 16px;
		line-height: 22px
	}
}

.section-title2 .sub-title+.title {
	margin-top: 20px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.section-title2 .sub-title+.title {
		margin-top: 5px
	}
}

.section-title2 .title {
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title2 .title {
		font-size: 42px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title2 .title {
		font-size: 38px;
		line-height: 38px
	}
}

@media only screen and (max-width:767px) {
	.section-title2 .title {
		font-size: 36px;
		line-height: 34px
	}
}

@media only screen and (max-width:575px) {
	.section-title2 .title {
		font-size: 28px;
		line-height: 30px
	}
}

.section-title3 {
	margin-bottom: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title3 {
		margin-bottom: 42px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.section-title3 {
		margin-bottom: 28px
	}
}

.section-title3 .title {
	font-weight: 600;
	font-size: 50px;
	margin: 0;
	line-height: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title3 .title {
		font-size: 42px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title3 .title {
		font-size: 38px;
		line-height: 38px
	}
}

@media only screen and (max-width:767px) {
	.section-title3 .title {
		font-size: 36px;
		line-height: 34px
	}
}

@media only screen and (max-width:575px) {
	.section-title3 .title {
		font-size: 28px;
		line-height: 30px
	}
}

.section-title3 .title+.desc {
	margin-top: 22px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.section-title3 .title+.desc {
		margin-top: 12px
	}
}

.section-title3 .desc {
	color: #333;
	font-size: 18px;
	line-height: 28px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.section-title3 .desc {
		font-size: 14px;
		line-height: 26px
	}
}

.block-title-1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px
}

.block-title-1 .title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0
}

.hero-slide-item {
	align-items: center;
	display: flex;
	height: 100vh;
	position: relative;
	min-height: 550px;
	z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-item {
		height: 550px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-item {
		height: 500px
	}
}

@media only screen and (max-width:575px) {
	.hero-slide-item {
		height: 500px;
		min-height: 500px;
		/* background-color: #f8feff; */
		/* background-image: none!important */
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content {
		margin-top: 40px
	}
}

.hero-slide-content * {
	animation-duration: 1.3s;
	animation-fill-mode: both
}

.hero-slide-content .hero-slide-title {
	font-weight: 700;
	font-size: 150px;
	line-height: 130px;
	margin-bottom: 20px;
	text-transform: uppercase
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide-content .hero-slide-title {
		font-size: 118px;
		line-height: 100px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-content .hero-slide-title {
		font-size: 100px;
		line-height: 80px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content .hero-slide-title {
		font-size: 110px;
		line-height: 82px;
		margin-bottom: 8px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-content .hero-slide-title {
		font-size: 70px;
		line-height: 60px;
		margin-bottom: 6px
	}
}

@media only screen and (max-width:575px) {
	.hero-slide-content .hero-slide-title {
		font-size: 40px;
		line-height: 30px
	}
}

.hero-slide-content .hero-slide-title>span {
	color: #194572
}

.hero-slide-content .hero-slide-desc {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 51px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide-content .hero-slide-desc {
		margin: 0 0 32px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-content .hero-slide-desc {
		font-size: 18px;
		margin: 0 0 32px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content .hero-slide-desc {
		font-size: 18px;
		margin: 0 0 20px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-content .hero-slide-desc {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 14px
	}
}

.hero-slide-content .hero-slide-btn {
	background-color: #194572;
	color: #fff;
	display: inline-block;
	border: 1px solid #194572;
	border-radius: 50px;
	padding: 15px 40px;
	font-size: 20px;
	font-weight: 500
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide-content .hero-slide-btn {
		padding: 13px 32px;
		font-size: 17px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-content .hero-slide-btn {
		padding: 12px 30px;
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content .hero-slide-btn {
		padding: 12px 30px;
		font-size: 15px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-content .hero-slide-btn {
		padding: 10px 26px;
		font-size: 14px
	}
}

.hero-slide-content .hero-slide-btn:hover {
	background-color: transparent;
	color: #194572;
	border: 1px solid #194572
}

.hero-slide-info {
	align-items: center;
	display: flex;
	flex-wrap: wrap
}

.hero-slide-video-btn {
	margin-left: 40px;
	position: relative;
	display: flex;
	align-items: center
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide-video-btn {
		margin-left: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-video-btn {
		margin-left: 18px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-video-btn {
		margin-left: 10px
	}
}

@media only screen and (max-width:575px) {
	.hero-slide-video-btn {
		padding: 10px 0
	}
}

.hero-slide-video-btn .hero-slide-video-popup {
	box-shadow: 0 4px 30px rgba(215,35,35,.2);
	color: #194572;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #194572;
	font-size: 20px;
	height: 65px;
	width: 65px;
	line-height: 65px;
	text-align: center;
	position: relative;
	margin-right: 25px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide-video-btn .hero-slide-video-popup {
		margin-right: 15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-video-btn .hero-slide-video-popup {
		margin-right: 12px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-video-btn .hero-slide-video-popup {
		margin-right: 10px;
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 48px
	}
}

.hero-slide-video-btn .hero-slide-video-popup:after,.hero-slide-video-btn .hero-slide-video-popup:before {
	-ms-box-shadow: 0 0 0 0 #194572;
	-o-box-shadow: 0 0 0 0 #194572;
	box-shadow: 0 0 0 0 #194572;
	border-radius: 50%;
	height: 65px;
	width: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	animation: d 3s infinite;
	-webkit-animation: d 3s infinite;
	-moz-animation: d 3s infinite;
	-ms-animation: d 3s infinite;
	-o-animation: d 3s infinite
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-video-btn .hero-slide-video-popup:after,.hero-slide-video-btn .hero-slide-video-popup:before {
		width: 50px;
		height: 50px
	}
}

.hero-slide-video-btn .hero-slide-video-popup:before {
	animation-delay: .9s;
	content: ""
}

.hero-slide-video-btn .hero-slide-video-popup:after {
	animation-delay: .6s;
	content: ""
}

.hero-slide-video-btn>span {
	color: #194572;
	font-size: 20px;
	font-weight: 500
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-video-btn>span {
		font-size: 16px
	}
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
	animation-delay: 1.3s;
	animation-name: e
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc {
	animation-delay: 1.5s;
	animation-name: e
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-btn {
	animation-delay: 1.6s;
	animation-name: e
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-video-btn {
	animation-name: e
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-video-btn .hero-slide-video-popup {
	animation-delay: 1.6s;
	animation-name: e
}

.hero-slider-pagination {
	position: absolute;
	text-align: center;
	bottom: 26px!important;
	line-height: 0;
	z-index: 1
}

.hero-slider-pagination .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color,transparent);
	opacity: var(--swiper-pagination-bullet-inactive-opacity,1);
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px)!important;
	border: 1px solid #194572;
	outline: 1px solid #194572;
	outline-offset: 3px;
	transition: all .4s ease 0s
}

.hero-slide2-item {
	align-items: center;
	display: flex;
	height: 550px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	z-index: 1
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide2-item {
		height: 400px;
		background-position: 0
	}
}

.hero-slider2-container {
	padding: 0 360px;
	position: relative
}

@media only screen and (max-width:1847px) {
	.hero-slider2-container {
		padding: 0 180px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slider2-container {
		padding: 0 30px
	}
}

.hero-slide2-content {
	padding-left: 85px
}

.hero-slide2-content * {
	animation-duration: .1s;
	animation-fill-mode: both;
	animation-name: f
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide2-content {
		padding-left: 10px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide2-content {
		padding-left: 0
	}
}

.hero-slide2-content .hero-slide2-title {
	color: #1f2226;
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide2-content .hero-slide2-title {
		font-size: 50px;
		line-height: 54px;
		margin-bottom: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide2-content .hero-slide2-title {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide2-content .hero-slide2-title {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 4px
	}
}

@media only screen and (max-width:575px) {
	.hero-slide2-content .hero-slide2-title {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 4px
	}
}

.hero-slide2-content .hero-slide2-title>span {
	color: #194572
}

.hero-slide2-content .hero-slide2-desc {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 36px
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide2-content .hero-slide2-desc {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 22px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide2-content .hero-slide2-desc {
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 19px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide2-content .hero-slide2-desc {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 16px
	}
}

.hero-slide2-content .hero-slide2-btn {
	background-color: #194572;
	color: #fff;
	border: 2px solid #194572;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	line-height: 1;
	padding: 18px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide2-content .hero-slide2-btn {
		font-size: 14px;
		padding: 14px 24px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide2-content .hero-slide2-btn {
		font-size: 14px;
		padding: 12px 20px
	}
}

.hero-slide2-content .hero-slide2-btn:hover {
	color: #194572;
	background-color: #fff;
	border-color: #194572
}

.hero-slide2-item.swiper-slide-active .hero-slide2-content * {
	animation-name: e;
	animation-duration: 1s;
	animation-delay: .5s
}

.hero-slide3-item {
	display: flex;
	align-items: center;
	height: 800px;
	background-color: #f9f6f2;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

@media only screen and (max-width:767px) {
	.hero-slide3-item {
		height: 520px
	}
}

.hero-slide3-item.swiper-slide-active .hero-slide3-content>* {
	transform: translateY(0);
	opacity: 1
}

.hero-slide3-content {
	max-width: 700px;
	margin: auto;
	padding: 50px;
	text-align: center;
	background: #fbfbfb;
	box-shadow: 0 0 0 21px #e8eded
}

@media only screen and (max-width:767px) {
	.hero-slide3-content {
		max-width: calc(100% - 30px);
		padding: 20px;
		box-shadow: 0 0 0 10px #f1f1f1
	}
}

@media only screen and (max-width:575px) {
	.hero-slide3-content {
		max-width: calc(100% - 60px)
	}
}

@media only screen and (max-width:479px) {
	.hero-slide3-content {
		max-width: calc(100% - 30px);
		padding: 20px
	}
}

.hero-slide3-content>* {
	transition-timing-function: ease;
	transition-duration: 1s;
	transition-property: all;
	transform: translateY(50px);
	opacity: 0
}

.hero-slide3-content>:first-child {
	transition-delay: .5s
}

.hero-slide3-content>:nth-child(2) {
	transition-delay: .8s
}

.hero-slide3-content>:nth-child(3) {
	transition-delay: 1.1s
}

.hero-slide3-content>:nth-child(4) {
	transition-delay: 1.4s
}

.hero-slide3-sub-title {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 12px;
	text-transform: uppercase;
	display: block
}

@media only screen and (max-width:767px) {
	.hero-slide3-sub-title {
		font-size: 16px;
		line-height: 22px
	}
}

@media only screen and (max-width:575px) {
	.hero-slide3-sub-title {
		font-size: 14px;
		margin-bottom: 0
	}
}

.hero-slide3-title {
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 10px
}

@media only screen and (max-width:767px) {
	.hero-slide3-title {
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:575px) {
	.hero-slide3-title {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 0
	}
}

.hero-slide3-desc {
	color: #333;
	font-size: 16px;
	line-height: 27px;
	margin: 0 0 36px
}

@media only screen and (max-width:767px) {
	.hero-slide3-desc {
		font-size: 15px;
		margin: 0 0 24px
	}
}

@media only screen and (max-width:575px) {
	.hero-slide3-desc {
		font-size: 14px;
		margin: 0 0 12px
	}
}

.hero-slide3-btn {
	color: #1f2226;
	padding: 18px 30px;
	display: inline-block;
	line-height: 1;
	border: 2px solid #000;
	border-radius: 30px;
	text-transform: unset;
	font-size: 16px;
	font-weight: 400
}

@media only screen and (max-width:767px) {
	.hero-slide3-btn {
		padding: 12px 20px;
		font-size: 14px
	}
}

@media only screen and (max-width:575px) {
	.hero-slide3-btn {
		padding: 12px 20px;
		font-size: 14px
	}
}

.hero-slide3-btn:hover {
	border-color: #194572;
	background-color: #194572;
	color: #fff
}

.hero-slider3-arrows {
	display: none
}

.swiper-pagination-bullet-active {
	background-color: var(--swiper-pagination-color,#194572)!important
}

.hero-slider-arrows {
	position: absolute;
	bottom: calc(50% - 60px);
	right: 50px;
	z-index: 1
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.hero-slider-arrows {
		right: 15px
	}
}

@media only screen and (max-width:575px) {
	.hero-slider-arrows {
		display: none
	}
}

.hero-slider-button-next,.hero-slider-button-prev {
	color: #fff;
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 30px;
	transition: all .4s ease 0s
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.hero-slider-button-next,.hero-slider-button-prev {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 20px
	}
}

.hero-slider-button-next:hover,.hero-slider-button-prev:hover {
	background-color: #194572
}

.hero-slider-button-next {
	margin-bottom: 20px
}

.hero-slider2-container:hover .hero-slider2-button-next {
	right: -128px;
	opacity: 1
}

@media only screen and (max-width:1847px) {
	.hero-slider2-container:hover .hero-slider2-button-next {
		right: 0
	}
}

.hero-slider2-container:hover .hero-slider2-button-prev {
	left: -128px;
	opacity: 1
}

@media only screen and (max-width:1847px) {
	.hero-slider2-container:hover .hero-slider2-button-prev {
		left: 0
	}
}

.hero-slider2-arrows {
	position: absolute;
	max-width: 1180px;
	width: 100%;
	height: 100%;
	top: 0
}

@media only screen and (max-width:1847px) {
	.hero-slider2-arrows {
		max-width: none;
		position: relative;
		bottom: 40px;
		top: auto
	}
}

.hero-slider2-button-next,.hero-slider2-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 50px;
	color: #1f2226;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	opacity: 0;
	transition: all .4s ease 0s
}

@media only screen and (max-width:1847px) {
	.hero-slider2-button-next,.hero-slider2-button-prev {
		font-size: 30px
	}
}

.hero-slider2-button-next:hover,.hero-slider2-button-prev:hover {
	color: #194572
}

.hero-slider2-button-next {
	right: 0
}

.hero-slider2-button-prev {
	left: 0
}

.hero-slider3-arrows {
	position: absolute
}

@keyframes d {
	70% {
		box-shadow: 0 0 0 25px hsla(0,0%,100%,0)
	}

	to {
		box-shadow: 0 0 0 0 hsla(0,0%,100%,0)
	}
}

@keyframes e {
	0% {
		opacity: 0;
		transform: translate(-100px)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes f {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.feature-box-icon {
	margin-bottom: 20px
}

.feature-box-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 11px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feature-box-title {
		font-size: 22px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.feature-box-title {
		font-size: 20px
	}
}

.feature-box2-item {
	border: 1px solid #eee;
	padding: 20px 30px 36px;
	width: 100%;
	transition: all .4s ease 0s
}

.feature-box2-item:hover {
	box-shadow: 0 4px 10px #0000001a
}

.feature-box2-icon {
	display: inline-block;
	margin-bottom: 21px
}

.feature-box2-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 13px
}

.feature-box2-title>a {
	color: #1f2226
}

.feature-box2-title>a:hover {
	color: #194572
}

.feature-box2-desc {
	font-size: 14px;
	font-weight: 500
}

.feature-box3-item {
	display: flex;
	align-items: center
}

.feature-box3-icon {
	margin-right: 20px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.feature-box3-icon {
		margin-right: 18px
	}
}

.feature-box3-icon-img {
	max-width: 70px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.feature-box3-icon-img {
		max-width: 50px
	}
}

.feature-box3-title {
	color: #1f2226;
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.feature-box3-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 2px
	}
}

.drone-all-feature {
	display: grid;
	grid-template-columns: auto auto
}

.feature-box4-item {
	display: flex;
	align-items: center
}

.feature-box4-icon {
	margin-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feature-box4-icon {
		margin-right: 10px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.feature-box4-icon {
		margin-right: 8px
	}
}

.feature-box4-icon-img {
	max-width: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feature-box4-icon-img {
		max-width: 36px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.feature-box4-icon-img {
		max-width: 30px
	}
}

.feature-box4-title {
	color: #666;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 2px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feature-box4-title {
		font-size: 20px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.feature-box4-title {
		font-size: 18px
	}
}

.feature-box4-desc {
	color: #888
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feature-box4-desc {
		font-size: 14px
	}
}

.accordion-item {
	border-radius: .25rem;
	margin-bottom: 10px
}

.accordion-item:first-of-type,.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.accordion-button {
	color: #1f2226;
	font-family: Work Sans,sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-top: 1px solid rgba(0,0,0,.125);
	padding: 13px 18px 11px 33px
}

@media only screen and (max-width:575px) {
	.accordion-button {
		font-size: 14px;
		padding: 13px 12px 11px
	}
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
	background-color: #f7f7f7;
	border-bottom-color: transparent;
	border-top-color: transparent
}

.accordion-button:not(.collapsed):after {
	color: #194572;
	content: "-";
	background: none
}

.accordion-button:after {
	content: "+";
	background: none;
	font-size: 22px;
	font-weight: 500;
	color: #1f2226;
	display: flex;
	align-items: center;
	justify-content: center
}

.accordion-button:active,.accordion-button:focus {
	box-shadow: none
}

.accordion-body {
	border-top: 1px solid rgba(0,0,0,.125);
	padding: 20px
}

@media only screen and (max-width:575px) {
	.accordion-body {
		padding: 12px
	}
}

.accordion-body-desc {
	color: #1f2226;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.72
}

@media only screen and (max-width:575px) {
	.accordion-body-desc {
		font-size: 13px
	}
}

.post-item {
	border: 1px solid #eee;
	padding: 10px
}

.post-item .image {
	display: inline-block;
	overflow: hidden
}

.post-item .image img {
	transition: all .4s ease 0s;
	width: 100%
}

.post-item .content {
	padding: 0 10px 10px
}

.post-item .content .title {
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	color: #383838;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 18px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.post-item .content .title {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 14px
	}
}

.post-item .content .title a {
	color: #1f2226
}

.post-item .content .title a:hover {
	color: #194572
}

.post-item .content .title.line-bottom:after {
	position: absolute;
	display: block;
	background-color: #ebebeb;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 0
}

.post-item .content .desc {
	font-size: 14px;
	line-height: 1.72;
	font-weight: 500
}

.post-item:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.post-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap
}

.post-meta>li {
	color: #4b4b4b;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	margin: 0 14px;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.post-meta>li {
		font-size: 12px
	}
}

.post-meta>li a {
	color: #4b4b4b
}

.post-meta>li a:hover {
	color: #194572
}

.post-meta>li:first-child {
	margin-left: 0
}

.post-meta>li:last-child {
	margin-right: 0
}

.post-meta>li+li:before {
	position: absolute;
	left: -22px;
	top: 9px;
	width: 15px;
	height: 1px;
	background-color: #999898;
	content: "";
	transform: rotate(70deg)
}

.post-meta>li:hover {
	color: #194572
}

.post-meta+p {
	margin-top: 23px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.post-meta+p {
		margin-top: 13px
	}
}

.blog-sidebar-item:not(:last-child) {
	margin-bottom: 54px
}

.blog-sidebar-item-title {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px
}

.widget-post-item {
	align-items: center;
	border-bottom: 1px solid #dee0e4;
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative
}

.widget-post-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.widget-post-item:hover .widget-post-title {
	color: #194572
}

.widget-post-item:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05)
}

.widget-post-title {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 0;
	transition: all .4s ease 0s
}

.widget-post-title:hover {
	color: #194572;
	cursor: pointer
}

.widget-post-thumb {
	margin-right: 20px;
	max-width: 80px;
	overflow: hidden
}

.widget-post-thumb img {
	transition: all .4s ease 0s
}

.widget-post-date {
	align-items: center;
	display: flex;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px
}

.widget-search-wrp form {
	position: relative
}

.widget-search-wrp .form-control {
	border: 1px solid #e6e6e6;
	box-shadow: none;
	border-radius: 0;
	height: 43px;
	font-size: 14px;
	line-height: 43px;
	padding: 2px 55px 2px 18px
}

.widget-search-wrp .form-control::-webkit-input-placeholder {
	color: #757575
}

.widget-search-wrp .form-control:-moz-placeholder,.widget-search-wrp .form-control::-moz-placeholder {
	color: #757575
}

.widget-search-wrp .form-control:-ms-input-placeholder {
	color: #757575
}

.widget-search-wrp .search-button {
	border: none;
	border-left: 1px solid #a1a5aa;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	font-size: 16px;
	position: absolute;
	top: calc(50% - 14px);
	right: 0;
	height: 27px;
	width: 47px;
	font-size: 18px
}

.widget-search-wrp .search-button:hover {
	color: #194572
}

.archive-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px
}

.archive-items li {
	line-height: 1.8;
	position: relative;
	font-size: 14px;
	padding-left: 17px;
	font-weight: 500;
	transition: all .4s ease 0s
}

.archive-items li:before {
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	transition: all .4s ease 0s
}

.archive-items li:hover:before {
	color: #194572
}

.archive-items li a {
	font-size: 14px;
	transition: all .4s ease 0s
}

.archive-items li a:hover {
	color: #194572
}

.widget-tag-items ul {
	margin: 0
}

.widget-tag-items ul li {
	display: inline-block;
	margin: 15px 0 0
}

.widget-tag-items .tag-item {
	background-color: transparent;
	border: 1px solid #06264b;
	border-radius: 0;
	box-shadow: 10px 25px 80px hsla(0,0%,59%,.15);
	font-size: 14px;
	padding: 10px 17px 11px;
	align-items: center;
	display: inline-flex;
	line-height: 1;
	margin-right: 10px;
	min-height: 34px
}

.widget-tag-items .tag-item:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.custom-nav-item {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 18px
}

.custom-nav-item:last-child {
	margin-bottom: 0
}

.custom-nav-item:hover {
	color: #194572
}

.blog-detail-title {
	color: #1a1919;
	font-size: 24px;
	margin-bottom: 13px
}

.blog-detail-meta {
	margin-bottom: 35px
}

.blog-detail-meta.post-item-meta {
	border: none;
	padding: 0
}

.blog-detail-meta .post-item-comments,.blog-detail-meta .post-item-date {
	font-size: 14px
}

.blog-detail p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px
}

.blog-detail-post-date,.blog-detail-post-views {
	align-items: center;
	color: #544d4d;
	display: inline-flex;
	line-height: 1
}

.blog-detail-post-date i,.blog-detail-post-views i {
	color: #194572;
	margin-right: 9px
}

.blog-detail-post-views {
	margin-left: 23px
}

.blog-detail-tag-social {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.blog-detail-social span {
	font-size: 15px;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	top: -2px
}

.blog-detail-social-item {
	color: #555;
	font-size: 24px;
	line-height: 1;
	margin-right: 10px
}

.blog-detail-social-item:last-child {
	margin-right: 0
}

.blog-detail-social-item:hover {
	color: #194572
}

.next-previous-post {
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-top: 32px;
	padding: 18px 0 17px
}

.next-previous-post .post-next,.next-previous-post .post-prev {
	font-size: 15px
}

.next-previous-post .post-next i,.next-previous-post .post-prev i {
	font-size: 12px
}

.tag-item {
	font-size: 15px;
	line-height: 1;
	margin-right: 10px
}

.tag-item:hover {
	color: #194572
}

.comment-area {
	background-color: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	margin-top: 98px;
	padding: 43px 40px 40px
}

.comment-area-title {
	margin-bottom: 37px;
	padding-bottom: 9px;
	position: relative
}

.comment-area-title:after {
	background-color: #194572;
	width: 100px
}

.comment-area-title:after,.comment-area-title:before {
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute
}

.comment-area-title:before {
	background-color: #e9e9e9;
	max-width: 210px;
	width: 100%
}

.single-comment {
	display: flex;
	position: relative
}

.single-comment-thumb {
	margin-right: 30px;
	min-width: 120px
}

.single-comment-thumb img {
	border: 1px solid #efefef;
	border-radius: 50%
}

.single-comment-name {
	color: #000;
	font-weight: 400;
	margin-bottom: 2px;
	text-transform: uppercase
}

.single-comment-date {
	color: #194572;
	display: block;
	margin-bottom: 11px;
	text-transform: uppercase
}

.single-comment .reply-icon {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(215,35,35,.5);
	color: #194572;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 50px;
	top: 4px
}

.comment-form-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 42px;
	text-transform: uppercase
}

.comment-form .form-input-item .form-control {
	border: 1px solid #eaeaea;
	color: #1f2226;
	height: 50px;
	margin-bottom: 30px;
	padding: 2px 20px
}

.comment-form .form-input-item .form-control::-webkit-input-placeholder {
	color: #757575
}

.comment-form .form-input-item .form-control:-moz-placeholder,.comment-form .form-input-item .form-control::-moz-placeholder {
	color: #757575
}

.comment-form .form-input-item .form-control:-ms-input-placeholder {
	color: #757575
}

.comment-form .form-input-item textarea.form-control {
	height: 250px;
	padding: 20px 20px 2px
}

.comment-form-area .btn.btn-submit {
	background-color: #194572;
	border-color: #194572;
	font-size: 13px;
	margin: 0;
	padding: 19px 28px 17px
}

.page-numbers {
	display: flex;
	justify-content: start;
	margin-bottom: 0
}

.page-numbers li {
	margin: 0 5.5px
}

.page-number {
	background-color: #fff;
	border: none;
	border-radius: 50%;
	color: #1f2226;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	box-shadow: 0 0 12px .8px rgba(0,0,0,.1)
}

.page-number.active,.page-number:hover {
	background-color: #194572;
	color: #fff
}

.page-number.active {
	box-shadow: none
}

.page-number.next,.page-number.prev {
	background-color: transparent;
	box-shadow: none;
	font-size: 15px;
	line-height: 45px
}

.page-number.next:hover,.page-number.prev:hover {
	background-color: #194572;
	color: #fff
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 30px;
	transition: all .4s ease 0s
}

.gallery-item:hover .gallery-content-wrap {
	bottom: 10px;
	opacity: 1
}

.gallery-content-wrap {
	background: #fff none repeat scroll 0 0;
	bottom: -30px;
	left: 10px;
	opacity: 0;
	padding: 15px;
	position: absolute;
	transition: all .4s ease 0s;
	right: 10px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee
}

.gallery-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}

.gallery-desc {
	font-size: 14px;
	font-weight: 500
}

.gallery-popup {
	height: 40px;
	width: 40px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #333;
	border-radius: 5px
}

.gallery-popup:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.product-item {
	border: 1px solid #f1f1f1;
	position: relative;
	overflow: hidden;
	transition: all .4s ease 0s
}

.product-item:hover .product-action {
	height: 60px
}

.product-item:hover .product-color-size-img-wrap {
	bottom: 10px;
	opacity: 1;
	visibility: visible
}

.product-thumb {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.05)
}

.product-thumb img {
	width: 100%
}

.product-info {
	padding: 20px 15px
}

.product-info .product-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px
}

.product-info .product-title a {
	color: #1f2226
}

.product-info .product-title a:hover {
	color: #194572
}

.prices {
	align-items: center;
	display: flex
}

.prices .price-old {
	font-size: 13px;
	text-decoration: line-through;
	font-weight: 400;
	line-height: 1
}

.prices .price-old+.price {
	margin-left: 8px
}

.prices .price {
	line-height: 1;
	color: #194572;
	font-weight: 600;
	font-size: 20px
}

.prices+.product-rating {
	margin-top: 16px
}

.product-rating {
	display: flex
}

.product-rating span,.product-rating svg {
	font-size: 14px;
	color: #fdb819;
	line-height: 14px;
	width: 17px;
	fill: #fdb819;
	cursor: pointer
}

.product-rating span+span {
	margin-left: 5px
}

.product-flag {
	background-color: #194572;
	padding: 6px 8px 4px;
	color: #fff;
	min-width: 50px;
	text-align: center;
	font-size: 12px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 12px;
	font-family: Rajdhani,sans-serif;
	left: auto;
	right: 10px;
	line-height: 1;
	z-index: 2
}

.product-flag2 {
	top: 47px
}

.product-flag-left {
	right: auto;
	left: 10px
}

.product-flag-new {
	background-color: #23c7d7
}

.product-action-wrap {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 9
}

.product-action {
	border-radius: 50px;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
	overflow: hidden;
	height: 0;
	flex-direction: row
}

.product-action,.product-action .product-action-btn {
	background-color: #fff;
	display: flex;
	justify-content: center;
	transition: all .4s ease 0s
}

.product-action .product-action-btn {
	color: #000;
	text-decoration: none;
	align-items: center;
	width: 50px;
	font-size: 20px;
	height: 50px;
	position: relative;
	border: none;
	margin: 5px 0
}

.product-action .product-action-btn:first-child {
	margin-left: 15px
}

.product-action .product-action-btn:last-child {
	margin-right: 15px
}

.product-action .product-action-btn:hover {
	color: #194572
}

.product-color-size-img-wrap {
	background: #fff;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 5px 2px 20px #0000001a;
	position: absolute;
	left: 10px;
	bottom: -50px;
	right: 10px;
	transition: .6s;
	opacity: 0;
	visibility: hidden
}

.color-categories,.product-image-swatch,.product-size-categories {
	display: flex;
	justify-content: center;
	width: 100%
}

.product-size-categories span {
	color: #1f2226;
	font-size: 14px;
	font-weight: 500;
	margin: 0 5px 5px;
	cursor: pointer;
	transition: all .4s ease 0s
}

.product-size-categories span:hover {
	color: #194572
}

.product-size-categories+.color-categories {
	margin-top: 6px
}

.color-categories {
	margin-bottom: 4px!important
}

.color-categories>li {
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0 5px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	transition: all .4s ease 0s
}

.color-categories>li.red {
	background: red
}

.color-categories>li.green {
	background: green
}

.color-categories>li.blue {
	background: blue
}

.color-categories>li.yellow {
	background: #ff0
}

.color-categories>li.white {
	border: 1px solid #f1f1f1;
	background: #fff
}

.color-categories>li:hover {
	opacity: .5
}

.product-image-swatch>li>button {
	display: flex;
	height: 25px;
	width: 25px;
	top: 0;
	margin: 0 5px;
	border-radius: 50px;
	position: relative;
	padding: 0;
	border: 1px solid #f1f1f1
}

.product-image-swatch>li>button.active {
	border-color: rgba(215,35,35,.4)
}

.product-banner-item {
	display: block;
	overflow: hidden;
	position: relative
}

.product-banner-item>img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all .4s ease 0s
}

.product-banner-item:hover>img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.product-tab-nav>button {
	background-color: #f1f1f1;
	color: #1f2226;
	border: none;
	font-family: Rajdhani,sans-serif;
	font-size: 18px;
	border-radius: 50px;
	font-weight: 500;
	padding: 14px 25px;
	line-height: 1
}

.product-tab-nav>button+button {
	margin-left: 20px
}

.product-tab-nav>button.active,.product-tab-nav>button:hover {
	background-color: #1f2226;
	color: #fff
}

.product-tab-nav+.product-tab-content {
	margin-top: 50px
}

.product-tab-nav-2>button {
	background-color: #f1f1f1;
	color: #1f2226;
	border: none;
	font-family: Rajdhani,sans-serif;
	font-size: 18px;
	border-radius: 50px;
	font-weight: 500;
	padding: 14px 25px;
	line-height: 1
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.product-tab-nav-2>button {
		padding: 12px 16px;
		font-size: 14px
	}
}

@media only screen and (max-width:767px) {
	.product-tab-nav-2>button {
		font-size: 13px;
		padding: 14px 30px 12px
	}
}

@media only screen and (max-width:575px) {
	.product-tab-nav-2>button {
		padding: 14px 30px;
		width: 100%
	}
}

.product-tab-nav-2>button+button {
	margin-left: 20px
}

@media only screen and (max-width:575px) {
	.product-tab-nav-2>button+button {
		margin-left: 0;
		margin-top: 10px
	}
}

.product-tab-nav-2>button.active,.product-tab-nav-2>button:hover {
	background-color: #1f2226;
	color: #fff
}

.product-tab-nav-2+.product-tab-content {
	margin-top: 50px
}

.product-quantity {
	margin-bottom: 15px
}

.product-quantity-text {
	font-size: 14px;
	line-height: 1;
	display: flex;
	font-weight: 500;
	justify-content: space-between;
	margin-bottom: 10px
}

.product-quantity-progress {
	display: flex;
	width: 100%;
	height: 8px;
	border-radius: 10px;
	background-color: #ccc
}

.product-quantity-progress-bar {
	height: 100%;
	border-radius: 10px;
	background-color: #194572
}

.product-small {
	display: flex;
	flex-wrap: wrap;
	transition: all .4s ease 0s;
	gap: 15px;
	margin-bottom: 10px;
	height: 100%;
	overflow: hidden;
	position: relative
}

.product-small-thumb {
	position: relative;
	overflow: hidden;
	flex: 1 0 111px;
	max-width: 111px;
	border: 5px solid #fbfbfb
}

.product-small-image {
	display: block
}

.product-small-image img {
	width: 100%;
	height: 100%
}

.product-small-content {
	align-self: center
}

.product-small-title {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 9px
}

.product-small-price {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	color: #194572;
	margin-bottom: 28px;
	gap: 10px
}

.product-small-price:not(:last-child) {
	margin-bottom: 15px
}

.product-small-price del {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #333
}

@media only screen and (max-width:479px) {
	.product-small-price del {
		font-size: 13px
	}
}

.product-small-action {
	display: flex
}

.product-small-action .product-action-btn {
	border: 1px solid #ccc;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	display: block;
	border-radius: 50px;
	background-color: transparent;
	font-size: 13px
}

.product-small-action .product-action-btn:hover {
	color: #fff;
	background-color: #194572;
	border-color: #194572
}

.product-list {
	display: flex;
	gap: 10px
}

@media only screen and (max-width:767px) {
	.product-list {
		flex-direction: column;
		gap: 0
	}
}

.product-list .product-thumb {
	box-shadow: none;
	align-self: flex-start;
	flex: 1 0 auto;
	width: 270px
}

@media only screen and (max-width:767px) {
	.product-list .product-thumb {
		width: 100%
	}
}

.product-list .product-thumb .product-action {
	padding: 0;
	gap: 0;
	background-color: transparent
}

.product-list .product-thumb .product-action-btn {
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 0
}

.product-list .product-thumb .product-action-btn i {
	font-size: 20px
}

.product-list .product-thumb .product-action-btn:hover {
	color: #fff;
	background-color: #194572
}

.product-list .product-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px
}

@media only screen and (max-width:767px) {
	.product-list .product-title {
		font-size: 20px
	}
}

@media only screen and (max-width:575px) {
	.product-list .product-title {
		font-size: 24px
	}
}

.product-list .product-info .desc {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 24px
}

.product-list .product-info .product-action {
	flex-wrap: wrap;
	border-radius: 0;
	margin-top: 20px;
	gap: 10px;
	background-color: transparent;
	box-shadow: none;
	justify-content: flex-start;
	height: auto
}

@media only screen and (max-width:767px) {
	.product-list .product-info .product-action {
		gap: 5px
	}
}

@media only screen and (max-width:575px) {
	.product-list .product-info .product-action {
		gap: 10px
	}
}

.product-list .product-info .product-action-btn {
	font-size: 14px;
	padding: 15px;
	border: 1px solid #dee2e6;
	gap: 5px;
	width: auto
}

.product-list .product-info .product-action-btn i {
	font-size: 18px
}

.product-list .product-info .product-action-btn:first-child {
	margin-left: 0
}

.product-list .product-info .product-action-btn:hover {
	color: #fff;
	border-color: #194572;
	background-color: #194572
}

@media only screen and (max-width:767px) {
	.product-list .product-info .product-action-btn {
		font-size: 12px;
		padding: 10px
	}

	.product-list .product-info .product-action-btn i {
		font-size: 14px
	}
}

@media only screen and (max-width:575px) {
	.product-list .product-info .product-action-btn {
		font-size: 14px;
		padding: 13px
	}

	.product-list .product-info .product-action-btn i {
		font-size: 18px
	}
}

.single-product-image {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.single-product-image-item {
	position: relative;
	border: 1px solid #f2f2f2
}

.single-product-badge-left,.single-product-badge-right {
	position: absolute;
	z-index: 2;
	top: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px
}

@media only screen and (max-width:479px) {
	.single-product-badge-left,.single-product-badge-right {
		top: 10px
	}
}

.single-product-badge-left {
	left: 20px
}

@media only screen and (max-width:479px) {
	.single-product-badge-left {
		left: 10px
	}
}

.single-product-badge-right {
	right: 20px
}

@media only screen and (max-width:479px) {
	.single-product-badge-right {
		right: 10px
	}
}

.single-product-badge-new,.single-product-badge-sale {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	display: block;
	min-width: 60px;
	padding: 5px 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	background-color: #1f2226
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.single-product-badge-new,.single-product-badge-sale {
		font-size: 10px;
		padding: 5px 10px
	}
}

.single-product-badge-new {
	background-color: #194572
}

.product-image-slider,.product-image-slider-vertical,.quickview-product-image-slider {
	width: 100%;
	border: 1px solid #f2f2f2
}

.product-thumb-carousel,.product-thumb-carousel-vertical,.quickview-product-thumb-carousel {
	width: 100%;
	padding-bottom: 2px
}

.product-thumb-carousel-vertical .swiper-slide,.product-thumb-carousel .swiper-slide,.quickview-product-thumb-carousel .swiper-slide {
	border: 1px solid #f1f1f1
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active,.product-thumb-carousel .swiper-slide-thumb-active,.quickview-product-thumb-carousel .swiper-slide-thumb-active {
	border-color: #194572
}

.product-thumb-carousel-vertical .swiper-slide:hover,.product-thumb-carousel .swiper-slide:hover,.quickview-product-thumb-carousel .swiper-slide:hover {
	cursor: pointer
}

.product-thumb-carousel-vertical .swiper-button-next,.product-thumb-carousel-vertical .swiper-button-prev,.product-thumb-carousel .swiper-button-next,.product-thumb-carousel .swiper-button-prev,.quickview-product-thumb-carousel .swiper-button-next,.quickview-product-thumb-carousel .swiper-button-prev {
	background-color: #fff;
	border: 1px solid #e1e2e2;
	border-radius: 50%;
	color: #1f2226;
	font-size: 14px;
	height: 30px;
	left: 30px;
	line-height: 30px;
	opacity: 1;
	text-align: center;
	top: calc(50% + 20px);
	visibility: visible;
	width: 30px;
	transition: all .4s ease 0s;
	z-index: 9;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.product-thumb-carousel-vertical .swiper-button-next:hover,.product-thumb-carousel-vertical .swiper-button-prev:hover,.product-thumb-carousel .swiper-button-next:hover,.product-thumb-carousel .swiper-button-prev:hover,.quickview-product-thumb-carousel .swiper-button-next:hover,.quickview-product-thumb-carousel .swiper-button-prev:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.product-thumb-carousel-vertical .swiper-button-next:before,.product-thumb-carousel-vertical .swiper-button-prev:before,.product-thumb-carousel .swiper-button-next:before,.product-thumb-carousel .swiper-button-prev:before,.quickview-product-thumb-carousel .swiper-button-next:before,.quickview-product-thumb-carousel .swiper-button-prev:before {
	content: "\e605";
	font-family: simple-line-icons;
	font-size: 14px
}

.product-thumb-carousel-vertical .swiper-button-next:after,.product-thumb-carousel-vertical .swiper-button-prev:after,.product-thumb-carousel .swiper-button-next:after,.product-thumb-carousel .swiper-button-prev:after,.quickview-product-thumb-carousel .swiper-button-next:after,.quickview-product-thumb-carousel .swiper-button-prev:after {
	display: none
}

.product-thumb-carousel-vertical .swiper-button-next,.product-thumb-carousel .swiper-button-next,.quickview-product-thumb-carousel .swiper-button-next {
	left: auto;
	right: 30px
}

.product-thumb-carousel-vertical .swiper-button-next:before,.product-thumb-carousel .swiper-button-next:before,.quickview-product-thumb-carousel .swiper-button-next:before {
	content: "\e606"
}

.product-thumb-carousel-vertical {
	flex: 1 0 100px;
	height: 488px;
	padding: 0 0 2px
}

@media only screen and (max-width:767px) {
	.product-thumb-carousel-vertical {
		flex: 1 0 90px;
		height: 438px
	}
}

@media only screen and (max-width:575px) {
	.product-thumb-carousel-vertical {
		flex: 1 0 80px;
		height: 395px
	}
}

@media only screen and (max-width:479px) {
	.product-thumb-carousel-vertical {
		flex: 1 0 60px;
		height: 305px
	}
}

.product-thumb-carousel-vertical .swiper-slide {
	border: 1px solid #f1f1f1
}

.product-thumb-carousel-vertical .swiper-slide img {
	border-bottom: 1px solid #f1f1f1
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active {
	border-color: #194572
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active img {
	border-bottom-color: #194572
}

.product-thumb-carousel-vertical .swiper-slide:hover {
	cursor: pointer
}

.product-thumb-carousel-vertical .swiper-button-next,.product-thumb-carousel-vertical .swiper-button-prev {
	left: 50%;
	margin: 0;
	transform: translateY(0) translateX(-50%);
	border-radius: 50%
}

.product-thumb-carousel-vertical .swiper-button-next:after,.product-thumb-carousel-vertical .swiper-button-prev:after {
	transform: rotate(90deg)
}

.product-thumb-carousel-vertical .swiper-button-prev {
	top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.product-thumb-carousel-vertical .swiper-button-next {
	top: auto;
	right: auto;
	bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.single-product-title {
	font-weight: 500;
	margin-bottom: 8px
}

@media only screen and (max-width:575px),only screen and (min-width:768px) and (max-width:991px) {
	.single-product-title {
		font-size: 20px
	}
}

.single-product-price {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	color: #194572;
	gap: 20px
}

@media only screen and (max-width:767px) {
	.single-product-price {
		font-size: 18px
	}
}

.single-product-price del {
	font-size: 18px;
	font-weight: 400;
	color: #4a4a4a;
	-webkit-text-decoration-color: #194572;
	text-decoration-color: #194572
}

.single-product-meta {
	margin-bottom: 12px;
	padding: 0;
	list-style: none
}

.single-product-meta li {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4285;
	display: flex;
	gap: 10px
}

.single-product-meta li+li {
	margin-top: 12px
}

.single-product-meta li span.label {
	flex: 1 0 80px;
	max-width: 80px
}

.single-product-meta li span.value {
	display: flex;
	flex-wrap: wrap;
	gap: 7px
}

.single-product-meta li span.value.links a:not(:last-child):after {
	content: ","
}

.single-product-meta li span.value.social a {
	line-height: 1;
	display: flex
}

.single-product-meta li span.value.social a img {
	width: 20px;
	height: 20px
}

.single-product-text {
	margin-bottom: 22px
}

.single-product-text p {
	font-weight: 500;
	font-size: 14px;
	line-height: 28px
}

.single-product-variations {
	margin-bottom: 22px;
	padding: 0;
	list-style: none;
	font-weight: 500
}

.single-product-variations li {
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px
}

.single-product-variations li+li {
	margin-top: 21px
}

.single-product-variations li span.label {
	flex: 1 0 80px;
	max-width: 80px
}

.single-product-variations li span.value {
	flex: 1 0
}

.single-product-variations li span.value>[class*=single-product-variation-] input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	opacity: 0
}

.single-product-additional-information {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 22px;
	gap: 30px
}

.single-product-additional-information .single-product-info-btn {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding: 5px 0;
	border: none;
	background-color: transparent;
	gap: 8px
}

.single-product-additional-information .single-product-info-btn:hover {
	color: #194572
}

.single-product-actions {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 10px
}

.single-product-actions-item {
	display: flex
}

.single-product-actions-item button {
	box-shadow: none
}

.single-product-actions-item .btn-cart {
	background-color: #1f2226;
	border-color: #1f2226;
	border-radius: 0;
	box-shadow: 10px 25px 80px hsla(0,0%,59%,.15);
	font-size: 13px;
	font-weight: 500;
	margin-right: 8px;
	padding: 22px 38px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.single-product-actions-item .btn-cart {
		font-size: 12px;
		padding: 12px 34px
	}
}

.single-product-actions-item .btn-cart:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.single-product-actions-item .btn-icon {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #1f2226;
	font-size: 18px;
	padding: 8px
}

.single-product-actions-item .btn-icon:hover {
	color: #194572
}

.single-product-buy-now {
	margin-bottom: 22px
}

.single-product-buy-now .btn-buy-now {
	background-color: #1f2226;
	border-color: #1f2226;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	padding: 22px 38px;
	width: 100%;
	max-width: 340px;
	font-weight: 500
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.single-product-buy-now .btn-buy-now {
		font-size: 14px;
		padding: 10px 15px
	}
}

.single-product-buy-now .btn-buy-now:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.single-product-safe-payment {
	margin-top: 24px
}

.single-product-safe-payment p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px
}

.single-product-variation-size-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 7px
}

.single-product-variation-size-item {
	display: flex;
	position: relative
}

.single-product-variation-size-item input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.single-product-variation-size-item input:checked~label {
	color: #fff;
	background-color: #194572
}

.single-product-variation-size-item label {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	transition: all .4s ease 0s;
	text-transform: uppercase;
	background-color: #f6f2eb
}

.single-product-variation-color-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}

.single-product-variation-color-item {
	display: flex;
	position: relative
}

.single-product-variation-color-item input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.single-product-variation-color-item input:checked~label {
	background-image: url(../images/icons/check.png)
}

.single-product-variation-color-item label {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: all .4s ease 0s;
	text-indent: -99999px;
	text-transform: uppercase;
	border-radius: 50%;
	background-color: #f6f2eb;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 16px
}

.product-tab-nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 50px
}

.product-tab-nav button {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 5px;
	text-transform: uppercase;
	border: none;
	background-color: transparent
}

.product-tab-nav button.active,.product-tab-nav button:hover {
	color: #194572
}

.product-quantity-count {
	display: inline-flex;
	font-weight: 500;
	margin: 0;
	border: 1px solid #e5e5e5
}

.product-quantity-count .product-quantity-box {
	font-size: 14px
}

.product-quantity-count .product-quantity-box,.product-quantity-count .qty-btn {
	line-height: 1;
	width: 30px;
	text-align: center;
	border: none;
	background-color: transparent
}

.product-quantity-count .qty-btn {
	font-size: 20px;
	padding: 10px
}

.product-quantity-count .qty-btn::hover {
	color: #194572
}

.single-product-description-area {
	display: flex;
	flex-direction: column;
	margin-top: 80px;
	padding: 35px 30px 32px;
	border: 1px solid #e5e5e5
}

@media only screen and (max-width:767px) {
	.single-product-description-area {
		margin-top: 60px
	}
}

@media only screen and (max-width:575px) {
	.single-product-description-area {
		padding: 20px
	}
}

.single-product-description-area-nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 26px;
	gap: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-product-description-area-nav {
		gap: 25px
	}
}

@media only screen and (max-width:767px) {
	.single-product-description-area-nav {
		gap: 20px
	}
}

@media only screen and (max-width:575px) {
	.single-product-description-area-nav {
		gap: 15px
	}
}

.single-product-description-area-nav button {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	padding: 0;
	padding-bottom: 11px;
	border: none;
	background-color: transparent
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.single-product-description-area-nav button {
		font-size: 16px
	}
}

@media only screen and (max-width:575px) {
	.single-product-description-area-nav button {
		font-size: 14px;
		padding-bottom: 5px
	}
}

.single-product-description-area-nav button:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	content: "";
	transition: all .4s ease 0s;
	background-color: #194572
}

.single-product-description-area-nav button.active:before,.single-product-description-area-nav button:hover:before {
	right: auto;
	left: 0;
	width: 100%
}

.single-product-description-area .block-title-2 {
	padding-bottom: 0;
	border-bottom: none
}

.single-product-description p {
	font-size: 14px;
	font-weight: 500;
	line-height: 26px
}

.comment-rating-active,.comment-rating-bg,.review-rating-active,.review-rating-bg {
	background-image: url(../images/product/rating-bg.svg)
}

.comment-rating-active,.review-rating-active {
	background-image: url(../images/product/rating-active.svg)
}

.comment-reply,.review-reply {
	font-weight: 600
}

.review-form {
	max-width: 770px
}

.review-form label {
	font-size: 14px;
	line-height: 1.25;
	display: block;
	margin-bottom: 10px
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
	color: #333;
	font-size: 14px;
	width: 100%;
	height: 54px;
	padding: 10px 24px;
	border: 1px solid #e5e5e5;
	background-color: #fff
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
	border-color: #333
}

.review-form textarea.form-field {
	font-size: 14px;
	width: 100%;
	height: 140px;
	padding: 20px 24px;
	border: 1px solid #e5e5e5;
	background-color: #fff
}

.review-form textarea.form-field:focus {
	border-color: #333
}

.review-form select.form-field {
	cursor: pointer;
	font-size: 14px;
	width: 100%;
	height: 54px;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	background-image: url(../images/icons/angle-down-solid.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 12px;
	-webkit-appearance: none
}

.review-form .btn.btn-submit {
	background-color: #1f2226;
	border-color: #1f2226;
	border-radius: 0;
	color: #fff;
	padding: 20px 40px
}

.review-form .btn.btn-submit:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.product-shipping-policy p,.product-shipping-policy ul {
	font-weight: 500;
	font-size: 14px
}

.product-shipping-policy ul {
	margin-bottom: 20px;
	padding-left: 16px
}

.product-shipping-policy ul li {
	list-style-type: circle
}

.product-shipping-policy ul li+li {
	margin-top: 10px
}

.pro-qty {
	display: inline-block;
	font-weight: 500;
	margin-right: 10px;
	position: relative
}

.pro-qty input {
	border: 2px solid #dedede;
	border-radius: 35px;
	color: #000;
	height: 50px;
	font-size: 16px;
	padding: 0 25px;
	text-align: center;
	width: 90px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.pro-qty input {
		height: 45px
	}
}

.pro-qty .qty-btn {
	cursor: pointer;
	position: absolute;
	line-height: 16px;
	color: #000;
	top: calc(50% - 0px);
	transform: translateY(-50%);
	font-size: 16px;
	text-align: center;
	transition: all .4s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pro-qty .qty-btn:hover {
	color: #194572
}

.pro-qty .dec {
	right: 0;
	padding-right: 18px
}

.pro-qty .inc {
	left: 0;
	padding-left: 18px
}

.cart-table {
	width: 100%
}

.cart-table thead {
	background-color: #f3f3f3
}

.cart-table thead>tr th {
	color: #1f2226;
	font-family: Rajdhani,sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 23px
}

.cart-table thead>tr th.width-thumbnail {
	min-width: 130px
}

.cart-table thead>tr th.width-name {
	min-width: 400px
}

.cart-table thead>tr th.width-price {
	min-width: 162px
}

.cart-table thead>tr th.width-quantity {
	min-width: 170px
}

.cart-table thead>tr th.width-subtotal {
	min-width: 145px
}

.cart-table thead>tr th.width-remove {
	min-width: 101px
}

.cart-table tbody>tr {
	border-bottom: 1px solid #e5e5e5
}

.cart-table tbody>tr td {
	padding: 23px
}

.cart-table tbody>tr td.product-thumbnail a {
	display: block
}

.cart-table tbody>tr td.product-thumbnail a img {
	width: 80px
}

.cart-table tbody>tr td.product-name h5 {
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #333
}

.cart-table tbody>tr td.product-name h5 a {
	color: #333
}

.cart-table tbody>tr td.product-name h5 a:hover {
	color: #194572
}

.cart-table tbody>tr td.product-price span {
	font-size: 16px;
	font-weight: 500;
	color: #1f2226
}

.cart-table tbody>tr td.product-total span {
	font-size: 16px;
	font-weight: 500;
	color: #333
}

.cart-table tbody>tr td.cart-quality .product-details-quality input {
	border: 1px solid #e5e5e5;
	background-color: transparent;
	color: #333;
	width: 95px;
	height: 40px;
	font-weight: 500;
	padding: 0 10px
}

.cart-table tbody>tr td.cart-quality .product-details-quality input::-webkit-inner-spin-button,.cart-table tbody>tr td.cart-quality .product-details-quality input::-webkit-outer-spin-button {
	cursor: pointer;
	opacity: 1
}

.cart-table tbody>tr td.product-remove a {
	font-size: 18px;
	color: #194572;
	display: inline-block
}

.cart-table tbody>tr td.product-remove a:hover {
	color: #333
}

.cart-calculate-discount-wrap h4 {
	font-size: 20px;
	margin: 0 0 30px
}

.cart-shiping-update-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 100px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.cart-shiping-update-wrapper {
		margin: 40px 0 60px
	}
}

@media only screen and (max-width:479px) {
	.cart-shiping-update-wrapper {
		display: block
	}
}

.cart-shiping-btn a {
	font-size: 14px;
	background-color: #194572
}

@media only screen and (max-width:479px) {
	.cart-shiping-btn a {
		display: block;
		width: 100%
	}
}

.cart-shiping-btn a.btn-link {
	background-color: #333;
	border: none;
	border-radius: 0;
	color: #fff;
	line-height: 1;
	min-height: auto;
	padding: 16px 20px;
	text-decoration: none
}

@media only screen and (max-width:479px) {
	.cart-shiping-btn a.btn-link+.btn-link {
		margin-top: 15px
	}
}

.cart-shiping-btn a i {
	font-size: 16px;
	margin-right: 2px;
	position: relative;
	top: 0
}

.cart-shiping-btn.continure-btn a {
	background-color: #194572
}

@media only screen and (max-width:479px) {
	.cart-shiping-btn.continure-btn a {
		margin-bottom: 15px
	}
}

.cart-shiping-btn.continure-btn a:hover,.cart-shiping-btn.update-btn a {
	background-color: #333
}

.cart-shiping-btn.update-btn a:hover {
	background-color: #194572
}

.select-style {
	margin-bottom: 15px
}

.select-style .select-active {
	border: 1px solid #d3d3d3;
	border-radius: 0;
	width: 100%;
	height: 49px;
	line-height: 49px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #333;
	margin-bottom: 0;
	padding-left: 18px;
	padding-right: 20px
}

@media only screen and (max-width:767px) {
	.select-style .select-active {
		height: 42px;
		line-height: 42px
	}
}

.calculate-discount-content p {
	font-size: 14px;
	margin-bottom: 18px;
	display: block;
	color: #1f2226
}

.calculate-discount-content .input-style {
	margin-bottom: 15px
}

.calculate-discount-content .input-style input {
	background-color: transparent;
	border: 1px solid #d3d3d3;
	border-radius: 0;
	color: #333;
	height: 49px;
	padding: 2px 16px 2px 18px;
	width: 100%
}

.calculate-discount-content .input-style input::-webkit-input-placeholder {
	color: #333;
	font-size: 14px;
	opacity: 1
}

.calculate-discount-content .input-style input:-moz-placeholder,.calculate-discount-content .input-style input::-moz-placeholder {
	color: #333;
	font-size: 14px;
	opacity: 1
}

.calculate-discount-content .input-style input:-ms-input-placeholder {
	color: #333;
	font-size: 14px;
	opacity: 1
}

.calculate-discount-content .input-style input:focus {
	border-color: #333
}

.calculate-discount-btn a {
	background-color: #333;
	font-size: 14px;
	text-transform: capitalize
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.calculate-discount-btn a {
		font-size: 14px
	}
}

.calculate-discount-btn a.btn {
	border-radius: 0;
	line-height: 1;
	min-height: auto;
	padding: 18px 20px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.calculate-discount-btn a.btn {
		padding: 11px 19px
	}
}

.calculate-discount-btn a.btn-link {
	border: none;
	text-decoration: none;
	color: #fff
}

.calculate-discount-btn a:hover {
	background-color: #194572
}

.grand-total-content {
	padding: 30px;
	padding: 34px 30px 33px;
	background-color: #f5f5f5
}

.grand-total-content h5 {
	margin: 0;
	border-bottom: 1px solid #333;
	display: flex;
	justify-content: space-between;
	padding: 0 0 18px
}

.grand-total-content h5 span {
	color: #194572
}

.grand-total h4 {
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	margin: 0
}

.grand-total h4 span {
	color: #194572
}

.grand-total-btn {
	margin-top: 24px
}

.grand-total-btn a {
	font-size: 15px;
	border: none;
	text-transform: uppercase;
	background-color: #194572;
	display: block;
	font-weight: 500
}

.grand-total-btn a.btn {
	border-radius: 0;
	line-height: 1;
	min-height: auto;
	padding: 20px 15px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.grand-total-btn a.btn {
		padding: 14px 10px
	}
}

.grand-total-btn a.btn-link {
	text-decoration: none;
	color: #fff
}

.grand-total-btn a:hover {
	background-color: #333;
	border-color: #333
}

.grand-shipping {
	padding: 38px 0 32px
}

.grand-shipping>span {
	font-size: 16px
}

.grand-shipping ul {
	padding: 17px 0 0;
	margin: 0
}

.grand-shipping ul li {
	display: flex;
	align-items: center;
	margin-bottom: 7px
}

.grand-shipping ul li:last-child {
	margin-bottom: 0
}

.grand-shipping ul li input {
	width: auto;
	height: auto
}

.grand-shipping ul li input:hover {
	cursor: pointer
}

.grand-shipping ul li label {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-left: 10px
}

.shipping-country {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
	margin-bottom: 30px
}

.shipping-country p {
	display: block;
	padding: 10px 20px;
	background-color: #4bb1cf;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	border-left: 6px solid #3198b6
}

.checkout-coupon-wrap>p {
	background-color: #f3f3f3;
	padding: 1.188rem 1.25rem;
	border-radius: 3px;
	position: relative
}

.checkout-coupon-wrap>p.cart-page-title {
	font-size: 14px;
	color: #000
}

.checkout-coupon-wrap>p i {
	font-size: 13px;
	position: relative;
	top: 1px
}

.checkout-coupon-wrap>p a {
	color: #333;
	margin-left: 6px;
	font-size: 14px
}

.checkout-coupon-wrap>p a:hover {
	color: #194572
}

.checkout-coupon-content p {
	color: #666;
	margin: 0
}

.checkout-coupon-content input {
	height: 55px;
	border: 1px solid #e5e5e5;
	background-color: transparent;
	color: #000;
	font-size: 15px;
	padding: 2px 16px;
	margin: 25px 0 15px;
	width: 100%
}

.checkout-coupon-content input:focus {
	border-color: #333
}

.checkout-coupon-content button {
	border: none;
	background-color: #1f2226;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 18px 35px 17px;
	position: relative;
	top: -2px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.checkout-coupon-content button:hover {
	background-color: #194572
}

.billing-info-wrap h4 {
	font-size: 20px;
	margin: 0 0 23px
}

.billing-info label {
	color: #000;
	display: block;
	margin: 0 0 8px;
	font-weight: 500;
	font-size: 14px
}

@media only screen and (max-width:767px) {
	.billing-info label {
		margin-bottom: 10px
	}
}

.billing-info label abbr {
	color: #1f2226
}

.billing-info input {
	background-color: transparent;
	border: 1px solid #d3d3d3;
	border-radius: 0;
	color: #333;
	font-size: 14px;
	height: 49px;
	padding: 2px 16px;
	width: 100%
}

.billing-info input::-webkit-input-placeholder {
	color: #333;
	font-size: 14px;
	opacity: 1
}

@media only screen and (max-width:767px) {
	.billing-info input::-webkit-input-placeholder {
		font-size: 12px
	}
}

.billing-info input:-moz-placeholder {
	color: #333;
	font-size: 14px;
	opacity: 1
}

@media only screen and (max-width:767px) {
	.billing-info input:-moz-placeholder {
		font-size: 12px
	}
}

.billing-info input::-moz-placeholder {
	color: #333;
	font-size: 14px;
	opacity: 1
}

@media only screen and (max-width:767px) {
	.billing-info input::-moz-placeholder {
		font-size: 12px
	}
}

.billing-info input:-ms-input-placeholder {
	color: #333;
	font-size: 14px;
	opacity: 1
}

@media only screen and (max-width:767px) {
	.billing-info input:-ms-input-placeholder {
		font-size: 12px
	}
}

@media only screen and (max-width:767px) {
	.billing-info input {
		height: 42px
	}
}

.billing-info input:focus {
	border-color: #333
}

.billing-info input.billing-address {
	margin-bottom: 20px
}

.billing-select .select-style .select-active {
	border: 1px solid #d3d3d3;
	border-radius: 0;
	width: 100%;
	height: 49px;
	line-height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #333;
	margin-bottom: 0;
	padding-left: 18px;
	padding-right: 20px;
	font-size: 14px
}

.billing-select label {
	color: #000;
	display: block;
	margin: 0 0 8px;
	font-weight: 500;
	font-size: 14px
}

.billing-select label abbr {
	color: #f33
}

.checkout-account {
	margin-bottom: 18px
}

.checkout-account input {
	border: 2px solid #d3d3d3;
	display: inline-block;
	float: left;
	height: 14px;
	border-radius: 1px!important;
	width: 14px;
	position: relative;
	color: #495057
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.checkout-account input {
		top: 8px
	}
}

.checkout-account input.checkout-toggle {
	cursor: pointer;
	top: 1px
}

.checkout-account span {
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize
}

.additional-info-wrap {
	margin: 19px 0 -5px
}

.additional-info-wrap label {
	color: #000;
	display: block;
	margin: 0 0 8px;
	font-weight: 500;
	font-size: 14px
}

.additional-info-wrap textarea {
	width: 100%;
	min-height: 92px;
	background-color: transparent;
	padding: 13px 16px;
	color: #333;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	line-height: 1.2
}

@media only screen and (max-width:767px) {
	.additional-info-wrap textarea::-webkit-input-placeholder {
		font-size: 12px
	}
}

@media only screen and (max-width:767px) {
	.additional-info-wrap textarea:-moz-placeholder,.additional-info-wrap textarea::-moz-placeholder {
		font-size: 12px
	}
}

@media only screen and (max-width:767px) {
	.additional-info-wrap textarea:-ms-input-placeholder {
		font-size: 12px
	}
}

.additional-info-wrap textarea:focus {
	border-color: #333
}

.checkout-coupon-content,.different-address {
	display: none
}

.your-order-area h3 {
	font-size: 20px;
	margin: 0 0 21px
}

.your-order-wrap {
	background-color: #f6f6f6;
	padding: 36px
}

@media only screen and (max-width:575px) {
	.your-order-wrap {
		padding: 30px 20px
	}
}

.your-order-title h6 {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 18px;
	padding: 0 0 22px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px
}

.your-order-product {
	padding-bottom: 21px
}

.your-order-product ul {
	margin: 0
}

.your-order-product ul li {
	display: flex;
	justify-content: space-between;
	margin: 0 0 9px;
	font-size: 14px
}

.your-order-product ul li:last-child {
	margin: 0
}

.your-order-product ul li span {
	font-size: 14px;
	color: #194572;
	font-weight: 500
}

.your-order-subtotal {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0
}

.your-order-subtotal h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.your-order-subtotal h3 span {
	font-size: 16px;
	font-weight: 600;
	color: #194572
}

.your-order-shipping {
	padding: 21px 0 22px
}

.your-order-shipping>span {
	font-size: 14px;
	font-weight: 500
}

.your-order-shipping ul {
	padding: 17px 0 0;
	margin: 0
}

.your-order-shipping ul li {
	display: flex;
	align-items: center;
	margin-bottom: 7px
}

.your-order-shipping ul li:last-child {
	margin-bottom: 0
}

.your-order-shipping ul li input {
	cursor: pointer;
	width: auto;
	height: auto
}

.your-order-shipping ul li label {
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px
}

.your-order-total {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0
}

.your-order-total h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.your-order-total h3 span {
	font-size: 22px;
	color: #194572
}

.payment-method {
	padding: 40px 0 10px
}

.sin-payment {
	margin-bottom: 25px
}

.sin-payment input {
	cursor: pointer;
	width: auto;
	display: inline-block;
	float: left;
	height: auto;
	margin-top: 4px
}

.sin-payment label {
	color: #333;
	cursor: pointer;
	font-size: 14px;
	margin: 0 0 0 21px;
	display: flex;
	align-items: center;
	font-weight: 500
}

.sin-payment label img {
	max-width: 140px;
	display: inline-block;
	margin: 0 5px
}

.sin-payment label a {
	color: #000;
	text-decoration: underline
}

.sin-payment label a:hover {
	color: #194572
}

.payment-box {
	margin: 6px 0 0 21px;
	display: none
}

.payment-box p {
	font-size: 14px;
	line-height: 24px;
	margin: 0
}

.payment-condition {
	border-top: 1px solid #e5e5e5;
	padding: 20px 0 0;
	margin: 0 0 10px
}

.payment-condition p {
	font-size: 14px;
	line-height: 1.9
}

.payment-condition p a {
	color: #194572;
	font-size: 14px
}

.payment-condition p a:hover {
	text-decoration: underline
}

.payment-checkbox {
	display: flex;
	align-items: center
}

.payment-checkbox input {
	width: auto;
	height: auto
}

.payment-checkbox span {
	color: #888;
	font-size: 14px;
	margin-left: 10px
}

.payment-checkbox span a {
	color: #194572;
	font-size: 14px
}

.payment-checkbox span a:hover {
	text-decoration: underline
}

.checkout-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 26px
}

.place-order {
	margin-top: 20px
}

.place-order a {
	padding: 24px 23px 23px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-align: center;
	background-color: #194572
}

@media only screen and (max-width:767px) {
	.place-order a {
		font-size: 16px
	}
}

.place-order a:hover {
	background-color: #1f2226
}

.wishlist-table-content {
	width: 100%
}

.wishlist-table-content thead {
	background-color: #f3f3f3
}

.wishlist-table-content thead>tr th {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 12px
}

.wishlist-table-content thead>tr th.width-thumbnail {
	min-width: 130px
}

.wishlist-table-content thead>tr th.width-name {
	min-width: 300px
}

.wishlist-table-content thead>tr th.width-price {
	min-width: 162px
}

.wishlist-table-content thead>tr th.width-stock-status {
	min-width: 170px
}

.wishlist-table-content thead>tr th.width-subtotal {
	min-width: 145px
}

.wishlist-table-content thead>tr th.width-remove {
	min-width: 50px
}

.wishlist-table-content tbody>tr {
	border-bottom: 1px solid #e5e5e5
}

.wishlist-table-content tbody>tr td {
	padding: 23px 12px
}

.wishlist-table-content tbody>tr td.product-thumbnail a {
	display: block
}

.wishlist-table-content tbody>tr td.product-thumbnail a img {
	width: 80px
}

.wishlist-table-content tbody>tr td.product-name h5 {
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #000
}

.wishlist-table-content tbody>tr td.product-name h5 a {
	color: #000
}

.wishlist-table-content tbody>tr td.product-name h5 a:hover {
	color: #194572
}

.wishlist-table-content tbody>tr td.product-price span {
	font-size: 16px;
	font-weight: 500;
	color: #1f2226
}

.wishlist-table-content tbody>tr td.stock-status span {
	font-size: 15px;
	font-weight: 600;
	color: #1f2226
}

.wishlist-table-content tbody>tr td.stock-status span i {
	font-size: 11px
}

.wishlist-table-content tbody>tr td.product-remove a {
	font-size: 28px;
	color: #c3c3c3;
	display: inline-block
}

.wishlist-table-content tbody>tr td.product-remove a:hover {
	color: #194572
}

.wishlist-table-content tbody>tr td.wishlist-cart a {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	padding: 11px 16px 10px;
	line-height: 1;
	white-space: pre;
	background-color: #194572
}

.wishlist-table-content tbody>tr td.wishlist-cart a:hover {
	background-color: #333
}

.compare-table-content tr {
	margin-bottom: 20px
}

.compare-table-content tr td {
	padding: 20px;
	vertical-align: middle;
	border-color: #e5e5e5;
	color: #000
}

.compare-table-content tr td.first-column {
	min-width: 175px;
	font-size: 16px;
	font-weight: 500;
	margin: 0
}

.compare-table-content tr td.product-image-title {
	min-width: 310px;
	vertical-align: bottom;
	text-align: left
}

.compare-table-content tr td.product-image-title .image {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	display: block
}

.compare-table-content tr td.product-image-title .image img {
	width: 100%
}

.compare-table-content tr td.product-image-title .category {
	float: left;
	clear: both;
	color: #1f2226;
	text-transform: capitalize;
	letter-spacing: .5px
}

.compare-table-content tr td.product-image-title .title {
	color: #000;
	clear: both;
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 5px;
	text-transform: capitalize
}

.compare-table-content tr td.product-image-title .title:hover {
	color: #194572
}

.compare-table-content tr td.pro-desc p {
	margin: 0;
	line-height: 30px;
	text-align: left
}

.compare-table-content tr td a.check-btn {
	color: #000;
	font-size: 15px
}

.compare-table-content tr td a.check-btn:hover {
	color: #194572
}

.compare-table-content tr td.pro-color,.compare-table-content tr td.pro-stock {
	font-size: 15px;
	font-weight: 400;
	color: #1f2226
}

.compare-table-content tr td.pro-price {
	color: #194572;
	font-size: 16px;
	font-weight: 500
}

.compare-table-content tr td.pro-remove button {
	border: none;
	background-color: transparent;
	color: #194572;
	padding: 0;
	cursor: pointer
}

.compare-table-content tr td.pro-remove button:hover {
	color: #333
}

.compare-table-content tr td.pro-remove button i {
	font-size: 18px
}

.compare-table-content tr td.pro-ratting i {
	color: #ff9923
}

.myaccount-tab-menu {
	border: none;
	flex-direction: column
}

@media only screen and (max-width:767px) {
	.myaccount-tab-menu {
		margin-bottom: 40px
	}
}

.myaccount-nav-link {
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-radius: 0;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	display: block;
	padding: 10px 15px;
	text-align: left;
	text-transform: capitalize
}

.myaccount-nav-link:last-child {
	border-bottom: 1px solid #e5e5e5
}

.myaccount-nav-link.active {
	background-color: #194572
}

.myaccount-nav-link.active,.myaccount-nav-link:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.myaccount-content {
	border: 1px solid #eee;
	padding: 30px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.myaccount-content {
		padding: 20px
	}
}

.myaccount-content form {
	margin-top: -20px
}

.myaccount-content h3 {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 25px
}

.myaccount-content .welcome a:hover {
	color: #194572
}

.myaccount-content .welcome strong {
	font-weight: 600;
	color: #194572
}

.myaccount-content p {
	line-height: 28px;
	margin-bottom: 2px
}

.myaccount-content fieldset {
	margin-top: 20px
}

.myaccount-content fieldset legend {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5
}

.account-details-form {
	margin-top: 50px
}

.account-details-form .single-input-item {
	margin-bottom: 20px
}

.account-details-form .single-input-item label {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	margin: 0 0 5px
}

.account-details-form .single-input-item input {
	border: 1px solid #e8e8e8;
	width: 100%;
	height: 49px;
	background-color: transparent;
	padding: 2px 20px;
	color: #000;
	font-size: 13px
}

.account-details-form .single-input-item input::-webkit-input-placeholder {
	color: #1f2226
}

.account-details-form .single-input-item input:-moz-placeholder,.account-details-form .single-input-item input::-moz-placeholder {
	color: #1f2226
}

.account-details-form .single-input-item input:-ms-input-placeholder {
	color: #1f2226
}

.account-details-form .single-input-item input:focus {
	border: 1px solid #333
}

.account-details-form .single-input-item button {
	border: none;
	background-color: #194572;
	text-transform: uppercase;
	font-weight: 600;
	padding: 9px 25px;
	color: #fff;
	font-size: 13px
}

.account-details-form .single-input-item button:hover {
	background-color: #1f2226
}

.myaccount-table {
	white-space: nowrap;
	font-size: 14px
}

.myaccount-table th {
	padding: 10px;
	font-weight: 600;
	background-color: #f8f8f8;
	border-color: #ccc;
	border-bottom: 0;
	color: #1f2226
}

.myaccount-table td {
	padding: 10px;
	vertical-align: middle;
	border-color: #ccc
}

.myaccount-table td a {
	font-size: 14px;
	color: #000
}

.saved-message {
	background-color: #fff;
	border-top: 3px solid #194572;
	font-size: 14px;
	padding: 20px 0;
	color: #333
}

.login-register-form {
	max-width: 570px;
	margin: auto;
	padding: 30px 30px 10px;
	background-color: #f8f9fa
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.login-register-form {
		padding: 20px 20px 6px
	}
}

.login-register-form .title {
	text-align: center;
	font-weight: 700;
	margin-bottom: 0
}

.login-register-form p {
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center
}

@media only screen and (max-width:767px) {
	.login-register-form p {
		font-size: 13px
	}
}

.login-register-form .form-field {
	font-size: 14px;
	width: 100%;
	height: 54px;
	padding: 10px 24px;
	border: 1px solid #e5e5e5;
	background-color: #fff
}

.login-register-form .btn {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 40px;
	text-align: center;
	white-space: nowrap;
	border-width: 2px;
	border-radius: 0
}

.login-register-form .btn:hover {
	color: #fff;
	border-color: #194572;
	background-color: #194572
}

.login-register-form p {
	font-size: 500px;
	font-size: 14px
}

.login-register-form b {
	font-weight: 600
}

.comment-list,.review-list {
	max-width: 770px;
	margin-bottom: 40px;
	padding: 0;
	list-style: none
}

.comment-child,.review-child {
	margin: 0;
	padding-left: 90px;
	list-style: none
}

@media only screen and (max-width:767px) {
	.comment-child,.review-child {
		padding-left: 60px
	}
}

@media only screen and (max-width:575px) {
	.comment-child,.review-child {
		padding-left: 30px
	}
}

@media only screen and (max-width:479px) {
	.comment-child,.review-child {
		padding-left: 10px
	}
}

.comment-item,.review-item {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

@media only screen and (max-width:479px) {
	.comment-item,.review-item {
		flex-direction: column
	}
}

.comment-item:not(:last-child),.review-item:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5
}

.comment-thumb,.review-thumb {
	overflow: hidden;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #f1f2f3
}

.comment-thumb img,.review-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.comment-content,.review-content {
	flex: 1 0
}

.comment-content p,.review-content p {
	margin: 0
}

.comment-content p:not(:last-child),.review-content p:not(:last-child) {
	margin-bottom: 10px
}

.comment-rating,.review-rating {
	display: flex;
	margin-bottom: 10px
}

.comment-rating-active,.comment-rating-bg,.review-rating-active,.review-rating-bg {
	display: flex;
	width: 70px;
	height: 14px;
	background-image: url(../images/products/rating-bg.svg);
	background-repeat: repeat-x
}

.comment-rating-active,.review-rating-active {
	background-image: url(../images/products/rating-active.svg)
}

.comment-meta,.review-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	gap: 10px
}

.comment-name,.review-name {
	font-size: 18px;
	line-height: 1;
	margin: 0
}

.comment-date,.review-date {
	font-size: 14px;
	line-height: 1;
	display: flex;
	gap: 10px
}

.comment-date:before,.review-date:before {
	content: "/"
}

.comment-reply,.review-reply {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

.comment-form,.review-form {
	max-width: 770px
}

.comment-form label,.review-form label {
	font-size: 14px;
	line-height: 1.25;
	display: block;
	margin-bottom: 10px
}

.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
	color: #333;
	font-size: 14px;
	width: 100%;
	height: 54px;
	padding: 10px 24px;
	border: 1px solid #e5e5e5;
	background-color: #fff
}

.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder,.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder {
	color: #333
}

.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder,.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder,.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder,.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder {
	color: #333
}

.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder,.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder {
	color: #333
}

.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus,.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
	border-color: #333
}

.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-webkit-input-placeholder,.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-webkit-input-placeholder {
	color: #333
}

.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-moz-placeholder,.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-moz-placeholder,.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-moz-placeholder,.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-moz-placeholder {
	color: #333
}

.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-ms-input-placeholder,.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-ms-input-placeholder {
	color: #333
}

.comment-form textarea.form-field,.review-form textarea.form-field {
	font-size: 14px;
	width: 100%;
	height: 140px;
	padding: 20px 24px;
	border: 1px solid #e5e5e5;
	background-color: #fff
}

.comment-form textarea.form-field:focus,.review-form textarea.form-field:focus {
	border-color: #333
}

.comment-form .nice-select.form-field,.review-form .nice-select.form-field {
	border-radius: 0;
	height: 52px;
	line-height: 52px;
	width: 100%
}

.comment-form .btn.btn-submit,.review-form .btn.btn-submit {
	background-color: #1f2226;
	border-color: #1f2226;
	border-radius: 0;
	color: #fff;
	padding: 20px 40px
}

.comment-form .btn.btn-submit:hover,.review-form .btn.btn-submit:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.comment-form {
	max-width: none
}

.product-cart-view-modal .modal-dialog {
	max-width: 1180px
}

@media only screen and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px) {
	.product-cart-view-modal .modal-dialog {
		margin-left: 15px;
		margin-right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-cart-view-modal .modal-dialog {
		max-width: 540px
	}
}

.product-cart-view-modal .modal-body {
	padding: 30px 15px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.product-cart-view-modal .modal-body {
		padding: 30px 15px 60px
	}
}

.product-cart-view-modal .modal-content {
	border: none
}

.product-cart-view-modal .product-single-info {
	padding-bottom: 0;
	padding-top: 20px;
	margin-left: 0;
	margin-bottom: 0
}

.product-cart-view-modal .product-single-info .prices {
	margin: 20px 0
}

.product-cart-view-modal .product-single-info .desc {
	margin-bottom: 20px
}

.product-cart-view-modal .btn-close {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #333;
	background-image: none;
	font-size: 24px;
	line-height: 25px;
	border-radius: 50%;
	opacity: 1;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 2;
	width: 25px;
	height: 25px;
	color: #333;
	text-align: center;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.product-cart-view-modal .btn-close span {
	position: relative;
	top: -1px
}

.product-cart-view-modal .btn-close:hover {
	background-color: #194572;
	border-color: #194572;
	color: #fff
}

.single-product-quick-view-slider .thumb-item img {
	width: 100%
}

.product-action-modal .modal-body {
	padding: 25px 30px
}

.product-action-view-content .btn-close {
	background: none;
	color: #333;
	font-size: 18px;
	margin-right: 9px;
	position: relative;
	top: -13px
}

.product-action-view-content .modal-action-messages {
	margin-bottom: 20px
}

.modal-action-product .product-name {
	margin-top: 20px
}

.product-slider-container {
	padding-bottom: 2px
}

.off-canvas-wrapper.offcanvas {
	background-color: #fff;
	width: 310px;
	z-index: 999
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.off-canvas-wrapper.offcanvas {
		width: 310px
	}
}

.off-canvas-wrapper .offcanvas-header {
	padding: 0
}

.off-canvas-wrapper .offcanvas-body {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: column;
	padding: 0;
	scrollbar-width: auto;
	scrollbar-color: #1f1f1f #292929
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar {
	width: 2px
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-track {
	background: #292929
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-thumb {
	background-color: #1f1f1f;
	border-radius: 2px;
	border: 2px solid #1f1f1f
}

.off-canvas-wrapper .header-social-icons {
	padding: 20px
}

.off-canvas-wrapper .header-social-icons a+a {
	margin-left: 14px
}

.off-canvas-wrapper .header-social-icons img {
	filter: brightness(.2);
	opacity: .7;
	width: 24px
}

.off-canvas-wrapper .header-social-icons img:hover {
	opacity: 1
}

.off-canvas-wrapper .btn-menu-close {
	display: block;
	font-family: Rajdhani,sans-serif;
	width: 100%;
	height: 60px;
	background-color: #194572;
	opacity: 1;
	border-radius: 0;
	color: #fff;
	background-image: none;
	padding: 0 20px;
	line-height: 62px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	border: none;
	position: relative;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

.off-canvas-wrapper .btn-menu-close i {
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%)
}

.off-canvas-wrapper .btn-menu-close:hover {
	color: #fff;
	background-color: #333
}

.mobile-menu-items {
	padding: 0
}

.mobile-menu-items ul {
	border-top: 1px solid rgba(10,77,60,.15)
}

.mobile-menu-items ul li {
	position: relative
}

.mobile-menu-items ul li a {
	display: block;
	width: 100%;
	background: none;
	text-align: left;
	padding: 10px 20px;
	border: 0;
	border-bottom: 1px solid rgba(10,77,60,.15);
	font-size: 15px;
	font-weight: 500;
	font-family: #000000;
	color: #000
}

.mobile-menu-items ul li a:hover {
	color: #194572
}

.mobile-menu-items ul li .mobile-menu-expand {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 16px;
	height: 16px;
	cursor: pointer
}

.mobile-menu-items ul li .mobile-menu-expand:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	top: 50%;
	transform: translateY(-50%)
}

.mobile-menu-items ul li .mobile-menu-expand:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #000;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}

.mobile-menu-items ul li.active-expand>.mobile-menu-expand:before {
	background-color: #194572
}

.mobile-menu-items ul li.active-expand>.mobile-menu-expand:after {
	background-color: #194572;
	height: 0
}

.mobile-menu-items ul li.active-expand a {
	color: #194572
}

.mobile-menu-items ul li.active-expand ul li a {
	color: #272a33
}

.mobile-menu-items ul li ul {
	border-top: 0
}

.mobile-menu-items ul li ul li a {
	padding-left: 10%;
	font-size: 14px
}

.mobile-menu-items ul li ul li a:hover {
	color: #194572
}

.mobile-menu-items ul li ul li ul li a {
	padding-left: 16%;
	font-size: 14px
}

.btn-menu {
	background: none;
	border: none;
	font-size: 28px;
	height: auto;
	display: none;
	line-height: 1;
	padding: 0;
	color: #194572;
	position: relative;
	top: 6px;
	margin: 0 0 0 10px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.btn-menu {
		display: inline-block
	}
}

@media only screen and (max-width:479px) {
	.btn-menu {
		font-size: 22px;
		top: 4px;
		margin: 0 0 0 4px
	}
}

.mobile-menu-social {
	display: flex;
	gap: 25px;
	border-top: 1px solid #dee2e6;
	padding: 20px 15px 17px
}

.mobile-menu-social>a {
	font-size: 20px
}

.product-deal-countdown {
	display: flex;
	justify-content: center;
	margin-bottom: 40px
}

.product-deal-countdown-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 770px;
	padding: 15px 30px 20px;
	gap: 25px
}

.product-deal-countdown-inner:after,.product-deal-countdown-inner:before {
	position: absolute;
	z-index: -1;
	top: -7px;
	right: -7px;
	bottom: -7px;
	left: -7px;
	content: "";
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.05)
}

.product-deal-countdown-inner:before {
	bottom: 0
}

.product-deal-countdown-inner:after {
	top: 0;
	right: 0;
	left: 0
}

.product-deal-countdown .countdown-item {
	display: flex;
	gap: 5px
}

.product-deal-countdown .countdown-item .number {
	font-family: Rajdhani,sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 5px
}

.product-deal-countdown .countdown-item .label {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	align-self: flex-end
}

.subscribe-newsletter {
	position: relative;
	width: 100%;
	max-width: 770px
}

.subscribe-newsletter input[type=email] {
	height: 52px!important;
	padding: 10px 148px 10px 30px;
	font-size: 14px;
	width: 100%;
	border-radius: 50px;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5
}

@media only screen and (max-width:767px) {
	.subscribe-newsletter input[type=email] {
		font-size: 14px;
		height: 50px!important
	}
}

@media only screen and (max-width:479px) {
	.subscribe-newsletter input[type=email] {
		text-align: center;
		padding: 10px
	}
}

.subscribe-newsletter input[type=email]::-webkit-input-placeholder {
	color: #1f2226
}

.subscribe-newsletter input[type=email]:-moz-placeholder,.subscribe-newsletter input[type=email]::-moz-placeholder {
	color: #1f2226
}

.subscribe-newsletter input[type=email]:-ms-input-placeholder {
	color: #1f2226
}

.subscribe-newsletter input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 10px 36px;
	color: #fff;
	border: none;
	border-radius: 100px;
	background-color: #194572;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500
}

@media only screen and (max-width:479px) {
	.subscribe-newsletter input[type=submit] {
		position: relative;
		width: 100%;
		margin-top: 10px;
		height: 50px
	}
}

.subscribe-newsletter input[type=submit]:hover {
	background-color: #b61e1e
}

.subscribe-newsletter-2 {
	position: relative;
	width: 100%;
	max-width: 550px
}

.subscribe-newsletter-2 input[type=email] {
	height: 60px!important;
	padding: 10px 166px 10px 30px;
	font-size: 18px;
	width: 100%;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #333
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.subscribe-newsletter-2 input[type=email] {
		height: 50px!important;
		padding: 10px 145px 10px 15px;
		font-size: 14px
	}
}

@media only screen and (max-width:575px) {
	.subscribe-newsletter-2 input[type=email] {
		text-align: center;
		padding: 10px
	}
}

.subscribe-newsletter-2 input[type=email]::-webkit-input-placeholder {
	color: #1f2226
}

.subscribe-newsletter-2 input[type=email]:-moz-placeholder,.subscribe-newsletter-2 input[type=email]::-moz-placeholder {
	color: #1f2226
}

.subscribe-newsletter-2 input[type=email]:-ms-input-placeholder {
	color: #1f2226
}

.subscribe-newsletter-2 input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 10px 36px;
	color: #fff;
	border: none;
	border-radius: 0 50px 50px 0;
	background-color: #194572;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 32px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.subscribe-newsletter-2 input[type=submit] {
		padding: 10px 36px;
		font-size: 14px;
		line-height: 29px
	}
}

@media only screen and (max-width:575px) {
	.subscribe-newsletter-2 input[type=submit] {
		position: relative;
		width: 100%;
		margin-top: 10px;
		height: 50px;
		border-radius: 50px
	}
}

.subscribe-newsletter-2 input[type=submit]:hover {
	background-color: #b61e1e
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 5px
}

.breadcrumb li {
	display: flex;
	text-transform: uppercase;
	color: #000;
	gap: 5px
}

.breadcrumb li:not(:last-child):after {
	display: block;
	align-self: center;
	width: 18px;
	height: 1px;
	content: "";
	transform: rotate(115deg);
	background-color: #000
}

.page-banner-section {
	position: relative;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.shop-sidebar-item {
	border: none!important
}

.shop-sidebar-item:not(:last-child) {
	margin-bottom: 50px
}

.shop-sidebar-item:first-of-type,.shop-sidebar-item:first-of-type .shop-sidebar-toggle {
	border-radius: 0
}

.shop-sidebar-toggle {
	font-size: 20px;
	font-family: Rajdhani,sans-serif;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 15px;
	color: #333;
	border-bottom: 1px solid #dee2e6;
	border-top: none;
	background-color: transparent
}

.shop-sidebar-toggle:not(.collapsed) {
	color: #333;
	background-color: transparent;
	box-shadow: none
}

.shop-sidebar-toggle:not(.collapsed):after {
	content: "\eacb";
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg)
}

.shop-sidebar-toggle:after {
	position: absolute;
	content: "\eac8";
	left: auto;
	right: 0;
	top: 0;
	font-family: IcoFont
}

.shop-sidebar-toggle:focus {
	border-color: #dee2e6;
	box-shadow: none
}

.shop-sidebar-body {
	padding: 20px 0 0;
	border: none
}

.form-check {
	min-height: auto;
	margin-bottom: 0
}

.form-check:not(:last-child) {
	margin-bottom: 20px
}

.form-check .form-check-input {
	margin-top: 0;
	cursor: pointer;
	border-width: 2px
}

.form-check .form-check-input:checked,.form-check .form-check-input:focus {
	box-shadow: none
}

.form-check .form-check-label {
	cursor: pointer;
	display: flex;
	margin: 0;
	color: #1f2226;
	font-weight: 500;
	line-height: 1;
	font-size: 14px
}

.irs.irs--flat .irs-line {
	top: 26px;
	height: 8px;
	background-color: #dee2e6
}

.irs.irs--flat .irs-max,.irs.irs--flat .irs-min {
	border-radius: 2px
}

.irs.irs--flat .irs-from {
	transform: translateX(calc(50% - 8px));
	border-radius: 2px;
	background-color: #194572
}

.irs.irs--flat .irs-from:before {
	left: 8px;
	border-top-color: #194572
}

.irs.irs--flat .irs-to {
	transform: translateX(calc(-50% + 8px));
	border-radius: 2px;
	background-color: #194572
}

.irs.irs--flat .irs-to:before {
	right: 5px;
	left: auto;
	border-top-color: #194572
}

.irs.irs--flat .irs-single {
	border-radius: 2px;
	background-color: #194572
}

.irs.irs--flat .irs-single:before {
	border-top-color: #194572
}

.irs.irs--flat .irs-bar {
	top: 26px;
	height: 8px;
	background-color: #194572
}

.irs.irs--flat .irs-handle {
	width: 16px;
	height: 16px;
	border: 2px solid #194572;
	border-radius: 50%;
	background-color: #fff
}

.irs.irs--flat .irs-handle i {
	display: none
}

.shop-top-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	gap: 10px
}

.shop-top-bar-item {
	display: flex;
	align-items: center;
	align-self: center;
	gap: 10px
}

.shop-top-bar-item label {
	font-size: 14px;
	font-weight: 500;
	margin: 0
}

.shop-top-bar-item select {
	padding-right: 15px;
	border: none;
	background-color: transparent
}

.shop-top-bar-item p,.shop-top-bar-item select {
	font-size: 14px;
	font-weight: 500
}

.shop-top-bar-item .list-grid-toggle {
	display: flex;
	gap: 20px
}

.shop-top-bar-item .list-grid-toggle button {
	line-height: 1;
	display: flex;
	padding: 5px;
	border: none;
	background-color: transparent
}

.shop-top-bar-item .list-grid-toggle button i {
	font-size: 18px
}

.shop-top-bar-item .list-grid-toggle button.active {
	color: #194572
}

.shop-bottom-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px
}

.pagination {
	gap: 12px
}

.pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #1f2226;
	border-radius: 50%
}

.pagination li a i {
	line-height: 1
}

.pagination li a.active {
	cursor: not-allowed!important;
	color: #fff!important;
	background-color: #194572!important
}

.pagination li:not(:first-child):not(:last-child) a {
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1)
}

.pagination li:not(.disabled) a:hover {
	color: #fff;
	background-color: #194572
}

.pagination li.disabled a {
	cursor: not-allowed
}

.about-title {
	color: #1f2226;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-title {
		font-size: 30px;
		margin: 0 0 10px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.about-title {
		font-size: 26px;
		margin-bottom: 10px
	}
}

.about-title>span {
	color: #194572
}

.about-desc {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500
}

.about-sub-title {
	color: #1f2226;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase
}

.testimonial {
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

.testimonial-client-thumb {
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
	border-radius: 50%
}

.testimonial-client-thumb img {
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	border-radius: 50%
}

.testimonial-client-name {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	letter-spacing: .5px;
	text-transform: uppercase
}

@media only screen and (max-width:767px) {
	.testimonial-client-name {
		font-size: 17px
	}
}

.testimonial-text {
	font-size: 19px;
	font-style: italic;
	margin-bottom: 22px
}

@media only screen and (max-width:767px) {
	.testimonial-text {
		font-size: 16px
	}
}

.team {
	text-align: center;
	background-color: #f7f7f7
}

.team:hover .team-social {
	visibility: visible;
	transform: translateX(-50%) translateY(-50%);
	opacity: 1
}

.team-thumb {
	position: relative
}

.team-social {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	visibility: hidden;
	padding: 10px 15px;
	transition: all .4s ease 0s;
	transform: translateX(-50%);
	opacity: 0;
	border-radius: 4px;
	background-color: #fff;
	gap: 6px
}

.team-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #dee2e6;
	border-radius: 50%
}

.team-social a i {
	font-size: 16px
}

.team-social a:hover {
	color: #fff;
	border-color: #194572;
	background-color: #194572
}

.team-content {
	padding: 20px 10px 23px
}

.team-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px
}

.team-title {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	margin: 0
}

.contact-info-area {
	padding: 0 11px 0 60px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.contact-info-area {
		padding: 0 11px 0 0
	}
}

.contact-info-area-title {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 50px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.contact-info-area-title {
		font-size: 32px;
		margin-bottom: 30px
	}
}

.contact-info-item {
	align-items: center;
	display: flex;
	margin-bottom: 23px
}

.contact-info-item:hover .contact-info-icon {
	color: #194572
}

.contact-info-icon {
	font-size: 36px;
	width: 62px
}

.contact-info-content {
	line-height: 1.5;
	font-weight: 500
}

.contact-info-content a {
	color: #464545;
	display: block
}

.contact-info-content a:hover {
	color: #194572
}

.contact-info-content span {
	display: block
}

.contact-form .form-input-item {
	margin-bottom: 15px
}

.contact-form .form-control {
	background: 0 0;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	height: 50px;
	padding: 2px 24px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #1f2226
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #1f2226
}

.contact-form .form-control:-moz-placeholder,.contact-form .form-control::-moz-placeholder {
	color: #1f2226
}

.contact-form .form-control:-ms-input-placeholder {
	color: #1f2226
}

.contact-form textarea.form-control {
	height: 120px;
	padding-top: 10px
}

.contact-form-area {
	box-shadow: 10px 25px 80px hsla(0,0%,59%,.15);
	padding: 50px;
	margin-left: 50px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.contact-form-area {
		margin-left: 0;
		padding: 20px
	}
}

.contact-form-title {
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 50px;
	max-width: 210px;
	padding-bottom: 9px;
	position: relative
}

.contact-form-title:after {
	background-color: #194572;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px
}

.contact-form .btn-submit {
	background-color: #1f2226;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 21px 10px;
	text-transform: uppercase;
	width: 100%
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
	.contact-form .btn-submit {
		font-size: 13px;
		padding: 16px 10px
	}
}

.contact-form .btn-submit:hover {
	background-color: #194572
}

.map-area iframe {
	width: 100%;
	height: 500px;
	border-radius: 0
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
	.map-area iframe {
		height: 450px
	}
}

@media only screen and (max-width:767px) {
	.map-area iframe {
		height: 360px
	}
}

@media only screen and (max-width:575px) {
	.map-area iframe {
		height: 260px
	}
}


/* 小费二开 */


@media only screen and (min-width: 1029px){
   .hastwo  .mega-menu-center li{ width:50%;}
   
    .hastwo  .mega-menu-center li  ul li{ width:100%;}
	
	.mega-menu-thumb{width:100%!important;}
	
	
}




/*头部开始*/
.hd-top{height:40px;line-height:40px;color:#fff;background-color:#1e1e1e}
.hd-top.on{position: fixed;z-index: 20;transition: all .5s;width:100%;top:0;z-index: 99999;display:none;}
.hd-top .language{float:left;position: relative;}
.hd-top .language .sp1{float:left;padding-left:25px;background:url(/skin/images/diqiu.png)  left center no-repeat;background-size:25px;}
.hd-top .language>dl{width:800px;height:auto;display:none;padding:1rem;}
.hd-top .language>dl>dd{width:33.3333333%;padding:.25rem;display:inline-block;}
.hd-top .language>dl>dd>a{display:flex;justify-content:space-between;padding:.75rem;background-color:#f5f5f5;border-radius:.125rem;border:none;font-size:1rem;line-height:1;height:auto;}
.hd-top .language>dl>dd>a>span{line-height:1;opacity:.5;color:#333;font-size:.875rem;}
.hd-top .language>dl>dd>a.on{color:#194572}
.hd-top .select{float:left;position:relative}
.hd-top .select .show{cursor:pointer;padding-left:11px;padding-right:20px;background-position:right 1px center;background-repeat:no-repeat;background-image:url(/skin/images/t-ico1.png);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.hd-top .select .show span{display:inline-block;padding:0 11px}
.hd-top .select:hover .show{color:#194572;background-image:url(/skin/images/t-ico1-on.png)}
.hd-top .select dl{display:none;z-index:100;position:absolute;top:36px;left:0px;right:0px;padding:0 2px 0 3px;box-shadow:0 5px 15px rgba(0,0,0,.2);background-color:#fff;min-width:120px;}
.hd-top .select dd a{height:47px;line-height:46px;display:block;text-align:center;color:#666;border-bottom:1px solid #e5e5e5; white-space: nowrap;}
.hd-top .select dd:last-child a{border:none}
.hd-top .select dl a:hover{/*height:33px;line-height:32px;*/color:#194572}
.hd-top .right{float:right;}
.hd-top .desc{float:left;cursor:pointer;padding:0px;background:url(/skin/images/t-bg1.png) left center no-repeat}
.hd-top .desc.first{position:relative;background:0 0}
.hd-top .desc.last{background:0 0}
.hd-top .desc .qr{display:none;z-index:2;position:absolute;top:40px;left:58%;margin-left:-77px;width:154px;height:154px}
.hd-top .desc .qr img{display:block;width:100%;height:100%}
.hd-top .desc .pic{float:left;position:relative;height:40px;line-height:40px;margin-right:10px}
.hd-top .desc .pic img{position:absolute;left:0;top:50%;display:inline-block;vertical-align:middle;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.hd-top .desc .pic .img2{display:none}
.hd-top .desc .pic1{width:19px}
.hd-top .desc .pic2{width:14px}
.hd-top .desc .pic3{width:8px}
.hd-top .desc .pic4{width:13px}
.hd-top .desc .pic5{width:12px}
.hd-top .desc .sp1{float:left;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.hd-top .desc .sp1 a{color:#fff}
.hd-top .desc .sp1 .a1{
    padding-left: 25px;
    background: url(/skin/images/login.png) left center no-repeat;
}
.hd-top .desc .sp1 a:hover{color:#194572}
.hd-top .desc .sp1 .a1:hover{
    background: url(/skin/images/login-on.png) left center no-repeat;
}
.topbav10{padding:0 5px;float: left;}

.wp {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}


.align-items-center  div{padding:0px;}



.main-menu {
	display: block;
 float: right;
}



.main-menu > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 37px;
  text-align: right;
  float: left;
  display: block ruby;
  
}


.main-menu > ul>li{margin:0 18px;}
.main-menu > ul>li:last-child{margin:0px 0px 0px 15px;}




.header-transparent.on{position: fixed;
  z-index: 20;
  transition: all .5s;
  width: 100%;
  top: 0px;z-index: 99999;}

   
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }




.wdbanner .swiper-slide{height:700px;}

.wdbanner{top:108px;}

.bannertext{position: absolute;left: 20%;font-size: 3rem;color: #fff;text-align: left;}
.bannertext p:nth-child(2){font-size:2rem;}


.bannerbtn{background:url(/skin/images/bannerbtn.png) no-repeat center;width:90px;height:90px;background-size:80px;color:#fff;padding-left:0px;}
.bannerbtn::after{font-size:30px;}


/* 首页四大服务 */

.home1 .con{margin-top: 50px;}
.home1 .con li{float: left;width: 24%;height: 558px;position: relative;overflow: hidden;cursor:pointer;margin-right: 1.33%;}
.home1 .con .picture{width: 100%;height: 100%;transition: all 0.5s ease-in-out;}
.home1 .con .text{position:absolute;width: 100%;left: 0;bottom: 0;padding: 30px 10px;color: #fff;font-size: 14px;line-height: 1.6;}
.home1 .con .text h3{font-size: 24px;font-weight: bold;margin: 5px 0;color:#fff;}
.home1 .con .text .more{width: 112px;text-align: center;line-height: 30px;border: 1px solid #fff;border-radius:30px;margin-top: 18px;}
.home1 .con li:hover .picture{transform: scale(1.05);transition: all 0.5s ease-in-out;}
.home1 .con li:last-of-type{margin-right: 0;}


/* 首页视频 */

.home2-video{ width: 100%;height:680px;position: relative;z-index: 200;overflow: hidden;}
.home2-video .vid-sp{background-position: center center;background-repeat: no-repeat;height: 100%;width: 100%;position:relative;}
.home2-video .vid-sp video{ min-width: 100%;object-fit: fill;min-height: 100%;position: absolute;top: 55%;left: 50%;transform: translate(-50%,-55%); }
.home2-video .vid{position: absolute;width: 50%;left: calc(50% - 25%);top: calc(50% - 25%);line-height: 1.7;font-size: 18px;color: #fff;background: rgba(0,0,0,0.3);padding: 2vw 3vw;}
.home2-video .vid h2{text-align: center;font-size: 40px;line-height: 50px;margin-bottom: 10px;font-weight:500;color:#fff;}





/* 首页问答 */

.question-section{margin-top:70px;margin-bottom: 60px;}

.containerqa{background:url(/skin/images/qawenda.jpg) center center ;  
background-size: cover;    
opacity: 1;
}

.accordion-body-desc{padding:10px 20px;}


/* 产品服务开始 */
.proser{margin-top:70px;margin-bottom: 60px;}



.business{width: 100%;background: #fff;position: relative;z-index: 100;}
.zhenghe{width: 1200px;height: 380px;margin-top: 70px;margin: 60px auto 0px auto;}
.zhenghe li{width: 200px!important;float: left;position: relative;transition: all .3s cubic-bezier(.4, 0, .2, 1);overflow: hidden;}
.zhenghe li .zhtitle{height: 140px;background: #194572;text-align: center;box-sizing: border-box;padding-top: 20px;}
.zhenghe li .zhtitle h2{font-size: 20px;color: #fff;margin: 5px 0px 2px 0px;}
.zhenghe li .zhtitle p{color: #fff;font-size: 14px; margin-top:7px;}
.zhenghe li .zhtitle .img{width: 40px;margin: 0 auto;}
.zhenghe li .zhtitle .img img{width: 100%;}
.zhenghe li .zhcont{text-align: center;color: #333;padding: 15px 0px 45px 0px;}
.zhenghe li .zhcont_p p{margin-top: 30px;font-size: 14px;}
.zhenghe li .zhtext{width: 400px;box-sizing: border-box;padding: 5px 20px 0px 20px;display: none;}
.zhenghe li .zhtext p{line-height: 30px;color: #8c8c8c;font-size: 14px;}
.zhenghe li .zhmore{text-align: center;width: 110px;height: 35px;line-height: 35px;color: #2c2c2c;background: #f9f9f9;font-size: 15px;border-radius: 0px; float:left;margin: 28px 14px 0px auto;border: 1px #f9f9f9 solid;box-sizing: border-box;transition: .3s;}
.zhenghe li .zhtext a:nth-child(4) .zhmore{margin-right:0px;}
.zhenghe li .zhmore:hover{background-color:#151515;color: #fff; border:1px solid #151515;}
.zhenghe li.cur{width: 400px!important;height: 383px;margin-top: -15px;background: #fff!important;box-shadow: 0 0 30px rgba(0,0,0,.2);}
.zhenghe li.cur .zhtitle{background:url(/skin/images/indexyewubg.png) bottom center no-repeat; background-color:#151515;height: 155px;}
.zhenghe li.cur .zhcont_p{display: none;}
.zhenghe li.cur .zhtext{display: block;}



.zhenghe ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}




/* 首页切换选项卡 */


.gster {
	width: 1200px;
	height: auto;
	float: left;
}
.gsft {
	width: 577px;
	height: 360px;
	float: left;
}
.gsft span {
	font-size: 24px;
	display: block;
	color: #2b2b2b;
	letter-spacing: 3px;
	margin-top: 30px;
}
.gsft p {
	width: 577px;
	height: 170px;
	color: #818181;
	line-height: 24px;
	text-indent: 2em;
	margin-top: 12px;
	font-size: 15px;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.gsft p a {
	color: #0f84da;
}
.gsft ul {
	width: 570px;
	height: 40px;
	margin-top: 50px;
}
.gsft ul li {
	width: 140px;
	height: 40px;
	float: left;
	margin-right: 20px;
}
.gsft ul li a {
	display: block;
	width: 140px;
	height: 40px;
	border: 1px solid #2b2b2b;
	text-align: center;
	line-height: 40px;
	color: #2b2b2b;
	font-size: 15px;
}
.gsft ul li a:hover {
	color: #fff;
	background: #e60212;
	border: 1px solid #e60212;
}
.gsrt {
	width: 590px;
	height: 360px;
	float: right;
}
.gsrt img {
	width: 590px;
	height: 360px;
}


.hyyysection{margin-top:100px;margin-bottom: 60px;}



.mrmr2 {
	width: 1200px;
	float: left;
	height: 178px;
	position: relative;
	margin-top: 40px;
}
.mr_BtnL2 {
	background: url(/skin/images/left.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	display: inline;
	position: absolute;
	top: 65px;
	left: -45px;
}
.mr_mr2 {
	float: left;
	width: 1200px;
	overflow: hidden;
	height: 178px;
}
.mr_BtnR2 {
	background: url(/skin/images/right.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	top: 65px;
	right: -45px;
}
.mr_mr2 ul li {
	float: left;
	width: 285px;
	height: 178px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.mr_mr2 ul li img {
	width: 285px;
	height: 178px;
	float: left;
}
.mr_mr2 ul li p {
	background: url(/skin/images/xc01.png) no-repeat center center;
	width: 285px;
	height: 178px;
	position: absolute;
	top: 178px;
	left: 0;
}
.mr_mr2 ul li:hover p {
	top: 0;
}


.hyyysectiont{height:auto;margin:30px auto;width:100%;text-align: center;
  width: 100%;}
.hyyysectiont li{
  border: 1px solid #2b2b2b;
  
 }




.in-pro-menu{ text-align:center}
.in-pro-menu li{ display:inline-block; width: 12.5%; }

.in-pro-menu li a{ display: block; color: #686868; line-height: 40px; text-align: center; font-size: 16px; }
.in-pro-menu li a:hover{ border: 1px solid #1a4673;color:#fff;font-weight:bold;background:#1a4673; }

.in-pro-menu li:hover{ border: 0px solid #1a4673; }



.xiaofeinone {
        display: none;
    }

    .on {
        display: block;
    }


.news-nav .on{border: 1px solid #1a4673;color:#fff;font-weight:bold;background:#1a4673; }

.news-nav .on a{color:#fff;}



/* 首页合作案例开始 */

.in-case{ margin: 0 0 0 -30px; }
.in-case li{ float: left; width: 25%; margin-bottom:30px}
.in-case li a{ display: block; margin: 0 0 0 30px; text-align: center;font-weight: bold; font-size: 16px; }
.in-case li .img-cover{ margin-top: 15px; }
.in-case li .text{ line-height: 60px; background-color:#f3f3f3; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}



/* 首页新闻中心 */
#newsa{ width:100%; float:left; padding-top:2%; padding-bottom:2%; position:relative;}

.nrc h4{color:#fff!important;}
#newsa_1 p{margin-bottom:0.2rem;}

#tjxw{ width:48.5%; float:left;}
#tjxw li{ list-style-type:none; text-align:center;}
#tjxw  li dd{ width:100%; overflow:hidden; padding-bottom:360px; float:left; z-index:1; position:relative;}
#tjxw  li dd .rq{ padding:2%; position:absolute; left:0px; text-align:center; top:0px; background-color:rgba(11,169,232,0.7); z-index:2; color:#fff;}
#tjxw  li dd .rq .af{ display:inline-block; }
#tjxw  li dd .rq h3{ font-size:30px; width:100%; }
#tjxw  li dd .rq p{ font-size:16px;display:inline-block; margin-top:5px;}
#tjxw  li dd img{width:100%; min-height:100%; position:absolute; left:0px; top:0px;transition:all 0.4s ease-in-out 0s; }
#tjxw  li dd .nrc{position:absolute; width:100%; left:0px; bottom:0px; padding:1.5% 1.5% 30px 1.5%; background-color:rgba(0,0,0,0.6); color:#fff; z-index:2;}
#tjxw  li dd h4{  line-height:25px; height:25px; font-size:14px;TEXT-OVERFLOW: ellipsis;WHITE-SPACE: nowrap;
	OVERFLOW: hidden; font-weight:600; text-align:left;}
#tjxw  li:hover .nrc{ background-color:rgba(0,0,0,0.8);}
#tjxw  li .nrc p{ font-size:12px; line-height:20px; height:40px;display: -webkit-box; text-align:left;
-webkit-box-orient; 
text-overflow: ellipsis;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical; overflow:hidden;}

#tjxw  LI:hover img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);-o-transform:scale(1.10);transform:scale(1.10);}
#tjxw  .owl-dots{  position:absolute; right:2%; bottom:0px; text-align:right; z-index:1000;}
#tjxw .owl-controls .owl-dots .owl-dot span{ width:10px; height:10px;
	background:none;
	margin-top: 25px;
	margin-right: 2px;
	 background-color:rgba(255,255,255,0.8);
	margin-left: 2px;
}
#tjxw .owl-controls .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#194572;}
.nonea{ display:none;}

#newsb{ width:48.5%; float:right;}
#newsa_1{
	width:100%;
	float:left;  margin-top:1%; 
	}
#newsa_1 UL {
	COLOR:#565656; list-style-type:none; 
}

#newsa_1 UL LI {
	 width:100%; float:left;
	line-height:22px;
	font-size:13px;
	border-bottom:#ccc  dotted 1px;
	padding-bottom:14px; margin-bottom:14px;
	
}
#newsa_1 UL LI.zyjs{ background-image:none; line-height:26px; font-size:14px; text-align:left; color:#888; }
#newsa_1 UL LI b{ font-size:32px;  line-height:35px; }
#newsa_1 UL LI span{ color:#666;display: -webkit-box;
-webkit-box-orient; 
text-overflow: ellipsis;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; height:40px; line-height:20px;}
#newsa_1 UL LI p{ font-size:15px; font-weight:600; line-height:28px;  height:28px; TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden; color:#333;}
#newsa_1 UL LI A dd {border-radius:4px;
	text-align:center;
	cursor:pointer;
	width:70px;
	height:68px;
	font-weight:normal;
	color:#194572;
	float:left;
	margin-right:2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top:8px;
	line-height:28px;
	border-radius:2px;
	background-color:#f1f1f1;
}
#newsa_1 UL LI A:hover dd{
	   background-color:#194572; color:#fff;
}
#newsa_1 UL LI a:hover p{ color:#194572}

#news{ width:100%; margin-top:3.5%; float:left;}
#news ul{LIST-STYLE-TYPE: none; margin-left:-2%;}
#news ul li{ width:48%; float:left; margin-left:2%; margin-top:0.5%; margin-bottom:0.5%;}
#news ul li .nra{ width:88%; margin:2%; padding:4%; float:left;box-shadow:0px 1px 6px #B5C9DD;-webkit-box-shadow:0px 1px 6px #B5C9DD;-moz-box-shadow:0px 1px 6px #B5C9DD; background-color:#fff;transition:all 0.5s ease-in-out 0s;border-radius:8px; overflow:hidden;transition:all 0.4s ease-in-out 0s;}
#news ul li:hover .nra{box-shadow:-1px 1px 8px #92AFCD;-webkit-box-shadow:-1px 1px 8px #92AFCD;-moz-box-shadow:-1px 1px 8px #92AFCD; background-color:#194572;}
#news ul li .nra  dd{ text-align:center; float:left; margin-right:12px;width:85px; overflow:hidden; height:85px;border-radius:100%; border:#fff solid 1px; background-color:#fff; color:#333;transition:all 0.5s ease-in-out 0s;}
#news ul li .nra  dd img{ width:100%; min-height:85px;}
#news ul li .nra .bt dd span{ margin-top:10px;
	font-size:20px;
	line-height:20px;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
}
#news ul li .nra .bt dd p{ font-size:13px; line-height:15px;}
#news ul li .nra .bt h5{ height:30px; line-height:30px;TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;  font-weight:normal; font-size:18px;}
#news ul li .nra .js{  margin-top:1%; color:#777; font-size:14px; line-height:25px; height:50px; overflow:hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#news ul li:hover .nra .js{ color:#F0FCFF}
#news ul li a{ color:#194572;}
#news ul li a:hover{ color:#fff;}
#news ul li:hover .nra .bt dd{ background-color:#194572; color:#fff;}
#link{   padding:2% 1.5%; background-color:#194572; float:left; width:97%;border-radius:8px;box-shadow: 0px 1px 12px #888;-webkit-box-shadow: 0px 1px 12px #888;-moz-box-shadow: 0px 1px 12px #888;}
#link a{ color:#fff; margin-right:6px; margin-left:6px;}
@media only screen and (max-width: 1300px){#bzlist ul li p{ font-size:18px; font-weight:600;}#company .nr dd{ margin-top:8px;}#company .nr p{ line-height:26px; height:260px;margin-top:12px;}#lmdf A{line-height:30px;border-radius:30px; font-size:13px; }#lmdf A i{ line-height:30px;}}
@media only screen and (max-width: 1100px){#lmbt span{font-size:24px;}#lmbt p{font-size:14px;}#xmlist ul LI .nr1  .bt p{ font-size:14px;}#xmlist ul LI .nr1  .bt dd{ font-size:22px;}#xmlist ul LI .nr2 p{ font-size:14px;}#bzlist ul li p{ font-size:16px;}#bzlist ul li span{ font-size:32px;}#company .nr p{ line-height:25px; height:200px; margin-top:4px;}#company .nr dd{ font-size:22px; line-height:25px; height:25px;}#fczs LI .bf1 .f18{ font-size:14px; height:25px; line-height:25px; }.nTabx  li{ font-size:14px; line-height:30px;height:30px;}#newsa_1 UL LI p{ font-size:14px;}#tjxw  li dd{ padding-bottom:300px;}#newsa_1 UL LI A dd {width:60px;height:54px; line-height:20px;}#newsa_1 UL LI b{ font-size:24px;  line-height:26px; }#newsa_1 UL LI { padding-top:5px; margin-bottom:5px;}#newsa_1 UL LI p{ font-size:13px; height:20px; line-height:20px;}#newsa_1 UL LI span{ font-size:12px;}#zsjm_2{ padding:1.5%; width:97%;}#pxxm UL LI p{ font-size:14px;}#tjxw  li dd .rq h3{ font-size:24px;  }
#tjxw  li dd .rq p{ font-size:14px;}}
@media only screen and (max-width: 1000px){#xmlist ul { margin-left:-2%;}#xmlist ul LI{ width:31.33%; float:left; margin-left:2%; margin-top:1.2%; margin-bottom:1.2%;}#xmlist ul LI .nra{ padding:5%2%; width:96%;}#xmlist ul LI .nr1  .bt dd{ font-size:18px; font-weight:bold;}#xmlist ul LI .nr1 .tp{ width:25%;}#xmlist ul LI .nr1  .bt{ width:72%;}#fwlist  LI .nr h5{ font-size:14px;}#allist .swiper-slide .nrq p{ text-align:left;font-size:14px; line-height:20px; height:60px;}#allist .swiper-slide{

	-webkit-transform:scale(0.8);
	transform: scale(0.8); 
}#allist .swiper-slide-active{
	-webkit-transform:scale(1);
	transform: scale(1);  
}#more A{ font-size:14px;}#news ul li .nra .bt h5{ font-size:16PX;}#news ul li .nra .js{ font-size:14PX; line-height:25PX; height:50PX;}#zebq ul li p{  font-size:16px; font-weight:bold;}
#zebq ul li h5{ font-size:14px;}
#zebq ul li  span{ font-size:24px;}#news-2 UL LI { line-height:25px;}#news-2 UL LI a{ font-size:13px; width:70%;}#news-2 UL LI span{ font-size:12px;}#company .nr p{ line-height:22px; font-size:12px; height:176px; margin-top:4px;  }#fwlist  LI .nr dd  img{ height:180px;}#allist .swiper-slide .nrq h3{font-size:14px;  }#zsjm_2  li h4{ font-size:16px;}#zsjm_2  li h5{ font-size:14px;}}
@media only screen and (max-width: 800px){#lmbt span{font-size:18px;font-weight:600;}#xmlist ul { margin-left:-1%;}#xmlist ul LI{ width:32.33%; float:left; margin-left:1%; margin-top:0.5%; margin-bottom:0.5%;}#xmlist ul LI .nra{ padding:5% 2%; width:96%;}#xmlist ul LI .nr1  .bt dd{ font-size:16px; line-height:1.5}#xmlist ul LI .nr1  .bt p{ font-size:12px;}#xmlist ul LI .nr2 p{ font-size:12px; height:80px; line-height:20px; }#xmlist ul LI .nr1  .bt p{ height:20px; line-height:20px; TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden; }#xmlist ul LI .nr2{ border-top:#ECECEC solid 1px; }#xmlist ul LI .nr1 .tp{ width:25%;}#xmlist ul LI .nr1  .bt{ width:72%; float:right;}#allist .swiper-pagination-bullet{ width:10px; height:10px;}#allist .swiper-container{ padding-bottom:8%; }#more A{ font-size:14px; border: solid 1px;}#bzlist ul li p{ font-size:14px; line-height:1.5; margin-top:12px;}#bzlist ul li span{ font-size:24px; font-weight:bold;}#news ul li .nra .bt h5{ font-size:14PX;}#news ul li .nra .js{ font-size:12PX; line-height:20PX; height:40PX;}#news ul li .nra .bt dd{ margin-right:12px;width:55px; height:50px}#news ul li .nra .bt dd span{ font-size:18px; margin-top:5px;}#news ul li .nra .bt dd p{ font-size:12px; margin-top:-3px;}#news ul{ margin-left:-1%;}
#news ul li{ width:49%; float:left; margin-left:1%; margin-top:0.5%; margin-bottom:0.5%;}
#news ul li .nra{ width:92%; margin:1%; padding:3%;}#news-2 UL LI a{ font-size:12px; }#xbt .more,#xbt dd{ font-size:14px; line-height:30px;}#company .nr dd{ font-size:16px; line-height:25px; height:25px; font-weight:bold;}#company .nr p{ line-height:22px; font-size:12px; height:154px; margin-top:4px;  line-clamp:7;
    -webkit-line-clamp: 7;}#fczs LI .bf1 .f18{ font-size:12px; height:20px; line-height:20px;}.nTabx  li{ font-size:12px; line-height:25px; height:25px;font-weight:bold;}#newsa_1 UL LI p{ font-size:12px;line-height:22px;  height:22px;}#newsa_1 UL LI A dd {width:60px;height:60px;font-size: 12px;padding-top:5px;line-height:20px;}#newsa_1 UL LI b{ font-size:26px;}#fwlist  LI .nr dd  img{ height:140px;}#lmdf A{line-height:25px; width:31.3%; padding-left:0.5%; padding-right:0.5%; display:block; height:25px; float:left; margin:0.5%;   font-size:12px; font-weight:bold; border-radius:2px; tEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;}#lmdf A i{ line-height:25px; margin-left:5px; margin-right:5px;}#allist .swiper-slide .nrq h3{font-size:12px; line-height:25px; height:25px;  }#tjxw{ width:100%; float:left; margin-bottom:1.5%;}#newsb{ width:100%; float:left;}#tjxw  li dd{ padding-bottom:60%;}#tjxw  li dd h4{ font-size:12px; height:20px; line-height:20px;}#tjxw  .owl-dots{ width:100%; text-align:center; right:0px;}#zsjm_2  li h4{ font-size:14px;}#zsjm_2  li h5{ font-size:12px;}#pxxm UL LI p{ font-size:13px;}#pxxm UL LI{ width:48%;}#tjxw  li dd .rq h3{ font-size:18px;  }
#tjxw  li dd .rq p{ font-size:12px; margin-top:-8px;}}
@media only screen and (max-width: 700px){#video{ width:100%;}#company .nr dd{ text-align:center;}#company .nr{ width:100%;}#fwlist  LI .nr dd  img{ height:120px;}}
@media only screen and (max-width: 600px){#more A{ font-size:12px; font-weight:bold;}#xmlist ul LI .nr1  .bt dd{ font-size:16px; line-height:1.8}#lmbt span{font-size:16px;}#lmbt p{font-size:13px; }#xmlist ul { margin-left:-3%;}#xmlist ul LI{ width:47%; float:left; margin-left:3%; margin-top:1.2%; margin-bottom:1.2%;}#allist .swiper-pagination-bullet{ width:8px; height:8px;}#allist .swiper-slide .tpq img{ width:80px; height:80px;}#bzlist ul li p{ font-size:12px;  }#bzlist ul li span{ font-size:18px; line-height:1.5;}#news ul li{ width:100%; float:left; margin-left:1%; }
#news ul li .nra{ width:88%; margin:2%; padding:4%;}#zebq ul li p{  font-size:12px; font-weight:bold; height:40px; overflow:hidden; line-height:20px;}
#zebq ul li h5{ font-size:12px;}
#zebq ul li  span{ font-size:16px;}#company .nr dd{ font-size:14px;}#newsa_1 UL { margin-left:0px;}#newsa_1 UL li{ width:96%; padding:2%; margin-left:0px; margin-bottom:0px;}#fwlist  LI .nr dd  img{ height:160px;}#zebq ul li{ width:23%; padding:0px 1%}}
@media only screen and (max-width: 450px){#lmbt span{font-size:14px; }#lmbt p{font-size:12px; }#xmlist ul LI .nr1  .bt dd{ font-size:12px; line-height:1.5}#xmlist ul { margin-left:-2%;}#xmlist ul LI{ width:48%; float:left; margin-left:2%; margin-top:1.2%; margin-bottom:1.2%;}#fwlist  LI .nr h5{ font-size:13px;}#allist .swiper-slide .tpq img{ width:60px; height:60px;}#allist .swiper-slide .nrq p{font-size:12px; line-height:20px; height:60px;}#fwlist  LI .nr dd  img{ height:120px;}#zsjm_2  li h4{ font-size:16px;}#zsjm_2  li h5{ font-size:14px;}#tjxw  li .nrc p{-webkit-line-clamp:1; height:20px;}}
@media only screen and (max-width: 400px){#xmlist ul LI .nr2 p{ font-size:12px; height:90px; line-height:18px;   line-clamp:5;
    -webkit-line-clamp: 5;}#fwlist  LI .nr dd  img{ height:100px;}}


.nTabx{
	width:100%;
	float:left;
	overflow:hidden;
	text-align:left; margin-bottom:2%;
}
.nTabx  ul{
border:0; font-size:0px; 
}
.nTabx  li{ float:left;
	text-align:center;
	cursor: pointer;
	list-style-type: none;
	 overflow:hidden; width:24%; margin-right:1%;height:40px;text-align:center;TEXT-OVERFLOW: ellipsis;   line-height:40px; border-radius:5px; font-size:16px;

}
.nTabx li.active{background-color:#ff6600;background: linear-gradient(to right, #ff0000, #ff6600); color:#fff;}
.nTabx li.normal{ background-color:#194572;background: linear-gradient(to right, #194572, #0385BC);color:#fff; }



.owl-theme .owl-controls{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:14px;height:14px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
#owl-index  .owl-dots{ width:100%; position:absolute; left:0px; bottom:8px;}
#owl-index .owl-controls .owl-dots .owl-dot span{ width:10px; height:10px;
	background:none;
	margin-top: 25px;
	margin-right: 8px;
	margin-bottom: 15px; background-color:#fff;
	margin-left: 8px;transition:all 0.4s ease-in-out 0s; border:#194572 solid 1px;
}
#owl-index .owl-controls .owl-dots .owl-dot.active span,#owl-index .owl-theme .owl-dots .owl-dot:hover span{background:#194572; box-shadow: 0px 1px 6px #444;-webkit-box-shadow: 0px 1px 6px #444;-moz-box-shadow: 0px 1px 6px #444;}
#owl-index .owl-item .item { position:relative;}
#owl-index .owl-item .item img{width:100%;}
#owl-index .owl-controls .owl-nav{filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.3s ease-in-out 0s;}
#owl-index:hover .owl-controls .owl-nav{filter: Alpha(Opacity=100);
-moz-opacity:1; 		opacity:1}
#owl-index .owl-controls .owl-nav .owl-next,#owl-index .owl-controls .owl-nav .owl-prev{ position:absolute; background:none; top:0px; width:3%;height:100%; line-height:0px; font-size:0px;background-size:100% auto;}
#owl-index .owl-controls .owl-nav .owl-next{ 
	left:10px;
	background-image: url(../images/l2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#owl-index .owl-controls .owl-nav .owl-prev{
	right:10px;
	background-image: url(../images/r2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
@media only screen and (max-width: 1200px){#owl-index .owl-controls .owl-dots .owl-dot span{
	margin-bottom:8px;
	}}
@media only screen and (max-width: 800px){#owl-index .owl-controls .owl-dots .owl-dot span{width:10px;height:10px;	margin-top:16px;
	margin-right: 5px;
	margin-bottom:2px;
	margin-left: 5px;}#owl-index .owl-controls .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#194572; width:20px;}}




/* 首页关于我们 */
.lf{float: left;}
.rt{float: right;}


.home5{background: url(/skin/images/bj1.jpg) no-repeat top center/cover;height: 720px;padding-top: 65px;}
.home5 .con{margin-top: 60px;}
.home5 .abpic{width: 40.5%;}
.home5 .abtext{width: 54%;}
.home5 .abtext .ab1t{width: 100%;line-height: 60px;background: #e3e3e3;}
.home5 .abtext .ab1t li{float: left;width: 20%;text-align: center;font-size: 18px;color: #333333;}
.home5 .abtext .ab1t li.active{background: #194572;color: #fff;}
.home5 .abtext .ab1t li.active a{color: #fff;}
.home5 .abtext .ab1b .row{display: none;}
.home5 .abtext .ab1b .row.active{display:block;}
.home5 .abtext .text1{font-size: 16px;color: #333333;line-height: 1.8;padding: 20px 0;}
.home5 .abtext .text1 h3{font-size: 30px;color: #194572;font-weight: bold;margin: 8px 0;}
.home5 .abtext .text2{padding: 25px 0;}
.home5 .abtext .text5{padding: 45px 0;}
.home5 .abtext .text5 li{float: left;width: 25%;text-align: center;font-size: 18px;color: #333333;line-height: 1.6;}
.home5 .abtext .text5 .ico{display: inline-block;margin-bottom: 18px;}
.home5 .abtext .text5 p{color: #008cd6;margin-top: 8px;}
.home5 .abtext .roll-ry{overflow-x: hidden;padding: 10px 0;}
.home5 .abtext .roll-ry li{float: left;width: 234px;margin-right: 20px;text-align:center;font-size: 14px;color: #333333;line-height: 2;}
.home5 .abtext .roll-ry li .pic{width: 100%;margin-bottom: 5px;}
.home5 .abtext .roll-ry li .item{margin: 15px 0;}
.home5 .abtext .roll-ry li p{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.home5 .abtext .slidelc{height: 360px;position: relative;background: url(/skin/images/bj5.png) no-repeat center center;padding: 30px 0;}
.home5 .abtext .slidelc dl{float: left;width: 25%;text-align:center;font-size: 14px;color: #333333;line-height: 1.6;position:relative;}
.home5 .abtext .slidelc dl h3{font-size: 16px;color: #008cd6;font-weight: bold;padding: 5px 0;}
.home5 .abtext .slidelc dl:nth-child(2n){top: 165px;}
.home5 .abtext .slidelc dl:nth-child(1){left: 20px;}
.home5 .abtext .slidelc dl:nth-child(4){right: 20px;}
.home5 .abtext .slidelc .prev{display: block;width: 32px;height: 32px;position:absolute;left: 0;top: 165px;}
.home5 .abtext .slidelc .next{display: block;width: 32px;height: 32px;position: absolute;right: 0;top:165px;}


.home1 .more a{color:#fff;}
.home1 h3 a{color:#fff;}
.home1 a:link {
  text-decoration: none;
  color: #fff;
}
.homeaboutus{margin-bottom:0px;}


/* 首页底部 */
.footer{padding-top:59px;font-size:12px;color:#fff;background-color:#1e1e1e}
.footer .con{position:relative;overflow:hidden;padding-bottom:46px;border-bottom:1px solid #555;}
.footer .con>span{display:none;}
.footer dl{float:left;overflow:hidden;}
.footer .con.conmore>dl{transition:all 0.4s ease;}
.footer dd{float:left;width:160px}
.footer dl span{display:block;margin-bottom:19px;font-size:16px}
.footer dl a{display:block;line-height:29px;color:#c3c3c3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.footer dl a:hover{color:#194572}
.footer .ft-r{text-align:right;margin-left:-20px;color:#c3c3c3}
.footer .tele{margin:-10px 0 1px;font-size:32px;color:#194572}
.footer .date{font-size:14px;color:#e1e1e1}
.footer .qr{display:inline-block;width:100px;text-align:center}
.footer .qr img{display:block;margin:4px 0 3px;width:100px;height:100px}
.footer .logo{width:135px;margin:29px auto 30px}
.footer .logo img{display:block;width:100%;height:auto}
.footer .link{padding-bottom:31px;text-align:center}
.footer .link a{display:inline-block;margin:0 26px;color:#c3c3c3}
.footer .link a:hover{color:#194572}
.footer .bottom{text-align:center;padding:1.5rem;line-height:1.5rem;color:#fefefe;background-color:#000}
.footer .bottom a{color:#fefefe}
.footer .bottom a:hover{text-decoration:underline}
.footer .wp{
    position: relative;
}
.footer .subscribe{display:inline-flex;text-align:left;position:relative;}
.footer .subscribe>input{flex-grow:1;border:solid 1px #d6d6d6;padding:4px 8px;border-radius:2px;line-height:24px;margin-right:4px;min-width:170px;}
.footer .subscribe>button{padding:4px 16px;border-radius:2px;line-height:24px;border:solid 1px transparent;background-color:#194572;color:#fff;cursor:pointer;}
.footer .subscribe>span{position:absolute;top:100%;left:0;color:#888;padding-top:4px;}
.footer .con.conmore>span{position:absolute;left:50%;bottom:15px;margin-left:-10px;display:inline-block;cursor:pointer;transform:none;color:#194572;transition:all 0.3s ease;}
.footer .con.conmore.moreshow>span{transform: rotate(180deg);padding-top:10px;}
.unsubscribe>ul>li>span>span{position:absolute;left:0;top:100%;border:none;font-size:14px;line-height:1.5;border: 1px solid #ffa21c;background: rgba(255, 122, 68, 0.4);padding: 2px 10px;color:#f00;z-index:9;border-radius:4px;}





/* 首页荣誉资质 */

.item2  p{text-align:center;}
.xfeiry  {
    font-family: Arial, sans-serif;
    display: inherit;
    justify-content: center;
    align-items: center;
   position: relative;
    margin: 0;
	height: 250px;
}

.xfeiry  .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px; /* 根据需要设置最大宽度 */
    position: relative;
}
 
.xfeiry .items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
	  padding-left: 30px;
    min-width: 0; /* 防止flex项目收缩到0宽度 */
}
 
.xfeiry .items-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
 
.xfeiry .item {
    width: calc(33.333% - 20px); /* 每行3个项目，减去margin */
    margin: 5px;
    box-sizing: border-box;
    /* 其他样式，如高度、边框等 */
}
 
.xfeiry .arrow {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    background-color: #f0f0f0;
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
 
.xfeiry .arrow:hover {
    background-color: #ddd;
}
 
.xfeiry  #prev {
    left: 0;
	position: absolute;top: 60%;color:#129BE1;
}
 
.xfeiry  #next {
    right: 0;position: absolute;
color:#129BE1;
  display: inherit;top: 55%;
}





/* 首页团队风采 */




.news_294 {overflow:hidden;background:url(/skin/images/com_bg_294.jpg) no-repeat center 0;}
.news_294 .wrap {margin:0 auto;width:100%;}
.news_294 .wrap .wp-tit{margin-bottom:30px;text-align:center;line-height:1.5;overflow:hidden;animation:fadeinT 1s ease-out backwards;}
.news_294 .wrap .wp-tit h2{font-size:35px;color:#333;font-weight:normal;color: #fff;}
.news_294 .wrap .wp-tit h2 a{color:#fff;}
.news_294 .wrap .wp-tit p{font-size:18px;color:#666;color: #fff;}
.news_294 .wrap .com-slide{position:relative;height:398px;}
.news_294 .wrap .com-slide .prev,.news_294 .wrap .com-slide .next{position:absolute;z-index:333;top:170px;width:57px;height:57px;cursor:pointer;}
.news_294 .wrap .com-slide .prev{left:0px;background:url(/skin/images/prev_294.png) no-repeat;}
.news_294 .wrap .com-slide .prev:hover{background-image:url(/skin/images/prev_294_cur.png)}
.news_294 .wrap .com-slide .next{right:0px;background:url(/skin/images/next_294.png) no-repeat;}
.news_294 .wrap .com-slide .next:hover{background-image:url(/skin/images/next_294_cur.png)}
.news_294 .wrap .com-list .item{margin:10px 16px 10px 0;width:200px;height:378px;background:#fff;transition: all 1s;}
.news_294 .wrap .com-list .item .pic{width:200px;height:auto;overflow:hidden;}
.news_294 .wrap .com-list .item .pic img{display:block;width:200px;height:100%;transition: all 1s;}
.news_294 .wrap .com-list .item .text{padding:26px 30px;overflow:hidden;}
.news_294 .wrap .com-list .item .text span{display:block;margin-bottom:4px;height:32px;line-height:32px;font-size:18px;overflow:hidden;}
.news_294 .wrap .com-list .item .text span a{color:#333;}
.news_294 .wrap .com-list .item .text p{font-size:14px;color:#666;height:48px;line-height:24px;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.news_294 .wrap .com-list .item:hover{box-shadow:0 0 8px #fff;}
.news_294 .wrap .com-list .item:hover img{transform:scale(1.1);}
.news_294 .wrap .com-list .item:hover span a{color:#e60009;}

.news_294  .text span{text-align:center;}

.caseimg{height:15rem;}

.mfooter{display:none;}


 /* 栏目页开始 */


/* 培训列表页 */

.navbanner{height:20rem!important;}
.navbanner  .bannertext{left:inherit;text-align: center;}
.navbanner  .bannertext p:nth-child(2){font-variant: all-petite-caps;}







.navtab  .swiper {
  
  position: relative;
 
  
}


.p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
		  margin-top: 6.8rem;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #194572;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        padding: 1px 20px 1px;
  line-height: 20px;
  height: 36px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(/static/images/p102-search-icon1.png) no-repeat center center #194572;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            
            font-weight: normal;
           
        } 
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    


/*Main模板*/
.blk-main{width:1200px; margin: 0 auto;}
.blk-max-main{width:1220px; margin: 0 auto;}
/*小模块*/
.blk-xs{width:240px;}
.blk-min{width: 320px;}
/*中模块*/
.blk-sm{width:930px;}
.blk-max{width: 810px;}
/*小版块*/
.blk{margin-bottom:30px;}




.clear {
  clear: both;
  height: 0;
}
.fr {
  float: right;
}

 .cl-cplb-1nf1-1-01-tit {
            height: 40px;
            border-bottom: 2px solid #d4d4d4;
            margin-bottom: 18px;
        }
        
        .cl-cplb-1nf1-1-01-tit-h2 {
            height: 40px;
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            line-height: 40px;
            padding-right: 24px;
            border-bottom: 2px solid #0c2045;
        }
        
        .cl-cplb-1nf1-1-01 dl {
            border: 1px solid #dedede;
            margin-bottom: 15px;
            padding: 15px 10px 18px 22px;
            background: #fff;
            overflow: hidden;
        }
        
        .cl-cplb-1nf1-1-01 dl:hover {
            border: 1px solid #194572;
        }
        
        .cl-cplb-1nf1-1-01 dt {
            width: 29.4%;
            float: left;
            margin-right: 8.6%;
        }
        
        .cl-cplb-1nf1-1-01 dt img {
            width: 100%; 
            margin: 0 auto;
            display: block;
        }
        .cl-cplb-1nf1-1-01 dd{padding-right:40px;}
        .cl-cplb-1nf1-1-01 dd h4 {
            height: 52px;
            font-weight: normal;
            font-size: 18px;
            color: #154c64;
            line-height: 48px;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .cl-cplb-1nf1-1-01 h4 a {
            height: 52px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-bottom: 4px;
            background: url(../images/p15-icon1.png) repeat-x left bottom;
        }
        
        .cl-cplb-1nf1-1-01 dl:hover h4 a {
            color: #194572;
        }
        
        .cl-cplb-1nf1-1-01-list-desc {
            max-height: 84px;
            font-size: 14px;
            line-height: 28px;
            color: #626262;
            overflow: hidden;
            margin-bottom: 20px;
        }
        
        .cl-cplb-1nf1-1-01-list-deta {
            float: right;
            width: 125px;
            height: 38px;
            display: inline-block;
            border: 1px solid #aaa;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
        }
        
        .cl-cplb-1nf1-1-01 dl:hover .cl-cplb-1nf1-1-01-list-deta {
            background: #194572;
            border-color: #194572;
        }
        
        .cl-cplb-1nf1-1-01 dl:hover .cl-cplb-1nf1-1-01-list-deta a {
            color: #fff;
        }




.headline-n118m-4 {
	background: #f2f2f2;
	padding: 10px 15px;
	margin-bottom: 20px;
	
}
.headline-n118m-4 i {
	width: 10px;
	height: 25px;
	display: inline-block;
	background: #002d57;
	float: left;
	margin-right: 20px;
	transform: skewX(-150deg);
	border-radius: 0px 5px;
}
.headline-n118m-4 h2 {
	
	margin: 0;
	color: #002d57;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: capitalize
}
@media(max-width:768px) {
.headline-n118m-4 {
	padding: 5px 15px
}
.headline-n118m-4 h2 {
	padding: 6px 8px
}
}

.p12-curmbs-1{padding: 10px 0px;}



.headline-n118m-5 {
	background: #002d57;
	padding: 10px 15px
}
.headline-n118m-5 i {
	width: 10px;
	height: 25px;
	display: inline-block;
	background: #fff;
	float: left;
	margin-right: 20px;
	transform: skewX(-150deg);
	border-radius: 0px 5px;
}
.headline-n118m-5 h2 {
	padding: 0px 0px;
	margin: 0;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: capitalize
}
@media(max-width:768px) {
.headline-n118m-5 {
	padding: 5px 15px
}
.headline-n118m-5 h2 {
	padding: 6px 8px
}
}



.product-category-n113m-1 {
	width: 100%;
	border: 1px solid #f2f2f2;
	border-top: 0;
	padding: 10px 20px 25px 20px;
	margin-bottom: 30px;
	background: #fff;
	font-size: 1.1rem
}
.product-category-n113m-1 ul {
	overflow: hidden;
	list-style: none;
	padding: 0
}
.product-category-n113m-1 .lv1 {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0
}
.product-category-n113m-1 .sub {
	display: none;
	padding: 10px 10px 10px 15px
}
.product-category-n113m-1 .sub a {
	padding: 6px 0 6px 10px;
	margin: 0;
	display: inline-block;
	padding-left: 15px;
	font-size: 1.2rem
}
.product-category-n113m-1 .sub a:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 1px;
	top: 12px;
	display: inline-block;
	background: #505050
}
.product-category-n113m-1 a, .product-category-n113m-1 .expand {
	line-height: 24px;
	position: relative;
	color: #505050;
	text-decoration: none
}
.product-category-n113m-1 .expand {
	width: 20px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	float: right
}
.product-category-n113m-1 .expand:hover {
	color: #002d57
}
.product-category-n113m-1 .open {
	transform: rotate(-150deg)
}
.product-category-n113m-1 .active a, .product-category-n113m-1 a:hover {
	color: #7eb01a
}
.product-category-n113m-1 .active a:before, .product-category-n113m-1 a:hover:before {
	background: #002d57
}
@media(max-width:768px) {
.product-category-n113m-1 {
	padding: 5px 20px 15px 20px
}
}

.contact-info-n114m-1 {
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	font-size: 1.4rem
}
.contact-info-n114m-1 .pb {
	color: #fff;
	overflow: hidden;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column
}
.contact-info-n114m-1 .box {
	text-align: center;
	padding: 10px 20px 0 20px;
	display: flex;
	align-items: center
}
.contact-info-n114m-1 .box .multi a {
	margin: 2px 0
}
.contact-info-n114m-1 .imco {
	font-size: 1.3rem;
	line-height: 1;
	margin-right: 15px;
	color: #002d57
}
.contact-info-n114m-1 .box-right {
	text-align: left
}
.contact-info-n114m-1 .box-right p {
	color: #002d57;
	font-size: 1.3rem;
	margin: 8px 0;
	line-height: 1.576;
	text-transform: uppercase
}
.contact-info-n114m-1 .box-right a {
	color: #888;
	text-decoration: none;
	display: block;
	overflow: hidden;
	word-break: break-word;
	font-size: 1.2rem;
	line-height: 2.5rem
}
.contact-info-n114m-1 .box-right a:hover {
	color: #e5e5e5
}

.contact-info-n114m-1 .box-right{margin-left:10px;}


.contact-info-n114m-1 .box-right p {
 
  margin: 10px 0px 0px 0px;
   

}



.listpxnav{display:none;}






.neiyepx .container{padding:0px;}
.neiyepx   h2 i{color:#1a4673;}
.neiyepx .content{width:1200px;margin: 0 auto;}
.neiyepx {width:100%;}



.listcpwrj dl{width:32.9%;display: inline-flex;padding:10PX;}

.listcpwrj  dl dt{width:100%;}
.listcpwrj  dl dt a img{width:100%;}


.listcpwrj  dl dt a p{text-align:center;font-weight: 500;
  font-size: 1.2rem;}

.neiyecpk{margin-top:0px;}





.single-product-description-area{margin-top:20px;}


/* 服务 */


.fw1{padding-top: 40px;}
.fw1 .bt,.fw2 .bt,.fw3 .bt,.fw4 .bt,.fw5 .bt{text-align:center;font-size: 36px;color: #2f2f2f;font-weight: bold;line-height: 50px;}
.fw1 .con{margin-top: 35px;}

.fw1 .con li {
  float: left;
  width: 24%;
  height: 217px;
  position: relative;
  margin-right: px;
  display: inline flow-root list-item;
  margin: 5.5px;
}


.fw1 .con li p{position: absolute;width: 100%;left: 0;bottom: 0;color: #fff;font-size: 18px;line-height: 48px;background: rgba(0,0,0,0.4);padding: 0 20px;}
.fw1 .con li:last-of-type{margin-right: 0;}
.fw1 .text{font-size: 16px;color: #2f2f2f;line-height: 1.8;padding: 20px 0;}
.fw2{padding: 30px 0;}
.fw2 .con{margin-top: 50px;}
.fw2 .con .picture{width: 540px;overflow: hidden;}
.fw2 .con .text{width: 620px;font-size: 16px;color: #2f2f2f;line-height: 1.7;}
.fw2 .con .text dl{margin-bottom: 20px;}
.fw2 .con .text dl span{font-weight: bold;}
.fw3{padding: 30px 0;}
.fw3 .con{position: relative;margin-top: 30px;padding: 0 5vw;}
.fw3 .con .picture{width: 440px;overflow: hidden;}
.fw3 .con .text{width: 520px;font-size: 16px;color: #333333;line-height: 1.8;padding: 10px 0;}
.fw3 .con .text h3{font-size: 24px;padding: 15px 0;}
.fw3 .prev-al{width: 62px;height: 146px;left: 0;outline: none;top: 30%;}
.fw3 .next-al{width: 62px;height: 146px;right: 0;outline: none;top: 30%;}
.fw4{padding: 30px 0;}
.fw4 .con{margin-top: 50px;}
.fw4 .con li{float: left;width: 232px;height: 268px;background: #f5f5f5;text-align: center;padding: 30px 22px 0;font-size: 14px;color: #333333;line-height: 22px;margin-right: 10px;margin-bottom: 10px;}
.fw4 .con li strong{font-size: 36px;line-height: 50px;}
.fw4 .con li h3{font-size: 20px;}
.fw4 .con li p{width: 100%;background: #dcdcdc;padding: 7px 20px;margin-top: 14px;}
.fw4 .con li:nth-child(5n+5){margin-right: 0;}
.fw4 .con li .more{width: 80%;margin: 24px auto;font-size: 20px;color: #ffffff;line-height: 46px;background: #194572;border-radius:30px;}
.fw4 .con li:last-of-type{padding-top: 90px;}
.fw5{padding: 30px 0 80px;}
.fw5 .con{margin-top: 40px;}
.fw5 .con li{float: left;width: 290px;height: 290px;position: relative;text-align: center;margin-right: 13px;}
.fw5 .con li .text{position:absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.5);color: #fff;line-height: 2;padding-top: 85px;}
.fw5 .con li .text h3{font-size: 20px;margin-top: 18px;}
.fw5 .con li .text h3:before{content: "";display:block;width: 40px;height: 2px;background: #fff;margin: 8px auto;}
.fw5 .con li .word{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: #194572;color: #fff;font-size: 16px;line-height: 1.7;text-align: left;padding: 40px 30px 0;opacity: 0;visibility: hidden;transition: all 0.4s ease-in-out;}
.fw5 .con li .word h3{font-size: 20px;line-height: 2;margin-bottom: 13px;}
.fw5 .con li .word h3:after{content: "";display: block;width: 40px;height: 2px;background: #fff;}
.fw5 .con li:hover .word{opacity: 1;visibility: inherit;transition: all 0.4s ease-in-out;}
.fw5 .con li:last-of-type{margin-right: 0;}



.fwlm{text-align: center;margin-top: 35px;}
.fwlm li{display: inline-block;width: 140px;line-height: 46px;text-align: center;border: 2px solid #e2e2e2;font-size: 18px;color: #333333;}

.fwlm li.on{background: #194572;color: #fff;border: 2px solid #194572;}



.fw1  li {
  list-style: none;
}


.fw4  li {
  list-style: none;
}

.fw4 .con li {
  float: left;
  width: 19.6%;
  height: 268px;
  background: #f5f5f5;
  text-align: center;
  padding: 30px 22px 0;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline flow-root list-item;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}





/* 服务展示 */




.floor_6_3{display:block; clear:left; width:1200px; margin-top:50px;}
.floor_6_3 .parHd{height:45px; width:1200px; position:relative;}
.floor_6_3 .parHd s{display:block;width: 410px;height:1px;background-color:#eee;position:absolute;left:0;top:22px;}
.floor_6_3 .parHd b{display:block;width: 410px;height:1px;background-color:#eee;position:absolute;right:0;top:22px;}
.floor_6_3 .parHd ul{display:block; width:100%; height:45px; margin:0 auto;}
.floor_6_3 .parHd ul li{width:19%;height:43px;float:left;border:#eee solid 1px;background-color:#fff;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;display: flex;text-align:center;margin:5px}
.floor_6_3 .parHd ul li a{display:block; font-size:16px; color:#333; line-height:43px; text-align:center;width: 100%;}
.floor_6_3 .parHd ul li:hover,.floor_6_3 .parHd ul li.on{background-color:#005197; border:#005197 solid 1px;}
.floor_6_3 .parHd ul li:hover a,.floor_6_3 .parHd ul li.on a{color:#fff;}

.floor_6_3 .parBd{width:1200px; height:214px;margin-top:50px;}
.floor_6_3 .parBd .slideBox{width:1200px; height:214px; position:relative;}
.floor_6_3 .parBd .slideBox .sPrev{width:40px; height:90px; background-color:#ddd; position:absolute; left:-58px; top:62px;}
.floor_6_3 .parBd .slideBox .sNext{width:40px; height:90px; background-color:#ddd; position:absolute; right:-58px; top:62px;}
.floor_6_3 .parBd .slideBox .sPrev:hover,.floor_6_3 .parBd .slideBox .sNext:hover{background-color:#343d44;}
.floor_6_3 .parBd .slideBox .sPrev span{width:14px; height:26px; background-position:-51px -158px; margin-top:32px; margin-left:13px;}
.floor_6_3 .parBd .slideBox .sNext span{width:14px; height:26px; background-position:-69px -158px; margin-top:32px; margin-left:13px;}
.floor_6_3 .parBd .slideBox ul{width:1200px; height:214px;}
.floor_6_3 .parBd .slideBox ul li{float:left; width:290px; height:214px; position:relative; margin-right:13px; overflow:hidden; text-align:center;}
.floor_6_3 .parBd .slideBox ul li img{width:290px; height:214px; background-size:100%;transition: all .36s ease;}
.floor_6_3 .parBd .slideBox ul li p{position:absolute; left:0; bottom:0; width:290px; height:36px; background:url(../images/t13_03.png); font-size:14px; color:#fff; line-height:36px;background: rgba(0,0,0,0.4);}
.floor_6_3 .parBd .slideBox ul li:hover img{-webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08);}




.floor_6_3  .icon {
  background: url(/static/images/icon2.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  display: inline-block;
  vertical-align: middle;
}





.i_box2 {

 
  padding: 0px 0px 50px 0px;
}

.i_box2_content {
  width: 100%;
}

.i_box2_content .text {
  width: 100%;
  margin-top: 50px;
}

.i_box2_content .text .fl {
  width: 600px;
}

.i_box2_content .text .fl img {
  width: 600px;
  height: 646px;
}

.i_box2_content .text .fr {
  width: 685px;
  background: #fff;
  height: 530px;
  margin-top: 58px;
  margin-left: -85px;
}

.i_box2_content .text .fr .list {
  width: 100%;
  padding-top: 65px;
}

.i_box2_content .text .fr .list ul li {
  float: left;
  height: 100px;
}

.i_box2_content .text .fr .list ul li img {
  width: 86px;
  margin-left: -43px;
  float: left;
  margin-right: 40px;
}

.i_box2_content .text .fr .list ul li p {
  float: left;
  padding-top: 10px;
  width: 580px;
}

.i_box2_content .text .fr .list ul li p i {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #555;
  display: block;
}

.i_box2_content .text .fr .list ul li p span {
  font-size: 14px;
  color: #888888;
  display: block;
  margin-top: 10px;
      float: initial;
}

.i_box2_content .text .fl img {
  width: 600px;
  height: 646px;
}

.i_box2_content .text .fl {
  width: 600px;float: left;
}



.i_box2_content .text .fr {
  width: 685px;
  background: #fff;
  height: 530px;
  margin-top: 58px;
  margin-left: -85px;float: right;
}

/* 学员求职 */

.k12-gl-gslb-3nf1-1-01{margin: 50px 0;}
.k12-gl-gslb-3nf1-1-01-left dl{width: 22%;float: left;margin: 0 4% 15px 0}
.k12-gl-gslb-3nf1-1-01-left dl:nth-child(4n+4){margin-right: 0;}
.k12-gl-gslb-3nf1-1-01-left dt{background: #fff;max-height: 233px;height: 13vw;overflow: hidden;}
.k12-gl-gslb-3nf1-1-01-left dt.coach{height: 385px;}
.k12-gl-gslb-3nf1-1-01-left dd.desc{width: 100%;background: #194572;color: #fff;padding: 25px 30px 15px;}
.k12-gl-gslb-3nf1-1-01-left dd.desc h4{text-align: left;color: #fff!important;padding: 0;}
.k12-gl-gslb-3nf1-1-01-left dd.desc h4 a{text-align: left;color: #fff!important;padding: 0;}
.k12-gl-gslb-3nf1-1-01-left dd h4{font-size: 18px;line-height: 1.8;color: #333333;text-align: center;padding: 10px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.fancybox-wrap{width: 1000px;margin: 0 auto;background: #fff;position: fixed;left: 50%;margin-left: -500px;top: 25%;z-index: 9999;padding: 50px 50px;display: none;}
.fancybox-outer .fancybox-inner{width: 390px;height: 388px;overflow: hidden;}
.fancybox-outer .info{margin-left: 50px;width: 440px;padding-top: 20px;}
.fancybox-outer .info .w-1{font-size: 36px;color: #194572;font-weight: bold;line-height: 1.6;}
.fancybox-outer .info .w-1 span{display: inline-block;margin-right: 20px;}
.fancybox-outer .info .w-2{font-size: 20px;color: #404248;line-height: 1.7;font-weight: bold;border-bottom: 1px solid #e4e6e8;padding: 11px 0;}
.fancybox-outer .info .w-3{font-size: 14px;line-height: 1.8;color: #666666;padding-top: 16px;}
.fancybox-outer .info .more{width: 220px;height:58px;line-height: 58px;text-align: center;background: #194572;color: #fff;font-size: 22px;border-radius:30px;margin-top: 50px;}

.fancybox-outer .info .more a{color: #fff;}

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
    background-color: rgb(0, 0, 0);
  z-index: 1100;
  display: none;
  background-color: rgba(0,0,0,0.6) !important;
  opacity: 1 !important;
}
#fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 49px;
  background: url(/static/images/ico-49.png) no-repeat;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-wrap{display:none!important;}
#fancybox-tmp{display:none!important;}





/* 加入我们 */



/*加入我们*/

#join  .container {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
#join .join-box {margin-top:50px;margin-bottom:60px;background-color:#fff;padding-top:50px;box-shadow:0px 8px 36.8px 3.2px rgba(0,0,7,0.08);}
#join .join-box .join-nav {display:flex;align-items:center;justify-content:center;}
#join .join-box .join-nav .item {width:140px;height:50px;line-height:50px;font-size:16px;color:#666;border:1px solid #eee;text-align:center;display:block;margin-right:20px;}
#join .join-box .join-nav .item.active,#join .join-box .join-nav .item:hover {background-color:#0f6ab4;border:1px solid #0f6ab4;color:#fff;}
#join .join-box .text {font-size:16px;color:#888;text-align:center;margin-top:20px;line-height:30px;}
#join .join-box .join-select {padding:0 40px 30px;display:flex;align-items:center;justify-content:space-between;margin-top:35px;border-bottom:1px solid #eee;}
#join .join-box .join-select input {width:28%;height:50px;border:1px solid #eee;caret-color:#0f6ab4;padding-left:30px;}
#join .join-box .join-select input:focus {border:1px solid #0f6ab4;box-shadow:0px 0px 10px 0px rgba(0,66,120,0.2);}
#join .join-box .join-select .select {width:28%;height:50px;border:1px solid #eee;background-image:url("../images/munder.png");background-repeat:no-repeat;background-position:right 30px center;background-size:13px 8px;}
#join .join-box .join-select .select select {width:100%;height:100%;background-color:transparent;border:0;padding-left:30px;}
#join .join-box .join-select .select select option {border:1px solid #eee;}
#join .join-box .join-select .btn {width:100px;height:50px;line-height:50px;font-size:16px;color:#fff;border:0;background-color:#0f6ab4;}
#join .join-box .join-list {width:100%;padding:40px 40px;}
#join .join-box .join-list li {margin-bottom:10px;}
#join .join-box .join-list li .recruit-top {width:100%;height:70px;padding:0px 30px;display:flex;align-items:center;justify-content:space-between;background:#f7f7f7;cursor:pointer;font-size:14px;box-sizing:border-box;transition:all .5s ease-out;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;}
#join .join-box .join-list li .recruit-top > div {color:#666666;width:25%;}
#join .join-box .join-list li .recruit-top > div span {color:#333;}
#join .join-box .join-list li .recruit-top > div:nth-of-type(2) {text-align:center;}
#join .join-box .join-list li .recruit-top > div:nth-of-type(3) {text-align:center;}
#join .join-box .join-list li .recruit-top > div:nth-of-type(4) {text-align:center;}
#join .join-box .join-list li .recruit-top > div:nth-of-type(5) {text-align:right;}
#join .join-box .join-list li .recruit-top:hover {background:#0f6ab4;}
#join .join-box .join-list li .recruit-top:hover > div {color:#fff;}
#join .join-box .join-list li .recruit-top:hover > div span {color:#fff;}
#join .join-box .join-list li .active {background:#0f6ab4;}
#join .join-box .join-list li .active > div {color:#fff;}
#join .join-box .join-list li .active > div span {color:#fff;}
#join .join-box .join-list li .recruit-content {width:100%;padding:0px 30px 50px;box-sizing:border-box;display:none;}
#join .join-box .join-list li .recruit-content .t1 {color:#333;font-size:18px;padding-bottom:25px;padding-top:25px;}
#join .join-box .join-list li .recruit-content .content p {line-height:2em;color:#666;font-size:14px;}
#join .join-box .join-list li .recruit-content .zhaopin-box {padding-top:20px;margin-top:25px;border-top:1px solid #eee;}
#join .join-box .join-list li .recruit-content .zhaopin-box .tt {color:#666;font-size:14px;line-height:2em;}
#join .join-box .join-list li .recruit-content .join-in {width:180px;height:50px;line-height:50px;color:#fff;display:inline-block;font-size:14px;text-align:center;background:#0f6ab4;margin-top:35px;}




/* 招聘 */
.zpdes{color: rgb(102, 102, 102);}



.zpicoon{width:30px;}


.zpicoon1  {background:url(/skin/images/lou.png) center center;
background-size: cover;    
opacity: 1;
height:24px;display: inline-block;
  vertical-align: middle;
  width: 24px;
} 
.zpicoon2{background:url(/skin/images/weizhi.png) center center;
background-size: cover;    
opacity: 1;
height:24px;display: inline-block;
  vertical-align: middle;
  width: 24px;
} 
.zpicoon3{background:url(/skin/images/renshu.png)  center center;
background-size: cover;    
opacity: 1;
height:24px;display: inline-block;
  vertical-align: middle;
  width: 24px;
}  

 .join-list li:hover .zpicoon1 {background:url(/skin/images/lou_on.png) center center;background-size: cover;    
opacity: 1;
height:24px;display: inline-block;
  vertical-align: middle;
  width: 24px;} 
 .join-list li:hover  .zpicoon2  {background:url(/skin/images/weizhi_on.png) center center;background-size: cover;    
opacity: 1;
height:24px;display: inline-block;
  vertical-align: middle;
  width: 24px;} 
 .join-list li:hover  .zpicoon3 {background:url(/skin/images/renshu_on.png) center center;background-size: cover;    
opacity: 1;
height:24px;display: inline-block;
  vertical-align: middle;
  width: 24px;} 

/* 新闻列表 */


.allm{text-align: center;line-height: 58px;background: #f5f5f5;}
.allm li{display: inline-block;font-size: 18px;color: #333333;}
.allm li.on a{display: inline-block;color: #194572;border-bottom: 2px solid #194572;}
.allm li:hover a{color: #194572;}
.allm li:after{content: " / ";display: inline-block;margin:0 25px;}
.allm li:last-of-type:after{content: "";display: none;}

.case{padding: 10px 0 50px;}
.case .con{width: 68.5%;}
.case .row{border: 1px solid #dedede;padding: 20px 15px;transition: all 0.3s ease-in-out;margin-bottom: 20px;}
.case .row .picture{width: 30%;overflow: hidden;max-height:240px;}
.case .row .text{width: 70%;font-size: 14px;color: #666666;line-height: 1.7;}
.case .row .text h3{font-size: 18px;color: #000000;padding: 12px 0;}
.case .row .text p{text-indent: 2em;margin-bottom: 45px;}
.case .row .text .more{display: block;float: right;width: 145px;line-height: 44px;text-align: center;background: #f5f5f5;border-radius:30px;font-size: 16px;color: #000000;transition: all 0.3s ease-in-out;}
.case .row:hover{background: #f5f5f5;transition: all 0.3s ease-in-out;}
.case .row:hover .more{background: #194572;color: #fff;transition: all 0.3s ease-in-out;}
.al-right{width: 30%;}
.al-right .box{border: 1px solid #dfdfdf;padding: 15px 15px;margin-bottom: 20px;}
.al-right .box .bt{font-size: 17px;color: #333333;line-height: 2;margin-bottom: 13px;}
.al-right .box li{font-size: 14px;color: #000000;line-height: 1.8;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin: 9px 0;}
.al-right .box li i{width: 20px;line-height: 20px;background: #c9c9c9;color: #fff;text-align: center;margin-right: 8px;font-size: 12px;  display: inline flow-root list-item;}
.al-right .box li:nth-child(1) i{background: #ec0000;}
.al-right .box li:nth-child(2) i{background: #ff720b;}
.al-right .box li:nth-child(3) i{background: #ffc80b;}

.case .con .clearfix a {
  float: left;display: contents;
}


.case .con .clearfix {
  margin-left:0;margin-right:0;
}


.lr {
  float: right;
}


.al-right .box {
  border: 0px solid #dfdfdf;
  padding: 0px;

}


.s-main .s-form {
	float: left;
	line-height: 68px;
	margin: 10px
}

.s-main .s-form input {
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	padding: 0 0 0 15px;
	line-height: 40px;
	width: 225px
}

.s-main .s-form button {
	border: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 100px;
	height: 42px;
	background: #009a94;
	color: #fff;
	line-height: 42px;
}

.s-main .s-form button{	background: #002d57;;}


.case  .container{padding:0px;}




/* 首页导航优化 */

.container-1733  .main-menu > ul>li {
 margin: 0px; 
}




.container-1733   .main-menu > ul {
   
    display: flex;
}


.container-1733  .sub-menu {
	
	white-space: nowrap;
	
}

/* 新闻内容 */



  .p102-info-blk {
        width: 68.5%;
		float:left;
        border: 1px solid #f0f0f0;
        background: #fff;
    }
    
    .p102-info-blk-con {
        padding: 47px 40px 52px;
    }
    
    .p102-info-blk-title {
        height: auto;
        line-height: 60px;
        font-size: 30px;
        font-weight: normal;
        color: #1a1a1a;
        margin-bottom: 12px;
    }
    
    .p102-info-blk-bool {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        color: #999999;
        padding-bottom: 7px;
        border-bottom: 1px solid #dedede;
    }
    
    .p102-info-blk-bool i {
        font-style: normal;
        margin: 0 15px;
    }
    
    .p102-info-content {
        font-size: 16px;
        line-height: 32px;
        color: #4c4c4c;
        padding: 10px 0 0;
    }
    
    .p102-info-key {
        line-height: 28px;
        font-size: 14px;
        color: #666666;
        padding-top: 5px;
    }
    
    .p102-info-key span {
        margin-right: 10px;
    }
    
    .p102-info-blk-paging {
        border-top: 1px solid #dedede;
        height: 62px;
    }
    
    .p102-info-blk-paging dl {
        height: 62px;
        position: relative;
        padding: 0 68px;
    }
    
    .p102-info-blk-paging dl:before {
        content: '';
        position: absolute;
        width: 1px;
        background: #dedede;
        left: 50%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-info-blk-paging dd {
        width: 50%;
        height: 62px;
        line-height: 62px;
        font-size: 14px;
        color: #1a1a1a;
        position: relative;
    }
    
    .p102-info-blk-paging dd span {
        float: left;
        width: 60px;
        height: 62px;
    }
    
    .p102-info-blk-paging dd a {
        float: left;
        width: 260px;
        height: 62px;
        color: #1a1a1a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-blk-paging dd.items-prev:before {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #b3b3b3;
        border-style: solid none none solid;
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
    }
    
    .p102-info-blk-paging dd.items-next {
        padding-left: 110px;
    }
    
    .p102-info-blk-paging dd.items-next:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #b3b3b3;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        right: -30px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .p102-info-blk-paging dd:hover a {
        color: #194572;
    }


    .p102-info-fdh-2 {
        width: 30%;
    }
    
    .p102-pro-related {
        padding: 30px 19px;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 10px;
    }
    
    .p102-pro-related-title {
        font-weight: normal;
        padding: 0 70px 10px 0;
        position: relative;
    }
    
    .p102-pro-related-title span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        color: #333333;
    }
    
    .p102-pro-related-title:before {
        content: '';
        position: absolute;
        width: 36px;
        height: 2px;
        background: #194572;
        left: 0;
        bottom: 2px;
    }
    
    .p102-pro-related-title a {
        position: absolute;
        width: 23px;
        height: 23px;
        font: 22px/23px å®‹ä½“;
        color: #8f8f8f;
        text-align: center;
        border: 1px solid #d2d2d2;
        border-radius: 100%;
        right: 10px;
        top: 8px;
    }
    
    .p102-pro-related-title a:hover {
        color: #194572;
        border-color: #194572;
    }
    
    .p102-pro-related-list {
        padding-top: 28px;
    }
    
    .p102-pro-related-list dl {
        margin-bottom: 13px;
    }
    
    .p102-pro-related-list dt img,
    .p102-pro-related-list dt a {
        display: block;
        width: 100%;
        position: relative;
    }
    
    .p102-pro-related-list dt em {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 0;
        display: none;
    }
    
    .p102-pro-related-list dt i {
        position: absolute;
        width: 42px;
        height: 42px;
        background: #194572;
        border-radius: 100%;
        left: 50%;
        margin-left: -21px;
        top: 50%;
        margin-top: -25px;
        z-index: 1;
    }
    
    .p102-pro-related-list dt i:after {
        content: "";
        width: 9px;
        height: 9px;
        border: 1px solid #fff;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .p102-pro-related-list dd {
        padding-top: 7px;
    }
    
    .p102-pro-related-list dd h4 {
        font-weight: normal;
    }
    
    .p102-pro-related-list dd h4 a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #4c4c4c;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-pro-related-list dl:hover dt em {
        display: block;
    }


    .p102-info-label {
        padding: 30px 10px 0 19px;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }
    
    .p102-info-label-list {
        padding: 15px 0;
    }
    
    .p102-info-label-list a {
        float: left;
        padding: 0 16px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
        color: #4c4c4c;
        border: 1px solid #e6e6e6;
        margin: 0 5px 5px 0;
        border-radius: 3px;
    }
    
    .p102-info-label-list a:hover {
        color: #194572;
        border-color: #194572;
    }


    .p102-info-label-more {
        width: 140px;
        height: 50px;
        line-height: 50px;
        background: #194572;
    }
    
    .p102-info-label-more a {
        display: block;
        height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }


    .p102-info-related {
        padding: 30px 0 0;
    }
    
    .p102-info-1-title {
        height: 48px;
        line-height: 48px;
        font-weight: normal;
        font-size: 28px;
        color: #194572;
        padding-bottom: 10px;
        position: relative;
    }
    
    .p102-info-1-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #194572;
        left: 0;
        bottom: -1px;
        z-index: 1;
    }
    
    .p102-info-related-list {
        padding: 29px 0;
        background: #fff;
        border: 1px solid #f0f0f0;
        position: relative;
    }
    
    .p102-info-related-list:after {
        content: '';
        position: absolute;
        width: 1px;
        background: #dedede;
        left: 50%;
        top: 29px;
        bottom: 29px;
        z-index: 1;
    }
    
    .p102-info-related-list dl {
        float: left;
        width: 50%;
        padding: 0 29px;
        position: relative;
    }
    
    .p102-info-related-list dt {
        width: 220px;
    }
    
    .p102-info-related-list dt a,
    .p102-info-related-list dt img {
        width: 100%;
        display: block;
    }
    
    .p102-info-related-list dd {
        position: absolute;
        padding-top: 22px;
        left: 280px;
        right: 29px;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-info-related-list dd h4 {
        height: 34px;
        line-height: 34px;
        font-weight: normal;
        margin-bottom: 6px;
    }
    
    .p102-info-related-list dd h4 a {
        display: inline-block;
        width: 100%;
        height: 34px;
        font-size: 20px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-related-list dd p {
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-info-related-list dd p a {
        color: #333333;
    }
    
    .p102-info-related-list dl:hover dd h4 a {
        color: #194572;
    }


    .p102-info-latest {
        padding: 30px 0 80px;
    }
    
    .p102-info-latest ul {
        padding: 29px 39px;
        border: 1px solid #f0f0f0;
        position: relative;
        background: #fff;
    }
    
    .p102-info-latest li {
        float: left;
        width: 530px;
    }
    
    .p102-info-latest li h4 {
        height: 36px;
        padding-left: 25px;
        position: relative;
        line-height: 36px;
        font-weight: normal;
    }
    
    .p102-info-latest li h4:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        border: 2px solid #194572;
        left: 0;
        top: 50%;
        margin-top: -4px;
    }
    
    .p102-info-latest li h4 a {
        display: inline-block;
        max-width: 400px;
        height: 36px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .p102-info-latest li h4:hover a {
        color: #194572;
    }
    
    .p102-info-latest li h4:hover:before {
        border-color: #194572;
    }
    
    .p102-info-latest li h4:hover:after {
        background: #194572;
    }
    
    .p102-info-latest li h4 em {
        float: right;
        width: 90px;
        height: 36px;
        font-family: Arial;
        color: #808080;
        text-align: right;
        font-style: normal;
    }
    
    .p102-info-latest li.last {
        margin-left: 60px;
    }
    
    .p102-info-latest li.last:before {
        content: '';
        position: absolute;
        width: 1px;
        left: 50%;
        top: 22px;
        bottom: 22px;
        background: #dedede;
        z-index: 1;
    }
	
	
	/* 新闻右侧 */ .p102-info-fdh-2 {
        width: 30%;
    }
    
    .p102-pro-related {
        padding: 30px 19px;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 10px;
    }
    
    .p102-pro-related-title {
        font-weight: normal;
        padding: 0 70px 10px 0;
        position: relative;
    }
    
    .p102-pro-related-title span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        color: #333333;
    }
    
    .p102-pro-related-title:before {
        content: '';
        position: absolute;
        width: 36px;
        height: 2px;
        background: #194572;
        left: 0;
        bottom: 2px;
    }
    
    .p102-pro-related-title a {
        position: absolute;
        width: 23px;
        height: 23px;
        font: 22px/23px å®‹ä½“;
        color: #8f8f8f;
        text-align: center;
        border: 1px solid #d2d2d2;
        border-radius: 100%;
        right: 10px;
        top: 8px;
    }
    
    .p102-pro-related-title a:hover {
        color: #194572;
        border-color: #194572;
    }
    
    .p102-pro-related-list {
        padding-top: 28px;
    }
    
    .p102-pro-related-list dl {
        margin-bottom: 13px;
    }
    
    .p102-pro-related-list dt img,
    .p102-pro-related-list dt a {
        display: block;
        width: 100%;
        position: relative;
    }
    
    .p102-pro-related-list dt em {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 0;
        display: none;
    }
    
    .p102-pro-related-list dt i {
        position: absolute;
        width: 42px;
        height: 42px;
        background: #194572;
        border-radius: 100%;
        left: 50%;
        margin-left: -21px;
        top: 50%;
        margin-top: -25px;
        z-index: 1;
    }
    
    .p102-pro-related-list dt i:after {
        content: "";
        width: 9px;
        height: 9px;
        border: 1px solid #fff;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .p102-pro-related-list dd {
        padding-top: 7px;
    }
    
    .p102-pro-related-list dd h4 {
        font-weight: normal;
    }
    
    .p102-pro-related-list dd h4 a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #4c4c4c;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-pro-related-list dl:hover dt em {
        display: block;
    }


    .p102-info-label {
        padding: 30px 10px 0 19px;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }
    
    .p102-info-label-list {
        padding: 15px 0;
    }
    
    .p102-info-label-list a {
        float: left;
        padding: 0 16px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
        color: #4c4c4c;
        border: 1px solid #e6e6e6;
        margin: 0 5px 5px 0;
        border-radius: 3px;
    }
    
    .p102-info-label-list a:hover {
        color: #194572;
        border-color: #194572;
    }


    .p102-info-label-more {
        width: 140px;
        height: 50px;
        line-height: 50px;
        background: #194572;
    }
    
    .p102-info-label-more a {
        display: block;
        height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }


    .p102-info-related {
        padding: 30px 0 0;
    }
    
    .p102-info-1-title {
        height: 48px;
        line-height: 48px;
        font-weight: normal;
        font-size: 28px;
        color: #194572;
        padding-bottom: 10px;
        position: relative;
    }
    
    .p102-info-1-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #194572;
        left: 0;
        bottom: -1px;
        z-index: 1;
    }
    
    .p102-info-related-list {
        padding: 29px 0;
        background: #fff;
        border: 1px solid #f0f0f0;
        position: relative;
    }
    
    .p102-info-related-list:after {
        content: '';
        position: absolute;
        width: 1px;
        background: #dedede;
        left: 50%;
        top: 29px;
        bottom: 29px;
        z-index: 1;
    }
    
    .p102-info-related-list dl {
        float: left;
        width: 50%;
        padding: 0 29px;
        position: relative;
    }
    
    .p102-info-related-list dt {
        width: 220px;
    }
    
    .p102-info-related-list dt a,
    .p102-info-related-list dt img {
        width: 100%;
        display: block;
    }
    
    .p102-info-related-list dd {
        position: absolute;
        padding-top: 22px;
        left: 280px;
        right: 29px;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-info-related-list dd h4 {
        height: 34px;
        line-height: 34px;
        font-weight: normal;
        margin-bottom: 6px;
    }
    
    .p102-info-related-list dd h4 a {
        display: inline-block;
        width: 100%;
        height: 34px;
        font-size: 20px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-related-list dd p {
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-info-related-list dd p a {
        color: #333333;
    }
    
    .p102-info-related-list dl:hover dd h4 a {
        color: #194572;
    }


    .p102-info-latest {
        padding: 30px 0 80px;
    }
    
    .p102-info-latest ul {
        padding: 29px 39px;
        border: 1px solid #f0f0f0;
        position: relative;
        background: #fff;
		display:inline-block;
    }
    
    .p102-info-latest li {
        float: left;
        width: 530px;
    }
    
    .p102-info-latest li h4 {
        height: 36px;
        padding-left: 25px;
        position: relative;
        line-height: 36px;
        font-weight: normal;
    }
    
    .p102-info-latest li h4:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        border: 2px solid #194572;
        left: 0;
        top: 50%;
        margin-top: -4px;
    }
    
    .p102-info-latest li h4 a {
        display: inline-block;
        max-width: 400px;
        height: 36px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .p102-info-latest li h4:hover a {
        color: #194572;
    }
    
    .p102-info-latest li h4:hover:before {
        border-color: #194572;
    }
    
    .p102-info-latest li h4:hover:after {
        background: #194572;
    }
    
    .p102-info-latest li h4 em {
        float: right;
        width: 90px;
        height: 36px;
        font-family: Arial;
        color: #808080;
        text-align: right;
        font-style: normal;
		font-size: 1rem;
    }
    
    .p102-info-latest li.last {
        margin-left: 60px;
    }
    
    .p102-info-latest li.last:before {
        content: '';
        position: absolute;
        width: 1px;
        left: 50%;
        top: 22px;
        bottom: 22px;
        background: #dedede;
        z-index: 1;
    }
.p102-info-blk-con {
    padding: 27px 20px 20px;
}

.clearafter .items-next {float:right;}
.clearafter .items-prev {float:left;}



.neiyenews .p102-pro-related{padding:0px;border:0px;}

/* 百科开始 */
.bklist .floor_6_3{    margin-top: 0px;}
.bklist{    padding-top: 10px;}



.ul-imgtxt1{padding-top:49px;padding-bottom:20px}
.ul-imgtxt1:after{content:'';display:block;clear:both;visibility:hidden;width:100%;height:0}
.ul-imgtxt1 li{margin-bottom:30px;padding:10px 28px 10px 10px;position:relative;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.ul-imgtxt1 li:after{content:'';display:block;clear:both;visibility:hidden;width:100%;height:0}
.ul-imgtxt1 .pic{float:left;width:300px;height:200px;margin-right:28px;background-color:#eee}
.ul-imgtxt1 .pic a,.ul-imgtxt1 .pic img{display:block;width:100%;height:100%}
.ul-imgtxt1 .con{overflow:hidden}
.ul-imgtxt1 .con span{display:block;overflow:hidden;margin-bottom:36px;text-align:right;color:#666;font-size:12px;line-height:2.08em;margin-top:2px}
.ul-imgtxt1 .txt{overflow:hidden;font-size:12px;color:#666;line-height:2.08em;padding-right:78px}
.ul-imgtxt1 .txt h3{font-size:24px;line-height:35px;font-weight:400;margin-bottom:18px}
.ul-imgtxt1 .txt h3 a{display:block;color:#1e1e1e;max-height:70px;overflow:hidden}
.ul-imgtxt1 .txt p{max-height:50px;overflow:hidden}
.ul-imgtxt1 .share{position:absolute;right:28px;bottom:20px;opacity:0;filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.ul-imgtxt1 li:hover{background-color:#fff;-webkit-box-shadow:0 0 45px rgba(0,0,0,.05);-moz-box-shadow:0 0 45px rgba(0,0,0,.05);-ms-box-shadow:0 0 45px rgba(0,0,0,.05);-o-box-shadow:0 0 45px rgba(0,0,0,.05);box-shadow:0 0 45px rgba(0,0,0,.05)}
.ul-imgtxt1 li:hover h3 a{color:#194572}
.ul-imgtxt1 li:hover .share{opacity:1;filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'}
.ul-txt1{overflow:hidden;margin-top:49px}
.ul-txt1 li{float:left;margin-right:2px}
.ul-txt1 li a{display:block;width:150px;height:50px;line-height:50px;background-color:#f9f9f9;text-align:center;font-size:14px;color:#1e1e1e}
.ul-txt1 li a:hover,.ul-txt1 li.on a{background-color:#194572;color:#fff}
.ul-imgtxt1.qm{padding-top:30px}


.neiyecp .container{padding:0px;}


/* 关于我们开始   电脑端*/

.indexabout  .floor_6_3 .parHd ul li {
    width: 15.83%;
}



/* 关于我们 */
.column{text-align: center;margin-top: 50px;}
.column li{display: inline-block;width: 168px;height: 56px;border: 1px solid #dedede;line-height: 54px;text-align: center;font-size: 22px;color: #666666;border-radius:3px;margin: 0 7px;cursor:pointer;}
.column li.on,.column li:hover{background: #194572;color: #fff;border: 1px solid #194572;transition: all 0.35s ease-in-out;}
.about_1{padding: 50px 0 80px;}



.about_1 .content{}
.about_1 .content .picture{width: 30%;}
.about_1 .content .text{font-size: 14px;color: #2f2f2f;line-height: 1.8;width: 65%;padding: 0px;}
.about_1 .content .text h3{font-weight: bold;font-size: 30px;color: #194572;margin-bottom: 5px;}
.about_1 .content .text h4{font-size: 18px;margin-bottom: 3px;}
.about_1 .content .text .info_a{}
.about_1 .content .text .info_b{margin-top: 24px;}
.about_1 .content .text .info_c{margin-top: 24px;}
.about_2{width: 100%;background: url(../images/bei-5.jpg) no-repeat center top/cover;padding: 95px 0 90px;}
.about_2 .content{}
.about_2 .content .picture{width: 557px;overflow: hidden;}
.about_2 .content .text{width: 590px;font-size: 14px;color: #656565;line-height: 1.6;padding-top: 5px;}
.about_2 .content .text .w-1{font-size: 18px;color: #333333;margin-bottom: 15px;}
.about_2 .content .text .w-1 span{display: inline-block;font-weight:bold;font-size: 40px;margin-right: 15px;}
.about_2 .content .text p{margin-bottom: 17px;}
.about_3{padding: 70px 0;}
.about_3 .slide2{margin-top: 45px;}
.about_3 .slide2 .str{width: 204px;}
.about_3 .slide2 .str li{display: block;width: 100%;height: 55px;line-height: 55px;text-align: center;background: #f5f5f5;cursor:pointer;font-size: 18px;color: #333333;border-radius:30px;margin-bottom: 34px;    padding: 0;}
.about_3 .slide2 .str li.on{background: #194572;color: #fff;}
.about_3 .slide2 .bd{width: 690px;height: 411px;margin-left: 51px;}
.about_3 .slide2 .bd .box{width: 100%;height: 411px;position: relative;}
.about_3 .slide2 .bd .box .picture{width: 100%;height: 100%;}
.about_3 .slide2 .bd .box .desc{position: absolute;bottom: 0;left: 0;width: 100%;height: 82px;color: #fff;background: rgba(0,0,0,0.4);font-size: 15px;line-height: 1.4;padding: 15px 20px;}
.about_4{width: 100%;background: url(../images/bei-6.jpg) no-repeat center top/cover;padding: 80px 0 105px;}
.about_4 .content{line-height: 1.6;font-size: 18px;background: rgba(255,255,255,0.8);padding: 60px 55px;}
.about_4 .content .w-1{text-align: center;font-weight:bold;font-size: 40px;color: #2f2f2f;margin-bottom: 20px;}
.about_4 .content p{line-height: 1.8;margin-bottom: 25px;}

.n-title{text-align: center;font-size: 24px;color: #333333;line-height: 1.5;}
.n-title h4{font-size: 20px;margin-top: 5px;}
.n-title span{font-weight: bold;font-size: 48px;}
.n-title span em{color: #194572;}
.n-title span.bt{font-size: 40px;}




.imgtext591{display:none!important;}
.imgtext592{display:none!important;}
.imgtext593{display:none!important;}
.imgtext594{display:none!important;}
.imgtext595{display:none!important;}





.company {
    font-size: 24px;
    font-weight: bold;
    color: #024387;
    padding-bottom: 30px
}

.company-us {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 30px
}

.company-us p {
    padding-bottom: 25px
}

.parentFirm img {
    width: 100%
}

.parentFirmUs {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.companyus {
    width: 41%;
    color: #fff
}

.companyTitle {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px
}

.companyus p {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 20px
}
.about {
    padding: 93px 0 109px 0
}

.about-us {
    width: calc(100% - 860px);
	float: left;
}

.about-img {
    width: 774px;
    border-radius: 15px;
	float: right;
}

.about-img img {
    width: 100%;
    height: 519px;
    object-fit: cover;
	
}

.about_3{padding:20px 0px;}
.about_1{padding-bottom:0px;}





/*发展历程*/
.indexabout .history{ width: 100%; position: relative; overflow: hidden; }
.history_line{ width: 2px; background: #cbcbcb; height: 1px; position: absolute; top: 0; left: 50%; margin-left: -1px;transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2.5s;}
.history_line_k{transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;}
.history_div,.history_div1{ width: 604px; overflow: hidden; position: relative; transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) .3s; transform: translateY(60px); opacity: 0; margin-bottom: 30px;}
.history_cont{ width: 393px; height: 373px; border: 10px solid #cbcbcb; float: left; transition: all .3s cubic-bezier(0.4, 0, 0.2, 1); padding: 0 30px; position: relative;}
.history_year{ width: 83px; height: 65px; padding-top: 18px; border: 8px solid #cbcbcb; float: right; background: #fff;transition: all .3s cubic-bezier(0.4, 0, 0.2, 1); text-align: center; color: #5e5e5e;}

.history_div1{ float: right; margin-top: -294px;}
.history_div1 .history_year{ float: left; margin-top: 294px;}
.history_div1 .history_cont{ float: right;}



.move_load{transform: translateY(0); opacity: 1;}
.history_year span{ font-size: 35px;}
.history_year span b{ font-size: 28px; font-weight: 400;}
.history_year i{ font-size: 17px; font-style: normal;}
.history_more{ width: 50px; height: 50px; background: #71bf45; text-align: center; line-height: 50px; color: #fff; border-radius: 50%; margin: 0 auto; position: relative; cursor: pointer;}
.history_cont h3{ font-size: 18px; color: #2b2b2b; padding: 20px 0; font-weight: 400;}
.history_cont p{ color: #6e6e6e;}
.history_cont img{ width: 100%; height: 185px; display: block; margin: 15px auto;}/*Q*/
.history_cont i{ position: absolute; right: -30px; top:30px; font-size: 30px; color: #cbcbcb; transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);}
.history_div1 .history_cont i{ right: auto; left: -30px; top: 324px;}
.pic_text1{ width: 400px; height: 502px; top: 0; background: rgba(0,0,0,.7); color: #fff; padding: 75px 35px 0; box-sizing: border-box;}
.pic_text1 h2{ font-size: 30px; font-weight: 400; margin-bottom: 15px;}
.pic_text1 p{ line-height: 25px; text-align: justify; height: 125px; overflow: hidden;}
.pic_text1 a{ width: 100%; height: 50px; line-height: 50px; text-align: center; font-size: 15px; color: #fff; background: #71bf44; display: block; margin-top: 50px; border-radius: 5px;transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);}




.history_year span {
    font-size: 1.5rem;
}

.history_year i {
    margin-top:20px;
	    display: block;
}

.history_year {
   
    padding-top: 0px;
   
}

.history_line {
    height: 1500px;
}


.history_div, .history_div1 {
width: 53%;}

.history_cont {
width: 80%;   }

.history_year {
    width: 14%;
height: 20%;}

.history_div:hover .history_cont, .history_div1:hover .history_cont {
    border: 10px solid #71bf45;
}

.indexabout  .n-title{margin:30px auto;}


.history_div:hover .history_year, .history_div1:hover .history_year {
    border: 8px solid #71bf45;
    color: #71bf45;
}



/* 愿景 */


.enterprise {
    padding-top: 92px
}

.enterpriseTop {
    padding-bottom: 143px
}


.flex_wrap {
    flex-wrap: wrap;
}
.enterpriseTop-left .title {
    color: #0084c9;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px
}

.enterpriseTop-left .text {
    line-height: 36px;
    color: #242424;
    font-size: 16px
}

.yuanjiun  .wrap {
    max-width: auto;
    width: 100%;
    margin: 0 auto
}


.yuanjiun  .flex {
    display: flex;
	align-items: center;
}

.yuanjiun  .justify-between{justify-content:space-between}
.enterpriseTop-left {
    width: 100%;
    margin-bottom: 29px;
}


.enterpriseTop-right {
    width: 100%;
    background: url(/static/images/hzg.png) repeat-x left bottom #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 48px 0 42px 0;
    box-sizing: border-box
}

.vision {
    background: url(/static/images/vision.png) no-repeat right bottom #fff;
    height: 244px;
    Border-radius: 15px;
    box-sizing: border-box;
    padding: 0 66px;
    width: 49%
}

.mission {
    background: url(/static/images/mission.png) no-repeat right bottom #fff
}

.yuanjiun{background: #E8F1F5;}

.yuanjiun  .values .title {
    color: #0084c9;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}


.yuanjiun   .justify-between {
    justify-content: space-between;
}


 .yuanjiun  .values {
    width: 49%;
    border-right: 1px solid #e1e1e1;
    height: 100%;
    padding: 20px 60px 0 52px;
    box-sizing: border-box;
}


/* 公司荣誉 */

.honor .floor_6_3 .parHd ul li {
width: 15.83%;
}


/* 加盟开始 */

.jiameng .bt{    text-align: center;
    font-size: 36px;
    color: #2f2f2f;
    font-weight: bold;
    line-height: 50px;margin:20px auto;}
	
.jiameng	.desc{background:#fff!important;}

.jiameng	.k12-gl-gslb-3nf1-1-01-left dl{border:1px solid #555;padding:10px;}


.jiameng	dd.desc h4 {text-align: center;color: #000!important;}
.jiameng	dd.desc h4 a{text-align: center;color: #000!important;}
.jiameng	dd.desc p{text-align: center;color: #999!important;}


.jiameng  .k12-gl-gslb-3nf1-1-01-left dl {
    width: 21.5%;}
	
	.jiameng .k12-gl-gslb-3nf1-1-01-left dd.desc {
 
    padding: 20px;
}


.jiameng .fixedImg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


.jiameng  .pding1 {
    padding: 110px 0;
}


.jiameng .fixedImg {
       background-attachment: fixed;
}



.jiameng  .joinPage2 .pageT {
    color: #fff;
}

#joinPage2{height:auto;}

.jiameng .pageT {
    padding-bottom: 45px;
    line-height: 1.5;
}

.jiameng   .inner {
    width: 70%;
    margin: 0 auto;
}

.jiameng .pageT .t {
    position: relative;
    padding: 0 10px;
    font-size: 30px;
    z-index: 1;
}


.jiameng .process-list {
    position: relative;
    color: #fff;
}

.jiameng   .action.tYT50 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.process-list dd {
    position: relative;
    margin-top: 14px;
}

.process-list .num {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    font-family: "GOTHIC13";
    background-color: #194572;
}.process-item {
    position: relative;
    background-color: #194572;
    padding: 18px 2%;
    border-radius: 10px;
    width: 36%;
    transition: .55s cubic-bezier(.23,1,.32,1);
    cursor: pointer;
}

.process-item .icon {
    width: 88px;
    height: 88px;
    display: block;
    font-size: 52px;
    line-height: 88px;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    float: left;
    display: inline-block;
    transition: .3s;
}.process-item .desc {
    padding: 12px 0 12px 125px;
}

.process-item .t {
    font-size: 26px;
    font-weight: normal;
}

.f18 {
    font-size: 18px;
}

.process-item .desc {
    padding: 12px 0 12px 125px;
}
.clearfix:after {
    clear: both;
}

.process-list:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    top: 85px;
    bottom: 85px;
    background-color: #fff;
}

.process-item2 {
    margin-left: 58%;
}

.process-list .num {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    font-family: "GOTHIC13";
    background-color: #194572;
}

.process-list {
    position: relative;
    color: #fff;
}

.process-list  .t {
 
    color: #fff;
	
	
}

.jiamengtab2  .bt{
 
    color: #fff;
	margin:20px auto;
	
}

#joinPage2{padding: 20px;}



.message{background: #2e3339;padding: 3.5vw 0 4.5vw;}
.message .bt{text-align: center;font-size: 36px;color: #fff;font-weight: bold;line-height: 50px;}
.message form{margin-top: 40px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.message form select{width: 240px;height: 54px;font-size: 16px;color: #2f2f2f;padding-left: 22px;background: url(../images/xing.png) no-repeat left 16px center #f5f5f5;}
.message form input{width: 240px;height: 54px;font-size: 16px;color: #2f2f2f;padding-left: 25px;background: url(../images/xing.png) no-repeat left 16px center #f5f5f5;}
.message form button{display: block;width: 165px;height: 54px;text-align: center;background: #194572;color: #fff;border: 0;font-size: 16px;cursor:pointer;}
.message input{border:0px;}


.tYT50 .icon img{    width: 60px;
    margin-top: -20px;}


/* 联系我们开始 */


.contact-us .inner{
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow:hidden;
}
.contact-us .contact-us-left{
    width: 100%;
    height: 100%;
}
.contact-us .contact-us-form{
	padding:50px 40px;
}
.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.contact-us .contact-us-form h2:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#194572;
}
.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:50px;
}
.contact-us .form {
	margin-top: 30px;
}
.contact-us .form .form-group {
	margin-bottom: 22px;
}
.contact-us .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.contact-us .form .form-group textarea {
	width: 100%;
	height:100px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding:18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.contact-us .form .form-group.login-btn {
	margin: 0;
}
.contact-us .form button {
	border: none;
}
.contact-us .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width:100%;
}
.contact-us .form .btn:hover{
	background:#194572;
	color:#fff;
}
.contact-us .contact-us-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display:inline-block;
	
}
.contact-us .contact-us-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.contact-us .contact-us-form .checkbox label:hover{
	cursor:pointer;
}
.contact-us .contact-us-form .checkbox label input{
	display:none;
}
.contact-us .contact-us-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #194572;
	border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #194572;
	border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label.checked::after{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.contact-us .contact-info{
	margin-top:50px;
}
.contact-us .single-info {
	background: #194572;
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position:relative;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#194572;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:hover:before{
	opacity: 0.8;
}
.contact-us .single-info:hover{
	transform: translateY(-5px);
}
.contact-us .single-info i{
	font-size:42px;
	color:#fff;
	position:absolute;
	left:40px;
}
.contact-us .single-info .content {
	margin-left: 45px;
}
.contact-us .single-info .content h3{
	color:#fff;
	font-size:18px;
	font-weight:600;
	
}
.contact-us .single-info .content p{
	color:#fff;
	margin-top:5px;
}
/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
}

.ab_lianxi {
    padding: 50px;
}

.contact-us{margin-top:50px;}


.rightxf .row .col-lg-8{margin:10px auto;}





#fancybox-1{display:none;}


.fancybox-container {

  z-index: 999999999999!important;
 
}













