@charset "utf-8";


/*-- 引入字体 --{*/
@font-face {
    /*font-family: "PingFang";*/
    /*src: url("../fonts/pingfang regular.ttf");*/
    /* IE9 Compat Modes */
    /*src: url("../fonts/pingfang regular.ttf") format("embedded-opentype"),*/
    /* IE6-IE8 */
    /*url("../fonts/pingfang regular.ttf") format("woff"),*/
    /* Modern Browsers */
    /*url("../fonts/pingfang regular.ttf") format("truetype"),*/
    /* Safari, Android, iOS */
    /*url("../fonts/pingfang regular.ttf") format("svg");*/
    /* Legacy iOS */
    /*font-weight: normal;*/
    /*font-style: normal;*/
}

/*.fontPF { font-family: "PingFang"; }*/
/*}-- 引入字体 --*/


/*** s 主色调 ***/
.mainC {
    color: #12973b;
}

.mainB {
    background-color: #12973b;
}

/*** 主色调 e ***/


/*** s header ***/
.header {
    position: relative;
    width: 100%;
}

.header .myWrap {
    top: 40px;
    right: 0;
    left: 0;
    z-index: 1;
    /* height: 92px; */
}

.header .logo {
    position: relative;
    z-index: 100;
    display: inline-block;
}

.header .logo a {
    display: block;
}

.header .logo img {
    max-width: 400px;
}

/*** header e ***/


/*** s banner ***/
.Banner {
    position: relative;
    width: 100%;
}

.banner-img {
    width: 100%;
}

.banner-img img {
    width: 100%;
    height: auto;
}

.banner-img li {
    position: relative;
}

/*  */
.header .text {
    display: none;
}

.header .text-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1200px;
    height: 220px;
}

.header .text-wrap .info {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 220px;
    /* opacity: 0; */
}

.header li.on .text-wrap .info {
    animation: fadeInLeft 2s ease-in-out;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: .3;
        -moz-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        filter: alpha(opacity=30);
        opacity: .3;
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    100% {
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.header .text-wrap .info h3 {
    font-size: 26px;
}

.header .text-wrap .info strong {
    font-size: 44px;
}

.header .text-wrap .info p {
    font-size: 10px;
    letter-spacing: 10px;
    text-align: right;
    text-decoration: underline;
    text-transform: uppercase;
    animation: fadeInLeft 2.5s;
    animation-fill-mode: both
}

.header .text-wrap .info div {
    position: relative;
    margin: 3px 0;
    padding-left: 16px;
    font-size: 16px;
    animation: fadeInLeft 2.5s;
    animation-fill-mode: both
}

.header .text-wrap .info div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 3px;
    background-color: #677b20;
    border-radius: 50%;
}

.header .text-wrap .info div.m2 {
    animation-delay: .2s;
}

.header .text-wrap .info div.m3 {
    animation-delay: .6s;
}

.header .text-wrap .info div.m4 {
    animation-delay: 1s;
}

.header .text-wrap .li1 h3 {
    color: #027e46;
}

.header .text-wrap .li1 p {
    color: #a3b12f;
}

.header .text-wrap .li1 div {
    color: #637621;
}

.header .text-wrap .li1 div:before {
    background-color: #027e46;
}

.header .text-wrap .li2 h3, .header .text-wrap .li2 p, .header .text-wrap .li2 div {
    color: #c00033;
}

.header .text-wrap .li2 div:before {
    background-color: #c00033;
}

/* .header .text-wrap .li3 h3, .header .text-wrap .li3 p, .header .text-wrap .li3 div { color:#017fe2; } */
.header .text-wrap .li3 div:before {
    background-color: #017fe2;
}

/*** banner e ***/


/*** s 一级导航 ***/
.header-nav-frame {
    height: 60px;
    line-height: 60px;
    background: url(../images/header-nav-frame-bg.jpg) center top no-repeat;
}

.header-nav-frame * {
    height: 100%;
}

.head-nav {
    width: 100%;
}

.head-nav > ul {
    width: 100%;
}

.head-nav > ul > li {
    position: relative;
    float: left;
    width: 11.11%;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    color: #fff;
}

.head-nav > ul > li a {
    display: block;
}

.head-nav > ul > li a.on, .head-nav > ul > li:hover a {
    font-weight: bold;
    color: #f0bd26;
}

/* 下拉二级栏目 */
.head-nav .hide-subnav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    display: none;
    margin-left: -75px;
    width: 150px;
    height: auto;
}

