@charset "utf-8";

/* CSS Document */

.banner {
    position: relative;
    z-index: 1
}


/* Browser Resets
*********************************/

.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 {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.banner .flexslider .slides>li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
}

.banner .flexslider ul li.flex-active-slide img {
    transition: transform 6000ms linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flexslider .slides>li.clone {
    position: relative
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.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 {
    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: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
    /*! border: rgba(255,255,255,0.5) 2px solid; */
}

.flex-direction-nav a:hover {
    text-shadow: 1px 1px 0 #666;
}

.flex-direction-nav .flex-prev {}

.flex-direction-nav .flex-next {}

.flexslider:hover .flex-prev {}

.flexslider:hover .flex-next {}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}


/* 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: -2px;
    /*! left:0; */
    text-align: center;
    z-index: 9999;
}

.flex-control-nav li {
    margin: 10px 6px 0;
    display: block;
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    cursor: pointer;
}

.flex-control-paging li a:hover {}

.flex-control-paging li a.flex-active {}

.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;
}

.banner .gp-img-responsive {
    padding-bottom: 19.8%;
}

.banner .flex-direction-nav {
    display: none;
}

.banner .flex-direction-nav .flex-prev {
    background: url(../images/arrow_lf.png) no-repeat center rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 9;
    margin-top: -50px;
}

.banner .flex-direction-nav .flex-next {
    background: url(../images/arrow_rt.png) no-repeat center rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: 9;
    margin-top: -50px;
}

.banner .flex-direction-nav .flex-prev:hover {
    background: url(../images/arrow_lf.png) no-repeat center rgba(150, 0, 20, 0.4);
}

.banner .flex-direction-nav .flex-next:hover {
    background: url(../images/arrow_rt.png) no-repeat center rgba(150, 0, 20, 0.4);
}

.banner .flex-control-paging {
    position: absolute;
    bottom: 20px;
    right: 18%;
    z-index: 1045;
    width: auto;
}

.banner .flex-control-nav li {
    margin: 0 9px;
    overflow: hidden;
    display: inline-block;
}

