body,
html,
#fullpage,
.section {
    height: 100%;
    overflow: hidden;
}
.inner-header .choositon-header{
    position: fixed;
}

.bocweb-footer .pc-wrap .nav-box .nav {
    border-top: 1px solid #ebebeb;
}

.ovh {
    overflow: hidden
}

html {
    font-size: 20px
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 26px !important
    }
}

@media only screen and (min-width: 435px) {
    html {
        font-size: 32px !important
    }
}

@media only screen and (min-width: 500px) {
    html {
        font-size: 36px !important
    }
}

@media only screen and (min-width: 769px) {
    html {
        font-size: 40px !important
    }
}

@media only screen and (min-width: 1025px) {
    html {
        font-size: 48px !important
    }
}

.in-block,
.main.pro-info .ex-sub-nav .wrap .left span,
.main.pro-info .box1 .banner .wrap .video-btn span,
.main.pro-info .box2 .step1 .time-box .time .icon,
.main.pro-info .box2 .step1 .time-box .time .num,
.main.pro-info .box2 .step1 .time-box .time .num .s1,
.main.pro-info .box2 .step1 .time-box .time .num .s2,
.main.pro-info .box2 .step1 .time-box .time .num .maoh,
.main.pro-info .box2 .step1 .time-box .time .num .ms1,
.main.pro-info .box2 .step1 .time-box .time .num .ms2,
.main.pro-info .box2 .step2 .text-box .video-btn,
.main.pro-info .box2 .step2 .text-box .video-btn span,
.main.pro-info .box3 .wrap .btn-box .time-text .icon,
.main.pro-info .box3 .wrap .btn-box .time-text .num,
.main.pro-info .box3 .wrap .btn-box .time-text .num .s1,
.main.pro-info .box3 .wrap .btn-box .time-text .num .s2,
.main.pro-info .box3 .wrap .btn-box .time-text .num .s3,
.main.pro-info .box3 .wrap .btn-box .time-text .num .s4,
.main.pro-info .box3 .wrap .btn-box .time-text .num .maoh,
.main.pro-info .box4 .wrap .text-box .icon-box .icon,
.main.pro-info .box4 .wrap .text-box .icon-box .line,
.main.pro-info .box5 .wrap .right .text-box .text .num,
.main.pro-info .box5 .wrap .right .img-box .num-box .num-cont img,
.main.pro-info .box5 .wrap .right .img-box .num-box .num-cont .num,
.main.pro-info .box7 .wrap .btm .list-box .list,
.main.pro-info .box7 .wrap .btm .list-box .line {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.text-hide {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-select {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.img-cover,
.main.pro-info .box1 .banner .wrap .video-box .img-box .img,
.main.pro-info .box1 .banner .wrap .video-box .img-box .mb-img,
.main.pro-info .box2 .step1 .bg,
.main.pro-info .box2 .step1 .video-box .img,
.main.pro-info .box4,
.main.pro-info .box6 .wrap .img-box .img,
.main.pro-info .box5 .wrap .left .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.img-contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.img-banner {
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width: 1024px) {
    .img-banner {
        background-size: cover
    }
}

.main.pro-info {
    min-height: 100vh;
    overflow: hidden
}

.main.pro-info .choositon-header {
    top: -81px;
    transition: top 0.5s
}

@media (max-width: 1080px) {
    .main.pro-info .choositon-header {
        top: 0px
    }
}

.main.pro-info .choositon-header  {
    height: 80px;
    background-color: #fff
}

.main.pro-info .ex-sub-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: top 0.5s
}

.main.pro-info .ex-sub-nav.fixed {
    margin-top: 0;
    top: 0
}

@media (max-width: 1080px) {
    .main.pro-info .ex-sub-nav {
        display: none
    }
}

.main.pro-info .ex-sub-nav .wrap .left span {
    vertical-align: middle
}

.main.pro-info .ex-sub-nav .wrap .left .icon {
    height: 22px;
    margin-right: 12px
}

.main.pro-info .ex-sub-nav .wrap .left .icon img {
    display: block;
    max-height: 100%
}

.main.pro-info #fullpage {
    -webkit-backface-visibility: hidden
}






.moudle-title {
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-30px);
    transition: all .8s ease-out;
}

.animate .moudle-title {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition-delay: .5s;
}

.moudle-title .square-box .square-img { 
    display: block;
    margin: 0 auto;
}
.moudle-title .text-box {
    padding: 2% 0;
}
.moudle-title .text-box.tl{
    text-align: left;
}

