/** 产品 */

.banner.product {
    background: url(../img/product/productSbg1.png) no-repeat center top;
    background-size: cover;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navfather {
    width: 100%;
    height: 60px;
    margin-top: -60px;
    background: rgba(8, 37, 80, 0.9);
    overflow-x: auto;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

.navfather::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}


/*定义滚动条轨道 内阴影+圆角*/

.navfather::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background-color: transparent;
}


/*定义滑块 内阴影+圆角*/

.navfather::-webkit-scrollbar-thumb {
    border-radius: 50px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #ddd;
}

.navList {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.navStyle {
    margin-right: 80px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    color: #fff;
}
.navStyle a{
    color: #fff;
    display: block;
}
.navListActive {
    position: relative;
}
.navListActive a{
    color: var(--ColorsMain);
}
.navListActive::after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 28px);
    width: 56px;
    height: 0;
    content: '';
    border-bottom: 3px solid var(--ColorsMain);
}

.product1-bg1 {
    background: url(../img/product/product1-bg1.png) no-repeat center top;
    background-size: cover;
}

.product1-bg2 {
    background: url(../img/product/product1-bg2.png) no-repeat center top;
    background-size: cover;
}

.product2-line2Bg {
    background: url(../img/product/product2-line2Bg.png) no-repeat center top;
    background-size: cover;
}

.product1-line2 {
    background: #fff;
    padding: 28px;
    min-height: 300px;
}

.product1-line2 p {
    height: 39px;
    line-height: 39px;
    margin: 22px 0 17px;
    font-size: 20px;
    font-weight: 600;
    color: var(--Colors2);
}

.product1-line2 div {
    line-height: 24px;
    font-size: 14px;
    color: var(--Colors2);
}

.product1-changeLeft {
    margin-top: calc(50% - 65px);
    width: 298px;
    height: 174px;
    box-shadow: 0px 0px 20px rgba(152, 152, 152, 0.56);
}

.product1-changeLeftInit {
    width: calc(100% - 30px);
    height: 53px;
    padding: 17px 15px;
    line-height: 28px;
    font-size: 16px;
    background: #ffffff;
    color: #333;
}

.product1-changeLeftActive {
    background-color: #1ea2ff;
    /* 浏览器不支持的时候显示 */
    background-image: linear-gradient(90deg, #26d5f5, #1ea2ff);
    color: #fff;
}

.product2-line2-left {
    background: url(../img/product/line2leftBG.png) no-repeat center top;
    background-size: cover;
    padding: 20px 0;
    width: 249px;
}

.product2-line2-leftStyle {
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.product2-line2-leftStyle img {
    margin-right: 10px;
}

.product2-line2Active {
    background: url(../img/product/line2Active.png) no-repeat center top;
    background-size: cover;
    border-left: 2px solid #ffffff;
    box-sizing: border-box;
}

.product2-line2-rightStyle div {
    color: #dedee0;
    font-size: 14px;
    margin-bottom: 30px;
}

.product3-line1 {
    background: url(../img/product/product3-line1.png) no-repeat center top;
    background-size: cover;
    min-height: 273px;
}

.rowColCenter {
    margin-top: 40px;
}

.product3-line1-public {
    width: 100%;
    min-height: 169px;
    position: relative;
}

.product3-line1-img1 {
    background: url(../img/product/product3-line1-img1.png) no-repeat center top;
    background-size: cover;
}

.product3-line1-img2 {
    background: url(../img/product/product3-line1-img2.png) no-repeat center top;
    background-size: cover;
}

.product3-line1-img3 {
    background: url(../img/product/product3-line1-img3.png) no-repeat center top;
    background-size: cover;
}

.product3-line1-public p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #0263ff;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.marginTop10{
    margin-top: 10px;
}
.product4-line1-minHeight {
    min-height: 166px;
    background: #0263FF;
    padding: 5px 5px 15px 5px;
    box-sizing: border-box;
}

.product4-line1-position {
    position: relative;
}

.product4-line1-position p {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    height: 30px;
    background: #eeeeee;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.product4-bgStyle1 {
    background: url(../img/product/product4-bgStyle1.png) no-repeat center top;
    background-size: cover;
}

.product4-line2-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product4-line2-col {
    background: #fff;
    min-height: 156px;
    width: 180px;
    padding: 50px 26px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.product4-line2-col div {
    width: 56px;
    height: 56px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    margin: 0 auto;
    font-weight: 600;
}

.product4-line2-col p {
    margin-top: 20px;
    line-height: 24px;
    color: #333333;
    font-size: 14px;
}

.product4-line2-row .product4-line2-col:nth-last-child(1) {
    margin-right: 0px;
}

.product4-changeLeft {
    width: 100%;
    height: 100%;
}

.product4-changeLeftInit {
    width: 100%;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    background: #ffffff;
    color: #333;
    text-indent: 24px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}

.product4-changeLeftActive {
    background-color: #0263ff;
    color: #fff;
}

.swiper-container {
    width: 100%;
    height: 227px;
    /* border: 1px solid #d2d2d2; */
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}