@charset "utf-8";

/* CSS Document */

.Banner {
    position: relative;
    z-index: 999;
}


/*banner½áÊø*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    overflow: hidden;
    display: none;
    -webkit-backface-visibility: hidden;
    vertical: display: table-cell;
    vertical-align: middle;
    display: table
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    margin: 0 auto;
    max-width: none;
    vertical-align: middle;
    display: block;
    *position: relative;
    left: -50%;
    top: -50%;
    *left: 0;
    *top: 0;
    max-width: 100%;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}


/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 55px;
    height: 56px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -999em;
    opacity: 0.6
}

.flex-direction-nav .flex-prev {
    left: 10px;
    background: url(/nxy/images/lf.png) no-repeat center center;
}

.flex-direction-nav .flex-next {
    right: 10px;
    background: url(/nxy/images/rt.png) no-repeat center center;
}


/*.flexslider:hover .flex-prev { opacity: 0.7; left: 10px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;}*/

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flexslider .slides>li h4 {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/nxy/images/bg02.png) repeat;
    text-align: center;
    font-weight: normal;
    z-index: 9998;
    width: 100%;
    color: #fff;
}


/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}


/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #9cb141;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #91b20b;
}

.flex-control-paging li a.flex-active {
    background: #91b20b;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.flex-control-nav {
    z-index: 444;
}


/*.Banner .flexslider .slides li a{display: block;position: relative;}*/

