/*初始化*/
* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
    font-size: 14px;
}
body {
    height: 100%;
    width: 100%;
    /*overflow-y: auto;*/
    overflow-x: hidden;
    background: url("../images/bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}

li {
    list-style: none;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
    color: #000;
}

img {
    border: none;
}

p {
    margin: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0px;
    width: 0px;
}


#title {
    height: 72px;
    width: 800px;
    background: url("../images/title_bg.png") no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto 16px;
    cursor: pointer;
    position: relative;
}

#title h1 {
    font-size: 30px;
    color: #fff;
    height: 72px;
    background: url("../images/logo.png") no-repeat 114px center;
    padding-left: 185px;
    padding-right: 20px;
    margin: 0;
    line-height: 72px;
}
#title p{
    font-size: 18px;
    color: #fff;
    line-height: 80px;
    height: 64px;
}
#title span{
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 14px solid #0250cf;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-top: 34px;
    margin-left: 10px;
    cursor: pointer;
}
#title ul{
    position: absolute;
    /*height: 90px;*/
    width: 96px;
    right: 110px;
    top: 62px;
    border: 1px solid #0250cf;
    background: #000;
    display: none;
    z-index: 9999;
}
#title ul li{
    color: #fff;
    text-align: center;
    padding: 4.5px 0;
    cursor: pointer;
}
#title ul li.liCur,#title ul li:hover{
    color: #0250cf;
}

#Area {
    height: 686px;
    width: calc(100% - 454px);
    padding-left: 212px;
    position: relative;
    overflow: hidden;
}

#Area .TabButton {
    height: 126px;
    width: 120px;
    padding: 20px 0;
    position: absolute;
    background: url("../images/left_nav.png") no-repeat center center;
    left: 112px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
#Area .TabButton>p{
    line-height: 34px;
    font-size: 18px;
}
#Area .TabButton:first-child {
    top: 216px;
}

#Area .TabButton:nth-child(2) {
    bottom: 130px;
}

#Area .TabButton:hover, .TabButtonCur {
    background: url("../images/left_nav_hover.png") no-repeat center center !important;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

#map,#matrix {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
#Area > p {
    position: absolute;
    top: 0;
    right: 100px;
    padding-left: 20px;
    background: url("../images/toggle.png") no-repeat left center;
    color: #fff;
    cursor: pointer;
}

#all h3 {
    height: 20px;
    line-height: 1;
    border-left: 6px solid #ff6000;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    position: absolute;
    top: 0;
    left: 390px;
    margin: 0;
}

#all h3 span {
    font-size: 20px;
    color: #ff6000;
}

#all h3 b {
    font-weight: normal;
    border-bottom: 1px solid #ff6000;
    padding-bottom: 2px;
}

#Area .TabButton img {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateX(90deg);
}

#Area .TabButton:first-child img {
    transform: rotateX(150deg);
}

#Exponent {
    padding-right: 112px;
    width: 454px;
    height: 686px;
    position: relative;
    text-align: center;
}

#Exponent > h3 {
    left: 0;
}

#ulbox {
    height: 568px;
    width: 280px;
    margin-top: 70px;
    padding-left: 8px;
    overflow: hidden;
}

#ulbox ul li {
    height: 21px;
    padding-bottom: 7px;
}

#ulbox ul li b {
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    padding-right: 2px;
    width: 54px;
    display: inline-block;
    color: #fff;
}

#ulbox ul li:hover b, #ulbox ul li:hover p {
    color: #ff6000;
}

#ulbox ul li p {
    display: inline-block;
    height: 14px;
    color: #fff;
    width: 218px;
}

#ulbox ul li p span {
    display: block;
    font-size: 12px;
    float: left;
    height: 100%;
    width: 50%;
    background: #000;
    text-align: center;
}

#Exponent>span ,#BottomBox>span{
    height: 60px;
    width: 60px;
    display: inline-block;
    background: url("../images/up.png") no-repeat center center;
    cursor: pointer;
}

#Exponent > span:nth-child(4) {
    transform: rotate(180deg);
}

#Exponent > span:hover ,#BottomBox>span:hover{
    background: url("../images/down.png") no-repeat center center !important;
}

#Exponent > p {
    height: 70px;
    width: 13px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 112px;
    top: 36%;
}

#Exponent > p i {
    display: block;
    height: 12px;
    width: 12px;
}

#Bottom {
    height: 190px;
    position: relative;
}
#BottomBox{
    width: 100%;
    padding: 0 90px;
    height: 180px;
    position: relative;
}
#BottomBox span{
    position: absolute;
    top:110px;
    display: none;
}
#BottomBox span:first-child{
    left: 35px;
    transform: rotate(240deg);
}
#BottomBox span:nth-child(2){
    right: 35px;
    transform: rotate(120deg);
 }
#Bottom ul {
    height: 180px;
    position: relative;
    overflow: hidden;
}
#Bottom ul li {
    width: 3.125%;
    float: left;
    position: absolute;
    background:-moz-linear-gradient(90deg, rgba(0,68,206,0.5), rgba(255,255,255,0));
    background:-webkit-linear-gradient(90deg, rgba(0,68,206,0.5),   rgba(255,255,255,0));
    background:-o-linear-gradient(90deg, rgba(0,68,206,0.5),  rgba(255,255,255,0));
    box-shadow:0px 10px 10px  rgba(0,68,206,0.2);
    -moz-box-shadow:0px 10px 10px  rgba(0,68,206,0.2);
    -webkit-box-shadow:0px 10px 10px  rgba(0,68,206,0.2);
}

