/* CSS Document */
/*初始化*/

* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
    font-size: 14px;
}
html,body{
    height:100%;
    overflow:hidden;
    width: 100%;
    background: #0a0000;
}
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/banner0.jpg") no-repeat center center;
    background-size: 100%;
    height: 100%;
}

.all{
    height: 100%;
    background: #0a0000;
    width: 80%;
    margin: 0 auto;
    padding:5% 0 5% 0;
    position: relative;
}
.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: 77%;
    width:85%;
    margin: 0 auto;
    margin-top: 4%;
}
.con1{
    height: 60%;
    width: 89%;
}
.con1 p{
    height: 100%;
    width: 50%;
    background: url("../images/china.png") no-repeat center center;
}
.con1 .con1_a1{
    display: inline-block;
    height:100%;
    width: 22.6%;
    margin:0 2.4%;
    background: url("../images/yxl.png") no-repeat center center;
}
.con1 .con1_a2{
    height: 100%;
    width: 22.6%;
    background: url("../images/mtcb.png") no-repeat center center;

}
.con2{
    height: 35%;
    margin-top: 2%;
    width: 89%;
}
.con2 .con2_a1{
    height: 100%;
    width: 41%;
    display: inline-block;
    background: url("../images/jszs.png") no-repeat center center;

}
.con2 .con2_a2{
    height: 100%;
    width: 31.6%;
    display: inline-block;
    margin: 0 2.4%;
    background: url("../images/lyfx.png") no-repeat center center;
}
.con2 .con2_a3{
    height: 100%;
    width: 22.6%;
    display: inline-block;
    background: url("../images/gzly.png") no-repeat center center;

}

.con3{
    height: 100%;
    width: 9%;
    margin-left: 2%;
}
.con3 a{
    height: 100%;
    width: 100%;
    display: inline-block;
    background: url("../images/xghd.png") no-repeat center center;

}
.home_con a,.home_con p{
    color: #fff;
    font-size: 16px;
    padding-left:16px;
    padding-top: 12px;
    background-size: 100% 100% !important;
    font-weight: 600;
    transition: 0.3s;
    -webkit-box-shadow:0 0 10px rgba(0,229,237,0.30);
    -moz-box-shadow:0 0 10px rgba(0,229,237,0.30);

}
.home_con a:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.home_con p:hover{
    transform: scale(1.7);
    transition: 0.5s;
}

.footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-bottom: 20px;
}
.footer p{
    font-size: 14px;
    color: #fff;
    text-align: right;
    width: 40%;
    height: 34px;
}

.foot_img li{
    position: relative;
    display: inline-block;
    padding-right: 6px;
    height: 30px;
    width: 36px;
    overflow: hidden;
    cursor: pointer;
}
.foot_img li img{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 6px);
}


/*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;
}


