
/* 轮播图 */
#banner {
    width: 100%;
    height: 780px;
    overflow: hidden;
    position: relative;
}
#banner ul {
    width: 100%;
    height: 100%; 
    position: relative;
}
#banner ul li { 
    height: 100%; 
    float: left; 
    list-style: none;
}

#banner ul li img{
    width: 100%;
    height: 100%;
    display: inline-block;
}

.banner_page{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.banner_page p{
    color: white;
    text-align: center;
}
.banner_page p:first-child{
    font-size: 38px;
    margin-bottom: 22px;
}
.banner_page p:last-child{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing:3px;
}

/* content */
.content{
    width: 100%;
    height: 700px; 
    position: relative;
}
.content img{
    width: 100%;
    height: 100%;
}
.content .content_page{
    width: 60%;
    height: 70%;
    background-color: #fff;
    position: absolute;
    top: 0;bottom: 0;right: 0;left: 0;
    margin: auto;
}
.content .content_page p{
    text-align: center;
    margin: 48px auto;
    font-size: 18px;
    line-height: 44px;
}
/* Webpage */
.webpage {
    width: 100%;
    height: 600px;
    background-color: #fff;
    position: relative;
}
.webpage .left{
    position: absolute;
    top: 23%;
    left: 15%;
}
.webpage .left p{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing:3px;
}
.webpage .right{
    position: absolute;
    top: 23%;
    right: 15%;
    width: 35%;
    height: 60%;
}
.webpage .right a {
    display: block;
    font-size: 26px;
    letter-spacing:3px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
.webpage .right a:first-child{
    font-size: 28px;
}
/* 故事 */
.gallery_story{
    width: 100%;
    height: 960px;
    background-color: #f7f7f7;
}
.gallery_story_title{
    margin-left: 15%;
    padding-top: 5%;
}
.gallery_story_title h1{
    font-size: 40px;
    margin-bottom: 30px;
}
.gallery_story_title p{
    font-size: 16px;
    margin-bottom: 50px;
}
.gallery_story_img {
    position: relative;
    width: 70%;
    height: 315px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.gallery_story_img a{
    width: 100%;
    height: 100%;
}
.gallery_story_img a:hover .gallery_story_img_1 img{
    transform: scale(1.095);
}
.gallery_story_img a .gallery_story_img_1{
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.gallery_story_img a .gallery_story_img_1 img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.gallery_story_img a .gallery_story_page_1{
    position: absolute;
    bottom: 0;
    right: 30px;
    background-color: #fff;
    width: 50%;
    height: 80%;
    float: left;
}
.gallery_story_img a .gallery_story_page_1 div {
    margin-top: 30px;
}
.gallery_story_img a .gallery_story_page_1 div span{
    margin-right: 7px;
    color: #999;
    font-size: 14px;
    font-weight: 600;   
}
.gallery_story_img a .gallery_story_page_1 span:first-child{
    margin-left: 35px;
}
.gallery_story_img a .gallery_story_page_1 p{
    margin: 30px 0 10px 35px;
    font-size: 20px;
}
.gallery_story_img a .gallery_story_page_1 p:last-child{
    font-size: 16px;
}