.header {
	background: #f5f5f5;
	position: relative;
	z-index: 100;
	box-shadow: none
}

.top_box .top .left {
	margin-left: 225px
}

.top_box {
	color: #999;
	background: #e3e4e5;
	border-bottom: #ccc solid 1px
}


.top-logos {
	position: relative;
	float: left;
	background: #fff;
	width: 215px;
	height: 125px;
	top: -50px;
	left: -8px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
}

.top_box .T_a {
	border-color: #e3e4e5
}

.general .main {
	position: relative
}

.general .search {
	border: 0;
	left: 185px
}

.indexlogo {
	left: 50%;
	margin-left: -70px;
	top: 10px;
	z-index: 1;
	position: absolute;
	width: 140px;
	height: 100px;
	background: #fff url(../images/logos.png) 0 0 no-repeat;
	display: inline-block;
}


.general .top-zl {
	margin: 0;
	left: 50%;
	margin-left: -85px;
	position: absolute;
	top: 97px
}

.indexlogo-bg {
	background: #f5f5f5 url(../images/logo-bg.png) 0 bottom no-repeat;
	display: inline-block;
	height: 10px;
	position: absolute;
	bottom: -3px;
	width: 216px;
	left: 0
}

.general .t_ads {
	display: none
}

.general .Quick-link {
	display: block
}

.hz-brand {
	display: inline-block;
	background-position: -143px -77px;
	position: absolute;
	top: 28px;
	width: 18px;
	height: 18px;
	right: 10px
}

.index-logo a {
	height: 100%;
	display: block
}

.general .Quick-link .rec-icon {
	width: 14px;
	height: 14px;
	background: #ffd400;
	color: #000;
	padding: 0 2px;
	margin-left: 4px
}

.general .Quick-link {
	float: right;
	position: relative;
	margin-top: 8px
}

.general .Quick-link .arrow {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #947bfd;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
	position: absolute;
	top: 13px;
	right: 18px
}

.general .Quick-link:hover .arrow {
	top: 13px;
	right: 18px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.general .Quick-link .button {
	font-size: 14px;
	width: 200px;
	height: 40px;
	background: #fff;
	color: #947bfd;
	display: inline-block;
	-webkit-transition: all .3s;
	text-align: center;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
}

.general .Quick-link .release_hover {
	overflow: hidden;
	width: 100%;
	display: none;
	border-radius: 0;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 36px;
	background: #fff
}

.general .release_hover a {
	font-size: 12px;
	height: 36px;
	margin: -1px 10px 0 10px;
	display: block;
	border-top: 1px solid #eee;
	color: #2789ed;
	line-height: 36px;
	padding-left: 20px
}

.general .Quick-link span {
	display: inline-block;
	line-height: 38px;
	vertical-align: middle;
}

.general .Quick-link:hover .release_hover {
	display: block;
	-webkit-box-shadow: 0 1px 4px #947bfd;
	box-shadow: 0 1px 4px #947bfd
}

.general .Quick-link:hover {
	-webkit-box-shadow: 0 1px 4px #947bfd;
	box-shadow: 0 1px 4px #947bfd
}

.nav-box {
	width: 200px;
	background: url(../images/rtop-bg.png) 0 0 no-repeat;
	color: #fff;
	text-align: center
}

.indexnav-link {
	font-size: 15px;
	line-height: 20px;
}

.indexnav-link a {
	float: left;
	height: 20px;
	margin: 0 10px;
	padding: 10px 17px;
	font-size: 13px;
}

.indexnav-link a.cur {
	border-bottom-color: #f60;
	color: #f60
}

.indexnav-link a:hover {
	color: #ec2828
}

.indexnav-link .bold {
	color: #ec2828;
	font-weight: 700
}

.indexnav-link a.bold:hover {
	color: #333
}

.index-slider {
	width: 100%;
	height: 400px
}

.index-slider .main {
	position: relative
}

.sidebar {
	border: 1px solid #fff;
	width: 215px;
	position: absolute;
	z-index: 9;
	margin-left: -9px;
	border-top: 0;
	border-left: 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	background: #fff;
}

.sidebar_top {
	padding: 0 0 10px 53px;
	line-height: 35px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	border-top: 1px solid #ddd;
	BACKGROUND-POSITION: 0 -321px;
	margin: 0 0 0 -8px
}

.sidebar_menu {
	height: 39px;
	position: relative;
	z-index: 100;
	display: block;
}


.sidebar_menu.last {
	height: 38px;
	border-bottom: 1px solid #eee\9
}

.sidebar_menu i {
	color: #666;
	float: left;
	margin-top: -2px;
	font-size: 34px;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out;
	transition: transform .4s ease-out
}

.sidebar_focus i {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg)
}

