﻿
.bannerbox {
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    height:630px;    
}
.banner {
    width: 1920px; /*图片宽度*/
    position: absolute;
    left: 50%;
    margin-left: -960px; /*图片宽度的一半*/
}
.banner_1200 {
    width: 1200px; /*图片宽度*/
    position: absolute;
    left: 50%;
    margin-left: -600px; /*图片宽度的一半*/
}

.bannerbox_f_1 {
    background-color:black;
    height:700px;
}
.bannerbox_f_2{
    height:1398px; /*2个图合计*/
}
.bannerbox_f_3 { /**产品*/
    background-color: black;
    height: 1200px;
}
.bannerbox_f_4 { /*证书查询*/
    height: 726px;
} 
    
    .banner_f_2_1 {
        z-index: 991;
    }

.banner_f_2_2 {
    top:440px;
    z-index:990;
}

.banner_f_3 {
    top: 440px;
    z-index: 990;
}

.bgbox_f_3 {
    position:relative;
    top:0;
    width:100%;
    height:800px;    
    text-align:center;
}
.bgbox_f_3_bg {
    background-color: black;
    height:500px;
    z-index: 990;
}
.box_f_3 { /*关于艾维*/
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -600px; /*图片宽度的一半*/
    z-index: 999;
}
.box_f_4 { /*产品*/
    position: absolute;
    top: 320px;
    left: 50%;
    margin-left: -600px; /*图片宽度的一半*/
    z-index: 999;
}

.bannerbox_f_5 { /*证书查询*/
    height: 726px;
} 