.head-nav .hide-subnav:hover {
    z-index: 11;
}

.head-nav .hide-subnav ul {
    width: 100%;
    height: auto;
    background-color: #37c05c;
}

.head-nav .hide-subnav ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
}

.head-nav .hide-subnav ul li:hover {
    background-color: #29a74b;
}

.head-nav .hide-subnav ul li a {
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    box-sizing: border-box;
}

/*** 一级导航 e ***/


/*** s footer ***/
.footer {
    position: relative;
    width: 100%;
    background-color: #008934;
}

.footer .cont {
    padding: 0 0 30px;
}

/* 友情链接 */
.footer .foot-links {
    width: 100%;
    padding: 0 20px;
    line-height: 50px;
    background-color: #b7e1a5;
}

.footer .foot-links h6 {
    float: left;
    font-size: 16px;
    color: #4c8c00;
}

.foot-links ul {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    width: 1050px;
    line-height: 40px;
}

.foot-links ul:after {
    content: "";
    display: block;
    clear: both;
}

.foot-links ul li {
    position: relative;
    float: left;
    padding: 0 15px;
}

.foot-links li a {
    display: block;
    color: #111;
}

.foot-links ul a:hover {
    text-decoration: underline;
    color: #666;
}

/* 信息 */
.footer .info {
    margin-top: 20px;
}

.footer .info p {
    font-size: 14px;
    line-height: 34px;
    color: #fff;
}

.footer .info p img {
    margin: 0 8px;
}

.footer .info p span {
    font-size: 20px;
    /* color: #d9ffee; */
    vertical-align: middle;
}

.footer .info .QR {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    color: #ade26f;
}

.footer .info .QR p {
    float: left;
    margin-top: 0;
    padding: 0 5px;
    width: 34px;
    height: 114px;
    line-height: 1.6;
    border: #82bb40 solid 1px;
    border-right: 0;
}

.footer .info .QR img {
    float: left;
    width: 114px;
    height: 114px;
}

/***  footer e ***/


/*** s paging ***/
.pageClass {
    clear: both;
    width: 100%;
    padding: 30px 0 20px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.pageClass a, .pageClass strong, .pageClass em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    border: 1px solid #12973b;
    color: #333;
    background-color: #fff;
    font-weight: inherit;
}

.pageClass span {
    display: block;
    padding: 1px 6px;
    min-width: 36px;
    cursor: pointer;
}

.pageClass span:hover {
    text-decoration: underline;
}

.pageClass strong {
    background-color: #12973b;
    color: #fff;
}

.pageClass a:first-child, .pageClass a.prv, .pageClass a.next {
    padding: 0 10px;
}

/*** paging e ***/


/*** s index ***/
.index-page {
    background-color: #f6f9f8;
}

.index-page > .myWrap {
    padding: 20px;
    background-color: #fff;
}

/* 新闻频道 */
.index-sec1 {
    margin-top: 20px;
}

.index-sec1 .left {
    width: 530px;
    height: 330px;
}

.index-sec1 .left ul.bd {
    width: 100%;
    height: 100%;
}

.index-sec1 .left ul.bd li {
    width: 100%;
    height: 100%;
}

.index-sec1 .left ul.bd a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-sec1 .left ul.bd .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-sec1 .left ul.bd .wrap {
    bottom: 0;
    left: 0;
    padding: 0 10px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
}

.index-sec1 .left ul.bd p {
    width: 68%;
    font-size: 16px;
    color: #fff;
}

.index-sec1 .left .hd {
    right: 10px;
    bottom: 20px;
}

.index-sec1 .left .hd li {
    float: left;
    margin: 0 6px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    -ms-transition: .35s;
    transition: .35s;
}

.index-sec1 .left .hd li.on {
    width: 25px;
}

.index-sec1 .right {
    width: 388px;
    padding: 6px 15px 0 20px;
}

.index-sec1 .right dl {
    width: 100%;
    /*height: 100%;*/
}

