/*product*/
.product {}
.content_le {
	width: 23%;
}
.content_ri {
	width: 75%;
}

@media all and (max-width: 1023px) {
	.content_le {
		display: none;
	}
	.content_ri {
		width: 100%;
	}
}

ul.aside_nav {

}
ul.aside_nav li.firli {
	margin-top: 14px;
	/*border-radius: 5px;*/
	/*-webkit-box-shadow: 0 0 10px #f0f3f5;
	-moz-box-shadow: 0 0 10px #f0f3f5;
	box-shadow: 0 0 10px #f0f3f5;*/
	border: 1px solid #eee;
	box-sizing: border-box;
}
ul.aside_nav li.firli:first-child {
	margin-top: 0;
}
/*ul.aside_nav li.firli:last-child {
	border-bottom: none;
}*/
ul.aside_nav li.firli > p {
	height: 48px;
	line-height: 48px;
	padding: 0 5%;
	font-size: 18px;
	text-transform: capitalize;
	cursor: pointer;
	background-color: #f1f1f1;
	font-weight: 700;
}
ul.aside_nav li.firli p span:first-child {
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
ul.aside_nav li.firli p span:first-child a {
	color: #333;    display: block;
}

ul.aside_nav li.firli p .icon_add {
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 16px;
	background-color: #000;
	border-radius: 50%;
	color: #eaeaea;
	font-weight: 600;
}

ul.aside_nav li.firli p span:first-child a:hover {
	
}
ul.aside_nav li.firli_active p {
	background-color: #000;
}
ul.aside_nav li.firli_active p span:first-child a {
	color: #fff;
}
ul.aside_nav li.firli_active p .icon_add {
	background-color: #fff;
	color: #000;
}
ul.aside_nav li.firli_active p span.iconfont {
	transform: rotate(90deg);
	color: #fff;
}
ul.aside_nav ul.secul {
	display: none;
	background-color: #fff;
	padding: 5%;
}
ul.aside_nav ul.secul li {
	padding: 8px 0;
}
ul.aside_nav ul.secul li a {
	color: #a5adb2;
	font-size: 16px;
}

ul.aside_nav ul.secul li a:hover {
	color: #040000;
	text-shadow: 1px 0 0 currentColor;
}

@media all and (max-width: 1440px) {
	ul.aside_nav li.firli > p {
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	ul.aside_nav ul.secul li a {
		font-size: 14px;
	}
}

ul.proul {
	margin-right: -5%;
}
ul.proul li {
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 4%;
}
ul.proul li .li_img {
	position: relative;
	overflow: hidden;
}
ul.proul li .li_img:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 37px;
	background: url(../images/inpro_logo.png) no-repeat center;
	background-size: cover;
	top: 5%;
	left: 5%;
	z-index: 9;
}
ul.proul li .li_img img {
	transition: all .5s;
	display: block;
	width: 100%;
}
ul.proul li .li_img:hover img {
	transform: scale(1.2);
}
ul.proul li .li_text {
	background-color: #f0f0f0;
	padding: 20px 5%;
	position: relative;
}
ul.proul li .li_text:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 73px;
	background: url(../images/proul_icon.png) no-repeat center;
	background-size: cover;
	top: 0;
	right: 0;
	transform: translate(14px,-13px);
}
ul.proul li h4 a {
	font-size: 18px;
	/*color: #313131;*/
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
@media all and (max-width: 1440px) {
	ul.proul li h4 a {
		font-size: 16px;
	}
	ul.proul li .li_text {
		padding: 15px 5%;
	}
	ul.proul li .li_text:after {
		width: 60px;
		height: 62px;
		transform: translate(12px,-13px);
	}
}
@media all and (max-width: 600px) {
	ul.proul li .li_text:after {
		display: none;
	}
	ul.proul li h4 a {
		font-size: 14px;
	}
	ul.proul li .li_text {
		padding: 8px 2%;
	}
}
/*single-product*/
.single_pro_swiper {}
.single_pro_swiper_le {
	width: 52%;
	
}
.single_pro_swiper_ri {
	width: 46%;
	padding: 0 2%;
}

.pro_single .pc-slide {
	width: 100%;
	max-width: 500px;
	position: relative;
}
.pro_single .pc-slide:after {
	content: "";
	position: absolute;
	width: 45px;
	height: 37px;
	background: url(../images/inpro_logo.png) no-repeat center;
	background-size: cover;
	top: 5%;
	left: 5%;
	z-index: 9;
}
.pro_single .view .swiper-container {
	width: 100%;
	height: auto;
}
.pro_single .view .swiper-container .swiper-slide img {
	display: block;
	width: 100%;
	border: 1px solid #eee;
}

.pro_single .preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
	padding: 0 30px;
}

