@charset "UTF-8";

.banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.banner a:after{
    content: '';
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/b-bg.png") repeat-x bottom;
}

.banner .slick-dots{
    font-size: 0;
    bottom: 16px;
}
.banner .slick-dots button{
    display: none;
}
.banner .slick-dots li{
    width: 30px;
    height: 2px;
    margin-left: 17px;
    transition: all .3s;
    background: #fff;
    opacity:.48
}

.banner .slick-dots li.slick-active{
    opacity:1
}
.index{
    background: #f2f2f2;
    padding-bottom: 21px;
    padding-top: 20px;
}
.gg-tit{
    position: relative;
}
.gg-tit h4{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    line-height: 31px;
}
.gg-tit.s h4{
    /* font-weight: 600; */
}
.gg-tit i{
    display: block;
    font-size: 12px;
    color: #d3d3d3;
    line-height: 16px;
    /* margin-top: 5px; */
}
.gg-tit.s i{
    font-size: 12px;
    line-height: 16px;
}
.gg-tit a{
    position: absolute;
    font-size: 16px;
    color: #999;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.gg-tit a:hover{
    color: #2681c7;
}
.s1-l{
    width: 531px;
}
.s1-banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s1-banner a .pic{
    padding-top: 72.13%;
}
.s1-banner a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    padding: 0 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}
.s1-banner .slick-dots button{
    display: none;
}
.s1-banner .slick-dots{
    font-size: 0;
    width: auto;
    bottom: 15px;
    right: 22px;
}
.s1-banner .slick-dots li{
    width: 8px;
    height: 8px;
    margin-left: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}
.s1-banner .slick-dots li.slick-active{
    background: #fff;
}
.s1-banner a:hover .pic img{
    transform: scale(1.05);
}

.s1-r{
    width: 548px;
}
.gg-list li{
    position: relative;
    line-height: 47px;
    border-bottom: 1px solid #ededed;
    background: url("../images/gg-list.png") no-repeat left;
    background-size: 20px;
    transition: all .3s;
}
.gg-list li:first-child{
    border-top: none;
}
.gg-list li a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding-left: 36px;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.gg-list li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999999;
}
.gg-list li:hover a{
    color: #2681c7;
}
.gg-list li:hover{
    background-image: url("../images/gg-list2.png");
}
.s1-r .mores{
    text-align: right;
    font-size: 16px;
    color: #999999;
    line-height: 18px;
    margin-top: 20px;
}
.s1-r .mores:hover{
    color: #2681c7;
}
.s1 .block{
    margin-top: 25px;
}
.s1{
    /* position: relative; */
    background: #fff;
    border-radius: 8px;
    padding: 20px 35px 41px;
}

.s2-l,
.s2-r{
    width: 590px;
    background: #fff;
    padding: 25px 32px 30px;
    border-radius: 8px;
}
.s2 .gg-list{
    margin-top: 23px;
}
.s2{
    margin-top: 20px;
}

.s3-list01 a{
    display: block;
    float: left;
    width: 208px;
    margin-left: 20px;
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 14px 10px 20px;
    border-radius: 10px;
}
.s3-list01 a:first-child{
    margin-left: 0;
}
.s3-list01 a img{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    transition: all .3s;
}
.s3-list01 a p{
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-top: 18px;
}
.s3-list01 a:hover img{
    transform: rotateY(180deg);
}
.s3-list02 a{
    display: block;
    overflow: hidden;
    float: left;
    font-size: 0;
    background: #f2f9ff;
    border-radius: 10px;
    width: 260px;
    margin-left: 27px;
    margin-top:20px;
    padding: 22px 25px 18px;
    transition: all .3s;
}
.s3-list02 a:nth-child(4n+1){
    margin-left: 0;
}
.s3-list02 a:nth-child(-n+4){
    margin-top:0;
}
.s3-list02 a img{
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 48px;
}
.s3-list02 a p{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 69px);
    margin-left: 22px;
    font-size: 18px;
    line-height: 34px;
    /* font-weight: 600; */
    color: #666666;
}
.s3-list02 a:hover p,
.s3-list01 a:hover p{
    color: #2681c7;
}
.s3-list02 a:hover{
    transform: translateY(-5px);
}
.s3-list02{
    margin-top: 37px;
}
.s3-list01{
    margin-top: 20px;
display: flex;
}
.s3{
    margin-top: 20px;
    padding: 36px 32px 53px;
    background: #fff;
    border-radius: 8px;
}