.index-sec1 .right .hd {
    width: 100%;
}

.index-sec1 .right .hd li {
    margin-right: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.index-sec1 .right .hd li.on {
    font-weight: bold;
    color: #549409;
    border-bottom: #549409 solid 2px;
}

.index-sec1 .right .hd a {
    display: block;
}

.index-sec1 .right .bd {
    margin-top: 15px;
}

.index-sec1 .right .bd ul {
    width: 100%;
}

.index-sec1 .right .bd li {
    margin: 10px 0;
    line-height: 2;
}

.index-sec1 .right .bd a {
    display: block;
}

.index-sec1 .right .bd .on a {
    border-bottom: #e5e5e5 solid 1px;
}

.index-sec1 .right .bd div.tit {
    position: relative;
    margin-left: 10px;
    line-height: 1.5;
}

.index-sec1 .right .bd div.tit:before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 20px;
    height: 20px;
    background: url(../images/index-sec1-right-bd-ic.png) center no-repeat;
}

.index-sec1 .right .bd h5 {
    width: 250px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.index-sec1 .right .bd span {
    font-size: 14px;
    color: #888;
}

.index-sec1 .right .bd .info {
    display: none;
    margin: 5px 0 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
    /*border-bottom: #e5e5e5 solid 1px;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-sec1 .right .bd li.on div.tit {
    margin-left: 0;
}

.index-sec1 .right .bd li.on div.tit:before {
    content: none;
}

.index-sec1 .right .bd li.on h5 {
    margin-left: 0;
    font-weight: bold;
    color: #549409;
}

.index-sec1 .right .bd li.on .info {
    display: -webkit-box;
}

/* 通知公告 */
.index-sec1 .notice {
    padding: 6px;
    width: 240px;
    height: 330px;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.index-sec1 .notice h3 {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #d6e8c1;
}

.index-sec1 .notice h3 span {
    float: left;
    height: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #549409;
    border-bottom: 2px solid #549409;
}

.index-sec1 .notice ul {
    padding: 10px 8px;
    background-color: #fff;
}

.index-sec1 .notice ul li {
    margin: 8px 0;
    width: 100%;
}

.index-sec1 .notice li a {
    display: block;
    width: 100%;
}

.index-sec1 .notice li .tit {
    position: relative;
    margin-left: 10px;
    line-height: 1.8;
}

.index-sec1 .notice li div.tit:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -8px;
    width: 4px;
    height: 4px;
    background-color: #5799a1;
    border-radius: 50%;
}

.index-sec1 .notice li:hover div.tit {
    margin-left: 0;
}

.index-sec1 .notice li:hover div.tit:before {
    content: none;
}

.index-sec1 .notice li h5 {
    width: 150px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
}

.index-sec1 .notice li span {
    font-size: 14px;
    color: #888;
}

/* 广告位 */
.index-sec2 {
    margin-top: 40px;
}

.index-sec2 .bd {
    width: 100%;
}

.index-sec2 .bd li {
    width: 100%;
}

.index-sec2 img {
    width: 100%;
    height: auto;
}

/* 巾帼家园 */
.index-sec3 {
    margin-top: 40px;
}

.index-sec3 .title {
    width: 100%;
}

.index-sec3 .title h3 {
    position: relative;
    margin-right: 50px;
    padding-left: 35px;
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    background: url(../images/index-sec3-tit-bg.jpg) center no-repeat;
}

.index-sec3 .title h3:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    border-width: 30px 25px 30px 25px;
    border-style: solid;
    border-color: transparent transparent #ff7274 #ff7274;
}

.index-sec3 .hd1 {
    margin-top: 10px;
    margin-left: -22px;
}

.index-sec3 .hd1 li {
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #ff9598;
}

.index-sec3 .hd1 li:before, .index-sec3 .hd1 li:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    border-width: 25px 20px 25px 20px;
    border-style: solid;
}

.index-sec3 .hd1 li:before {
    left: -40px;
    border-color: #ff9598 #ff9598 transparent transparent;
}

.index-sec3 .hd1 li:after {
    right: -40px;
    border-color: transparent transparent #ff9598 #ff9598;
}

.index-sec3 .hd1 li.on {
    z-index: 2;
    background-color: #ff7274;
}

