@charset "UTF-8";
	.com-width {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*头部*/
	.top-bar {
	width: 100%;
	height: 4px;
	background: url(../images/top_bar_bg.png) repeat-x;
}
.logo-bar {
	width: 100%;
	height: 110px;
	background: #fff;
	overflow: hidden;
}
.logo-box .logo {
	display: inline-block;
	margin: 12px 0 0 30px;
}
.logo-box .hd-call {
	margin-top: 22px;
	overflow: hidden;
	height: 90px;
	width: 235px;
}
.logo-box .hd-call span {
	font-size: 20px;
	color: #2ab500;
	line-height: 25px;
}
.logo-box .hd-call i {
	float: left;
	display: inline-block;
	padding-right: 10px;
	margin-top: 15px;
	width: 45px;
	height: 45px;
	background: url(../images/sprint.png) no-repeat 0 0;
}
.nav-bar {
	height: 55px;
	overflow: hidden;
	background: #006DDD;
}
.nav-bar ul li {
	float: left;
}
.nav-bar ul li a {
	display: inline-block;
	width: 108px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 14px;
}
.nav-bar ul li.on a,
.nav-bar ul li:hover a {
	background: #2AB500;
}
/*Banner*/
	.banner {
	width: 100%;
	position:relative;
	height:460px;
	overflow:hidden;
}
.banner .bd {
	position:relative;
	z-index:0;
	text-align: center;
}
.banner .bd ul {
	width:100% !important;
}
.banner .bd li {
	width:100% !important;
	height:460px;
}
.banner .bd li .siteWidth {
	width:1000px;
	position:relative;
	margin:0 auto;
	height:460px;
}
.banner .bd li a {
	height:460px;
	display:block;
}
.banner .btn-box a {
	z-index: 5;
	position: absolute;
	top: 50%;
	display: block;
	width: 72px;
	height: 72px;
	margin-top: -36px;
	background: #CCCACA url(../images/default/ico_sliding.png) 0 0 no-repeat;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	opacity: .7;
}
.banner .btn-box .prev {
	left: -72px;
}
.banner .btn-box .next {
	right: -72px;
	background: #CCCACA url(../images/default/ico_sliding.png) 0 -72px no-repeat;
}
.banner:hover .btn-box .prev {
	left: 40px;
}
.banner:hover .btn-box .next {
	right: 40px;
}
.banner .btn-box a:hover {
	background-color: #8A8A8A;
}
.banner .hd {
	width:100%;
	height:20px;
	position:absolute;
	z-index:1;
	bottom:5px;
	left:0;
	text-align:center;
}
.banner .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:12px;
	height:12px;
	margin:0 5px;
	background:#D6D4D4;
	border-radius: 50%;
	line-height:9999px;
	position: relative;
}
.banner .hd ul .on {
	background-color: #006DDD;
}
/*內页banner*/
	.inner-ban .banner {
	height:249px;
}
.inner-ban .banner .bd li {
	height:249px;
}
.inner-ban .banner .bd li .siteWidth {
	height:249px;
}
.inner-ban .banner .bd li a {
	height:249px;
}
/*搜索框*/
	.search-bar {
	margin-top: 4px;
	height: 77px;
	line-height: 77px;
	border-bottom: 1px solid #CCCCCC;
}
.search-bar .s-word {
	position: relative;
}
.search-bar b {
	font-size: 14px;
	font-weight: normal;
	padding-right: 2px;
}
.search-bar a {
	margin-right: 15px;
	color: #999;
}
.search-bar a:hover {
	color: #2AB500;
}
.search-box {
	/*width: 457px;*/

}
.search-box input {
	margin-left: 12px;
	border-radius: 37px;
}
.search-box .ss {
	float: left;
	margin-top: 19px;
	width: 273px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #CCCCCC;
	text-indent: 45px;
	background: #fff url(../images/search_input.png) no-repeat 16px center !important;
	color: #666;
}
.search-box .ss-btn {
	margin-top: 19px;
	width: 116px;
	height: 36px;
	background: #2AB500;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.search-box .ss-btn:hover {
	background-color: #279C01;
	outline: none;
}
.search-box .ss:focus {
	outline: none;
	box-shadow: 0 0 5px #CCCCCC;
}
/*产品展示*/
	.product {
	padding: 60px 0;
	background: #EEEEEE;
}
/*左侧*/
	.product-item {
	width: 210px;
	min-height: 400px;
	background: #fff;
}
.product-item h2 {
	width: 100%;
	height: 100px;
	background: #006DDD;
	font-size: 18px;
	color: #fff;
	line-height: 100px;
	text-indent: 18px;
}
.product-item h2 i {
	margin-right: 8px;
	display: inline-block;
	width: 42px;
	height: 35px;
	background: url(../images/sprint.png) no-repeat 0 -142px;
	position: relative;
	top: 6px;
}
.product-item ul {
	padding: 28px 0 10px 0;
}
.product-item ul li {
	margin-bottom: 5px;
	text-align: center;
}
.product-item ul li a {
	display: inline-block;
    line-height: 40px;
    width: 100%;
	font-size: 14px;
}
.product-item ul li.on a {
	color: #fff;
	background: #2AB500;
}
.product-item .pro-bot {
	border-top: 2px solid #eee;
	width: 100%;
	height: 120px;
	background: #fff;
	text-align: center;
	color: #2ab500;
	font-size: 24px;
}
.product-item .pro-bot span {
	display: inline-block;
	font-size: 14px;
	padding-top: 30px;
	margin-bottom: 9px;
}
.product-item .pro-bot span i {
	display: inline-block;
	width: 33px;
	height: 27px;
	background: url(../images/sprint.png) no-repeat 0 -103px;
	position: relative;
	top: 4px;
}
/*右侧*/
	.product-show {
	width: 961px;
}
.product-show .product-box {
	width: 100%;
	height: 400px;
	display: none;
}
.product-show .product-box:first-child {
	display: block;
}
.product-show ul {
	width: 984px;
}
.product-show ul li {
	float: left;
	margin-bottom: 20px;
	margin-right: 24px;
	width: 216px;
	border: 2px solid #fff;
	text-align: center;
	background: #fff;
}
.product-show ul li:hover {
	border-color: #2AB500;
}
.product-show ul li .a-pic {
	display: block;
	width: 216px;
	height: 122px;
	overflow: hidden;
	line-height: 122px;
	font-size: 0;
	background: #fff;
}
.product-show ul li .a-pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.product-show ul li .a-tit {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-show ul li:hover .a-tit {
	color: #2AB500;
}
/*.box-one {
	padding-top: 50px;
	width: 100%;
	height: 870px;
	background: #fff url(../images/bg_1.png) no-repeat center 39px;
}*/
.com-title {
	padding: 48px 0 45px;
	text-align: center;
}
.com-title h3 {
	font-size: 30px;
	line-height: 30px;
	color: #006ddd;
}
.com-title h2 {
	margin: 10px 0 7px;
	font-size: 24px;
	line-height: 24px;
	color: #333;
}
.com-title h2 a {
	color: #333;
}
.com-title h2 span {
	color: #006ddd;
}
.com-title p {
	margin-bottom: 15px;
	color: #999;
}
.com-title i {
	display: inline-block;
	width: 70px;
	height: 3px;
	background: #666;
}
/*解决方案*/
	.solution {
	padding-bottom: 50px;
}
.solution-show ul {
	width: 1218px;
}
.solution-show ul li {
	float: left;
	margin-right: 18px;
	margin-bottom: 6px;
	width: 585px;
	height: 193px;
	border: 3px solid transparent;
}
.solution-show ul li.on,
.solution-show ul li:hover {
	padding: 0;
	/*border-color: #2AB500;*/
	background: #f2f2f2;
}
.solution-show ul li .pic {
	width: 243px;
	height: 170px;
	line-height: 170px;
	font-size: 0;
	text-align: center;
	margin: 12px 28px 12px 12px;
}
.solution-show ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.solution-show ul li h4 {
	margin-top: 32px;
}
.solution-show ul li h4 a {
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.solution-show ul li span {
	display: inline-block;
	margin: 5px 0 10px;
	color: #999;
}
.solution-show ul li p {
	line-height: 24px;
	padding-right: 15px;
}
.solution-show ul li h4 a:hover {
	color: #2AB500;
}
/*优势*/
	.youshi {
	margin-bottom: 80px;
	text-align: center;
	background: url(../images/bg_1.png) no-repeat center 335px #fff;
}
.youshi h2 {
	font-size: 36px;
	line-height: 36px;
	color: #333;
}
.youshi h2 span {
	color: #006ddd;
}
.youshi h4 {
	margin: 7px 0 50px;
	font-size: 14px;
}
.ys-show ul {
	width: 1223px;
}
.ys-show ul li {
	margin-right: 23px;
	float: left;
	width: 220px;
	height: 379px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px #E4E4E4;
	-moz-box-shadow: 0 0 20px #E4E4E4;
	box-shadow: 0 0 20px #E4E4E4;
}
.ys-show ul li .cont {
	width: 100%;
	height: 210px;
}
.ys-show ul li .pic {
	width: 220px;
	height: 169px;
	overflow: hidden;
}
.ys-show ul li .cont i {
	margin-top: 20px;
	display: inline-block;
	width: 74px;
	height: 74px;
	line-height: 74px;
	font-style: normal;
	font-size: 48px;
	border: 1px solid #afafaf;
	border-radius: 50%;
	color: #afafaf;
}
.ys-show ul li:hover .cont i {
	color: #2AB500;
	border-color: #2AB500;
}
.ys-show ul li .cont p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
}
.box-two {
	padding-top: 50px;
	width: 100%;
	/*height: 1164px;*/
	background: url(../images/bg_2_1.png) no-repeat center 355px #fff;
	overflow: hidden;
}
/*横幅广告*/
	.index-gg {
	margin: 0 auto;
	padding: 5px 0 25px;
	width: 1200px;
	height: 188px;
	overflow: hidden;
}
/*案例展示*/
.index-case {
	padding-bottom: 50px;
}
	.case-show {
	margin: 0 auto;
	width: 1200px;
	height: 544px;
	overflow: hidden;
}
.case-show ul {
	width: 1243px;
}
.case-show ul li {
	margin-right: 43px;
	margin-bottom: 48px;
	float: left;
	width: 297px;
	height: 248px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.case-show ul li.left {
	width: 518px;
	height: 544px;
	overflow: hidden;
}
.case-show ul li.right a.pic {
	display: inline-block;
	width: 297px;
	height: 248px;
	overflow: hidden;
	line-height: 248px;
	font-size: 0;
}
.case-show ul li.left a.pic {
	display: inline-block;
	width: 518px;
	height: 544px;
	overflow: hidden;
	line-height: 544px;
	font-size: 0;
}
.case-show ul li a.pic img {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.case-show ul li a.tit {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #333;
	font-size: 16px;
	opacity: .9;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case-show ul li:hover a.tit {
	background: #2AB500;
}
.case-show ul li:hover a.pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.more-bar {
	margin: 40px auto 0;
	display: block;
	width: 1200px;
	height: 64px;
	line-height: 64px;
	background: #fff;
	font-size: 14px;
	text-indent: 38px;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	position: relative;
}
.more-bar span {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 78px;
	height: 64px;
	background: #2AB500;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: sans-serif;
	text-indent: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.more-bar:hover {
	color: #2AB500;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}
.more-bar:hover span {
	width: 100px;
}
.box-three {
	width: 100%;
	height: 1025px;
	background: url(../images/bg_3.png) no-repeat center top #fff;
	overflow: hidden;
}
.box-three .com-title {
	padding: 0 0 45px;
}

/*实力展示*/
	.muscle-show {
	padding-bottom: 55px;
	position: relative;
}
.muscle-show .btn-box {
	width: 100%;
}
.muscle-show .btn-box a {
	display: inline-block;
	width: 26px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}
.muscle-show .btn-box .prev {
	background: url(../images/sprint.png) no-repeat 0 -215px;
	left: -45px;
}
.muscle-show .btn-box .next {
	background: url(../images/sprint.png) no-repeat -33px -215px;
	right: -45px;
}
.muscle-show .btn-box a:hover {
	/*color: #006DDD;*/
	background-position-y: -260px;
}
.muscle-show .show-box {
	width: 1200px;
	height: 208px;
	overflow: hidden;
}
.muscle-show .show-box ul {
	width: 1240px;
}
.muscle-show .show-box ul li {
	margin-right: 40px;
	float: left;
	width: 270px;
	height: 208px;
	line-height: 208px;
	font-size: 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.muscle-show .show-box ul li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.muscle-show .show-box ul li .shade {
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.7);
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
}
.muscle-show .show-box ul li:hover .shade {
	top: 0;
}
/*安放知识*/
	.knowledge {
	height: 486px;
}
.know-left {
	width: 787px;
	height: 486px;
	overflow: hidden;
	background: purple;
}
.know-left .cont {
	width: 393px;
	height: 100%;
	background: #323232;
	position: relative;
}
.know-left .cont .sj {
	position: absolute;
	left: -16px;
	top: 176px;
	width: 16px;
	height: 31px;
	background: url(../images/sj.png) no-repeat;
}
.knowledge h4 {
	padding: 47px 0 10px;
	padding-left: 37px;
	font-size: 14px;
	color: #fff;
}
.knowledge h2 {
	padding-left: 37px;
}
.knowledge h2 a {
	font-size: 24px;
	color: #fff;
}
.know-left .cont h2 span {
	color: #2ab500;
}
.news-show {
	margin-top: 30px;
	padding: 0 28px 0 37px;
}
.news-show ul {
	width: 324px;
	border-top: 1px solid #494949;
}
.news-show ul .one h3 {
	margin: 17px 0 13px;
}
.news-show ul .one h3 a {
	font-size: 14px;
	color: #EBEBEB;
}
.news-show ul .one p {
	color: #D0D0D0;
}
.news-show ul .one .more {
	display: inline-block;
	margin: 10px 0 18px;
	color: #2bae03;
}
.news-show ul .two {
	margin-bottom: 7px;
	width: 324px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #1E1E1E;
}
.news-show ul .two h3 a {
	font-size: 14px;
	color: #CDCDCD;
}
.news-show ul .one h3 a:hover,
.news-show ul .two h3 a:hover {
	color: #2AB500;
}
.news-show ul .two span {
	display: inline-block;
	margin-right: 25px;
	padding-top: 9px;
	width: 67px;
	height: 41px;
	line-height: 15px;
	text-align: center;
	background: #262626;
	color: #CDCDCD;
}
.news-show ul .two span b {
	font-weight: normal;
	font-size: 24px;
}
.know-left .cont .more-bot {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	border-top: 1px solid #494949;
	text-align: right;
	color: #A6A6A6;
}
.know-left .cont .more-bot .more {
	margin-left: 15px;
	display: inline-block;
	width: 61px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #2CB500;
	color: #fff;
	font-size: 20px;
	font-family: sans-serif;
	position: relative;
	top: -1px;
	-webkit-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
}
.know-left .cont .more-bot:hover {
	color: #DEDEDE;
}
.know-left .cont .more-bot:hover .more {
	width: 81px;
}
.know-right {
	width: 413px;
	height: 486px;
	overflow: hidden;
}
.know-right .title {
	height: 128px;
	background: #006DDD;
	position: relative;
}
.know-right .title .more {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 122px;
	height: 62px;
	line-height: 70px;
	text-align: center;
	background: #fff;
	color: #006ddd;
	font-size: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.know-right .title .more:hover {
	background: #2AB500;
	color: #fff;
}
.faq-show {
	padding: 18px 13px 0 22px;
	background: #fff;
}
.faq-show ul li {
	width: 100%;
	height: 85px;
	border-top: 1px solid #ECECEC;
}
.faq-show ul li:first-child {
	border-top: none;
}
.faq-show ul li i {
	margin: 7px 13px 0 6px;
	display: inline-block;
	float: left;
	font-style: normal;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #fff;
}
.faq-show ul li h3 i {
	background: #006DDD;
}
.faq-show ul li p i {
	background: #2CB500;
}
.faq-show ul li h3 a {
	font-size: 14px;
	color: #006ddd;
	line-height: 33px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.faq-show ul li h3 a:hover {
	color: #007EFF;
}
.faq-show ul li p {
	line-height: 22px;
}
/*友情链接*/
	.links {
	margin: 12px auto 0;
	width: 1200px;
	height: 92px;
	line-height: 92px;
}
.links h3 {
	display: inline-block;
	font-size: 14px;
	color: #006ddd;
}
.links a {
	margin-left: 20px;
	font-size: 14px;
}
/*尾部*/
	.footer {
	height: 257px;
	background: #1E1E1E;
}
.footer .bot-logo {
	padding: 44px 45px 60px 10px;
}
.footer .right {
	margin: 36px 0 0 0;
	padding-left: 38px;
	width: 908px;
	height: 198px;
	border-left: 1px solid #363636;
}
.footer .right .bot-nav {
	width: 100%;
	.footer .right .bot-nav ul li
}
.footer .right .bot-nav ul li {
	float: left;
	margin-left: 28px;
	margin-bottom: 12px;
}
.footer .right .bot-nav ul li:first-child {
	margin-left: 0;
}
.footer .right .bot-nav ul li a {
	font-size: 13px;
	color: #999;
}
.footer .right p {
	line-height: 27px;
	color: #999;
}
.footer .right p span {
	color: #b4b4b4;
}
.footer .right p span b {
	font-weight: normal;
	color: #2ab500;
	font-size: 24px;
}
.footer .right .qr-box {
	margin-top: 25px;
}
.footer .right .qr-box ul li {
	margin-left: 15px;
	float: right;
	width: 160px;
	text-align: center;
	line-height: 25px;
}
.footer .right .qr-box ul li img {
	width: 108px;
	height: 108px;
}
.footer .right a {
	color: #999;
}
.footer .right a:hover,
.footer .right .bot-nav ul li a:hover {
	color: #2AB500;
}
/*内页相关*/
	.main {
	width: 1200px;
	margin: 40px auto 60px;
	min-height: 500px;
}
.main .m_left {
	width: 210px;
}
.main .m_left .left_cate {
	width: 100%;
	padding-bottom: 20px;
	background: #fff;
}
.main .m_left .cate_tit {
	color: #fff;
	font-size: 18px;
	height: 100px;
	line-height: 100px;
	text-indent: 57px;
	background: url(../images/cate_tit.jpg) no-repeat;
}
.main .m_left .left_tit {
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	height: 54px;
	line-height: 54px;
	text-indent: 20px;
	background: #006DDD url(../images/left_tit.jpg) no-repeat;
}
.main .m_left .left_tit b {
	font-weight: 400;
}
.main .m_left .search {
	width: 183px;
	height: 27px;
	background: url(../images/ico.png) 0 0 no-repeat;
	margin: 20px auto 0;
}
.search .key {
	height: 27px;
	width: 145px;
	border: none;
	line-height: 27px;
	margin-left: 10px;
	background: none;
	float: left;
	color: #aaa;
}
.search .sub {
	width: 27px;
	height: 27px;
	float: left;
	background: none;
	border: none;
	cursor: pointer;
}
.main .m_left .cate_list {
	padding: 0 32px;
	line-height: 32px;
	overflow: hidden;
}
.main .m_left .cate_list ul {
	padding-top: 10px;
}
.main .m_left .cate_list li {
	font-size: 14px;
	margin-bottom: 4px;
	height: 33px;
	overflow: hidden;
}
.main .m_left .cate_list li a {
	display: block;
}
.main .m_left .cate_list li a i {
	width: 3px;
	height: 15px;
	display: block;
	background: url(../images/product-tit.png) no-repeat left center;
	float: left;
	margin: 9px 12px 0 0;
}
/*.main .m_left .cate_list li a:hover i,.main .m_left .cate_list .cur a i {
	background: url(../images/product-tit.png) no-repeat left center;
}*/
	.main .m_left .cate_list .cur a,
.main .m_left .cate_list li a:hover {
	color: #2ab500;
}
.main .m_left .contact_con {
	padding: 15px 10px 20px 20px;
	line-height: 30px;
	background: #fff;
}
.main .m_left .contact_con p {
	width: 180px;
	text-align: center;
	padding-top: 15px;
	line-height: 20px;
}
.main .m_left .contact_con b {
	font-size: 18px;
	font-weight: 500;
	color: #00922D;
}
.main .m_right {
	width: 930px;
	padding: 0px 20px 30px;
	background: #fff;
}
.m_right .r_top {
	height: 50px;
	line-height: 54px;
	border-bottom: 1px solid #D4D4D4;
}
.m_right .r_top i {
/*	width: 17px;
    height: 17px;
    background: url(../images/ico.png) 0px -45px no-repeat;
    display: block;
    float: left;
    margin: 19px 15px 0 0;*/
}
.m_right .r_top b {
	font-size: 18px;
	font-weight: 400;
	color: #333;
}
.m_right .r_top .location {
	float: right;
	color: #757575;
}
.m_right .r_top .location a {
	color: #757575;
}
.m_right .r_top .location a:hover {
	color: #36ac37;
}
.m_right .pro_list {
	padding-top: 22px;
	margin: 0 auto;
	border-top: 1px solid #fff;
}
.m_right .pro_list ul {
	width: 1000px;
}
.m_right .pro_list li {
	padding: 3px;
	width: 198px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0 23px 15px 8px;
	border: 1px solid #ddd;
}
.m_right .pro_list li:hover {
	background: #2AB500;
}
.m_right .pro_list li .pro_img {
	width: 198px;
	height: 198px;
	line-height: 198px;
	font-size: 0;
	background: #fff;
}
.m_right .pro_list li .pro_img a {
	display: block;
	width: 100%;
	height: 100%;
}
.m_right .pro_list li .pro_img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.m_right .pro_list li p a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	line-height: 40px;
	background: #eee;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m_right .pro_list li:hover p a {
	background: #2AB500;
	color: #fff;
}

.pages {
	margin-top: 8px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #F5F5F5;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.pages a {
	padding: 8px 12px;
	height: 32px;
	margin: 0 3px;
	/*font-size: 14px;*/
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.pages .current {
	padding: 8px 12px;
	background: #2AB500;
	height: 32px;
	color: #fff;
}
.pages a:hover {
	background: #ddd;
}
.pages .fl {
	position: relative;
	top: 12px;
	left: 10px;
	font-size: 14px;
}
.pages .fr {
	position: relative;
	top: 12px;
	right: 10px;
	font-size: 14px;
}
.pages .fr select {
	width: 40px;
	height: 22px;
	border: 1px solid #ccc;
}
/*行业资讯*/
	.new_cate {
	height: auto !important;
	padding-bottom: 25px;
}
.hot_pro {
	height: 795px;
	overflow: hidden;
}
.hot_pro ul {
	padding: 15px 0 15px !important;
}
.hot_pro ul li {
	width: 200px;
	height: 225px;
	margin: 0 auto 15px;
	border: 1px solid #e0e0e0;
	background: #fff;
}
.hot_pro li:hover {
	border: 1px solid #dadada;
	box-shadow: 0 0 5px #d1d1d1;
	background: #fff;
}
.hot_pro li .pro_img {
	width: 180px;
	height: 180px;
	margin: 10px auto 0;
	line-height: 180px;
	font-size: 0;
	text-align: center;
}
.hot_pro li .pro_img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.hot_pro li p {
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
}
.m_right .new_list {
	padding: 10px 0 32px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #fff;
}
.m_right .new_list li {
	width: 942px;
	height: 150px;
	border-bottom: 1px solid #ddd;
	padding: 20px 10px 20px 0;
	overflow: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.m_right .new_list li:hover {
	/*background: #f2f2f2;*/
}
.new_list li .new_img {
	width: 180px;
	height: 130px;
	float: left;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 130px;
	margin-right: 15px;
	padding: 1px;
}
.new_list li .new_con {
	width: 100%;
	height: 150px;
	float: left;
	overflow: hidden;
	line-height: 24px;
	color: #878787;
}
.new_list li .new_con .pic {
	border: 2px solid #f2f2f2;
	margin: 0 25px 0 5px;
	width: 230px;
	height: 146px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.new_list li .new_con .pic img {
	width: 100%;
	height: 100%;
}
.new_list li .new_con .pic:hover {
	border-color: #eee;
}
.new_list li .new_con h2 {
	width: 540px;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	padding: 4px 0 4px;
	height: 24px;
	overflow: hidden;
}
.new_list li .new_con h2 a {
	color: #333;
}
.new_list li .new_con h2 a:hover {
	color: #ff6600;
}
.new_list li .new_con span {
	padding-bottom: 4px;
}
.new_list li .new_con a.more,
.faq_list li .faq_con a.more {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #999;
	font-size: 14px;
	margin-top: 8px;
}
.new_list li .new_con a.more:hover,
.faq_list li .new_con a.more:hover {
	color: #fff;
	background: #2AB500;
	border-color: #2AB500;
}

/*.new_list li .new_con p a,
.faq_list li .faq_con p a {
	float: right;
	background: #C2C2C2;
	border-radius: 3px;
	width: 39px;
	padding-left: 10px;
	height: 18px;
	text-align: left;
	display: block;
	line-height: 18px;
	color: #fff;
	margin-top: 3px;
	font-family: "宋体"
}
.new_list li .new_con a:hover,
.faq_list li .new_con a:hover {
	color: #fff;
	background: #006DDD;
}*/
.new_list li .new_con p {
	color: #666;
	/*padding-left: 22px;*/
}
/*--/guest--*/
	#guest {
	color: #545454;
	line-height: 22px;
	width: 680px;
	font-family: "微软雅黑";
	margin-bottom: 10px;
}
.input_on {
	background-color: #FFFFCC;
	border: 1px solid #999999;
	height: 18px;
	padding: 2px 8px 0 3px;
}
.input_off {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	float: left;
	height: 18px;
	margin: 0;
	padding: 2px 8px 0 3px;
}
.input_move {
	background-color: #FFFFCC;
	background-image: none;
	border: 1px solid #0088CD;
	float: left;
	height: 18px;
	margin: 0;
	padding: 2px 8px 0 3px;
}
.input_out {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	float: left;
	width: 373px;
	height: 28px;
	line-height: 28px;
	margin: 0 5px 0 0;
	padding: 0px 8px 0 3px;
}
.input_out1 {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin: 0 5px 0 0;
	padding: 2px 8px 0 3px;
	width: 450px;
}
.input_out5 {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 2px 8px 0 3px;
	width: 373px;
}
.input_out2 {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	float: left;
	height: 18px;
	margin: 0;
	padding: 2px 8px 0 3px;
	width: 80px;
}
#guest .input_test {
	list-style-type: none;
	padding-bottom: 10px;
}
#guest ul.input_test .hr {
	display: block;
	float: left;
	line-height: 27px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#guest ul.input_test li {
	background-image: none;
	padding: 0;
	display: inline;
	float: left;
	margin: 20px 0 0px 0;
	width: 700px;
}
#guest .input_test label {
	background-image: none;
	float: left;
	font-size: 14px;
	line-height: 29px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 70px;
}
#guest .input_test span {
	/*background-image: none;
	color: red;
	float: left;
	font-size: 12px;
	line-height: 30px;
	margin-left: 0;
	text-align: left;*/
}
#guest .input_test span.inp_zd,#guest .input_test span .inp_zd {
	width: 250px;
	height: 30px;
	overflow: hidden;
}
#guest .input_test .red {
	color: #FF0000;
	float: none;
	font-family: "arial";
}
#guest .code_img {
	height: 28px;
	margin: 1px auto;
}
#sub_btn, #sub_reset {
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
	width: 50px;
}
#sub_btn:hover {
	height: 24px;
	line-height: 24px;
	width: 50px;
}
.inp_kg {
	overflow: hidden;
	width: 50px;
}
#submit, #sub_reset {
	cursor: pointer;
	width: 116px;
	height: 32px;
	background: #bebebe;
	border: none;
	color: #fff;
}
#guest #submit {
	width: 180px;
	height: 50px;
	background: #2AB500;
	border: none;
	color: #fff;
	font-size: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#guest #submit:hover {
	background: #333;
}
/*--Guest--*/

