.rights-cnt,
.subpage section span,
span.eng {
    text-transform: uppercase
}

.slider_next,
.slider_prev {
    overflow: hidden;
    z-index: 1000;
    cursor: pointer
}
.fsslider,
.fsslider ul,
.fsslider_wrap,
.pagination a,
.slider_next,
.slider_prev,
nav.header a {
    overflow: hidden
}

.header-cnt{
    width: 100%;
    border-top: 16px solid #c9e09d;
    margin: 0
}

.logo-cnt {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: auto
}

.logo a {
    display: block;
    width: 271px;
    height: 92px;
    background: url(../images/logo.png) center center/cover no-repeat;
    text-indent: -9999px;
    margin-top: 10px
}

.email {
    display: flex;
    justify-content: flex-end
}

.subpage,
nav.header ul {
    justify-content: space-between
}

.email a {
    padding-right: 1px
}

.email a:hover {
    opacity: .6
}

.cntct>span {
    color: #434343;
    font-size: 12px;
    display: block;
    width: 100%;
    margin: 10px 0
}

nav.header {
    background: url(../images/bgnav.jpg) center center/cover;
    height: 65px
}

nav.header ul {
    height: 100%;
    width: 960px;
    margin: auto;
    display: flex;
    border-right: 1px solid #8ba45b
}

nav.header a,
nav.header span {
    display: block
}

nav.header ul li {
    width: 16.66%;
    text-align: center;
    border-left: 1px solid #8ba45b;
    background: 0 0
}

nav.header ul li:hover {
    background: content-box #a6cd60
}

nav.header a {
    height: 100%;
    text-decoration: none
}

span.jap {
    font-size: 14px;
    color: #fff;
    letter-spacing: .3em;
    margin-top: 12px
}

span.eng {
    font-size: 9px;
    color: #66852d
}

.main-cnt {
    width: 960px;
    margin: auto
}

.subpage {
    display: flex
}

.subpage section {
    width: 32%
}

.subpage section a {
    display: block
}

.subpage section a:hover {
    opacity: .6;
    text-decoration: none
}

.subpage section img {
    display: block;
    height: 203px;
    width: 100%;
    margin-bottom: 12px
}

.subpage section span {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #7a9d3e;
    font-weight: 600
}

.subpage section span:last-child {
    color: #585858;
    font-weight: 400
}

.date,
.th {
    font-weight: 600
}

.news-cnt {
    margin: 50px auto 30px
}

.new-title {
    margin-bottom: 5px;
    border-bottom: 1px solid #ececec
}

.news-cnt article {
    display: flex;
    padding: 20px 30px
}

.cntat-way>a{
    display: block
}

.news-cnt article:last-child {
    border-top: 1px dotted #000
}
.news-cnt article a{
    font-size:14px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 0.5em;
}
.date {
    padding-right: 30px
}

.cntat-way {
    height: 272px;
    background: url(../images/cntway.png) center center/cover no-repeat;
    position: relative;
    margin-bottom: 30px
}

.cntat-way>a {
    width: 301px;
    height: 27px;
    line-height: 25px;
    border: 1px solid #fff;
    background: #f2f2f2;
    color: #66852d;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-indent: 20px;
    text-align: center
}

.cntat-way>a::before {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 25px;
    background: url(../images/footeremail.png) center center/contain no-repeat content-box;
    margin: 0 10px
}

.footer-cnt {
    background: #dff3b8
}

.footer-cnt footer {
    width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0
}

.footer-cnt footer section:first-child {
    width: 35%
}

.footer-cnt footer section:first-child img {
    display: block;
    height: 112px;
    margin-bottom: 10px;
    width: 100%
}

.footer-cnt footer section:first-child span {
    display: block;
    font-size: 12px
}

.footer-cnt footer section:nth-child(2) {
    width: 45%;
    padding: 0 20px;
}

.footer-menu {
    width: 15%
}

.footer-menu ul {
    display: flex;
    flex-direction: column
}

.footer-menu a {
    font-size: 12px;
    color: #787878;
    padding-left: 15px
}

.footer-menu span.jap {
    color: #787878
}

.footer-menu li {
    position: relative;
    margin-bottom: 3px
}

.footer-menu li::before {
    content: '';
    position: absolute;
    display: inline-block;
    border: 4px solid #ffaf3d;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 0;
    top: 6px
}

.all-rights {
    background: #ffbf65
}

.rights-cnt {
    margin: auto;
    width: 960px;
    text-align: right;
    color: #fff;
    font-size: 11px;
    height: 38px;
    line-height: 38px
}

.contact-way-cnt {
    display: flex;
    justify-content: space-between;
    margin: 65px auto
}

.contact-way-cnt>div {
    width: 49%
}

.table {
    display: table;
    border-collapse: collapse
}

.tr {
    display: table-row
}

.td,
.th {
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #000;
    padding: 10px 20px
}

.th {
    background: #f1fcdd
}

.td {
    font-weight: 500
}

.fsslider {
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 50px
}

.fsslider_base,
.fsslider_wrap,
.pagination,
.slider_next,
.slider_prev {
    position: absolute
}

.fsslider ul,
.fsslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.fsslider ul li img {
    width: 100%;
    display: none;
    max-width: 980px!important
}

.fsslider_base,
.fsslider_wrap {
    top: 0
}

.slider_next {
    top: 0;
    background: url(../images/next-c.png) left center no-repeat #FFF
}

.slider_prev {
    top: 0;
    background: url(../images/prev-c.png) right center no-repeat #fff
}

.pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    z-index: 200
}

.pagination a {
    margin: 0 2px;
    width: 20px;
    height: 6px;
    display: inline-block;
    background: #fff
}

.pagination a.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
    background: #ffb267
}

#cor .pagination a.active {
    background-color: #fdb40b
}

.fsslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden
}

.fsslider ul {
    display: inline-block
}

.mainActive {
    cursor: move
}