﻿html {
    background: #FFF;
}

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: url("../images/bg.jpg") center top no-repeat;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

legend {
    color: #000
}

iframe {
    display: block;
}



select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* header */
#header{
    height: 344px;
}
.ewb-header {
    overflow: hidden;
}

.hd-logo {
    margin-top: 60px;
}

.hd-logo>img {
    float: left;
    width: 70px;
}

.hd-logo>p {
    float: left;
    line-height: 76px;
    margin-left: 20px;
    font-size: 35px;
    color: #fff;
}

.header-title {
    line-height: 208px;
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 3px rgba(0, 72, 151, 0.5);
}

/* footer */
.ewb-footer{
    margin-top: 35px;
    text-align: center;
}
.footer-cont{
    display: inline-block;
    font-size: 16px;
}
.footer-cont>img{
    float: left;
    margin-top: 5px;
}
.footer-p{
    float: left;
    line-height: 36px;
}
.footer-unit>span{
    display: inline-block;
    margin-right: 20px;
}
.footer-ab>span,
.footer-ab-bs{
    margin-right: 20px;
}
.footer-ab-x>i{
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin: 10px 5px 0 0;
    background: url("../images/icon_ab.png") center center no-repeat; 
}


/* pad */
@media (max-width:979px) {
    .ewb-footer{
        margin-top: 0;
        padding: 20px 0;
    }
    .footer-cont{
        position: relative;
        display: block;
    }
    .footer-p{
        float: none;
    }
    .footer-p>p span,
    .footer-p>p a{
        display: block;
        margin-right: 0;
    }
    .footer-cont>img{
        position: absolute;
        float: none;
        margin-top: 0;
        top: 83px;
        right: 133px;
    }
   
}
/* phone */
@media (max-width:767px) {
    #header{
        height: auto;
        padding:10px 0
    }
    .hd-logo{
        margin-top: 0;
    }
    .hd-logo>img{
        width: 55px;
    }
    .hd-logo>p{
        font-size: 24px;
        line-height: 60px;
    }
    .header-title{
        font-size: 45px;
        line-height: 100px;
    }
    .footer-cont>img{
        top: 98px;
        right: 0;
    }
}

.col-md-6{
	min-height:1px;
}

.fj {
    font-size: 16px;
}

.nicescroll-rails {
    margin-top: 20px;
}
/**左侧栏目**/
 
.wb-tree-item.hasChild>a {
    background: url(../images/icon_la1.png) right 21px center no-repeat;
}

.wb-tree-item .wb-tree-ss{
    display: none;
}

.wb-tree-item.current .wb-tree-ss{
    display: block;
}
.wb-tree-ii>a:hover {
    color: #1466b8;
    background-image: url(../images/icon_dian2.png);
}
.wb-tree-ii>a {
    display: block;
    height: 31px;
    line-height: 31px;
    padding-left: 84px;
    background: url(../images/icon_dian3.png) 73px center no-repeat;
}

.wb-tree-ii.current{
	color:#2d66a5;
}

.wb-tree-item.current >a{
	color:#2d66a5;
}