@charset "UTF-8";
/**/
*{margin:0;padding:0}
body {
    padding:0px; 
    margin:0px auto; 
    color:#444;
    background:#fbfbfb;
    /*letter-spacing:1px;*/
    font:15px/26px "Microsoft Yahei", Arial, Verdana, Tahoma, Sans-Serif 
    /* font:14px/24px 'FangSong','','','FangSong_GB2312','_GB2312',"","Microsoft Yahei", Sans-Serif */
    /*font:15px/24px 'KaiTi','','Kai','KaiTi_GB2312','_GB2312','STKaiti','',"","Microsoft Yahei", Sans-Serif*/
}
ul, ol, li {list-style:none;margin:0;padding:0}
input {font-size:12px}
table, td, th{font-size:14px;border:1px solid;line-height: 28px;}
h1, h2, h3, h4, h5, h6 {font-weight:normal}
h1 {font-size:28px}
h2 {font-size:18px}
h3 {font-size:16px}
h4 {font-size:14px}
h5, h6 {font-size:12px}
a{text-decoration:none;color:#4c4c4c;display:block;cursor:pointer;}
a:hover{color:#B60000;}
div{display:block;}
p{display:block;margin:0px;	padding:0px;}
article{width:100%;display:block;margin-bottom:50px;}
section{width:99%;display:block;overflow:hidden;zoom:1;}
dl,dt,dd{margin:0;padding:0}
img{border:none}
.clear{clear: both;}
.full{width:100%}
.line{height:10px;width:100%;}
.fl{float:left}
.fr{float:right}

.container{
    margin:0 auto;
    width: 1160px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.ml15{margin-left: 15px;}
.mt15{margin-top: 15px;}
.mt8{margin-top: 8px;}
.mt5{margin-top: 5px;}
.bt{border-top: 1px solid #ccc;}
.pt8{padding-top: 8px;}
body{
    
    min-width:1140px;
    background-color: #f2f2f2;
    
}
/**/
.welcome{
    background-color:#B60000;
    line-height: 40px;
    font-size: 15px;
    height: 40px;
    color:#fff
}
/*banner*/
.topwk{
	width:100%;
	height:180px;
	margin:auto;
}

.topnk{ 
    height:100%; 
    margin:auto;
    background-image: url(../images/headerg1.jpg); 
    background-size: 100% 100%;
    background-repeat:no-repeat; 
    position: relative;

}
.topnk .logo{
    padding-top: 36px;
}
.topnk .link{
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    line-height: 32px;
}
.topnk .link a{
    display: inline-block;
    width: 80px;
    text-align: center;
}
.banner{position: absolute;width: 597px;float: right;height: 240px;overflow: hidden;right:-60px;}
.banner ul{position: absolute; TOP: 0px; LEFT: 0px}
.banner li{width: 597px;height: 240px}
.banner img{width: 597px; height: 240px}
.mouse_direction{position: absolute; width: 25px; display: none; height: 50px; RIGHT: 0px}


/**/
.nav{
    font-family: "Microsoft Yahei", Arial, Verdana, Tahoma, Sans-Serif;
    overflow: hidden;
    background: #B60000;
}
.nav-ul{
    overflow: hidden;
    height: 50px;
    background: #B60000;
    /* padding-left: 13px; */
} 
.nav-ul li{
    float:left;
    height: 50px;
    font-size: 18px;
    text-align: center;
    width:9%;
}

.nav-ul li a{
    color:#fff;
    line-height: 50px;
    height: 50px;

}
.nav-ul li a:hover,
.nav-ul li.active a{
    color:#B60000;
    background: #fff;
    
    animation:navhover 0.8s;
    -moz-animation:navhover 0.8s; /* Firefox */
    -webkit-animation:navhover 0.8s; /* Safari and Chrome */
    -o-animation:navhover 0.8s; /* Opera */
}

@keyframes navhover
{
from {background:#B60000;color:#fff}
to {background:#fff;color:#B60000}
}
/* Firefox */
@-moz-keyframes navhover 
{
from {background:#B60000;color:#fff}
to {background:#fff;color:#B60000}
}
/* Safari and Chrome */
@-webkit-keyframes navhover 
{
from {background:#B60000;color:#fff}
to {background:#fff;color:#B60000}
}
/* Opera */
@-o-keyframes navhover 
{
from {background:#B60000;color:#fff}
to {background:#fff;color:#B60000}
}


/*  */
.search-wrap{
    overflow: hidden;
    line-height: 45px;
    height:45px;
    /* border:1px solid #B60000; */
    margin-top: 15px;
    background: #fff;

}
.date-box{
    width:220px;
    float:left;
    overflow: hidden;
    padding-left: 20px;
}
.weather-box{
    width: 480px;
    float: left;
    padding-top: 12px;
    background-image: url(../images/x_1.jpg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 90px;
}
.search-box{
    width:340px;
    float: right;
    text-align: right;
}
.search-box form{
    padding-right: 20px;
}
.search-box input{
    line-height: 24px;
    height: 24px;
    width: 200px;
    padding-left: 10px;
}
.search-box button{
    line-height: 24px;
    width:40px
}

.flash-wrap{
    overflow: hidden;
    margin-top: 15px;
    background:#fff;
    padding: 15px;
}

.flash{
    float: left;
    overflow: hidden;
    position: relative;
    
    padding:8px;
    border:1px solid #B60000;
    overflow: hidden;

    width:500px
}

.flash .hd{
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
}
.flash .hd li{
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    margin-left: 5px;
}
.flash .hd li.on{
    background: #f00;
    color:#fff;
}

.flash .bd ul{
    height: 350px;
    overflow: hidden;
}
.flash .bd li{
    width: 100%;
    height: 350px;
    position: relative;
}
.flash .bd li img{
    width: 100%;
    height: 350px;
}
.flash .bd li .t{
    position: absolute;
    bottom:0;
    left:0;
    height: 32px;
    line-height: 32px;
    background: rgba(0,0,0,.6);
    width: 100%;
    text-align: left;
    overflow: hidden;
    z-index: 10;
    color:#fff;
    padding-left: 10px;
}
.flash .bd li .t a{
    color:#fff;
}

/**/
.news-list{
    background: #fff;
    overflow: hidden;
    padding:5px;
}
.news-list li{
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}
.news-list li a{
    display: block;
    overflow: hidden;
    float: left;
}
.news-list li span{
    display: block;
    width: 60px;
    text-align: right;
    float: right;
}
.news-list li.picli{
    height: 200px;
    overflow: hidden;
    position: relative;
}
.news-list li.picli a{
    width: 100% !important;
}
.news-list li.picli .i{
    width: 100%;
    height: 200px;
    overflow: hidden;
    float: left;
}
.news-list li.picli .i img{
    width: 100%;
    height: 100%;
}
.news-list li.picli .t{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    background: rgba(0,0,0,.6);
    width: 100%;
    text-align: center;
}
.news-list li.picli .t a{
    color:#fff;
    padding: 0 10px;
}
/*
.news-list{
    background: #fff;
    overflow: hidden;
    padding:5px;
}
.news-list li{
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}
.news-list li a{
    display: block;
    overflow: hidden;
    float: left;
}
.news-list li span{
    display: block;
    width: 60px;
    text-align: right;
    float: right;
}
.news-list li.picli{
    height: 200px;
    overflow: hidden;
    position: relative;
}
.news-list li.picli a{
    width: 100% !important;
}
.news-list li.picli .i{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
}
.news-list li.picli .i img{
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -200px;
}
.news-list li.picli .t{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    background: rgba(0,0,0,.6);
    width: 100%;
    text-align: center;
}
.news-list li.picli .t a{
    color:#fff;
    padding: 0 10px;
}

*/
/**/
.flash-news{
    float: right;
    margin-left: 15px;
    overflow: hidden;
    height: 368px;
    width: 627px;
}
.flash-news-item{
    height: 100px;
    overflow: hidden;
}
.flash-news-item .title{
    line-height: 42px;
    font-size: 24px;
    height: 42px;
    text-align: center;
}
.flash-news-item .title a{
    color:#000
}
.flash-news-item .title a:hover{
    color:#B60000
}
.flash-news-item .small{
    /* text-indent: 32px; */
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}


.flash-news .news-list{
    overflow: hidden;
    margin-top: 10px;
    border-top: 2px solid #B60000;
    padding-top: 10px;
}
.flash-news .news-list li{
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    font-size: 16px;
    background-image: url(../images/theme.png);
    background-repeat: no-repeat;
    background-position: -492px -286px;
    padding-left: 18px;
}
.flash-news .news-list li:hover{
    background-position: -492px -336px;
}

.hfimg{
    /*width: 1190px;*/
    /*margin: 0 auto;*/
    /*margin-top: 15px;*/
    height: 90px;
    
    padding: 15px;
}

/*home-news*/
.home-news{
    width: 1160px;
    margin: 0 auto;
    /*margin-top: 15px;*/
    overflow: hidden;
    background-color: #f2f2f2;
}
.home-news .title-n{
    font-size: 20px;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ddd;
}
.home-news .title-n a{
    color:#B60000;
    display: inline;
}
.home-news .title-n a:hover{
    text-decoration: underline;
}
/*
.home-news .hd{
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    line-height: 44px;
    height: 45px;
}
.home-news .hd li{
    overflow: hidden;
    margin-right: 15px;
    float: left;
}
.home-news .hd li a{
    display: inline-block;
}
.home-news .hd li.on{
    border-bottom: 2px solid #B60000;
}
.home-news .hd li.on a{
    color:#B60000;
}
.home-news .hd li a:hover{
    text-decoration: underline;
}
*/
.home-news .title-a{
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    font-weight: 700;
}
.home-news .title-a a{
    margin-top: 7px;
    line-height: 30px;
    border-left: 4px solid #B60000;
    padding-left: 8px;
    color:#B60000;
    display: inline-block;
}
.home-news .title-a a:hover{
    text-decoration: underline;
}
.newsw-list{
    float: left;
    overflow: hidden;
    width: 830px;
    padding: 15px 0;
}
.newss-list{
    /* width: 318px; */
    width:298px;
    overflow: hidden;
    margin-right: 15px;
    border: 1px solid #eee;
}
.news-item{
    width: 380px;
    background-color: #fff;
    padding: 0 10px;
    margin-left: 15px;
}
.news-item .news-list{
    height: 335px;
}
.news-item .news-list li a{
    width: 320px;
}
.news-item-sm{
    background-color: #fff;
    padding: 0 10px;
}
.news-item-sm .wlist{
    overflow: hidden;
}
.news-item-sm .wlist li{
    overflow: hidden;
    width:100%;
    cursor: pointer;
}

.news-item-sm .wlist li .t{
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}
.news-item-sm .wlist li .d{
    display: none;
    height: 90px;
    margin: 5px 0;
    width: 100%;
    overflow: hidden;
}
.news-item-sm .wlist li .d .m{
    float: left;
    width: 140px;
    height: 90px;
    overflow: hidden;
}
.news-item-sm .wlist li .d .m img{
    width: 100%;
    height: 100%;
}
.news-item-sm .wlist li .d .s{
    float: right;
    width: 150px;
    font-size: 13px;
    color:#999;
    padding-left: 8px;
    line-height: 22px;
}
.newss-list .file{
    height: 71px;
    line-height: 71px;
    background-color: rgb(223, 241, 247);
    text-align: center;
}
.newss-list .file a{
    margin:0 auto;
    width: 110px;
    padding-left: 71px;
    background-image: url(../images/file.png);
    background-repeat: no-repeat;
    background-size: 55px 55px;
    background-position: 10px 10px;
    font-size: 24px;
    font-weight: 700;
}
.newss-list .zuzhi{
    height: 80px;
    line-height: 80px;
    background-color: rgb(223, 226, 247);
    text-align: center;
}
.newss-list .zuzhi a{
    margin:0 auto;
    width: 110px;
    padding-left: 80px;
    background-image: url(../images/zuzhi.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: 10px 10px;
    font-size: 24px;
    font-weight: 700;
}
/**/
.ldjh{
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 15px;
}
.ldjh .news-list{
    height: 220px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.ldjh .news-list ul{
    overflow: hidden;
}
.ldjh .news-list li{
    border-bottom: 1px dashed #ccc;
}
.ldjh .news-list li:nth-child(-n+3) a{
    color:#B60000
}
.ldjh .news-list li a{
    display: inline-block;
}
.wjzl.news-list{
    height: 420px;
}
.ldlist {
    margin: 0 auto;
    padding:20px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.ldlist li{
    /* border: 1px solid #B60000; */
    overflow: hidden;
    margin-bottom: 15px;
    padding:5px 5px 15px 5px;
    border-bottom: 1px solid #B60000;
}
.ldlist li .img{
    overflow: hidden;
    width: 140px;
    float: left;
    border: 1px solid #ccc;
}
.ldlist li img{
    width:140px;
    height: 170px;
    vertical-align: middle;
}
.ldlist li .con{
    width: 655px;
    float: left;
    padding:8px 5px 8px 15px
}
.ldlist li .con b{
    display: inline-block;
    margin-right: 15px;
}
.ldlist li .con .s{
    font-size: 16px;
}
/**/
.zzjg{
    overflow: hidden;
    /* border: 1px solid #ccc; */
    background: #fff;
    height: 387px;
}
.zzjg .zzjg-box{
    overflow: hidden;
    padding:10px 15px;
    position: relative;
    height: 311px;
    border: 1px solid #ccc;
}
.zzjg .j{
    overflow: hidden;
}
.zzjg .j .p{
    width: 120px;
    height:140px;
    float: left;
    margin-right: 8px;
    border:1px solid #ccc;
    padding:5px;
}
.zzjg .j .p img{
    width:100%;
    height: 100%;
}
.zzjg .j .n{
    width:105px;
    height:90px;
    float:right;
    text-align: center;
    margin-top: 40px;
    line-height: 40px;
}
.zzjg .j .n b,.zzjg .j .n span{
    display: block;
}
.zzjg .j .flabel{
    font-size: 16px;
    font-weight: 700;
    width:100px;
    text-align: center;
    float:left
}
.zzjg .j  .fnames {
    width:145px;
    float:right;
    line-height: 32px;
}
.zzjg .j  .fnames a{
    display: inline-block;
    width:70px;
    font-size: 16px;
    text-align: center;
}
/**/
.wlfc {
    overflow: hidden;
    padding-bottom: 15px;
}
.wlfc .bd {
	height:200px;
	overflow: hidden;
}
.wlfc li{
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    width:275px;
    margin: 0 5px;
}
.wlfc li a{
    display: block;
    overflow: hidden;
    float: left;
}
.wlfc li span{
    display: block;
    width: 60px;
    text-align: right;
    float: right;
}
.wlfc li.picli{
    height: 200px;
    overflow: hidden;
    position: relative;
}
.wlfc li.picli a{
    width: 100% !important;
}
.wlfc li.picli .i{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
}
.wlfc li.picli .i img{
    width: 100%;
    height: 100%;
}
.wlfc li.picli .t{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    background: rgba(0,0,0,.6);
    width: 100%;
    text-align: center;
}
.wlfc li.picli .t a{
    color:#fff;
    padding: 0 10px;
}

.wlfcg{
    overflow: hidden;
    border:1px solid #ccc;
    padding:10px
}
.wlfc .title{
    line-height: 40px;
    color:#B60000;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B60000;
}
.wlfc .title a{
    color:#B60000;
    display: inline-block;
}


.wlfc .news-list li{
    float:left;
    width:274px;
    margin:0 5px;
}
/**/
.listbody{
    margin-top: 15px;
    overflow: hidden;
    background: #f2f2f2;
    padding-left: 0;
    padding-right: 0;
    width: 1190px;
}
.list-left{
    width: 865px;
    background: #fff;
    overflow: hidden;
    min-height: 545px;
    padding-bottom: 15px;
}
.breadcrumb{
    line-height: 42px;
    height: 42px;
    border-bottom: 2px solid #B60000;
    padding-left: 6px;
    margin-bottom: 6px;
}
.breadcrumb a{
    display: inline;
}
.list-left .news-list li{
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    overflow: hidden;
    background-image: url(../images/theme.png);
    background-repeat: no-repeat;
    background-position: -492px -286px;
    padding-left: 15px;
    border-bottom: 1px dashed #efefef;
}
.list-left .news-list li:hover{
    background-position: -492px -336px;
}
.list-left .news-list li.blank{
    background-image: none;
    border-bottom: none;
}
.list-left .news-list li a{
    width: 700px;
}
.list-left .news-list span{
    width: 120px;
    text-align: center;
}
.list-left .page{
    margin-top: 28px;
    text-align: center;
}
.list-left .page a{
    display: inline;
}


.list-right{
    margin-left: 15px;
    width: 310px;
}
.list-right .title{
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #B60000;
    /* margin-bottom: 5px; */
}
.list-right .title a{
    display: inline-block;
    background-color: #B60000;
    color:#fff;
    padding: 0 10px;
}
.list-right .gzdt{
    overflow: hidden;
    background: #fff;
    padding: 5px;
}
.list-right .gzdt .news-list {
    /*height: 224px;*/
    height: 258px;
    
}
.list-right .gzdt .news-list li{
    font-size: 14px;
    /*line-height: 28px;*/
    /*height: 28px;*/
    line-height: 33px;
    height: 33px;
}
.list-right .tpxw{
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
    padding: 5px;
}

.list-right .tpxw-box{
    float: left;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    width:290px;
    padding: 5px;
}

.list-right .tpxw-box .hd{
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
}
.list-right .tpxw-box .hd li{
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    margin-left: 5px;
}
.list-right .tpxw-box .hd li.on{
    background: #f00;
    color:#fff;
}

.list-right .tpxw-box .bd ul{
    height: 220px;
    overflow: hidden;
}
.list-right .tpxw-box .bd li{
    width: 100%;
    height: 220px;
    position: relative;
}
.list-right .tpxw-box .bd li img{
    width: 100%;
    height: 220px;
}
.list-right .tpxw-box .bd li .t{
    position: absolute;
    bottom:0;
    left:0;
    height: 32px;
    line-height: 32px;
    background: rgba(0,0,0,.6);
    width: 100%;
    text-align: left;
    overflow: hidden;
    z-index: 10;
    color:#fff;
    padding-left: 10px;
    font-size: 12px;
}

.list-right .tpxw-box .bd li .t a{
    color:#fff;
}

.article-body{
    margin-top: 15px;
    overflow: hidden;
    background: #f2f2f2;
    padding-left: 0;
    padding-right: 0;
    width: 1190px;
}

.article-body .list-right{
    width: 260px;
    margin-left: 0;
    background-color: #fff;
}

.article-body .list-left{
    width: 875px;
    background: #fff;
    overflow: hidden;
    min-height: 545px;
    padding-bottom: 15px;
}

.article-body .left-title{
    line-height: 50px;
    height: 50px;
    background: #B60000;
    color:#fff;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}

.article-body .nav-list{
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    min-height: 508px;
}
.article-body .nav-list li{
    overflow: hidden;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.article-body .nav-list i{
    width: 20px;
    display: inline-block;
}
.article-body .nav-list li:hover{
    background: #f5ca7a;
}
.article-body .active{
    background: #f5ca7a;
}
.article-body .active a{
    color:#B60000
}
.article-body .list-left{
    padding: 20px;
}
.article-body .list-left h1{
    text-align: center;
    line-height: 60px;
}
.article-body .article p{
    line-height: 36px;
}


/***/
.ylinks{
    overflow: hidden;
    padding-bottom: 15px;
}
.ylinks .links-a a{
    width: 185px;
    float: left;
    border: 1px solid #ccc;
    margin-left: 3px;
    margin-right: 3px;
}
.ylinks .links-a a img{
    width: 100%;
}
.xglinks{
    overflow: hidden;
    padding-bottom: 15px;
}
.xglinks .title,.ylinks .title{
    line-height: 30px;
    /* border-left: 4px solid #B60000; */
    /* padding-left: 8px; */
    color:#B60000;
    display: inline-block;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-bottom: 10px;
    border-bottom: 2px solid #B60000;
}
.xglinks .links-a a{
    display: inline;
    padding: 0 8px;
}

/*  */
.contentbox{ 
    background:#fff; 
    padding:20px; 
    overflow:hidden; 
    border:1px solid #ddd; 
    margin:10px 0 20px;
    
}
.newstitle{font-size:24px; line-height:46px; text-align:center; color:#333333; font-family:"Microsoft YaHei";  padding-bottom:26px;}
.newstitlef{font-size: 18px; font-weight:bold;text-align: center;line-height: 30px;}
.newsinfo{ margin:10px 0; text-align:center; color:#333; line-height:25px; text-align:center; height:25px; font-size:14px;}
.newsinfo a{ color:#333;display: inline;}
.newsinfo input{width:16px;height:16px;border:#666 1px solid;vertical-align:middle;cursor:pointer;} 
.newsinfo1{ height:25px; line-height:25px;width: 250px;margin:0 auto; font-size:15px; text-align:center;}
.newsinfo1  .font{width: 150px;float: left;}
.newsinfo1  .print {width: 100px;float: left;}
.newsinfo1  .font a{ padding:0 2px; display: inline-block;}
.newsinfo1  .print a{ display:inline-block; background:url(../images/wzicon1.gif) 0 center no-repeat; padding-left:22px;  }
.artcontent{
    margin-top: 20px;
    font-size: 16px;
    text-align: justify;
    /*text-indent: 32px;*/
    line-height:34px
}
.artcontent p{
	/*text-align: justify;*/
    margin-bottom:10px
}
.wzclose{
    background: #f0f0f0;
    height:32px;
    line-height: 32px;
    font-family: "Microsoft Yahei", Arial, Verdana, Tahoma, Sans-Serif;
    text-align: center;
}
.wzclose a{
    display: inline-block;
}

/*footer*/
.footer{
    text-align: center;
    line-height:32px;
    margin-top:20px;
    font-size: 15px;
    border-top: 5px solid #B60000;
}

.footer .footercon{
    padding: 15px;
    overflow: hidden;
}
.footer .jgimg{
    width: 300px;
    float: left;
    text-align: center;
}
.footer .cor{
    width: 860px;
    float: left;
    text-align: center;
}
@media screen and (max-width: 1140px){
    body{
        background-size: 1140px 550px;
    }
    .header,.topwk,.footer{width:1140px}
    
}