.index-sec3 .hd1 li.on:before {
    border-color: #ff7274 #ff7274 transparent transparent;
}

.index-sec3 .hd1 li.on:after {
    border-color: transparent transparent #ff7274 #ff7274;
}

.index-sec3 .hd1 li a {
    display: block;
    padding: 0 5px;
}

.index-sec3 .cont {
    margin-top: -1px;
    width: 100%;
    height: 286px;
    border: #aad3c0 solid 1px;
}

.index-sec3 .left {
    padding: 26px 15px;
    width: 545px;
    height: 100%;
    background-color: #fff;
}

.index-sec3  .imgWrap {
    width: 350px;
    height: 230px;
margin: 26px 0 0 15px;
}

.index-sec3 .imgWrap .bd {
    width: 350px;
    height: 230px;
}

.index-sec3 .imgWrap .bd li {
    width: 100%;
    height: 100%;
}

.index-sec3 .imgWrap .bd a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-sec3 .imgWrap .bd .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-sec3 .imgWrap .bd .wrap {
    bottom: 0;
    left: 0;
    padding: 0 20px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
}

.index-sec3 .imgWrap .bd p {
    width: 200px;
    font-size: 14px;
    color: #fff;
}

.index-sec3 .imgWrap .hd {
    right: 10px;
    bottom: 18px;
}

.index-sec3 .imgWrap .hd li {
    float: left;
    margin: 0 6px;
    padding: 2px;
    width: 12px;
    height: 12px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    -ms-transition: .25s;
    transition: .25s;
}

.index-sec3 .imgWrap .hd li.on {
    border: #fff solid 1px;
}

.index-sec3 .imgWrap .hd a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
}

.index-sec3 .left .textWrap {
    width: 500px;
}

.index-sec3 .left .textWrap ul {
    margin-top: -5px;
    width: 100%;
}

.index-sec3 .left .textWrap li {
    margin: 8px 0;
    width: 100%;
}

.index-sec3 .left .textWrap li a {
    display: block;
    width: 100%;
}

.index-sec3 .left .textWrap li div.tit {
    position: relative;
    margin-left: 10px;
    line-height: 1.6;
}

.index-sec3 .left .textWrap li div.tit:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -8px;
    width: 4px;
    height: 4px;
    background-color: #5799a1;
    border-radius: 50%;
}

.index-sec3 .left .textWrap li:hover div.tit {
    margin-left: 0;
}

.index-sec3 .left .textWrap li:hover div.tit:before {
    content: none;
}

.index-sec3 .left .textWrap li h5 {
    width: 330px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.index-sec3 .left .textWrap li:hover h5 {
    color: #549409;
}

.index-sec3 .left .textWrap li span {
    font-size: 14px;
    color: #888;
}

.index-sec3 .right {
    padding: 22px 18px;
    width: 246px;
    height: 100%;
    background-color: #f2f8f6;
}

.index-sec3 .right a {
    display: block;
    width: 100%;
    height: 110px;
}

.index-sec3 .right a:first-child {
    margin-bottom: 20px;
}

.index-sec3 .right a:hover {
    box-shadow: 0 3px 10px rgba(30, 30, 30, .15);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.index-sec3 .right .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 少儿天地 */
.index-sec4 {
    margin-top: 40px;
}

.index-sec4 .title {
    width: 100%;
}

.index-sec4 .title h3 {
    position: relative;
    margin-right: 50px;
    padding-left: 35px;
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    background: url(../images/index-sec4-tit-bg.jpg) center no-repeat;
}

.index-sec4 .title h3:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    border-width: 30px 25px 30px 25px;
    border-style: solid;
    border-color: transparent transparent #3e95ef #3e95ef;
}

.index-sec4 .hd1 {
    margin-top: 10px;
    margin-left: -22px;
}

.index-sec4 .hd1 li {
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #59a8f6;
}

.index-sec4 .hd1 li:before, .index-sec4 .hd1 li:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    border-width: 25px 20px 25px 20px;
    border-style: solid;
}

.index-sec4 .hd1 li:before {
    left: -40px;
    border-color: #59a8f6 #59a8f6 transparent transparent;
}

