/* 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;

}



.footer input{
    color: #fff;
    outline: none;
    border: none;
    height: 100%;
    width: cala(10% + 22px);
    font-size: 18px;
    background:none;
    padding: 0 0.2%;
    transition: 0.4s;
    font-family: "宋体";
    margin: 0 1%;
    padding-top: 2%;
    background-size: 100% 100%;
}

.footer input:hover,.now{
    transform: scale(1.4);
    transition: 0.5s;
    color: #49d9fe !important;
}


/*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:90%;
    min-height:560px;
    padding-top: 4%;
    margin: 0 auto;
    background-color: transparent!important;
}





