/* 图片1 */
/* @media screen and (max-width: 1400px) {
    .main {
        width: 100%;
    }
    .img {
        width: 100%;
    }
    .video {
        width: 100%;
    }
} */

.main {
    width: 1400px;
    margin: 0 auto;
}
.img {
    width: 1400px;

    margin: 0 auto;
}
html {
    font-size: 18px;
}
.img01 {
    width: 100%;
    position: relative;
}
.hape {
    position: absolute;
    width: 100%;
    top: 50px;
    font-size: 90px;
    color: white;
    text-align: center;
    font-family:'LubalinGraphStd-Demi';
}

.img01 .i01 {
    width: 100%;
    height: 100%;
}
.img01 .text01 {
    position: absolute;
    bottom: 0;
   
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(255,255,255,0.5);
}
.img01 .text01 p {
    margin: 5px auto;
    text-align: center;
    /* color: black; */
    font-family:'MyriadPro-Regular';
    font-size: 24px;
}

/* 图片2 */
.img02 {
    position: relative;
}
.img02 .i02 {
    width: 100%;
    height: 100%;
}
.img02 .text02 {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 600px;
    height: 225px;
}
.img02 .text02 .title {
    font-family:'LubalinGraphStd-Demi';
    margin-bottom: 10px;
    color: rgb(230, 35, 17);
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}
.img02 .text02 p {
    font-family: 'MyriadPro-Light';
    margin: 5px auto;
    text-align: center;
    font-size: 24px;
}
/* 视频 */
.video {
    width: 100%;
    max-width: 1400px;
    min-width: 1000px;
    margin: 0 auto;
    height: 500px;
    margin: 0 auto;
	padding: 0;
    /*background-color: black;*/
}
.video .shipin {
    float: left;
    width: 900px;
    height: 100%;
    /* background-color: blue; */
}
#video2 {
    width: 100%;
    height: 100%;
}
.video .logoA {
    position: relative;
    float: right;
    width: 500px;
    height: 100%;
    text-align: center;
    background-color: rgb(62,58,57);
}
.video .logoA div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    text-align: center;
    font-size: 24px;
}