.banner .flex-control-nav li a {
    text-indent: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.banner .flex-control-nav li a.flex-active {
    background: rgba(255, 255, 255, 1);
    width: 26px;
    border-radius: 20px;
}

.banner .flexslider {
    position: relative;
    z-index: 0;
}

.articleTitle01 {
    overflow: hidden;
    margin-bottom: 24px;
}

.articleTitle01 .title {
    display: block;
    float: left;
    color: #0f5035;
}

.articleTitle01 .title1 {
    width: 10%;
}

.articleTitle01 .more {
    display: block;
    float: right;
    color: #666;
    line-height: 30px;
    transition: all 0.3s ease;
}

.articleTitle01 .more:hover {
    color: #97100d;
}

.wrap_mode1 {}

.mode1>.gp-fl {
    width: 37.5%;
    background: url(../images/listbg.png) no-repeat left bottom;
    background-color: rgba(242, 242, 242, 0.85);
    overflow: hidden;
    margin-top: -74px;
    position: relative;
    z-index: 9;
}

.mode1>.gp-fr {
    width: 58.4%;
    overflow: hidden;
    margin-top: 48px;
}

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

.list1 {
    margin: 0 -30px;
    overflow: hidden;
}

.list1 a {
    display: block;
    position: relative;
    padding: 16px 30px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.list1 .listDate {
    display: block;
    width: 53px;
    height: 53px;
    line-height: 20px;
    float: left;
}

.list1 .day {
    display: block;
    color: #0f5035;
    height: 33px;
    line-height: 38px;
    background: url(../images/libg.png) no-repeat right center;
}

.list1 .month {
    display: block;
    height: 22px;
    line-height: 22px;
    color: #999999;
}

.list1 .listTitle {
    height: 56px;
    line-height: 28px;
    margin-left: 70px;
    transition: all 0.2s ease;
}

.list1 li a:hover {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #0f5035;
}

.list1 a:hover .listTitle {
    color: #333333;
}

.list2 {
    margin: -8px -25px;
}

.list2 li a {
    display: block;
    margin: 8px 25px;
    border: #dcdcdc 1px solid;
    overflow: hidden;
    transition: all 0.2s ease;
}

.list2 .listText {
    padding: 15px 20px 25px 20px;
}

.list2 .listTitle {
    line-height: 28px;
    height: 56px;
    margin-bottom: 15px;
}

.list2 .listDate {
    background: url(../images/libg2.png) no-repeat left center;
    padding-left: 24px;
    color: #999999;
}

.list2 li a:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.list3 {
    overflow: hidden;
}

.list3 li a {
    display: block;
    border-bottom: #dcdcdc 1px solid;
    padding: 18px 0;
    overflow: hidden;
}

.list3 .listTitle {
    background: url(../images/libg2.png) no-repeat left top 5px;
    padding-left: 22px;
    transition: all 0.2s ease;
}

.list3 .listDate {
    color: #999;
}

.list3 li a:hover .listTitle {
    padding-left: 32px;
}

.wrap_mode01 {
    background: #f4f4f4;
    margin: 50px 0 0 0;
    padding: 45px 0 60px 0;
}

.wrap_mode2 {
    /*! background: url(../images/modebg.png) repeat; */
    overflow: hidden;
    padding: 0px 0 35px 0;
    margin-top: 50px;
}

.mode2>.gp-fl {
    width: 58.4%;
    overflow: hidden;
}

.mode2>.gp-fr {
    width: 37.5%;
    overflow: hidden;
}

.list4 li {
    margin-bottom: 20px;
}

.list4 li a {
    display: block;
    padding: 26px 30px;
    /*! background:url(../images/listbg2.png) no-repeat right top; */
    background-color: rgba(255, 255, 255, 0.85);
    overflow: hidden;
    transition: all 0.2s ease;
    border: 1px solid #e1e1e1;
}

.list4 .listTitle {
    margin-bottom: 16px;
}

.list4 .listDate {
    color: #999999;
    background: url(../images/libg2.png) no-repeat left center;
    padding-left: 22px;
}

.list4 li a:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.video {
    position: relative;
}

.video span {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 56%;
}

.video span img {
    width: 100%;
}

.video i {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 40px;
    bottom: 30px;
}

.vtitle {
    background: #fff;
    padding: 25px;
    display: block;
}


/* .video:hover i {
    animation: click 1s ease-in-out;
} */

.video1 i {
    left: 20px;
    bottom: 20px
}


/* .video1:hover i {
    animation: click1 1s ease-in-out;
} */

.vtitle1 {
    background: none;
    padding: 0px;
    margin: 5px 0 0 0;
}

.vtitle h3 {
    color: #0f5035;
    margin: 0 0 15px 0;
    font-weight: normal;
}

.vtitle p {
    /* color: #333333; */
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.mode01_con .gp-fl {
    width: 45.9%;
}

.mode01_con .gp-fr {
    width: 51.7%
}

.mode01_con ul {
    margin: 0 -15px;
}

.mode01_con ul li {
    float: left;
    width: 50%;
    margin: 0 0 15px 0;
}

.mode01_con ul li a {
    display: block;
    margin: 0 15px;
}

.list5 {
    margin: -5px;
    overflow: hidden;
}

.list5 li a {
    display: block;
    background: #fff;
    margin: 8px 5px;
    padding: 30px 25px 20px 25px;
    FONT-VARIANT: JIS83;
    border: 10px solid #f4f4f4;
}

.list5 .listText {
    display: block;
    /* margin-left: 38px; */
    line-height: 20px;
    height: 40px;
    text-align: center;
    margin: 22px 0 0 0;
    position: relative;
}

.list5 .listText::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #023b23;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -10px;
}

.list5 .icon {
    display: block;
    /* width: 32px; */
    /* height: 32px; */
    /* float:left; */
    text-align: center;
}

.list5 li a:hover .icon {
    -webkit-animation: icon-bounce 0.3s alternate;
    -moz-animation: icon-bounce 0.3s alternate;
    -ms-animation: icon-bounce 0.3s alternate;
    -o-animation: icon-bounce 0.3s alternate;
    animation: icon-bounce 0.3s alternate
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@keyframes click {
    0%,
    100% {
        left: 40px;
        bottom: 30px;
    }
    50% {
        left: 50%;
        bottom: 50%;
        margin: -21px 0 0 -21px;
    }
}

@keyframes click1 {
    0%,
    100% {
        left: 20px;
        bottom: 20px;
    }
    50% {
        left: 50%;
        bottom: 50%;
        margin: -21px 0 0 -21px;
    }
}

@media screen and (max-width:1440px) {
    .list1 a {
        padding: 14px 30px;
    }
    .list5 {
        margin: -20px -10px;
    }
    .list5 li a {
        margin: 22px 10px;
    }
}

@media screen and (max-width:1300px) {
    .banner .flex-control-paging {
        bottom: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width:997px) {
    .articleList1 {
        padding: 18px;
    }
    .list2 .listText {
        padding: 13px;
    }
    .list2 .listTitle {
        margin-bottom: 8px;
    }
    .wrap_mode2 {
        padding: 30px 0;
    }
    .mode2>.gp-fl,
    .mode1>.gp-fl {
        width: auto;
        float: none;
    }
    .mode2>.gp-fr,
    .mode1>.gp-fr {
        width: auto;
        float: none;
        margin-top: 20px;
    }
    .mode1>.gp-fl {
        margin: 0 -18px;
    }
    .mode01 .gp-fl,
    .mode01 .gp-fl {
        width: auto;
        float: none;
    }
    .mode01_con .gp-fr {
        width: 100%;
        float: none;
    }
    .list1 {
        margin-top: -10px;
    }
    .list1 a {
        padding: 10px 30px;
    }
    .list4 li {
        margin-bottom: 10px;
    }
    .list4 li a {
        padding: 18px;
    }
    .list5 {
        margin: -7px;
    }
    .list5 li a {
        margin: 7px;
        padding: 18px;
    }
}

@media screen and (max-width:766px) {}

@media screen and (max-width:479px) {
    .list5 .listText {
        height: auto;
    }
    .mode01_con ul li {
        width: 100%;
        float: none;
    }
}