@charset "utf-8";
/*首页*/
.bg-container {
    background: #c7eaf5;
}

.block {
    padding: 40px 0;
}

.block-bgcolor {
    background-color: #C7EAF5;
    background-image: url('../image/bg_line2.png');
    background-repeat: repeat-x;
    padding-top: 40px;
}

.block-bgcolor2 {
    background-color: #87ccd8;
    background-image: url('../image/bg_line3.png');
    background-repeat: repeat-x;
    padding-top: 80px;
}

.block-header {
    /*border-bottom: 2px solid #e1f2f5;*/
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    position: relative;
}

.block-h-bgcolor1 {
    background-color:#edf8fc;
}


.block-h-bgcolor2 {
    background-color: #fff;
}

.block-title {
    float: left;
    font-size: 18px;
    font-weight: normal;
    color: #48D1CC;
    /*border-bottom: 2px solid #48D1CC;*/
}

.block-title-s {
    font-size: 18px;
    font-weight: normal;
    color: #48D1CC;
    cursor: pointer;
}

.block-title-bgimg {
    width: 50px;
    height: 50px;
    background-image: url('../image/icons_animal.jpg');
    background-repeat: no-repeat;
    background-position-x: -15px;
    background-position-y: -15px;
    margin-right: 12px;
    border-radius: 25px;
}

.block-title-d {
    font-size: 16px;
    font-weight: 100;
    color: #e3e3c7;
    padding: 0 10px;
}

.block-title-more {
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: #00CD00;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 12px;
}

.block-title-more a {
    color: #fff;
}

.block-title-active {
    color: #fba50a;
}

.block-sub {
    width: 320px;
    margin-right: 20px;
}

.block-con-wrap {
    width: 300px;
    padding: 0 10px;
}

.block-con-img-wrap {
    width: 320px;
    padding: 0;
    border-radius: 25px;
}

/*首页-新闻*/
.block-con-wrap .news-list-item {
    margin: 18px 0;
}
.news-list-des {
    width: 200px;
    overflow: hidden;
    background: url('../image/icon_list.png') no-repeat 0 4px;
    padding-left: 20px;
}

.news-list-date {
    font-size: 12px;
}

.news-list-des:hover a {
    color: #fba50a;
}

/*欢乐时光轮播*/
.wrap {width:320px;height:213px;position:relative;overflow:hidden;border-radius: 25px}
.slidebox {width:320px;position:absolute;top:0;left:0;height:213px;}
.slidebox li {float:left;width:320px;height:213px;left:0;top:0;}
.slidebox li img {display:block;width:320px;height:213px;}
.dot {position:absolute;width:100%;height:30px;background:rgba(0,0,0,0.3);text-align:right;bottom:0;left:0;}
.dot p {margin-right:10px;}
.dot b {width:17px;height:17px;border-radius:20px;color:#333;display:inline-block;border:1px solid #fff;background:#fff;text-align:center;line-height:17px;margin:0 3px;margin-top:6px;cursor:pointer;font-weight:normal;}
.dot .cur {background:#00a3b4;color:#fff;border:1px solid #00a3b4;}

.slidebox-title {
    position: absolute;
    bottom: 4px;
    font-size: 16px;
    padding-left: 14px;
    font-weight: normal;
    color: #fff;
}

/*首页-园所介绍*/
.intro-txt {
    width: 580px;
    font-size: 16px;
    text-indent: 2em;
    letter-spacing: 2px;
    line-height: 28px;
}

.intro-img img {
    width: 580px;
    height: 380px;
}

/*首页-宝贝画廊-轮播*/
#slide{overflow:hidden;width:1000px;border-radius: 25px}
#slide ul{list-style:none;}
#slide li{float:left;margin-right: 20px;}
#slide li img{width: 235px;height:157px;border-radius: 25px}
.slideul1{width:3999px;}

#slide li:last-child{
    margin-right: 0;
}

/*首页-链接*/
.flink {
    padding-bottom: 20px;
    font-size: 16px;
}

.flink li {
    height: 37px;
    line-height: 37px;
    float: left;
    margin-right: 20px;
}

.flink li:hover a {
    color: #48D1CC;
    text-decoration: underline;
}

/*内页-普通单页*/
.main-wrap {
    padding: 28px 0;
}

.menu-wrap {
    width: 190px;
    text-align: center;
}

.show-wrap {
    width: 730px;
    border-radius: 25px;
    background: #fff;
    padding: 0 20px;
}

.menu-title {
    font-weight: 400;
    color: #fff;
    background: #48D1CC;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    border-radius: 25px;
}

.menu-wrap ul li {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 25px;
    background: #fff;
    margin-top: 8px;
}

.menu-wrap ul li:hover a {
    color: #fba50a;
}

.position-wrap {
    border-bottom: 2px solid #e1f2f5;
}

.pisition-title {
    border-bottom: 2px solid #48D1CC;
    padding: 28px 0 10px;
}

.position-fr {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-image: url('../image/icons_animal.jpg');
    background-repeat: no-repeat;
    background-position-x: -105px;
    background-position-y: -145px;
    background-size: 204px 290px;
    margin-top: 14px;
}

.position-wrap a:hover {
    color: #fba50a;
    text-decoration: underline;
}

.main-con-wrap {
    padding: 28px;
	min-height: 300px;
}

.main-con-wrap img {
    max-width: 674px;
}

/*内页-文章列表页*/
.list-wrap {
    width: 674px;
	min-height: 500px;
    background: #fff;
    padding: 0 28px;
    border-radius: 25px;
}

.list-item-wrap {
    border: 1px solid #48d1cc;
    border-radius: 25px;
    margin: 20px 0;
    padding: 20px 14px 40px;
    position: relative;
}

.list-item-wrap:hover .list-item-con-title a {
    color: #fba50a;
}

.news-list-item-con {
    width: 600px;
}

.list-item-con-title {
    font-weight: 400;
    font-size: 20px;
}

.list-item-con-title:hover a {
    color: #fba50a;
}

.list-item-con-des {
    font-size: 16px;
    margin: 20px 0;
}

.list-item-detail {
    position: absolute;
    right: 20px;
}

.list-item-detail a {
    color: #48D1CC;
}

.list-item-detail:hover a {
    color: #fba50a;
}

#pagination-wrap2 {
    position: relative;
    height: 120px;
    margin-bottom: 28px;
}