.index-sec4 .hd1 li:after {
    right: -40px;
    border-color: transparent transparent #59a8f6 #59a8f6;
}

.index-sec4 .hd1 li.on {
    z-index: 2;
    background-color: #3e95ef;
}

.index-sec4 .hd1 li.on:before {
    border-color: #3e95ef #3e95ef transparent transparent;
}

.index-sec4 .hd1 li.on:after {
    border-color: transparent transparent #3e95ef #3e95ef;
}

.index-sec4 .hd1 li a {
    display: block;
    padding: 0 5px;
}

.index-sec4 .cont {
    margin-top: -1px;
    width: 100%;
    /* height: 286px; */
    border: #aad3c0 solid 1px;
}

.index-sec4 .left {
    padding: 26px 15px 0;
    width: 500px;
    /*height: 100%;*/
    background-color: #fff;
}

.index-sec4 .imgWrap {
    width: 310px;
    height: 224px;
    margin: 26px 0 0 15px;
}

.index-sec4 .imgWrap .bd {
    width: 310px;
    height: 224px;
}

.index-sec4 .imgWrap .bd li {
    width: 100%;
    height: 100%;
}

.index-sec4 .imgWrap .bd a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-sec4 .imgWrap .bd .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-sec4 .imgWrap .bd .wrap {
    bottom: 0;
    left: 0;
    padding: 0 20px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
}

.index-sec4 .imgWrap .bd p {
    width: 200px;
    font-size: 14px;
    color: #fff;
}

.index-sec4 .imgWrap .hd {
    right: 10px;
    bottom: 18px;
}

.index-sec4  .imgWrap .hd li {
    float: left;
    margin: 0 6px;
    padding: 2px;
    width: 12px;
    height: 12px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    -ms-transition: .25s;
    transition: .25s;
}

.index-sec4 .imgWrap .hd li.on {
    border: #fff solid 1px;
}

.index-sec4 .imgWrap .hd a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
}

.index-sec4 .left .textWrap {
    width: 470px;
}

.index-sec4 .left .textWrap ul {
    margin-top: -5px;
    width: 100%;
}

.index-sec4 .left .textWrap li {
    margin: 10px 0;
    width: 100%;
}

.index-sec4 .left .textWrap li a {
    display: block;
    width: 100%;
}

.index-sec4 .left .textWrap li div.tit {
    position: relative;
    margin-left: 10px;
    line-height: 1.6;
}

.index-sec4 .left .textWrap li div.tit:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -6px;
    width: 4px;
    height: 4px;
    background-color: #5799a1;
    border-radius: 50%;
}

.index-sec4 .left .textWrap li:hover div.tit {
    margin-left: 0;
}

.index-sec4 .left .textWrap li:hover div.tit:before {
    content: none;
}

