﻿@charset "utf-8";
.index {
    overflow: hidden;
}

.gg-tit {
    font-size: 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.gg-tit img {
    vertical-align: middle;
}

.gg-tit span {
    vertical-align: middle;
    font-size: 24px;
    color: #333333;
    font-size: 24px;
    margin-left: 10px;
}

.gg-tit a {
    float: right;
    font-size: 16px;
    color: #333333;
}

.gg-tit a:hover {
    color: #0c8e46;
}

.hot-new {
    background: #fafafa;
    padding: 15px 0 30px 0
}

.h-new-m {
    overflow: hidden;
}

.h-new-m>div {
    float: left;
    width: 30%;
}

.h-new-m>div:first-child+div {
    margin-left: 5%;
    margin-right: 5%;
}

.h-new-m>div a {
    display: block;
    overflow: hidden;
}

.n-new-date {
    float: left;
    width: 70px;
    text-align: center;
    color: #0c8e46;
    line-height: 26px;
}

.n-new-date span {
    font-size: 16px;
}

.n-new-date p {
    font-size: 24px;
    font-weight: 600;
}

.h-new-m>div a>p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.h-new-m>div a:hover p {
    color: #0c8e46;
}

.section1 {
    padding-top: 30px;
}

.section1>div {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.s1-l {
    float: left;
    width: 370px;
}

.s1-l img {
    display: block;
    width: 100%;
}

.s1-m {
    float: left;
    width: 430px;
    padding: 30px;
}

.s1-m h3 {
    font-size: 36px;
    color: #0c8e46;
}

.s1-m h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
}

.s1-m p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 30px;
}

.s1-r {
    overflow: hidden;
}

.s1-r ul {
    overflow: hidden;
}

.s1-r ul li {
    float: left;
    width: 50%;
}

.s1-r ul li a {
    display: block;
    background: #f7f7f7;
    text-align: center;
    height: 200px;
    overflow: hidden;
    color: #333333;
}

.s1-r ul li a div {
    height: 60px;
    margin-top: 50px;
    transition: all 0.3s;
}

.s1-r ul li a div img {
    display: none;
}

.s1-r ul li a div img:first-child {
    display: inline-block;
}

.s1-r ul li a p {
    font-size: 18px;
    transition: all 0.3s;
    margin-top: 15px;
}

.s1-r .s2-rgreen a {
    background: #0c8e46;
    color: #fff;
}

.s1-r ul li a:hover div {
    margin-top: 55px;
}

.s1-r ul li a:hover p {
    margin-top: 5px;
}

.section2 {
    margin-top: 40px;
}

.s2-l {
    float: left;
    position: relative;
    width: 590px;
    margin-right: 30px;
   overflow:hidden;
}

.s2-l a {
    display: block;
    width: 100%;
}

.s2-l img {
    display: block;
    width: 100%;
}

.s2-l a img {
    display: block;
    width: 100%;
    transition: all 2s;
    min-height: 439px;
}

.s2-l .slick-slide a:hover img {
    transform: scale(1.1);
}

.s2-l .slick-slide a {
    display: block;
    position: relative;
   overflow:hidden;
}

.s2-l .slick-slide a div {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    z-index: 9;
    background: #0c8e46;
    border-radius: 5px;
}

.s2-l .slick-slide a div p {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 10px;
}

.s2-l .slick-slide a div span {
    font-size: 16px;
    line-height: 25px;
}

.s2-l .slick-slide a>p {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
    padding-left: 20px;
    padding-right: 100px;
    line-height: 50px;
    background: rgba(0, 0, 0, .6);
}

.s2-l .slick-slide a:hover>p {
    text-decoration: underline;
}

.s2-l .slick-dots {
    right: 0;
    bottom: 8px;
    text-align: center;
    width: 100px;
}

.s2-l .slick-dots li {
    display: none;
    color: #fff;
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: 30px;
    text-align: center;
}

.s2-l .slick-dots li.slick-active {
    display: block;
}

.s2-l .slick-dots li span {
    font-size: 25px;
    font-weight: 600;
}

.s2-r {
    float: right;
    width: 580px;
    overflow: hidden;
   /* margin-top: -50px;*/
}
.s2-r .gg-tit a{
   color: #fff;
    background: #0c8e46;
    padding: 0 10px;
    margin-top: 5px;
}
.s2-rtit {
    overflow: hidden;
}

.s2-rtit li {
      float: left;
    font-size: 23px;
    color: #333333;
    margin-right: 50px;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

.s2-rtit li.on {
    color: #0c8e46;
    border-color: #0c8e46;
}

.flist-info {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.flist-info a {
    display: block;
}

.flist-info a:hover h3 {
    color: #0c8e46;
}

.flist-info h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.flist-info p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #999999;
    overflow: hidden;
}

.flist-info span {
    display: block;
    padding-left: 20px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    color: #0c8e46;
    margin-top: 10px;
    margin-bottom: 15px;
}

.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 38px;
    padding: 0 100px 0 10px;
    background: url(../images/i-list-dot.png) no-repeat;
    background-position: left center;
    background-size: 3px auto;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.i-list li a:hover {
    color: #0c8e46;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #888888;
    font-size: 16px;
}

.s2-rc .i-list {
    margin-top: 15px;
}

.s2-rc>div {
    display: none;
    margin-top: 10px;
}

.s2-rc>div:first-child {
    display: block;
}

.section3 {
    margin-top: 40px;
}

.section3 ul {
    overflow: hidden;
}

.section3 ul li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
}

.section3 ul li:first-child {
    margin-left: 0;
}

.section3 ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.section3 ul li a img {
    display: block;
    width: 100%;
    height: 210px;
    transition: all 2s;
}

.section3 ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s;
}

.section3 ul li a:hover img {
    transform: scale(1.1);
}

.section3 ul li a:hover p {
    background: #0c8e46;
}