/* .banner-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.banmid{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    text-align: left;
    transform: translate(-50%,-50%);
} */

@media(min-width: 768px){
    .pro_view #main .middle {
        width: 1360px;
        padding: 0 50px;
    }
}


.block1{
    width: 100%;
    position: relative;
}
.block1-wrap{
    width: 1300px;
    padding-top: 240px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    text-align: left;
    transform: translate(-50%,-50%);
}
.block1-2-wrap{
    width: 1300px;
    padding-top: 240px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    text-align: left;
    transform: translate(-50%,-50%);
}
.block1-lock{
    margin-bottom: 70px;
    animation: translateX 0.4s;
}
.block1-wrap h2{
    font-size: 72px;
    line-height: 80px;
    animation: translateX 0.6s;
}
.block1-wrap h3{
    font-size: 30px;
    font-weight: normal;
    animation: translateX 0.9s;
}
.block1-cirel{
    animation: translateX 0.6s;
    width: 55px;
    height: 15px;
    margin: 20px 0 50px;
    background: url(../images/pro_view/block1_cirel.png) no-repeat;
}

.block1-2-wrap .block1-lock{
    margin-bottom: 50px;
}
.block1-2-wrap h4{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    font-weight: normal;
    padding: 0 50px;
    margin-left: -50px;
    margin-bottom: 10px;
    animation: translateX 0.6s;
    background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.8),rgba(0,0,0,0));
}
.block1-2-wrap h2{
    font-size: 72px;
    line-height: 80px;
    animation: translateX 0.6s;
}
.block1-2-wrap h3{
    font-size: 30px;
    font-weight: normal;
    animation: translateX 0.9s;
}

