img{
   width: 100%;
}
.top{
    width: 45%;
    /* height: 960px; */
    margin: 0 auto;
    position: relative;
}
.top img{
    width: 100%;
    height: 100%;
}
.top h1{
    position: absolute;
    color: #fff;
    bottom: 5%;
    left: 0;right: 0;
    margin: auto;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    z-index: 9;
    letter-spacing: 3px;
}
.box{
    margin: 100px auto 0;
    /* margin-top: 50px; */
    width: 70%;
}
.box img {
    width: 50%;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.g_img{
    width: 80%;
    margin: 100px auto 0;
}
.box2{
    margin: 100px auto 0;
    /* margin-top: 50px; */
    width: 80%;
}
.box2 img {
    width: 70%;
}
.video{
    width: 80%;
    margin: 100px auto 0;
}
.box3{
    margin: 100px auto 0;
    /* margin-top: 50px; */
    width: 55%;
}
.box3 img {
    width: 40%;
}
.wp {
    align-self: center;
    width: 2em;
    border-color: #4d4d4d;
    margin: 200px auto 60px;
}
/* other */
.g_other{
    width: 35%;
    /* height: 400px; */
    margin: 0 auto;
    /* background-color: pink; */
}
.g_other_box{
    position: relative;
    height: 160px;
    margin-bottom: 50px;
}
.g_other_box a{
    display: block;
    width: 100%;
    height: 100%;
}
.g_other_box a img{
    width: 100%;
    height: 100%;
}
.g_other_box a h2{
    position: absolute;
    text-align: center;
    font-size: 26px;
    left: 0;right: 0;top: 40%;
    margin: auto;
    color: #fff;
    z-index: 9;
}


/* 故事 */
.story_title {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    z-index: 9;
    padding-top: 70px;
    /* border-bottom: 1px solid #e7e7e7; */
}
.story_title > p {
    font-size: 40px;
    text-align:center;
    margin-bottom: 80px;
}
.first_div > a > .pick_up{
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e821";
    width: 60px;
    height: 60px;
    background-color: #e0dac2;
    border-radius: 4em;
    box-sizing: border-box;
    font: bold 17px icons;
    transition: border-color 0.2s ease-in-out 0s;
    text-align: center;
    line-height: 1.38;
    position: absolute;
    right: 30px;
    top: -33px;
    z-index: 99;
}
.story_title > .second {
    width: 70%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
.story_title > .second > ul > li {
    position: relative;
    float: left;
    margin: 0 25px 100px 0;
    width: 30%;
    height: 488px;
    background-color: #fff;
}
.story_title > .second >ul > li > a{
    width: 100%;
    height: 100%;
}
.story_title > .second >ul > li > a > img {
    width: 100%;
}
.story_title > .second  .s_time{
    margin: 25px;
}
.story_title > .second  .s_time  > span{
    margin-right: 7px;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}
.story_title > .second >ul > li > a > p{
    margin: 0 33px 25px 25px;
    line-height: 34px;
    font-size: 18px;
    color: #000;
}
.story_title > .second >ul > li > a > p:last-child{
    font-size: 14px;
}

.story_title > .second >ul > li > a:hover p{
    color: #888;
}