﻿@charset "utf-8";
.index {
    overflow: hidden;
}
 

.gg-tit {
    line-height: 66px;
}

.gg-tit>h2 {
    float: left;
}

.gg-tit>h2 span {
    float: left;
    font-size: 22px;
    color: #333333;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    margin-left: 30px;
    font-weight: 600;
    cursor: pointer;
}

.gg-tit>h2 span:first-child {
    margin-left: 0;
}

.gg-tit>h2 span img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.gg-tit>h2 span::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    height: 4px;
    background: transparent;
}
 
.gg-tit>h2 span.on{
    color: #96242e;
}
 

 

.gg-tit>h2 em {
    float: left;
    font-style: normal;
    margin: 0 10px;
}

.gg-more {
    float: right;
    overflow: hidden;
}

.gg-more>a {
    float: left;
    display: none;
    padding-left: 55px;
    color: #333333;
    font-size: 14px;
}

.gg-more>a:first-child {
    display: block;
}

.gg-more>a:hover {
    color: #96242e;
}

.switch-bd {
    position: relative;
}

.switch-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}

.switch-bd>div.on {
    position: static;
    opacity: 1;
    z-index: 9;
}


.section1{
    margin-top: 50px;
    
}
.section1>div{
    border-top: 2px solid #96242e;
}
.s1-l {
    float: left;
    width: 650px;
    margin-right: 40px;
    overflow: hidden;
}
.s1-l .gg-tit{
    padding-left: 15px;
}
.s1-l .gg-tit>h2 span.on{
color: #fff;
}
.s1-l .gg-more>a{
    color: #fff;
}
.s1-r {
    overflow: hidden;
}
.s1-lt{
    background: url(../images/s1-lbj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-right: 23px;

}
 
.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a:hover .s1-linfo h3 {
    color: #96242e;
}

.s1-l ul li a .pic {
    padding-top: 53%;
}

.s1-linfo {
    background: #f4f4f4;
    padding: 20px;
}

.s1-linfo h3 {
    color: #222222;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

.s1-linfo p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #fff;
    color: #666666;
    margin-top: 10px;
}

.s1-lclick2{
    margin-right: 23px;
}



/*文字 列表 */

.i-list li {
    position: relative;
    font-size: 18px;
    line-height: 50px;
    background: url(../images/i-list-dot.png) no-repeat;
    background-position: 3px center;
    padding: 0 100px 0 15px;
    border-bottom: 1px dashed #ddd;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
}

.i-list li a:hover {
    color: #96242e;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-size: 14px;
}


.section2{
    padding-top: 30px;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 55px;
    padding-bottom: 185px;
}

.dt-list2 { 
    margin-right: 10px;
}

.dt-list2 li {
    float: left;
    width: 32%;
    margin-left: 2%;
    position: relative;
    transition: all 0.5s;
    margin-top: 24px;
    margin-top: 30px;
    background: url(../images/s2-libj.png) repeat-x;
    background-size: cover;
    background-position: center top;
    padding: 30px 25px 25px 30px;
}
.dt-list2 li:nth-child(3n+1){
    margin-left: 0;
}
 
.dt-list2 li::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 100%;
    bottom: -10px;
    background: #96242e;
    width: 10px;
    transition: all 0.3s;
    opacity: 0;
}
.dt-list2 li::before{
    content: "";
    position: absolute;
    top: 100%;
    right: -10px;
    left: 100%;
    background: #96242e;
    height:  10px;
    transition: all 0.3s;
    opacity: 0;
}
.dt-list2 li:hover::after{
    top:  15px;
    opacity: 1;
}
.dt-list2 li:hover::before{
    left: 15px;
    opacity: 1;
}
.dt-list2 li:hover a .dt-text h3 {
    color: #c30600;
}

.dt-list2 li:hover a .dt-text p {}

.dt-list2 li a {
    display: block;
    overflow: hidden;
}

.dt-list2 li .date {
    float: left;
    text-align: center;
    color: #c30600;
}

.dt-list2 li .date p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 5px;
    color: #111111;
}

.dt-list2 li .date span {
    display: block;
    font-size: 40px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #96242e;
    color: #fff;
}

.dt-list2 li a>.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    height: 56px;
    font-weight: normal;
    color: #111111;
}

.dt-list2 li a>.dt-text p {
    overflow: hidden;
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}



.section3{
    padding-top: 30px;
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 90px;
    position: relative;
}
.section3::after{
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    top: -126px;
    bottom: 0;
    margin-left: 365px;
    background: url(../images/s3-rbj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 8;

}
.s3-c{
    position: relative;
    z-index: 9;
}
.s3-tit{
    position: absolute;
    right: 0;
    top: -126px;
    text-align: right;
}
.s3-tit h2{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;

}
.s3-tit a {
    color: #fff;
    font-size: 14px;
}
.s3-c>ul{
    background: #fff;
    padding: 35px 15px;
}
.s3-c>ul li a {
    display: block;
    margin: 22px;
}
.s3-c>ul li a .pic  {
 padding-top: 146%;
}
.s3-c>ul li a p{
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 20px;
    color: #111111;
    margin-top: 20px;
}
.s3-c>ul li a:hover p{
    color: #96242e;
}

.s3-btn{
    text-align: right;
    font-size: 0;
    margin-top: 45px;
}
.s3-btn div {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    position: relative;
    margin-left: 30px;
    text-align: left;
    transition: all 0.3s;
    cursor: pointer;
}
.s3-btn div img{
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
}


.s3-btn div::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)  ;
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
}
.s3-btn div:hover{
    text-align: center;
}
.s3-btn div:hover::after{
    width: 50px;
    height: 50px;
}
.s3-btn div:hover img{
    margin: 0 !important;
}
.s3-prev img{
    margin-left: 7px;
}
.s3-next img{
    margin-left: -7px;
}
.s3-c .slick-prev, .s3-c  .slick-next{
    display: none;
}