.moudle-title .text-box .moudle-h4{
    line-height: 2.5;
    font-size: 36px;
    color: #fff;
}

.moudle-title .text-box .moudle-h5{
    line-height: 2.5;
    font-size: 36px;
    color: #d1c0a5;
}

.moudle-title .text-box .moudle-dt{
    line-height: 2.5;
    font-size: 16px;
    color: #dcdcdc;
}


.moudle-title .text-box .moudle-dt .moudle-dt-title{ 
    font-size: 28px;
    line-height: 0.9;
    color: #d1c0a5;
    margin-right: 20px;
}

.moudle-title .text-box .moudle-dt .moudle-dt-text{ 
    font-size: 14px; 
    line-height: 1.5;
    color: #dcdcdc;
    max-width: 400px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}

.moudle-title .text-box .moudle-dt img{
    height: 35px;
    width: 35px;
}
.moudle-title .text-box .moudle-p{ 
    color: #dcdcdc;
}

.moudle-title .text-box.write .moudle-h5{ 
    color: #d1c0a5;
}

.moudle-title .text-box.write .moudle-dt{     
    color: #dcdcdc;
}
 
.moudle-title .text-box.dark .moudle-h4{ 
    color: #000;
}


.moudle-title .text-box.dark .moudle-h5{ 
    color: #996c33;
}

.moudle-title .text-box.dark .moudle-dt{     
    color: #535353;
}

.moudle-title .text-box .moudle-dt .logo{     
    padding: 0 5%;
    height: 50px;
    width: 50px;
}

.moudle-title .text-box .media-box .moudle-dt {
    padding: 20px 0;
}

.moudle-title .text-box .media-box .moudle-dt img {
    height: 70px;
    width: 70px;
    line-height: 35px;
    margin-right: 20px;
}

.moudle-title .text-box .media-box .moudle-dt span {
    max-width: 520px;
    display: inline-block; 
    line-height: 35px;
    vertical-align: middle; 
    font-size: 18px;
}


.parameter .par-left{
    width: 35%;
}
.parameter .par-right{
    width: 65%;
}
.parameter .par-title {
    padding-bottom: 13%;
}

.parameter .par-title .link-box {
    padding-top: 5px;
}
.parameter .par-title h4{
     font-size: 27px;
     color: #535353;
}

.parameter .par-title a{
    font-size: 13px;
    color: #fff;
    padding: 5px 45px;
    background: #cf000e;
    margin-left: 20px;
    border-radius: 11px;
}

.parameter .par-title a:hover{ 
    color: #fff; 
    background: #b50706;
}

.parameter .par-main table{ 
    border-top: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
}

.parameter .par-main table td{
    padding: 0 10px;
    border-bottom: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    font-size: 11px;
    line-height: 3;
    color: #a09d9d;
    text-align: left;
}

.parameter .par-main table td.f-col{ 
    color: #535353;   
}



#fullpage .box{
    background: no-repeat center bottom;   
}

#fullpage .box.bg-center{ 
    background-position-y: center; 
}

#fullpage .box.bg-dark{ 
    background-color: #000; 
}

#fullpage.b6z .box1{
    background-position-y: center;
}

 
#fullpage .box .wrap{
    height: 100%; 
} 

#fullpage .box .wrap .p-a{
    position: absolute;
    top: 0;
    left: 0;
}

#fullpage .box .wrap .video-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#fullpage .box .wrap .video-box .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fullpage .box .wrap .video-box video {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    object-fit: fill;
    transform: translate(-50%);
    min-width: 100%;
    min-height: 100%;
}


#fullpage .box .wrap .left,#fullpage .box .wrap .right{
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
} 

#fullpage .box .wrap .center{
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#fullpage .box .wrap .left.half,#fullpage .box .wrap .right.half{ 
    width: 50%;
}

#fullpage .box .wrap .half{
    height: 50%;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}


#fullpage .box .wrap.step{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 1s;
    opacity: 0;
    filter: alpha(opacity=0);
}

#fullpage .box .wrap.step::after{
    content: '';
    clear: both;
}

#fullpage .box .wrap.step.in{
    opacity: 1;
    filter: alpha(opacity=100);
    transition: 1s;
    z-index: 2;
}

#fullpage .box .wrap .top{
    vertical-align: top;
}

#fullpage .box .wrap .bottom{
    vertical-align: bottom;
}

