<style>



/* 默认字体样式 */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 17px;
}
 
/* 针对手机设备的样式 */
@media only screen and (max-width: 500px) {
    /* 主标题 */
    h1 {
        font-size: 1.7em;
    }
 
    /* 子标题 */
    h2 {
        font-size: 1.3em;
    }
 
    /* 正文 */
    p {
        font-size: 1.2em;
    }
}
 
/* 针对更小屏幕设备的样式 */
@media only screen and (max-width: 320px) {
    /* 主标题 */
    h1 {
        font-size: 1.3em;
    }
 
    /* 子标题 */
    h2 {
        font-size: 1em;
    }
 
    /* 正文 */
    p {
        font-size: 0.9em;
    }
}

h1 {
  font-size: 2rem; /* 设置为24像素 */
}

A:link {COLOR: #000000; 仿宋_GB2312 Regular; TEXT-DECORATION: none}

a:visited {
  color: black;/* 为被访问过的链接设置样式 */
}

a:active {
  color: black;/* 为激活（点击）的链接设置样式 */
}

a:hover {
  color: #313233;/* 为鼠标悬停在链接上时设置样式 */
}

div.parent-class a {
  color: orange;
}


.rounded-corner {
    
   border-top-left-radius: 15px; /* 上方左边圆角大小 */
    border-top-right-radius: 15px; /* 上方右边圆角大小 */

  
}

.img-circle {
  width: 120px; /* 设置图片宽度 */
  height: 120px; /* 设置图片高度，与宽度相等 */
  border-radius: 50%; /* 将图片变成圆形 */
}
.img-circle2 {
  width: 60px; /* 设置图片宽度 */
  height: 60px; /* 设置图片高度，与宽度相等 */
  border-radius: 50%; /* 将图片变成圆形 */
}
.left-aligned-text {
  text-align: left;font-size: 25px; 
}
.bian05 {font-size: 2.2rem; color: #000000;font-weight: bold;}
.bian06 {font-size: 15px; color: #c1c1b9;仿宋_GB2312 Regular;background-color: #fffff8;} 
.bian07 {font-size: 38px; color: #000000;仿宋_GB2312 Regular;} 
.bian08 {font-size: 47px; color: #000000;仿宋_GB2312 Regular;} 
.bian02 {font-size: 39px; color: #000000;仿宋_GB2312 Regular;}
.bian09 {font-size: 32px; color: #000000;仿宋_GB2312 Regular;} 
.bian04 {font-size: 40px; color: #000000;仿宋_GB2312 Regular;} 
.bian10 {font-size: 41px; color: #000000;仿宋_GB2312 Regular;}
.top-bar1 {
    position: fixed;
    top: 0;
    font-size:19px; 
    left: 0;
    width: 100%;
    height: 80px; /* 根据需要调整高度 */
   
   /*background: rgba(253, 254, 254, 1.0); /* 调整rgba的a值来改变透明度，最后的一位0.9就是可调值 */
    text-align: center;
   filter:Alpha(opacity=90);


    line-height: 50px; /* 使得内容垂直居中 */
    z-index: 1000; /* 确保.top-bar在其他内容之上 */
  }




.footer {
    position: fixed; /* 使元素固定 */
    bottom: 0; /* 距离低部0像素 */
    left: 0; /* 距离左侧0像素 */
    width: 100%; /* 宽度为100% */
   height: 85px; /* 根据需要调整高度 */
    background-color: #f7f8fa; /* 背景颜色 */
    color: black; /* 字体颜色 */
    text-align: center; /* 文本居中 */
 
    z-index: 1000; /* 确保.top-bar在其他内容之上 */
  }
.search-input {
 width: 530px; /* 设置宽度 */
    height: 70px; /* 设置高度 */
    float: left; /* 浮动到左侧 */
    border: none; /* 无边框 */
    background-color: #ffffff; /* 设置背景颜色 */
    color: black; /* 设置文本颜色 */
    border-radius: 20px;/* 圆角半径 */
    cursor: pointer; /* 鼠标悬停时显示指针形状 */
	 font-size: 1.6em;

}

 bjt {
        background-image: url('../images/stong1.jpg');/* 设背景置图片 */
    }
	
	
</style>