/* 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);
}


.footer_l{
    width: 88%;
    height: 98%;
    padding-left: 2%;
}


.footer input{
    color: #fff;
    outline: none;
    border: none;
    height: 50%;
    width: cala(1% + 22px);
    font-size: 16px;
    background:none;
    padding: 0 0.5%;
    transition: 0.4s;
    font-family: "宋体";
}
#foot1 input{
    margin:0 1%;
}
#foot2 input{
    /*margin:0 2%;*/
    margin:0 1%;
}
#foot2 input{
    height: 33%;
}

.footer input:hover,.now{
    /*font-size: 26px;*/
    transform: scale(1.4);
    transition: 0.5s;
    color: #49d9fe !important;
}

.footer_r{
    width:12%;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.footer_r img{
    position: absolute;
    top:35%;
    right: 20%;
    height: 30%;
}
.footer_r h1{
    position: absolute;
    top:-30px;
    height: 30px;
    color: #fff;
    /*background: rgba(255,255,255,0.5);*/
    width: 160px;
    right: 0px;
    font-size: 13px;
    font-weight: normal;
    opacity: 0;
    transition: 0.5s;
}
.footer_r:hover h1{
    opacity: 1;
    transition: 0.8s;
}
.footer_r p{
    /*margin: 0 auto;*/
    height: 100%;
    width:50%;
    padding-right: 50%;
    background: url("../images/footer_bg.png") no-repeat center center;
    background-size: 90% 90%;
    position: relative;
}
.footer_r p span{
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 1.1;
    padding-top: 36%;
    color: #49d9fe;
}

#foot1,#foot2{
    width: 100%;
    height: 100%;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 3s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s
}
#foot2{
    display: none;
}


/*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:500px;
    padding-left: 2%;
    padding-top: 2%;
}
#main2{
   width: 48%;
    height:500px;
    padding-right: 2%;
}

#foot2 .footer_l{
    overflow-y: scroll;
}
#foot2 .footer_l::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#foot2 .footer_l::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
#foot2 .footer_l::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

