@charset "utf-8";

.overflow {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*---------------------我是华丽的分割线-------------------------*/
.ul-margin {
	margin-left: 8px;
	margin-top: 2px;
}
/*---------------------我是华丽的分割线-------------------------*/
.ul-margin-logo {
	margin-left: 6px;
	margin-top: 6px;
}

.ul-margin-logo li {
	margin-left: 6px;
	margin-bottom: 4px;
	float: left;
}

.ul-margin-logo li img {
	border: 1px #EAEAEA solid;
}
/*---------------------我是华丽的分割线-------------------------*/
.ul-margin-zhanhui-logo {
	margin-top: 10px;
}

.ul-margin-zhanhui-logo li {
	margin-left: 12px;
	margin-bottom: 6px;
	float: left;
}

.ul-margin-zhanhui-logo li img {
	border: 1px #EAEAEA solid;
}

/*---------------------我是华丽的分割线-------------------------*/
.div-model {
	border: solid 1px #e3e3e3;
}

.div-model-title {
	width: 100%;
	background-color: #f4f4f4;
	height: 35px;
}

.div-model-title-left {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.div-model-title-right {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
/*---------------------大图轮播-------------------------*/
#imgLoop {
	width: 540px;
	height: 290px;
	position: absolute;
}

#imgLoop .imgLoop_list {
	margin: 0;
	padding: 0;
	height: 290px;
	width: 540px;
}

#imgLoop .imgLoop_list .fcon {
	display: none;
}

#imgLoop .imgLoop_list .fcon img.imgLoop_img {
	height: 290px;
	width: 540px;
}

#imgLoop .imgLoop_count {
	height: 21px;
	position: absolute;
	bottom: 15px;
	right: 30px;
	text-align: center;
	z-index: 8;
}

#imgLoop .imgLoop_count .imgLoop_count_inner {
	height: 14px;
	margin: 4px auto 0;
	overflow: hidden;
}

#imgLoop .imgLoop_count .imgLoop_count_inner a {
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

#imgLoop .imgLoop_count .imgLoop_count_inner .current,#imgLoop .imgLoop_count .imgLoop_count_inner a:hover
	{
	background: #f60;
}

#imgLoop .prev,#imgLoop .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url("../../../images/newfront/focus_btn.png") no-repeat;
}

#imgLoop .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}

#imgLoop .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}

#imgLoop .prev:hover {
	background-position: 0 0;
}

#imgLoop .next:hover {
	background-position: -40px 0;
}

/*---------------------我是华丽的分割线-------------------------*/
.div1 {
	margin: auto;
	width: 1000px;
}

.div1-left {
	float: left;
	width: 210px;
	height: 200px;
	border: solid 1px #e3e3e3;
}

.div1-left-in {
	height: 35px;
	background-color: #fff5ec;
	width: 210px;
}

.div1-left-in-title {
	width: 80px;
	margin-left: 10px;
	padding-top: 10px;
}

/*---------------------我是华丽的分割线-------------------------*/
.div2 {
	padding-top: 5px;
	margin: auto;
	width: 1000px;
}

.div2-middle {
	float: left;
	width: 533px;
	height: 150px;
	margin-left: 6px;
	border: solid 1px #e3e3e3;
}

.div2-middle ul {
	
}

.div2-middle ul li {
	float: left;
	padding-left: 10px;
}

.div2-middle ul li img {
	border: 1px #EAEAEA solid;
}

/*---------------------我是华丽的分割线-------------------------*/
.div3 {
	padding-top: 10px;
	margin: auto;
	width: 1000px;
	margin-bottom: 10px;
}
/*---------------------我是华丽的分割线-------------------------*/
.div4 {
	padding-top: 10px;
	margin: auto;
	width: 1000px;
}

.div4-left {
	float: left;
	height: 342px;
	width: 371px;
}

.div4-right {
	float: right;
	height: 342px;
	width: 371px;
}

.div4-ul {
	width: 368px;
	padding-top: 10px;
	float: left;
}

.div4 ul li {
	float: left;
	padding-left: 4px;
}

.div4-li {
	padding: 4px 2px;
	display: block;
}
/*---------------------我是华丽的分割线-------------------------*/
.div5 {
	padding-top: 10px;
	margin: auto;
	width: 1000px;
}

.div5-left {
	float: left;
	height: 225px;
	width: 371px;
}

.div5-left ul {
	margin-left: 10px;
	margin-top: 4px;
	width: 348px;
}

.div5-left ul li {
	line-height: 28px;
}

.div5-right {
	float: right;
	height: 225px;
	width: 371px;
}

.div5-right ul {
	margin-left: 10px;
	margin-top: 4px;
	width: 348px;
}

.div5-right ul li {
	line-height: 28px;
}

/*---------------------我是华丽的分割线-------------------------*/
.div-model-big {
	border: solid 1px #e3e3e3;
}

.div-model-big-title {
	width: 100%;
	background-color: #f4f4f4;
	height: 35px;
}

.div-model-big-title-left {
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}

