.home-hoverMenu {
    height: 240px;
    width: 80px;
    background-color: #0941a0;
    position: fixed;
    right: 0;
    top: calc(50vh - 120px);
    display: none;
    z-index: 9;
}

.home-hoverMenu .hoverMenu-item {
    width: 100%;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.home-hoverMenu .hoverMenu-item:last-child{
    border-bottom: none;
}
.home-hoverMenu .hoverMenu-item:hover .hoverMenu-tooltip{
    display: block;
}

.hoverMenu-item img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 50px;
}

.home-hoverMenu .hoverMenu-tooltip {
    height: 80px;
    width: 200px;
    background-color: #0940a0e0;
    color: #fff;
    font-size: 20px;
    padding: 0px 10px;
    box-sizing: border-box;
    position: absolute;
    right: 215px;
    top: 0;
    text-align: center;
    display: none;
    position: relative;
}
.home-hoverMenu .hoverMenu-tooltip div{
    position: absolute;
    right: -10px;
    top: calc(80px - 40px - 8px);

	width:0;
	height:0;
	border-top: 8px solid transparent;
	border-left: 10px solid #0940a0e0;
	border-bottom: 8px solid transparent;
}
.home-hoverMenu .hoverMenu-tooltip p{
    line-height: 80px;
}

.section-1 {
    width: 100%;
    margin: 10vh 0;
    text-align: center;
}

.section-1-center {
    width: calc(1080px + 24px);
    display: inline-block;
}

img {
    height: 100%;
    width: 100%;
}

.section-1-image,
.section-1-text,
.section-1-image-sm {
    float: left;
    text-align: center;
    height: 400px;
    width: 270px;
    margin: 0 3px;
    box-sizing: border-box;
    display: block;
}

.section-1-image-sm {
    height: 395px !important;
}

.section-1-image-sm img {
    height: 50% !important;
}

.section-1-image-sm:first-child {
    margin-bottom: 5px !important;
}

.section-1-text {
    background-image: url(../../components/assets/images/speech.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    box-sizing: border-box;
}

.section-1-text .title {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 40px;
}

.section-1-text .content {
    padding: 15px;
    font-size: 15px;
    position: absolute;
    bottom: 20px;
}


/* 第二屏 */
.section-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.section-2 .section-2-head {
    display: inline-block;
    text-align: center;
}

.section-2-head h1 {
    color: #083683;
    font-weight: bold;
}

.section-2 .section-2-head-cn {
    width: 140px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 18px;
}

.section-2 .line {
    height: 2px;
    width: 50px;
    background-color: #083683;
    display: inline-block;
    position: absolute;
    left: 45px;
    bottom: -5px;
}


/* 第三屏 */
.section-3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    height: 100vh;
}

