


/* 产品中心 */
.pro_tit {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
}
/* 产品列表 */
.pro_box{
     /*margin: -0.2rem -0.2rem;*/
}
.pro_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.66rem;
    margin-bottom: 1.75rem;
}
.pro_list .li{
    /*padding:0.2rem 0.2rem;*/
    
    flex:0 0 20%;
}
.pro_list .li_box {
    display: block;
    padding: 0.26rem 0.3rem 0.6rem;
    transition: all 0.3s;
}
/*.pro_list .li:nth-child(-n+3) {*/
/*    margin-top: 0;*/
/*}*/
/*.pro_list .li:nth-child(3n) {*/
/*    margin-right: 0;*/
/*}*/
.pro_list .li .name {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
}
.pro_list .li .more {
    display: flex;
    align-items: center;
    margin-top: 0.42rem;
    font-size: 0.18rem;
    color: #0769B2;
}
.pro_list .li .more img {
    height: 0.16rem;
    margin-left: 0.15rem;
    object-fit: contain;
}
.pro_list .li:hover .li_box {
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
}





.centerBox1 {
    width: 100%;
}
.centerBox1 .centerDetail {
    width: 14rem;
    margin: 0 auto;
    padding: 0.88rem 0 0.7rem;
}
/* 产品详情 */
.pro_infos {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pro_infos .infos {
    width: 6.5rem;
}
.pro_infos .infos .tit {
    margin-top: 0.75rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}
.pro_infos .infos .tie {
    margin-top: 0.51rem;
    font-size: 0.16rem;
    color: #7D7D7D;
    line-height: 0.28rem;
    text-indent: 2em;
}
.pro_infos .infos .tie p {
    margin-top: 0.36rem;
    font-size: 0.16rem;
    color: #7D7D7D;
    line-height: 0.28rem;
}
.pro_infos .infos .manual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.84rem;
    height: 0.43rem;
    margin-top: 0.64rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.02rem solid #0769B2;
    font-size: 0.16rem;
    color: #0769B2;
    transition: all 0.3s;
}
.pro_infos .infos .manual img {
    height: 0.14rem;
    margin-left: 0.14rem;
    object-fit: contain;
}
.pro_infos .infos .manual:hover {
    background: #0769B2;
    color: white;
}
.pro_infos .infos .manual:hover img {
    filter: brightness(30);
}
.pro_infos .pro_img {
    width: 6.5rem;
    height: 5.6rem;
    overflow: hidden;
}
.pro_infos .pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 机器特性 */
.robots {
    width: 100%;
    margin-top: 1.22rem;
}
.robots .swiper-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 0 !important;
}
.robots .swiper-slide-active {
    opacity: 1 !important;
}
/* 图 */
.robots .pro_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 7rem;
    height: 5.28rem;
    overflow: hidden;
}
.robots .pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.robots .swiper-slide .pro_img {
    transform: translateX(-50px);
}
.robots .swiper-slide-active .pro_img {
    transition: 2s ease-out;
    transform: translateX(0);
}
/* 文字 */
.robots .infos {
    width: 8.13rem;
    max-height: 5.3rem;
    margin-left: auto;
    margin-top: 0.7rem;
    padding: 1.42rem 0.39rem 2.4rem 2.07rem;
    background: #0769B2;
    box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(0,0,0,0.09);
    overflow: hidden;
    transition: all 0.5s;
}
.robots .swiper-slide-active .infos {
    max-height: 8.3rem;
}
.robots .infos .t1 {
    width: 5.6rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #FFFFFF;
}
.robots .infos .t2 {
    margin-top: 0.5rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}
