@charset "UTF-8";
body {
    background: #F5F5F5;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clear {
    zoom: 1
}

.container {
    overflow: hidden;
    min-width: 1280px;
    margin: 0 auto;
    background: #F5F5F5;
    font-family: 微软雅黑;
}

.white-a {
    color: #ffffff;
}

.normal-link {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.normal-link:hover {
    text-decoration: underline;
    color: #6095f3;
}

.header {
    height: 80px;
    background: #598cE2;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    z-index: 1000;
    position: relative;
}

.logo-warp {
    float: left;
    line-height: 80px;
    margin-left: 1%;
}

.logo-warp img {
    width: 500px;
    vertical-align: middle;
}

.nav {
    overflow: hidden;
    height: 100%;
    font-size: 18px;
}

.nav .nav-items {
    /* margin: 0 auto;*/
    margin-left: 10px;
}

.header a:hover {
    color: #ffffff;
}

.nav-item {
    height: 80px;
    line-height: 80px;
    float: left;
    color: #FFFFFF;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
}

.nav-item img {
    float: left;
    display: block;
    margin-top: 28px;
    width: 24px;
}

.nav-item .active-triangle {
    display: none;
    position: absolute;
    border: 6px solid transparent;
    left: 0;
    top: 34px;
    border-left-color: #598cE2
}

/*导航栏选中以及悬浮效果*/
.nav-item:hover {
    background: #4472B8;
}

.nav-item:hover .active-triangle {
    display: block;
}

.nav-item.active {
    background: #4472B8;
}

.nav-item.active .active-triangle {
    display: block;
}

/*底部区域开始*/
.friend-link-area p {
    margin-right: 60px;
    line-height: 36px;
    color: #666;
    font-size: 14px;
}

.friend-link-area p a {
    color: #666;
    text-decoration: none;
}

.friend-link-area p a:hover {
    text-decoration: underline;
}

.friend-link-area p .delimiter {
    padding: 0 5px;
}

.website-navigation {
    overflow: hidden;
    width: 27%;
    float: right;
    line-height: 24px;
}

.website-navigation .title {
    margin-left: 10px;
}

.website-navigation a {
    white-space: nowrap;
    margin-right: 10px;
}

.footer .title {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.index-bottom {
    padding-bottom: 12px;
    background: #598cE2;
    color: #ffffff;
    text-align: center;
}

.index-bottom span{
    color: #FFFFFF;
    font-size: 12px;
}

.index-bottom a{
    color: #FFFFFF;
}
.index-bottom a:hover{
    text-decoration: underline;
    color: #FFFFFF;
}

.index-bottom p {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
   /* padding-right: 20px;*/
    padding-top: 10px;
}

.index-bottom p a:hover {
    text-decoration: underline;
}

/*面包屑*/
.nav-bar {
    margin: 15px 1%;
    width: 98%;
}

.nav-bar span {
    padding: 0px 5px;
    color: #999;
}

.nav-bar span a {
    color: #999;
    text-decoration: none;
}

.nav-bar span a:hover {
    text-decoration: underline;
}

.friend-link-area-warp {
    float: left;
    width: 73%;
    /*margin-right: -356px;*/
    line-height: 24px;
    text-align: center;
}

.friend-link-area select {
    width: 180px;
    font-size: 14px;
}

.footer > div.clear {
    width: 98%;
    margin: 30px 1% 15px 1%;
}

.header .top {
    background: url(../images/head/top.png);
    display: block;
    float: left;
    margin-top: 28px;
}
.header .hb12328 {
    background: url(../images/head/12328kefu.png);
    width: 24px;
    height: 24px;
    background-position: 0 0px;
}

.header .ETC {
    width: 24px;
    height: 24px;
    background-position: 0 0px;
}

.header .fuwu {
    width: 24px;
    height: 24px;
    background-position: 0 -24px;
}

.header .fuwuqu {
    width: 24px;
    height: 24px;
    background-position: 0 -48px;
}

.header .lukuang {
    width: 24px;
    height: 24px;
    background-position: 0 -72px;
}

.header .qixiang {
    width: 24px;
    height: 24px;
    background-position: 0 -96px;
}

.header .shouye {
    width: 24px;
    height: 24px;
    background-position: 0 -120px;
}

.header .timetoday {
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    top: 10px;
    right: 20px;
}

.header .timetoday a {
    color: #FFFFFF;
    text-decoration: none;
}

.header .timetoday a:hover {
    text-decoration: underline;
}
/* 广告 */
.advertisement-top{
    background-color: #57b1fd;
    text-align: center;
    position: relative;
    transition: .5s;
    -moz-transition: .5s; /* Firefox 4 */
    -webkit-transition: .5s; /* Safari 和 Chrome */
    -o-transition: .5s; /* Opera */
    height:100px;
    overflow: hidden;
    opacity: 1;
}
.advertisement-top img{
    height:100px;
    transition: .5s;
    -moz-transition: .5s; /* Firefox 4 */
    -webkit-transition: .5s; /* Safari 和 Chrome */
    -o-transition: .5s; /* Opera */
}
.advertisement-top.hide{
    height:0;
    opacity: 0.5;
}
.advertisement-top .close{
    background:url(../images/index/close.png) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top:5px;
    right:10px;
    border-radius: 50%;
    cursor: pointer;
}