.inner{
	width: 800px;
	margin: 0 auto;
}
.groups{
	overflow: hidden;
}
.groups .group-item{
	float: left;
	width: 50%;
}
.module{
	margin: 0 5px 20px;
}
.module .hd{
	position: relative;
    background: #f5f5f5;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-bottom: none;
}
.module .hd h3 a{
	display: block;
    border-left: 3px solid #003399;
    padding-left: 8px;
    line-height: 20px;
    text-decoration: none;
    font-size: 16px;
    margin: 10px 0;
}
.module .hd .more{
	position: absolute;
	right: 10px;
	bottom: 0;
	line-height: 40px;
	color: #888;
}
.module .bd{
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	line-height: 32px;
	overflow: hidden;
}

.mod-search{
	padding-top: 20px;
	margin: 0 5px 20px;
}
.mod-search .icon{
	width: 160px;
    height: 60px;
    margin: 0 auto 10px;
    overflow: hidden;
}
.mod-search .icon img{
	margin-top: -45px;
}
.mod-search .search{
	position: relative;
}
.mod-search .search .clear {
    position: absolute;
    top: 5px;
    right: 105px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
}
.mod-search .search .clear span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #dbdbdb;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    color: #333;
}
.mod-search .hd{
    margin-bottom: 15px;
}
.mod-search .hd h1{
	line-height: 36px;
	text-align: center;
	font-size: 24px;
}
.mod-search .bd{
	margin-bottom: 15px;
	text-align: center;
}
.mod-search .bd p{
	line-height: 22px;
	color: #888;
}
.mod-search .search{
	display: inline-block;
	margin-bottom: 7px;
	border: 2px solid #003399;
	border-radius: 3px;
}
.mod-search .search .input-text{
	width: 540px;
	height: 20px;
	padding: 10px;
	border: medium none;
	line-height: 20px;
	vertical-align: middle;
	outline: none;
}
.mod-search .search .input-button{
	width: 100px;
	height: 40px;
	border: medium none;
	background: #003399;
	line-height: 40px;
	vertical-align: middle;
	font-family: Tahoma,Arial, Helvetica,"微软雅黑";
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	outline: none;
	border-radius: 0;
    -webkit-appearance: none;
}
.mod-search .table {
    margin-bottom: 15px;
}
.mod-search .table a {
    margin: 0 4px;
    line-height: 24px;
    color: #4bae4f;
}
.mod-search .table caption{
	padding-top: 15px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
.mod-search .table table {
    width: 100%;
    background: #fff;
}
.mod-search .table th, .mod-search .table td {
    padding: 9px 15px;
    border: 1px solid #ccc;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
}
.mod-search .table th {
    background: #f5f5f5;
    font-size: 16px;
    color: #212121;
}
.mod-search .ft ul{
	overflow: hidden;
}
.mod-search .ft li{
	float: left;
	width: 25%;
	text-align: center;
}
.mod-search .ft li a{
	display: block;
	height: 32px;
	margin: 0 1px 1px 0;
	line-height: 32px;
	background: #f0f0f0;
}
.mod-search .ft li a.red{
	background: #fd7474;
	color: #f8f8f8;
}
.mod-search .ft li a:hover{
	background: #003399;
	color: #fff;
	text-decoration: none;
}
.mod-search .ft li a.red:hover{
	background: #f16060;
}

.mod-form input[type=number] {
    -moz-appearance: textfield;
}
.mod-form .bd{
	text-align: center;
}
.mod-form .bd a{
	color: #4bae4f;
}
.mod-form .bd table{
	width: 100%;
	margin: 0 auto;
}
.mod-form .bd table td{
	padding: 8px 0;
	text-align: left;
}
.mod-form .bd table label{
	display: block;
	line-height: 30px;
	font-size: 15px;
}
.mod-form .bd .input-text{
	width: 210px;
	height: 20px;
	padding: 5px 10px;
	border: 1px solid #dbdbdb;
	outline: none;
}
.mod-form .bd .input-large{
	width: 300px;
}
.mod-form .bd input{
	margin: 0 2px;
}
.mod-form .bd .input-button{
	display: inline-block;
	width: 80px;
    height: 32px;
    border: 1px solid #ccc;
    background:-moz-linear-gradient(top, #fefefe, #ededed);
    background:-o-linear-gradient(left top, left bottom, from(#fefefe), to(#ededed));
    background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
    font-size: 15px;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.mod-form .bd .input-button:hover{
	background:-moz-linear-gradient(top, #f5f5f5, #ededed);
    background:-o-linear-gradient(left top, left bottom, from(#f5f5f5), to(#ededed));
    background:-webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ededed));
    text-decoration: none;
}
.mod-form .ft{
	padding: 6px 0;
	line-height: 24px;
	text-align: center;
}
.mod-form .ft a{
	display: inline-block;
	width: 25%;
    color: #4bae4f;
}
.mod-news .bd  ul{
	overflow: hidden;
}
.mod-news .bd li{
	float: left;
	width: 50%;
}
.mod-news .bd li a{
	display: block;
	margin-right: 15px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod-tool .bd a{
	white-space: nowrap;
	margin-right: 12px;
	color: #333;
}
.mod-tool .item{
	margin-bottom: 10px;
}
.mod-tool .c-hd{
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}
.mod-tool .c-bd{
	margin-bottom: 10px;
	line-height: 24px;
	overflow: hidden;
}
.mod-tool .c-bd a{
	color: #888;
}
.mod-tool .c-bd a:hover{
	color: #003399;
}

.mod-friendlink .bd{
	background: #f5f5f5;
	line-height: 28px;
	text-align: center;
}
.mod-friendlink a{
	white-space: nowrap;
	margin: 0 5px;
}

@media screen and (max-width: 800px) {
	.inner{
		width: auto;
	}
	.groups .group-item{
		float: none;
		width: 100%;
	}
	.module{
		margin: 0 0 15px;
	}
	.module .bd{
		padding: 10px 10px;
	}
	.module .hd{
		height: 36px;
	}
	.module .hd h3{
		font-size: 15px;
	}
	.module .hd h3 a{
		margin: 8px 0;
	}
	.module .hd .more{
		line-height: 36px;
		font-size: 12px;
	}

	.mod-search{
		padding-top: 10px;
		margin: 0 0 15px;
	}
	.mod-search .hd h1{
		font-size: 20px;
	}
	.mod-search .bd .input-text{
		padding: 8px 10px;
		width: 220px;
		width: calc(100vw - 140px);
	}
	.mod-search .search .clear{
		right: 68px;
		top: 2px;
	}
	.mod-search .bd .input-button{
		width: 60px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.mod-search .ft li a{
		font-size: 13px;
	}

	.mod-form .bd input{
		margin: 0;
	}
	.mod-form .bd label{
		display: block;
		text-align: left;
	}
	.mod-form .bd .input-text,.mod-form .bd .input-large{
		width: 220px;
		vertical-align: middle;
	}
	.mod-form .bd .input-mobile-small{
		width: 156px;
	}
	.mod-form .bd .input-button{
		width: 60px;
		vertical-align: middle;
		font-size: 14px;
	}
	.mod-form .bd table td{
		display: block;
	}
	.mod-form .ft a{
		display: block;
		width: auto;
	}
	
	.mod-news .bd li{
		float: none;
		width: auto;
	}
	
	.mod-friendlink a {
	    font-size: 12px;
	}
}

@media screen and (max-width: 320px){
	.module .hd .more{
		position: static;
		margin-left: 8px;
		line-height: 28px;
	}
	.mod-search .bd .input-text{
		width: 200px;
	}

	.mod-form .bd .input-text, .mod-form .bd .input-large{
		width: 180px;
	}
}

@font-face{font-family:'Zoomlaliuzhu-A007';/*逐浪创意流珠体*/
    src: url('https://code.z01.com/font/Zoomlaliuzhu-A007.eot?#iefix'); /* IE9 */
    src: url('https://code.z01.com/font/Zoomlaliuzhu-A007.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */
    url('https://code.z01.com/font/Zoomlaliuzhu-A007.woff') format("woff"), /* chrome、firefox */
    url('https://code.z01.com/font/Zoomlaliuzhu-A007.ttf') format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url('https://code.z01.com/font/Zoomlaliuzhu-A007.svg#Zoomlaliuzhu-A007') format("svg"); /* iOS 4.1- */
    font-style: normal; font-weight: normal;}

@font-face{font-family:'zFont2';
    src: url('https://code.z01.com/font/zFont2.eot?#iefix'); /* IE9 */
    src: url('https://code.z01.com/font/zFont2.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */
    url('https://code.z01.com/font/zFont2.woff') format("woff"), /* chrome、firefox */
    url('https://code.z01.com/font/zFont2.ttf') format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url('https://code.z01.com/font/zFont2.svg#zFont2') format("svg"); /* iOS 4.1- */
    font-style: normal; font-weight: normal;}

@font-face{font-family:'ZoomlaGuoqing-A070'; /*逐浪喜迎国庆方盾体*/
    src: url('https://code.z01.com/font/ZoomlaGuoqing-A070.eot?#iefix'); /* IE9 */
    src: url('https://code.z01.com/font/ZoomlaGuoqing-A070.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */
    url('https://code.z01.com/font/ZoomlaGuoqing-A070.woff') format("woff"), /* chrome、firefox */
    url('https://code.z01.com/font/ZoomlaGuoqing-A070.ttf') format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url('https://code.z01.com/font/ZoomlaGuoqing-A070.svg#ZoomlaGuoqing-A070') format("svg"); /* iOS 4.1- */
    font-style: normal; font-weight: normal;}

@font-face{font-family:'ZoomlaMarathon-A069'; /*逐浪马拉松跑步体育运动综艺体*/
    src: url('https://code.z01.com/font/ZoomlaMarathon-A069.eot?#iefix'); /* IE9 */
    src: url('https://code.z01.com/font/ZoomlaMarathon-A069.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */
    url('https://code.z01.com/font/ZoomlaMarathon-A069.woff') format("woff"), /* chrome、firefox */
    url('https://code.z01.com/font/ZoomlaMarathon-A069.ttf') format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url('https://code.z01.com/font/ZoomlaMarathon-A069.svg#ZoomlaMarathon-A069') format("svg"); /* iOS 4.1- */
    font-style: normal; font-weight: normal;}

@font-face{font-family:'ZoomlaShuaisong-A028';/*逐浪帅宋斜楷体*/
    src: url('https://code.z01.com/font/ZoomlaShuaisong-A028.eot?#iefix'); /* IE9 */
    src: url('https://code.z01.com/font/ZoomlaShuaisong-A028.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */
    url('https://code.z01.com/font/ZoomlaShuaisong-A028.woff') format("woff"), /* chrome、firefox */
    url('https://code.z01.com/font/ZoomlaShuaisong-A028.ttf') format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url('https://code.z01.com/font/ZoomlaShuaisong-A028.svg#ZoomlaShuaisong-A028') format("svg"); /* iOS 4.1- */
    font-style: normal; font-weight: normal;}

@font-face{font-family:'Zoomlaliuzhu-A007';/*逐浪重圆体*/
    src: url('https://code.z01.com/font/Zoomlaliuzhu-A007.eot?#iefix'); /* IE9 */
    src: url('https://code.z01.com/font/Zoomlaliuzhu-A007.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */
    url('https://code.z01.com/font/Zoomlaliuzhu-A007.woff') format("woff"), /* chrome、firefox */
    url('https://code.z01.com/font/Zoomlaliuzhu-A007.ttf') format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url('https://code.z01.com/font/Zoomlaliuzhu-A007.svg#Zoomlaliuzhu-A007') format("svg"); /* iOS 4.1- */
    font-style: normal; font-weight: normal;}

@font-face{font-family:'ZoomlaWuanYue-A017';/*逐浪创意婉约体*/
    src: url('https://code.z01.com/font/ZoomlaWuanYue-A017.eot?#iefix'); /* IE9 */
    src: url('https://code.z01.com/font/ZoomlaWuanYue-A017.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */
    url('https://code.z01.com/font/ZoomlaWuanYue-A017.woff') format("woff"), /* chrome、firefox */
    url('https://code.z01.com/font/ZoomlaWuanYue-A017.ttf') format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url('https://code.z01.com/font/ZoomlaWuanYue-A017.svg#ZoomlaWuanYue-A017') format("svg"); /* iOS 4.1- */
    font-style: normal; font-weight: normal;}