.pro_single .preview .swiper-container {
	width: 100%;
	height: auto;
}

.pro_single .preview .swiper-slide {
	width: 25%;
	height: auto;
	cursor:pointer;
	position: relative;
}
.pro_single .preview .swiper-slide:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 15px;
	background: url(../images/inpro_logo.png) no-repeat center;
	background-size: cover;
	top: 10%;
	left: 10%;
	z-index: 9;
}
.pro_single .preview .slide6 {
	width: 25%;
}
.pro_single .preview img {
	padding: 2%;
	border: 1px solid #fff;
	width: 98%;
}
.pro_single .preview .active-nav img {
	border-color: #000;
}

.pro_single .arrow-left {
	
}
.pro_single .arrow-right {
	
}

.arrow-left-ts {
	position: absolute;
	top: 50%;
	left: 0%;
	z-index: 999;
    transform: translate(10%,-50%) rotate(180deg);
    z-index: 9;
}
.arrow-left-ts span.iconfont {
	color: #000;
	font-size: 24px;
}
.arrow-right-ts {
	position: absolute;
	top: 50%;
	right: 0%;
	z-index: 999;
    transform: translate(-10%,-50%);
    z-index: 9;
}
.arrow-right-ts span.iconfont {
	color: #000;
	font-size: 24px;
}
@media all and (max-width: 1366px) {
	.pro_single .arrow-left,.pro_single .arrow-right {
		width: 40px;
    	height: 40px;
    	line-height: 40px;
	}
}

.single_pro_date {
	font-size: 18px;
	color: #888;
	font-weight: 600;
}
.single_pro_date p {
	margin-bottom: 15px;
}
.single_pro_date p:last-child {
	margin-bottom: 0;
}

.single_pro_swiper_ri .single_btn {
	width: 340px;
	max-width: 100%;
	justify-content: flex-start;

}
.single_btn a {
	width: 48%;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	padding: 12px 0;
	color: #343131;
	border: 1px solid #343131;
	margin-right: 2%;
}
.single_btn a span.iconfont {
	font-size: 18px;
	margin-right: 10px;
}
.single_btn a:hover {
	background-color: #343131;
	color: #fff;
}
.single_btn a:first-child {
	background-color: #343131;
	color: #fff;
}

@media all and (max-width: 1366px) {
	.single_btn a {
		font-size: 14px;
		padding: 15px 0;
	}
}

@media all and (max-width: 1023px) {
	.single_pro_swiper_le {
		width: 100%;
	}
	.single_pro_swiper_ri {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.single_pro_swiper_ri article {
		padding-top: 0;
	}
	.single_pro_swiper_ri .single_btn {
		width: 500px;
		max-width: 100%;
	}
	.pro_single .pc-slide {
		max-width: 500px;
	}

}

@media all and (max-width: 768px) {
	
}

.pro_single_item {}
.pro_single_item h3 {
	font-size: 24px;
	color: #333;
	font-weight: 700;
}

@media all and (max-width: 1440px) {
	.single_pro_date {
		font-size: 16px;
	}
	.single_btn a {
		font-size: 16px;
	}
	.single_btn a span.iconfont {
		font-size: 16px;
	}
	.pro_single_item h3 {
		font-size: 22px;
	}
}
@media all and (max-width: 1024px) {
	.pro_single_item h3 {
		font-size: 20px;
	}
}
@media all and (max-width: 768px) {
	.pro_single_item h3 {
		font-size: 18px;
	}
}
@media all and (max-width: 600px) {
	.pro_single_item h3 {
		font-size: 16px;
	}
}
/*相关模块*/

.rela_section {}
.rela_section h2 {
	text-align: center;
	font-weight: 900;
	font-size: 32px;
	color: #333;
}

@media all and (max-width: 1440px) {
	.rela_section h2 {
		font-size: 26px;
	}
}
@media all and (max-width: 768px) {
	.rela_section h2 {
		font-size: 22px;
	}
}
@media all and (max-width: 600px) {
	.rela_section h2 {
		font-size: 20px;
	}
}
/*solution*/
.solution {}
ul.soluul {}
ul.soluul li {
	width: 50%;
	padding-right: 5%;
}
ul.soluul li .li_img {
	overflow: hidden;
	position: relative;
}
ul.soluul li .li_img img {
	display: block;
	width: 100%;
}
ul.soluul li .li_chat_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.52);
	display: none;
}
ul.soluul li .li_chat_box .li_chat {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 2px solid #fff;
	color: #ffff;
	font-size: 18px;
	text-transform: capitalize;
}
ul.soluul li:nth-child(2n+1) {
	border-right: 1px solid #eaeaea;
}
ul.soluul li:nth-child(2n) {
	padding-left: 5%;
	padding-right: 0;
	transform: translateY(5%);
}
ul.soluul li .li_text {
	
	transform: translateY(-50px);
}
ul.soluul li .li_text h4 {
	font-size: 20px;
	color: #040000;
	width: 80%;
	background-color: #fff;
	font-weight: 700;
	padding-top: 40px;
	padding-bottom: 25px;
	padding-left: 30px;
	text-transform: uppercase;
}
ul.soluul li .li_text article {
	background-color: #fff;
	padding-left: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 75px;
}
ul.soluul li .li_img:hover .li_chat_box {
	display: block;
}