.sidebar_menu a {
	color: #999;
	padding-left: 8px
}

.sidebar_menu a:hover {
	color: #005ea8
}

.sidebar_menu h3 {
	font-size: 15px;
	display: block;
	padding: 4px 25px;
	font-weight: 400;
	height: 32px;
}

.xsyc {
	background: #fff;
	display: none;
}

.xsyc a {
	width: 180px;
	text-align: center;
	font-size: 12px;
	color: #616161;
}

.xsyc li {
	border-bottom: 1px dashed #eaeaea;
	height: 39px;
	padding: 8.6px 0;
}

.sidebar_menu:hover .xsyc {
	display: block;
}


.tit {
	float: left;
	padding: 0 20px 0 0;
}


.head-nav {
	width: 100%;
	background: #fff;
	height: 40px;
}













html {
	overflow-x: hidden;
	overflow-y: scroll
}

body {
	color: #333;
	font: 12px/1.4 '\5FAE\8F6F\96C5\9ED1', 'microsoft yahei', "宋体", Arial, sans-serif;
	background: #f5f5f5;
	-webkit-font-smoothing: antialiased
}

* {
	margin: 0 auto
}

#eval,
#searchtype,
.Big-ICheckbox i,
.Big-IRadio i,
.ICheckbox i,
.IRadio i,
.api_login a,
.c_g_ser span,
.c_s_info a,
.c_s_name .avatar,
.certification i,
.claims_ico,
.d_g_menu .post,
.d_g_menu .replay,
.d_s_pess strong,
.empty i,
.file-panel i,
.filelist .icon,
.fixed-cart-list .more i,
.fixed-cart-list center i,
.fixed-click .refresh i,
.fixed-tab .i i,
.footer-gt dl dt,
.gdlist dt,
.i2 .l4 a,
.icons,
.index_tab i,
.info2 i,
.insert .pic i,
.insert .pic strong,
.layui-form-cart,
.list_tab .l4,
.login_btn,
.login_right ul span,
.mb-action-a,
.nature span,
.nav a,
.notes h3,
.outsideb,
.preNext,
.rank_shop i,
.ranking-box dd i,
.reg_btn,
.reg_left ul div,
.released i,
.reply .u1 span,
.reply input,
.rl_top span,
.s_list li a,
.scoreLeft .mask,
.screen_name i,
.search i,
.share-a,
.slist .l4 a,
.sms_start ul span,
.sort_checkbox i,
.sort_select i,
.steps .right,
.tab-hd span.active,
.tdel,
.tkey a,
.toplink a,
.ubar div ol,
.ubar i,
.uhead .ugg i,
.uim .phone a,
.uim .phone p,
.uim .qq a,
.uim .qq p,
.uim .wechat a,
.uim .wechat p,
.uim .sms a,
.uim .sms p,
.uim .dd a,
.uim .dd p,
.uleft i,
a.login_icon {
	background: url(../images/focus2018.png) no-repeat
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

li {
	list-style-type: none
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer
}

label {
	cursor: pointer
}

cite,
em,
i {
	font-style: normal
}

.hide {
	display: none
}

.gray {
	color: #999
}

.red {
	color: red
}

.blue {
	color: #00f
}

.orange {
	color: #f60
}

.green {
	color: #3a933a
}

.yellow {
	color: orange
}

.black {
	color: #000
}

.white {
	color: #fff
}

.left {
	float: left
}

.right {
	float: right
}

.center {
	text-align: center
}

.b {
	font-weight: 700
}

img {
	border: 0
}

input {
	outline: 0;
	background: 0 0
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset
}

.f12 {
	font-size: 12px
}

.va-3 {
	vertical-align: -3px
}

.va-2 {
	vertical-align: -2px
}

.va-1 {
	vertical-align: -1px
}

.va {
	vertical-align: 0
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.clear {
	clear: both
}

.clearfix:after {
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both
}

.clearfix {
	zoom: 1
}

.fixed {
	position: fixed;
	z-index: 999
}

.ad {
	text-align: right;
	overflow: hidden;
	margin-top: 7px;
	width: 1190px
}

.ad img {
	border: #d0d0d0 solid 1px
}

.ad #idc {
	margin-left: 6px
}

.ad1 {
	text-align: center
}

.ad2 {
	text-align: center;
	overflow: hidden;
	border: #d9d9d9 solid 1px;
	margin-top: 5px;
	width: 1188px;
	height: 60px
}

.ad3 {
	text-align: right;
	margin-bottom: 6px;
	border: #eee solid 1px;
	height: 40px;
	clear: both
}

.ad3 img {
	margin: 0 0 0 5px
}

.ad4 {
	float: left;
	overflow: hidden;
	margin-top: 5px;
	width: 942px
}

.ad4 img {
	border: #d0d0d0 solid 1px
}

.ad4 #idc {
	margin-left: 6px
}

