.mod-header{
    width:100%;
    position: absolute;
    top:0;
    left:0;
    z-index:100;
}
.mod-header .mod-table{
    width:100%;
    max-width: 100%;
    table-layout: inherit;
}
.mod-header .mod-table .mod-td{
    position: relative;
}
.mod-header .mod-table .layout{
    width:1455px;
    max-width:100%;
}
.mod-header .mod-table .before,.mod-header .mod-table .after{
    background:url(/images/header_line.png) repeat-x left bottom;
}
.mod-header .mod-table .layout .nav{
    width:100%;
    box-sizing: border-box;
}
.mod-header .left{
    float:left;
}
.mod-header .logo{
    float:left;
    padding:15px 100px 15px 10px;
    background:url(/images/header_line.png) repeat-x left bottom;
}
.mod-header .menu{
    float:left;
}
.mod-header .menu ul{
    float:left;
}
.mod-header .menu ul li{
    float:left;
    padding:15px 20px;
    background:url(/images/header_line.png) repeat-x left bottom;
}
.mod-header .menu ul li.active{
    background:url(/images/header_cr_line.png) no-repeat bottom center;
    font-weight: bold;
}
.mod-header .menu ul li a{
    float:left;
    font-size:18px;
    color:#fff;
    line-height: 60px;
    height:60px;
    cursor: pointer;
}
.mod-header .link{
    float:none;
    padding:25px 10px 25px 0;
    overflow: hidden;
    background:url(/images/header_line.png) repeat-x left bottom;
}
.mod-header .link a{
    float:right;
    width:40px;
    height:40px;
    cursor: pointer;
}
.mod-header .link .en{
    background:url(/images/en.png) no-repeat center center;
    margin-left:20px;
}
.mod-header .link .search{
    background:url(/images/search.png) no-repeat center center;
}
/* banner */
.mode-banner {
	width: 100%;
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.mode-banner:after {
    display:none;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(34, 41, 51, 0.6);
	z-index: 1;
}

.mode-banner .mode-inner {
	display: inline-block;
	position: relative;
	line-height: 0;
	left: 50%;
}

.mode-banner .mode-inner img {
	max-width: inherit;
	display: block;
}

.mode-banner .mode-inner .banner-cnt {
	display: inline-block;
	height: auto;
	position: relative;
	left: -50%;
	line-height: 0;
}

.mode-banner .mode-inner .banner-cnt .context {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 70px;
	z-index: 3;
}

.mode-banner .inner-wraper {
	position: absolute;
	width: 100%;
	left: 0;
    top: 90px;
    bottom:60px;
	z-index: 2;
}

.mode-banner .inner-wraper .mod-table {
	display: table;
	width: 100%;
	height: 100%;
}

.mode-banner .inner-wraper .mod-table .mod-td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.mode-banner .curmenu {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}


.mod-footer {
    background-color:#fff;
    margin-top:80px;
    clear: both;
}
.mod-footer .bottom{
    background-color:#004ea2;
    height:60px;
    text-align: center;
    color:#fff;
    font-size:0;
    line-height: 0;
}
.mod-footer .bottom .inline-block{
    display:inline-block;
    vertical-align: middle;
    line-height: 60px;
    font-size:14px;
}
.mod-footer .bottom .copyright{
    margin-right:30px;
}
.mod-footer .bottom .oa{
    margin:0 15px;
}
.mod-footer .bottom .vline{
    margin:0 10px;
}
.mod-footer .con{
    overflow:hidden;
}
.mod-footer .con .left{
    float:left;
    width:510px;
    margin-right:-1px;
}
.mod-footer .con .right{
    float:none;
    overflow:hidden;
    padding:40px 0;
    border-left:1px solid #eeeeee;
}
.mod-footer .con .bom-logo{
    float:left;
    padding:40px 40px 40px 0;
    border-right:1px solid #eeeeee;
    margin-right:-1px;
}
.mod-footer .con .adress{
    float:none;
    overflow: hidden;
    padding:40px 20px;
    color:#666;
    line-height: 30px;
    border-right:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
}
.mod-footer .con .media{
    margin-bottom:30px;
}
.mod-footer .con .wx,.mod-footer .con .wb{
    float:left;
    position: relative;
    margin-right:20px;
}

.mod-footer .bom-menu .mod-td{
    vertical-align: top;
    text-align: center;
}
.mod-footer .bom-menu .title{
    display:block;
    font-size:16px;
    color:#333;
    margin-bottom:10px;
}
.mod-footer .bom-menu ul li{
    font-size:14px;
    color:#999;
    line-height:28px;
}