/*公告样式*/
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
html,body{
    padding: 0;
    margin: 0;
}
p,li,span{
    font-size: 14px;
}
.content{
    width: 1300px;
    margin: 0 auto;
    height: 100%;
}
/*头部样式*/
.head{
    width: 100%;
    min-width: 1000px;
    height: 280px;
    background-color: #fff;
}
.head > .navHead {
    height: 36px;
    color: #444;
    background-color: #ecf0f3;
    font-size: 14px;
}
/*头部左边样式*/
.head > .navHead .navLeft{
    float: left;
    line-height: 36px;
}
/*头部右边样式*/
.head > .navHead .navRight{
    float: right;
    line-height: 36px;
}
.head > .navHead .navRight >ul{
    display: flex;
    justify-content: space-between;
}
.head > .navHead .navRight >ul>li{
}
.head > .navHead .navRight >ul>span{
    display: inline-block;
    margin: 0 5px;
}

/*logo和搜索*/
.head .LogoSearch{
    height: 125px;
    width: 100%;
}
/*左边logo*/
.head .LogoSearch .businessLogo{
    float: left;
    width: 540px;
    height: 78px;

}
.head .LogoSearch>div.content{
    padding-top: 23.5px;
}
.head .LogoSearch .businessLogo>img{
    display: block;
    height: 100%;
}
/*右边搜索*/
.head .LogoSearch .search{
    float: right;
    height: 100%;
    position: relative;
    margin-top: 19px;
}
.head .LogoSearch .search >form > input{
    border: 2px solid #015db8;
    width: 480px;
    box-sizing: border-box;
    height: 40px;
}
.head .LogoSearch .search >form > input:focus{
    outline: none;
    outline-offset: unset;
}
.head .LogoSearch .search >form > input::-ms-input-placeholder{
    text-indent: 10px;
}
.head .LogoSearch .search >form > input::-webkit-input-placeholder{
    text-indent: 10px;
}
.head .LogoSearch .search  .megaloscope{
    background-color: #015db8;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 40px;
    border: none;
    cursor: pointer;
}
.head .LogoSearch .search  .megaloscope >img{
    padding-top: 3px;
}
/*导航栏*/
.navList{
    position: relative;
    z-index: 999;
    margin: 10px auto;
    width: 1300px;
}
.head .navList >ul{
    display: flex;
    justify-content: space-between;
    height: 46px;
    line-height: 46px;
    background-color: #015db8;
}
.head .navList >ul>li{
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}
.head .navList >ul>li:last-child{
    color: #fff;
}
.head .navList >ul >li >a{
    color: #fff;
    list-style: none;
    text-decoration: none;
    font-size: 16px;
}
.head .navList >ul >li >img{
    margin-left: 4px;
}
.head .navList >ul >li >ul{
    position: absolute;
    top: 46px;
    left: 0px;
    background-color: #424e65;
    display: none;
}
.head .navList >ul >li:hover>ul{
    display: block;
}
.head .navList >ul >li >ul>li{
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 128px;
    border-bottom: 1px solid #687184;
}
.head .navList >ul >li >ul>li>a{
    font-size: 16px;
    color: #fff;
}
.head .navList >ul>li.activeList{
    background-color: #00318c;
}
.head .navList >ul>li.activeList >a{
    font-weight: bold;
    font-size: 18px;
}
/*头部结束*/
/*尾部样式*/
.foot{
    width: 1300px;
    margin: 0 auto;
    height: 220px;
    background-color: #ffffff;
}
/*尾部左边*/
.foot .footLeft{
    float: left;
    width: 250px;
    height: 70%;
    padding:30px 0 0;
}
/*.foot .footLeft img{*/
/*    float: left;*/
/*    width: 87px;*/
/*    height: 78px;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    padding-top: 14px;*/
/*}*/
.foot .footLeft .footLeftCharacter{
    color: #d5dae4;
    margin: 0 60px;
}
.foot .footLeft .footLeftCharacter .footp{
    margin: 0 0 14px 0;
    color: #2f3542;
    font-size: 16px;
    font-weight: bold;
}
.foot .footLeft .footLeftCharacter >ul >li{
    margin-bottom: 10px;
}
.foot .footLeft .footLeftCharacter >ul >li>p {
    display: inline-block;
}
.foot .footLeft .footLeftCharacter >ul >li>p>a{
    color: #2f3542;
    font-size: 14px;
}
/*尾部右边*/
.foot .footRight{
    float: left;
    width: 250px;
    height: 100%;
    /*padding-top: 57.5px;*/
    padding:50px 0;
}
.foot .footRight .footRightCharacter{
    float: left;
    color: #d5dae4;
    font-size: 14px;
}
.foot .footRight .footRightCharacter >ul >li{
    margin-bottom: 15px;
}
.foot .footRight .footRightCharacter >ul >li>img{
   display: inline-block;
    vertical-align: text-bottom;
}
.foot .footRight .footRightCharacter >ul >li>span+p{
    display: inline-block;
}
.foot .footRight .footRightCharacter >ul >li>p>a{
    color: #d5dae4;
    text-decoration: none;
}
/*尾部结束*/
