@charset "utf-8";
/* CSS Document */
/*  公共样式    */
* {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none outside none;
}
a {
    color: #333333;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size:18px
}
h2 {
	font-size:16px
}
h3 {
	font-size:14px
}
h4 {
	font-size:12px
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
body{
	font-family:"微软雅黑";
	font-size:12px;
	background:#fff;
	overflow-x:hidden;
}

/********产品内容页，相关资讯*********/
.corrtion {
    margin-right: 34px;
    width: 45%;
    height: 570px;
    float: left;
}
.xg_wenz {
    height: 50%;
}
.xg_wenz li {
    line-height: 24px;
}













