* {
    margin: 0;
    padding: 0;
}

body {
    background: #f8f9f6 !important;
}


.jg-na{width:90px}


/* 头部 */

.banner-box {
    width: 100%;
    overflow: hidden;
}

.m_banner {
    width: 1920px;
    height: 560px !important;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}

.m_banner .bd {
    height: 100%;
    display: block;
}

.m_banner .bd li a {
    display: block;
    width: 100%;
}

.m_banner .bd li a img {
    width: 100%;
    height: auto;
}


/* .m_banner .hd {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.m_banner .hd ul {
    width: 112px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.m_banner .hd li {
    width: 46px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    float: left;
    margin: 0 5px;
}

.m_banner .hd li.on {
    background: #428d3e;
} */

.m_banner .prev,
.m_banner .next {
    position: absolute;
    left: 15%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(pub_pre.png) center center no-repeat;
}

.m_banner .next {
    left: auto;
    right: 15%;
    background-image: url(pub_next.png);
}


/* .m_banner .next {
    position: relative;
    top: -275px;
    right: -120px;
} */

.banner-ctn {
    width: 1230px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -615px;
}

.banner-ctn .ctn-box {
    padding: 28px 26px 15px;
    width: 533px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 15px;
    border-bottom: 2px solid #428d3e;
}

.banner-ctn .ctn-box h2 {
    font-size: 20px;
    line-height: 23px;
    color: #428d3e;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.banner-ctn .ctn-box h2 .icon_yw {
    float: left;
    width: 25px;
    margin-right: 10px;
    /* width: 40px; */
    height: 23px;
    background: url(xw.png) left center no-repeat;
    background-size: auto 23px;
    position: relative;
    top: -3px;
}

.banner-ctn .ctn-box h2 .icon_tz {
    background-image: url(tz.png);
}

.banner-ctn .ctn-box h2 a {
    display: inline-block;
    color: #428d3e;
    font-weight: 600;
    line-height: 23px;
}

.banner-ctn .ctn-box li {
    height: 36px;
    overflow: hidden;
}

.banner-ctn .ctn-box li a {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    padding-left: 14px;
    color: #333;
    padding-left: 15px;
    background: url(dot.png) left center no-repeat;
    width: 410px;
}

.banner-ctn .ctn-box li>i {
    color: #666;
    line-height: 36px;
    font-size: 14px;
    float: right;
}

.tt {
    width: 100%;
    float: left;
}

.tt .tit .title {
    font-size: 24px;
    font-weight: bold;
    color: #428d3e;
}

.tt .tit .many {
    font-size: 16px;
    color: #666;
}


/* 学会要闻 */

.insec1-box {
    margin: 50px 0 22px;
}

.insec1-box .conbox {
    overflow: hidden;
    clear: both;
}

.insec1-box .tt {
    margin-bottom: 20px;
}

.insec1-box .ltslide {
    width: 710px;
    overflow: hidden;
    position: relative;
}

.insec1-box .ltslide .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.insec1-box .ltslide .bd li {
    zoom: 1;
    vertical-align: middle;
}

.insec1-box .ltslide .bd li>a {
    display: block;
    height: 451px;
    overflow: hidden;
    position: relative;
}

.insec1-box .ltslide .bd li img {
    width: 100%;
    height: auto;
    min-height: 451px;
}

.insec1-box .ltslide .bd li .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0, 154, 68, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.insec1-box .ltslide .prev,
.insec1-box .ltslide .next {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 15px;
    height: 21px;
    z-index: 99;
    display: inline-block;
    cursor: pointer;
    background: url(prev1.png) no-repeat center center;
}

.insec1-box .ltslide .next {
    left: auto;
    right: 20px;
    background-image: url(next1.png);
}

.insec1-box .rtlist {
    padding: 20px 18px 0;
    width: 430px;
    position: relative;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}