#pagination-wrap2 .pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
}

#pagination-wrap2 .pagination li {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #f3f4f7;
    border-radius: 20px;
    margin-right: 4px;
}

#pagination-wrap2 .active {
    background: #00cd00;
    color: #fff;
}

.cate-wrap {
    width: 250px;
    background: #fff;
    border-radius: 25px;
}

.cate-item-wrap {
    /*margin-bottom: 14px;*/
    padding: 0 20px;
}

.cate-item-header {
    font-weight: 400;
    font-size: 18px;
    border-bottom: 2px solid #e1f2f5;
}

.cate-item-title {
    color: #48D1CC;
    border-bottom: 2px solid #48D1CC;
    padding: 25px 0 10px;
}

/*.cate-item-bgimg {*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*border-radius: 20px;*/
    /*background-image: url('../image/icons_animal.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: -105px;*/
    /*background-position-y: -234px;*/
    /*background-size: 204px 290px;*/
    /*margin-top: 16px;*/
/*}*/

.cate-item-more {
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: #00CD00;
    font-size: 12px;
    margin-top: 28px;
}

.cate-item-more a {
    color: #fff;
}

.cate-item-wrap ul {
    padding: 14px 0;
}

.cate-item-wrap ul li {
    margin-bottom: 14px;
}

.cate-item-img {
    width: 260px;
    height: 140px;
}

.cate-item-img img {
    width: 210px;
    height: 140px;
}

.cate-item-txt {
    width: 190px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    background: url('../image/icon_list.png') no-repeat 0 3px;
    padding-left: 20px;
}

.cate-item-txt:hover a {
    color: #fba50a;
}

/*内页-文章详情页*/
.detail-wrap {
    padding: 40px 0 20px;
}

.detail-header {
    text-align: center;
    margin-bottom: 28px;
}

.detail-title {
    font-weight: 500;
    font-size: 22px;
}

.detail-date {
    margin: 28px 0;
}

.detail-con {
    padding: 28px;
    border-top: 1px dashed #e8e8e8;
}

.detail-con img {
    max-width: 100%;
}

/*图片列表页*/
.list-pic-wrap {
    padding: 20px 0;
    width: 684px;
	min-height: 500px;
}

.list-pic-item {
    width: 196px;
    border: 1px solid #48d1cc;
    margin-right: 10px ;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 15px;
}

.list-pic-wrap img {
    width: 100%;
    height: 131px;
}

.list-pic-title {
    width: 176px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    bottom: 4px;
    padding: 0 10px;
    background: #000;
    opacity: 0.3;
    color: #fff;
}

.list-pic-info {
    margin-top: 10px;
}


