*{
    box-sizing: border-box;
}

/*
body{
    filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    filter:gray; 
backdrop-filter: blur();
}
*/

body{
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333;
}
body,p,ul,li,dl,dd,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
h1,h2,h3,h4,h5,h6,em,i,b{
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}
input{
    outline: none;
}
.wrap{
    width: 1100px;
    margin: 0 auto;
}

/* footer */
.footer{
    /*border-top: 8px solid #074695;*/
    padding: 20px 0;
    /*overflow: hidden;*/
display: inline-block;
}
.fbo1{
    float: left;
    width: 54px;
    margin-left: 129px;
    margin-top: 17px;
}
.fbo2{
    float: left;
    width: 676px;
    padding: 0 15px;
    margin: 0 14px;
    position: relative;
}
.fbo2:before,.fbo2:after{
    content: "";
    width: 1px;
    height: 68px;
    background: #e5e5e5;
    position: absolute;
    top: 16px;
}
.fbo2:before{
    left: 0;
}
.fbo2:after{
    right: 0;
}
.fbo2-1 span{
    margin: 0 7px;
}
.fbo2-2{
    overflow: hidden;
    margin-top: 10px;
}
.fbo2-2 li{
    float: left;
    color: #999;
    font-size: 14px;
}
.fbo2-2 li:last-child{
    margin-left: 44px;
}
.fbo2-2 li p{
    line-height: 25px;
}
.fbo3{
    margin-top: 22px;
    float: left;
}
.fbo2-2 li p img{
    vertical-align: sub;
}


/* footer */
.footer-box{
	background: #0466c7;
	padding: 18px 0 22px;
	border-radius:15px 15px 0 0;
	position: relative;
	/*z-index: 4;*/
}
.footer{
	margin-top: 28px;
}
.footer ul{
    text-align: center;
}
.footer li{
    display: inline-block;
    margin: 0 25px;
}
.foot-nav{
    color: #fff;
}
.foot-nav a{
    color: #fff;
}
.foot-nav span{
    margin: 0 14px;
}
.foot-con{
    margin-top: 12px;
}
.foot-con p{
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.foot-con p img{
    vertical-align: sub;
    margin-right: 4px;
}


.links-ul{
    margin-bottom: 28px;
}
.links-ul li{
    float: left;
    width: calc((100% - 60px)/4);
    height: 42px;
    border: 1px solid #3685d2;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.links-ul li:last-child{
    margin-right: 0;
}
.links-ul li h2{
    line-height: 40px;
}
.links-ul li h2 a{
    display: inline-block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 10px;
}
.links-ul li:before{
    content: "";
    border: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 19px;
    border-top-color: #3685d2;
}


.links-ul li:hover{
    border: 1px solid #91bbe5;
}
.links-ul li:hover h2 a{
    color: #fff
}
.links-ul li:hover:before{
    border-top-color: transparent;
    border-bottom-color: #fff;
    top: 13px;
}
.links-down{
    width: 100%;
    bottom: 100%;
    left: 0;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 10;
}
.links-d-1{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    background: #fff;
    padding: 10px;
    max-height: 220px;
    overflow-y: auto;
}
.links-d-1 a{
    line-height: 30px;
    display: block;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.links-d-1 a:hover{
    color: #074695;
}