/*版块二*/
.block2{
    width: 100%;
    height: 1024px;
    background: url(../images/pro_view/p_block2_bg.png) no-repeat center 36px;
    padding-top: 36px;
    
}
.block2 h2{
    text-align: center;
    font-size: 48px;
    font-family: shoukfont;
}
.block2-wrap{
    width: 100%;
    padding: 0 44px;
}
.block2-wrap h4{
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    z-index: 1;
    background: url(../images/pro_view/p_block2_icon.png) no-repeat;
    background-size: 26px 26px;
    background-position: 14px 20px;
    padding-left: 45px;
    padding-top: 20px;
}
.block2-item-left{
    width: 275px;
    height: 435px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.block2-item-left .img{
    transform: scale3d(1,1,1);
    transition: all 0.3s;
}
.block2-item-left .img:hover{
    transform: scale3d(1.1,1.1,1);
}
.block2-item-mid1{
    width: 275px;
    height: 248px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.block2-item-mid1 .img{
    transform: scale(1,1);
    transition: all 0.3s;
}
.block2-item-mid1 .img:hover{
    transform: scale(1.1,1.1);
}
.block2-item-mid2{
    width: 275px;
    height: 216px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.block2-item-mid2 .img{
    transform: scale(1,1);
    transition: all 0.3s;
}
.block2-item-mid2 .img:hover{
    transform: scale(1.1,1.1);
}
.block2-item-sml{
    width: 183px;
    height: 216px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

/*版块三*/
.block-pro-title{
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    display: flex;
    align-items: center;
    padding-top: 30px;
    z-index: 1;
}
.block-pro-title-black{color: #272727;}
.block-pro-title:before{
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background: #00a0e9;
    border-radius: 50%;
    margin-left: 24px;
    margin-right: 10px;
}

.provew-title h2{
    font-size: 48px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s;
}
.provew-title p{
    font-size: 18px;
    opacity: 0.7;
    transform: translateX(100%);
    transition: all 0.8s;
}
.provew-title-logo{
    width: 248px;
    height: 66px;
}
.provew-title-icon{
    display: flex;
}
.provew-title-icon:before,.provew-title-icon:after,.provew-title-icon>i{
    display: block;
    content: '';
    width: 8px;
    margin: 0 1px;
    height: 8px;
    background: url(../images//pro_view/p_block_title_icon.png) no-repeat center center;
}
.provew-content{
    height: 110px;
}
.provew-rgt{
    color: #6e9df9;
}
.provew-rgt-item{
    font-size: 32px;
    line-height: 18px;
    padding-left: 50px;
}
.provew-rgt-item i{
    font-style: normal;
    font-size: 20px;
}
.provew-rgt-item span{
    font-size: 18px;
    letter-spacing: 2px;
}


.block3-content{
    padding: 30px 0 100px;
}

.block3-item-big{
    width: 610px;
    height: 420px;
}
.block3-item-sml{
    width: 300px;
    height: 420px;
}

.block4-item-left{
    width: 680px;
    height: 570px;
}
.block3-item-right{
    width: 560px;
    height: 570px;
    background: linear-gradient(to bottom,#646565,#212121);
}
/*板块四*/
.block4-content{
    padding: 50px 0 120px;
}
.b4-tit{
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    padding: 56px 0 50px;
}
.b4-item{
    width: 250px;
    margin: 0 13px;
}
.b4-item-img{
    width: 100%;
    height: 255px;
    overflow: hidden;
    border-radius: 20px;
}
.b4-item h5{
    font-size: 20px;
    opacity: 0.8;
    text-align: center;
    padding: 34px 0;
}
/*版块五*/
.block5-item-left{
    width: 620px;
    height: 510px;
}
.block5-content{
    padding: 45px 0 120px;
}
.block6-content{
    padding: 30px 0 130px;
}
.block7-content{
    padding: 20px 0 100px;
}
.block8-content{
    padding: 30px 0 120px;
}

/*9*/
.block9-content{
    position: relative;
    padding: 35px 0 130px;
}
.block9-item-sml{
    width: 376px;
    height: 520px;
    position: absolute;
    right: 53px;
    bottom: 60px;
    z-index: 1;
}

.block10-content{
    padding: 40px 0 130px;
}
.block11-content{
    padding: 40px 0 130px;
}
.block11-item{
    position: relative;
}

.block11-inner{
    width: 650px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 150px;
}

.block11_sml_item{
    width: 312px;
    height: 180px;
    background: url(../images/pro_view/block11_sml_itembg.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.block11_sml_item h6{
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}
.block11_sml_item_img{
    width: 120px;
    height: 120px;
    margin-right: 20px;
}


.block12-content{
    padding: 45px 0 220px;
    position: relative;
}
.block12-inner{
    width: 620px;
    position: absolute;
    left: 48px;
    top: 62px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.block12_sml_item{
    background: linear-gradient(to bottom,#646565,#212121);
    opacity: 0.7;
    border-radius: 20px;
    width: 154px;
    height: 200px;
    margin: 23px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
}
.block12_sml_item_img{
    width: 102px;
    height: 102px;
    margin: 0 auto 20px;
}
.block12-other{
    position: absolute;
    right: 40px;
    bottom: 120px;
    width: 550px;
    z-index: 1;
}
.block12-other h6{font-size: 18px; text-align: center; opacity: 0.5;}


.block13-content{
    padding: 30px 0 130px;
}

.block14-content{
    flex-wrap: wrap;
    padding: 40px 0 90px;
}
.block14-item{
    margin: 24px 0;
    overflow: hidden;
    border-radius: 40px;
    border: 2px solid #434343;
    position: relative;
    display: flex;
    align-items: center;
    width: 620px;
    height: 333px;
    box-shadow: 17px 0 24px rgba(46,46,46,0.6);
    background: linear-gradient(to bottom,#64767a,#3e4b53);
}
.block14-item-img{
    width: 336px;
    height: 333px;
    flex-shrink: 0;
}
.block14-item-text{
    font-size: 34px;
    width: 336px;
    display: flex;
    justify-content: center;
}
.block14-item-order{
    position: absolute;
    font-size: 22px;
    opacity: 0.5;
    right:35px;
    top: 20px;
    z-index: 1;
}

.block14-item-icon{
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 1;
}
.block14-item-icon:before,.block14-item-icon:after,.block14-item-icon>i{
    display: block;
    content: '';
    width: 8px;
    margin: 0 1px;
    height: 8px;
    background: url(../images//pro_view/p_block_title_icon.png) no-repeat center center;
}

.block15-content{
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    border: 6px solid #434343;
    position: relative;
    box-shadow: 17px 0 24px rgba(46,46,46,0.6);
    margin-bottom: 80px;
    padding: 80px 30px 50px;
    display: flex;
    justify-content: space-between;
}
.block15-left{
    width: 700px;
    padding: 0 60px;
}
.block15-right{
    width: 580px;
    
}
.block15-top-img{
    width: 572px;
    height: 692px;
    margin-bottom: 43px;
}
.block15-bot-img{
    width: 137px;
    height: 535px;
}
.block15-left-text{
    color: #282828;
    opacity: 0.7;
    line-height: 14px;
    padding: 12px 0;
    text-align: center;
}
.block15-canshu{
    width: 100%;
    height: 1278px;
    background: url(../images//pro_view/block15_right_bg.png) no-repeat;
    padding: 0 64px 0 46px;
}

.block15-2-left{
    width: 692px;
    padding: 0 26px;
}
.block15-2-title{
    font-size: 36px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 14px;
}
.block15-2-img{
    width: 640px;
    height: 700px;
    margin: 0 auto;
}
.block15-2-bot-img{
    width: 309px;
    height: 392px;
}


.block15-right-text{
    color: #282828;
    opacity: 0.7;
    line-height: 16px;
    font-size: 16px;
    padding: 14px 0;
    text-align: center;
}


.block15-item{
    padding: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
}
.block15-item-right{
    width: 100%;
}
.block15-item h6{
    width: 160px;
    flex-shrink: 0;
    font-size: 30px;
    background: -webkit-linear-gradient(to top, #ffffff, #a8bbf3); /* Chrome, Safari */
    background: linear-gradient(to top, #ffffff, #a8bbf3); /* Standard syntax */
    -webkit-background-clip: text; /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    color: transparent;
}
.block15-item h6.yeli{
    background: -webkit-linear-gradient(to bottom, #fffcc0, #fdbb93); /* Chrome, Safari */
    background: linear-gradient(to bottom, #fffcc0, #fdbb93); /* Standard syntax */
    -webkit-background-clip: text; /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    color: transparent;
}

.desc-item{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 5px 0;
}
.desc-item h4{opacity: 0.8;height: 38px;line-height: 38px;font-weight: normal;}
.desc-item .s1{font-size: 12px;}
.desc-item .s2{font-size: 10px;}
.desc-item .line-sml{line-height: 12px;}

.block16-2-content{
    padding-bottom: 80px;
}

.block16-item{
    width: 580px;
    height: 800px;
    margin: 23px;
}

.block16-2-item{
    width: 620px;
    height: 860px;
}

/*===================内嵌页==================*/
.block2-2-item{
    width: 25%;
    margin-bottom: 66px;
}
.block2-2-item-img{
    width: 156px;
    height: 156px;
    margin: 0 auto;
}
.block2-2-item-line{
    width: 24px;
    height: 4px;
    background: #7ecef4;
    border-radius: 1px;
    margin: 2px auto 10px;
}
.block2-2-item h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
}

.block3-2-content{
    padding: 40px 0 130px;
}
.block3-2-item-sml{
    width: 300px;
    height: 662px;
}
.block3-2-item-big{
    width: 600px;
    height: 662px;
}

.block4-2-content{
    padding: 90px 0 160px;
}
.block4-2-content h5{
    background: -webkit-linear-gradient(to bottom, #fffdc1, #fdbc93); /* Chrome, Safari */
    background: linear-gradient(to bottom, #fffdc1, #fdbc93); /* Standard syntax */
    -webkit-background-clip: text; /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    color: transparent;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 30px;
    z-index: 1;
}

.block4-2-item-left{
    width: 576px;
    height: 690px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.block4-2-item-right{
    width: 668px;
    height: 690px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: space-between;
}
.block4-2-item-sml{
    width: 668px;
    height: 336px;
    overflow: hidden;
    position: relative;
}
.block4-2-item-sml.tr{
    border-top-right-radius: 20px;
}
.block4-2-item-sml.br{
    border-bottom-right-radius: 20px;
}

.block5-2-content{
    padding: 30px 0 140px;
}
.block5-2-item{
    width: 100%;
    height: 750px;
    overflow: hidden;
    border-radius: 20px;
}

.block6-2-content{
    padding: 30px 0 130px;
}

.block6-2-item{
    width: 49%;
}
.block6-2-item-img {
    width: 100%;
    height: 387px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.block6-2-item-text{
    font-size: 24px;
    opacity: 0.5;
    width: 100%;
    line-height: 70px;
    text-align: center;
    height: 70px;
    background: url(../images/pro_view2/block6_2_item_textbg.png) no-repeat;
}


.block9-2-content{
    padding: 30px 0 120px;
}
.block9-2-item-left{
    width: 620px;
    height: 620px;
    overflow: hidden;
    border-radius: 20px;
}
.block9-2-item-right{
    width: 600px;
    height: 620px;
    overflow: hidden;
    border-radius: 20px;
    background: #313131;
    position: relative;
}
.block9-2-item-right h6{
    font-size: 30px;
    line-height: 36px;
    padding: 75px 0 70px;
    text-align: center;
    font-weight: 500;
}
.block9-2-item-right-img{
    width: 560px;
    height: 370px;
    margin: 0 auto;
}


.block10-2-content{
    padding: 30px 0 90px;
}
.block10-2-inner{
    padding: 70px 0;
}
.block10-2-left{
    width: 710px;
    height: 868px;
    overflow: hidden;
    margin-right: 90px;
    flex-shrink: 0;
    border-radius: 20px;
}
.block10-2-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block10-2-sml-item{
    width: 345px;
    height: 197px;
    background: url(../images/pro_view2/block10_2_sml_itembg.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.block10-2-sml-item h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
}
.block10-2-sml-item-img{
    width: 134px;
    height: 134px;
    margin-right: 20px;
}

.block11-2-content{
    padding: 30px 0 120px;
}

.block11-2-inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.block11-2-left{
    width: 630px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 10px;
}
.block11-2-right{
    width: 630px;
    height: 544px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: inset 0px 0px 40px 3px rgba(254,211,161,0.35);
}


.block11-2-item{
    width: 200px;
    height: 262px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: inset 0px 0px 40px 3px rgba(254,211,161,0.35);
}
.block11-2-item h6{
    font-size: 24px;
    opacity: 0.8;
    font-weight: 500;
    text-align: center;
}
.block11-2-item-img{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
}


.block11-2-right .block11-2-item{
    position: absolute;
    left: 84px;
    top: 118px;
    z-index: 1;
}

.block11-2-big-img{
    width: 314px;
    height: 321px;
    position: absolute;
    overflow: hidden;
    top: 90px;
    right: 60px;
    z-index: 1;
}

.block11-2-other{
    font-size: 18px;
    opacity: 0.5;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 95px;
    z-index: 1;
}

.block13-2-content{
    padding: 50px 0 70px;
}
.block13-2-content{
    justify-content: space-around;
    flex-wrap: wrap;
}
.block13-2-item{
    width: 610px;
    height: 310px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(to bottom,#646565,#212121);
}
.block13-2-item-img{
    width: 350px;
    height: 310px;
    flex-shrink: 0;
}
.block13-2-item-text{
    font-size: 28px;
    width: 100%;
    text-align: center;
}


.active .provew-title h2 {
    transform: translateY(0);
    opacity: 1;
}

.active .provew-title p {
    transform: translateX(0);
}