@charset "utf-8";

.viewbg-box {
    height: 85%;
    min-height: 800px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.viewbg {
    background-image: url(../images/view/bg.jpg);
    z-index: 0;
    width: 100%;
    background-size: cover;
    position: fixed;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#view-box .view-box-cont {
    width: 700px;
    margin: 0 auto;
    padding-top: 105px;
    height: auto;
    overflow: hidden;
}

#view-box .l-view {
    padding-left: 4px;
    overflow: hidden;
    float: left;
    background: url(../images/view/1.png) no-repeat;
    background-size: cover;
    width: 310px;
    position: relative;
    height: 635px;
}

#view-box .l-view-con {
    position: absolute;
    top: 33px;
    left: 13px;
    right: 12px;
    bottom: 10px;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#view-box .l-view .header {
    background: #ececec;
    left: 0;
    height: 28px;
    line-height: 28px;
    padding: 0 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

#view-box .l-inner {
    top: 28px;
    bottom: 0;
    left: 0;
    right: -17px;
    position: absolute;
    background: #fff;
}

#view-box .l-inner iframe {
    width: 100%;
    height: 100%;
}

#view-box .r-view {
    float: left;
    margin-left: 100px;
    width: 225px;
    position: relative;
}

#view-box .r-view-con {
    background: #fff;
    margin-top: 147px;
}

#view-box .r-view-con .codename {
    display: block;
    padding: 0 0 21px;
    text-align: center;
    font-size: 16px;
}

#view-box .titlelist {
    padding: 70px 0 60px;
}

#view-box .titlelist h3 {
    color: #2b84e2;
    font-size: 30px;
    padding-left: 9%;
    font-weight: normal;
}

#view-box .titlelist .list-box {
    margin-top: 50px;
}

#view-box .titlelist ul li {
    padding: 10px 0;
}

#view-box .titlelist ul li a {
    color: #333333;
    font-size: 16px;
}

#view-box .titlelist ul li a:hover {
    text-decoration: underline;
    color: #42d172;
}