
* {
    margin:0px;
    padding:0px;
}

html {
    padding:0px;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}

body {
    margin:0px;
    padding:0px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
em{ text-decoration:none; font-style:normal;}
table {
    border-collapse:collapse;
    border-spacing:0;
}

img {
    border:none;
}


ol,ul,li {
    list-style:none;
}

/* 标题自定义 */
h1,h2,h3,h4,h5,h6 {
}


a{
	font-family:"Microsoft YaHei";
	text-decoration: none; cursor:pointer;
}
a:hover {
    text-decoration:none;
}
span{
	font-family:"Microsoft YaHei";
}
font{
	font-family:"Microsoft YaHei";
}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.ly_clear {
    height:0px;
    line-height:0px;
    font-size:0px;
    overflow:hidden;
    display:none;
    clear:both;
}
/* 显示和隐藏 */
.ly_hide {
    display:none;
}
.ly_block {
    display:block;
}
.clear{ clear:both;}

.fl{ float:left;}
.fr{ float:right;}



/***********************网页背景***********************/
body{ position:relative;}
.bj {width: 100%; height:auto; position:absolute; left:0; top:0; min-width:1200px;}
.bj img{ width:100%; height:100%;}


.content_box{ width:100%; position:absolute; left:0; top:0;}
.content{ width:1200px; margin:0 auto;}
.spszf{ width:350px; height:77px;}
.spszf img{ width:100%; height:100%;}

.logo{ width:1010px; height:107px; margin:80px auto;}
.logo img{ width:100%; height:100%;}


