.insec1-box .rtlist .tt {
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.insec1-box .rtlist .tt::after {
    content: '';
    width: 3px;
    height: 16px;
    background-color: #428d3e;
    position: absolute;
    left: 0;
    top: 12px;
}

.insec1-box .rtlist .tt .tit .many {
    font-size: 14px;
}

.insec1-box .rtlist .tt .title {
    font-size: 18px;
}

.insec1-box .rtlist ul {
    float: left;
    width: 100%;
}

.insec1-box .rtlist li {
    margin-bottom: 14px;
    min-height: 60px;
    padding-left: 15px;
    background: url(dot.png) left 13px no-repeat;
}

.insec1-box .rtlist li>a {
    display: block;
    width: 330px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.insec1-box .rtlist li .date {
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

.insec1-box .rtlist li:hover>a {
    padding-left: 10px;
    color: #428d3e;
    font-weight: 600;
}


/* 最新通知 会议通知 */

.g12-public {
    padding-top: 60px;
}

.g12-public .cleft {
    /* width: 479px; */
    float: left;
    width: 660px;
    position: relative;
}

.g12-public .lis::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #428d3e;
    top: 35px;
    left: 0px;
}

.g12-public .lis {
    display: block;
    margin-top: 42px;
}

.g12-public .lis li {
    line-height: 50px;
    overflow: hidden;
    clear: both;
    /* border-bottom: 1px solid #e5e5e5; */
    position: relative;
    background: url(dot.png) left 21px no-repeat;
}

.g12-public .lis li:hover a {
    text-indent: 10px;
    color: #428d3e;
    font-weight: 600;
}

.g12-public .lis li:last-child {
    border: 0;
}

.g12-public .lis a {
    display: inline-block;
    max-width: 418px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #333;
    padding-left: 15px;
}

.g12-public .lis span {
    float: right;
    color: #999;
}

.g12-public .lis i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #428d3e;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.pub_slider {
    position: relative;
    overflow: hidden;
    width: 476px;
    height: 140px;
}

.pub_slider li {
    float: left;
    width: 476px;
    height: 140px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s
}

.pub_slider li img {
    display: block;
    width: 476px;
    height: 140px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s
}

.pub_slider li:hover img {
    transform: scale(1.1);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s
}

.pub_slider .cbtn {
    width: 20px;
    height: 36px;
    position: absolute;
    top: 50%;
    z-index: 60;
    cursor: pointer;
    margin-top: -18px;
}

.pub_slider .pre {
    left: 20px;
    background: url("pub_pre.png") no-repeat center center;
}

.pub_slider .next {
    right: 20px;
    background: url("pub_next.png") no-repeat center center;
}

.g12-public .cright {
    width: 480px;
    float: right;
    position: relative;
    overflow: hidden;
}


/* .g12-public .s_list {
    width: 720px;
    margin-top: 40px;
}

.pub_item {
    display: block;
    width: 336px;
    height: 130px;
    background: #fff;
    border-bottom: 2px solid #428d3e;
    float: left;
    margin: 0 16px 10px 0;
    position: relative;
}

.pub_item .date {
    position: absolute;
    left: 30px;
    top: 35px;
    width: 58px;
    height: 58px;
    color: #428d3e;
    text-align: center;
}

.pub_item .date dt {
    height: 26px;
    line-height: 26px;
    padding-top: 10px;
    font-size: 28px;
}

.pub_item .date dd {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.pub_item .tip {
    width: 212px;
    left: 100px;
    top: 34px;
    position: absolute;
    line-height: 30px;
}

.g12-public .s_list>a:hover .pub_item .tip {
    text-indent: 10px;
}

.pub_item:hover {
    background: #428d3e;
}

.pub_item:hover .date,
.pub_item:hover .tip {
    color: #fff;
} */


/* .ztbox {
    padding-bottom: 64px;
} */

.ztbox .zt {
    width: 1200px;
}

.ztbox .sum-box {
    width: 393px;
    height: 75px;
    background-color: #73a56e;
    float: left;
    margin-right: 10px;
margin-top: 30px;
}
.ztbox .sum-box:nth-child(3){margin-right:0}
.ztbox .sum-box .icon {
    display: block;
    margin-left: 80px;
    margin-top: 13px;
    width: 49px;
    height: 49px;
    text-align: center;
  float: left;
}

.ztbox .sum-box .icon img {
    width: 60px;
    height: auto;
}

.ztbox .sum-head>a {
    display: block;
    text-align: center;
    padding: 0 27px;
    font-size: 18px;
    margin-top: 30px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.ztbox .sum {
    width: 480px;
    text-align: center;
    display: table-cell;
}

.ztbox .sum .icon,
.ztbox .sum .sum-head {
    float: left;
}

.ztbox .sum .icon {
    margin: 56px 0 0 60px;
}

.ztbox .sum .sum-head a {
    line-height: 157px;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}


/* .ztbox .sum-head>a {
    display: block;
    background-color: #73a56e;
    height: 145px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 86px 30px 0 30px;
    box-sizing: border-box;
    line-height: 1.2;
} */

.ztbox .sum-box:hover .icon img {
    -webkit-animation: rotateImg 1s linear;
}

@keyframes rotateImg {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rotateImg {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
    }
}


/* 教学科研


/* section1样式 */


/* 
.section1 {
    width: 100%;
    height: 477px;
    background: url(index_bg.png)top center no-repeat;
    margin-top: 40px;
}

.section1 .tt,
.m_yuanshi .tt {
    padding: 52px 0 30px;
}

.section1 .tt .tit .title,
.m_yuanshi .tt .tit .title {
    color: #fff;
}

.section1 .tt .tit .many,
.m_yuanshi .tt .tit .many {
    color: rgba(255, 255, 255, 0.8);
} */


/* 轮播 */


/* .section1 .sd-xinwen .sxwslide {
    width: 1200px;
    position: relative;
}

.sd-xinwen .sxwslide .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    clear: both;
}

.section1 .sd-xinwen .sxwslide .bd li {
    vertical-align: middle;
    zoom: 1;
}

.section1 .sd-xinwen .sxwslide .bd li .left {
    width: 560px;
    height: 330px;
    position: relative;
}

.section1 .sd-xinwen .sxwslide .bd li .left .summary {
    width: 94px;
    height: 28px;
    background-color: rgba(252, 198, 61, 0.7);
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 47px;
}

.section1 .sd-xinwen .sxwslide .bd li .left .nh_tit {
    font-size: 18px;
    font-weight: bold;
    padding-top: 27px;
    padding-right: 105px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section1 .sd-xinwen .sxwslide .bd li .left .detials {
    font-size: 14px;
    line-height: 26px;
    padding-top: 39px;
    padding-right: 49px;
    color: rgba(255, 255, 255, 0.8);
}

.section1 .sd-xinwen .sxwslide .bd li .right {
    width: 560px;
    height: 330px;
    overflow: hidden;
}

.section1 .sd-xinwen .sxwslide .bd img {
    width: 100%;
    height: auto;
    display: block;
}

.section1 .sd-xinwen .sxwslide .hd {
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 637px;
}

.section1 .sd-xinwen .sxwslide .hd li {
    width: 10px;
    height: 10px;
    background-color: #a69a99;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.section1 .sd-xinwen .sxwslide .hd li.on {
    background-color: #fcc63d;
}

*/


/* 出版刊物 */

.m_kanwu {
    width: 100%;
    height: 440px;
    background: url(index_bg3.png)top center no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
}

.m_kanwu .kanwu {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.m_kanwu .tt {
    margin-top: 50px;
    margin-bottom: 30px;
}

.kanwu {
    height: 446px;
}

.kanwu .qk_left {
    width: 600px;
}

.kanwu .qk_left .title_type1 {
    text-align: left;
}

.kanwu .qk_left .qk_left_box {
    width: 600px;
    border-bottom: 1px solid #c7c8cc;
    border-top: 3px solid #c7c8cc;
    height: 125px;
    margin-top: -34px;
}

.kanwu .qk_left .qk_left_box .lefttext {
    width: 490px;
    font-size: 14px;
    color: #0f0f0f;
    margin-top: 45px;
    line-height: 23px;
}

.kanwu .qk_left .qk_left_box .fr a {
    text-align: right;
    font-size: 12px;
    color: #000000;
    line-height: 125px;
}

.kanwu .qk_left .qk_left_box .fr a img {
    margin-left: -6px;
    height: 20px;
    width: 20px;
    margin-top: -2px;
}

.kanwu .qk_left .qk_left_box .fr a:hover {
    color: #1052b1;
}

.kanwu .qk_left .list {
    margin-top: 10px;
}

.kanwu .qk_left .list li {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
}

.kanwu .qk_left .more {
    display: inline-block;
    margin-top: 55px;
    height: 40px;
    width: 175px;
    border: 1px solid #7b7777;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    color: #7b7777;
}

.kanwu .qk_left .more:hover {
    background: #428d3e;
    color: #ffffff;
}

.kanwu .qk_right {
    width: 600px;
}

.kanwu .qk_right a {
    float: left;
    margin-left: 62px;
    width: 238px;
    height: 333px;
    margin-top: 50px;
    display: inline-block;
    overflow: hidden;
}

.kanwu .qk_right img {
    width: 238px;
    height: 333px;
}


/* .kanwu .qk_right img:hover {
    transform: scale(1.1, 1.1);
} */


/* 会员单位 */

.yqlj {
    height: 64px;
    line-height: 20px;
    color: #555555;
    font-size: 16px;
}

.yqlj li {
    float: left;
    height: 20px;
    margin: 22px 0px;
    border-right: 0.5px solid #555555;
    padding: 0px 24px;
    text-align: center;
}

.yqlj li a {
    text-align: center;
    color: #555555;
}

.yqlj .bd,
.yqlj ul {
    overflow: hidden;
    width: 1100px;
}

.yqlj span {
    width: 100px;
    text-align: left;
    line-height: 64px;
    font-size: 18px;
}

.cgsec2-box .tt {
    padding: 40px 0 20px;
}

.cgsec2-box {
    width: 100%;
    height: 455px;
    background: url(index_bg2.png) center top no-repeat;
}

.cgsec2-box .cgsec2 {
    overflow: visible;
}

.cgsec2-box .tt .title,
.cgsec2-box .tt .many {
    color: #fff;
}

.cgsec2-box .cbw {
    width: 1200px;
    position: relative;
}

.cgsec2-box .cbw .bd {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.cgsec2-box .cbw .bd ul {
    width: 1300px;
}

.cgsec2-box .cbw .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 225px;
    height: 345px;
    margin-right: 19px;
}

.cgsec2-box .cbw .bd li>a {
    display: block;
    height: 307px;
    overflow: hidden;
}

.cgsec2-box .cbw .bd img {
    width: 100%;
    min-height: 307px;
    height: auto;
}

.cgsec2-box .cbw .prev,
.cgsec2-box .cbw .next {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(pub_pre.png) no-repeat center center;
}

.cgsec2-box .cbw .next {
    left: auto;
    right: -60px;
    background-image: url(pub_next.png);
}


/* 下拉样式 */

.drap-box {
    box-shadow: 2px 2px 7px rgb(148 148 148 / 15%);
}

.drap-box a {
    color: #333;
}

.drap {
    overflow: hidden;
    padding: 30px 20px 30px;
}

.drap img {
    width: 100%;
    height: auto;
}

.drap .d-tt {
    padding-left: 10px;
    font-size: 20px;
    color: #53ae47;
    font-weight: bold;
    line-height: 25px;
    border-left: 7px solid #53ae47;
    margin-bottom: 20px;
}

.drap .d-tt .d-more {
    font-size: 12px;
    color: #999;
    line-height: 25px;
}

.d-guanyu .xhjj {
    width: 556px;
}

.d-guanyu .xhjj .jj {
    font-size: 14px;
    color: #666;
    line-height: 36px;
    text-indent: 2em;
}


/* 开始 */

.d-guanyu .zzjg {
    width: 556px;
}

.d-guanyu .jg-slide {
    height: 170px;
    overflow: hidden;
    position: relative;
    padding: 10px 40px 0;
}

.d-guanyu .jg-slide .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.d-guanyu .jg-slide .bd ul {
    width: 600px;
}

.d-guanyu .jg-slide .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 230px;
    margin-right:6px;
    overflow: hidden;
}

.d-guanyu .jg-slide .bd li .jg-pic {
    width: 130px;
    height: 162px;
    overflow: hidden;
}

.d-guanyu .jg-slide .bd .jg-pic img {
    width: 100%;
    height: auto;
    min-height: 162px;
}

.d-guanyu .jg-slide .bd .zw {
    font-size: 16px;
    font-weight: 600;
    padding: 50px 0 20px;
}
.d-guanyu .jg-slide .bd .na{font-size:14px;}
.d-guanyu .jg-slide .prev,
.d-guanyu .jg-slide .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 25px;
    height: 40px;
    background: url(pub_preg.png) center center no-repeat;
}

.d-guanyu .jg-slide .next {
    left: auto;
    right: 0;
    background-image: url(pub_nextg.png);
}

.d-guanyu .wyh-tab {
    width: 100%;
    padding-top: 20px
}

.d-guanyu .wyh-tab .hd {
    margin-bottom: 20px;
    border-left: 7px solid #53ae47;
}

.d-guanyu .wyh-tab .hd ul {
    overflow: hidden;
    padding-left: 10px;
}

.d-guanyu .wyh-tab .hd .hr {
    margin: 0 15px;
    position: relative;
    top: 3px;
}

.d-guanyu .wyh-tab .hd ul li {
    float: left;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    color: #333;
}

.d-guanyu .wyh-tab .hd ul li.on {
    color: #428d3e;
}

.d-guanyu .wyh-tab .bd ul {
    zoom: 1;
}

.d-guanyu .wyh-tab .bd li {
    float: left;
    width: 168px;
    height: 52px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #428d3e;
    border-radius: 5px;
    background: url(bbjj.png) -10px center no-repeat;
}

.d-guanyu .wyh-tab .bd li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
}


