.banner {
	overflow: hidden;
	position: relative;
	color: white;
}

.banner .banner_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .banner_txt {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	letter-spacing: 3px;
}

.banner .banner_txt>* {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.banner .banner_txt>*:nth-child(1) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.banner .banner_txt>*:nth-child(2) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.banner .banner_txt>*:nth-child(3) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .phone_play {
	display: none;
}

.banner .swiper-slide {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner .swiper-slide-active .banner_txt>* {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.banner .banner_sub {
	font-weight: bold;
	margin-bottom: 15px;
	width: 20%;
	line-height: 1;
}

.banner .banner_tit {
	font-weight: bold;
}

.banner .banner_point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1440px;
	position: absolute;
	z-index: 2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 80px;
}

.banner .banner_point span {
	width: 80px;
	height: 4px;
	background: white;
	margin-right: 10px;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.banner .banner_point span:last-child {
	margin-right: 0;
}

.banner .banner_point span::after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #fff;
}

.banner .banner_point .swiper-pagination-bullet {
	width: 42px;
	height: 4px;
	border: 1px solid rgba(255, 255, 255, .5) !important;
	background: transparent !important;
}

.banner .banner_point .swiper-pagination-bullet-active::after {
	width: 100%;
}

.banner .banner_point .swiper-pagination-bullet-active {
	background: #FFF !important;
	background-color: #FFF !important;
	border: #FFF !important;
}


.mkBox2 {

	position: relative;
}

.mk2_bgimg {
	width: 100%;
	height: 100%;
}


.mkBox2 .mk2_center {
	position: absolute;
	bottom: 95px;
	left: 12.5%;
	display: flex;
	padding: 0 50px;
}

.mkBox2 .mk2_center ul {
	background-color: #fff;
	border-radius: 6px;
	display: flex;
}

.mkBox2 .mk2_center ul li {
	position: relative;
	padding: 18px 40px;
}

.mkBox2 .mk2_center ul li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 40%;
	width: 2px;
	height: 30px;
	background-color: rgb(238, 238, 238);
}

.mk2_num {
	color: rgb(27, 98, 179);
	font-weight: bold;
	line-height: 1;
}

.mk2_ms {
	color: rgb(119, 119, 119);
	margin-top: 8px;
}

.icon_bg {
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	width: 42px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon {
	display: block;
	z-index: 9;
}

.jump_btn {
	cursor: pointer;
	background-image: url('../images/Index/btn_bgimg.png');
	background-color: rgb(27, 98, 179);
	border-radius: 6px;
	display: flex;
	padding: 33px 30px;
	margin-left: 10px;
	align-items: center;
}

.jump_btn:hover .icon_bg {
	transform: translateX(10px);
}

.jump_btn .icon_bg {
	transition: all .3s;
}

.btn_t {
	color: #fff;
	margin-right: 50px;
}

.mk2_icon {
	position: absolute;
	top: 0;
	bottom: -200px;
}

.map_text {
	color: #222;
}

.map_dian span {
	width: 14px;
	height: 14px;
	background: rgb(27, 98, 179);
	border-radius: 50%;
	position: relative;
	display: block;
}

.map_dian {
	position: absolute;
	cursor: pointer;
	text-align: center;
	z-index: 10;
}

.map_dian span:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: rgba(27, 98, 179, .2);
	border-radius: 100%;
	animation: inner-ripple 3500ms linear infinite;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.map_dian span:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: rgba(27, 98, 179, .2);
	border-radius: 100%;
	animation: inner-ripple 4500ms linear infinite;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.map_nei {
	background-color: #fff;
	border-radius: 30px;
	padding: 9px 20px;
	display: flex;
	align-items: center;
	margin-left: 30px;
	min-width: 160px;
	margin-right: 30px;
	justify-content: center;
	transition: all .3s;
}

.mk2_icon .map_nei .map_text {
	transition: all .3s;
}

.mk2_icon .map_nei:hover .map_text {
	transform: translateX(10px);
}

.map_nei img {
	margin-right: 10px;
}

.mk2_icon ul li {
	display: flex;
	align-items: center;
	position: absolute !important;
	cursor: pointer;
	text-align: center;
	z-index: 10;
}

.mk2_icon ul li:nth-child(3) {
	flex-direction: row-reverse;
}

.mk2_icon ul li:nth-child(4) {
	flex-direction: row-reverse;
}

.mk2_icon ul li:nth-child(5) {
	flex-direction: row-reverse;
}

.mk2_icon ul li:nth-child(6) {
	flex-direction: row-reverse;
}

.dian1 {
	left: 25px;
	top: 57%;
}

.dian2 {
	left: 280px;
	top: 33%;
}

.dian3 {
	left: 375px;
	top: 17%;
}

.dian4 {
	left: 720px;
	top: 15%;
}

.dian5 {
	left: 990px;
	top: 20%;
}

.dian6 {
	left: 1120px;
	top: 42%;
}


.mk3_t {
	color: #fff;
}

.mk3_m {
	color: #fff;
}

.mk3_tab {
	margin-top: 65px;
}

.mk3_tab_title {
	color: #fff;
}
.mk3_tab_title a {
	color: #fff;
}
.mk3_tab_title a:link, a:visited, a:active, a {
    color: white;
    text-decoration: none;
}
.mk3_tab img {
	width: 100%;
	height: 100%;
}

.tab_img {
	width: 100%;
	height: 100%;
}

.mk3_tab ul li {
	background: transparent;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, .5);
	display: flex;
	align-items: center;
	min-width: 200px;
	margin: 0 15px;
	padding: 8px 30px;
	text-align: center;
	cursor: pointer;
}

.mk3_tab ul {
	display: flex;

}

.mk3_tab ul li img {
	width: 40px;
	height: 40px;
	margin-right: 30px;
}

.mk3_tab ul li:nth-child(3) img {
	margin-right: 20px;
}

.mk3_tab ul li:nth-child(4) img {
	margin-right: 20px;
}

.mk3_tab .tab_click .mk3_tab_title {
	transition: all .3s;
}

.mk3_tab .tab_click:hover .mk3_tab_title {
	transform: translateX(10px);
}

.mkBox3 {
	background-image: url(../images/Index/7.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mk3_content {
	padding: 0 17%;
}

.mk3_title {
	margin-left: 15px;
	display: flex;
}

.mk3_t {
	margin-right: 70px;
	min-width: 170px;
}

.mk3_m {
	line-height: 32px;
	margin-top: 10px;
}

.mk3_tab_list {
	padding: 75px 0 90px 0;
	background-image: url(../images/Index/7.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mk3_tab_banner {
	display: flex;
	flex-wrap: wrap;
}

.mk3_image {
	flex: 0 0 33.3%;
}

.mk3_tab_banne .tab_img {
	flex: 0 0 33.3%;
}

.tab_active {
	background-color: #fff !important;
}

.tab_click .i2 {
	display: none;
}

.tab_active .i1 {
	display: none;
}

.tab_active .i2 {
	display: block;
}

.tab_active .mk3_tab_title {
	color: rgb(27, 98, 179);
}



.mkBox4 {
	padding: 95px 0 120px 0;
	/* background-image: url(../images/Index/mk4_bgimg.png); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: rgb(223, 232, 243);
}

.mk4_title {
	color: #222;
	text-align: center;
}

.mk4_text {
	color: rgb(119, 119, 119);
	text-align: center;
	padding: 0 32.5%;
	line-height: 32px;
	margin-top: 20px;
}

.mk4_bgimg {
	width: 100%;
	height: 100%
}

.mk4_con {
	position: relative;
}

.mk4_icon_list li {
	position: absolute;
	cursor: pointer;
}

.li_hover {
	position: relative;
	background-color: rgb(255, 255, 255);
	box-shadow: 7.071px 7.071px 40px 0px rgba(10, 36, 66, 0.2);
	position: absolute;
	z-index: 60;
	left: -110px;
	display: none;
	color: #222;
	line-height: 32px;
	width: 100%;
	display: none;
	top: -133px;
}

.li_active .li_hover {
	display: block;
}

.mk4_icon_list li:hover .li_hover {
	display: block;
}

/* .li_hover img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */

.li_hover::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff;
	border-bottom: 10px solid transparent;
	/* 三角形颜色 */
	/* 调整位置 */
	bottom: -27%;
	left: -5px;
	transform: translateX(550%);
	/* 居中三角形 */
}

.mk4_icon_list .map_dian span {
	width: 10px;
	height: 10px;
	background: rgb(27, 98, 179);
	border-radius: 50%;
	position: relative;
	display: block;
}

.postion {
	position: relative;
}


.li1 {
	left: 19%;
	top: 40%;
}

.li2 {
	left: 32%;
	top: 70%;
}

.li3 {
	left: 45%;
	top: 27%;
}

.li4 {
	left: 49.5%;
	top: 29%;
}

.li5 {
	left: 49%;
	top: 38%;
}

.li6 {
	left: 54%;
	top: 72%;
}

.li7 {
	left: 60%;
	top: 42%;
}

.li8 {
	left: 63%;
	top: 23%;
}

.li9 {
	left: 74%;
	top: 50%;
}

.li10 {
	left: 80%;
	top: 44%;
}

.li11 {
	left: 82%;
	top: 77%;
}

.mk4_btn {
	display: flex;
	justify-content: center;
}

.mk4_btn .btn_jump .qqq {
	transition: all .3s;
}

.mk4_btn .btn_jump:hover .qqq {
	margin-left: 10px;
}

.btn_jump {
	background-color: rgb(27, 98, 179);
	color: #fff;
	border-radius: 30px;
	padding: 10px 40px;
	margin-top: -45px;
	min-width: 180px;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	box-shadow: 0px 10px 25px 0px rgba(10, 36, 66, 0.1);
}

.btn_jump:hover {
	background-color: #fff;
	color: rgb(27, 98, 179);
}


.mkBox5 {
	padding: 120px 0 160px 0;
	background-image: url(../images/Index/mk5_bgimg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.mk5_btn {
	color: #222;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 25px 0px rgba(10, 36, 66, 0.1);
	padding: 11px 45px;
	border-radius: 30px;
	min-width: 180px;
	text-align: center;
	cursor: pointer;
}

.mk5_btn .qqq {
	transition: all .3s;
}

.mk5_btn:hover .qqq {
	margin-left: 10px;
}

.mk5_btn:hover {
	color: #fff;
	background-color: rgb(27, 98, 179);
}

.mk5_title {
	color: #222;
}

.mk5_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mk5_t {
	color: #222;
	padding: 0 40px;
	margin-top: 40px;
	min-height: 72px;
}

.mk5_m {
	padding: 0 40px;
	color: rgb(153, 153, 153);
	margin-top: 25px;
	min-height: 72px;
	max-height:100px;
}

.mk5_time {
	color: rgb(153, 153, 153);
}

.mk5_jump {
	display: flex;
	align-items: center;
	padding: 0 40px;
	margin-top: 60px;
	padding-bottom: 30px;
	justify-content: space-between;
}

.mk5_item_btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	background-color: #fff;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, .3);
	cursor: pointer;
}

.mk5_item_btn:hover {
	background-color: rgb(27, 98, 179) !important;
}

.mk5_item_btn svg {
	margin: 0;
	width: 100%;
	height: auto;
	width: 14px;

}

.mk5_item_btn:hover svg {
	fill: #fff;
}

.mkBox5 .box_item {
	background-color: #fff;
	box-shadow: 0px 5px 49px 0px rgba(174, 174, 174, 0.19);
	min-height: 625px;
}

.mkBox5 .box_image {
	transition: all .3s;
	overflow: hidden;
}

.mkBox5 .box_item:hover img {
	transform: scale(1.05);
}

.mkBox5 .box_item:hover .mk5_t {
	color: rgb(27, 98, 179);
}

.mkBox5 .box_item img {
	width: 100%;
	height: 100%;
	max-height: 260px;
	min-height: 260px;
}



.baogao {
	margin-top: 70px;
	width: 87.5%;
	margin-left: 12.5%;
}

.swiper {
	overflow: hidden;
}

.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: -85px;
	margin-left:80px;
	z-index: 50;
	height: 10px;
	width: 100%;
	background-color: #fff;
	max-width: 1440px;

}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	min-width: 253px;
	position: relative;
	background: rgb(27, 79, 143);
	border-radius: 10px;
	left: 0;
	top: 0;
}

@keyframes inner-ripple {
	0% {
		transform: translate(-50%, -50%) scale(1);
		filter: alpha(opacity=50);
		opacity: 0.8
	}

	30% {
		transform: translate(-50%, -50%) scale(1.5);
		filter: alpha(opacity=50);
		opacity: 0.5
	}

	100% {
		transform: translate(-50%, -50%) scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0
	}
}


@media only screen and (max-width: 1800px) {
	.mkBox2 .mk2_center {
		bottom: 30px
	}

	.mkBox2 .mk2_center ul li {
		padding: 18px 35px;
	}

	.dian1 {
		top: 55%;
		left: 86px;
	}

	.dian2 {
		top: 37%;
		left: 390px;
	}

	.dian3 {
		top: 17%;
		left: 390px;
	}

	.dian4 {
		left: 690px;
		top: 15%;
	}

	.dian5 {
		left: 945px;
		top: 20%;
	}

	.dian6 {
		left: 1065px;
		top: 41%;
	}
}



@media only screen and (max-width: 1600px) {

	.banner .banner_point {
		width: 80%;
		bottom: 60px;
	}

	.banner .banner_honor {
		margin-top: 6.25%;
	}

	.mkBox2 .mk2_center {
		left: 8%;
	}

	.baogao {
		width: 90%;
		margin-left: 10%;
	}

	.swiper-scrollbar-horizontal {
		width: 80%;
	}

	.mkBox2 .mk2_center {
		bottom: 30px
	}

	.mkBox2 .mk2_center ul li {
		padding: 18px 35px;
	}

	.dian1 {
		top: 54%;
		left: 60px;
	}

	.dian2 {
		top: 37%;
		left: 315px;
	}

	.dian3 {
		top: 17%;
		left: 300px;
	}

	.dian4 {
		left: 565px;
		top: 15%;
	}

	.dian5 {
		left: 780px;
		top: 20%;
	}

	.dian6 {
		left: 885px;
		top: 40%;
	}
}

@media only screen and (max-width: 1440px) {
	.mkBox2 .mk2_center ul li {
		padding: 15px 23px;
	}

	.mk3_content {
		padding: 0 8%;
	}
}






@media only screen and (max-width: 1200px) {
	.banner .banner_point {
		width: 90%;
	}
}

@media only screen and (max-width: 1024px) {


	.banner {
		height: 55vh;
	}
	.banner .banner_point {
		width: 90%;
	}
	.mk3_content{
		padding: 0;
	}

	.dian1 {
		left: 25px;
		top: 47%;
	}

	.dian2 {
		left: 80px;
		top: 33%;
	}

	.dian3 {
		left: 175px;
		top: 17%;
	}

	.dian4 {
		left: 320px;
		top: 15%;
	}

	.dian5 {
		left: 490px;
		top: 20%;
	}

	.dian6 {
		left: 520px;
		top: 42%;
	}
}

@media screen and (max-width: 768px) {
	
	.baogao {
		width: 90%;
		margin-left: 5%;
	}

	.swiper-scrollbar-horizontal {
		width: 90%;
	}

	.banner {
/* 		margin-top: 56px; */
		/* height: 45vh; */
		height: 100%;
		width: 100%;
	}

	.banner .banner_honor {
		display: none;
	}

	.banner .swiper-slide {
		height: 300px;
	}

	.banner .banner_bg {
		height: 100%;
		width: auto;
	}

	.banner .banner_point {
		bottom: 20px;
		justify-content: center;
	}

	.banner .banner_point span {
		width: 40px;
	}

	.banner .banner_sub {
		font-size: 16px;
	}

	.banner .banner_tit {
		font-size: 22px;
	}

	.syBox1 {
		height: auto;
		padding: 50px 0;
	}

	.syBox1_link {
		width: 150px;
		height: 36px;
		margin-top: 25px;
	}

	.syBox2 .w1440 {
		justify-content: center;
	}

	.syBox2_li {
		width: 85%;
		margin: 15px 0;
	}

	.syBox2_li img {
		max-width: 10%;
	}

	.syBox2_li:nth-child(2) .fnt_24 {
		margin-left: 17px;
	}

	.syBox2_li .fnt_24 {
		font-size: 16px;
	}

	.business {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.business .bus_btm {
		display: block;
	}

	.business .bus_l {
		width: 10px;
	}

	.business .bus_r {
		width: 10px;
	}

	.business .bus_img {
		height: 83px;
	}

	.business .bus_flx {
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.business .bus_btm .bus_img {
		height: 80px;
		flex: 1;
		margin-bottom: 15px;
	}

	.business .bus_info {
		font-size: 14px;
		width: 14px;
		margin: 8px auto 0;
		top: 0;
	}

	.business .bus_icon {
		height: 14px;
	}

	.business .bus_icon img {
		max-width: 30px;
		max-height: 100%;
	}

	.business .bus_tit {
		font-size: 14px;
		margin-top: 10px;
	}

	.business .top_sunshine {
		top: -3px;
	}

	.business .btm_sunshine {
		bottom: -6px;
	}

	.business .guang {
		top: 43%;
		width: 100%;
	}

	.business .guang1 {
		top: 43%;
		width: 100%;
	}

	.syBox4 {
		padding: 40px 0 10px;
	}

	.syBox4_imgBox {
		margin-top: 25px;
	}

	.textBox_li {
		width: 115px;
	}

	.textBox_li:not(:last-child) {
		margin-right: 15px;
	}

	.syBox4_textBox {
		margin-top: 20px;
		width: 95%;
		white-space: nowrap;
		overflow: auto;
		justify-content: flex-start;
	}

	.syBox5_li {
		width: 75%;
		margin-bottom: 20px;
	}

	.syBox5_con_text {
		justify-content: center;
	}

	.common_title {
		font-size: 16px;
	}

	.common_sum {
		margin-top: 10px;
	}

	.syBox5_li img {
		max-width: 25px;
	}

	.syBox5_li .fnt_24 {
		font-size: 16px;
	}

	.syBox6 {
		padding: 30px 0;

	}

	.syBox6 .swiper-container {
		width: 90%;
		margin: 0 auto;
	}

	.syBox6_img {
		width: 100%;
		overflow: hidden;
	}

	.environment_txt {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	.environment .env_point {
		position: unset;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.environment .env_point span {
		width: 40px;
	}

	.syBox7 {
		padding: 40px 0;
	}

	.news .news_flx .common_title {
		width: 100%;
		text-align: left;
	}

	.news .news_flx a {
		width: 150px;
		height: 36px;
		margin-top: 25px;
	}

	.news .news_sw {
		margin: 25px auto 0;
	}

	.news .news_txt {
		padding: 25px 20px;
	}

	.news .news_time {
		margin-top: 15px;
	}

	.mk2_icon ul {
		display: none;
	}

	.mk2_center {
		width: 100%;
		display: flex;
		flex-direction: column;
		left: 0;
	}

	.mk2_center ul {
		display: flex;
		flex-direction: column;
	}

	.jump_btn {
		/* padding: 10px 20px; */
		margin-top: 10px;
		margin-left: 0;
		padding: 10px 20px;
	}

	.mkBox2 .mk2_center {
		left: 0;
	}

	.mk2_bgimg {
		min-height: 400px;
	}


	.mk3_title {
		display: flex;
		flex-direction: column;
	}

	.mk3_tab {
		margin-top: 30px;
	}

	.mk3_tab ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.mk3_tab ul li {
		margin: 0;
		flex: 0 0 48%;
		min-width: 100px;
		padding: 8px 10px;
		margin-bottom: 10px;


	}

	.mk3_tab_list {
		padding: 30px 0 45px 0;
	}


	.mkBox4 {
		padding: 40px 0 60px 0;
	}

	.mk4_text {
		padding: 0 5%;
	}

	.li_active .li_hover {
		display: none;
	}

	.btn_jump {
		margin-top: 10px;
	}


	.mkBox5 {
		padding: 60px 0 80px 0;
	}

	.swiper-scrollbar-horizontal {
		bottom: -40px;
	}

	.baogao {
		margin-top: 35px;
	}

	.mk5_jump {
		margin-top: 20px;
	}

	.mkBox5 .box_item {
		min-height: 100%;
	}

	.mk5_t {
		padding: 0 20px;
	}

	.mk5_m {
		padding: 0 20px;
	}

	.mk5_jump {
		padding: 0 20px;
	}

	.swiper-scrollbar-drag {
		min-width: 30%;
	}

	.mkBox2 .mk2_center ul{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.mkBox2 .mk2_center{
		padding:0 10px;
	}
	.mkBox2 .mk2_center ul li{
		flex: 0 0 49%;
		padding: 10px 20px;
	}
	.jump_btn{
		width: 50%;
	}
	.mk2_center{
		align-items: center;
	}
	.btn_t{
		margin-right: 20px;
		white-space: nowrap;
	}

	.mkBox2 .mk2_center ul li:nth-child(2n):after{
		content: none;
	}
	.icon_bg{
		width: 32px!important;
		height: 32px!important;
	}
	.mk3_title {
    margin-right: 15px;
    margin-left: 15px;
	}
	.mk5_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 15px;
}
	    .footer_btm_left {
        width: 100%;
        text-align: center;
        padding: 0px 15px;
    }
}