body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1000px;
    font-family: "Microsoft YaHei";
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1000px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #3671cf;
}

.color {
    color: #3671cf;
}


/*menu*/

.header_top {
    width: 100%;
    height: 125px;
    background: url(../images/h_bg.jpg) no-repeat center;
}

.header_phone {
    width: 340px;
    height: 31px;
    line-height: 31px;
    color: white;
    padding-left: 83px;
    margin-top: 82px;
}

.header_phone span {
    font-size: 18px;
    letter-spacing: 2px;
}

.header_nav {
    width: 570px;
    height: 125px;
}

.header_nav li {
    width: 95px;
    height: 95px;
    text-align: center;
    padding-top: 30px;
    float: left;
}

.header_nav li a {
    display: block;
    width: 100%;
}

.header_nav li p {
    font-size: 15px;
    margin-top: 5px;
    color: white;
}

.header_nav li.hover,
.header_nav li:hover {
    background: #9E0323;
}


/*footer*/


/*footer*/

.footer {
    width: 100%;
    background: url(../images/f8.png) no-repeat top center black;
    color: #CBC9C9;
    height: 424px;
}

.footer .list {
    width: 250px;
    height: auto;
    float: left;
    margin-right: 60px;
    margin-top: 90px;
    height: 290px;
}

.footer .list .title {
    height: 40px;
    font-size: 18px;
    background: url(../images/f1.png) no-repeat bottom left;
    margin-bottom: 25px;
}

.footer_contact .txt p {
    width: 210px;
    padding-left: 38px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.footer_contact .txt p.add01 {
    background: url(../images/f2.png) no-repeat left center;
}

.footer_contact .txt p.add02 {
    background: url(../images/f3.png) no-repeat left center;
}

.footer_contact .txt p.add03 {
    background: url(../images/f4.png) no-repeat left center;
}

.footer_contact .txt p.add04 {
    background: url(../images/f5.png) no-repeat left center;
}

.footer_nav ul li {
    width: 67px;
    margin-right: 40px;
    background: url(../images/f6.png) no-repeat left center;
    padding-left: 38px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    float: left;
}

.footer_nav ul li a {
    color: #CBC9C9;
}

.footer_bottom {
    width: 100%;
    border-top: 1px solid #212121;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.footer_bottom strong {
    font-weight: 500;
    margin: 0 20px;
}

.footer_bottom strong a {
    color: #CBC9C9;
}

.footer_message {
    position: absolute;
    right: 0;
    top: -14px;
    width: 584px;
    height: 397px;
    background: url(../images/m4.png) no-repeat center;
}

.footer_message form {
    display: block;
    width: 422px;
    padding-top: 98px;
    margin: 0 auto;
    position: relative;
}

.footer_message form .msg01 input {
    width: 170px;
    height: 33px;
    padding-left: 10px;
    color: #3F3F3F;
    border-radius: 16.5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    font-size: 16px;
}

.footer_message form .texar {
    width: 422px;
    height: 112px;
    border-radius: 16.5px;
    background: white;
    border: 1px solid transparent;
    line-height: 33px;
    text-indent: 10px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer_message form input.btnt {
    display: block;
    width: 118px;
    height: 39px;
    background: url(../images/m1.png) no-repeat center;
    line-height: 110px;
    text-align: center;
    color: white;
    font-size: 18px;
    letter-spacing: 10px;
    outline: none;
    cursor: pointer;
    margin: 20px auto 0;
}

.guesbook_txt {
    position: absolute;
    display: inline-block;
    left: 147px;
    top: 34px;
}