.Banner .flexslider .slides li .slide_tills {
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.Banner .flexslider .slides li .slide_tills .tills1 {
    position: relative;
    width: 1200px;
    margin: 152px auto 0;
    z-index: 999
}

.Banner .flexslider .slides li .slide_tills span {
    position: absolute;
    bottom: 40px;
    right: 0;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    background: url(/nxy/images/banner_bg.png) repeat;
    padding: 20px;
    line-height: 40px;
}

.content {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.mode01 {
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0 30px 0;
    overflow: hidden;
}

.articleTitle {
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
}

.articleTitle h2 {
    font-size: 26px;
    color: #85a207;
    /* color: #fff; */
    font-weight: normal;
    letter-spacing: 2px;
}

.more {
    font-weight: bold;
    float: right;
    border: 1px solid #9cb141;
    /* border: 1px solid #fff; */
    color: #9cb141;
    /* color: #fff; */
    border-radius: 20px;
    font-size: 14px;
    padding: 6px 20px;
}

.more i {
    color: #9cb141;
    padding-left: 20px;
    font-style: normal;
    font-weight: bold;
}

.more:hover {
    background: #9cb141;
    color: #fff;
}

.more:hover i {
    color: #fff;
}

.NewsList {
    overflow: hidden;
    width: 102%;
}

.NewsList li {
    float: left;
    width: 25%;
    overflow: hidden;
}

.NewsList li a {
    display: block;
    margin-right: 25px;
    background: #fff;
    border-bottom: 2px solid #91b20b;
}

.News01 {
    overflow: hidden;
}

.NewsInfo {
    overflow: hidden;
    padding: 25px 25px 30px 25px;
}

.News01 span {
    background: #91b20b;
    color: #fff;
    width: 97px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    float: left;
    font-size: 14px;
}

.News01 h3 {
    font-size: 16px;
    line-height: 27px;
    height: 50px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.News01 h3:before {
    position: absolute;
    clear: both;
    content: '';
    width: 30px;
    height: 2px;
    background: #91b20b;
    bottom: 0;
    left: 0;
}

.News01 p {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.NewsList li a:hover .News01 h3 {
    color: #91b20b;
}

.NewsList li:nth-child(2n) a {
    border-bottom: 2px solid #91b20b;
}

.NewsList li:nth-child(2n) a .News01 span {
    background: #91b20b;
}

.NewsList li:nth-child(2n) a .News01 h3:before {
    background: #91b20b;
}

.NewsList li:nth-child(2n) a:hover .News01 h3 {
    color: #91b20b;
    *cursor: pointer;
}

.mode02 {
    max-width: 1200px;
    margin: 20px auto 40px;
    overflow: hidden;
}

.mode02 .lf {
    float: left;
    width: 48.83%;
    overflow: hidden;
}

.mode02 .rt {
    float: right;
    width: 48.83%;
    overflow: hidden;
}

.NoticeList {
    overflow: hidden;
    border-bottom: 2px solid #9cb141;
    background: #fff;
}

.NoticeList li {
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.NoticeList li .DateLeft {
    float: left;
    width: 50px;
    margin-right: 30px;
    text-align: center;
}

.NoticeList li .DateLeft strong {
    display: block;
    font-size: 40px;
    color: #91b20b;
    line-height: 37px;
}

.NoticeList li .DateLeft i {
    font-style: normal;
    display: block;
    font-size: 12px;
    color: #999;
}

.NoticeList li a {
    display: block;
    margin-left: 80px;
    font-size: 16px;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
    *float: left;
    *margin-left: 0;
}

.NoticeList1 {
    overflow: hidden;
    border-bottom: 2px solid #91b20b;
    background: #fff;
}

.NoticeList1 li {
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.NoticeList1 li .DateLeft {
    float: left;
    width: 50px;
    margin-right: 30px;
    text-align: center;
}

.NoticeList1 li .DateLeft strong {
    display: block;
    font-size: 40px;
    color: #91b20b;
    line-height: 37px;
}

.NoticeList1 li .DateLeft i {
    font-style: normal;
    display: block;
    font-size: 12px;
    color: #999;
}

.NoticeList1 li a {
    display: block;
    margin-left: 80px;
    font-size: 16px;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
    *float: left;
    *margin-left: 0;
}

.NoticeList1 {
    border-bottom: 2px solid #91b20b;
}

.NoticeList1 li .DateLeft strong {
    color: #91b20b;
}

.NoticeList1 li a:hover {
    color: #91b20b;
}

.NoticeList1 li .AcamicBox {
    margin-left: 80px;
    *float: left;
    *margin-left: 0;
}

.NoticeList1 li .AcamicBox a {
    margin-left: 0;
    height: 24px;
    margin-bottom: 5px;
    *float: none;
}

.NoticeList1 li .AcamicBox p {
    color: #999;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
}

.NoticeList li:last-child {
    border-bottom: none;
}

.NoticeList1 li:last-child {
    border-bottom: none;
}

.wrap_mode03 {
    overflow: hidden;
    width: 100%;
}

.mode03 {
    max-width: 1200px;
    margin: 40px auto 40px;
    overflow: hidden;
}

.mode03 .lf {
    float: left;
    width: 25%;
    overflow: hidden;
}

.mode03 .rt {
    float: right;
    width: 72.66%;
    overflow: hidden;
}

.articleTitle01 {
    background: #91b20b;
    padding: 10px;
    margin-bottom: 0;
}

.articleTitle01 .more {
    border: none;
    padding: 0;
    margin-top: 5px;
}

.articleTitle01 h2 {
    font-size: 20px;
    color: #fff;
}

.LinksList {
    overflow: hidden;
    background: #f3f8fc;
    border-right: 1px solid #d9d9d9;
}

.LinksList li {
    padding: 12px;
    border-bottom: 1px solid #d9d9d9;
    border-left: 8px solid #075bcc;
    height: 22px;
    overflow: hidden;
}

.LinksList li a {
    display: block;
    line-height: 27px;
}

.LinksList li:nth-child(2n) {
    border-left-color: #91b20b;
}

.LinksList li:nth-child(3n) {
    border-left-color: #7ecef4;
}

.LinksList li span {
    float: right;
}

.OtherLinksBox {
    overflow: hidden;
    border: 1px solid #cccccc;
    background: #f3f8fc;
    padding: 30px 30px 0px 30px;
}

.OtherLinks01 {
    margin-bottom: 30px;
    overflow: hidden;
}

.articleTitle02 {
    overflow: hidden;
}

.articleTitle02 h2 {
    width: 133px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #075bcc;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.OtherList {
    background: #9cb141;
    padding: 15px 15px 5px 15px;
    /*height: 50px;line-height: 50px;*/
    overflow: hidden;
}

.OtherList li {
    float: left;
    background: url(/nxy/images/v.png) no-repeat center right;
    margin-bottom: 8px;
    margin-right: 25px;
}

.OtherList a {
    font-size: 16px;
    display: block;
    padding: 0 25px 0px 0;
    color: #fff;
    display: inline-block;
}

.OtherList li:last-child {
    background: none;
}

.OtherList a:hover {
    color: #f6f7f1;
}

@media screen and (max-width:1200px) {
    .content {
        width: 100%;
    }
    .mode01,
    .mode02,
    .mode03,
    .mode04,
    .copyRight,
    .Banner .flexslider .slides li .slide_tills .tills1 {
        width: 92%;
    }
    .mode01 {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .mode03 .lf {
        float: none;
        width: 100%;
    }
    .mode03 .rt {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .OtherLinksBox {
        padding: 20px 20px 0px 20px;
    }
}

@media screen and (max-width:1000px) {
    .NewsList li {
        width: 50%;
        margin-bottom: 20px;
    }
    .NewsList li.second a {
        margin-right: 0;
    }
    .OtherList a {
        font-size: 14px;
        padding-right: 15px;
        margin-bottom: 5px;
    }
    .articleTitle02 h2 {
        width: 107px;
        height: 39px;
        line-height: 39px;
    }
}

@media screen and (max-width: 800px) {}

@media screen and (max-width:640px) {
    .Banner .flexslider .slides li .slide_tills {
        display: none;
    }
    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    .flex-direction-nav .flex-prev {
        background-size: 100% 100%;
    }
    .flex-direction-nav .flex-next {
        background-size: 100% 100%;
    }
    .mode02 .lf {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .mode02 .rt {
        float: none;
        width: 100%;
    }
    .articleTitle h2 {
        font-size: 24px;
    }
    .NoticeList li {
        padding: 20px 20px 15px 16px;
    }
    .NoticeList li .DateLeft {
        margin-right: 15px;
    }
    .NoticeList li a {
        margin-left: 60px;
    }
    .NoticeList li .DateLeft strong {
        font-size: 32px;
    }
}

@media screen and (max-width:480px) {
    .NewsList {
        width: 100%;
    }
    .NewsList li {
        width: 100%;
    }
    .NewsList li a {
        margin-right: 0;
    }
    .News01 h3 {
        height: auto;
    }
    .News01 p {
        height: auto;
    }
}

@media screen
/*and (min-width:320px)*/

and (max-width:360px) {}