/* CSS Document */
html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
html{
    background-attachment: fixed;
    background:url(/bj.gif);
	/*background-color:#ffffff;*/
}
body{
    max-width: 100%;
    margin:0 auto;
	/*background-color:#ffffff;*/
/*    overflow-x: hidden;*/
}
.kuang{max-width: 1000px;}
/*链接不带线*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*header*/
.dingbu{
	position: fixed;
	z-index: 99;
	height: 40px;
	width: 100%;
	max-width: 100%;
	background: #ffffff;
}
/*自适应字体*/
.fen28-15{color: #FF00FF; font-weight: bold; font-size: 30px;}
.hong24-11{color: #FF0000; font-weight: bold; font-size: 24px;}
.lan24-11{color: #0000FF; font-weight: bold; font-size: 24px;}
.hei24-11{color: #000000; font-weight: bold; font-size: 24px;}
.huangdihongzi{background:#FFFF00; color: #FF0000; font-weight: bold; font-size: 18px;}
.hong18-14{color: #FF0000; font-weight: bold; font-size: 18px;}
.lan18-14{color: #0000FF; font-weight: bold; font-size: 18px;}
.hei18-15{color: #000000; font-weight: bold; font-size: 18px;}
.lan16-12 {color: #0099FF; font-weight: bold; font-size: 16px;}	
.hui16-10 {color: #888888; font-weight: bold; font-size: 16px;}
.bai14{color: #FFFFFF; font-weight: bold; font-size: 14px;}
.huang14 {color: #FFFF00; font-weight: bold; font-size: 14px;}
.jin12 {color: #7E7E3F; font-size: 12px;}
.hong12{color: #FF0000; font-weight: bold; font-size: 12px;}
.lan12{color: #0000FF; font-weight: bold; font-size: 12px;}
@media screen and (max-width: 760px){
.fen28-15{display:inline-block;/*让span变为块状元bai素，只有块状元素可以缩放du*/ transform:scale(1,1.5); color: #FF00FF; font-weight: bold; font-size: 15px;}
.hong24-11{display:inline-block;/*让span变为块状元bai素，只有块状元素可以缩放du*/ transform:scale(1,1.5); color: #FF0000; font-size: 11px;}
.lan24-11{display:inline-block;/*让span变为块状元bai素，只有块状元素可以缩放du*/ transform:scale(1,1.5); color: #0000FF; font-size: 11px;}
.hei24-11{display:inline-block;/*让span变为块状元bai素，只有块状元素可以缩放du*/ transform:scale(1,1.5); color: #000000; font-size: 11px;}
.huangdihongzi{background:#FFFF00; color: #FF0000; font-weight: bold; font-size: 14px;}
.hong18-14{color: #FF0000; font-weight: bold; font-size: 14px;}
.lan18-14{color: #0000FF; font-weight: bold; font-size: 14px;}
.hei18-15{color: #000000; font-weight: bold; font-size: 15px;}
.lan16-12 {color: #0099FF; font-weight: bold; font-size: 12px;}	
.hui16-10 {color: #888888; font-weight: bold; font-size: 10px;}	
}