#fullpage.b6z .box4 .wrap{
    height:58%;
}

#fullpage.b6z .box6 .wrap{
    height:80%;
}

#fullpage.b6z .box7 .wrap .right{
    height: 82%;
    width: 75%;
}



#fullpage.b7z .box2  .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../image/menu-shadow.png);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.6s;
    z-index: 1;
}

#fullpage.b7z .box2.active .bg {
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0.4s;
}

#fullpage.b7z .box2 .wrap .p-a{
    left: 15%;
    z-index: 2;
}

#fullpage.b7z .box4 .wrap .p-a{ 
    left:  50%;
}

#fullpage.b7z .box4,#fullpage.b7z .box5 .top  {
    padding-top: 5%;
}

#fullpage.b7z .box4,#fullpage.b7z .box5 .left .moudle-title .text-box  {
    padding-bottom: 0;

}

#fullpage.b7z .box5 .right .table-cell {
    vertical-align: bottom;

}

#fullpage.b7z .box4,#fullpage.b7z .box5 .btn  {
    height: 300px;
    padding: 35px 0;
}

#fullpage.b7z .box4,#fullpage.b7z .box5 .fire  {     
    padding-left: 100px;
    
}




#fullpage.b7z .box6 .moudle-title .moudle-dt .img-box{
    padding: 5%;
    display: inline-block;
    text-align: center; 
}
#fullpage.b7z .box6 .wrap .left{
    width: 70%;
}

#fullpage.b7z .box6 .moudle-title .moudle-dt .img-box img{
    display: block;
    height: 120px;
    width: 120px;
}

#fullpage.b7z .box6 .moudle-title .moudle-dt .img-box span{
    font-size: 16px;
}


#fullpage.prob8 .box3 .moudle-title .text-box {
    padding: 16% 0;
    vertical-align: bottom;
} 

#fullpage.prob8 .box5 .moudle-title .text-box {
    padding: 10% 0; 
} 

#fullpage.q2z .box2 .banner {
    position: relative;
    max-height: 720px;
    width: 100%;
}

#fullpage.q2z .box2 .banner .swiper {
    position: relative;
    height: 720px;
}

#fullpage.q2z .box2 .banner .swiper .swiper-wrapper {
    height: 100%;
    transition-timing-function: ease-out;
}

#fullpage.q2z .box2 .banner .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#fullpage.q2z .box2 .banner .swiper .swiper-wrapper .swiper-slide.active {
    z-index: 10;
}

#fullpage.zhengkao .box2 .right{
    width:45%;
}
#fullpage.zhengkao .box2 .left{
    width:82%;
}
 
#fullpage.zhengkao .box2 .wrap .moudle-title .text-box .media-box .moudle-dt img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
}

#fullpage.zhengkao .box2 .wrap .moudle-title .text-box .media-box .moudle-dt span {
    max-width: 520px;
    display: inline-block; 
    line-height: 35px;
    vertical-align: middle;
    font-size: 18px;
}

#fullpage.zhengkao .box3 .wrap.step2  .moudle-title .text-box .media-box .moudle-dt img {
    width: 149px;
    height: 98px;
    line-height: 98px;
    margin-right: 20px;
}

#fullpage.zhengkao .box3 .wrap.step2  .moudle-title .text-box .media-box .moudle-dt span {
    max-width: 300px;  
    vertical-align: middle;
    font-size: 18px;
}

#fullpage.zhengkao .box3 .wrap.step3  .right {
    width: 80%;
}

#fullpage.zhengkao .box3 .wrap.step4  .right {
    width: 75%;
}

#fullpage.zhengkao .box4,#fullpage.yinshuibao .box7  {
    background: #282828;
}

#fullpage.zhengkao .box4 .parameter .par-title h4,#fullpage.yinshuibao .box7 .parameter .par-title h4 { 
    color: #d2d2d2;
}

#fullpage.zhengkao .box4 .parameter .par-right,#fullpage.yinshuibao .box7 .parameter .par-right{
    width: 50%;
} 

#fullpage.zhengkao .box4 .parameter  .par-main table,#fullpage.yinshuibao .box7 .parameter  .par-main table {
    border-top: 1px solid #383838;
    border-right: 1px solid #383838;
}

#fullpage.zhengkao .box4 .parameter .par-main table td,#fullpage.yinshuibao .box7 .parameter .par-main table td{    
    width: 50%;
    font-size: 14px;
    text-align: center;
    padding: 7px 10px;
    border-bottom: 1px solid #383838;
    border-left: 1px solid #383838;
}

