﻿/*
design by eqiu119
power by 济宁排排坐网络科技有限公司
site www.paipaizuo.net
email oneworldflower@foxmail.com
 */
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
}
.mainCenter {
    margin: 0 auto;
    width: 1140px;
    position: relative;
}
#top {
    width: 100%;
    height: 120px;
    background-color: rgba(255, 255, 255, .75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    position: absolute;
    z-index: 255;
    top: 0px;
}
#top > .mainCenter > #logo {
    position: absolute;
    top: 29px;
    left: 0px;
    clear: both;
}
#logo {
    background-image: url(../Images/logo.png);
    width: 292px;
    height: 62px;
    background-size: 100%;
}
#topLink {
    height: 50px;
    width: 800px;
    position: absolute;
    right: 0px;
    top: 10px;
    clear: both;
    font-size: 24px;
    font-weight: bold;
    color: rgb(88, 181, 48);
    line-height: 50px;
}
#topLink > #keFuDianHua {
    float: right;
    padding-left: 30px;
    background-image: url(../Images/dianHuaIco.png);
    background-repeat: no-repeat;
    background-position: 0 12px;
}
#topLink > #weiXin {
    float: right;
    width: 118px;
    height: 50px;
    background-image: url(../Images/weiXin.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
    margin-left: 20px;
    cursor: pointer;
}
#mainLink {
    list-style: none;
    position: absolute;
    right: 0px;
    clear: both;
    top: 60px;
    margin-bottom: 0px;
    padding: 0;
}
#mainLink > li {
    list-style: none;
    float: left;
    margin-right: 10px;
    background-color: #FFF;
    position: relative;
}
#mainLink > li:last-child {
    margin-right: 0px;
}
#mainLink > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 20px;
    color: #008cd7;
    font-weight: bold;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    position: relative;
    background-color: #FFF;
    height: 50px;
    z-index: 999;
}
#mainLink > li.act > a {
    z-index: 1001;
}
#mainLink > li.act > a {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
#mainLink > li.act > ul {
    display: block;
}
#mainLink > li > ul {
    list-style: none;
    list-style-position: inside;
    padding: 20px 20px 10px 20px;
    position: absolute;
    top: 49px;
    left: 0;
    background-color: #FFF;
    border: 1px solid #CCC;
    z-index: 1000;
    display: none;
}
#mainLink > li > ul > li {
    display: block;
    height: 40px;
    line-height: 40px;
}
#mainLink > li > ul > li > a {
    display: block;
    font-weight: bold;
    color: #008cd7;
    font-size: 16px;
    white-space: nowrap;
    min-width: 100px;
}
#mainBanner {
    overflow: hidden;
    margin-top: 120px;
}
#yiZhanShiFuWu {}
#fuWu {
    background-image: url(../Images/gayBac.jpg);
    clear: both;
    overflow: hidden;
}
#fuWu > .mainCenter {
    padding: 40px 0;
}
#fuWu .fuWuItem {
    width: 270px;
    height: 400px;
    background-color: #FFF;
    float: left;
    margin: 0 20px 40px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    opacity: .75;
    position: relative;
    -webkit-transition: box-shadow .5s, opacity .5s, transform .2s;
    -o-transition: box-shadow .5s, opacity .5s, transform .2s;
    transition: box-shadow .5s, opacity .5s, transform .2s;
}
#fuWu .fuWuItem:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
#fuWu .fuWuItem#fuWu04,
#fuWu .fuWuItem#fuWu08 {
    margin-right: 0px;
}
#fuWu .fuWuItem > .icon {
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
}
#fuWu #fuWu01 > .icon {
    background-image: url(../Images/yeWuIcon01.png);
}
#fuWu #fuWu02 > .icon {
    background-image: url(../Images/yeWuIcon02.png);
}
#fuWu #fuWu03 > .icon {
    background-image: url(../Images/yeWuIcon03.png);
}
#fuWu #fuWu04 > .icon {
    background-image: url(../Images/yeWuIcon04.png);
}
#fuWu #fuWu05 > .icon {
    background-image: url(../Images/1.png);
}
#fuWu #fuWu06 > .icon {
    background-image: url(../Images/2.png);
}
#fuWu #fuWu07 > .icon {
    background-image: url(../Images/3.png);
}
#fuWu #fuWu08 > .icon {
    background-image: url(../Images/4.png);
}
#fuWu .fuWuItem > .title {
    font-size: 22px;
    color: rgb(0, 140, 215);
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}
#fuWu .fuWuItem > .content {
    text-indent: 2em;
    font-size: 14px;
    color: rgb(122, 122, 122);
    padding: 20px 30px;
}
#fuWu .fuWuItem > .xiangQing {
    text-align: center;
    position: absolute;
    bottom: -20px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .25s, bottom .25s;
    -o-transition: opacity .25s, bottom .25s;
    transition: opacity .25s, bottom .25s;
}
#fuWu .fuWuItem:hover > .xiangQing {
    opacity: 1;
    bottom: 30px;
}
#fuWu .fuWuItem > .xiangQing > a {
    display: inline-block;
    padding: 6px 30px;
    font-size: 18px;
    text-align: center;
    border: 1px solid rgb(88, 181, 48);
    color: rgb(88, 181, 48);
    font-weight: bold;
}
.indexItem {
    clear: both;
    overflow: hidden;
    position: relative;
}
.indexItem > .title {
    font-size: 24px;
    color: rgb(0, 140, 215);
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #D5D5D5;
    text-align:center;
}
.indexItem > .title > .more {
    font-size: 14px;
    color: #999;
    float: right;
    margin-top: 10px;
}
.indexItem > .content {
    margin-top: 10px;
}
.indexItem .tuWen {
    clear: both;
    overflow: hidden;
}
.indexItem .tuWen > .leftImg {
    float: left;
    margin-right: 20px;
}
.indexItem .tuWen > .rightText {
    font-size: 16px;
}
.indexItem .tuWen > .rightText > p {
    text-indent: 2em;
}
.indexItem .tuWen > .rightText > .title {
    font-size: 18px;
    font-weight: bold;
}
.indexItem .tuWen > .rightText > .title > a {
    color: rgb(0, 140, 215);
}
.indexItem .tuWen > .rightText > .title > span {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}
.indexItem .tuWen > .rightText > .content {
    margin-top: 10px;
}
.indexItem .tuWen > .rightText > .content > p {
    text-indent: 2em;
}
.indexItem .tuWen > .rightText > .content > p a {
    color: #666;
}
.indexItem .textLink {
    list-style-type: disc;
    font-size: 14px;
}
.indexItem .textLink > li {
    list-style-type: disc;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #CCC;
}
.indexItem .textLink > li:last-child {
    border-bottom: none;
}
.indexItem .textLink > li > a {
    color: #000;
}
.timeSpan {
    color: #999;
}
.timeSpan:before {
    content: "[ ";
}
.timeSpan:after {
    content: " ]";
}
.indexItem .textLink > li > .timeSpan {
    float: right;
}
.gunDongTu {
    padding: 40px 80px;
    border: 2px solid rgb(0, 140, 215);
    background-color: #f4f7fe;
    position: relative;
}
.gunDongTu > .title {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background-color: rgb(0, 140, 215);
    border-radius: 6px;
    text-align: center;
    position: absolute;
    width: 120px;
    top: -15px;
    left: 50%;
    margin-left: -60px;
}
.gunDongTu > .swiper-container .swiper-slide {
    width: 180px;
    margin-right: 20px;
}
#indexLink {
    clear: both;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    background-color: rgb(0, 140, 215);
    font-size: 14px;
}
#indexLink .title {
    float: left;
    width: 100px;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}
