/* CSS Document */
/*初始化*/

* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
    font-size: 14px;
}
html,body{
    height:100%;
    overflow:hidden;
    width: 100%;
}
li {
    list-style: none;
}
a,a:hover {
    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: url("../images/banner1.jpg") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    margin: 0;
}

.all{
    height: 100%;
    /*background: #0a0000;*/
    width: 80%;
    margin: 0 auto;
    padding:5% 0 5% 0;
    position: relative;
}
.all p{
    color: #fff;
    font-size: 16px;
    padding-top: 28px;
    padding-left: 20px;
}
.all ul{
    margin: 0;
}
.all>ul>li{
    display: inline-block;
    padding-top: 31px;
}
.all>ul>li>a{
    font-size: 2rem;
    color: #fff;
    padding-left: 102px;
}
.all>ul>li:hover a,.cur{
    color: #49d9fe !important;
}


.home_con{
    position: relative;
    height: 76%;
    width:98%;
    margin: 2.5% auto;
    background: url("../images/detail_bg.png") no-repeat center center;
    background-size: 100% 100%;
    -webkit-box-shadow:0 0 10px rgba(0,229,237,0.30);
    -moz-box-shadow:0 0 10px rgba(0,229,237,0.30);
}


.footer{
    width: 98%;
    margin: 0 auto;
    height: 16%;
    background: #000;
    border-radius: 26px 26px 0 0;
    -webkit-box-shadow:0 0 10px rgba(0,229,237,0.30);
    -moz-box-shadow:0 0 10px rgba(0,229,237,0.30);
    text-align: center;
    position: relative;
}
.footer label{
    height: 100%;
    width: cala(1% + 22px);
    background:none;
    padding: 0 0.2%;
    font-family: "宋体";
    margin: 0 0.2%;
    transition: 0.4s;
    cursor: pointer;
}
.footer input{
    color: #fff;
    outline: none;
    border: none;
    height: 0;
    width: 0;
    background:none;
}
.footer label>img{
    display: block;
    height: 50%;
}

.footer label:hover,.now{
    /*font-size: 26px;*/
    transform: scale(1.4);
    transition: 0.5s;
    color: #49d9fe !important;
}

.footer .foot1{
    width: 90%;
    height: 100%;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 3s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s;
    display: block;
}
.footer .hide{
    display: none;
}

.footer>ul{
    display:block;
    overflow: hidden;
    position: absolute;
    right: 14px;
    top:-275px;
    /*height: 222px;*/
    background: #000;
    z-index: 999;
    display: none;
}
.footer p{
    height: 100%;
    width:8%;
    background: url("../images/footer_bg.png") no-repeat center center;
    background-size: 90% 90%;
    /*background: yellow;*/
    position: relative;
    cursor: pointer;
}
.footer p span{
    position: absolute;
    top:0;
    left: 0;
    font-size: 16px;
    text-align: center;
    display:block;
    width: 100%;
    line-height: 1.1;
    padding-top: 36%;
    color: #49d9fe;
    height: 100%;
}

.footer>ul>li{
    /*display: block;*/
    height: 30px;
    width: 80px;
    color: #49d9fe;
    background: #000;
    margin-bottom: 2px;
    line-height: 30px;
    border-radius: 6px;
    cursor: pointer;
    z-index: 9999;
    font-size: 14px;
}
.footer>ul>li:hover,.on{
    color: #fff !important;
}
.footer>ul:hover{
    display: block;
}


/*2018.05.11*/
/*年份样式*/

.selectDiv {
    float: right;
    height: 34px;
    width: 138px;
    border: 1px solid #3580ee;
    border-radius: 6px;
    margin-top: 32px;
    color: #337ae7;
    padding: 0 20px;
    line-height: 34px;
    cursor: pointer;
    margin-left: 50px;
    position: relative;
}
.selectDiv .currYear{
    margin: 0;
    padding: 0;
    height: 34px;
    color:#fff;
    line-height: 34px;
    /*width: 100%;*/
    font-size: 16px;
}
.selectDiv b{
    float: right;
    height: 0;
    width: 0;
    border-top: 10px solid #3580ee;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-top: 12px;
}
.selectDown{
    display: none;
    z-index: 99;
    position: absolute;
    width: 138px;
    right: 0;
    border-radius: 6px;
    top: 34px;
    border: 1px solid #3580ee;
    background-color: rgba(0,0,0,0.8);
}
.selectDiv p{
    margin: 0;
    padding: 0;
}
.selectDown a{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.selectDown a:hover{
    color: #337ae7;
}

/*2018.05.14*/
#main{
    width: 48%;
    height:520px;
    padding-left: 2%;
    padding-top: 2%;
}
#main2{
    width: 48%;
    height:520px;
    padding-top: 4%;
    padding-right: 2%;
}

.footer .foot1{
    overflow-y: scroll;
}
.footer .foot1::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.footer .foot1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
.footer .foot1::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}