.div-model-big-title-right {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

/*---------------------我是华丽的分割线(改公告为TAB样式)-------------------------*/
.a-tabnav { /*改公告为TAB样式*/
	float: right;
	width: 238px;
	height: 150px;
	border: solid 1px #e3e3e3;
}

/*-----------------------------------------------------------------*/
.dxkh {
	margin-top: 10px;
	margin-left: 10px;
}

.dxkh li {
	float: left;
	margin: 0 0px 10px 24px;
	width: 135px;
}

.dxkh li img {
	border: 1px #EAEAEA solid;
}

/*-----------------------------------------------------------------*/
.bg11 {
	background: url(../../../images/newfront/xmgl.jpg) 0 0px no-repeat;
	width: 222px;
	height: 30px;
	display: block;
}

a.bg11:hover {
	background: url(../../../images/newfront/xmgl.jpg) 0 -40px no-repeat;
}

.bg12 {
	background: url(../../../images/newfront/xmgl.jpg) 0 -80px no-repeat;
	width: 222px;
	height: 30px;
	display: block;
}

a.bg12:hover {
	background: url(../../../images/newfront/xmgl.jpg) 0 -119px no-repeat;
}

.bg13 {
	background: url(../../../images/newfront/xmgl.jpg) 0 -158px no-repeat;
	width: 222px;
	height: 30px;
	display: block;
}

a.bg13:hover {
	background: url(../../../images/newfront/xmgl.jpg) 0 -198px no-repeat;
}

.bg14 {
	background: url(../../../images/newfront/xmgl.jpg) 0 -237px no-repeat;
	width: 222px;
	height: 30px;
	display: block;
}

a.bg14:hover {
	background: url(../../../images/newfront/xmgl.jpg) 0 -276px no-repeat;
}

/* 类别显示 */
.jumbotron {
	padding-top: 5px;
	margin: auto;
	width: 1000px;
}

.jumbotron .wuzhierji {
	margin: auto;
	height: 30px;
	width: 1000px;
	margin-top: 10px;
}

.jumbotron .wuzhierji .wuzhierji-1 {
	float: left;
	margin-right: 10px;
	font-size: 18px;
}

.jumbotron .wuzhierji .wuzhierji-2 {
	float: left;
	font-size: 18px;
}

.jumbotron .jumbotron-middle {
	float: left;
	width: 375px;
	height: 290px;
	margin-left: 0px;
	border: solid 1px #e3e3e3;
	border-right: 0 none;
}

.jumbotron .jumbotron-middle .jumbotron-middle-div {
	float: left;
	height: 342px;
	width: 371px;
}

.jumbotron .jumbotron-middle .jumbotron-middle-div ul {
	width: 368px;
	padding-top: 7px;
	float: left;
}

.jumbotron .jumbotron-middle .jumbotron-middle-div ul li {
	float: left;
	padding-left: 5px;
}

.jumbotron .jumbotron-left {
	width: 210px;
	height: 290px;
	float: left;
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	border-right: 0 none;
}

.jumbotron .jumbotron-right {
	width: 411px;
	height: 290px;
	float: right;
	border: solid 1px #e3e3e3;
}

.jumbotron .jumbotron-right-title {
	width: 100%;
	height: 35px;
	background: none;
	background-color: #f4f4f4;
}

.jumbotron .jumbotron-right-title-left {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.jumbotron .jumbotron-right ul.jumbotron-right-ul {
	margin-left: 12px;
	float: left;
	width: 187px;
	line-height: 31px;
	margin-top: 0px;
}

/* 商业资讯 */
.information-div {
	width: 750px;
	height: 290px;
	float: left;
	border: solid 1px #e3e3e3;
}

.information-div .information-div-title {
	width: 100%;
	background-color: #f4f4f4;
	height: 35px;
}

.information-div .information-div-title .information-div-title-left {
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}

.information-div .information-div-title .information-div-title-right {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

.information-div .information-left {
	float: left;
	height: 255px;
	width: 371px;
}

.information-div .information-left ul {
	margin-left: 10px;
	margin-top: 4px;
	width: 348px;
}

.information-div .information-left ul li {
	line-height: 28px;
}

.information-div .information-right {
	float: right;
	height: 225px;
	width: 371px;
}

.information-div .information-right ul {
	margin-left: 10px;
	margin-top: 4px;
	width: 348px;
}

.information-div .information-right ul li {
	line-height: 28px;
}

/* 新手帮助 */
.newhelp {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	cursor: pointer;
	position: absolute;
	height: 140px;
	width: 35px;
	background: #f77400;
	z-index: 1;
	top: 150px;
	left: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

/*核心产品*/
.hxcp {
	width: 100%;
	height: auto;
	margin: auto;
}

.hxcp ul {
	margin-top: 20px;
}

.hxcp ul li {
	float: left;
	width: 300px;
	border: 1px solid #eaeaea;
	margin-left: 24px;
	padding: 5px 0 5px 0;
	background: #f0f0f0;
	height: auto;
}

.hxcp ul li:hover {
	float: left;
	width: 300px;
	border: 1px solid #eaeaea;
	margin-left: 24px;
	padding: 5px 0 5px 0;
	background: #fff;
	height: auto;
	cursor: pointer;
}

.hxcp ul li table {
	text-align: center;
}

.hxcp ul li a {
	text-decoration: none;
}

.hxcp ul li img {
	border: 1px solid #CCC;
}

.font-color-999 {
	color: #999;
}