.ad210 {
	float: left;
	overflow: hidden;
	margin: 10px 0 0 0;
	width: 210px;
	height: 210px;
	border: #AAD0E7 solid 1px
}

.main {
	width: 1200px;
}

.top_box {
	color: #7a7a7a;
	height: 30px;
	background: #F5F5F5;
	border-bottom: #eee solid 1px
}

.top_box a {
	color: #666
}

.top_box a:hover {
	color: #f60
}

.top li {
	float: left;
	margin-left: -1px;
	z-index: 0;
	position: relative
}

.top li.curr {
	z-index: 100
}

.top li.not {
	line-height: 30px
}

.top li.arrow .T_a {
	padding-right: 20px
}

.top .T_a {
	float: left;
	padding: 0 10px;
	display: block;
	line-height: 30px;
	height: 31px;
	text-align: center;
	position: relative;
	z-index: 100;
	border-bottom: none;
	border-top: none
}

.top .T_a .arrow {
	border-color: #898989 transparent transparent;
	border-style: solid solid solid;
	border-width: 4px 4px 0;
	font-size: 0;
	height: 0;
	width: 0;
	line-height: 0;
	top: 14px;
	right: 7px;
	display: inline;
	-webkit-transition: .25s ease-in;
	-moz-transition: .25s ease-in;
	-o-transition: .25s ease-in;
	transition: .25s ease-in;
	position: absolute
}

.top .T_a .number {
	color: #ff6a00;
	font-weight: 700;
	padding: 0 2px
}

.top .curr .T_a {
	background: #fff;
	border-color: #DDD
}

.top .curr .T_a .arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.top .change_div {
	display: none;
	background: #fff;
	position: absolute;
	font-size: 13px;
	text-align: left;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	left: 0;
	top: 30px
}

.top .change_div.r {
	right: 0;
	left: auto
}

.top .curr .change_div {
	display: block
}

.top_manage {
	width: 390px;
	padding: 0 6px 15px 14px
}

.top_manage dl {
	float: left;
	display: inline;
	margin: 0 8px;
	width: 114px;
	overflow: hidden
}

.top_manage dt {
	height: 18px;
	line-height: 18px;
	padding: 20px 0 5px;
	color: #fe7710;
	font-weight: 700
}

.top_manage dd a {
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px dashed #ededed;
	color: #333
}

.top_manage dd a:hover {
	color: #f60
}

.top_manage dd a strong {
	color: #555
}

.top_login {
	width: 125px;
	padding: 10px 0 10px 10px
}

.top_login a {
	line-height: 20px;
	height: 21px;
	margin: 8px 0;
	padding: 0 0 0 25px;
	color: #000
}

.top_login a:hover {
	color: #000
}

.top_user {
	background: #fafafa
}

.top_user dt {
	line-height: 18px;
	font-size: 12px;
	width: 250px;
	margin: 10px;
	padding-bottom: 10px;
	float: left;
	border-bottom: 1px #eee solid
}

.top_user img {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px #eee solid;
	padding: 1px
}

.top_user dt p {
	width: 100%;
	float: left;
	margin: 0 0 4px 0
}

.top_user dt span {
	width: 175px;
	float: right
}

.top_user dt a,
.top_user dt a:hover {
	color: #247FBD
}

.top_user dt a.money,
.top_user dt a.money:hover {
	color: #f60
}

.top_user dt a:hover {
	text-decoration: underline
}

.top_user dt em {
	float: left
}

.top_user dt input {
	float: right;
	line-height: 18px;
	height: 20px;
	background: #FFF8F1;
	border: 1px solid #FDBFA0;
	padding: 0 7px;
	cursor: pointer;
	color: #FF8432
}

.top_user dt input:hover {
	border-color: #FFAE85;
	background: #FEF0E3
}

.top_user dt input.sign {
	background: #f1f8ff;
	border-color: #A7CBEC;
	color: #2789ed
}

.top_user dt input.sign:hover {
	background: #E2F0FE;
	border-color: #8fb9df
}

.top_user dt input.signsuc {
	border: 1px solid #e6e6e6;
	background: #FBFBFB;
	color: #C9C9C9
}

.top_user dd {
	text-align: center;
	float: left;
	width: 270px
}

.top_user dd a {
	float: left;
	width: 24.5%;
	margin: 0 0 10px 0;
	color: #888;
	overflow: hidden
}

