
body{
	margin: 0;
	padding: 0;
	min-width: 1200px;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.w800{
	width: 800px;
	margin: 0 auto;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.img_s img{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.img_x img{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.a1{
	margin: 45px 0!important;
}
.a2{
	margin-bottom: 80px!important;
}
.foot{
	font-size: 16px;
	text-align: center;
	margin: 35px 0;
}
.foot p{
	margin: 0;
	padding: 0;
}
.a3{
	margin: 80px 0!important;
}
.p1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px!important;
}
.p2{
	margin-top: 30px!important;
	font-size: 14px;
}
.foot span{
	font-weight: bold;
}
.ab1{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.ab .w800{
	position: relative;
}
.ab_box img{
	width: 200px;
}
.ab_box{
	position: absolute;
	top: 171px;
	z-index: 99999;
	left: 45px;
}
.cb_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    grid-area: columns;
}
.column {
    color: black;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}
.itemsborder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    text-align: center;
    height: 56px;
    border-bottom: 0.5px solid #d9d9d9;
    grid-area: items;
}
.item1 {
    color: black;
    padding: 5px;
    font-size: 16px;
    font-weight: 200;
    white-space: nowrap;
}
.item2 {
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 20px;
    background-color: #47189e;
    color: white;
    width: 140px;
    margin: 0 auto;
}
