@charset "UTF-8";
/*--------------
===页面通用样式设置===
---------------*/
body, p, span, h1, h2, h3, h4, h5, h6, button,img {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}
a {
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}
/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

section {
    margin: 10px 0 0 0;
}

.hr_10 {
    box-sizing: content-box;
    height: 10px;
    overflow: visible;
}

.header{
    background: url(wfhydc-head.gif) top center no-repeat;
    height: 460px;
    background-size: cover;
}
.home-nav{
    float: right;
    width: 108px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #6a7e93;
    margin: 13px 28px 0 0;
    color: #fff;
}
.home-nav a{
    color: #fff;
    display: block;
}
.home-nav a:hover{
    background-color: rgba(0,0,0,0.5);
}
.banner{
    height: 150px;
    background-color: #286CAE;
}
.container{
    width: 950px;
    margin: 0 auto;
    color:#fff;
}
.container p{
    line-height: 30px;
    font-size: 16px;
    padding: 30px 0;
}
.main-box{
    margin: 60px 0 30px;
}
.list-con{
    clear: both;
    margin: 5px auto;
}
.list-con li{
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
}
.list-con li a{
    display: block;
    background: url(hy-list-icon.jpg) left center no-repeat;
    text-align: left;
    text-indent: 15px;
    border-bottom: 1px dashed #ccc;
}
.list-con li span{
    float: right;
}
a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color:#333;
}
a.com:hover{
    color: #b00c0c;
}