.index-sec4 .left .textWrap li h5 {
    width: 330px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.index-sec4 .left .textWrap li:hover h5 {
    color: #549409;
}

.index-sec4 .left .textWrap li span {
    font-size: 14px;
    color: #888;
}

/*  */
.index-sec4 .right {
    margin: 26px 16px 0 0;
    width: 310px;
    height: 224px;
    overflow: hidden;
}

.index-sec4 .right .bd {
    width: 310px;
    height: 224px;
}

.index-sec4 .right .bd li {
    margin-right: 8px;
    width: 98px;
    height: 224px;
}

.index-sec4 .right .bd a {
    width: 100%;
    height: 100%;
}

.index-sec4 .right .bd .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-sec4 .right .bd p {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
}

.index-sec4 .right span.potia {
    top: 50%;
    margin-top: -18px;
    width: 34px;
    height: 34px;
    background: url(../images/index-sec4-right-prevnext-ic.png) 0 0 no-repeat;
    cursor: pointer;
}

.index-sec4 .right span.prev {
    left: 0;
    background-position: 0 0;
}

.index-sec4 .right span.prev:hover {
    background-position: -34px 0;
}

.index-sec4 .right span.next {
    right: 0;
    background-position: -34px -34px;
}

.index-sec4 .right span.next:hover {
    background-position: 0 -34px;
}

/*  */
.index-sec4 .bottom {
    padding: 15px;
    width: 100%;
}

.index-sec4 .bottom .school {
    margin-top: 5px;
    width: 310px;
    height: 94px;
}

.index-sec4 .bottom .school a {
    display: block;
    padding: 22px 0 0 130px;
    width: 100%;
    height: 100%;
    color: #027e46;
}

.index-sec4 .bottom .school a:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.index-sec4 .bottom .school strong {
    font-size: 16px;
}

.index-sec4 .bottom .school p {
    font-size: 12px;
    text-transform: uppercase;
}

.index-sec4 .bottom .other {
    padding: 0 46px;
    width: 790px;
    height: 94px;
}

.index-sec4 .bottom .other > .tempWrap {
    width: 100% !important;
}

.index-sec4 .bottom .other .bd {
    padding-top: 5px !important;
    height: 100%;
}

.index-sec4 .bottom .other .bd li {
    margin-right: 18px;
    width: 220px;
    height: 100%;
}

.index-sec4 .bottom .other .bd li:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.index-sec4 .bottom .other .bd a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-sec4 .bottom .other .bd img {
    width: 100%;
    height: 100%;
}

.index-sec4 .bottom .other span.potia {
    top: 5px;
    width: 30px;
    height: 100%;
    background: url(../images/index-sec4.jpg) 0 0 no-repeat;
    cursor: pointer;
}

.index-sec4 .bottom .other span.prev {
    left: 0;
    background-position: 0 0;
}

.index-sec4 .bottom .other span.prev:hover {
    background-position: -30px 0;
}

.index-sec4 .bottom .other span.next {
    right: 0;
    background-position: -30px -94px;
}

.index-sec4 .bottom .other span.next:hover {
    background-position: 0 -94px;
}

/*  */
.index-sec5 {
    margin: 40px 0 10px;
}

.index-sec5 .left {
    width: 560px;
}

.index-sec5 .left h3 {
    padding-left: 32px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    background: url(../images/index-sec5-left-h3-bg.jpg) center no-repeat;
}

.index-sec5 dl.wrap {
    width: 100%;
    border: #d2e8d8 solid 1px;
    border-top: 0;
}

.index-sec5 .hd {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: #d2e8d8 solid 1px;
}

.index-sec5 .hd li {
    float: left;
    margin: 0 3px;
    height: 100%;
    font-size: 16px;
}

.index-sec5 .hd li.on {
    height: 46px;
    font-weight: bold;
    color: #549409;
    border-bottom: #489112 solid 2px;
    box-sizing: content-box;
}

.index-sec5 .hd li a {
    display: block;
    padding: 0 4px;
}

.index-sec5 .left .bd {
    padding: 5px 15px;
    width: 100%;
    height: 246px;
}

.index-sec5 .left .bd li {
    margin: 10px 0;
    width: 100%;
}

.index-sec5 .left .bd li a {
    display: block;
    width: 100%;
}

.index-sec5 .left .bd li div.tit {
    position: relative;
    margin-left: 10px;
    line-height: 1.6;
}

.index-sec5 .left .bd li div.tit:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -6px;
    width: 4px;
    height: 4px;
    background-color: #027e46;
}

.index-sec5 .left .bd li:hover div.tit {
    margin-left: 0;
}

.index-sec5 .left .bd li:hover div.tit:before {
    content: none;
}

.index-sec5 .left .bd li h5 {
    width: 360px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
}

.index-sec5 .left .bd li:hover h5 {
    color: #12973b;
}

.index-sec5 .left .bd li span {
    font-size: 14px;
    color: #888;
}

.index-sec5 .right {
    width: 560px;
}

.index-sec5 .right h3 {
    padding-left: 32px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    background: url(../images/index-sec5-right-h3-bg.jpg) center no-repeat;
}

.index-sec5 .right .bd {
    padding: 15px 12px;
    width: 100%;
    height: 246px;
}

.index-sec5 .right .bd img {
    width: 196px;
    height: auto;
}

.index-sec5 .right .bd div.fr {
    width: 320px;
    line-height: 2;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 168px;
}

.index-sec5 .right .bd a {
    display: block;
    margin: 10px 3px 0 0;
    color: #549409;
    overflow: hidden;
}

.index-sec5 .right .bd a:hover {
    margin-top: 8px;
    text-decoration: underline;
}