/*产品详情*/
.product-ss {
	background: #fff;
}
.show_top {
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #dadada;
	margin-top: -25px;
}
.show_top .location {
	float: left;
	font-family: "sans-serif";
	color: #666;
}
.show_top .location a {
	color: #666;
}
.show_top .location a:hover {
	color: #36ac37;
}
.t_next {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.t_next .fl i {
	width: 10px;
	height: 15px;
	display: block;
	background: url(../images/ico.png) -20px -29px no-repeat;
	float: left;
	margin: 22px 0px 0 0;
}
.t_next .fr i {
	width: 10px;
	height: 15px;
	display: block;
	background: url(../images/ico.png) -7px -29px no-repeat;
	float: right;
	margin: 22px 0 0 2px;
}
.pro_imgs {
	width: 502px;
	/*height: 485px;*/
	float: left;
}
.probar_left {
	width: 500px;
	height: 493px;
	border: 1px solid #dadada;
	background-color: #fff;
}
.pro_desc {
	width: 629px;
	float: right;
	padding: 20px 25px;
	background: #fff;
}
.pro_desc h1 {
	color: #00922D;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.pro_desc h2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 56px;
	border-bottom: 1px solid #dadada;
}
.pro_desc .desc {
	height: 263px;
	overflow: hidden;
	line-height: 30px;
	margin: 20px 0 35px;
	font-size: 12px;
}
.pro_desc .message {
	height: 55px;
	width: 210px;
	background: #2AB500;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	float: left;
}
.pro_desc .message a {
	display: block;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.pro_desc .message a:hover {
	background: #333;
}
.pro_desc .hotline {
	float: right;
	width: 310px;
	height: 55px;
	line-height: 55px;
	color: #333;
	text-align: left;
	font-size: 18px;
	background: #e3e3e3;
}
.pro_desc .hotline i {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/ico.png) -2px -128px no-repeat;
	float: left;
	margin: 17px 5px 0 35px;
}
.pro_desc .hotline span {
	color: #00922D;
}
.look_big {
	height: 70px;
	line-height: 70px;
	color: #ff6600;
	width: 1000px;
	float: left;
}
.look_big i {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 28px 3px 0 145px;
	background: url(../images/ico.png) -5px -158px no-repeat;
}
.pro_content {
	min-height: 425px;
	line-height: 30px;
	padding: 20px 8px;
	font-size: 14px;
	border-top: 1px solid #fff;
}
.rel_content {
	margin: 24px 0 0;
}
.rel_list {
	width: 934px;
	padding-top: 20px;
}
.rel_list li {
	width: 204px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 0 5px #fff;
	float: left;
	margin-right: 27px;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.rel_list li:hover {
	border-color: #2AB500;
}
.rel_list li:hover a {
	color: #2AB500;
}
.rel_list li .pro_img {
	width: 200px;
	height: 167px;
	margin: 2px auto;
	line-height: 167px;
	font-size: 0;
	text-align: center;
}
.rel_list li .pro_img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.rel_list li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	/*background: #fff;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rel_content .slideGroup {
	width: 100%;
	text-align: left;
}
.rel_content .slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	width: 906px;
	margin: 0 auto;
	position: relative;
}
.rel_content .slideGroup .sPrev,.slideGroup .sNext {
	position: absolute;
	left: 0px;
	top: 90px;
	display: block;
	width: 14px;
	height: 24px;
	background: url(../images/ico.png) 0 -72px no-repeat;
}
.rel_content .slideGroup .sNext {
	left: auto;
	right: 0px;
	background: url(../images/ico.png) -17px -72px no-repeat;
}
.rel_content .slideGroup .sPrev:hover {
	background: url(../images/ico.png) 0 -97px no-repeat;
}
.rel_content .slideGroup .sNext:hover {
	background: url(../images/ico.png) -17px -97px no-repeat;
}
.tagContent_ {
	height: 400px;
	overflow: hidden;
	text-align: center;
	width: 400px;
}

/*放大镜*/
#thumb {
	/* float: left; */
	overflow: hidden;
	width: 500px;
	background-color: #fff;
	border-top: 1px solid #DADADA;
}
#thumb li {
	border: 1px solid #dadada;
	display: inline;
	float: left;
	height: 70px;
	margin: 10px 4px;
	overflow: hidden;
	text-align: center;
	width: 70px;
}
#thumb li:hover {
	border: 1px solid #ff6600;
}
#thumb li a {
	float: left;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
	font-size: 0;
}
#thumb li a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#thumb li.emptyTag {
	}