/* .d-guanyu .zzjg .jg-img {
    width: 553px;
    height: 322px;
    overflow: hidden;
}

.d-guanyu .zzjg .jg-img img {
    width: 100%;
    height: auto;
}

.d-guanyu .zzjg .jg-lk {
    overflow: hidden;
    margin-top: 20px;
}

.d-guanyu .zzjg .jg-lk a {
    display: block;
    width: 260px;
    background: #68b265;
    text-align: center;
    line-height: 70px;
    color: #fff;
} */


/* .d-guanyu .dsj {
    width: 554px;
    padding-top: 20px;
}

.d-guanyu .sj-slide {
    position: relative;
    width: 530px;
    padding: 0 13px;
}

.d-guanyu .sj-slide .con {
    width: 530px;
    height: 72px;
    overflow: hidden
}

.d-guanyu .sj-slide .con li {
    vertical-align: top
}

.d-guanyu .sj-slide .con li a {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 36px;
    text-indent: 2em;
}

.d-guanyu .sj-slide .btn {
    width: 530px;
    height: 45px;
    margin-bottom: 20px;
}

.d-guanyu .sj-slide .btn ul {
    overflow: hidden;
}

.d-guanyu .sj-slide .btn::after {
    content: '';
    display: block;
    width: 500px;
    height: 1px;
    background: #999;
    margin: -6px auto 0;
}

.d-guanyu .sj-slide .btn li {
    float: left;
    display: inline;
    cursor: pointer;
}

.d-guanyu .sj-slide .btn li a {
    display: block;
    width: 106px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.d-guanyu .sj-slide .btn li .dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #999;
    margin: 0 auto;
}

.d-guanyu .sj-slide .navPrev,
.d-guanyu .sj-slide .navNext {
    display: inline-block;
    *zoom: 1;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 12px;
    color: #53ae47;
}

.d-guanyu .sj-slide .navNext {
    right: 0;
}

.d-guanyu .sj-slide .btn li.on .dot {
    background: #53ae47;
} */