/* 前进后退按钮 */
.robots .swiper-button-next {
    right: 0;
    top: 0;
    width: 0.47rem;
    height: 0.47rem;
    margin-top: 0;
    background: #0769B2;
    border-radius: 50%;
}
.robots .swiper-button-next::after {
    font-size: 0.2rem;
    color: #fff;
    font-weight: 700;
}
.robots .swiper-button-prev {
    left: auto;
    right: 1.7rem;
    top: 0;
    width: 0.47rem;
    height: 0.47rem;
    margin-top: 0;
    background: #0769B2;
    border-radius: 50%;
}
.robots .swiper-button-prev::after {
    font-size: 0.2rem;
    color: #fff;
    font-weight: 700;
}
/* 分页 */
.robots .swiper-pagination {
    left: auto;
    bottom: auto;
    right: 0.6rem;
    top: 0.15rem;
    display: flex;
    align-items: center;
    width: fit-content;
    height: fit-content;
}
.robots .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.07rem !important;
    background: rgba(123, 123, 123, 1);
    opacity: 1;
}
.robots .swiper-pagination-bullet-active {
    position: relative;
    width: 0.18rem;
    height: 0.18rem;
    background: rgba(7,105,178,0.2);
}
.robots .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    background: #0769B2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/* 培训资料 */
.training {
    margin-top: 0.94rem;
}
.training .title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}
.training .list {
    display: flex;
    justify-content: space-between;
    margin: 0rem -0.22rem 0rem -0.22rem;
    padding-top:0.8rem;
    overflow: auto;
        
}
.training .list .li {
    display: block;
    width: 4.36rem;
    padding: 0.18rem 0.15rem 0.46rem;
    background: #fff;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    transition: all 0.3s;
    flex:0 0 30.3%;
        margin: 0 0.22rem;
}
.training .list .li:hover {
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.32);
}
.training .list .imgs {
    width: 100%;
    height: 1.76rem;
}
.training .list .name {
    margin-top: 0.32rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
}
.training .list .name:hover {
    color: #0769B2;
}
.training .list .look {
    display: flex;
    align-items: center;
    margin-top: 0.32rem;
    font-size: 0.18rem;
    color: #0769B2;
}
.training .list .look img {
    height: 0.16rem;
    margin-left: 0.15rem;
    object-fit: contain;
}
.training .seeMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.22rem;
    height: 0.53rem;
    margin: 0.65rem auto 0;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    border: 0.02rem solid #C5C5C5;
    transition: all 0.3s;
}
.training .seeMore img {
    height: 0.12rem;
    margin-left: 0.27rem;
    object-fit: contain;
}
.training .seeMore:hover {
    border: 0.02rem solid #0769B2;
    background: #0769B2;
    color: white;
}
.training .seeMore:hover img {
    filter: brightness(7);
}

/* 服务支持 */
.centerBox2 {
    width: 100%;
    display: flex;
       background-image: url(/assets/images/product/pro_serverimg.jpg);
       background-size: cover;
    
}
.centerBox2 .leftText {
    width: 8.47rem;
    height: 7.64rem;
    padding: 2rem 0.77rem 0 2.6rem;
    background: rgba(7, 105, 178, 0.83);
}
.centerBox2 .leftText .cn {
    font-size: 0.36rem;
    font-weight: bold;
    color: #FFFFFF;
}
.centerBox2 .leftText .en {
    margin-top: 0.08rem;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.centerBox2 .leftText .tie {
    margin-top: 0.75rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}
.centerBox2 .rightList {
    display: flex;
    flex-wrap: wrap;
    width: 7.73rem;
    margin-top: 1.06rem;
    margin-left: 0.42rem;
}
.centerBox2 .rightList .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.31rem;
    height: 2.5rem;
    margin-top: 0.4rem;
    margin-right: 0.38rem;
    background: #fff;
    color: #333333;
}
.centerBox2 .rightList .li:nth-child(-n+3) {
    margin-top: 0;
}
.centerBox2 .rightList .li:nth-child(3n) {
    margin-right: 0;
}
.centerBox2 .rightList .icon1 {
    height: 0.95rem;
    object-fit: contain;
}
.centerBox2 .rightList .txt {
    margin-top: 0.28rem;
    font-size: 0.18rem;
}
.centerBox2 .rightList .li:hover {
    background: #0769B2;
    color: #fff;
}