#thumb li.selectTag {
	position: relative;
}
#thumb li.selectTag A {
	}
#show {
	width: 400px;
	height: 400px;
	overflow: hidden;
	position: relative;
	left: 0;
	text-align: center;
	line-height: 400px;
	font-size: 0;
	margin: 0 auto;
}
#show img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#show_mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 400px;
	background-color: #000;
	opacity: 1;
	filter: alpha(opacity=50);
	cursor: crosshair;
	border: 1px solid #999;
	display: none;
}
#zoom {
	float: left;
	position: relative;
	left: 520px;
	border: 1px solid #dadada;
	margin-top: -402px;
	z-index: 3;
	width: 300px;
	height: 400px;
	text-align: center;
	line-height: 400px;
	display: none;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}
#zoom img {
	position: absolute;
	margin: 0 auto;
}

/*新闻详情*/
.news_con {
	min-height: 500px;
	border-top: 1px solid #fff;
}
.news_con .news_title {
	height: 100px;
	border-bottom: 1px dotted #dadada;
	text-align: center;
}
.news_con .news_title h2 {
	font-size: 18px;
	/*text-align: center;*/
	padding: 30px 0 20px;
	color: #333;
}
.news_con .news_title span {
	padding: 0 6px;
	font-weight: 500;
	color: #868686;
}
.news_content {
	min-height: 400px;
	line-height: 30px;
	padding: 20px 0 30px;
	font-size: 14px;
}
.share {
	float: right;
	padding-left: 25px;
	background: url(../images/ico.png) -45px -144px no-repeat;
}
.n_next {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	padding-top: 30px;
}
.n_next .left,
.n_next .right {
	width: 475px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.n_next .right {
	text-align: right;
}
.n_next .left i,
.n_next .right i {
	margin: 9px 10px 0;
	display: inline-block;
	width: 5px;
	height: 15px;
	background: url(../images/ico.png) -20px -29px no-repeat;
}
.n_next .right i {
	background: url(../images/ico.png) -10px -29px no-repeat;
}

.page_con {
	min-height: 500px;
	line-height: 30px;
	padding: 20px 0;
	font-size: 14px;
	border-top: 1px solid #fff;
}
.mp_qrd {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: center;
	line-height: 20px;
}
.s_key {
	color: #006DDD;
	font-size: 22px;
}
.s_con {
	font-size: 14px;
	padding-top: 20px;
	line-height: 30px;
}
.news_content .thumb {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.news_content .thumb img {
	max-width: 100%;
}
#tbox {
	width: 54px;
	float: right;
	position: fixed;
	right: 30px;
	bottom: 50px;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom: 15px;
	z-index: 9998
}
#tbox a {
	overflow: visible;
	position: relative
}
#gotop,#moblie,#home {
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 2px
}
#gotop {
	background: #d3d3d3 url(../images/default/top_icon.png) no-repeat 5px 3px;
}
#home {
	background: #d3d3d3 url(../images/default/home_ico.png) no-repeat 5px 3px;
}
#moblie {
	background: #d3d3d3 url(../images/default/moblie_icon.png) no-repeat 5px 3px;
	position: relative;
}
#gotop:hover {
	background: #9B9B9B url(../images/default/top_icon.png) no-repeat 5px 3px;
}
#home:hover {
	background: #9B9B9B url(../images/default/home_ico.png) no-repeat 5px 3px;
}
#moblie:hover {
	background: #9B9B9B url(../images/default/moblie_icon.png) no-repeat 5px 3px;
}
#moblie .moblie_Code {
	position: absolute;
	right: 55px;
	top: -80px;
	z-index: 999999;
	background: url(../images/default/mobibarcodeui_tech.png) no-repeat;
	width: 160px;
	height: 160px;
	text-align: center;
}
#moblie .moblie_Code img {
	margin: 5px 0 0 0px;
	margin-right: 10px;
}
#moblie .moblie_Code p {
	width: 110px;
	color: #333;
	font-site: 14px;
	margin-left: 22px;
}
.copy {
	position: relative;
}
.copy img {
	position: absolute;
	top: 4px;
}
.down_list {
	width: 750px;
	overflow: hidden;
	padding: 10px 0;
}
.down_list li {
	width: 750px;
	height: 30px;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0;
	line-height: 30px;
	overflow: hidden;
}
.down_list li:hover {
	background: #f9fafd
}
.down_list h2 {
	float: left;
}
.down_list span {
	float: right;
}
.faq_list {
	width: 100%;
	overflow: hidden;
}
.faq_list li {
	/*width: 750px;*/
	/*height: 100px;*/
	border-bottom: 1px solid #e9e9e9;
	padding: 16px 0;
	overflow: hidden;
}
.faq_list li:hover {
	background: #f9fafd
}
.faq_list li .faq_con {
	/*height: 130px;*/
	float: left;
	overflow: hidden;
	line-height: 24px;
	color: #878787;
	padding: 0 5px;
}
.faq_list li .faq_con h2 {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	padding: 4px 0 4px;
	height: 24px;
	overflow: hidden;
	line-height: 19px;
}
.faq_list li .faq_con h2 a {
	color: #333;
}
.faq_list li .faq_con h2 a:hover {
	color: #006DDD;
}
.faq_list li .faq_con h2 i {
	text-align: center;
	color: #fff;
	margin-right: 7px;
	float: left;
	display: block;
	width: 25px;
	height: 19px;
	line-height: 19px;
	/* background: url(../images/q.png) no-repeat center; */
	background: #006DDD;
}
.faq_list li .faq_con p i {
	text-align: center;
	color: #fff;
	margin: 3px 7px 15px 0;
	float: left;
	display: block;
	width: 25px;
	height: 19px;
	line-height: 19px;
	/*background: url(../images/a.png) no-repeat center;*/
	background: #2CB500;
}
.faq_list li .faq_con p {
	color: #666;
	font-size: 14px;
}
.faq_list li .faq_con p a {
	color: #333;
	margin-left: 10px;
}

