﻿body {
    background: url("../images/bg.png") no-repeat top center !important;
    background-size: 100%;
  }
  .banner {
    text-align: center;
    margin-top: 27px;
  }
  .zdyj{
    width: 1200px;
    text-align: center;
    box-shadow: 0 0 1.5rem rgba(9,41,77,.12);
    transition: all .3s ease;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
    margin: 0 auto;
    border: 2px dashed #075890;
    background: #ffffff;
    margin-top: 70px;
}

.zdyj .part-hd span img{vertical-align:baseline;}
.zdyj .part-hd{margin:20px 0 10px 0;}

.zdyj h1 {
    font-size: 33px;
    font-weight: 500;
    line-height: 60px;
    padding-top: 10px;
}
.zdyj p a {
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    font-size: 28px;
}
.zdyj span {
    display: block;
    font-weight: 500;
    color: #333333;
    font-size: 20px;
}

.part{
    margin: 0 auto;
    width: 1250px;
    margin-top: 220px;

}
.part-hd{
    font-size: 28px;
    color: #075890;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    margin: 30px 0;
}
.part-hd span{
    padding: 0 18px;
    height: 22px;
    display: inline-block;
}
.part-hd span img{
    margin-top: -3px;
    vertical-align: middle;
    max-width: 100%;
}
/* 下级 */
.part-cont{
    padding: 0 1%;
    /* margin-left: 2rem; */
}
.part-cont a{
    background: #f1fcfe;
    display: inline-block;
    width: 17.5%;
    margin: 0 1% 2rem;
    text-align: center;
    border: 1px solid #b1d4d6;
   padding: 25px 0;
}
.part-cont a p{
    color: #075890;
    font-size: 18px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

/*Footer Start*/
/*Footer Start*/
#Footer{ border-top: 1px #0f4880 solid;width: 1200px;margin: 0 auto;}
.foot{ border-top: 3px #cfe5f3 solid; padding: 20px 0;width: 100%; display: flex; }
.foot p{text-align: left;line-height: 30px;}
.foot p.img{ width: 800px; margin:0 auto; line-height: 80px; }
.foot p img{ line-height: 100px; }
.foot-main{display: flex;width: 350px;flex-direction: row-reverse;flex: 1;justify-content: center;flex-wrap: wrap;padding: 0 14px;box-sizing: border-box;}
.foot_ico{display: flex;justify-content: center;}
.foot .dzjg_ico,.foot .zfzc_ico{
    line-height: 120px;
}

.yqlj select {
    float: left;
    display: block;
    margin-left: 1%;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    color: #666;
    cursor: pointer;
    width: 24.25%;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px #eaeaea solid;
    background-color: #fafafa;
}

#_span_jiucuo{ float: right; }






/*Footer End*/
@media (max-width: 550px){
 #Footer{
        width: 100%;
    }
    .foot{
        padding: 20px 5px;
        box-sizing: border-box;
        display: inherit;
    }
    .foot .dzjg_ico, .foot .zfzc_ico{
        line-height: 80px;
        float: left;
    }
    .foot p{
        line-height: 24px;
        font-size: 12px;
    }
}