@media all and (max-width: 1440px) {

}

@media all and (max-width: 1024px) {
	ul.soluul li .li_text h4 {
		width: 70%;
		font-size: 18px;
	}
	ul.soluul li .li_chat_box .li_chat {
		width: 140px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
}

@media all and (max-width: 600px) {
	ul.soluul li {
		width: 100%;
		padding-right: 0;
	}
	ul.soluul li:nth-child(2n) {
		padding-left: 0;
		transform: translateY(0);
	}
	ul.soluul li:nth-child(2n+1) {
		border-right: none;
	}
	ul.soluul li .li_text {
		transform: translate(-1px,-50px);
	}
}

/*case*/
.case {

}
ul.caseul {
	margin-right: -2%;
}
ul.caseul li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
ul.caseul li > img {
	display: block;
	width: 100%;
}
ul.caseul li .li_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	height: 80%;
	background-color: rgba(0,0,0,.0);
	transition: all 0.5s;
}

ul.caseul li .li_text .li_text_icon {
	position: absolute;
	top: 10%;
	right: 8%;
	width: 39px;
	display: none;
	transition: all 0.5s;
}
ul.caseul li .li_text h3 {
	position: absolute;
	left: 2%;
	bottom: 5%;
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 10px;
	font-weight: 200;
	display: none;
	transition: all 0.5s;
}
ul.caseul li .li_text h3 a {
	color: #fff;
}
ul.caseul li:hover .li_text {
	width: 80%;
	height: 80%;
	background-color: rgba(0,0,0,.38);
}
ul.caseul li:hover .li_text_icon {
	display: block;
}
ul.caseul li:hover .li_text h3 {
	display: block;
}

@media all and (max-width: 768px) {
	ul.caseul li {
		width: 48%;
	}
}
@media all and (max-width: 500px) {
	ul.caseul li {
		width: 98%;
	}
}

/*service*/
.service {}
.ser_odm {

}
.ser_odm_wrap {
	background-color: #f7f7f7;
}
.ser_odm_le {
	width: 45%;
}
.ser_odm_le img {
	display: block;
	width: 100%;
}
.ser_odm_ri {
	width: 55%;
	padding: 0 5%;
}
.ser_odm_ri .inner_title {
	text-align: left;
}
.ser_odm_ri .more {
	margin-left: 0;
}

.ser_faq_wrap {
	position: relative;
}

@media all and (max-width: 1440px) {

}
@media all and (max-width: 768px) {
	.ser_odm_le {
		display: none;
	}
	.ser_odm_ri {
		width: 100%;
		padding: 2%;
	}
}

#Faq {
	position: relative;
	overflow: hidden;
}
#Faq .swiper-slide {
	
	padding-left: 2%;
	padding-right: 2%;
}
#Faq .swiper-slide-active {
	border-right: 1px solid #eaeaea;
}
/*#Faq .swiper-slide:nth-child(2n) {
	border-right: none;
}*/
.faq_tt {
	justify-content: flex-start;
}
.faq_tt img {
	width: 58px;
	margin-right: 5%;
}
.faq_tt span {
	width: 60%;
	font-size: 20px;
	color: #040000;
	font-weight: 700;
}