.top_user dd i {
	display: block;
	height: 30px;
	overflow: hidden;
	font-size: 23px;
	-webkit-text-stroke-width: 0
}

.verify {
	font-family: iconfont;
	font-size: 24px;
	color: #247fbd
}

.iconfont {
	font-family: iconfont;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px
}

a.login_icon {
	float: left;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}

a.login_icon:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

a#qq {
	background-position: -303px -225px
}

a#baidu {
	background-position: -303px -248px
}

a#dd {
	background-position: -303px -596px;
}

a#sina {
	background-position: -303px -272px
}

a#wechat {
	background-position: -303px -320px
}

a#alipay {
	background-position: -303px -297px
}

a#huzhan {
	background-position: -303px -344px
}

.uim em {
	cursor: pointer
}

.uim em:hover {
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
	text-decoration: underline
}

.uim .qq a,
.uim .qq p {
	background-position: -306px -84px;
	padding: 0 0 0 22px;
	cursor: pointer
}

.uim .wechat a,
.uim .wechat p {
	background-position: -306px -134px;
	padding: 0 0 0 22px;
	cursor: pointer
}

.uim .phone a,
.uim .phone p {
	background-position: -305px -110px;
	padding: 0 0 0 22px;
	cursor: pointer
}

.uim .sms a,
.uim .sms p {
	background-position: -302px -532px;
	padding: 0 0 0 22px;
	cursor: pointer
}

.uim .dd a,
.uim .dd p {
	background-position: -304px -561px;
	padding: 0 0 0 22px;
	cursor: pointer
}

.sitelink {
	color: #247fbd
}

.sitelink:hover {
	color: #247fbd;
	text-decoration: underline
}

.general {
	height: 70px;
	padding: 15px 0 5px 0
}

.general li {
	float: left
}

.general .logo {
	float: left;
	width: 329px;
	height: 60px;
	background: url(../images/logos_small.jpg) no-repeat
}

.general .logo a {
	height: 100%;
	display: block
}

.general .s-logo {
	width: 154px
}

.general .top-zl {
	margin: 20px 0 0 160px
}

.general .t_ads {
	margin-top: 3px;
	float: right;
	border: 1px solid #eee;
	height: 60px;
	width: 234px
}

.general .search {
	background: #fff;
	margin-top: 8px;
	width: 470px;
	height: 36px;
	position: relative;
	z-index: 2;
	left: 170px;
	border: #947bfd solid 2px;
}

.general .search span,
.searchlist li {
	float: left;
	width: 17%;
	text-align: center;
	height: 36px;
	position: relative;
	line-height: 35px;
	cursor: pointer
}

.general .search cite {
	display: block;
	height: 100%
}

.general .search .arrow {
	border-color: #999 transparent transparent;
	border-style: solid solid solid;
	border-width: 4px 4px 0;
	font-size: 0;
	height: 0;
	width: 0;
	line-height: 0;
	top: 50%;
	margin-top: -2.5px;
	right: 18%;
	display: inline;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	position: absolute
}

.searchtype.curr .arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.general .search.s {
	width: 300px;
	height: 30px;
	float: right;
	left: auto
}

.general .search.s .arrow {
	right: 11%
}

.general .s .searchlist li,
.general .search.s span {
	height: 30px;
	line-height: 29px
}

.general .search.s .searchbtn {
	height: 30px;
	line-height: 28px;
	font-size: 14px
}

.general .search.s .searchlist {
	top: 30px
}

.general .search.s .searchval {
	width: 60%;
	background: url(../images/zl.png) center 6px no-repeat;
	height: 28px;
	line-height: 27px
}

.searchtype.curr {
	background: #fafafa
}

.searchtype {
	background-position: 45px -351px;
	color: #696969;
	border-right: #fafafa solid 1px;
	line-height: 36px
}

.searchval {
	float: left;
	width: 63%;
	height: 34px;
	padding-left: 2%;
	line-height: 33px;
	border: 0;
	outline: 0;
	background: url(../images/zl.png) 0 11119px no-repeat
}

.searchval.noplace {
	background: 0 0
}



.searchbtn {
	width: 17%;
	height: 36px;
	line-height: 34px;
	color: #fff;
	background: #947bfd;
	text-align: center;
	float: right;
	font-size: 15px;
	border: none;
}









.nav {
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	padding: 0 0 0 10px;
	width: 1200px;
	margin: 20px auto 0;
}


.m {
	margin: auto;
	width: 1200px;
	padding: 20px 0;
}

.w1200 {
	margin: auto;
	width: 1200px;
	clear: both;
}

