@charset "utf-8";

.aside {
	float: left;
	width: 275px;
	padding: 40px 0;
	box-sizing: border-box;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 10px;
	background: rgb(255, 255, 255);
}




.side-tit-bar {
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	padding-left: 30px;
	color: rgb(50, 70, 85);
	font-family: 'Baloo 2';
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0px;
	background: #fff;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.side-tags,
.side-tags a {
	color: rgb(136, 136, 136);
	font-family: 'Love Ya Like A Sister';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: capitalize;
}

.side-tags-ul {
	padding: 0 20px 0 30px;
}

.side-tags-ul li {
	position: relative;
	padding-right: 10px;
	display: inline-block;
}

.side-tags-ul li:last-child:before {
	display: none;
}

.side-tags-ul li:before {
	content: '-';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgb(136, 136, 136);
	font-family: 'Love Ya Like A Sister';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: capitalize;
}

.side-widget {

	position: relative;
	overflow: hidden;
	margin: 0 0 40px;

}

.side-widget+.side-widget {
	padding-top: 20px;
}

.side-cate {
	overflow: hidden;
}

.side-cate li {
	position: relative;
	margin-bottom: 1px;
	font-size: 16px;
	line-height: 30px;
}

.side-cate li a {
	position: relative;
	display: block;
	padding-left: 30px;
}

.side-cate ul {
	display: none;
	overflow: visible !important;
	background-color: #fff;
}

.side-cate li a {
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.side-cate li ul {
	padding-top: 8px;
	padding-bottom: 8px;
}

.side-cate li li {
	font-size: 14px;
}

/* .side-cate li+li {
	border-top: 1px solid #ddd;
} */

.side-cate li li a {
	margin-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: none;
	color: #425664;
}

.side-cate li li li {
	font-size: 12px;
}

.side-cate li a:hover,
.side-cate li.active>a {
	color: #074792;
}

.side-cate li a:hover:before,
.side-cate li.active>a:before {
	background-color: #074792;
}

.side-cate li .icon-cate {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 0%;
	color: #616265;
	text-align: center;
	font-size: 10px;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.side-cate li .icon-cate:before {
	padding-right: 1px;
	padding-left: 1px;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: '\f04b';
	color: #074792;

}

.side-cate li .icon-cate.icon-cate-up:before {
	content: '\f04b';
	color: #074792;
}

.side-cate li .icon-cate.icon-cate-up {
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.side-widget .cate-type-list>li {
	font-size: 14px;
	line-height: 30px;
}

.side-widget .cate-type-list>li>a {
	margin-right: 0;
	padding-left: 30px;
	position: relative;
	z-index: 1;
	color: rgb(50, 70, 85);
	font-family: 'Baloo 2';
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: left;
	width: auto;
	text-transform: capitalize;
}

.side-widget .cate-type-list>.nav-current a:before {
	opacity: 1;
}

.side-widget .cate-type-list>li a:before {
	width: 65%;
	height: 5px;
	position: absolute;
	bottom: 10px;
	content: '';
	opacity: 0;
	background-color: #074792;
	z-index: -1;

}

/* .side-widget .cate-type-list>li>a:before {
	position: absolute;
	bottom: -2px;

	left: 0;
	display: inline-block;
	width: 0;
	height: 0px;
	background-color: #074792;
	content: '';
} */

.side-cate li.has-child>a {
	padding-right: 40px;
	color: rgb(50, 70, 85);
	font-family: ' Baloo 2';
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: capitalize;
	line-height: 40px;
}

.side-cate li.nav-current>.icon-cate {
	color: #074792;
}

.side-cate>li.nav-current:after {
	display: block;
}

.side-cate li li.nav-current>li:after {
	/* color: #074792; */
	display: block;
}

.side-product-items {
	position: relative;
	margin-top: 8px;
}

.side-product-items .items_content {
	position: relative;
	padding: 35px 0;
}

.side_product_item {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

.side_product_item figure {
	position: relative;
	display: table;
	overflow: hidden;
	width: 100%;
}

.side_product_item .item-img,
.side_product_item figcaption {
	display: table-cell;
	vertical-align: middle;
}

.side_product_item .item-img {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 70px;
}

.side_product_item .item-img img {
	display: block;
	width: 100%;
}

.side_product_item figcaption {
	padding-left: 15px;
}

.side_product_item figcaption h3 {
	font-weight: normal;
	font-size: 14px;
}

.side_product_item figcaption h3 a {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 3.2em;
	text-overflow: ellipsis;
	word-wrap: break-word;
	line-height: 1.6em;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover+figcaption h3 a {
	color: #074792;
}

.side_product_item:hover .item-img {
	border-color: #074792;
}

.side-product-items .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.side-product-items .side_slider {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-height: 480px;
}

.side-product-items .side_slider .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.side-product-items .side_product_item {
	height: 100px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 32px;
	color: #ccd3d9;
	text-align: center;
	font-size: 38px;
	line-height: 32px;
	opacity: 1;
	cursor: pointer;
	filter: alpha(opacity=100);
}

.side-product-items .swiper-button-disabled {
	color: #eee;
	cursor: default;
}

.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
	display: inline-block;
	-webkit-transform: scale(2.5, 1);
	-o-transform: scale(2.5, 1);
	transform: scale(2.5, 1);
	-ms-transform: scale(2.5, 1);
}

.side-product-items .btn-prev {
	top: 0;
}

.side-product-items .btn-prev:before {
	content: '\f106';
}

.side-product-items .btn-next {
	bottom: 0;
}

.side-product-items .btn-next:before {
	content: '\f107';
}

.side-product-items .btn-prev:not(.swiper-button-disabled):hover,
.side-product-items .btn-next:not(.swiper-button-disabled):hover {
	color: #000;
}

.aside .side-bn {
	margin: 0 0 40px;
	width: 100%;
}

.aside .side-bn img {
	width: 100%;
}




.men1 {
	width: 177px;
}

.page_adv_left .sys02_btn {
	margin: 40px 0 30px;
}

.page_adv_box {
	justify-content: space-between;
}

.page_adv_left {
	width: 42.3%;
}

.page_adv {
	padding-bottom: 80px;
}

.page_adv_right {
	width: 51.7%;
}

.page_adv_son img {
	height: 67px;
}

.page_adv_son p:nth-child(2) {
	color: rgb(50, 70, 85);
	font-family: 'Baloo 2';
	font-size: 20px;
	font-weight: 700;
	line-height: -1px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 20px;
	text-transform: uppercase;
}

.page_adv_son p:nth-child(3) {
	color: rgb(50, 70, 85);
	font-family: 'Baloo 2';
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0px;
	text-align: left;
}

.page_adv_right {
	flex-wrap: wrap;
	justify-content: space-between;
}

.page_adv_son {
	width: 46.5%;
	margin-bottom: 45px;
}

.page_adv_box {
	display: flex;
	justify-content: space-between;
}

.page_paf_li {
	justify-content: space-between;
	padding: 30px;
	color: rgb(37, 66, 67);
	display: flex;
	font-family: 'Baloo 2';
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: left;
	border-radius: 8px;
	margin-bottom: 20px;
	background: rgb(239, 241, 241);
}

.page_paf_text {
	flex: 1;
	margin-right: 20px;
}

.page_paf_cz a:nth-child(1) {
	margin-right: 35px;
}

.page_video_ul {
	flex-wrap: wrap;
	justify-content: space-between;
}

.page_video_li {
	margin-bottom: 30px;
	border-radius: 8px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	background: rgb(255, 255, 255);
	width: calc((100% - 30px) / 2);
}

.page_video_img {
	position: relative;
	padding-bottom: 60%;
	display: block;
}

.page_video_img1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100;
	object-fit: cover;
	display: block;
}

.page_video_img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.page_video_img2 {
	width: 50px;
	position: absolute;
	z-index: 1111;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page_video_bottom {
	width: 100%;
	display: block;
	padding: 0 20px;
	color: rgb(50, 70, 85);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 700;
	line-height: 85px;
	height: 85px;
	text-align: center;
	overflow: hidden;
	letter-spacing: 0px;
	text-transform: capitalize;
}

.page_video_de {
	width: 100%;
}

.vid_swi .page_video_li {
	width: 100%;
	margin: 0;
}

.vid_swi_box {
	padding-top: 80px;
}

.vid_swi {
	margin-top: 38px;
}

.vid_swi .swiper-slide {
	padding: 5px;
}

.page_faq .faq_ul {
	margin-top: 0;
}

.news_main_ul {
	flex-wrap: wrap;
}

.news_main_li {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
}

.news_main_li:nth-child(3n) {
	margin-right: 0;
}

.page_news_main .main {
	float: left;
}

.page_news_main .aside {
	float: right;
}

.page_news_title {
	color: rgb(51, 51, 51);
	font-family: 'Baloo 2';
	font-size: 30px;
	font-weight: 700;
	line-height: -1px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 50px;
	text-transform: capitalize;
}





.main {
	position: relative;
	float: right;
	padding-bottom: 50px;
	width: calc(100% - 330px);
}

.main .banner_section {
	margin-bottom: 25px;
}



.pro_swi_box {
	padding-top: 80px;
}



.title1 {
	color: #074792;
	font-family: 'Love Ya Like A Sister';
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}

.title2 {
	color: rgb(50, 70, 85);
	font-size: 36px;
	font-weight: 700;
	font-family: 'Baloo 2';
	display: block;
	line-height: -1px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: capitalize;
}

.pro_swi {
	margin-top: 30px;
}


.index_con {
	padding: 110px 0;
	background-size: 100% 100%;
}





.index_con_div {
	width: 910px;
	height: 280px;
	background: url('img/demo/conBac2.png') no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	padding-top: 50px;
}

.index_con_title {
	color: rgb(37, 66, 67);
	font-family: 'Love Ya Like A Sister';
	font-size: 30px;
	font-weight: 400;
	line-height: 37px;
	letter-spacing: 0px;
	text-align: center;
	max-width: 305px;
	text-transform: capitalize;
	margin: 0 auto;
}

.index_con_sub {
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	width: 730px;
	align-items: center;
	height: 60px;
	border-radius: 100px;
	background: rgb(239, 241, 241);
	margin: 50px auto 0;
}

.index_con_sub input {
	background: none;
	border: 0;
	font-size: 20px;
	flex: 1;
	margin-right: 20px;
	font-family: 'Baloo 2';
}

.index_con_sub p {
	font-family: 'Baloo 2';
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: underline;
}





.product_list_li {

	box-sizing: border-box;
	border: 1px solid rgb(217, 217, 217);
	border-radius: 10px;
	margin-right: 30px;
	background: rgb(255, 255, 255);
	margin-bottom: 30px;
}

.product_list_li:nth-child(3n) {
	margin-right: 0;
}

.product_list_img {
	position: relative;
	padding-bottom: 95%;
	display: block;
	overflow: hidden;
}

.product_list_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease;
	object-fit: cover;
}
.product_list_img img:hover{
	transform: scale(1.1);
}
.product_list_bot {
	padding: 30px 10px;
}

.product_list_bot>p {
	color: rgb(50, 70, 85);
	font-family: 'Baloo 2';
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	height: 108px;
	overflow: hidden;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.product_list_ul {
	flex-wrap: wrap;
}


.index_news_box {
    padding: 80px 0;
}
.index_news_box .sys02_btn {
	margin: 50px auto 0;
}

.sys02_btn img {
	width: 21px;
	margin-left: 10px;
	height: 20px;
}


.index_news_time {
	color: rgb(136, 136, 136);
	font-family: 'Love Ya Like A Sister';
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: capitalize;
}

.index_news_title {
	color: rgb(37, 66, 67);
	font-family: ' Baloo 2';
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	letter-spacing: 0px;
	text-align: left;
	text-transform: capitalize;
	margin: 5px 0 18px;
}

.index_news_text {
	color: rgb(136, 136, 136);
	font-family: Baloo 2;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	letter-spacing: 0px;
	text-align: left;
	text-transform: capitalize;
}

.index_news_box .sys02_btn {
	margin: 50px auto 0;
}
.index_news_bottom {
	margin-top: 20px;
	display: block;
}
.sys02_btn {

	align-items: center;
	display: flex;
	width: 240px;
	height: 60px;
	border-radius: 20px;
	justify-content: center;
	transition: all .3s ease;
	background: #07479254;
}

.sys02_btn p {
	color: rgb(50, 70, 85);
	font-family: ' Baloo 2';
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}
.index_news_div {
	margin-top: 30px;
}
.sys01_btn {
	justify-content: center;
}

.sys01_btn p {
	color: #074792;
	font-family: 'Baloo 2';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}

.sys01_btn img {
	width: 12px;
	margin-left: 9px;
}
@media only screen and (max-width: 950px) {

/* aside */
.aside {
	display: none;
}

.side-widget {
	margin-bottom: 35px;
}

.side-product-items .items_content {
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	display: none;
}

.side-product-items .side_slider {
	padding-top: 0;
	padding-bottom: 0;
	max-height: inherit;
}

.side-product-items .side_slider ul:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: '';
}

.side-product-items .side_slider .swiper-wrapper {
	display: block;
	margin: 0 -5px;
	width: auto;
}

.side-product-items .side_product_item {
	float: left;
	display: block;
	width: 50%;
	height: auto !important;
	;
	text-align: center;
}

.side-product-items .side_product_item:nth-child(2n+1) {
	clear: left;
}

.side-product-items .side_product_item figure {
	display: block;
	margin: 5px;
	padding: 3px;
	width: auto;
	border: 1px solid #eee;
}

.side-product-items .side_product_item .item-img {
	float: none;
	display: block;
	width: 100%;
	border: 0;
}

.side-product-items .side_product_item .item-img img {
	width: 100%;
	height: auto;
	border: 0;
}

.side-product-items .side_product_item figcaption {
	display: block;
	padding: 8px;
	width: auto;
}

.side-product-items .side_product_item figcaption .item_title {
	height: auto;
	text-transform: none;
	font-size: 12px;
}
/* main */
.main {
	float: none;
	margin: 0 auto;
	width: auto;
}

.product-item {
	width: 33.333%;
}

.product-item .item-wrap {
	margin: 8px;
}

.page_bar {
	margin-top: 20px;
	text-align: center;
}

.path_bar .layout {
	width: auto;
}

.sys_sub_head .layer_ft_bg {
	display: none;
}

.index_con_sub {
	width: 90%;
	height: 60px;
	padding: 0 20px;
}

.index_con_sub input {
	flex: 1;
	width: 100%;
	margin-right: 0;
}




.index_reviews {
	margin-top: 20px;
}

.index_con_div {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	background: url(https://cdn.exportstart.com/images/a1339/3_1740473864849-webp17404738901.webp);
	background-size: 100% 100%;
}
}


/* 
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Love Ya Like A Sister';
	src: url("fonts/LoveYaLikeASister/LoveYaLikeASister-Regular.ttf") format("truetype");
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Baloo 2';
	src: url("fonts/baloo2/Baloo2-Medium.ttf") format("truetype");
} */