﻿
body{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover,cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
    color:#26ccd4;
}
*{
    list-style: none;
    text-decoration: none;
}
a{
    color:#26ccd4;
}
a:hover{
    color: #15f0fa;
    text-decoration: none;
}
.left{
    width: 230px;
    float: left;
    font-size: 12px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #0f2153;
}

.left .left-1{
    background: url("../images/img01.png") bottom right no-repeat ,
                    url("../images/img03.png") top right no-repeat;
    width: 100%;
    height:100%;
}
.left .yohu-top{
    height: 45px;
}
.left .yohu{
    width: 140px;
    margin:0 45px;
    margin-bottom: 10px;
    height: 160px;
    background-image: url(../images/people_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover,cover;
    background-position: center center;
}
.left .yohu1{
    background-image: url(../images/dome2.jpg);
    background-repeat: no-repeat;
    width: 120px;
    height:140px;
    background-size: 100px,120px;
    background-position: 20px 20px;
}
.left .touxiang{
    margin-left:45px;
    padding-top: 52px;
}
.left .touxiang img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.left .mingc{
    margin:0 45px;
    font-size: 12px;
    line-height: 18px;
}
.left1{
    width: 11px;
    position: fixed;
    top:0px;
    left: 230px;
    z-index: 1000;
    background: url(../images/img02.jpg) no-repeat left center #15f0fa;
}



.left .left-lb{
    padding:0 45px;
}
.left .left-lb ul{
    padding: 0;
    margin: 0;
    padding-top: 30px;
}
.left .left-lb ul li{
    width: 100%;
    line-height: 26px;
    margin-bottom: 10px;
    height: 26px;
    position: relative;
}
.left .left-lb ul li a{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 26px;
}
.left .left-lb ul li b{
    width: 100%;
    line-height: 26px;
    position: absolute;
    left: -0px;
    top: -0px;
    border:1px solid #115f85;
}
.left .left-lb ul li .b1{
    z-index: 1000;
}
.left .left-lb ul li .b2{
    z-index: 999;
    margin-left: 50%;
    border: 0;
    width: 0;
    top: 1px;
    left: 1px;
    transition: all 0.3s linear 0s;
    background-color: rgba(15, 73, 111, 0.68);
}
.left .left-lb ul li:hover .b2{
    width: calc( 100% - 2px );
    margin-left: 0%;
}
.left .left-lb ul li .b3{
    transition: all 0.3s linear 0s;
}
.left .left-lb ul li:hover .b3{

    border: 1px solid #15f0fa;
    z-index: 11111;
}


.right{
    margin-left: 241px;
    width: calc(100% - 241px);
    font-size: 16px;
}
.right .right-top{
    background:linear-gradient(#0d3070, #0c3374);
    width: 100%;
    border-bottom: 1px solid #13c4d6;
    height:45px;
    margin-bottom: 70px;
}
.right .right-top1{
    background: url("../images/top-left.png") top left no-repeat ,
    url("../images/top-right.png") top right no-repeat,
    url("../images/top-center.png") bottom center no-repeat,
    linear-gradient(#0d3070, #0c3374);
    max-width:1000px;
    width: 75%;
    height: 45px;
    margin: 0 auto;
}
.right .right-top1  h5{
    margin: 0;
    padding-top: 18px;
    font-size: 18px;
}
.right .right-cen{
    margin:50px 100px 10px;
    width: calc(100% - 200px);
    padding: 100px;
    background: url("../images/img071.png") top right no-repeat ,
    url("../images/img07.png") bottom left no-repeat,
    rgba(21,240,250,0.1);
}
.right .right-bot{
    margin:0px 100px 0px;
}
.right .bt{
    width:100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.3)
}
.right .bt2{
    width: 60px;
    line-height: 24px;
    background-color: rgba(200, 177, 0, 0.35);
    height: 200px;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    display:table-cell;
    vertical-align:middle
}
.right .bt3{
    height: 200px;
    width: 100% ;
    padding: 10px 20px;
    border-radius: 0 10px 10px 0;
    background-color: rgba(255,255,255,.1);
    display:table-cell;
    vertical-align:middle
}
.right .right-guang{
    position: relative;;
}
.right .right-guang1{
    position: absolute;
    top: -10px;
    left: 40px;
}
.right .right-guang2{
    position: absolute;
    top: 37px;
    left: 180px;
}
