body{
    background-color: #FFFFFF;
}
body {
    margin: 0;
}

.banner ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

h2 {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    color: #666;
    padding-bottom: 10px;
    width: 27%;
    margin: 40px auto 10px;

}

.bk {
    margin:20px auto;
    width: 74%;
}

.bk ul {
    padding: 0;
    display: flex;
    margin: 0;
}

.bk ul li {

    list-style: none;
    margin-right: 2%;
    border: 2px solid #eee;
    width: 23%;
    height: 260px
}

.bk ul li {
    display: block
}

.bk ul li div {
    height: 200px
}

.bk ul li div img {
    padding: 20px 17%;
    width: 65%;
    height: 170px;

}

.top-h {
    position: absolute;
    top: 10px;
    right: 20%;
}

.top-h a {
    color: #aaa;
}

.bk ul li p {
    line-height: 49px;
    height: 50px;
    background: #eee;
    text-align: center;
    color: #000;

}


.foot {
    height: 350px;
    color: #938c86;
    text-align: left;
}

.foot .foot_in {
    padding-top: 50px;
    display: flex;
    width: 80%;
    margin: auto;
    height: 300px;
}

.foot h1 {
    font-size: 18px;
}

.foot .copyright {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background-color: #000;
    color: #ffffff;
    text-align: center;
    bottom: 0px;
}


.foot ul li {
    list-style: none;
    font-size: 13px;
    margin-top: 6px;

}

.foot .foot_logo {
    width: 17%;
    margin-left: 16%;
}

body{
    background: #fff
}

.logo{
    margin-left: 15%;
}
.logo_img{
    width: 77%;
}
.logo span{
    display: inline-block;
    letter-spacing: 4px;
    font-size: 34px;
    color: #015293;
    padding:0;
    width:70%;
    height:40px;
    line-height:40px;
    vertical-align: baseline;
    white-space: nowrap;
}
.nav{
    color: #FFFFFF;
    width:48%;
    height:100px;
    padding: 0 0 20px 0;
}
.nav .nav-sub {
    height: 60px;
    margin: 0 1%;
    width: 98%;
}
.nav ul li {
    line-height: 100px;
    height: 100px;
    width: 20%;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid #bbb;
}
.nav-active{
    color: #3a8ee6!important;
}
.none{
    display: none;
}
.flex_ul{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav ul li  a{
    line-height:0 ;
    display: block;
    width: 100%;
    text-align: center;
    height: 100px;
    font-size: 16px;
    color: #8f8888
}

.nav ul li  a span{
    margin-bottom: 10px;
    display: block;
    margin-top: 38px;
}
.nav  ul li:last-child  {
    border-right:  none;
}
.nav-r{
    float: right;
    width: 14%;
    overflow: hidden;
    height:60px;
}
.log{

    width:100%;
    float: right;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    color: #303030;
    height: 18px;
    padding-top:42px;
}
.nav ul li a:hover,.nav-r .log:hover {

    color:#3a8ee6!important;
}
.nav ul li a:hover,.nav-r .log:hover {
    font-size: 16px;
}
.icon{
    font-size: 20px!important;
    margin-right: 6px;
}



/**/
.news {
    width: 100%;
    position: absolute;
    top: 43%;
}
.news ul{
    width: 80%;
    background-color: #eee;
    height: 70px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.news ul li{
    width: 100%;
    border-right: 1px solid #000;
    font-size: 16px;
    margin: auto;
    text-align: center;
    color: #eee;

}
.news ul li:last-child{border: none}
.news ul li a {

}
.news-info{
    width: 80%;
    margin: auto;
    min-height: 500px;
}
.info-p{
    font-family: serif;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    width: 80%;
    margin: auto;
    color: #999;
    font-weight: bold;
}