@charset "utf-8";
/* CSS Document */
html, body, div, nav, section, footer, p, h1, h2, h3, h4, h5, h6, span, img, a,
ul, li, ol, dl, dd, dt, table, th, tr, td, form, input, select, option, textarea,
button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    vertical-align: top;
}

body {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;

}

ul {
    list-style: none;
}

a {
    color: #CCC;
    text-decoration: none;

}

a:hover {
    color: #f00;
}

.clear::after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clear {
    *zoom: 1;
}

/**集体声明 公共修饰**/
.top {
    width: 100%;
    background: #272727;
}

.top-main {
    width: 1000px;
    margin: auto;
    padding: 20px 0;
}

.logo {
    width: 361px;
    height: 54px;
    float: left;
}

.top-mes {
    width: 250px;
    color: #999;
    font-size: 20px;
    float: right;
    text-align: right;
}

.top-mes p {
    width: 250px;
}

.top-mes img {
    width: 75px;
    height: 19px;
}

/**头部修饰**/

nav {
    width: 100%;
    background: url(../images/bg1.gif) top center repeat-x;
}

nav ul {
    width: 1000px;
    margin: 0 auto;
}

nav ul li {
    width: 125px;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    float: left;
    text-align: center;
    border-right: 1px solid #333;
    box-sizing: border-box;

}

nav ul li:hover {
    background: #333;
    cursor: pointer;
    transition: all 1s linear;
}

/**导航修饰**/
.subnav {
    background: #dddddd;
    width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 40px;
    overflow: hidden;
}

.subnav h4 {
    float: left;
    color: #1d74d5;
    background: url(../images/subnav.png) no-repeat;
    border-radius: 5px;
}

.subnav-fir h4 {
    padding-left: 40px;
    padding-right: 60px;
}

.subnav-sec h4 {
    padding-left: 30px;
    padding-right: 60px;
}

.subnav-fir h4 a, .subnav-sec h4 a {
    color: #1d74d5;
    text-decoration: none;
}

.subnav-fir h4 a:hover {
    color: #000;
}

.subnav-sec h4 a:hover {
    color: #000;
}

/*以上是二级导航声明*/

.content {
    width: 940px;
    margin: 0 auto;
}

.content iframe {
    text-align: center;
}

.content h5 {
    color: #0066cb;
    font-size: 16px;
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: center;
}

.content .tel2 {
    color: #000;
    font-size: 18px;
}

.content p {
    color: #333;
    font-size: 14px;
    padding: 5px 0px;

    text-indent: 28px;
    line-height: 26px;
}

.content img {
    margin-bottom: 20px;
}

/**以上是泽康新闻部分**/

footer {
    width: 100%;
    background-color: #333333;
    margin-top: 20px;
}

.footer_top {
    width: 100%;
    height: 2px;
    background: url("../images/marker3.gif") top center repeat-x;
}

.footer_content {
    width: 70%;
    margin: 0 auto;
    background-color: #333333;
}

.footer_content p {
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 12px;

}
/**底部声明**/

