html {
    height: 100%;
}

body {
    height: 100%;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    min-width: 1300px;
    min-height: 600px;
    position: relative;
}

.bg-line {
    position: absolute;
    width: 70%;
    height: 80%;
    background: url(../images/bg_line.png) no-repeat center center;
    background-size: contain;
    left: 15%;
    top: 5%;
}

.center {
    width: 403px;
    height: 308px;
    position: absolute;
    background: url(../images/center.png) no-repeat;
    left: 50%;
    top: 50%;
    margin: -230px 0 0 -201px;
}

.title {
    position: absolute;
    width: 145px;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -76px;
    text-align: center;
    line-height: 40px;
    z-index: 10;
}

.block {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.3;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.block:hover {
    opacity: 1;
}

.block:hover .item {
    opacity: 0.5;
}

.yuanqu {
    background: url(../images/bk_yq.png) no-repeat;
    width: 410px;
    height: 244px;
    margin: -285px 0 0 20px;
    z-index: 1;
}

.yunpingtai {
    background: url(../images/bk_ypt.png) no-repeat;
    width: 410px;
    height: 243px;
    margin: -21px 0 0 14px;
    z-index: 2;
}

.zongzhang {
    background: url(../images/bk_zz.png) no-repeat;
    width: 410px;
    height: 243px;
    margin: -36px 0 0 -429px;
    z-index: 3;
}

.gyl {
    background: url(../images/bk_gyl.png) no-repeat;
    width: 410px;
    height: 243px;
    margin: -291px 0 0 -429px;
    z-index: 2;
}

.item {
    position: absolute;
    width: 80px;
    height: 100px;
    cursor: pointer;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.item:hover {
    opacity: 1 !important;
}

.item:hover .topico, .item:hover .shadow {
    animation-play-state: paused;
}

.item .topico {
    position: absolute;
}

.item .ttl {
    width: 100%;
    font-size: 12px;
    color: #333;
    background: #fff;
    text-align: center;
    line-height: 23px;
    position: relative;
    z-index: 2;
    border: 2px solid #666;
    float: left;
    opacity: 0;
}

.item:hover .ttl {
    transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    opacity: 1;
}

.item .bg_item {
    margin-top: -10px;
    width: 100%;
    height: 70px;
    background: url(../images/bg_item.png) no-repeat center center;
    float: left;
}

.item .bg_item img {
    transform: skew(0deg, 28deg);
    margin: 26px 0px 0 22px;
}

.item .bg_item img.more {
    margin: 26px 0 0 18px;
}

.item .shadow {
    width: 100%;
    background: url(../images/shadow.png) no-repeat center bottom;
    height: 20px;
    position: absolute;
    bottom: 0px;
}

.yq_item01 {
    top: 108px;
    left: 220px;
}

.yq_item02 {
    top: 60px;
    left: 127px;
}

.yq_item03 {
    top: 18px;
    left: 43px;
}

.yq_item04 {
    top: 63px;
    left: 300px;
}

.yq_item05 {
    top: 14px;
    left: 204px;
}

.yq_item06 {
    top: -30px;
    left: 122px;
}

.yunpingtai_item01 {
    top: 62px;
    left: 50px;
}

.yunpingtai_item02 {
    top: 17px;
    left: 134px;
}

.yunpingtai_item03 {
    top: -30px;
    left: 217px;
}

.yunpingtai_item04 {
    top: 109px;
    left: 136px;
}

.yunpingtai_item05 {
    top: 71px;
    left: 212px;
}

.yunpingtai_item06 {
    top: 25px;
    left: 296px;
}

.zongzhang_item01 {
    top: 13px;
    left: 53px;
}

.zongzhang_item02 {
    top: 62px;
    left: 139px;
}

.zongzhang_item03 {
    top: 110px;
    left: 225px;
}

.zongzhang_item04 {
    top: -23px;
    left: 130px;
}

.zongzhang_item05 {
    top: 23px;
    left: 213px;
}

.zongzhang_item06 {
    top: 75px;
    left: 298px;
}

.gyl_item01 {
    top: 71px;
    left: 52px;
}

.gyl_item02 {
    top: 19px;
    left: 136px;
}

.gyl_item03 {
    top: -25px;
    left: 225px;
}

.gyl_item04 {
    top: 116px;
    left: 124px;
}

.gyl_item05 {
    top: 69px;
    left: 214px;
}

.gyl_item06 {
    top: 25px;
    left: 298px;
}

.gyltext {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -324px 0 0 -473px;
}

.yqtext {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -307px 0 0 217px;
}

.zztext {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 88px 0 0 -469px;
    z-index:1;
}

.ypttext {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 88px 0 0 200px;
}

.leftcontent {
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 80px;
    width: 22%;
    overflow: hidden;
    z-index: 2;
}

.leftcontent .aa {
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
}

.leftcontent .leftblock {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 10px solid rgba(255, 255, 255, 0.1);
    height: 100px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.leftcontent .topblock {
    height: 60%;
}

.leftcontent .bottomblock {
    height: 38%;
}

.inner {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    position: relative;
}

.leftcontent .ttl {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #3596da;
    font-weight: bold;
}

.leftcontent .topblock .textcontent {
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    bottom: 65px;
    overflow: auto;
    color: #fff;
    font-size: 12px;
}

.leftcontent .bottomblock .textcontent {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    overflow: auto;
    color: #fff;
    font-size: 12px;
}

.leftcontent .textcontent p {
    line-height: 22px;
    margin-bottom: 10px;
}

.leftcontent .textcontent::-webkit-scrollbar {
    width: 5px;
}

.leftcontent .textcontent::-webkit-scrollbar-track {
    background-color: #ddd;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.leftcontent .textcontent::-webkit-scrollbar-thumb {
    background-color: #3596da;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.leftcontent .btnline {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.leftcontent .btnline a {
    display: inline-block;
    color: #fff;
    border: 1px solid #ff7321;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 0 20px;
    margin-right: 10px;
    background: #ff7321;
}

.leftcontent .btnline a:hover {
    background: #3596da;
    border-color: #3596da;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.rightcontent {
    position: absolute;
    top: 80px;
    right: 50px;
    height: 60%;
    width: 22%;
}

.rightcontent .rightblock {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 10px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    display: none;
    opacity: 0;
}

.rightcontent .textcontent {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    overflow: auto;
    color: #fff;
    font-size: 12px;
}

.rightcontent .textcontent p {
    line-height: 22px;
    margin-bottom: 10px;
}

.rightcontent .textcontent::-webkit-scrollbar {
    width: 5px;
}

.rightcontent .textcontent::-webkit-scrollbar-track {
    background-color: #ddd;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.rightcontent .textcontent::-webkit-scrollbar-thumb {
    background-color: #3596da;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}