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: 15px;
	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;
}

.content{
	width:900px;
}
.sidebar{
	width:280px;
}
.article, .contact{
	margin-top:5px!important;
}
.article h1.title{
	color:#444;
	font-size:26px;
	margin-top:10px;
	text-align:center;
}
.article .info{
	color:#8c98a3;
	border-bottom:1px solid #ececec;
	font-size:14px;
	line-height:30px;
	text-align:center;
	margin-top:10px;
	padding-bottom:15px;
}
.article .info span{
	color:#666;
	font-size:13px;
}
.article #content{
	color:#444;
	margin-top:20px;
	font-size:15px;
}
.article #content p{
	color:#444;
	margin-bottom:20px;
	font-size:16px;
	line-height:28px;
	overflow-wrap:break-word;
	word-break:break-all;
}
.article #content img{
	margin:0 auto;
	display:block!important;
}
.article #content .lazy {
	background:#FAFAFA url('./imgs/loading.gif') no-repeat center center;
}
.contact,.product,.baiduad{
	padding:5px 10px 0;
}
.content .ctitle{
	font-size:18px;
	line-height:40px;
}
.content .ctitle .line{
	display:inline-block;
    width:20px;
    border-top:1px solid #ececec;
    vertical-align:5px;  
}
.content .ctitle .txt{
	text-align:center;
	color:#8c98a3;
	display:inline-block;
    width:100px;	
}
.content .ctitle .linetwo{
	display:inline-block;
    width:720px;
    border-top:1px solid #ececec;
    vertical-align:5px;  
}


.sidebar .stitle{
	font-size:18px;
	line-height:40px;
	text-align:center; 
}
.sidebar .stitle .line{
	display:inline-block;
    width:80px;
    border-top:1px solid #ececec;
    vertical-align:5px;  
}
.sidebar .stitle .txt{
	color:#8c98a3;
	display:inline-block;
    width:100px; 
}
.contact ul li{
	line-height:40px;
	font-size:15px;
}
.contact ul li .ctname{
	color:#8c98a3;
}
.contact ul li .ctdetail{
	color:#444;
}
.contact ul li .ctdetail-id, .contact ul li .ctdetail-cid{
	background:#e8f3fc none repeat scroll 0 0;
	color:#449de6;
	cursor:help;
	padding-left:5px;
	padding-right:5px;
}
.contact ul li.weixin{
	position:relative;
	height:40px;
}
.weixin .ctdetail{
	cursor:default;
}
.weixin .qrbox{
	display:none;
	background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    padding: 10px 10px 2px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 40px;
}
.contact ul li.weixin:hover .qrbox{
	display:block;
}
.weixin .qrbox .qr{
	position:relative;
}
.weixin .qrbox .qr .weixin_log_img{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    padding: 3px;
}
.weixin .text{
	font-size:14px;
	height:30px;
	line-height:30px;
}
.box_top_img{
	display:none;
	background: #fff url("./imgs/box_top_img2.png") no-repeat scroll 0 0;
    height: 10px;
    left: 125px;
    position: relative;
    top: -5px;
    width: 18px;
}
.contact ul li.weixin:hover .box_top_img{
	display:block;
}
.baiduad ul li{
	text-align:center;
}