@charset "utf-8";
/*头尾所需统一样式*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑';
    color: #333333;
    background: #fff;
}

a, ins {
    text-decoration: none;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:visited, a:active, a:focus {
    text-decoration: none;
}

.l_float {
    float: left;
}

.r_float {
    float: right;
}

.hidden {
    display: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*****************************/

/* 通用部分 */

.wrap {
    width: 100%;
    background: #f7f7f7;
}

.content {
    width: 1280px;
    margin: 0 auto;
}

.border {
    border-top: 2px solid #0da4d3;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

/* 主体部分 */

.wrap_main {
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
}

.main_dqwz {
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding-left: 30px;
    background: url(./dqwzBg.png) left center no-repeat;
}

.main_dqwz span {
    font-size: 16px;
    color: #333;
}

.main_dqwz a {
    font-size: 16px;
    color: #333;
}

.main_dqwz a:last-child {
    color: #0fa2d6;
}

.main_article {
    width: 100%;
    border-top: 2px solid #0da4d3;
    padding-left: 20px;
    padding-right: 20px;
}

.article_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 22px;
    text-align: center;
}

.article_subtitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.article_subtitle span{
    padding-left: 20px;
    margin-right: 30px;
}
.article_subtitle span.subtitle1{
    background: url(./articleBg1.png) left center no-repeat;
}
.article_subtitle span.subtitle2{
    background: url(./articleBg2.png) left center no-repeat;
}
.article_subtitle span.subtitle3{
    background: url(./articleBg3.png) left center no-repeat;
}
.article_text{
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 30px;
    min-height:200px;
}
.article_text p{
    text-indent: 2em;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}
.article_fjxx{
    width: 100%;
    margin-top: 50px;
}
.article_fjxx span{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
    display: block;
}
.article_fjxx a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #0da4d3;
    font-size: 16px;
    padding-left: 75px;
}
