@import '../common/float.css';

.banner {
    display: none;
}

.banner2 {
    height: 238px;
    background: url(../../imgs/index/banner3.png) no-repeat center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title1 {
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.title2 {
    font-size: 22px;
    color: #FFFFFF;
}

.pagewrap {
    width: 1200px;
    margin: 0 auto;

}

.pageMain {
    padding: 22px 0px 70px;
    display: flex;
    justify-content: space-between;
}

.pageLeft {
    width: 63%;
}

.pageRight {
    width: 33%;
}
.hotOuter{
    position: sticky;
    top: 40px;
}
.bread {
    margin-top: 4px;
    font-size: 14px;
    display: flex;
}

.bread a {
    font-size: 14px;
}

.breadPrev {
    color: #555;
}

.breadNow {
    color: #999;
    overflow: hidden;
    width: 400px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.productInt {
    margin-top: 50px;
    display: flex;
}

.productImg {
    flex-shrink: 0;
    width: 260px;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 25px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}

.productImg img {
    height: 100%;
    width: 100%;
}

.intTitle {
    margin-top: 10px;
    font-size: 22px;
    color: #333;
}

.intFont {
    margin-top: 24px;
    font-size: 14px;
    color: #555;
    line-height: 22px;
}

.productInfo {
    margin-top: 30px;
    background-color: #F7F7F7;
    padding: 10px 25px 28px;
}

.infoItem {
    padding: 18px 0px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
}

.itemTitle {
    flex-shrink: 0;
    width: 75px;
    font-size: 12px;
    margin-right: 25px;
    line-height: 24px;
    color: #999;
}

.itemContent {
    font-size: 12px;
    color: #555;
    line-height: 24px;
}

.imgBox {
    width: 100%;
    height: 255px;
    margin-bottom: 12px;
}

.imgBox img {
    width: 100%;
    height: 100%;
}

.hotNews {
    width: 100%;
    overflow: hidden;
    padding: 35px 30px;
    background: #F7F7F7;
    margin-bottom: 21px;
    border-radius: 10px;
}

.hotTitle {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.bottomTitle {
    margin-top: 60px;
}

.pic {
    width: 6px;
    height: 20px;
    background-color: #3269AB;
    margin-right: 10px;
    border-radius: 3px;
}

.hotList {
    margin-top: 28px;
}

.hotItem {
    display: flex;
    align-items: center;
}


.hotItem a {
    font-size: 14px;
    color: #333;
    line-height: 18px;
}

.dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #888;
    margin-right: 5px;
}

.hotItem:not(:first-child) {
    margin-top: 20px;
}