#fullpage.zhengkao .box4 .parameter .par-main table td.f-col,#fullpage.yinshuibao .box7 .parameter .par-main table td.f-col{
    color: #fff;
}


#fullpage.yinshuibao .box1 .wrap img{
    margin-top: 22%;
    margin-left: 10%;
}

#fullpage.yinshuibao .box2 {
    background: #080808;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

#fullpage.yinshuibao .box2 .wrap .left{
    width: 80%;
}

#fullpage.yinshuibao .box3 {
    background-color: #080808;
}

#fullpage.yinshuibao .box4{
    background-color: #000;
}

#fullpage.yinshuibao .box4 .wrap .right{
    width: 80%;
}

#fullpage.yinshuibao .box5{
    background-color: #191919;
}
#fullpage.yinshuibao .box6{
    background-color: #000;
    background-position-y: center;
}
#fullpage.yinshuibao .box6 .wrap .right.p-a{
    left: 40%;
}

#fullpage .pro-banner-link{
    width: 55%;
}

#fullpage .pro-banner-link .link-box{
    padding: 5% 0;
    font-size: 0;
    text-align: left; 
} 

#fullpage.A5 .box3 .wrap{
    padding-top: 5%; 
}  

#fullpage.A5 .box6 .wrap .img-list li,#fullpage.A5 .box6 .wrap .text-list li{    
    display: inline-block;
    padding: 10px 15px;
    width: 160px;
} 


#fullpage.A5 .box7 .wrap .img-list li{    
    display: inline-block;
    padding: 10px 15px;
    width: 160px;
} 


#fullpage.A5 .box6 .wrap .img-list li img{    
     width: 100px;
     height:100px;
     border: 1px solid #dcdcdc;
     border-radius: 50%;
} 

#fullpage.A5 .box7 .wrap .img-list li img{    
    width: 50px;
    height:50px;
} 
#fullpage.A5 .box6 .wrap .text-list li:not(:last-child){
     border-right: 1px solid #996c33;
}

#fullpage.A5 .box6 .wrap .text-list li h4{
    font-size: 14px;
    color: #996c33;
}

#fullpage.A5 .box6 .wrap .text-list li p{
    font-size: 10px;
    color: #535353;
}



#fullpage .pro-banner-link .link-box .link{ 
    display: inline-block;
    width: 25%;    
    height: 60px;
    text-align: center;
} 

#fullpage .pro-banner-link .link-box .link .text{
    padding: 5px 20px; 
    font-size: 16px;    
    color: #535353;
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    position: relative;
}

#fullpage .pro-banner-link .link-box .link .text.cur{
     background: #d1c0a5;
     color: #fff;
} 

#fullpage .pro-banner-link .link-box .link .text.cur:before{
    content: " ";
    font-size: 24pt;
    text-align: center;
    line-height: 42px;
    color: #fff;
    float: left;
    position: relative; 
    background: url(../image/sanjiao.png) -3px -3px;
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 106px;
    top: -18px;
}
 
.q2z .box2 .banner .pagination{
    width: 75%; 
    display: block;
    margin: 0 auto; 
    font-size: 16px;
    color: #000;
}

.q2z .box2  .banner .pagination.ex-point-box .swiper-pagination-switch{
     width: 25%; 
     margin: 0;
}

.q2z .box2  .banner .pagination.ex-point-box .swiper-pagination-switch div{   
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin: 0;
}

.q2z .pagination .box2 .banner .pagination .swiper-pagination-switch.swiper-active-switch{
     background: #996c33;
}


.swiper-pagination{
    padding: 3% 6%;
}
.swiper-pagination-switch{
    display: block;
    width: 25%;
    text-align: center;
    float: left;
    vertical-align: top;
    height: 70px;
}

.swiper-pagination-switch .text{
    font-size: 16px;
    color:#535353;
    cursor: pointer;
    padding: 5px 30px;
    width: 70%;
    display: block;
    border: 1px solid #ccc;
    position: relative;
}
.swiper-pagination-switch.swiper-active-switch .text{
    background-color: #d1c0a5;
    color: #fff;
}
.swiper-pagination-switch.swiper-active-switch .text::before{
    content: " ";
    font-size: 24pt;
    text-align: center;
    line-height: 42px;
    color: #fff;
    float: left;
    position: relative;
    background: url(../image/sanjiao.png) -3px -3px;
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 45%;
    top: -18px;
}