.Faq_btn_next {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #909090;
	color: #fff;
	right: 0;
	top: 50%;
	transform: translate(150%,-50%);
	z-index: 9;
}
.Faq_btn_prev {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #909090;
	color: #fff;
	left: 0;
	top: 50%;
	transform: translate(-150%,-50%);
	z-index: 9;
}
.Faq_btn {
	cursor: pointer;
}
.Faq_btn:hover {
	background-color: #040000;
}

@media all and (max-width: 1440px) {
	.faq_tt img {
		width: 50px;
	}
	.faq_tt span {
		font-size: 18px;
	}
}
@media all and (max-width: 1366px) {
	.Faq_btn_prev {
		 transform: translate(0,-50%);
		 opacity: .8;
	}
	.Faq_btn_next {
		transform: translate(0,-50%);
		opacity: .8;
	}
	.Faq_btn_prev:hover,.Faq_btn_next:hover {
		opacity: 1;
	}
}


/*about*/
.about {}

.about_who {}
.about_who_le {
	width: 50%;
}
.about_who_le .inner_title {
	text-align: left;
}
.about_who_le_la {
	width: 530px;
	max-width: 100%;
}
.about_who_le_la .about_who_btn {
	display: block;
	width: 240px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background-color: #040000;
	color: #fff;
	font-size: 18px;
	-webkit-box-shadow: 0 8px 10px #eee;
	-moz-box-shadow: 0 8px 10px #eee;
	box-shadow: 0 8px 10px #eee;
}
.about_who_le_la .about_who_way {
	width: 215px;
	color: #333;
	font-weight: 600;
	font-size: 18px;
} 
.about_who_ri {
	width: 48%;
}
.about_who_ri img {
	display: block;
	width: 100%;
}

@media all and (max-width: 1366px) {
	.about_who_le_la {
		width: 460px;
	}
	.about_who_le_la .about_who_btn {
		width: 200px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
	}
	.about_who_le_la .about_who_way {
		width: 190px;
		font-size: 16px;
	}
}

@media all and (max-width: 768px) {
	.about_who_le {
		width: 100%;
	}
	.about_who_ri {
		display: none;
	}
}

@media all and (max-width: 500px) {
	.about_who_le_la {
		width: 300px;
	}
	.about_who_le_la .about_who_btn {
		width: 140px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.about_who_le_la .about_who_way {
		width: 150px;
		font-size: 12px;
	}
}

.about_tip {
	background: url(../images/about_tip_bg.jpg) no-repeat center;
	background-size: cover;
}
.about_tip .inner_title h2 {
	color: #fff;
}
.about_tip article {
	color: #fff;
	text-align: center;
	max-width: 835px;
	margin-left: auto;
	margin-right: auto;
}

.contact {}
.contact .inner_title {
	text-align: left;
}
.contact_le {
	width: 40%;
}
.contact_ri {
	width: 56%;
	position: relative;
	z-index: 2;
}
.contact .in_title p {
	color: #fff;
}

ul.contact_ul {
	
}
ul.contact_ul li {
	padding: 20px 0;
}
ul.contact_ul li:last-child {
	border-bottom: none;
}
ul.contact_ul li .li_img {

}
ul.contact_ul li .li_text {
	width: 86%;
}
ul.contact_ul li .li_text strong {
	display: block;
	font-size: 18px;
	color: #21212d;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}
ul.contact_ul li .li_text p {
	color: #888;
	font-size: 16px;
	line-height: 25px;
}
ul.contact_ul li .li_text p a {
	color: #888;
}
ul.contact_ul li .li_text p a:hover {
	color: #040000;
}

.contact_map img {
	display: block;
	width: 100%;
}

@media all and (max-width: 1366px) {
	ul.contact_ul li .li_text strong {
		font-size: 16px;
	}
	ul.contact_ul li .li_text p {
		font-size: 14px;
	}
}

@media all and (max-width: 768px) {
	.contact_le {
		width: 100%;
		margin-bottom: 20px;
	}
	.contact_ri {
		width: 100%;
	}
}

/*news*/
.news {}
.news ul.innewsul li {
	margin-bottom: 5%;
}

/*single-news*/

.content_le_item h3 {
	background: url(../images/single_news_h3_bg.jpg) no-repeat center;
	background-size: cover;
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0 5%;
}

.single_news {

}
.single_news_wrap {
	flex-direction: row-reverse;
}
#inRelaNew {
	overflow: hidden;
	position: relative;

}
#inRelaNew .swiper-slide {
	background-color: #f6f6f6;
	padding: 20px 5%;
	padding-bottom: 80px;
}
.inRelaNew_img {}
.inRelaNew_img img {
	display: block;
	width: 100%;
}
.inRelaNew_text {}
.inRelaNew_text h4 a {
	font-size: 18px;
	color: #040000;
	font-weight: 700;
}
.inRelaNew_text article {
	font-size: 16px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 75px;
}
.inRelaNew-pagination {
	position: absolute;
	left: 0;
	bottom: 0!important;
	width: 100%;
	z-index: 9;
	text-align: center;
	height: 48px;
	line-height: 48px;
	background-color: #a2a0a0;
}
.inRelaNew-pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
	margin: 0 6px!important;
}
.inRelaNew-pagination .swiper-pagination-bullet-active {
	border: 1px solid #fff;
	position: relative;
}
.inRelaNew-pagination .swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	border: 2px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}