.section-3 .section-3-head {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.section-3-head h1 {
    color: #083683;
    font-weight: bold;
}

.section-3 .section-3-head-cn {
    width: 140px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 18px;
}

.section-3 .line {
    height: 2px;
    width: 50px;
    background-color: #083683;
    display: inline-block;
    position: absolute;
    left: 45px;
    bottom: -5px;
}

.section-3-contet {
    height: calc(100vh - 200px);
    width: 100vw;
    background-color: #083683;
    padding: 15vh 7vw;
    color: #fff;
}

.section-3-contet .left {
    border-right: 1px solid #fff;
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 7vw;
}

.section-3-contet .right {
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 7vw;
}

.section-3-contet .section-3-title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.section-3-title .section-3-text {
    float: left;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
}

.section-3-title .section-3-more {
    float: right;
    border: 1px solid #fff;
    height: 30px;
    text-align: center;
    font-size: 18px;
    padding: 3px 5px;
    cursor: pointer;
}
.section-3-title .section-3-more a{
    color: #fff;
}

.section-3-contet .section-3-list {
    width: 100%;
    height: calc(70vh - 260px);
    box-sizing: border-box;
    overflow: hidden;
}

.section-3-list .section-3-listItem {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    width: 100%;
    height: 130px;
    box-sizing: border-box;
}

.section-3-list .section-3-listItem:first-child .listItem-date-master:after{
    content: "01";
}
.section-3-list .section-3-listItem:nth-child(2) .listItem-date-master:after{
    content: "02";
}
.section-3-list .section-3-listItem:nth-child(3) .listItem-date-master:after{
    content: "03";
}

.section-3-listItem .listItem-date {
    float: left;
    margin-right: 20px;
}

.listItem-date .listItem-date-master {
    font-size: 50px;
    font-weight: bold;
}

.listItem-date .listItem-date-dev {
    font-size: 18px;
}

.section-3-listItem .listItem-text {
    float: left;
    width: calc(100% - 150px);
    height: 100%;
}

.listItem-text .listItem-title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.listItem-text .listItem-content {
    text-align: left;
    color: #9A9CA2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section-3-pageBtn {
    height: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    margin-top: 80px;
}

.section-3-pageBtn .pageBtn-line {
    float: left;
    width: 20%;
    height: 5px;
    background-color: #ffffff62;
    margin: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.section-3-pageBtn .pageBtn-line-active {
    background-color: #fff !important;
}


/* 第四屏 */
.section-4 {
    width: 60vw;
    height: 50vh;
    margin: 0vh 20vw 15vh 20vw;
    border-bottom: 2px solid #eeeeee;
}

.section-4-item {
    width: 33.333%;
    height: 100%;
    float: left;
    padding: 15vh 0 10vh 0;
}

.section-4-item img {
    height: 80px;
    width: 80px;
    position: relative;
    left: calc(50% - 40px);
}

.section-4-item .item-title {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.section-4-item .item-content {
    text-align: center;
    width: 100%;
    font-size: 22px;
    color: #949494;
    padding: 0 2vw;
    box-sizing: border-box;
}



/* 第五屏 */
.section-5 {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding: 10vh 0;
    background-color: #dfdfdf;
    background-image: url(../../components/assets/images/timeline-bgi.jpg);
    background-size: 100% 100%;
    position: relative;
}

.section-5-title {
    width: 100vw;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 5vh;
    color: #fff;
}

.section-5-imgList {
    width: 100%;
    box-sizing: border-box;
    height: 40vh;
    text-align: center;
}

.section-5-imgList img {
    margin: 5px;
    height: 30vh;
    width: 25vw;
    /* 使用滤镜为图片增加暗度 */
    filter: brightness(0.4);
    display: inline-block;
}

.section-5-imgList img:hover {
    filter: brightness(1);
}

.section-5-imgList .imgList-active {
    filter: brightness(1);
    scale: 1.2;
    margin: 5px 100px;
}

.section-5-content {
    text-align: center;
    color: #E1E2E5;
    font-size: 18px;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 23vw;
    font-weight: bold;
}


.section-5-timeline {
    height: 100px;
    width: 100vw;
    position: absolute;
    bottom: 100px;
}

.master-line {
    height: 5px;
    width: 100vw;
    background-color: #ffffff54;
    position: absolute;
    bottom: 50px;
}

.master-line-content {
    width: 100vw;
    position: absolute;
    bottom: 50px;
}

.master-line-content .line-tag {
    position: absolute;
    width: 7vw;
    height: 100px;
    bottom: -50px;
    cursor: pointer;
}

.line-tag .tag-years {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #E1E2E5;
    width: 7vw;
    text-align: center;
}

.line-tag .tag-circle {
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    left: calc(3.5vw - 5px);
}

.line-tag .tag-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #E1E2E5;
    width: 7vw;
    text-align: center;
}

.line-tag .tag-text span{
    display: block;
}
.line-tag .tag-text .iconMouse{
    height: 30px;
    width: 20px;
    display: none;
    position: relative;
    left: -3px;
}



/* 第6屏 */
.section-6 {
    border-bottom: 5px solid #dfdfdf;
    width: 80vw;
    min-height: 65vh;
    margin: 10vh 10vw;
    text-align: center;
    position: relative;
}

.section-6 .bottom-line {
    position: absolute;
    width: 25vw;
    bottom: -5px;
    left: 0;
    height: 5px;
    background-color: #083683;
}

.section-6 .section-6-content {
    width: 80vw;
    height: 60vh;
    display: inline-block;
}

.section-6-content .left {
    height: 60vh;
    width: 20vw;
    float: left;
}

.section-6-content .right {
    background-color: #083683;
    height: 60vh;
    width: 30vw;
    float: left;
}

.section-6-certificate {
    position: absolute;
    width: 35vw;
    height: 45vh;
    right: 0;
    top: 50px;
}
.section-6-certificate:hover{
    scale: 1.1;
}

.left .leftTitle {
    font-size: 40px;
    font-weight: bold;
    float: right;
    margin-top: 20px;
    color: #083683;
    position: relative;
}

.leftTitle-line {
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #083683;
}

.right .rightTitle-en {
    font-size: 40px;
    font-weight: bold;
    float: left;
    margin-top: 20px;
    color: #ffffff;
    position: relative;
}

.right .rightTitle {
    font-size: 20px;
    width: 30px;
    color: #ffffff;
    float: left;
    margin-top: 30px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 23px;
}

.right .rightContent {
    clear: both;
    color: #fff;
    font-size: 18px;
    padding: 20px 8vw 50px 15px;
}