﻿/*菜单*/
.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;
}

/*香港正牌*/
.hongkong {
	width: 100%;
	height: 160px;
	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: 14px;
	color: #000;
}
.hongkong .h_title span {
	width: 40px;
	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: 12px;
	font-weight: bold;
}
.hongkong .h_box {
	margin-top: 10px;
}
.hongkong .h_box .left {
	float: left;
}
.hongkong .h_box .left img {
	width: 100px;
	height: 100px;
}
.hongkong .h_box .right {
	font-size: 13px;
	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: 20px;
    font-weight: bold;
    font-size: 14px;
	-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 7px;
    background-size: 15px;
}
.c_icon2 {
	background: url(../images/i-zl.png) no-repeat left 7px;
    background-size: 15px;
}
.c_title span {
	width: 40px;
	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: 12px;
	color: #000;
}

.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;
}