.single_news_tip {
	
	padding: 12px 0;
}
.single_news_tip_box {
	width: 400px;
	max-width: 100%;
}
.single_news_date {
	width: 115px;
}
.single_news_read {
	width: 50px;
}
.single_news_date span {
	color: #999;
}
.news_in_share {
	width: 140px;
}
.news_in_share a {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.news_in_share a span.iconfont {
	font-size: 12px;
	color: #fff;
}
.news_in_share a:nth-child(1) {
	background-color: #3b5999;
}
.news_in_share a:nth-child(2) {
	background-color: #1da1f3;
}
.news_in_share a:nth-child(3) {
	background-color: #f24b4b;
}
.news_in_share a:nth-child(4) {
	background-color: #0177b5;
}

/*上一篇与下一篇*/

.single_news .content_ri article {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.prevnext {
	justify-content: flex-start;
	font-size: 16px;
	color: #111;
	line-height: 1.5em;
	border-bottom: 1px solid #eee;
}
.prevnext p {
	margin-right: 5%;
}
.prevnext p span {
	font-weight: 600;
	color: #baa48f;
}
.prevnext p a {
	color: #111;
}
.prevnext p a:hover {
	color: #baa48f;
}
.prevnext > a {
	color: #baa48f;
	font-weight: 600;
}
.prevnext > a:hover {
	color: #baa48f;
}

@media all and (max-width: 1366px) {
	.prevnext {
		font-size: 14px;
	}
}

@media all and (max-width: 768px) {
	.prevnext p {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
}

/*404*/
.nofound {
	text-align: center;
}
.nofound img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-top: 30px;
}
.nofound_t1 {
	font-size: 38px;
	color: #333;
	font-weight: 600;
}
.nofound_t2 {
	font-size: 16px;
	color: #888;
	max-width: 390px;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
}

@media all and (max-width: 1366px) {
	.nofound_t1 {
		font-size: 32px;
	}
	.nofound_t2 {
		font-size: 14px;
	}
}

@media all and (max-width: 768px) {
	/*.nofound img {
		max-width: 
	}*/
	.nofound_t1 {
		font-size: 26px;
	}
	.nofound a img {
		max-width: 45%;
	}
}

/*search*/
/*search*/
.search {}
/*.search .search_top {
	text-align: center;
	text-transform: uppercase;
}*/
.search_top {
	background: url(../images/search_bg.jpg) no-repeat center;
	background-size: cover;
	background-color: #f2f5f8;
}
.search .in_title p {
	color: #f2f5f8;
}
.search_bot .search_bot_tt {
	justify-content: flex-start;
}
.search_bot .search_bot_tt .search_result_num {
	margin-left: 30px;
	font-size: 36px;
	color: #040000;
}
.search form {
	border: 1px solid #e0e0e0;
	width: 95%;
	max-width: 600px;
	background-color: #fff;
	margin: 0 auto;
}
.search form input {
	width: 90%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	outline: none;
	border: none;
	font-size: 16px;
	color: #666;
}
.search form button {
	width: 10%;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #fff;
}
.search form button span.iconfont {
	font-size: 20px;
	color: #999;
}
.search_hot {
	width: 95%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	justify-content: flex-start;
}
.search_hot p {
	color: #999;
	justify-content: flex-start;
	line-height: 28px;
}
.search_hot p a {
	color: #040000;
	margin: 0 5px;
}
.search_hot p a:hover {
	color: #000;
}

@media all and (max-width: 1366px) {
	.search form input {
		font-size: 14px;
	}
}

@media all and (max-width: 1023px) {
	
}
@media all and (max-width: 600px) {
	
}








































