html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h3,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}

html{
	height: 100%;
}
body {
    height: 100%;
    font-family: Arial,Helvetica,"Microsoft Yahei";
    font-size: 20px;
    color: #333;
}
img{
	vertical-align: middle;
}
a{
	text-decoration: none;
	color: #333;
}

.wrapper{
	min-height: 100%;
}
.container{
	margin-bottom: 25px;
}
.inner{
	max-width: 1200px;
	margin: 0 auto;
}

.mod-head{
	height: 100px;
	background: #1296db;
	text-align: center;
	color: #fff;
	color: rgba(255,255,255,.8);
}
.mod-head .bd{
	padding-top: 5px;
	height: 60px;
	background: #1296db;
	line-height: 60px;
}
.mod-foot {
    position: relative;
    line-height: 30px;
    text-align: center;
    color: #999;
    border-radius: 8px;
}
.mod-foot span, .mod-foot a {
    margin: 0 3px;
    white-space: nowrap;
}
.mod-foot a {
    color: #999;
}
.mod-link {
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
}
.mod-link a {
    padding: 0 4px;
    white-space: nowrap;
    color: #0081c2;
}

.mod-panel{
	padding: 35px 0;
}
.mod-panel iframe{
	opacity: 0.8;
}
.mod-panel .bd{
	margin-bottom: 20px;
}
.mod-panel .ft{
	margin: 0 18px;
	line-height: 26px;
	color: #666;
}
.mod-panel .ft strong{
	font-weight: bold;
	color: #333;
}
.mod-panel ul{
	overflow: hidden;
}
.mod-panel li{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.mod-panel ul.list-3 li{
	width: 33.33%;
}
.mod-panel ul.list-4 li{
	width: 25%;
}
.mod-panel .card{
	margin: 0 5px;
	border: 1px solid #dbdbdb;
}
.mod-panel .card .c-hd{
	height: 48px;
	border-bottom: 1px solid #dbdbdb;
	background: #f5f5f5;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #333;	
}
.mod-panel .card .c-hd a{
	display: block;
}
.mod-panel .card .c-bd{
	min-height: 80px;
	padding: 15px;
	align-content: center;
	text-align: center;
}
.mod-panel .card .c-bd iframe{
	display: block;
}
.mod-panel .card .c-bd p{
	line-height: 26px;
	font-size: 16px;
	color: #333;
}
.mod-panel .card .c-bd span,.mod-panel .card .c-bd a{
	display: block;
}
.mod-panel .card .c-bd .text-gray{
	color: #888;
}
.mod-panel .card .c-bd img{
	margin: 18px 0;
}
.mod-panel .card .c-bd p.text-red{
	color: #fc0000;
}
.mod-panel .qrcode{
	line-height: 30px;
	text-align: center;
	color: #888;
}

@media screen and (max-width: 800px)  {
	.mod-head{
		height: 72px;
	}
	.mod-head .bd{
		padding-top: 3px;
		height: 40px;
		line-height: 40px;
	}
	.mod-head .bd img{
		width: auto;
		height: 40px;
	}

	.mod-panel{
	    padding: 15px 0;
	}
	.mod-panel li{
		float: none;
		width: auto;
	}
	.mod-panel ul.list-3 li,.mod-panel ul.list-4 li{
		width: 100%;
	}

	.mod-panel .card .c-hd{
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.mod-panel .card .c-bd{
		height: auto;
		min-height: 80px;
		padding: 10px;
		align-content: normal;
	}
	.mod-panel .card .c-bd p{
		line-height: 26px;
	}
	.mod-panel .qrcode{
		display: none;
	}
}