/*初始化*/
* { margin: 0px;  padding: 0px;  font-family: "microsoft yahei";  font-size: 14px;  }
html,body{
    overflow:auto;
    width: 100%;
    background: #000;
}
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;  }


#all{
    background: #000;
    padding: 60px 0;
    height: 960px;
}
#yearClick{
    cursor: pointer;
}
#title{
    padding-top: 4px;
    width: 800px;
    height: 68px;
    margin: 0 auto;
    position: relative;
}
#title>img{
    cursor: pointer;
}
#all hr{
    height: 1px;
    width: 100%;
    border: none;
    outline:none;
    background:-moz-linear-gradient(0deg, #ac213f, #0250cf);
    background:-webkit-linear-gradient(0deg, #ac213f, #0250cf);
    background:-o-linear-gradient(0deg, #ac213f, #0250cf);
    margin: 0;
}
#title h1{
    font-size: 30px;
    color: #0250cf;
    line-height: 68px;
    padding-left:40px;
    font-weight: normal;
}
#title p{
    font-size: 18px;
    color: #0250cf;
    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: 110px;
    right: 25px;
    top: 58px;
    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{
    color: #0250cf;
}




#content{
    height: 860px;
    padding: 0px 80px;
    position: relative;
}
#content>img{
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
#conLeft{
    padding: 10px 0;
    width: calc(100% - 500px);
    height: calc(100% - 20px);
}
.conLeft1{
    height: auto;
    width: 100%;
}
.conLeft1>p{
    text-align: center;
    font-size: 18px;
    color: #0250cf;
}

.conLeft1>p>span{
    color: #012871;
    font-size: 30px;
    padding: 0 50px;
    background: url("../images/title_bg2.png") no-repeat 20px center;
    cursor: pointer;
}
.conLeft1>p>span:last-child{
    background: url("../images/title_bg4.png") no-repeat 0px center;
    margin-left: -34px;
}
.conLeft1>p>span.spanCur{
    color: #e01212;
    background: url("../images/title_bg1.png") no-repeat 20px center;
}
.conLeft1>p>span.spanCur2{
    color: #e01212;
    background: url("../images/title_bg3.png") no-repeat 0px center;
}
.conLeft1>ul{
    width: 100%;
    height: 260px;
    margin-top: 10px;
    position: relative;
}
.conLeft1>ul>li{
    display: inline-block;
    width: 5%;
    text-align: center;
    position: absolute;
    bottom:0;
    color: #fff;
}
.conLeft1>ul>li a{
    color: #fff;
}
.conLeft1>ul>li:last-child{
    height: 50%;
}
.conLeft1>ul>li b{
    height: calc(100% - 20px);
    width: 100%;
    background: url("../images/chart.png") no-repeat center bottom;
    display: block;
}
#leftText{
    width: 100%;
    height: 94px;
    position: relative;
}
#leftText span{
    /*width: 40px;*/
    height: 100%;
    display: block;
    position: absolute;
    top:10px;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    writing-mode: vertical-lr;
    /*padding:0 calc(2.5% - 10px);*/
    /*text-align: center;*/
}

.conLeft1>ul>li:hover span{
    color: #e01212;
}
.conLeft1>ul>li:hover b{
    background: url("../images/hover_chart.png") no-repeat center bottom;
}



#conLeft h3,#conRBox .conR h3{
    font-size: 14px;
    font-weight: normal;
    color: #0250cf;
    padding-left: 30px;
    background: url("../images/title_icon.png") no-repeat left center;
}
#conLeft>.conLeft2{
    width: 440px;
    height: 430px;
    padding-top: 10px;
    position: relative;
}


/*000000000000000000000000000000000000000000000000000000000000000000000000000000000*/
#conLeft>.conLeft2 #LeftImg{
    height: calc(100% - 50px);
    width: 100%;
}
/*000000000000000000000000000000000000000000000000000000000000000000000000000000000*/



.Top3{
    position: absolute;
    right: 0;
    bottom: 0px;
    width: auto;
    height: 110px;
}
.Top3 h4{
    color: #ff3000;
    font-size: 14px;
    font-weight: normal;
}
.Top3 p{
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
    padding-left: 24px;
}

.Top3 p:nth-child(2){
    background: url("../images/th1.png") no-repeat left 10px;
}
.Top3 p:nth-child(3){
    background: url("../images/th2.png") no-repeat left 10px;
}
.Top3 p:nth-child(4){
    background: url("../images/th3.png") no-repeat left 10px;
}
#conLeft>.conLeft3{
    height: 430px;
    padding-top: 10px;
    width: calc(100% - 470px);
    overflow: hidden;
}


#University{
    height: 320px;
    padding-top: 60px;
    width: 100%;
}
#University li{
    height: 100%;
    width: calc(25% - 15px);
    padding-left: 10px;
}
#University li p{
    height: 44px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 24px 0;
    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;
}
#University li p.p_special{
    padding: 75px 0;
}
#University li p span{
    position: absolute;
    bottom: 6px;
    left: 6px;
    color: #fff;
}
#University li p:hover{
    transform: scale(0.93);
    transition:0.2s;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
}

#College{
    height: 414px;
    width: 100%;
    margin-top: 50px;
}







