*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover, a:focus {text-decoration: none;}
li {
  list-style: none;
}
/* À¸Ä¿Ò» */

.c-banner4-wrap {
	text-align: center;
	padding: 50px 0 30px 0;
	
}
.c-banner4-wrap .c-title {
  font-size: 20px;
  line-height: 2;
  
}
.c-banner4-wrap  .swiper-slide {
  font-size: 16px;
  line-height: 1.8;
}
.swiper-wrapper {
	line-height: 2;
	padding-bottom: 0px;
	margin-bottom: -30px;
}
.c-banner4-wrap .c-title span {
  color: #2285ed;
  
}
.c-banner4 {
  padding: 30px 0;
}
.c-banner4 .c-text {
	width: 90%;
	border-radius: 35px;
	background: #fff;
	margin: 0 auto 20px;
	padding: 10px 0;
	font-size: 12px;
}
.c-banner4 .swiper-pagination {
  bottom: 0;
}

/* µ×²¿¸¡´° */
.c-footerFixed {
	position: fixed;
	bottom: -18px;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 8%;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
	margin-left: 0px;
}
.c-footerFixed li {
	float: left;
	width: 28%;
	font-size: 14px;
	height: 100%;
	line-height: 1rem;
	text-align: center;
	background: #2b8beb;
display: flex; 
 align-items: center;
}
.c-footerFixed li:last-child {
  width: 44%;
  background: #a06eff;
}
.c-footerFixed li a {
  display: block;
  color: #fff;
}
.c-footerFixed li img {
  height: 18px;
  vertical-align: top;
}