#Bottom ul li>p,#Bottom ul li>b {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    display: block;
}

#Bottom ul li>i {
    display: block;
    height: calc(100% - 30px);
    width: 100%;
    border-bottom: 1px solid #4a7fc1;

}
#Bottom ul li span{
    position: absolute;
    height: 50px;
    width: 150px;
    background: rgba(255,96,0,0.9);
    display: none;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    top: -0px;
    padding: 8px;
    right:0;
}

#Bottom ul li:nth-child(-n+4) span{
    right: -40px;
}
#Bottom ul li:first-child span{
    right: -110px;
    top:-44px;
}
#Bottom ul li span>b{
    font-weight: normal;
    display: block;
}
#Bottom ul li:hover p{
    color:#ff6000;
}
#Bottom ul li:hover span{
    display: block;
}
#Bottom ul li.li0 {
    transform: rotate(-10.1deg);
    bottom: 21px;
}
#Bottom ul li.li1 {
    transform: rotate(-9.1deg);
    bottom:30px;
}
#Bottom ul li.li2 {
    transform: rotate(-8.4deg);
    bottom:39px;
}
#Bottom ul li.li3 {
    transform: rotate(-7.3deg);
    bottom:46px;
}
#Bottom ul li.li4 {
    transform: rotate(-6.6deg);
    bottom:53px;
}
#Bottom ul li.li5 {
    transform: rotate(-5.3deg);
    bottom:59px;
}
#Bottom ul li.li6 {
    transform: rotate(-5.3deg);
    bottom:64px;
}
#Bottom ul li.li7 {
    transform: rotate(-5.3deg);
    bottom:69px;
}
#Bottom ul li.li8 {
    transform: rotate(-4.0deg);
    bottom:74px;
}
#Bottom ul li.li9 {
    transform: rotate(-3.7deg);
    bottom:78px;
}
#Bottom ul li.li10 {
    transform: rotate(-2.9deg);
    bottom:81px;
}
#Bottom ul li.li11 {
    transform: rotate(-2.1deg);
    bottom:83px;
}
#Bottom ul li.li12 {
    transform: rotate(-1.8deg);
    bottom:85px;
}
#Bottom ul li.li13 {
    transform: rotate(-1.8deg);
    bottom:87px;
}
#Bottom ul li.li15,#Bottom ul li.li16,#Bottom ul li.li17,#Bottom ul li.li14{
    transform: rotate(0deg);
    bottom:88px;
}
#Bottom ul li.li18{
    transform: rotate(1.8deg);
    bottom:87px;
}
#Bottom ul li.li19 {
    transform: rotate(1.8deg);
    bottom:85px;
}
#Bottom ul li.li20 {
    transform: rotate(2.1deg);
    bottom:83px;
}
#Bottom ul li.li21{
    transform: rotate(2.9deg);
    bottom:81px;
}
#Bottom ul li.li22 {
    transform: rotate(3.7deg);
    bottom:78px;
}
#Bottom ul li.li23 {
    transform: rotate(4.0deg);
    bottom:74px;
}
#Bottom ul li.li24 {
    transform: rotate(5.3deg);
    bottom:69px;
}
#Bottom ul li.li25{
    transform: rotate(5.3deg);
    bottom:64px;
}
#Bottom ul li.li26{
    transform: rotate(5.3deg);
    bottom:59px;
}
#Bottom ul li.li27{
    transform: rotate(6.6deg);
    bottom:53px;
}
#Bottom ul li.li28{
    transform: rotate(7.3deg);
    bottom:46px;
}
#Bottom ul li.li29{
    transform: rotate(8.4deg);
    bottom:39px;
}
#Bottom ul li.li30{
    transform: rotate(9.1deg);
    bottom:30px;
}
#Bottom ul li.li31{
    transform: rotate(10.1deg);
    bottom:21px;
}

#NumButton{
    width: 522px;
    height: 42px;
    position: absolute;
    top: 140px;
    left: calc(50% - 261px);
}
#NumButton input{
    height: 42px;
    width: 138px;
    background: url("../images/black_button.png") no-repeat center center;
    border:none;
    outline: none;
    margin: 0 16px;
    color: #fff;
}

#NumButton input:nth-child(2){
    color: #00ffff;
}
#NumButton input:nth-child(3){
    color: #29cf00;
}
#NumButton input:first-child:hover,.input1{
    background: url("../images/blue_but.png") no-repeat center center !important;
}
#NumButton input:nth-child(2):hover,.input2{
    color: #fff !important;
    background: url("../images/blueness_but.png") no-repeat center center !important;
}
#NumButton input:nth-child(3):hover,.input3{
    color: #fff !important;
    background: url("../images/green_but.png") no-repeat center center !important;
}







#Content{
    height: 686px;
    width: 100%;
    background: url("../images/indexErBg.png") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
#Content #jichu,#Content #cujin,#Line{
    height: 300px;
    width: 500px;
    position: absolute;
}
#Content #jichu{
    top:-30px;
    left: 112px;
}
#Content #cujin{
    bottom: 30px;
    left: 112px;
}
#Content #Line{
    height: 250px;
    bottom: 30px;
    right: 112px;
    width: 350px;
}


#ConBox{
    height: calc(100% - 60px);
    width: calc(100% - 1000px);
    margin:0 auto;
}
#Content>p{
    height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#Content>p span,#Content>p b{
    font-size: 20px;
    font-weight: normal;
    color: #ff6000;
}














