.banner{
    position: relative;
}
.bannerCon{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.bannerCon h3{
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
}
.bannerCon p{
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 10px;
}

.wrap{
    width: 100%;
    background: #F2F2F2;
    padding-top: 80px;
}
.conTit .expTit_c{
    width: 30%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.expTit_c li{
    width: 130px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.expTit_c li:hover,
.expTit_c a.expTitAct li{
    background-color: #3681FE;
    color: #fff;
}
.wrapCon{
    width: 100%;
    margin-top: 35px;
}
/*专家风采*/
.conList{
    background: #fff;
    padding: 20px 0;
    display: none;
}
.listShow{
    display: block;
}
.eveCon{
    width: 100%;
    padding: 40px 35px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
}
.eveCon_l{
    width: 330px;
    height: 225px;
    overflow: hidden;
}
.eveCon_l img{
    width: 100%;
    transition: transform 0.3s ease;
}
.eveCon_l:hover img{
    transform: scale(1.1);
}
.eveCon_r{
    width: 67%;
}
.eveCon_r span{
    font-weight: 400;
    font-size: 15px;
    color: #999999;
}
.eveCon_r p{
    font-weight: 400;
    font-size: 17px;
    margin-top: 20px;
}
.eveCon_r p a{
    color: #333333;
}
.eveCon_r p:hover a{
    color: #3681FE;
}
.eveCon_r li{
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    margin-top: 20px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.zjfc .pages, .hyxw .pages{
    margin: 30px 0;
    display: flex;
    justify-content: center;
}
.zjfc .pages a, .hyxw .pages a{
    text-decoration: none;
    border: 1px solid #e8e8e8;
    background: #F2F3F5;
    color: #666;
    border-radius: 5px;
}
.zjfc .pages a:hover, .hyxw .pages a:hover{
    background: #3681FE;
    color: #fff;
}
.pages strong, .pages a, .pages_inp, .pages_btn{
    color: #fff;
    box-sizing: border-box;
    background: #3681FE;
    min-width: 40px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}
.pages strong{
    margin-right: 5px;
    height: 33px;
}
.pages_inp{
    width: 60px;
    text-align: center;
    background: #F2F3F5;
    color: #666;
}
.pages cite{
    margin-right: 5px;
    font-style: normal;
}
.pages_btn{
    cursor: pointer;
}

/*行业新闻*/
.hyxw{
    padding: 0;
    padding-top: 40px;
}
.indNewsBanBox{
    padding-bottom: 40px;
}
.indNewsBan{
    display: flex;
    justify-content: space-between;
}
.indNewsBan_l{
    width: 560px;
    height: 355px;
    overflow: hidden;
}
.indNewsBan_l img{
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.indNewsBan_l:hover img{
    transform: scale(1.1);
}
.indNewsBan_r{
    width: 640px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 2px 8px 21px 0px rgba(0,0,0,0.1);
}
.indBanTit{
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.indBanTit h3{
    font-weight: 400;
    font-size: 40px;
    color: #333333;
}
.indBanTit li{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.indBanCon h3{
    font-weight: 400;
    font-size: 20px;
    margin-top: 40px;
}
.indBanCon h3 a{
    color: #333333;
}
.indBanCon h3:hover a{
    color: #3681FE;
}
.indBanCon p{
    margin-top: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.indBanCon li{
    margin-top: 50px;
}
.indBanCon li a{
    padding: 10px 20px;
    background: #3681FE;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.indBanCon li a:hover{
    border: 1px solid #3681FE;
    color: #3681FE;
    background-color: transparent;
}
.indNewsBanBox .swiper-slide{
    padding: 30px;
}
.indNewsBanBox .swiper-pagination{
    bottom: 0;
}
.indNewsBanBox .swiper-pagination-bullet{
    width: 45px;
    height: 4px;
    border-radius: unset;
}

.indNewsList{
    width: 100%;
    background: #F2F2F2;
    padding: 80px 0;
}
.eveIndNews{
    width: 100%;
    padding: 30px 40px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveIndNews_l h3{
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    text-align: center;
}
.eveIndNews_l p{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}
.eveIndNews_c{
    width: 1px;
    height: 150px;
    background: #E6E6E6;
    margin: 0 40px;
}
.eveIndNews_r{
    width: 84%;
}
.eveIndNews_r h3{
    font-weight: 400;
    font-size: 18px;
}
.eveIndNews_r h3 a{
    color: #333333;
}
.eveIndNews_r h3 a:hover{
    color: #3681FE;
}
.eveIndNews_r p{
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}