/* 产品资料、报修 */
.centerBox3 {
    width: 100%;
}
.centerBox3 .centerDetail {
    display: flex;
    justify-content: center;
    width: 14rem;
    margin: 0 auto;
    padding: 1rem 0;
}
.centerBox3 .mode {
    width: 6.64rem;
    margin-right: 0.35rem;
    padding: 0.2rem 0.4rem 0.3rem 0.2rem;
}
.centerBox3 .mode:hover {
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.05);
}
.centerBox3 .mode:last-child {
    margin-right: 0;
}
.centerBox3 .mode .icont {
    height: 0.5rem;
    object-fit: contain;
}
.centerBox3 .mode .tit {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
}
.centerBox3 .mode .downList {
    margin-top: 0.32rem;
}
.centerBox3 .mode .downList .li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.14rem;
    margin-top: 0.1rem;
}
.centerBox3 .mode .downList .left {
    display: flex;
    align-items: center;
}
.centerBox3 .mode .downList .i1 {
    height: 0.14rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
.centerBox3 .mode .downList .name {
    width: 4.5rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.2rem;
}
.centerBox3 .mode .downList .i2 {
    height: 0.16rem;
    object-fit: contain;
}
.centerBox3 .mode .downList .li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.01rem;
    background: #E5E5E5;
}
.centerBox3 .mode .downList .li:hover .name {
    color: #0769B2;
}
.centerBox3 .mode .texts {
    margin-top: 0.42rem;
    font-size: 0.16rem;
    color: #7D7D7D;
    line-height: 0.28rem;
}
.centerBox3 .mode .hothot {
    display: flex;
    align-items: center;
    margin-top: 0.17rem;
    font-size: 0.16rem;
    color: #0769B2;
    line-height: 0.28rem;
}
.centerBox3 .mode .hothot img {
    height: 0.14rem;
    margin-left: 0.2rem;
    object-fit: contain;
}
.centerBox3 .mode .hot1 {
    margin-top: 0.38rem;
}




@media screen and (max-width:1024px){
    .pro_tit{
        font-size: 16px;
    }.pro_list .li .name{
        font-size: 14px;
    }.pro_list .li .more{
        font-size: 12px;
    }.centerBox1 .centerDetail{
        width: 94%;
        margin: 0 auto;
    }.pro_infos{
        flex-wrap: wrap;
    }.pro_infos .infos{
        width: 100%;
        margin-bottom: 10px;
    }.pro_infos .pro_img{
        width: 100%;
        height: auto;
    }.pro_infos .infos .tit{
        font-size: 20px;
    }.pro_infos .infos .tie p{
        font-size: 14px;
        line-height: 20px;
    }.pro_infos .infos .manual{
        font-size: 14px;
        margin: 0 auto;
    }.robots .pro_img{
        position: static;
    }.robots .swiper-slide-active .infos{
        width: 100%;
        text-align: center;
        padding: 50px 0 150px 0;
    }.robots .infos .t1{
        width: 100%;
        font-size: 16px;
    }.robots .infos .t2{
        font-size: 10px;
    }.robots .swiper-pagination{
        display: none;
    }.training .title{
        font-size: 20px;
    }.training .seeMore{
        font-size: 14px;
    }.centerBox2 .leftText{
        width: 94%;
        margin: 0 auto;
        padding: 50px;
    }.centerBox2{
        flex-wrap: wrap;
    }.centerBox2 .rightList{
        width: 94%;
        margin: 0 auto;
        margin: 10px 10px;
    }.struct1{
        flex-wrap: wrap;
    }.struct1 .item{
        margin-bottom: 10px;
    }.centerBox2 .rightList .li{
        margin-right: 3px;
    }.centerBox3 .centerDetail{
        width: 94%;
        margin: 0 auto;
        flex-wrap: wrap;
    }.centerBox3 .mode .tit{
        font-size: 14px;
    }.centerBox3 .mode .downList .name{
        font-size: 12px;
    }.centerBox3 .mode .downList .i2{
        height: 10px;
    }.centerBox3 .mode .texts{
        font-size: 12px;
    }.centerBox3 .mode .hothot{
        font-size: 12px;
    }
}










