@charset "gb2312";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    --contentHeight: calc(100vh - 251px); /*宽度自适应，与首页图片自适应*/
    --contentWidth: calc((100vh - 251px) * 1.6); /*1.6为图标长宽比*/
}
* {
    box-sizing: content-box !important;
}
/*body{ text-align: center; background:url(../images/bg/body-bg.jpg) repeat;}*/
p{ text-indent:0px; line-height:23px; text-align:justify; text-justify:inter-ideograph;}
img{
	border: 0px;
	display: compact;
}
.man {
    width: var(--contentWidth); 
    margin: 0px auto;
    height:101px;
}
.manbody {
    width: var(--contentWidth);
    margin: 0px auto;
    padding-bottom:120px
}
a{ text-decoration:none; }
a:hover{ text-decoration:underline;}
.clear{ clear:both; height:0px; overflow:hidden;}
.blank01{ width:100%; clear:both; height:1px; overflow:hidden;}
.blank5{ width:100%; clear:both; height:5px; overflow:hidden;}
.blank8{ width:100%; clear:both; height:8px; overflow:hidden;}
.blank10{ width:100%; clear:both; height:10px; overflow:hidden;}
.blank15{ width:100%; clear:both; height:15px; overflow:hidden; }
.blank32{ width:100%; clear:both; height:32px; overflow:hidden;}
.blank52{ width:100%; clear:both; height:52px; overflow:hidden;}
.le{ float:left; display:inline;}
.ri{ float:right; display:inline;}
.tit{ background-image:url(../images/bg/tit.jpg); background-repeat:no-repeat;}

.pointer {
    cursor: pointer;
}