/* 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/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: 100%;
    width: 59%;
}
.con1 p{
    height:54%;
    width: 100%;
    background: url("../images/inter.png") no-repeat center center;
    margin-bottom: 2.4%;
}
.con1 .con1_a1{
    display: inline-block;
    height: 20.2%;
    width: 65%;
    margin-bottom: 2.4%;
    background: url("../images/in_ltzs.png") no-repeat center center;
}
.con1 .con1_a2{
    display: inline-block;
    height: 20.2%;
    width: 65%;
    background: url("../images/in_yxgj.png") no-repeat center center;
}
.con1 .con1_a3{
    display: inline-block;
    height: 43.6%;
    width: 32.6%;
    background: url("../images/in_xgwj.png") no-repeat center center;
}
.con2{
    height: 100%;
    width: 28%;
    margin: 0 2%;
}
.con2 .con2_a1{
    height: 54%;
    width: 100%;
    display: inline-block;
    background: url("../images/in_yxl.png") no-repeat center center;
    margin-bottom: 5%;
}
.con2 .con2_a2{
    height: 43.6%;
    width: 100%;
    display: inline-block;
    background: url("../images/in_hzly.png") no-repeat center center;
}

.con3{
    height: 100%;
    width: 9%;
}
.con3 a{
    height: 49%;
    width: 100%;
    display: inline-block;


}
.con3_a1{
    margin-bottom: 13%;
    background: url("../images/in_xghd.png") no-repeat center center;
}
.con3_a2{
    background: url("../images/in_hdfx.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.6);
    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;
}
