@charset "utf-8";
/*logo*/
#logo-warp {
    padding: 15px 0;
}

#logo-img {
    width: 120px;
    height: 70px;
}

#logo-warp img {
    width: 100%;
    height: 100%;
}

#logo-keyword {
    height: 70px;
    line-height: 70px;
    font-weight: 400;
    font-size: 22px;
    margin-left: 30px;
    color: #00cd00;
    font-weight: bold;
}

/*nav*/
#nav {
    /*background: #48D1CC;*/
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}

#nav > li {
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    border-radius: 35px;
    margin-left: 4px;
}

#nav > li:hover {
    background: #00cd00;
}

#nav > li:hover a {
    color: #fff;
}

#nav > li > a {
    /*color: #fff;*/
    display: block;
}

.sub-nav {
    width: 90px;
    position: absolute;
    top: 40px;
    z-index: 999;
    font-size: 14px;
    text-align: center;
    /*background: #00cd00;*/
    display: none;
}

.sub-nav li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    /*border-top: 2px solid #fff;*/
    border-radius: 17px;
    background: #00cd00;
    margin-top: 4px;
}

.sub-nav li a {
    color: #fff;
}

.sub-nav li:hover a {
    color: #fba50a;
}

.active {
    background: #00cd00;
}

.active a {
    color: #fff;
}

/*首页轮播图*/
.slider-wrap {
    overflow: hidden;
    width: 100%;
    height: 350px;
    position: relative;
    border-bottom: 1px solid #c5c5c6;
}
.slider-wrap ul li {
    position: absolute;
}
.slider-wrap ul li img {
    width: 1920px;
    height: 350px;
    position: relative;
    left: 0;
}
.button-wrap {
    width: 200px;
    height: 17px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left:50%;
    margin-left: -100px;
}

.button-wrap a {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 0 0 0 8px;
    background: #fff;
    border-radius: 8px;
}

.button-wrap a.active {
    background: #00cd00;
    overflow: hidden;
}

.prev-stn {
    left: 23px;
    background: url("../image/slider-btn.png") no-repeat;
}
.next-stn {
    right: 23px;
    background: url("../image/slider-btn.png") 0 -40px no-repeat;
}
.prev-stn, .next-stn {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 150px;
    cursor: pointer;
}

/*侧边栏-左*/
#slide-left {
    width: 100px;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -215px;
}

#slide-left li {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 2px;
    border-radius: 20px;
    background: #edf8fc;
    cursor: pointer;
}

#slide-left li:hover {
    background: #00cd00;
}

#slide-left li:hover a {
    color: #fff;
}

#slide-left a {
    display: block;
    border-radius: 20px;
}

/*侧边栏-天气*/
#slide-weather {
    width: 100px;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: 120px;
}

/*侧边栏-右*/
#slide-right {
    width: 50px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -50px;
    border-top: 2px solid #f3f4f7;
    border-left: 2px solid #f3f4f7;
    font-size: 12px;
}

#slide-right li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px solid #f3f4f7;
    background: #fff;
    cursor: pointer;
    position: relative;
}

#slide-right li a {
    display: block;
}

#slide-right .img-small {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

.slide-right-show {
    width: 140px;
    background: #fff;
    border: 1px solid #f3f4f7;
    position: absolute;
    left: -143px;
    bottom: -1px;
    line-height: normal;
    display: none;
}

.slide-wx-big .img-big {
    width: 120px;
    height: 120px;
}

#slide-right .slide-right-active {
    background: #00cd00;
}

#slide-right .slide-right-active a {
    color: #fff;
}

#slide-right .slide-right-active {
    color: #fff;
}

#slide-right .slide-right-show {
    color: #666;
}

/*返回顶部*/
.GoTop-box {
    cursor: pointer;
}

/*内页banner*/
.banner-block {
    width: 100%;
    height: 300px;
}

.banner-block img {
    width: 100%;
    height: 300px;
}

/*底部*/
#footer {
    text-align: center;
    background-color: #87ccd8;
    background-image: url('../image/bg_line3.png');
    background-repeat: repeat-x;
    color: #fff;
    padding: 60px 0 40px;
}

#footer a {
    color: #fff;
}