.d-xinwen .xwslide {
    width: 560px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.d-xinwen .xwslide .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 14px;
    z-index: 1;
}

.d-xinwen .xwslide .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.d-xinwen .xwslide .hd ul li {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.d-xinwen .xwslide .hd ul li.on {
    background: #53ae47;
}

.d-xinwen .xwslide .bd {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.xwslide .bd li {
    zoom: 1;
    vertical-align: middle;
}

.d-xinwen .xwslide .bd li>a {
    display: block;
    height: 315px;
    position: relative;
}

.d-xinwen .xwslide .bd .mask {
    width: 520px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
}

.d-xinwen .tzgg {
    width: 560px;
}

.d-xinwen .tzgg .g-item {
    overflow: hidden;
    margin-bottom: 24px;
}

.d-xinwen .tzgg .g-item .g-date {
    width: 64px;
    height: 58px;
    border: 1px solid #53ae47;
    text-align: center;
    margin-right: 20px;
}

.d-xinwen .tzgg .g-item .g-date .g-d {
    line-height: 29px;
    font-size: 18px;
    color: #53ae47;
    font-weight: bold;
    border-bottom: 1px solid #53ae47;
}

.d-xinwen .tzgg .g-item .g-date .g-y {
    line-height: 29px;
    font-size: 16px;
    color: #53ae47;
}

.d-xinwen .tzgg .g-item .g-wz {
    width: 473px;
}

.d-xinwen .tzgg .g-item .g-wz a {
    display: block;
    line-height: 29px;
}

.d-xinwen .clear {
    clear: both;
}


/* .d-xinwen .sjdt {
    margin-bottom: 30px;
}

.d-xinwen .sjdt .sj {
    border-top: 1px solid #53ae47;
    border-bottom: 1px solid #53ae47;
}

.d-xinwen .sjdt .sj ul {
    overflow: hidden;
}

.d-xinwen .sjdt .sj li {
    float: left;
    width: 260px;
    padding: 20px 15px 0;
    height: 95px;
    float: left;
}

.d-xinwen .sjdt .sj li .sj-inner {
    height: 75px;
    border-right: 1px solid #DFE8F0;
}

.d-xinwen .sjdt .sj li .sj-date {
    font-size: 16px;
    color: #53ae47;
    line-height: 20px;
}

.d-xinwen .sjdt .sj li a {
    display: block;
    width: 250px;
    line-height: 30px;
    font-size: 16px;
    color: #444;
} */

.d-zhiku a.item {
    padding: 0 30px;
    margin-right: 20px;
    line-height: 50px;
    border: 1px solid #428d3e;
}

.d-xueshu .xsdt {
    width: 425px;
    margin-right: 49px;
}

.d-xueshu .xsslide {
    overflow: hidden;
    position: relative;
}

.d-xueshu .xsslide .hd {
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 25px;
    z-index: 1;
}

.d-xueshu .xsslide .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.d-xueshu .xsslide .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 5px;
    background: #fff;
    cursor: pointer;
}

.d-xueshu .xsslide .hd ul li.on {
    background: #428d3e;
}

.d-xueshu .xsslide .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.d-xueshu .xsslide .bd li {
    zoom: 1;
    height: 235px;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}

.d-xueshu .xsslide .bd img {
    width: 100%;
    height: auto;
}

.d-xueshu .xsslide .bd li .mask {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 58px;
    padding: 0 20px 0 10px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
}

.d-xueshu .fhhy {
    width: 686px;
    overflow: hidden;
    margin-left:40px;
}

.d-xueshu .fhhy .fh-item {
    overflow: hidden;
    margin-bottom: 16px;
    padding-left: 15px;
    background: url(dot.png) left center no-repeat;
}

.d-xueshu .fhhy .fh-item .fh-date {
    overflow: hidden;
    text-align: right;
    line-height: 27px;
    color: #666;
}

.d-xueshu .fhhy .fh-item .fh-wz {
    display: block;
    font-size: 16px;
    line-height: 27px;
    color: #333;
}

.d-xueshu .xsnh {
    width: 37%;
}

.d-xueshu .xsnh .nh-more {
    font-size: 16px;
    display: block;
    width: 198px;
    height: 46px;
    line-height: 46px;
    color: #333333;
    background: url(kx_xstab_09.png) left center no-repeat;
    text-align: center;
    margin-right:16px;
    margin-bottom: 20px;
}

.d-xueshu .xsnh .nh-more:hover {
    color: #fff;
    background: #53ae47;
}
.kpdt{margin-right:0px !important;}
.d-kepu .kpzs {
    width:560px;
    margin-right: 31px;
}

.d-kepu .kpzs .zs-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.d-kepu .zs-item .zs-img {
    width: 130px;
    height: 92px;
    overflow: hidden;
    background-color: #555555;
}

.d-kepu .kpzs .zs-wz {
    width: 395px;
}

.d-kepu .kpzs .zs-wz .zs-tt>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
}

