body {
	background-color: #F5F5F5;
}

.wrap-index {
	width: 1200px;
	margin: 0 auto;
}

.index-piece {
	margin-top: 24px;
}

.index-piece img {
	display: block;
}

.index-section-title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.index-section-title-int {
	font-size: 14px;
	color: #555;
	font-weight: normal;
}

/* 顶部通知条s */

.top-notice-word {
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background: -o-linear-gradient(left, #ff6c00, #a200ff);
	background: -webkit-gradient(linear, left top, right top, from(#ff6c00), to(#a200ff));
	background: linear-gradient(to right, #1cb7fd, #008bff);
}

.top-notice-word .top-notice-word-link {
	color: #ffffff;
}

/* 顶部通知条e */

/* 搜索框s */

.index-searach {
	background-color: #fff;
}

.search-bar {
	padding: 20px 0 27px 0;
}

.index-logo {
	float: left;
	width: 380px;
	padding: 12px 20px 0 0;
}

.index-logo-img {
	display: block;
}

.search-con {
	float: left;
	margin-top:15px;
}

#search_module{-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: currentcolor #eaeaea #eaeaea;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin: 38px 0 0 2px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 69px;
    z-index: 1000;}
#search_module a {color:#333333;display:block;height:30px;line-height:30px;padding:1px 10px;}
#search_module a:hover{color:#1cb7fd;background:#eaeaea;}
.search-frame{position:relative;}
.search_m{background:#f9f9f9;border:none;border-right: 1px solid #eaeaea;color: #666666;cursor:pointer;display:block;float:left;font-size:14px;height:36px;line-height:18px;text-align: center;width: 70px;position:absolute;z-index:99;margin-top:2px;margin-left:2px;}
.search-frame i{background: rgba(0, 0, 0, 0) url("./imgs/down.png") no-repeat scroll 0 0;display: block;height:4px;left:57px;position:absolute;top:20px;transition:transform 0.4s ease-out 0s;width:8px;z-index:100;}

.search-frame-input {
	display: block;
	float: left;
	width: 326px;
	height: 36px;
	padding-left: 80px;
	border: 2px solid #1cb7fd;
	border-right: 0;
}

.search-frame-btn {
	display: block;
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	border: 0;
	font-size: 16px;
	color: #fff;
	background: -o-linear-gradient(left, #FF9900, #FF6700);
	background: -webkit-gradient(linear, left top, right top, from(#FF9900), to(#FF6700));
	background: linear-gradient(to right, #1cb7fd, #008bff);
	cursor: pointer;
}

.search-entry {
	float: right;
	margin-top: 1px;
	text-align:center;
}
.search-entry .cjtel{font-size:18px;height:24px;display:inline-block;line-height:24px;color:#1cb7fd;font-weight:normal;text-align:center;text-shadow:3px 2px 1px #ddd;}
.search-entry .mbtel{margin: 10px 0 0;}
.search-entry-btn {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-left: 9px;
	color: #555;
	border: 1px solid #ccc;
	background-color: #F9F9F9;
	text-align: center;
}

.nav-menu{
	background: #05a2e5;
}

.index-nav-item-on {
	background: #1cb7fd;
}

.index-nav-list {
	float: left;
}

.index-nav-item {
	float: left;
	width:150px;
	text-align:center;
	font-size:16px;
	line-height: 36px;
	position: relative;
}

.index-nav-item:hover{
	background:#1cb7fd;
}

.index-nav-item a {
	color:#fff;
}

.index-nav-item a:hover {
	color:#fff;
}


/* 搜索框e */

/* 悬浮搜索s */

.index-float-search {
	width: 100%;
	height: 48px;
	background-color: #fff;
	-webkit-box-shadow: 2px 3px 6px 0px rgba(238, 238, 238, .8);
	box-shadow: 2px 3px 6px 0px rgba(238, 238, 238, .8);
	text-align: center;
	position: fixed;
	top: -54px;
	z-index: 3;
	-webkit-transition: top .2s linear;
	-o-transition: top .2s linear;
	transition: top .2s linear;
}

.index-float-search-show {
	top: 0;
}

.index-float-logo {
	display: inline-block;
	margin-right: 135px;
	padding-top: 8px;
}

.index-float-logo-img {
	height: 32px;
}

.index-float-sbox {
	display: inline-block;
	width: 700px;
	height: 34px;
	margin-top: 7px;
}

.index-float-sbox-l {
	float: left;
	width: 620px;
	height: 34px;
	border: 2px solid #1cb7fd;
	border-right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-float-condition {
	float: left;
	width: 70px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	position: relative;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: height .2s linear;
	-o-transition: height .2s linear;
	transition: height .2s linear;
}

.index-float-condition-auto {
	height: auto;
}

.index-float-condition .iconfont {
	font-size: 12px;
	color: #999;
	position: absolute;
	top: 0;
	right: 12px;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.index-float-condition-auto .iconfont {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.index-float-condition-item {
	padding-left: 14px;
	background-color: #F9F9F9;
}

.index-float-condition-item:last-of-type {
	border-bottom: 1px solid #eee;
}

.index-float-condition-item:hover {
	color: #FF6700;
}

.index-float-input {
	float: left;
	display: block;
	width: 534px;
	height: 30px;
	padding-left: 10px;
	border: 0;
}

.index-float-btn {
	display: block;
	float: left;
	width: 80px;
	height: 34px;
	line-height: 34px;
	border: 0;
	font-size: 16px;
	color: #fff;
	background: -o-linear-gradient(left, #1cb7fd, #008bff);
	background: -webkit-gradient(linear, left top, right top, from(#1cb7fd), to(#008bff));
	background: linear-gradient(to right, #1cb7fd, #008bff);
	cursor: pointer;
}

/* 悬浮搜索e */
.pos{
	height:30px;
	line-height:30px;
	width:100%;
}
.pos em, .pos a, .pos span{float:left;}
.pos em {
    background:url("./imgs/pt_item.png") no-repeat scroll 3px 10px;
    height: 29px;
    line-height: 200px;
    overflow: hidden;
    width: 20px;
}

/* 热门行业s */

.index-hot {
	
}

.index-hot-list {
	padding-top: 10px;
}

.index-hot-item {
	background:#fff;
	float: left;
	width: 590px;
	margin: 0 20px 20px 0;
}

.index-hot-item:nth-child(even) {
	margin-right: 0;
}

.index-hot-item:nth-child(11),
.index-hot-item:nth-child(12) {
	margin-bottom: 0;
}

.index-hot-item ul li{
	font-size:15px;
	line-height:30px;
	height:30px;
	padding-left:16px;
	padding-right:12px;
}
.index-hot-item ul li span{
	color:#999;
}

.index-hot-item .item-title{
	overflow:hidden;
	zoom:1;
	position:relative;
	padding-top:17px;
	padding-bottom:5px;
}
.index-hot-item .item-title .item-icon{
	height:22px;width:4px;background:#1cb7fd;
	float:left;
	position:absolute;
	top:20px;
	left:0;
}
.index-hot-item .item-title .item-main{
	width:200px;
	float:left;
	margin-left:15px;
}
.index-hot-item .item-title .item-main a{
	font-size:20px;
	color:#222;
}
.index-hot-item .item-title .item-more{
	float:right;
	padding-right:10px;
}
.index-hot-item .item-title .item-more a{
	font-size:14px;
	color:#999;
	line-height:30px;
}
.index-hot-item .item-bottom{
	height:17px;
}
.hot-item-img .item-title{
	padding-top:0;
}
.hot-item-img .item-title .item-icon{
	top:3px;
}
.hot-item-img .item-img{
	padding:10px;
	position:relative;
}
.item-img .item-img-title{
	font-weight:bolder;
	position: absolute;
	bottom:12px;
	left:15px;
}
.item-img .item-img-title a{
	font-size:20px;
	color:#FFF;
}
.item-img .item-img-more{
	position: absolute;
	bottom:12px;
	right:15px;
}
.item-img .item-img-more a{
	font-size:14px;
	color:#FFF;
}
.item-type{padding-bottom:10px;}
.item-type ul{
	position:relative;
}
.item-type ul li{
	float:left;
}
.item-type ul li h6{font-size:16px;color:#1cb7fd;padding-left:5px;}
.item-type ul li a{border:1px solid #1cb7fd;padding-left:7px;padding-right:8px;color:#1cb7fd;border-radius:5px;}
.item-type ul li.item-icon{
	height:22px;width:4px;background:#1cb7fd;
	float:left;
	position:absolute;
	top:5px;
	left:10px;
	padding:0;
}

.index-hot-item-l {
	float: left;
	width: 180px;
	height: 320px;
	overflow: hidden;
}

.index-hot-item-l1 {
	background: -o-linear-gradient(top, #3C84FF, #6BC6FF);
	background: -webkit-gradient(linear, left top, left bottom, from(#3C84FF), to(#6BC6FF));
	background: linear-gradient(to bottom, #3C84FF, #6BC6FF);
}

.index-hot-item-l2 {
	background: -o-linear-gradient(top, #7633FF, #778AFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#7633FF), to(#778AFF));
	background: linear-gradient(to bottom, #7633FF, #778AFF);
}

.index-hot-item-l3 {
	background: -o-linear-gradient(top, #3BA8BD, #23C8CE);
	background: -webkit-gradient(linear, left top, left bottom, from(#3BA8BD), to(#23C8CE));
	background: linear-gradient(to bottom, #3BA8BD, #23C8CE);
}

.index-hot-item-l4 {
	background: -o-linear-gradient(top, #E8B64A, #FBD953);
	background: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#FBD953));
	background: linear-gradient(to bottom, #E8B64A, #FBD953);
}

.index-hot-item-l5 {
	background: -o-linear-gradient(top, #8B96B3, #ADBCD2);
	background: -webkit-gradient(linear, left top, left bottom, from(#8B96B3), to(#ADBCD2));
	background: linear-gradient(to bottom, #8B96B3, #ADBCD2);
}

.index-hot-item-l6 {
	background: -o-linear-gradient(top, #BE7B93, #E2ABBC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BE7B93), to(#E2ABBC));
	background: linear-gradient(to bottom, #BE7B93, #E2ABBC);
}

.index-hot-item-l7 {
	background: -o-linear-gradient(top, #FF8929, #FFAD2D);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF8929), to(#FFAD2D));
	background: linear-gradient(to bottom, #FF8929, #FFAD2D);
}

.index-hot-item-l8 {
	background: -o-linear-gradient(top, #F44E4E, #FF7F7F);
	background: -webkit-gradient(linear, left top, left bottom, from(#F44E4E), to(#FF7F7F));
	background: linear-gradient(to bottom, #F44E4E, #FF7F7F);
}

.index-hot-item-l9 {
	background: -o-linear-gradient(top, #8A86FF, #A1B3FF);
	background: -webkit-gradient(linear, left top, left bottom, from(#8A86FF), to(#A1B3FF));
	background: linear-gradient(to bottom, #8A86FF, #A1B3FF);
}

.index-hot-item-l10 {
	background: -o-linear-gradient(top, #5EA08B, #74CFB2);
	background: -webkit-gradient(linear, left top, left bottom, from(#5EA08B), to(#74CFB2));
	background: linear-gradient(to bottom, #5EA08B, #74CFB2);
}

.index-hot-item-l11 {
	background: -o-linear-gradient(top, #5280DE, #62ACFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#5280DE), to(#62ACFF));
	background: linear-gradient(to bottom, #5280DE, #62ACFF);
}

.index-hot-item-l12 {
	background: -o-linear-gradient(top, #46BE63, #55E177);
	background: -webkit-gradient(linear, left top, left bottom, from(#46BE63), to(#55E177));
	background: linear-gradient(to bottom, #46BE63, #55E177);
}

.index-hot-ltit {
	width: 124px;
	height: 66px;
	padding: 8px 0 0 15px;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 0 0 33px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-hot-ltit-p1 {
	font-size: 20px;
	font-weight: bold;
}

.index-hot-ltit-p2 {
	font-size: 12px;
}

.index-hot-lpic {
	display: block;
	margin: 22px auto 0 auto;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.index-hot-item-l:hover .index-hot-lpic {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-hot-item-r {
	float: left;
	width: 410px;
	background-color: #fff;
}

.index-hot-rt {
	padding: 10px 0;
	border-bottom: 1px solid #F3F0E9;
}

.index-hot-rt-item {
	float: left;
	width: 137px;
	height: 209px;
	text-align: center;
}

.index-hot-rt-item:nth-child(2) {
	background-color: #F7F7F7;
}

.index-hot-rt-item:nth-child(3) {
	width: 136px;
}

.index-hot-rt-item-name {
	font-size: 16px;
	color: #333;
	margin: 18px 0 26px 0;
}

.index-hot-rt-item-pic {
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.index-hot-rt-item:hover .index-hot-rt-item-pic {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-hot-rb {
	height: 68px;
	padding: 22px 0 0 24px;
}

.index-hot-rb-item {
	float: left;
	width: 75px;
	margin: 0 20px 10px 0;
	color: #333;
}

/* 热门行业e */

.index-zlink {
	background:#fff;
	float: left;
	width: 100%;
	margin: 0 20px 20px 0;
}
.zlink-title{
	overflow: hidden;
    padding-bottom: 5px;
    padding-top: 17px;
    position: relative;
}
.zlink-title .item-icon{
	height:22px;width:4px;background:#1cb7fd;
	float:left;
	position:absolute;
	top:20px;
	left:0;
}
.zlink-title ul{
	overflow:hidden;
}
.zlink-title ul li{
	float:left;
	line-height:30px;
	height:30px;
	padding:0 8px;
	margin:0 8px;
}
.zlink-title ul li a{
	font-size:20px;
}
.tab7c_1 a{
	color:#999;
}
.tab7c_2 a{
	color:#555;
}
.box_7{
	padding-bottom:18px;
	padding-top:10px;
}
.linkcomp ul{
	overflow:hidden;
}
.linkcomp ul li {
    background: rgba(0, 0, 0, 0) url("./imgs/indeximg.png") no-repeat scroll -20px -152px;
    float: left;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    text-align: left;
    width: 135px;
	margin:0 8px;
}