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";
    _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}


/* 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: #03A495;
}

.color {
    color: #03A495;
}

.header_top {
    width: 100%;
    height: 161px;
    background: url(../images/h_bg.png) no-repeat center;
    position: relative;
    z-index: 9;
}

.header_top .right {
    width: 820px;
}

.header_top .right .tops {
    height: 38px;
    text-align: left;
    margin-left: 139px;
}

.header_top .right .tops p {
    display: inline-block;
    line-height: 38px;
    margin-right: 146px;
    color: white;
    padding-left: 30px;
    font-size: 15px;
}

.header_top .right .tops .p1 {
    background: url(../images/h3.png) no-repeat left center;
}

.header_top .right .tops .p2 {
    background: url(../images/h4.png) no-repeat left center;
}

.header_nav {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 16px;
    position: relative;
    right: -15px;
}

.header_nav li {
    padding: 0 10px;
    height: 48px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    text-align: center;
}

.header_nav li:hover,
.header_nav li.hover {
    background: url(../images/h2.png) no-repeat bottom center;
}


/*footer*/

.footer {
    width: 100%;
    background: url(../images/f_bg.png) no-repeat center;
    margin-top: -57px;
    color: white;
}

.footer a {
    color: white;
}

.footer .tops {
    position: relative;
}

.footer .tops .footer_logo {
    position: absolute;
    top: 25px;
    left: 0;
}

.footer .footer_nav {
    text-align: center;
    padding-top: 54px;
    width: 100%;
    border-bottom: 1px solid #01AB9C;
    line-height: 40px;
}

.footer .footer_nav a {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
}

.footer .footer_nav a.txt1 {
    margin-left: 140px;
}

.footer .footer_box {
    margin-top: 40px;
}

.footer .footer_box .right {
    width: 940px;
    margin-left: 260px;
}

.footer .footer_box .right>div {
    display: inline-block;
    vertical-align: top;
}

.footer .footer_box .right .footer_tel {
    margin-left: 180px;
    width: 250px;
}

.footer .footer_box .right .footer_tel .txt1 {
    font-size: 20px;
    padding-left: 35px;
    background: url(../images/f2.png) no-repeat left center;
    line-height: 40px;
}

.footer .footer_box .right .footer_tel div {
    font-size: 18px;
}

.footer .footer_box .right .footer_tel div p {
    line-height: 30px;
}

.footer .footer_box .right .footer_contact {
    width: 350px;
    font-size: 18px;
    margin-left: 64px;
}

.footer .footer_box .right .footer_contact p {
    line-height: 30px;
    margin-top: 5px;
    padding-left: 30px;
}

.footer .footer_box .right .footer_contact .txt1 {
    background: url(../images/f3.png) no-repeat center left;
}

.footer .footer_box .right .footer_contact .txt2 {
    background: url(../images/f4.png) no-repeat center left;
}

.footer .footer_box .right .footer_contact .txt3 {
    background: url(../images/f5.png) no-repeat center left;
}

.footer .footer_bottom {
    width: 100%;
    height: 36px;
    display: block;
    background: #FBFCFD;
    line-height: 36px;
    text-align: center;
    margin-top: 50px;
}

.footer .footer_bottom strong {
    font-weight: 500;
    color: #3F3F3F;
    padding: 0 30px;
}

.footer .footer_bottom strong a {
    color: #3F3F3F;
}