/* CSS Document */
/*总体样式*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 宋体;
    font-size: 12px;
    color: #000000;
    background-color: #f6f6f6;
}

img {
    border: none;
}

a:hover {
    color: #e60012;
}

a {
    color: #000000;
    text-decoration: none;
}

li {
    list-style-type: none;
}

.more {
    float: right;
    width: 80px;
    height: 100%;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

/*网站头部公用样式*/
#head {
    margin: 0 auto;
    /*	width:100%;
        height:120px;*/
    overflow: hidden;
    /*background:url(../images/head.jpg) center 0 no-repeat;*/
    position: relative;
}

.ser {
    width: 180px;
    height: 36px;
    line-height: 36px;
    top: 20px;
    left: 50%;
    position: absolute;
    z-index: 1px;
}

.ser a {
    display: block;
    width: 46px;
    height: 20px;
    background: url(../image/serch.jpg) 0 0 no-repeat;
    float: right;
    margin-right: 30px;
    margin-top: 8px;
}

#search_box {
    width: 50%;
}

#search_box1 {
    width: 50%;
    margin-top: 8px;
}

#nav {
    margin: 0 auto 10px;
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    overflow: hidden;
    background: url(../image/bgIn.jpg) repeat-x;

}

#nav a {
    color: #ffffff;
    font-weight: bold;
    padding: 0 4px;
}

#nav a:hover {
    text-decoration: underline;
}

/*#banner {
	margin:0 auto;
	width:100%;
	height:130px;
	overflow:hidden;
	text-align:center;
}
#kinMaxShow {
	width:100%;
	height:130px;
}*/
/*边栏样式*/
.c_r {
    float: right;
    width: 306px;
}

.products {
    width: 306px;
    height: 640px;
    background: url(http://anpusw.com/wap/images/products.jpg) no-repeat;
}

.products dt {
    height: 50px;
}

.products dd {
    height: 585px;
    padding: 5px 45px 0 35px;
    font-size: 14px;
}

.products dd li {
    height: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.products dd li a.par {
    display: block;
    width: 211px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background: url(http://anpusw.com/wap/images/product_dot.jpg) 3px 12px no-repeat;
    overflow: hidden;
}

.products dd li a.par:hover {
    font-weight: bold;
    color: #0a7bd7;
}

.products dd li .hover {
    font-weight: bold;
    color: #0a7bd7;
}

.products li div {
    display: none;
    width: 90px;
    position: absolute;
    top: 0;
    left: -100px;
    padding: 5px;
    border: 1px solid #3793DF;
    background-color: #ffffff;
}

.products li.block div {
    display: block;
}

.products li.block div a {
    display: inline-block;
    padding: 0 10px 0 16px;
    width: 64px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    border-bottom: 1px dashed #3793DF;
    background: url(http://anpusw.com/wap/images/dot.jpg) 0 7px no-repeat;
}

.products li.block div a:hover {
    color: #e40b01;
}

.products dd a#feedback {
    background: url(http://anpusw.com/wap/images/feedback.jpg) no-repeat;
    width: 225px;
    height: 60px;
    margin-top: 10px;
    display: block;
}

.products dd a#join {
    background: url(http://anpusw.com/wap/images/join.jpg) no-repeat;
    width: 225px;
    height: 60px;
    margin-top: 10px;
    display: block;
}

/*网站底部公用样式*/
#footer {
    margin: 0 auto;
    width: 100%;
    line-height: 24px;
    text-align: center;
    padding-top: 8px;
    border-top: 1px dashed #cccccc;
}

/* 边栏样式 */

/* 网站公用样式 */
.rightContent {
    margin: 0 auto;
    width: 100%;
}

.rightContent dt {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    color: #a65929;
    font-family: 微软雅黑;
    font-size: 14px;
    overflow: hidden;
    /*background:url(../images/title_bg.jpg) center 0 no-repeat;*/
    border: 1px solid #7BCD47;
    font-weight: bold;
    margin: 0 1px;
}

.rightContent dt span {
    float: right;
    line-height: 30px;
    margin-right: 10px;
}

.rightContent dt span a {
    color: #a65929;
}

div.pages {
    line-height: 20px;
    float: right;
    margin: 30px 0 10px 20px;
    clear: both;
}

div.pages a, div.pages span {
    color: #e60012;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 2px;
    padding: 0 4px;
}

div.pages a:link, div.pages a:visited {
    background-color: #940000;
    color: #fff;
    text-decoration: none;
}

div.pages a:hover {
    background: #940000;
    color: #000;
}

.preAndNext {
    margin: 20px 0px 10px;
    padding: 10px 0 0 5px;
    color: #666666;
    border-top: dotted 1px #ccc;
}

.preAndNext a {
    line-height: 24px;
}

.arcInfo {
    text-align: center;
    line-height: 16px;
    margin: 0 auto;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
    padding-bottom: 5px;
}

.title {
    /*width:100%;*/
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
}