﻿/*菜单*/
.menu {
	margin-top: 20px;
	width: 100%;
	height: 160px;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	display: inline-block;
	margin-bottom: 15px;
	display: block;
	width: 25%;
	height: 60px;
	float: left;
	text-align: center;
}
.menu ul li a {
	display: inline-block;
	color: #333;
	font-size: 14px;
}
.menu ul li a:hover {
    -webkit-tap-highlight-color: rgba(255,255,255,.0);
}
.menu ul li a span {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(../images/ico.png);
	background-repeat: no-repeat;
	background-size: 36px;
}
.menu ul li a .icon_1 {
	background-position: 0 -216px;
}
.menu ul li a .icon_2 {
	background-position: 0 0;
}
.menu ul li a .icon_3 {
	background-position: 0 -72px;
}
.menu ul li a .icon_4 {
	background-position: 0 -144px;
}
.menu ul li a .icon_5 {
	background-position: 0 -36px;
}
.menu ul li a .icon_6 {
	background-position: 0 -180px;
}
.menu ul li a .icon_7 {
	background-position: 0 -252px;
}
.menu ul li a .icon_8 {
	background-position: 0 -396px;
}
.menu ul li a .icon_9 {
	background-position: 0 -108px;
}
.menu ul li a .icon_10 {
	background-position: 0 -360px;
}
.menu ul li a .icon_11 {
	background-position: 0 -324px;
}
.menu ul li a .icon_12 {
	background-position: 0 -288px;
}
.menu ul li a .icon_13 {
	background-image: url(../images/kj.png) !important;
}
.menu ul li a .icon_14 {
	background-image: url(../images/zb.png) !important;
}
.menu ul li a .icon_15 {
	background-image: url(../images/jh.png) !important;
}
.menu ul li a .icon_16 {
	background-image: url(../images/zx.png) !important;
}

/*香港正牌*/
.hongkong {
	width: 100%;
	height: 190px;
	padding: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.hongkong .h_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: url(../images/i-gp.png) no-repeat left;
	background-size: 18px;
	padding-left: 22px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hongkong .h_title a {
	font-size: 16px;
    color: #0db3e4;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: inherit;
}
.hongkong .h_title span {
	height: 30px;
	line-height: 30px;
	background: url(../images/p-right-red.png) no-repeat right 6px;
	background-size: 10px;
	display: block;
	float: right;
}
.hongkong .h_title span a {
	font-size: 16px;
	font-weight: bold;
	padding-right: 16px;
}
.hongkong .h_box {
	margin-top: 10px;
}
.hongkong .h_box .left {
	float: left;
}
.hongkong .h_box .left img {
	width: 130px;
	height: 130px;
}
.hongkong .h_box .right {
	font-size: 16px;
    line-height: 25px;
    float: left;
    margin-left: 20px;
}
.hongkong .h_box .right ul li {
	line-height: 20px;
}
.hongkong .h_box .right ul li span {
	font-size: 13px;
	color: #005F3C;
}

/*栏目*/
.c_title {
	width: 100%;
	height: 30px;
    line-height: 30px;
	padding-left: 26px;
    font-weight: bold;
    font-size: 18px;
    color: #0db3e4;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.c_icon1 {
	background: url(../images/i-tk.png) no-repeat left 1px top 4px;
    background-size: 19px;
}
.c_icon2 {
	background: url(../images/i-zl.png) no-repeat top 5px left;
    background-size: 18px;
}
.c_title span {
	height: 30px;
	line-height: 30px;
	background: url(../images/p-right-red.png) no-repeat right 6px;
	background-size: 10px;
	display: block;
	float: right;
}
.c_title span a {
	font-size: 16px;
	color: #000;
	padding-right: 16px;
}

.column {
	padding: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.column .content {
	/* height: 100%; */
}
.column .content ul li {
	float: left;
    width: 50%;
    box-sizing: border-box;
    line-height: 30px;
    border-top: 1px solid #e6e6e6;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.column .content ul li a {
    font-size: 14px;
    color: #333;
}
.column .content_two ul li {
	float: left;
    width: 33.333%;
    box-sizing: border-box;
    line-height: 30px;
    border-top: 1px solid #b5b5b5;
	/*background-color: #fcc;*/
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.column .content_two ul li a {
    font-size: 16px;
    color: #333;
}
.links {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.links .links_box {
	width: 100%;
}
.links .links_box ul {
	width: 100%;
	list-style-type: none;
}
.links .links_box ul li {
	width: 25%;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
}
.links .links_box ul li a {
	text-decoration: none;
	display: block;
	color: #000;
	font-size: 13px;
	box-shadow: 1px 1px 1px #efefef;
}
.div66 {
    margin: 4px 4px 0px 4px;
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.messageListTip {
    bottom: 98px;
    background: url(../images/liuyan.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}
.messageListTip, .scrollTop, .release {
    position: fixed;
    right: 10px;
    width: 32px;
    height: 32px;
}
.scrollTop {
    bottom: 58px;
    background: url(../images/top.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}