/* PC端下拉菜单  */
#wp .wp {
    width: auto;
}

#ct {
    padding: 20px 20px;
}

.fleft {
    float: left
}

.fright {
    float: right
}



/* header */
.mininav {
    border: none;
    background-color: #002d54;
    height: auto;
}

.mininav a {
    color: #fff
}

.funcset > ul > li {
    float: left;
    height: 68px;
    *height: auto;
    _height: auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    display: block
}

.funcset > ul > li:hover {
    cursor: pointer;
}

.funcset > ul > li > div {
    background-color: #fff;
    position: absolute;
    width: 100%;
    opacity: 0;
	filter:alpha(opacity=0);
    left: 0;
    height: 0;
    top: 68px;
    z-index: 999;
    overflow: hidden;
}


.funcset .mainav > li:first-child {
    border-left: 0px dotted rgba(41, 128, 185, 0.3);
}

.funcset .mainav > li {
    background-color: #002D54;
    border-right: 0px dotted rgba(41, 128, 185, 0.3);
}

.funcset > ul > li i {
    opacity: 0.5;
	filter:alpha(opacity=50);
    color: #fff;
}

.funcset > ul > li div i {
    padding-right: 5px;
}

.funright li {
    width: 120px;
    padding: 13px 0;
}

.mainav > li > div, .mainav > li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mainav > li > span {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 12px 13px;
	color:#fff;
}

.mainav > li > span a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 12px 0px;
	color:#fff;
}

.mainav > li:hover {
    background-color: #2f88c0;
}

.mainav > li:hover > span {
    opacity: 0.9;
	filter:alpha(opacity=90);
    background-color: #fff;
    font-weight: 600;
}
.mainav > li:hover > span > a {
    opacity: 0.9;
	filter:alpha(opacity=90);
    background-color: #fff;
    font-weight: 600;
	color:#002d54;
}

.mainav > li.bgpatch:hover > span {
    opacity: 1 !important;
	filter:alpha(opacity=100);
}

.mainav > li:hover > span > i {
    opacity: 0.9;
	filter:alpha(opacity=90);
}

.mainav > li:hover > div {
    opacity: 0.9;
	filter:alpha(opacity=90);
    height: 131px;
}

.mainav > li a {
    font-weight: 600;
}

.menu-1 a, .menu-1:hover, .menu-1:hover i {
    color: #002d54;
}

.nmbg-1 {
    background-color: #002d54;
}

.menu-1:hover {
    border-top: 6px solid #002d54;
}

.menu-2 a, .menu-2:hover, .menu-2:hover i {
    color: #a51421
}

.nmbg-2 {
    background-color: #a51421;
}

.menu-2:hover {
    border-top: 6px solid #a51421;
}

.menu-3 a, .menu-3:hover, .menu-3:hover i {
    color: #f66014
}

.nmbg-3 {
    background-color: #f66014;
}

.menu-3:hover {
    border-top: 6px solid #f66014;
}

.menu-4 a, .menu-4:hover, .menu-4:hover i {
    color: #33691E
}

.nmbg-4 {
    background-color: #33691E;
}

.menu-4:hover {
    border-top: 6px solid #33691E;
}
.navul li {
    width: 160px;
}
ul.navul {
    float: left;
    min-width: 240px !important;
    padding: 20px 5px;
    text-align: left;
}
ul.navul a {
    font-size: 14px;
    line-height: 24px;
}
ul.navul a:hover {
    text-decoration: none;
}