.banner a{
    display: block;
}
.banner img{
    display: block;
    width: 100%;
}
.banner ul{
    bottom: 10px;
}
.banner li {
    width: 34px;
    height: 28px;
    margin-left: 10px;
    background: url("../image/icon1.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.banner li:first-child{
    margin-left: 0;
}
.banner li.slick-active{
    background-image: url("../image/icon2.png");
}




.gg-tit {
    position: relative;
    line-height: 40px;
}
.gg-tit h4{
    font-size: 0;
}
.gg-tit h4 img{
    display: inline-block;
    vertical-align: middle;
}
.gg-tit h4 span {
    font-size: 22px;

    color: #90242c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.gg-tit a {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #222222;
}
.gg-tit a:hover {
    color: #90242c;
}
.s1-left{
    float: left;
    width: 950px;
}
.s1-l {
    float: left;
    width: 532px;
    margin-right: 34px;
    margin-top: 20px;
}
.s1-banner a{
    display: block;
    position: relative;
    outline: none;
}
.s1-banner .pic{
    width: 532px;
    height: 358px;
    overflow: hidden;
}
.pic img{
    display: block;
    width: 100%;
    transition: all 300ms;
}
.s1-banner a p{
    position: absolute;
    font-size: 16px;
    line-height: 47px;
    color: #fff;
    background: rgba(101,6,14,.5);
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s1-banner ul{
    width: auto;
    bottom: 12px;
    right: 20px;
}
.s1-banner li {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,.42);
    border-radius: 50%;
    margin-left: 8px;
}
.s1-banner li.slick-active{
    background: #fff;
}

.s1-banner .slick-slide:hover img{
    transform: scale(1.1);
}


.gg-list{
    overflow: hidden;
    margin-top: 12px;

}
.gg-info{
    padding-bottom: 14px;
    border-bottom: 1px dashed #dddddd;
}
.gg-info a{
    display: block;
    overflow: hidden;
}
.gg-info h4{
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.gg-info p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}

.gg-info:hover h4 {
    color: #90242c;
}
.gg-list>ul>li{
    line-height: 40px;
    position: relative;
}
.gg-list>ul>li>a{
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 13px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.gg-list>ul>li span {
    font-size: 14px;
    color: #888;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}
.gg-list>ul>li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #90242c;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}
.gg-list>ul>li:hover>a{
    color: #90242c;
    transform: translateX(10px);
}
.gg-list>ul>li:hover>span{
    color: #90242c;
}

.s1-right {
    overflow: hidden;
    padding-left: 30px;
}
.s1-right ul>li {
    margin-top: 18px;
}
.s1-right ul>li:first-child {
    margin-top: 17px;
}
.s1-right ul>li>a{
    display: block;
    overflow: hidden;

}
.s1-tm{
    float: left;
    width: 50px;
}
.s1-tm span {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #90242c;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.s1-tm span:first-child{
    font-size: 18px;
    background: #90242c;
    color: #fff;
    border: none;
}
.s1-info {
    overflow: hidden;
    padding-left: 14px;
}
.s1-info p{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    transition: all .3s;
}
.s1-right ul>li:hover .s1-info p{
    color: #90242c;
    transform: translateX(5px);
}
.s2-left ,.s2-center{
    float: left;
    width: 410px;
    margin-right: 35px;
}
.s2-right{
    float: left;
    width: 410px;
}
.s2-right ul>li{
    margin-top: 27px;
}
.s2-right ul>li:first-child{
    margin-top: 15px;
}
.s2-right ul>li>a{
    display: block;
    overflow: hidden;
}
.s2-tm {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #90242c;
    background: #f3f3f3;
    padding-top: 6px;
    margin-right: 18px;
}
.s2-tm span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    transition: all .3s;
}
.s2-tm span:first-child {
    font-size: 22px;
    line-height: 22px;
}
.s2-info h5{
    font-size: 16px;
    line-height: 22px;
    color: #222;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s2-info p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s2-right ul>li:hover .s2-info h5{
    color: #90242c;
    transform: translateX(5px);
}
.s2-right ul>li:hover .s2-tm {
    background: #90242c;

}
.s2-right ul>li:hover .s2-tm span {
    color: #fff;
}
.section2 {
    margin-top: 30px;
    overflow: hidden;
}


.s3-left,.s3-center{
    float: left;
    width: 410px;
    margin-right: 35px;
}

.gg-list2 ul>li{
    margin-top: 18px;
}
.gg-list2 ul>li:first-child{
    margin-top: 22px;
}
.gg-list2 ul>li>a{
    display: block;
    overflow: hidden;
}
.s3-tm{
    float: left;
    width: 61px;
    color: #90242c;
    background: #f3f3f3;
    padding-top: 6px;
    transition:  all .3s;
}
.s3-tm span{
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
.s3-tm span:first-child{
    font-size: 22px;
    line-height: 20px;
}
.s3-info{
    overflow: hidden;
    padding-left: 22px;
}
.s3-info p{
    font-size: 16px;
    line-height: 22px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    transition:  all .3s;
}
.gg-list2 ul>li:hover .s3-tm{
    background: #90242c;
    color: #fff;
}
.gg-list2 ul>li:hover .s3-info p{
    color: #90242c;
    transform: translateX(5px);
}


.s3-center ul>li{
    margin-top: 22px;
}
.s3-center ul>li>a{
    display: block;
    overflow: hidden;
}
.s3-center ul>li>a p{
    font-size: 16px;
    line-height: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 14px;
    transition: all .3s;
}

.s3-center ul>li>a p:before{
    position: absolute;
    content: '';
    width: 5px;
     height: 5px;
    background: #90242c;
    border-radius: 50%;
     left: 0;
     top: 50%;
    margin-top: -2.5px;
 }
.s3-center ul>li:hover>a p {
    color: #90242c;
    padding-left: 20px;
}


.s3-center ul>li>a>div{
    font-size: 0;
    margin-top: 9px;
}
.s3-center ul>li>a span{
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.s3-center ul>li>a span:first-child {
    background: #90242c;
    color: #fff;
    margin-left: 14px;
    padding: 0 4px;
}
.s3-right {
    float: left;
    width: 410px;
}
.section3 {
    overflow: hidden;
    margin-top: 40px;
}
.s4-banner {
    margin-left: -10px;
    margin-right: -10px;
}
.s4-banner a{
    display: block;
    overflow: hidden;
    margin: 0 10px;
    outline: none;
}
.s4-banner a>div{
    width: 310px;
    height: 110px;
    margin: auto;
    overflow: hidden;
}
.s4-banner img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.s4-banner button{
    outline: none;
    border: none;
    width: 24px;
    height: 43px;
    top: 50%;
    margin-top: -21.5px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    background-color: rgba(0,0,0,.34);
}
.s4-banner .slick-prev {
    left: 10px;
    background-image: url("../image/arrow-l.png");

}
.s4-banner .slick-next {
    right: 10px;
    background-image: url("../image/arrow-r.png");
}
.s4-banner a:hover img{
    transform: scale(1.1);
}
.section4 {
    overflow: hidden;
    margin-top: 36px;
}
.index {
    padding-top: 28px;
    position: relative;
}


.tab {
    position: fixed;
    right: 144px;
    top: 50%;
    width: 118px;
    transform: translateY(-50%);
    display: none;
}
.tab-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px #ababab;
    position: relative;
    margin: auto;
    z-index: 999;
}
.tab-icon img{
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tab-list {
    position: relative;
    width: 118px;
    background: #fff;
    box-shadow: 0 0 5px #ababab;
    padding-top: 40px;
    padding-bottom: 8px;
    margin-top: -30px;
}
.tab-list ul>li{
    line-height: 48px;
    text-align: center;
    transition: all .3s;
}
.tab-list>ul>li>a{
    font-size: 16px;
    color: #333;
    transition: all .3s;
}
.tab-list ul>li:hover {
    background: #90242c;
}
.tab-list ul>li:hover a{
    color: #fff;
}


@media screen and (max-width:1800px){
.tab{
right:0;
}

}
