@charset "utf-8";
/* ^1 --------------------------- global constants -------------------------*/
html, body, div, section, article, aside, header, footer, nav, h1, h2,
h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul,
li,dl,dt,dd, figure, canvas, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: normal 12px "Microsoft YaHei","宋体";
    list-style: none;
}
a:link, a:visited {
    text-decoration: none;
}
b, strong {
    font-weight: bold;
}

.clearBoth {
    clear: both;
}
.clearBoth15 {
    clear: both;
    height: 15px;
}
.clearBoth12 {
    clear: both;
    height: 12px;
}
.clearBoth20 {
    clear: both;
    height: 20px;
}
.clearBoth30 {
    clear: both;
    height: 30px;
}
.clearBoth10 {
    clear: both;
    height: 10px;
}
.clearBoth80 {
    clear: both;
    height: 80px;
}
.clearBoth5 {
    clear: both;
    height: 5px;
}
.clearBoth2 {
    clear: both;
    height: 2px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.red {
    color: #c50805;
}
/* 1 --------------------------- header -------------------------*/
.header {
    /*border-top: 8px solid #ed1d24;*/
    height: 140px;
    background: url("../images/header-bg.png") repeat-x left top;

}
.header-main {
    width: 1024px;
    margin: 0 auto;
}
.header-link p {
    color: #ec1b23;
}
.header-link p a {
    margin: 0 8px;
    color: #ec1b23;
}
.header-link p a:hover {
    text-decoration: underline;
}
.header-guide {
	float:right;
}
.search {
    float: right;
}
.search-text {
    background: #fff;
    float: left;
    font-family: "宋体";
    font-size: 12px;
    height: 25px;
    text-indent: 1rem;
    width: 120px;
    border: 1px solid #d0d0d0;
}
.search a {
    float: left;
    width: 50px;
    height: 29px;
    background: #9d3328;
    display: block;
    color: #FFF;
    line-height: 27px;
    text-align: center;
}
.nav {
    border-bottom: 8px solid #ed1d24;
    height: 100px;
    background: url("../images/nav-bg.png") repeat-x left top;
}
.nav-list {
    width: 1024px;
    margin: 0 auto;
}
.nav-list li {
    float: left;
}
.nav-list li a {
    background: url("../images/nav-line.png") no-repeat right top;
    float: left;
    height: 70px;
    text-align: center;
    width: 113px;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 30px 0 0 0;
    font-weight: bold;
}
.nav-list li a span{
    color: #fff;
    display: block;
    line-height: 16px;
}
.nav-list-menu li a {
    background: none;
    height: auto;
    width: auto;
}
.nav-list li a:hover {
    color: #FFF;
    height: 70px;
    background: url("../images/nav.png") no-repeat left top;
}
.nav-list li a:hover span{
    color: #FFF;
}
.nav-list .on {
    color: #FFF;
    height: 70px;
    background: url("../images/nav.png") no-repeat left top;
}
.nav-list .on  span{
    color: #FFF;
}
.nav-list .nav-list-menu {
    width: 113px;
    background: #ed1d24;
    margin-left: 0;
    margin-top: 90px;
    position: absolute;
    z-index: 1000;
    padding: 10px 0;
    display: none;
}
.nav-list .nav-list-menu li {
    float: none;
}
.nav-list .nav-list-menu li a {
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    width: auto;
    height: auto;
    display: block;
    padding: 0;
    float: none;
    line-height: 32px;
}
.nav-list .nav-list-menu li a:hover {
    background: #d90616;
    height: auto;
}
.friend-link {
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.friend-link-main {
    width: 905px;
    margin: 30px 0 0 0;
}
.friend-link-main dl {
    float: left;
    height: 70px;
    padding: 0 15px 0 15px;
    border-right: 1px solid #ccc;
}
.friend-link-main dt a {
    font-size: 16px;
    color: #000;
    margin: 0 0 10px 0;
    display: block;

}
.friend-link-main dd a {
    font-size: 14px;
    color: #828282;
    line-height: 24px;
}
.friend-link-main dd {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.index-contact-top span {
    float: left;
    margin: 0 0 0 20px;
}
.index-contact-top span h2 {
    font-size: 18px;
    color: #686868;
}
.index-contact-top span p{
    color: #955317;
    font-size: 20px;
}
.index-contact-top img {
    float: left;
    padding: 0 20px 0 0;
    border-right: 1px solid #ccc;
}
.index-contact-add p {
    font-size: 16px;
    color: #686868;
}
.copyright {
    height: 90px;
    background: #ed1d24;
}

.copyright-main {
    height: 60px;
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.copyright-main p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
/*-----------------page------------------*/
.pagination {
    float: right;
}
.pagination>i{
    margin-right:5px;
    font-size: 12px;
    color: #666;
    font-style: normal;
}
.pagination>span {
    font-size: 0;
}
.pagination>span>span {
    display:inline-block;
    margin-right: 5px; 
    text-align: center;
    border: 1px solid #dedede;
    color: #666;
    font-size: 14px;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    text-decoration: none;
}
.pagination>span>span a {
    display:inline-block;
    width: 100%;
    height: 100%;
    color:#666;
}
.pagination>span>span:hover {
    border: 1px solid #c50805;
    color:#fff;
    background: #c50805;
    font-size: 14px;
}
.pagination>span>span:hover a {
    color: #fff;
}
.pagination .p_no_d, .pagination>span[name]>span:not([style]) {
    border: 1px solid #c50805;
    color:#fff;
    background: #c50805;
    padding: 0 10px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.footer-ewm {
    width: 115px;
}
.footer-ewm h2 {
    font-size: 14px;
    color: #955317;
    line-height: 26px;
}