.s-info-left {
	width: 910px;
	float: left;
	padding: 0px;
	background: #fff;
	border: 1px solid #f1ebe7;
	box-shadow: 0 1px 3px 0 rgba(55, 18, 0, .05);
	border-radius: 4px;
	padding-bottom: 20px;
}

.s-info-left h1 {
	padding: 20px 20px 20px 20px;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.info-l {
	width: 250px;
	float: left;
	padding: 10px 20px 0px 20px;
}

.info-l img {
	width: 250px;
	height: 190px;
}

.info-r {
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	width: 570px;
}

.info-r ul li {
	line-height: 25px;
	font-size: 12px;
	padding: 6px 0;
	overflow: hidden;
}

.info-r ul li strong {
	float: left;
	color: #666;
}

.info-r ul li em {
	overflow: hidden;
	color: #666;
}

.in-title {
	line-height: 18px;
	font-size: 18px;
	color: #333;
	padding: 3px 0;
	font-weight: bold;
	overflow: hidden;
	margin: 5px 20px;
	border-left: #ef3907 3px solid;
	padding-left: 10px;
	overflow: hidden;
}

.s-info-left .content {
	padding: 30px;
	font-size: 12px;
	line-height: 30px;
}

.s-info-right {
	width: 275px;
	float: right;
}

.s-info-right .c-box {
	background: #fff;
	border: 1px solid #f1ebe7;
	box-shadow: 0 1px 3px 0 rgba(55, 18, 0, .05);
}

.s-info-right .contact_body {
	background: white;
	overflow: hidden;
	border: none;
}

.shopName {
	height: 40px;
	padding: 0px 0px 0px 15px;
	background: url(../images/news-hot.png) no-repeat -45px -10px scroll;
	border-bottom: #eee 1px solid;
}

.shopName h3 {
	color: #ff7900;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	padding: 13px 5px 0px 0px;
}

.shopName h3 a {
	color: #ff7900;
}

.shopData p {
	line-height: 20px;
	padding: 0px 5px 0px 15px;
	height: 20px;
	z-index: 1;
	font-size: 12px;
}

.mt10 {
	margin-top: 10px;
}

.shopData p:before,
.shopData p:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.shopData p i {
	color: #999;
	float: left;
	font-size: 12px;
	padding-right: 4px;
	text-align: right;
}

.shopData p:before,
.shopData p:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.companyInfo {
	height: auto;
	overflow: hidden;
	border-top: #e4e4e4 solid 1px;
	padding: 15px 0px 5px 15px;
	margin-top: 10px;
}

.num {
	float: left;
	width: 255px;
	height: 45px;
	margin-top: 5px;
	position: relative;
	margin-left: 2px;
	padding: 0 12px 20px;
}

.num .zxdh {
	display: block;
	width: 44px;
	height: 40px;
	background: #ef3907;
	color: #fff;
	font-size: 16px;
	float: left;
	border-radius: 4px 0 0 4px;
	text-align: center;
	padding-top: 4px;
	line-height: 18px;
	position: relative;
	z-index: 21;
}

.num .name {
	padding: 0 15px;
	width: 175px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #dddddd;
	float: left;
	border-radius: 0 4px 4px 0px;
	font-size: 14px;
	background: #fff;
	position: relative;
	left: -1px;
	z-index: 20;
}

.num .show {
	display: block;
	overflow: hidden;
	margin: 0px auto;
}

.num .show font {
	background: url(../images/tonghua_icon.png) no-repeat 4px 9px;
}

.num font {
	font-family: Arial;
	font-size: 22px;
	color: #000;
	margin-right: 12px;
	padding-left: 40px;
	float: left;
}

.mt25 {
	margin-top: 25px;
}

.box {
	border: #e1e1e1 0px solid;
	border-top: #009237 0px solid;
}

.box {
	background: white;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.box dt {
	line-height: 30px;
	font-size: 18px;
	padding: 5px 15px;
	border-bottom: #eee 1px solid;
	color: #000;
}

.box dt:before {
	background: #ff5400;
	width: 3px;
	height: 20px;
	float: left;
	content: "";
	margin-top: 4px;
	margin-right: 10px;
}

.box ul {
	padding: 12px 15px;
}

.box ul li {
	line-height: 37px;
	font-size: 14px;
	height: 37px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 250px;
}




















.footer {
	background-color: #eee;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	padding: 20px 0px;
	border-top: 1px solid #ddd;
}


.wrap {
	width: 1200px;
	margin: 0 auto;
}

.bot-right {
	width: 1200px;
	margin: 0 auto;
}

.bot-link {
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}


.bot-link a {
	color: #333 !important;
}