.d-kepu .kpzs .zs-wz .zs-txt>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.d-kepu .kpzs .zs-more {
    font-size: 12px;
    color: #999;
}

.d-kepu .kp-line {
    width: 1px;
    height: 242px;
    background: #DFE8F0;
    margin: 43px 15px 0;
}

.d-kepu .kpdt .k-item {
    width: 236px;
    overflow: hidden;
    margin: 0 10px 20px 0;
}

.d-kepu .kpdt .k-item .k-img {
    width: 94px;
    height: 70px;
    overflow: hidden;
    background: #555555;
}

.d-kepu .kpdt .k-item .k-wz {
    width: 128px;
}

.d-kepu .kpdt .k-item .k-tt>a {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.d-kepu .kpdt .k-item .k-date {
    font-size: 14px;
    color: #999;
}

.d-kepu .kpdt .k-more {
    font-size: 12px;
    color: #999;
    margin-top: 40px;
}

.d-kepu .sfjd {
    width: 252px;
}

.d-kepu .sfjd .sf-tt a {
    display: block;
    text-align: center;
    line-height: 50px;
}

.d-kepu .sfjd .sf-img {
    height: 160px;
    overflow: hidden;
    background: #555555;
    margin-top: 20px;
}
.d-down ul{
    width: 1240px;
}
.d-down .d-item{
    width: 560px;
    margin-right:40px;
    line-height: 40px;
}
.d-down .d-item .wz{
    display: inline-block;
    padding-left: 15px;
    background:url(dot.png) center left no-repeat;
}
.d-down .d-item .dw{
   display: inline-block;
   height: 40px; 
   width: 40px;
   background:url(dw.png) center center no-repeat;
   cursor: pointer;
}











































@charset "utf-8";
*{outline: none;}
.divPlayerImgResponsive,.divPlayerResponsive2{max-width: 640px !important;}

@font-face {
    font-family: 'nky-icon';
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}

/* CSS Document */

a{outline:none;text-decoration:none;color: #333;border:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:none;}

.tc{text-align: center;}
.ib{display: inline-block;}

.pa-t,.pa-b,.pa-l,.pa-r,.pa-lt,.pa-rt,.pa-lb,.pa-rb,.pa-lm,.pa-rm,.pa-tm,.pa-bm,.pa-c{z-index: 2;position: absolute;}
.pa{position: absolute;}.pr{position: relative;}.pa-t{left: 0;right: 0;top: 0;}.pa-b{left: 0;right: 0;bottom: 0;}.pa-l{left: 0;top: 0;bottom: 0;}.pa-r{right: 0;top: 0;bottom: 0;}.pa-lt{left: 0;top: 0;}.pa-rt{right: 0;top: 0;}.pa-lb{left: 0;bottom: 0;}.pa-rb{right: 0;bottom: 0;}.pa-lm{left: 0;top: 50%;transform: translateY(-50%);}.pa-rm{right: 0;top: 50%;transform: translateY(-50%);}.pa-tm{top: 0;left: 50%;transform: translateX(-50%);}.pa-bm{bottom: 0;left: 50%;transform: translateX(-50%);}.pa-c{left: 0;right: 0;top: 0;bottom: 0;}



.lh18x1{height: 18px;}.lh18x2{height: 36px;}.lh18x3{height: 54px;}.lh18x4{height: 72px;}.lh18x5{height: 90px;}.lh18x6{height: 108px;}
.lh19x1{height: 19px;}.lh19x2{height: 38px;}.lh19x3{height: 57px;}.lh19x4{height: 76px;}.lh19x5{height: 95px;}.lh19x6{height: 114px;}
.lh20x1{height: 20px;}.lh20x2{height: 40px;}.lh20x3{height: 60px;}.lh20x4{height: 80px;}.lh20x5{height: 100px;}.lh20x6{height: 120px;}
.lh21x1{height: 21px;}.lh21x2{height: 42px;}.lh21x3{height: 63px;}.lh21x4{height: 84px;}.lh21x5{height: 105px;}.lh21x6{height: 126px;}
.lh22x1{height: 22px;}.lh22x2{height: 44px;}.lh22x3{height: 66px;}.lh22x4{height: 88px;}.lh22x5{height: 110px;}.lh22x6{height: 132px;}
.lh23x1{height: 23px;}.lh23x2{height: 46px;}.lh23x3{height: 69px;}.lh23x4{height: 92px;}.lh23x5{height: 115px;}.lh23x6{height: 138px;}
.lh24x1{height: 24px;}.lh24x2{height: 48px;}.lh24x3{height: 72px;}.lh24x4{height: 96px;}.lh24x5{height: 120px;}.lh24x6{height: 144px;}
.lh25x1{height: 25px;}.lh25x2{height: 50px;}.lh25x3{height: 75px;}.lh25x4{height: 100px;}.lh25x5{height: 125px;}.lh25x6{height: 150px;}
.lh26x1{height: 26px;}.lh26x2{height: 52px;}.lh26x3{height: 78px;}.lh26x4{height: 104px;}.lh26x5{height: 130px;}.lh26x6{height: 156px;}
.lh27x1{height: 27px;}.lh27x2{height: 54px;}.lh27x3{height: 81px;}.lh27x4{height: 108px;}.lh27x5{height: 135px;}.lh27x6{height: 162px;}
.lh28x1{height: 28px;}.lh28x2{height: 56px;}.lh28x3{height: 84px;}.lh28x4{height: 112px;}.lh28x5{height: 140px;}.lh28x6{height: 168px;}
.lh29x1{height: 29px;}.lh29x2{height: 58px;}.lh29x3{height: 87px;}.lh29x4{height: 116px;}.lh29x5{height: 145px;}.lh29x6{height: 174px;}
.lh30x1{height: 30px;}.lh30x2{height: 60px;}.lh30x3{height: 90px;}.lh30x4{height: 120px;}.lh30x5{height: 150px;}.lh30x6{height: 180px;}
.lh31x1{height: 31px;}.lh31x2{height: 62px;}.lh31x3{height: 93px;}.lh31x4{height: 124px;}.lh31x5{height: 155px;}.lh31x6{height: 186px;}
.lh32x1{height: 32px;}.lh32x2{height: 64px;}.lh32x3{height: 96px;}.lh32x4{height: 128px;}.lh32x5{height: 160px;}.lh32x6{height: 192px;}
.lh33x1{height: 33px;}.lh33x2{height: 66px;}.lh33x3{height: 99px;}.lh33x4{height: 132px;}.lh33x5{height: 165px;}.lh33x6{height: 198px;}
.lh34x1{height: 34px;}.lh34x2{height: 68px;}.lh34x3{height: 102px;}.lh34x4{height: 136px;}.lh34x5{height: 170px;}.lh34x6{height: 204px;}


.ul-inline{font-size: 0;}
.ul-inline li{display: inline-block;*display: inline;*zoom:1;font-size: 14px;vertical-align: top;width: 100%;}
.ul-inline a{display: block;}
.title{display: block;overflow: hidden;text-overflow: ellipsis;}
.info{display: block;overflow: hidden;}
.img,.img1x1,.img5x7,.img5x3,.img3x2,.img4x3,.img2x3,.img3x4{display: block;overflow: hidden;width: 100%;height: 0;padding-bottom: 56.25%;background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;}
.img1x1{padding-bottom: 100%;}.img5x7{padding-bottom: 140%;}.img5x3{padding-bottom: 60%;}.img3x2{padding-bottom: 66.6%;}.img4x3{padding-bottom: 75%;}.img2x3{padding-bottom: 150%;}.img3x4{padding-bottom: 133.3%;}
.img img,.img1x1 img,.img5x7 img,.img5x3 img,.img3x2 img,.img4x3 img,.img2x3 img,.img3x4 img{width: 100%;display: block;transition: all linear .35s;-ms-transition: all linear .35s;-moz-transition: all linear .35s;-webkit-transition: all linear .35s;-o-transition: all linear .35s;}
.img_centered{display: block;overflow: hidden;position: relative;}
.img_centered img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-height: 100%;width: auto;margin: auto;}
.img_cover{display: block;overflow: hidden;position: relative;}
.img_cover img{position: absolute;left: 50%;top: 50%;min-height: 100%;min-width: 100%;max-width: 1000%;transform: translate(-50%, -50%);width: auto;height: 100%;}
.iconfont::before{font-family: "nky-icon" !important;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.row {
    max-width: 1200px;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(100vw - 220px);
}
.index_title{display: block;position: relative;height: 48px;}
.index_title .title{position: absolute;left: 0;top: 50%;transform: translateY(-50%);line-height: 48px;}
.index_title .title a{margin: 0 23px;position: relative;display: inline-block;}
.index_title .title a::after{content: '';display: block;width: 2px;height: 20px;background: #c3cecb;position: absolute;right: -23px;top: 50%;transform: translateY(-50%);}
.index_title .title a:first-child{margin-left: 0;}
.index_title .title a:last-child::after{display: none;}
.index_title .title a.on{color: #007071;font-weight: bold;}
.index_title .title a.on::before{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: 6px;background: #d4b96a;}
.index_title .more a{height: 24px;position: absolute;right: 5px;top: 50%;transform: translateY(-50%);text-align: center;line-height: 28px;color: #333;}
.index_title .more a.off{display: none;}
.index_title .more a:hover{color: #007071;}

.index_title .sub_channel{display: inline-block;vertical-align: middle;padding: 0 0 0 44px;}
.index_title .sub_channel a::after{width: 1px;}

.wrap_mode01{padding: 16px 0 37px;background: #fafafa;}

.mode01 .rt{width: calc(100% - 890px);float: right;}


.wrap_mode03{padding: 26px 0 45px;background: #f5f5f5;overflow: hidden;}

.index_03{padding: 21px 0 0;}
.index_03 .box.off{display: none;}

.index_03a{width: 454px;float: left;}
.index_03a .img{padding-bottom: 59%;}
.index_03a .bottom{padding: 30px 28px 30px;background: #fff;overflow: hidden;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_03a .title{margin: 0 0 20px;}
.index_03a .info{margin: 0 0 35px;color: #999;}
.index_03a .time{color: #707070;float: right;margin: 0 0 0 10px;}
.index_03a .tip{color: #707070;float: left;}
.index_03a .tip span,.index_03a .time span{color: #232323;}

.index_03b{margin: 0 0 0 478px;}
.index_03b ul{margin: 0 0 -20px -20px;}
.index_03b li{width: 50%;}
.index_03b .item{margin: 0 0 20px 20px;background: #fff;padding: 30px 32px 23px 26px;position: relative;
transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_03b .time_box{width: 65px;float: left;position: relative;border-bottom: 1px solid #37988f;padding: 0 0 27px;z-index: 2;color: #37988f;}
.index_03b .day{/*color: #232323;*/margin: 0 0 0 0;}
.index_03b .month{/*color: #707070;*/margin: 0 0 0 0;}
.index_03b .info_box{margin: 0 0 0 95px;padding: 0 0 0 0;position: relative;z-index: 2;}
.index_03b .title{margin: 0 0 11px;}
.index_03b .info{margin: 0 0 0;color: #999;}

.index_03b li:nth-child(3) .time_box,.index_03b li:nth-child(4) .time_box{color: #bca34a;border-bottom: 1px solid #bca34a;}
.index_03b li:nth-child(5) .time_box,.index_03b li:nth-child(6) .time_box{color: #60b9aa;border-bottom: 1px solid #60b9aa;}
.index_03c ul{margin: 0 0 -15px -27px;}
.index_03c li{width: 20%;}
.index_03c .item{margin: 0 0 54px 27px;border-top: 8px solid #37988f;padding: 15px 20px 26px;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;background: #fff;position: relative;}
.index_03c .time{float: right;color: #37988f;position: relative;z-index: 2;}
.index_03c .time i{margin: 0 10px 0 0;font-size: 1.4em;vertical-align: middle;}
.index_03c .tip{color: #37988f;position: relative;z-index: 2;}
.index_03c .title{margin: 27px 0 18px;position: relative;z-index: 2;}
.index_03c .info{margin: 0 0 0;color: #999;position: relative;z-index: 2;}

.index_03c li:nth-child(5n + 2) .item,.index_03c li:nth-child(5n) .item{border-color: #bca34a;}
.index_03c li:nth-child(5n + 2) .time,.index_03c li:nth-child(5n + 2) .tip,.index_03c li:nth-child(5n) .time,.index_03c li:nth-child(5n) .tip{color: #bca34a;}
.index_03c li:nth-child(5n + 3) .item{border-color: #60b9aa;}
.index_03c li:nth-child(5n + 3) .time,.index_03c li:nth-child(5n + 3) .tip{color: #60b9aa;}
.index_03c .item::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;height: 0;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;background: #37988f;}
.index_03c li:nth-child(5n + 2) .item::before,.index_03c li:nth-child(5n) .item::before{background: #bca34a;}
.index_03c li:nth-child(5n + 3) .item::before{background: #60b9aa;}
.index_03c .item:hover::before{height: 100%;}
.index_03c .item:hover .time,.index_03c .item:hover .title,.index_03c .item:hover .tip{color: #fff;}
.index_03c .item:hover .info{color: rgba(255,255,255,.6);}
.mode03 .box .title,.mode04 .lf li .title{font-weight: bold;color: #222;}
@media screen and (min-width:1024px){
    .index_01b li:hover .item{background: #007071;}
    .index_01b li:hover .item .title{color: #fff;}
    .index_01b li:hover .video{background-image: url(../images/mode01_video2.png);}
    
    .index_02 .arrow:hover{background-color: #64c1ae;}
    
    .index_03a:hover .bottom{background: #37988f;}
    .index_03a:hover .title,.index_03a:hover .tip span,.index_03a:hover .time span{color: #fff;}
    .index_03a:hover .info{color: rgba(255,255,255,.6);}
    .index_03a:hover .time,.index_03a:hover .tip{color: rgba(255,255,255,.8);}
    .index_03b .item:hover .title,.index_03b .item:hover .day,.index_03b .item:hover .month{color: #fff;}
    .index_03b .item:hover .info{color: rgba(255,255,255,.6);}
    .index_03b .item:hover .month{color: rgba(255,255,255,.8);}
    .index_03b .item:hover .time_box{border-color: #fff;}
    
    .index_03b .item::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;height: 5px;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;background: #37988f;}
    .index_03b li:nth-child(3) .item::before,.index_03b li:nth-child(4) .item::before{background: #bca34a;}
    .index_03b li:nth-child(5) .item::before,.index_03b li:nth-child(6) .item::before{background: #60b9aa;}
    
    .index_03b .item:hover::before{height: 100%;}
    .index_03b .item:hover .time,.index_03b .item:hover .title,.index_03b .item:hover .tip{color: #fff;}
    .index_03b .item:hover .info{color: rgba(255,255,255,.6);}
    .index_03c .item:hover{background: #fff;}
}
@media screen  and (max-width:1640px){
    .index_03a .bottom{padding: 22px 28px;}
    .index_03a .info{margin: 0 0 24px;}
    .index_03b .item{padding: 24px 24px 20px;}
    .index_03b .time_box{width: 50px;padding: 0 0 12px;}
    .index_03b .info_box{margin: 0 0 0 70px;}
}
@media screen  and (max-width:1320px){
    .index_03b .item{padding: 24px 24px 20px;}
}