@charset "utf-8";
html {
    font-family: "思源黑体";
    margin: 0px;
    padding: 0px;
    height: 100%;
	
}
a{ text-decoration:none;}

.yindaobg {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    background-image: url("/bolaite/images/index.jpg");
    background-size: cover;
    background-position: center center;
}
.bj {
    position: relative;
    top: 20vh;
    text-align: center;
}
.logo {
    width: 100%;
}
.logoimg {
    width: 230px;
}
.kh {
    text-align: center;
}
.kh h2{font-weight: bold;    font-size: 48px; margin-top: 3%; margin-bottom:0px;}
.kh h3 {
    color: #000;
   font-size: 24px;
    letter-spacing: 1px;
}
.xz {
    margin-top: 6%;
    text-align: center;
}
.aj {
       padding: 10px 50px;
    font-size: 20px;
    margin: 20px;
    border-radius: 25px;
    position: relative;
    color: #fff;
    background-color: #f9c01e;
}
.aj:hover{ background-color:#00705f;}
.beian{text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;}
.beian a{ color:#fff;}
@media (max-width:767px){
.aj{ margin:0;}
.xz{ margin-top:10%;}
.kh h2{ font-size:24px;}
.kh h3{ font-size:14px;}
}