@charset "utf-8";

.banner a{
    display: block;
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
}

.s1-hd{
    font-size: 0;
    text-align: center;
}
.s1-hd>h4{
    display: inline-block;
    width: 200px;
    font-weight: normal;
    margin-left: 110px;
    padding: 17px 0 16px;
    border-radius: 10px;
    transition: all .3s;
    cursor: pointer;
}
.s1-hd>h4:first-child{
    margin-left: 0;
}
.s1-hd>h4 img{
    display: inline-block;
    max-width: 33px;
    max-height: 29px;
    vertical-align: middle;
}
.s1-hd>h4 span{
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: #333;
    padding-left: 13px;
    vertical-align: middle;
}
.s1-hd>h4.on{
    background: #ecf4ff;
}
.s1-hd>h4.on span{
    color: #186ee9;
}
.s1-l{
    float: left;
    width: 690px;
}
.s1-banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.s1-banner a img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.s1-banner a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 63px;
    color: #fff;
    padding-left: 22px;
    padding-right: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.1);
}
.s1-banner ul{
    width: auto;
    right: 40px;
    bottom: 17px;
}
.s1-banner ul>li{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    display: none;
}
.s1-banner ul>li span{
    font-size: 24px;
}
.s1-banner ul>li.slick-active{
    display: block;
}

.s1-r{
    overflow: hidden;
    padding-left: 25px;
}
.s1-text {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6;
}
.s1-text a{
    display: block;
    overflow: hidden;
}
.s1-text h4{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s1-text p{
    display: -webkit-box;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.s1-text:hover h4{
    color: #c52825;
}
.s1-list>ul>li{
    line-height: 48px;
    background: url("../images/list-icon.png") no-repeat left center;
    transition: all .3s;
}
.s1-list>ul>li>a{
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 13px;
    transition: all .3s;
}
.s1-list{
    margin-top: 8px;
}
.s1-list>ul>li:hover>a{
    font-weight: 600;
    color: #c52825;
    transform: translateX(10px);
}
.s1-bd {
    position: relative;
    margin-top: 38px;
    height: 450px;
}
.s1-bd>.s1-item{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);

}
.s1-bd>.s1-item.on{
    position: relative;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.s2-tit {
    background: url("../images/tit-bg.png") repeat-x center center;
}
.s2-tit img{
    display: block;
    margin: auto;
    box-sizing: content-box;
}
.s2-tit img{

    width: 291px;
    height: 93px;
    background: #fff;
    padding: 0 32px;
}
.s2-banner{
    margin-left: -16px;
    margin-right: -16px;
}
.s2-banner a{
    display: block;
    overflow: hidden;
    padding: 0 16px;
}
.s2-banner .pic{
    width: 410px;
    height: 280px;
    overflow: hidden;
    margin: auto;
}
.s2-banner .pic img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.s2-banner a p{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    transition: all .3s;
}
.s2-banner a span{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #999999;
    padding-left: 25px;
    background: url("../images/tm.png") no-repeat left center;
    margin-top: 10px;
}
.s2-info{
    padding: 15px 6px 10px;
}
.s2-banner ul{
    bottom: -43px;
}
.s2-banner ul button{
    display: none;
}
.s2-banner ul>li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 20px;
    background: #bebebe;
    transition: all .3s;
}
.s2-banner ul>li:first-child{
    margin-left: 0;
}
.s2-banner ul>li.slick-active{
    background: #c52825;
}
.s2-banner a:hover img{
    transform: scale(1.1);
}
.s2-banner a:hover p{
    color: #c52825;
}
.s2-banner{
    margin-top: 20px;
}
.s2{
    margin-top: 45px;
}
.gg-tit {
    font-size: 0;
}
.gg-tit img{
    display: inline-block;
    vertical-align: middle;
}
.s3-tit img:nth-child(2){
    width: 292px;
    height: 105px;
    margin-left: 48px;
    margin-right: 48px;
}
.s3-hd{
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}
.s3-hd h4{
    display: inline-block;
     font-size: 24px;
    line-height: 53px;
    color: #333;
    width: 190px;
    border-radius: 12px;
    margin-left: 70px;
    font-weight: normal;
    transition: all .3s;
    cursor: pointer;
}
.s3-hd h4:first-child{
    margin-left: 0;
}
.s3-hd h4.on{
    background: #c52825;
    color: #fff;
}
.s3-item>li{
    float: left;
    width: 430px;
    margin-top: 20px;
    padding: 25px 20px 25px  18px;
    transition: all .3s;
    border-radius: 10px;
}
.s3-item>li:nth-child(3n+2){
    margin-left: 5px;
    margin-right: 5px;
}
.s3-item>li>a{
    display: block;
    overflow: hidden;
}
.s3-item>li .list-img {
    width: 46px;
    float: left;
}
.list-img img{
    display: block;
    width: 46px;
    height: 52px;
}
.s3-info{
    overflow: hidden;
    padding-left: 19px;
}
.s3-info p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
}
.s3-item>li:hover{
    background: #fff;
    box-shadow: 0 0 15px 5px #e8e7e6;
}
.s3-bd {
    margin-top: 5px;
}
.s3-item{
    display: none;
}
.s3{
    margin-top: 50px;
}

