@charset "utf-8";
.inside_banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.inside_banner img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 360px;
    margin-left: -960px;
}

.product .item {
    height: 300px;
}

.product .item .center {
    height: 100%;
    position: relative;
}

.product .item .center .num {
    position: absolute;
    top: 102px;
    left: 282px;
    z-index: 2;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #bfccdd;
    color: #fff;
    font-size: 50px;
    line-height: 96px;
    text-align: center;
    overflow: hidden;
}
.product .item .center .num2 {
    position: absolute;
    top: 172px;
    left: 982px;
    z-index: 2;
    width: 96px;
    height: 46px;
    border-radius: 5px;
    border: 2px solid #bfccdd;
    background: #428bca00;
    color: #bfccdd;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
}
.product .item .center .num2:hover {
    
    
    background: #bfccdd;
    color: #fff;
   
    overflow: hidden;
}

.product .item .center .pic {
    float: left;
    width: 330px;
    height: 100%;
    overflow: hidden;
}

.product .item .center .pic img {
    width: 100%;
    min-height: 100%;
}

.product .item .center .pic img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.product .item .center .text {
    float: right;
    width: calc(100% - 330px);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 75px;
}

.product .item .center .text h3 {
    font-size: 22px;
}

.product .item .center .text .desc {
    line-height: 2;
}

.product .item:nth-child(even) {
    background: #e6e6e6;
}

.product .item:nth-child(even) .center .num {
    left: auto;
    right: 282px;
}
.product .item:nth-child(even) .center .num2 {
    left: auto;
    right:982px;
}

.product .item:nth-child(even) .center .pic {
    float: right;
}

.product .item:nth-child(even) .center .text {
    float: left;
    padding-left: 0;
    padding-right: 75px;
    text-align: right;
}

.productInfo .proPics .top {
    display: flex;
    align-items: center;
}

.productInfo .proPics .top .num {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #bfccdd;
    color: #fff;
    font-size: 50px;
    line-height: 96px;
    text-align: center;
    overflow: hidden;
}

.productInfo .proPics .top .text {
    margin-left: 15px;
}

.productInfo .proPics .top .text h3 {
    font-size: 22px;
}

.productInfo .proPics .top .text .desc {
    line-height: 1.6;
}

.productInfo .proPics .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productInfo .proPics .main .item {
    width: 390px;
    margin-bottom: 30px;
    text-align: center;
}

.productInfo .proPics .main .item .pic {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

.productInfo .proPics .main .item .pic img {
    width: 100%;
    min-height: 100%;
}

.productInfo .proPics .main .item .pic img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.productInfo .proPics .main .item .pic:hover {
    border: 1px solid #003478;
}

.productInfo .proPics .main .item p {
    font-size: 18px;
}

#product_pages {
    text-align: center;
}

.productInfo .proInfos .top {
    height: 70px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.productInfo .proInfos .top h3 {
    font-size: 24px;
    color: #003478;
    line-height: 26px;
    padding-left: 10px;
    border-left: 5px solid #ff0000;
}

.productInfo .proInfos .main {
    padding: 40px 30px;
    font-size: 18px;
    line-height: 1.6;
}

.productInfo .proInfos .main img {
    max-width: 100%;
    margin: 20px auto;
}