/*热门点击*/
.hot_article {
	width: 210px;
	/*height: 300px;*/
	background: #fff;
}
.hot_article ul {
	padding: 20px 1px 20px 38px;
	background: url("../images/hot_ul_bg.gif") no-repeat 17px 27px;
	height: 185px;
}
.hot_article ul li {
	height: 30px;
	line-height: 30px;
}
.hot_article ul li a {
	/*font-size: 14px;*/
	color: #666;
	font-family: "宋体";
}
.hot_article ul li a:hover {
	color: #2AB500;
}

/*相关资讯*/
.rel_news {
	padding: 10px 0;
	max-height: 248px;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
}
.rel_news li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #dadada;
	padding-left: 9px;
}
.rel_news li a {
	float: left;
}
.rel_news li span {
	float: right;
	color: #999;
}
.rel_news li i {
	width: 10px;
	height: 15px;
	display: block;
	background: url(../images/ico.png) -10px -29px no-repeat;
	float: left;
	margin: 8px 5px 0 0;
}
.m_right .xg_news {
	background: #f2f2f2;
	height: 40px;
	line-height: 40px;
	padding-left: 9px;
}


/* 在线客服样式*/
.kefuBox {
	position:fixed;
	z-index:1000;
	top:180px;
	right:0;
	width:auto;
	_position:absolute;
	_top: expression(documentElement.scrollTop +45);
}
.kefuBox .kefuLeft {
	float:left;
	overflow:hidden;
	width:30px;
	height: 157px;
	cursor:pointer;
	background:url(../images/qq/kefu_l.png) no-repeat
}
.kefuBox .kefuRight {
	display:block;
	float:left;
	overflow:hidden;
	width:0;
}
.kefuBox .kefuTop {
	width:154px;
	height:46px;
	background:url(../images/qq/kefu_top.png) no-repeat;
}
.kefuBox .kefuClose {
	float:right;
	overflow:hidden;
	width:154px;
	height:46px;
	display:block;
	cursor:pointer;
}
.kefuBox .kefuBottom {
	width:154px;
	height:12px;
	background:url(../images/qq/kefu_bottom.png) no-repeat;
}
.kefuBox .kefuCont {
	width:130px;
	padding:0 12px;
	background:url(../images/qq/kefu_line.png) repeat-y;
	overflow:hidden;
}
.kefuBox .kefuCont ul {
	margin:0;
	padding:0;
}
.kefuBox .kefuCont ul li {
	width:80px;
	line-height:28px;
	overflow:hidden;
	height:28px;
	padding-left:40px;
	padding-right:10px;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:5px;
}
.kefuBox .kefuCont ul li a {
	color:#333;
}
.kefuBox .kefuCont ul li a:hover {
	color: #000;
}
.kefuBox .kefuCont ul li.pic {
	width:130px;
	height:89px;
	margin-bottom:10px;
	padding:0;
}
.kefuBox .kefuCont ul li.qq {
	background:url(../images/qq/qq.png) no-repeat;
}
.kefuBox .kefuCont ul li.wang {
	background:url(../images/qq/wangwang.png) no-repeat
}
.kefuBox .kefuCont ul li.spk {
	background:url(../images/qq/skype.png) no-repeat
}
.kefuBox .kefuCont ul li.codeer {
	display:block;
	width:130px;
	height: 193px;
	text-align:center;
	color:#fff;
	padding:10px 0 0;
	font-family:"微软雅黑";
	font-size:14px;
	margin-bottom:0;
}
.kefuBox .kefuCont ul li.codeer p {
	display:block;
	height:35px;
	line-height:35px;
}
.kefuBox .kefuCont ul li.codeer span {
	display:block;
	width:116px;
	height:116px;
	padding:7px;
	background:url(../images/qq/cobj.png) no-repeat;
}
.kefuBox .kefuCont ul li.codeer span img {
	width:116px;
	height:116px;
}