#indexLink ul {
    list-style: none;
}
#indexLink ul > li {
    list-style: none;
    float: left;
    margin-right: 20px;
}
#indexLink ul > li > a {
    color: #FFF;
}
#bottom {
    background-color: #667178;
    clear: both;
    padding: 40px 0;
}
#bottom a {
    color: #d1d5d7;
}
#bottom .row {
    height: 40px;
    line-height: 40px;
    color: #d1d5d7;
    clear: both;
    margin: 0;
}
#bottom .row > .rowLeft {
    float: left;
}
#bottom .row > .rowRight {
    float: right;
}
#indexGuanYuWoMen {
    margin-top: 60px;
    width: 560px;
    float: left;
    clear: left;
    overflow: hidden;
}
#indexXinWenDongTai {
    margin-top: 60px;
    width: 560px;
    float: right;
    clear: right;
    overflow: hidden;
}
#indexQiYeFengCai {
    clear: both;
    margin-top: 40px;
}
.clear {
    height: 0;
    clear: both;
}
#weiXinErWeiMa {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.colLeft {
    float: left;
    width: 300px;
    clear: left;
}
.colRight {
    float: right;
    width: 820px;
    clear: right;
}
#col {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    clear: both;
}
.borderItem {
    border: 1px solid #DDD;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.borderItem > .title {
    font-size: 20px;
    color: rgb(0, 140, 215);
    font-weight: bold;
}
.borderItem > .content {
    margin-top: 20px;
}
.colList {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.colList > li {
    background-color: #F5F5F5;
    margin-bottom: 10px;
    border-radius: 6px;
    padding-left: 20px;
}
.colList > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
}
.colList > li > a:before {
    content: "\25BA";
    margin-right: 10px;
    color: #999;
}
.artContent > p {
    font-size: 16px;
    line-height: 1.75em;
    text-indent: 2em;
}