#conRight{
    width: 446px;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top:0;
    right: 80px;
    overflow: hidden;
}
#conRBox{
    width: 950px;
    position: absolute;
    top:0;
    right: -530px;
    padding: 10px 0 10px 26px;
    height: calc(100% - 20px);
    background: #000;
}
#conRBox.boxChange{
    right: 0;
    padding-left: 80px;
    border-left: 1px solid #df1213;
}
#conRBox>img{
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    padding: 14px 0;
    cursor: pointer;
}
#conRBox>img.imgChange{
    top:calc(50% - 23px);
    transform:rotateY(180deg);
    transition: 0.8s;
    -webkit-transition:all 0.8s ease-in;
    -moz-transition:all 0.8s ease-in;
    -ms-transition:all 0.8s ease-in;
}
#conRBox h2{
    font-weight: normal;
    font-size: 18px;
    color: #0250cf;
    padding-bottom: 30px;
}
#conRBox .conR{
    height: 390px;
    width: 420px;
}
#conRBox .conR:last-child,#conRBox .conR:nth-last-child(3){
    padding-left: 80px;
}


#conRBox .conR ul{
    height: 334px;
    width: 100%;
    padding-top: 30px;
}
#conRBox .conR ul li{
    height: 20px;
    padding-bottom: 11px;
}
#conRBox .conR ul li p{
    height: 100%;
    background:-moz-linear-gradient(0deg, #e01212, #0250cf);
    background:-webkit-linear-gradient(0deg, #e01212, #0250cf);
    background:-o-linear-gradient(0deg, #e01212, #0250cf);
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
}
#conRBox .conR ul li span{
    padding-left: 10px;
    width: auto;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}
#conRBox .conR ul li:hover p{
    background:#e01212;
}
#conRBox .conR ul li:hover span{
    color: #e01212;
}
#Education ul li:first-child p,#Professor ul li:first-child p{
    width: 190px;
}
#Media ul li:first-child p{
    width: 280px;
}
#Public ul li:first-child p{
     width: 220px;
}







#conLeftEr{
    height: 100%;
    width: calc(100% - 700px);
    background: url("../images/bg.png") no-repeat center center;
    background-size: 100% 100%;
}
#top3Er{
    height: auto;
    width: 100%;
}
#top3Box{
    width: 440px;
    height: 188px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
#top3Box>li{
    position: absolute;
    bottom: 0px;
    width: 120px;
    padding: 0 30px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
#top3Box>li>img{
    padding-bottom: 20px;
}
#top3Box>li>span{
    display: block;
    height: 30px;
    background:-moz-linear-gradient(90deg, #e01212, #0250cf);
    background:-webkit-linear-gradient(90deg, #e01212, #0250cf);
    background:-o-linear-gradient(90deg, #e01212, #0250cf);
}
#topText{
    padding: 14px 20px 0;
    width: 440px;
    height: 116px;
    text-align: center;
    margin: 0 auto;
}
#topText>a{
    display: inline-block;
    width: 120px;
    margin: 0 3px;
    font-size: 12px;
    color: #fff;
}
#topText>a p{
    font-size: 30px;
}

#top17>ul{
    height: 210px;
}
#Tab{
    height: auto;
    padding-top: 60px;
    position: relative;
    width: 340px;
    margin: 0 auto;
}
#Tab>p{
    text-align: center;
    height: 38px;
    width: 276px;
    border: 1px solid #0250cf;
    color: #e01212;
    line-height: 38px;
    margin: 0 auto;
    position: relative;
}
#Tab>p>b{
    height: 0;
    width: 0;
    border-top: 14px solid #0250cf;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 12px;
}
#Tab>p>b:first-child{
    transform: rotate(90deg);
    left: -26px;
}
#Tab>p>b:last-child{
    transform: rotate(30deg);
    right: -22px;
}
#Tab>p>b:hover{
    border-top: 14px solid #012868;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    cursor: pointer;
}
#Tab>p>span{
    display: block;
    height: 100%;
    width: 100%;
    font-size: 24px;
    cursor: pointer;
}
#Tab>h6{
    font-size: 18px;
    color: #0250cf;
    font-weight: normal;
    text-align: center;
    padding-top: 6px;
}
#Tab>h6>span{
    font-size: 18px;
}
#Tab>ul{
    position: absolute;
    color: #fff;
    bottom:76px;
    left: 31px;
    border: 1px solid #0250cf;
    height: auto;
    width: 276px;
    padding: 20px 0;
    background: #000;
    display: none;
}
#Tab>ul#BKtab{
    text-align: center;
}
#Tab>ul li{
    height: 30px;
    width: 100%;
    line-height: 30px;
    cursor: pointer;
}
#Tab>ul#ZKtab li{
    padding:0 10px;
}
#Tab>ul#ZKtab li b{
    padding-right: 10px;
    font-weight: normal;
}
#Tab>ul#ZKtab li.liSpecial{
    display: inline-block;
    width: auto;
}
#Tab>ul#BKtab li:hover,#Tab>ul#BKtab li.liHover{
    background: #2d0404;
}
#Tab>ul#ZKtab li:hover,#Tab>ul#ZKtab li.liHover{
    color: #e01212;
}




#conRightEr{
    height: 100%;
    width: 640px;
}
#conRightEr .RightImg{
    height: 410px;
    width: 320px;
    padding-top: 20px;
}
.RightImg #RightImg1,.RightImg #RightImg2,.RightImg #RightImg3,.RightImg #RightImg4{
    height: 290px;
}
.RightImg .Top3{
    width: 230px;
    margin: 0 auto;
    position: inherit;
}
.RightImg .Top3 p{
    text-align: center;
}
.RightImg .Top3 h4{
    text-align: center;
    padding-bottom: 6px;
}
