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;
}

.header_top {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 95px;
    background: url(../images/h_bg.png) no-repeat center;
}

.header_top .wrap {
    padding-top: 25px;
}

.header_top .menu {
    width: auto;
    text-align: center;
}

.header_top .menu li {
    width: 100px;
    display: inline-block;
    text-align: right;
    height: 60px;
    background: url(../images/h2.png) no-repeat left top;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.header_top .menu li>a {
    color: #666666;
}

.header_top .menu li .menu_2 {
    width: 110px;
    padding-left: 16px;
    height: auto;
    padding-top: 30px;
    border-bottom: 5px solid #01BEA8;
    position: absolute;
    top: 60px;
    left: -13px;
    display: none;
    background: url(../images/h4.png) no-repeat center top white;
}


/* .header_top .menu li:nth-child(2) .menu_2 {
    display: block
} */

.header_top .menu li .menu_2 p {
    width: 95px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E4E3E3;
    background: url(../images/h3.png) no-repeat left center;
    padding-left: 15px;
    text-align: left;
}

.header_top .menu li .menu_2 p:hover a {
    color: #00A1E1;
}

.header_top .menu li .menu_3 {
    width: 525px;
}

.header_top .menu li .menu_3 p {
    float: left;
    width: 160px;
}

.header_top .menu li.first {
    background: 0;
}

.header_top .menu li:hover>a {
    color: #00A1E1;
}

.header_top .menu li:hover .menu_2 {
    display: block;
}

.header_top .menu li.hover>a {
    color: #00A1E1;
}


/*footer*/

.footer {
    width: 100%;
    padding-top: 43px;
    height: auto;
    background: #4B4B4B;
}

.footer .left {
    width: 384px;
    height: auto;
}

.footer .left h2 {
    font-size: 30px;
    color: #FFFFFF;
}

.footer .left div {
    margin-top: 15px;
}

.footer .left div a {
    color: #9A9A9A !important;
}

.footer .left div a span {
    color: #9A9A9A !important;
}

.footer .left div p {
    line-height: 30px;
    color: #9A9A9A;
}

.footer .right {
    width: 760px;
    text-align: left;
}

.footer .right li {
    width: 158px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.footer .right li .txt1 {
    font-size: 16px;
    height: 42px;
    background: url(../images/f1.png) no-repeat left bottom;
}

.footer .right li .txt1 a {
    color: #FFFFFF;
}

.footer .right li div {
    margin-top: 15px;
    height: 240px;
    overflow: hidden;
}

.footer .right li div p {
    margin-bottom: 10px;
}

.footer .right li div p a {
    color: #A2A2A2;
}

.footer .right li.chat {
    width: 120px;
    height: auto;
}

.footer .right li.chat img {
    width: 120px;
    height: 120px;
    margin-top: 15px;
}

.footer_bottom {
    width: 100%;
    height: 50px;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
    background: #3A3A3A;
}

.footer_bottom strong {
    font-weight: 500;
    color: #A2A2A2;
    margin: 0 20px;
}

.footer_bottom strong a {
    color: #A2A2A2;
}