.s4-tit img:nth-child(2){
    width: 318px;
    height: 105px;
    margin-left: 42px;
    margin-right: 12px;
}
.s4-list>ul{
    overflow: hidden;
    padding-left: 19px;
    padding-right: 49px;
}
.s4-list>ul>li{
    float: left;
    width: 295px;
}
.s4-list>ul>li:nth-child(2){
    width: 343px;
    margin-left: 140px;
    margin-right: 155px;
}
.s4-list>ul>li:nth-child(2) .peo{
    width: 147px;
}
.s4-list>ul>li>a{
    display: block;
    overflow: hidden;
}
.s4-list>ul>li .peo{
    display: block;
    float: left;
    width: 99px;
}
.s4-list>ul>li .qr{
    overflow: hidden;
    padding-left: 30px;
}
.s4-list>ul>li .qr p{
    font-size:0;
    text-align: center;
    margin-top: 26px;
}
.s4-list>ul>li .qr p img{
    display: inline-block;
    vertical-align: middle;
}
.s4-list>ul>li .qr p span{
    font-size: 20px;
    line-height: 48px;
    color: #333333;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.s4-list>ul>li .qr>img{
    display: block;
    width: 166px;
    height: 166px;
}
.s4-list{
    margin-top: 10px;
}
.s4{
    margin-top: 20px;
}

.index{
    padding-top: 43px;
    padding-bottom: 55px;
    background: url("../images/index.jpg") no-repeat bottom center;
}

.tab{
    position: fixed;
    right: 23px;
    top: 50%;
    width: 180px;
    transform: translateY(-50%);
    z-index: 99;
}
.tab img{
    display: block;
    width: 167px;
    height: 138px;
    margin: auto;
}
.tab ul{
    padding:21px 9px ;
    border: 5px solid #c52825;
    border-radius: 5px;
    background: #fff;
}
.tab ul>li{
    width: 150px;
    line-height: 44px;
    margin-top: 34px;
    text-align: center;
    border-radius: 5px;
    transition: all .3s;
}
.tab ul>li:first-child{
    margin-top: 0;
}
.tab ul>li>a{
    display: block;
    font-size: 18px;
    color: #333333;
}
.tab ul>li:hover{
    background: #ffefef;
}
.tab ul>li:hover>a{
    color: #c52825;
    font-weight: 600;
}
.bay {
    position: fixed;
    left: 10px;
    top:30%;
    width: 300px;
    height: 169px;
    z-index: 99;
}
.bay a{
    display: block;
    overflow: hidden;
    position: relative;
}
.bay a img{
    display: block;
    width: 100%;
}
.bay span{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 13px;
    height: 12px;
    background: url("../images/close.png") no-repeat center center;
}