/*  */
.index-sec6 {
    margin: 40px 0 20px;
    width: 100%;
}

.index-sec6 ul {
    width: 100%;
}

.index-sec6 ul li {
    margin-left: 19px;
    width: 374px;
}

.index-sec6 ul li:first-child {
    margin-left: 0;
}

.index-sec6 ul li:hover {
    box-shadow: 0 3px 15px rgba(50, 50, 50, .2);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.index-sec6 ul li a {
    display: block;
    width: 100%;
    /*height: 100%;*/
}

.index-sec6 ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*** index e ***/


/*** s 栏目页 ***/
.column-page {

}

.column-page .frame {
    background-color: #f5f8f7;
}

.column-page .frame .wrapper {
    padding: 40px 20px;
    min-height: 500px;
    background-color: #fff;
}

/*** 栏目页 e ***/


/*** s 左边 ***/
.page-left {
    width: 270px;
}

.page-left p.tit {
    width: 100%;
    height: 66px;
    line-height: 66px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background: url(../images/page-left-tit-bg.png) center no-repeat;
}

/*** 左边 e ***/


/*** s 二级导航 ***/
.secondNav-frame {
    position: relative;
    z-index: 1;
}

.secondNav {
    width: 100%;
    background-color: #ebf5f1;
}

.secondNav ul {
    padding: 25px 12px 10px;
    width: 100%;
}

.secondNav ul li {
    margin-bottom: 20px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    border-bottom: #12973b solid 1px;
}

.red .secondNav ul li {
    color: #f00;
}

.secondNav li a {
    display: block;
    margin-bottom: 1px;
    padding-left: 36px;
    width: 100%;
    height: 49px;
    line-height: 49px;
    background-color: #76c28f;
    border-left: #2f924e solid 2px;
    -ms-transition: .25s;
    transition: .25s;
}

.secondNav li a.on, .secondNav li:hover a {
    background-color: #12973b;
    border-left: #f0bd26 solid 2px;
}

/*** 二级导航 e ***/


/*** s 右边 ***/
.page-right {
    width: 850px;
}

.page-right div.title {
    width: 100%;
    line-height: 48px;
    border-bottom: #12973b solid 1px;
}

.page-right div.title strong {
    font-size: 20px;
    color: #12973b;
}

.page-right div.red strong {
    color: #f00;
}

.page-right div.title .location {
    padding-left: 26px;
    font-size: 14px;
    color: #888;
    background: url(../images/location-ic.png) left center no-repeat;
}

.page-right .content {
    margin-top: 20px;
}

/*  */
.page-right div.title2 {
    margin: 20px 0 15px;
    width: 100%;
    height: 42px;
    line-height: 40px;
    background: url(../images/page-right-title2-bg.png) right bottom repeat-x;
}

.page-right div.title2 strong {
    display: inline-block;
    font-size: 20px;
    color: #12973b;
    background-color: #fff;
    border-bottom: #12973b solid 2px;
}

/*** 右边 e ***/


/*** s 单页 ***/
.single-page {

}

.single-page .content, .dyContent {
    font-size: 15px;
    line-height: 2;
    color: #333;
}

.single-page .content img {
    margin: 10px 0;
  /* width: 100%; */
    max-width: 95%;
    height: auto;
}

.single-page .content table {
    /* width: 100%; */
    max-width: 100%;
}

/*** 单页 e ***/


/*** s 文章内容 ***/
.single-page .content .articleTitle {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #12973b;
}

.single-page .content .articleInfo {
    margin: 10px 0 25px;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

/*** 文章内容 e ***/


/*** s 图片列表页 ***/
.piclist-page {

}

.picture-list {
    width: 100%;
}

.picture-list ul {
    width: 100%;
}

.picture-list ul li {
    margin-right: 35px;
    margin-bottom: 35px;
    width: 260px;
}

.picture-list ul li:nth-child(3n) {
    margin-right: 0;
}

.picture-list ul li:hover {
    box-shadow: 0 6px 10px -5px rgba(30, 30, 30, .2);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.picture-list li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picture-list li .img {
    width: 100%;
    height: 186px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.picture-list li p {
    padding-right: 20px;
    height: 46px;
    line-height: 46px;
    background: url(../images/picture-list-p-ic.png) right center no-repeat;
    border-bottom: #e1e1e1 solid 1px;
}

.picture-list li:hover p {
    color: #12973b;
    background-image: url(../images/picture-list-p-ic-hover.png);
    border-bottom-color: #12973b;
}

/*** 图片列表页 e ***/


/*** s 文章列表页 ***/
.article-page {

}

.article-list {
    width: 100%;
}

.article-list ul {
    width: 100%;
}

.article-list ul li {
    margin-bottom: 20px;
    margin-left: 16px;
    width: calc(100% - 16px);
    border-bottom: #dcdcdc dashed 1px;
}

.article-list ul li:hover {
    border-bottom-color: #12973b;
}

.article-list li a {
    display: block;
    width: 100%;
}

.article-list li div.tit {
    position: relative;
    line-height: 1.5;
}

.article-list li div.tit:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    width: 5px;
    height: 15px;
    background-color: #ecad46;
}

.article-list li:hover div.tit:before {
    background-color: #76c28f;
}

.article-list li div.tit h5 {
    width: 660px;
    font-size: 16px;
    color: #333;
}

.article-list li:hover div.tit h5 {
    padding-left: 20px;
    color: #12973b;
}

.article-list li div.tit span {
    font-size: 14px;
    color: #888;
}

.article-list li .info {
    margin: 10px 0 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

/*** 文章列表页 e ***/


/*** s 巧娘部落 ***/
.women-page {

}

.women-page .article-top {
    width: 100%;
    height: 300px;
}

.women-page .article-top .img {
    float: left;
    width: 390px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.women-page .article-top .info {
    top: 9px;
    right: 0;
    z-index: 10;
    padding: 20px;
    width: 466px;
    height: 282px;
    line-height: 2;
    text-indent: 2em;
    background-color: #fff;
    box-shadow: 0 0 15px -2px rgba(30, 30, 30, .1)
}

.women-page .article-top .info .line {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 200px;
}

.women-page .article-top .info img {
    display: none;
}

.women-page .article-top a {
    right: 5%;
    bottom: 3px;
    left: 0;
    z-index: 20;
    margin: auto;
    width: 104px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: url(../images/article-top-a-bg.png) center no-repeat;
}

.women-page .article-list li {
    padding: 3px 0 8px;
}

/*** 巧娘部落 e ***/


/*** s 联系我们 ***/
.contact-page {

}

.contact-page .contact-cont {

}

.contact-cont .map {
    width: 466px;
    height: 330px;
    background-color: #fafafa;
    margin-top: 20px;
}

.contact-cont .info {
    width: 350px;
}

.contact-cont .info h5 {
    margin: 15px 0 10px;
    font-size: 18px;
    color: #12973b;
}

.contact-cont p {
    margin: 20px 0;
    height: 40px;
    line-height: 40px;
}

.contact-cont p img {
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

/*** 联系我们 e ***/

/*分页*/
.pager {
    clear: both;
    width: 100%;
    padding: 30px 0 20px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.pager a, .pager button {
    background: #f1eff0;
    color: #999;
    transition: all .3s;
}

.pager a, .pager span, .pager input, .pager button {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    margin-left: 5px;
}

.pager a:hover {
    background: #12973b;
    color: #fff;
}

.pager a.cur {
    background: #12973b;
    color: #fff !important;
}

.pager a.disabled, .pager a.disabled:hover {
    background: #f1eff0;
    color: #ddd;
    cursor: default;
}

.pager span {
    background: #f1eff0;
}

.pager input {
    width: 52px;
    border: 1px solid #ddd;
    padding: 0 0 0 8px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
}

.pager button {
    transition: .3s;
    border: none;
}

.pager button:hover {
    background: #12973b;
    color: #fff;
}

/*暂无数据*/
/* 404 */

.empty {
    width: 100%;
    justify-content: center;
    background: #fff;
    margin: 0 auto 25px;
    overflow: hidden;
    height: 400px;
    text-align: center;
    font-size: 14px;
}

.empty img {
    display: block;
    width: 260px;
    margin: 80px auto 0;
}

.empty p {
    color: #3c4859;
    margin-top: 15px
}