@charset "utf-8";
@import url("common/grid.css");/*网格*/
@import url("common/layout.css");/*整体框架*/
@import url("common/icon.css");/*图标*/
@import url("navi/navi_02.css");/*02导航*/
@import url("banner.css");/*幻灯片*/
@import url("navi/classify_01.css");/*侧栏样式*/
@import url("adorner/01/A_style.css");/*01装饰器*/
@import url("adorner/02/A_style.css");/*02装饰器*/
@import url("links.css");/*友情链接*/
@import url("kefu.css");/*在线客服*/
@import url("common/doc.css");/*自定义文档*/


.header:after, .main:after, .footer:after, .slideBox:after, .page_banner:after,.slider-pro:after,.sp-slides:after,.index_01:after,.sp-slides-container:after,.slider-pro:after,.industry_case ul.list:after,.news_list li:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}

p {
	color: #333;
	line-height: 22px;
}

html {
	overflow-x: hidden;
}
/*顶部css*/
.header_link {
	background: #f3f3f3;
	height: 35px;
	line-height: 35px;
}
.header_jz {
	margin: 0 auto;
	width: 1200px;
}
.header_link ul {
	float: right;
}
.header_link ul li {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	color: #999;
}
.header_link ul li a {
	font-size: 12px;
	color: #999;
}
.header_link ul li a:hover {
	text-decoration: underline;
	color: #333;
}
.header_logo_tel {
	margin: 0 auto;
	width: 1200px;
	height: 130px;
}
.logo {
	float: left;
	width: 750px;
	margin-top: 15px;
}
.header_tel {
	float: right;
	margin-top: 42px;
	text-align: right;
	font-size:40px;
	color:#0083AE;
	font-family:  Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
.header_tel p {
	color: #555;
}
.header_tel span {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 30px;
	color: #09c;
}
/*首页关于*/
.index_01 {
	margin-top: 55px;
	margin-bottom: 50px;
}
.index_about {
	width: 1200px;
	margin: 20px auto;
}
.index_about_bt {
	padding-bottom: 20px;
	padding-top: 40px;
	text-align: center;
	margin-bottom: 25px;
}
.index_about_bt p {
	color: #09c;
	font-size: 22px;
	line-height: 30px;
}
.index_about_bt h2 {
	color: #333;
	font-size: 28px;
	line-height: 60px;
	color:#09c;
}
.index_about_info {
	margin-bottom: 55px;
	border-bottom: 1px solid #eee;
	padding-bottom:20px;
}
.index_about_info p {
	text-align: center;
	color: #666;
	line-height:40px;
	font-size:20px;
	padding-bottom:30px;
	
}
/*首页资质和公司相册切换css*/
.index_honor_list {
	width: 1200px;
	overflow: hidden;
}
.index_honor_list .tab-hd {
	height: 50px;
	color: #404040;
	text-align: center;
	margin-bottom: 45px;
}
.index_honor_list .tab-hd li {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #eee;
	border-radius: 3px;
	width: 150px;
	margin-left: 5px;
	margin-right: 5px;
}
.index_honor_list .tab-hd li a {
	display: block;
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
	color: #999;
}
.index_honor_list .tab-hd li.on {
	background-color: #09c;
	position: relative;
}
.index_honor_list .tab-hd li.on a{color: #fff;}
.index_honor_list .tab-bd {
	padding: 0px;
}
.index_honor_list .tab-bd ul {
	overflow: hidden;
	zoom: 1;
}

/*--banner--*/
#full-screen-slider {min-width:1200px; width:100%; height:500px;position:relative}
#slides { display:block; width:100%; height:500px; list-style:none; padding:0; margin:0; position:relative; z-index:1}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute; z-index:2}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute;left:50%; bottom:20px; z-index:5; }
#pagination li { display:block; list-style:none; width:12px; height:12px; float:left; margin:0 4px;background: url(../img/bg_bannerli.png) no-repeat;}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background: url(../img/bg_bannerli.png) 0 -12px no-repeat;}
/*--banner end--*/


.index_honor_gundong {
	overflow: hidden;
	position: relative;
}
.index_honor_gundong .hd {
	overflow: hidden;
	height: 43px;
	width: 100%;
	top: 70px;
	position: absolute;
}
.index_honor_gundong .hd a {
	display: block;
	width: 43px;
	height: 43px;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999999;
	position: absolute;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.index_honor_gundong .hd a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.index_honor_gundong .hd .prev02 {
	left: 0px;
	background-image: url("../img/page01_left.png");
}
.index_honor_gundong .hd .next02 {
	right: 0px;
	background-image: url("../img/page01_right.png");
}
.index_honor_gundong .bd {
	margin-left: 50px;
	margin-right: 50px;
	width: 1100px;
	overflow: hidden;
}
.index_honor_gundong .bd ul {
	overflow: hidden;
	zoom: 1;
}
.index_honor_gundong .bd ul li {
	margin: 0 12px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 250px;
	height: 180px;
	border: 1px solid #f3f3f3;
	overflow: hidden;
	background: #fff;
}
.index_honor_gundong .bd ul li img {
	max-width: 250px;
	width: auto;
	height: 180px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_honor_gundong .bd ul li a:hover img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
/*首页产品css*/
.index_02 {
	background:#f7f7f7 ;
	height: 510px;
	width: 100%;
	padding-top: 65px;
	padding-bottom: 65px;
	margin-bottom: 60px;
}
.index_pro {
	width: 1160px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
}
.index_pro_tab {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	left: -70px;
}
.index_pro_tab .hd {
	width: 1160px;
	margin: 0 auto;
	line-height: 60px;
	height: 60px;
	border-bottom:1px solid #eee;
	position: relative;
	margin-bottom: 25px;
}
.index_pro_title {
	float: left;
	color: #333;
	font-size: 22px;
}
.index_pro_tab .hd .more {
	float: right;
	line-height: 30px;
	padding-top: 25px;
}
.index_pro_tab .hd .more a {
	color: #09c;
}
.index_pro_tab .hd .more a:hover {
	color: #09c;
	text-decoration: underline;
}
.index_pro_tab .hd ul {
	z-index: 5;
	margin-left: 30px;
	float: left;
	overflow: hidden;
	zoom: 1;
	margin-top: 12px;
}
.index_pro_tab .hd li {
	float: left;
	height: 38px;
	text-align: center;
	line-height: 38px;
	width: 120px;
	margin-right: 10px;
	background: #eee;
	border-radius: 3px;
	cursor: pointer;
	color: #999;
	font-size: 14px;
}
.index_pro_tab .hd li.on {
	background: #09c;
	color: #fff;
}
.index_pro_tab .hd li.on a {
	color: #fff;
}
.index_pro_tab .bd {
	clear: both;
	position: relative;
}
.index_pro_list .piclist {
	overflow: hidden;
	zoom: 1;
}
.index_pro_list .ohbox {
	overflow: hidden;
	position: relative;
	width: 1160px;
	left: 70px
}
.index_pro_list {
	position: relative;
	zoom: 1;
	width: 1300px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_pro_list .pageBtn {
	position: absolute;
	top: 150px;
	width: 100%;
}
.index_pro_list .pageBtn span {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.index_pro_list:hover .pageBtn span {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 99999;
}
.index_pro_list .pageBtn .prev02 {
	left: 0px;
	background: url("../img/page02_left.png");
}
.index_pro_list .pageBtn .next02 {
	right: 0px;
	background: url("../img/page02_right.png");
}
.index_pro_list .piclist .index_pro_first {
	float: left;
	width: 370px;
	height: 370px;
	border: 1px solid #f3f3f3;
	overflow: hidden;
	position: relative;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_pro_first_img {
	width: 370px;
	height: 370px;
	overflow: hidden;
}
.index_pro_first_img img {
	width: 370px;
	height: 370px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_pro_first:hover .index_pro_first_img img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow: hidden;
}
.index_pro_first_txt {
	z-index: 9999;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	position: absolute;
	bottom: 0px;
	width: 310px;
	height: 95px;
	padding: 30px;
	left: 0px;
	background:rgba(0,0,0,0.3);
}
.index_pro_first_txt a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	height: 65px;
	border: 1px dashed #fff;
	display: block;
	text-align: center;
	border-radius:5px;
}
.index_pro_first_txt a h2 {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
}
.index_pro_first_txt a p {
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}
.index_pro_first:hover .index_pro_first_txt {
	height: 310px;
}
.index_pro_first:hover .index_pro_first_txt a {
	height: 145px;
	padding-top: 150px;
	padding-bottom: 15px;
}
.index_pro_list .piclist li {
	float: left;
	display: inline;
	width: 180px;
	height: 180px;
	background: #fff;
	border: 1px solid #f3f3f3;
	margin-left: 15px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 03s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.index_pro_txt a {
	position: absolute;
	background:rgba(0,0,0,0.3);
	bottom: 0px;
	height: 36px;
	width: 160px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #fff;
	line-height: 36px;
	display: block;
	font-size: 14px;
	z-index: 9999;
}
.index_pro_img {
	overflow: hidden;
}
.index_pro_img img {
	width: 180px;
	height: 180px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_pro_list .piclist li:hover .index_pro_img img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow: hidden;
}
.index_pro_list .piclist li:hover a {
	height: 180px;
	line-height: 180px;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
/*首页案例css*/
.index_03 {
	margin-bottom: 55px;
}
.index_case {
	width: 1200px;
	margin: 0 auto;
}
.index_case_left {
	float: left;
	width: 190px;
	height: 350px;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	background: url("../img/case_bg_icon.jpg") repeat;
}
.index_case_left h2 {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 25px;
}
.index_case_left span {
	height: 130px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	display: block;
	padding: 5px;
	margin-bottom: 35px;
}
.index_case_left p a {
	display: inline-block;
	width: 165px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	background: #2aa3b7;
	color: #fff;
	font-size: 14px;
}
.index_case_left p a:hover {
	background: #09c;
}
#example5 .sp-selected-thumbnail {
	color:#fff;
	background-color: #09c;
	background-image: url("../img/jiantou_ui.png");
	background-position: 20px center;
	background-repeat: no-repeat;
}
.index_case_rigth {
	float: right;
	width: 1200px;
}
.sp-thumbnail-container {
	height: 65px !important;
	background: #eee;
}
#example5 .sp-thumbnail-text {
	width: 200px;
	float: right;
	height: 65px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#example5 .sp-thumbnail-title {
	text-align: right;
	padding-right: 15px;
	font-size: 16px;
	color: #999;
	line-height: 65px;
	text-transform: uppercase;
	cursor: pointer;
}
#example5 .sp-thumbnail-title:hover {
	background-color: #09c;
	background-image: url("../img/jiantou_ui.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	color:#fff;
}
#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #fff;
}
#example5 .sp-selected-thumbnail .sp-thumbnail-title{color:#fff;}
/*首页理由*/
.index_liyou {
	width: 1200px;
	height:800px;
	margin: 0px auto;
	position: relative;
	background:url(../Upload/Images/ly.jpg) no-repeat;
}
.index_liyou_title {
	margin-bottom: 25px;
}
.liyou_list {
	position: relative;
	height: 990px;
}
.liyou_list li {
	position: absolute;
	width: 660px;
}
.liyou_list li h1 {
	padding-left: 120px;
	color: #fff;
	font-size: 33px;
	line-height: 65px;
	font-weight: normal;
	margin-bottom: 10px;
}
.liyou_list li h2 {
	padding-left: 120px;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}
.liyou_list li span {
	padding-left: 120px;
	font-weight: normal;
	display: block;
}
.liyou_list li span p {
	line-height: 30px;
	color: #666;
	font-size: 16px;
}
.liyou_list li.con01 {
	right: 50px;
	top: 70px;
	height:90px;
}
.liyou_list li.con02 {
	right: 50px;
	top: 230px;
	height:120px;
}
.liyou_list li.con02 span {
	padding-left: 0px;
}
.liyou_list li.con03 {
	left: 495px;
	top: 420px;
	height:140px;
}
.liyou_list li.con03 span {
	padding-left: 0px;
}
.liyou_list li.con04 {
	left: 495px;
	top: 630px;
	height:80px;
}
.liyou_list li.con04 span {
	padding-left: 0px;
}
/*首页专家css*/
.zhuanjia {
	margin-bottom: 35px;
	margin-top: 25px;
}
.zhuanjia_list {
	width: 1200px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.zhuanjia_list .piclist {
	overflow: hidden;
	zoom: 1;
}
.zhuanjia_list .ohbox {
	overflow: hidden;
	position: relative;
	width: 1200px;
	left: 0px
}
.zhuanjia_list .piclist li {
	float: left;
	display: inline;
	width: 560px;
	background: #fff;
	padding: 10px;
	margin: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.zhuanjia_list .piclist li:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.zhuanjia_list .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
}
.zhuanjia_list .pageBtn .list li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #09c;
	background: #fff;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
	overflow: hidden;
}
.zhuanjia_list .pageBtn .list li.on {
	background: #09c;
}
.zhuanjia_img {
	float: left;
	width: 220px;
	height: 280px;
	overflow: hidden;
}
.zhuanjia_img a img{
	width: 220px;
	height: 280px;
}
.zhuanjia_txt {
	float: left;
	margin-left: 20px;
	width: 320px;
}
.zhuanjia_txt h3 a {
	font-size: 16px;
	color: #222;
	line-height: 36px;
	font-weight: normal;
}
.zhuanjia_txt h3 a:hover {
	color: #09c;
}
.zhuanjia_txt span {
	display: block;
	height: 145px;
	overflow: hidden;
	line-height: 24px;
	color: #666;
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.zhuanjia_txt p a {
	display: inline-block;
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50px;
	background: #09c;
	font-size: 14px;
	color: #fff;
}
.zhuanjia_txt p a:hover {
	background: #09c;
}
/*首页广告位*/
.index_05 {
	background: url("../img/index_tel_bg.jpg");
	height: 220px;
	margin-bottom: 55px;
	padding-top: 60px;
	text-align: center;
}
.index_05 p {
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
.index_05 h2 {
	color: #fff;
	line-height: 45px;
	font-size: 33px;
	margin-bottom: 40px;
}
.index_05 p span {
	font-size: 60px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color: #09c;
	-webkit-text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
	-moz-text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
 *filter: Glow(Color=#fff, Strength=3);
}
/*首页客户见证*/
.index_06 {
	width: 1200px;
	margin: 50px auto;
}
.picScroll {
	width: 1200px;
}
.picScroll .hd {
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 30px;
}
.picScroll .hd h2 {
	font-family: "Microsoft YaHei";
	font-size: 28px;
	color: #333;
	font-weight: normal;
}
.picScroll .bd {
	position: relative;
}
.picScroll .prev {
	background: url("../img/page01_left.png") center center no-repeat;
	position: absolute;
	top: 150px;
	left: -50px;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 999;
	overflow: hidden;
}
.picScroll .next {
	background: url("../img/page01_right.png") center center no-repeat;
	position: absolute;
	top: 150px;
	right: -50px;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 999;
	overflow: hidden;
}
.picScroll .prevStop {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.picScroll .nextStop {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.picScroll .scrollWrap {
	padding-left: 0px
}
.picScroll ul {
	zoom: 1;
}
.picScroll ul li {
	width: 200px;
	padding: 10px;
	float: left;
	margin: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.picScroll ul li:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index_kehu_img img {
	width: 200px;
	height: 160px;
}
.index_kehu_txt {
	margin-bottom: 25px;
	margin-top: 15px;
}
.index_kehu_txt h3 a {
	display: block;
	max-height: 60px;
	overflow: hidden;
	line-height: 23px;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
}
.index_kehu_txt h3 a:hover {
	color: #09c;
}
.index_kehu_txt p {
	font-size: 12px;
	color: #666;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}
.index_kehu_txt span {
	font-size: 12px;
	color: #333;
	display: block;
	overflow: hidden;
	height: 60px;
	line-height: 20px;
}
/*首页合作伙伴*/
.index_07 {
	background: #f7f7f7;
	height: 270px;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
clear: both;
}
.index_jz {
	width: 1200px;
	margin: 0 auto;
}
.link_list {
	width: 1200px;
	overflow: hidden;
}
.link_list .tab-hd {
	height: 60px;
	border-bottom: 2px solid #f3f3f3;
	margin-bottom: 25px;
}
.link_list .tab-hd h3 {
	float: left;
	color: #333;
	font-size: 22px;
	line-height: 60px;
	font-weight: normal;
}
.link_list .tab-hd ul {
	float: left;
	margin-left: 20px;
	margin-top: 13px;
}
.link_list .tab-hd li {
	display: inline-block;
	margin-left: 10px;
}
.link_list .tab-hd li a {
	height: 35px;
	line-height: 35px;
	display: block;
	width: 120px;
	background: #aaa;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	color: #fff;
}
.link_list .tab-hd li a:hover {
	background-color: #09c;
	text-decoration: none;
}
.link_list .tab-hd li.on a {
	background-color: #09c;
}
.link_list .tab-hd p a {
	float: right;
	color: #09c;
	line-height: 30px;
	padding-top: 25px;
}
.link_list .tab-hd p a:hover {
	text-decoration: underline;
	color: #09c;
}
.link_list .tab-bd ul {
	overflow: hidden;
	zoom: 1;
}
.link_list .tab-bd li {
	height: auto;
	overflow: hidden;
	width: 220px;
	float: left;
}
.link_img {
	border: 1px solid #f3f3f3;
	overflow: hidden;
	text-align: center;
	margin-bottom: 5px;
	border-radius:3px;
	font-size:0;
}
.link_img img {
	width: auto;
	height: 150px;
	max-width: 220px;
	border-radius:3px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.link_img a:hover img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.link_title {
	text-align: center;
}
.link_title a {
	font-size: 14px;
}
.link_title a:hover {
	text-decoration: underline;
	color: #09c;
}
.link_info .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
/*首页新闻*/
.index_08 {
	margin-bottom: 55px;
	margin-top: 55px;
}
.index_news_title {
	height: 55px;
	line-height: 55px;
	border-bottom: solid 2px #f3f3f3;
	margin-bottom: 15px;
}
.index_news_title h3 {
	font-size: 22px;
	color: #333;
	line-height: 30px;
	margin-top: 15px;
	float: left;
	font-weight: normal;
}
.index_news_title a {
	float: right;
	line-height: 30px;
	margin-top: 20px;
	color: #09c;
}
.index_news_title a:hover {
	color: #09c;
	text-decoration: underline;
}
.index_jishu {
	float: left;
	width: 380px;
}
.index_jishu_img {
	margin-bottom: 15px;
}
.index_jishu_list ul li {
	height: 35px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #f3f3f3;
}
.index_jishu_list ul li a {
	padding-left: 22px;
	display: block;
	background: url("../img/yuandian.jpg") left center no-repeat;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	overflow: hidden;
}
.index_hangye {
	float: left;
	width: 585px;
}
.index_hangye_first {
	height: 130px;
	margin-bottom: 15px;
}
.hangye_img {
	float: left;
	width: 180px;
}
.hangye_img img {
	width: 180px;
	height: 130px;
}
.hangye_txt {
	float: right;
	width: 380px;
	margin-top: 5px;
}
.hangye_txt h3 a {
	display: block;
	font-size: 14px;
	max-height: 38px;
	line-height: 20px;
	color: #222;
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 5px;
}
.hangye_txt h3 a:hover {
	color: #09c;
	text-decoration: underline;
}
.hangye_txt p {
	color: #aaa;
	font-size: 12px;
	margin-bottom: 10px;
}
.hangye_txt span {
	color: #666;
	font-size: 12px;
	display: block;
	overflow: hidden;
	height: 38px;
	line-height: 18px;
}
.index_hangye_list li {
	height: 35px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #f3f3f3;
}
.index_hangye_list li a {
	padding-left: 22px;
	display: block;
	background: url(../img/ins_nav_ui.png) left center no-repeat;
	background-size:5px;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	overflow: hidden;
	width: 450px;
	float: left;
}
.index_hangye_list li span {
	float: right;
	line-height: 35px;
	color: #aaa;
}
/*首页faq*/
.index_faq {
	float: right;
	width: 585px;
}
.txtMarquee-top {
	overflow: hidden;
	position: relative;
}
.txtMarquee-top .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	display: none;
}
.txtMarquee-top .hd .prev, .txtMarquee-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/icoUp.gif") no-repeat;
}
.txtMarquee-top .hd .next {
	background: url("../images/icoDown.gif") no-repeat;
}
.txtMarquee-top .bd {
	padding: 0px;
}
.txtMarquee-top .infoList li {
	height: auto;
	border-bottom: 1px #f3f3f3 dashed;
	padding-bottom: 22px;
	padding-top: 22px;
}
.faq_wen a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 35px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	margin-bottom: 8px;
	background: url("../img/wen_icon.jpg") left center no-repeat;
}
.faq_wen a:hover {
	color: #09c;
	text-decoration: underline;
}
.faq_da p {
	display: block;
	height: 40px;
	line-height: 20px;
	padding-left: 35px;
	font-size: 13px;
	color: #666;
	overflow: hidden;
	background: url("../img/da_icon.jpg") left top no-repeat;
}
/*底部友情链接*/
.footer_jz {
	width: 1200px;
	margin: 0 auto;
}
.footer_link {
	height: 70px;
	line-height: 70px;
	background:#666;
	margin-bottom: 35px;
}
.footer_link ul {
	float: left;
	width: 850px;
	height: 70px;
	overflow: hidden;
}
.footer_link ul h3 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	float: left;
}
.footer_link ul li {
	float: left;
	margin-left: 15px;
}
.footer_link ul li a {
	font-size: 14px;
	color: #eee;
}
.footer_link ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
/*底部分享*/
.footer_fx {
	float: right;
	width: 305px;
	margin-top: 17px;
}
.footer_fx .bshare-custom a {
	width: 36px;
	height: 36px;
	margin-left: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.footer_fx .bshare-custom a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.footer_fx .bshare-custom .bshare-sinaminiblog {
	background-image: url("../img/fx_01.png");
}
.footer_fx .bshare-custom .bshare-qqmb {
	background-image: url("../img/fx_02.png");
}
.footer_fx .bshare-custom .bshare-weixin {
	background-image: url("../img/fx_03.png");
}
.footer_fx .bshare-custom .bshare-qzone {
	background-image: url("../img/fx_04.png");
}
.footer_fx .bshare-custom .bshare-douban {
	background-image: url("../img/fx_05.png");
}
.footer_fx .bshare-custom .bshare-more.more-style-addthis {
	background: url("../img/fx_06.png") center center;
	padding: 0 !important;
}
/*底部栏目*/
.footer_daohanglan {
	width: 1200px;
	margin: 35px auto;
}
.footer_nav {
	float: left;
	width: 970px;
	border-right: 1px solid #f3f3f3;
}
.footer_nav ul {
	width: 160px;
	float: left;
}
.footer_nav ul h3 a {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}
.footer_nav ul li {
	margin-bottom: 15px;
}
.footer_nav ul li a {
	font-size: 14px;
	color: #888;
}
.footer_nav ul a:hover {
	text-decoration: underline;
	color: #09c;
}
.footer_contact {
	float: right;
	width: 160px;
	text-align: center;
}
.footer_contact h2 {
	color: #000;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 26px;
	line-height: 50px;
	font-weight: normal;
}
.footer_contact p a {
	display: inline-block;
	width: 145px;
	height: 35px;
	border: 1px solid #f3f3f3;
	color: #666;
	line-height: 35px;
	text-indent: 30px;
	margin-top: 15px;
	background: url("../img/footer_contact.png") 20px center no-repeat;
	border-radius:3px;
}
.footer_contact p a:hover {
	background: url("../img/footer_contact_hover.png") 20px center no-repeat #666;
	color: #fff;
}
.footer_info {
	border-top: 1px #f3f3f3 solid;
	background: #f5f5f5;
	height: 65px;
	line-height: 65px;
}
.footer_banquan {
	float: left;
}
.footer_info p {
	display: inline-block;
	color: #888;
	line-height: 65px;
}
.footer_info a {
	color: #666;
}
.footer_info a:hover {
	text-decoration: underline;
	color: #09c;
}
/*内页*/
.public_2col {
	width: 1200px;
	margin: 0 auto;
	padding-top:20px;
}
.main_left {
	
}
/*资质荣誉*/
.honor_list {
	margin-bottom: 25px;
}
.honor_list li {
	width: 300px;
	padding: 10px;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
	float: left;
	margin-right: -1px;
	margin-bottom: -1px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.honor_list li a {
	display: block;
	width: 280px;
	height: 200px;
	text-align: center;
	overflow: hidden;
}
.honor_list li a img {
	max-width: 280px;
	width: auto;
	height: 200px;
	border: none;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.honor_list li:hover a img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.honor_list li p {
	line-height: 45px;
	font-size: 14px;
	text-align: center;
}
/*新闻css*/
.news_first {
	height: 200px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #f3f3f3;
}
.news_img {
	float: left;
	width: 400px;
	height: 200px;
	background: #eee;
}
.news_img a {
	text-align: center;
	display: block;
	height: 200px;
	overflow: hidden;
}
.news_img a img {
	max-width: 400px;
	width: auto;
	height: 200px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.news_img a:hover img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.news_first .news_txt {
	float: right;
	width: 480px;
}
.news_first .news_txt h3 a {
	font-size: 16px;
	color: #09c;
	font-weight: normal;
}
.news_first .news_txt h3 a:hover {
	text-decoration: underline;
}
.news_first .news_txt p {
	color: #aaa;
	line-height: 26px;
}
.news_first .news_txt span {
	display: block;
	height: 65px;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
	color: #888;
	margin-bottom: 25px;
	margin-top: 15px;
}
.news_first .news_txt p a {
	display: block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #f3f3f3;
	color: #666;
	font-size: 12px;
	border-radius:3px;
}
.news_first .news_txt p a:hover {
	background: #09c;
	border:1px solid #09c;
	color:#fff;
}
.news_list li {
	width:875px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #f3f3f3;
	padding-left: 25px;
	background: url("../img/ins_nav_ui.png") 5px center no-repeat;
	display:block;
}
.news_list li a {
	font-size: 14px;
	color: #555;
	line-height: 60px;
	display:inline-block;
}
.news_list li a:hover {
	text-decoration: underline;
	color: #09c;
}
.news_list li span {
	float: right;
	font-size: 12px;
	color: #aaa;
}
.right_main h1.text_title {
	font-weight: normal;
	font-size: 24px;
	padding: 35px 0;
	font-weight:bold
}
/*解决方案*/
.solution_list li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	height: 200px;
	border-bottom: 1px dashed #f3f3f3;
}
.solution_img {
	float: left;
	width: 350px;
}
.solution_img a {
	display: block;
	width: 350px;
	height: 200px;
	overflow: hidden;
}
.solution_img a img {
	height: 200px;
	width: 350px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.solution_img a:hover img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.solution_txt {
	float: right;
	width: 520px;
}
.solution_txt h2 a {
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 36px;
}
.solution_txt span {
	display: block;
	height: 100px;
	overflow: hidden;
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 14px;
}
.solution_txt p a {
	color: #09c;
}
.solution_txt a:hover {
	text-decoration: underline;
	color: #09c;
}
.solution_de h1.text_title {
	border-bottom: 1px dashed #f3f3f3;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
/*行业分类*/
.register {
	width: 1200px;
	margin: 0px auto;
}
.industry_list {
	margin-top: 35px;
	margin-bottom: 35px;
}
.industry_list li {
	float: left;
	width: 580px;
	height: 320px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	background: #000;
	overflow: hidden;
	border-radius:5px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.industry_img img {
	width: 580px;
	height: 320px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border-radius:5px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.industry_list li:hover .industry_img img {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.industry_txt {
	position: absolute;
	z-index: 999;
	border-radius:5px;
}
.industry_txt a {
	display: block;
	width: 500px;
	padding-left: 40px;
	padding-right: 40px;
	height: 180px;
	padding-top: 140px;
	background: url("../img/industry_more.png") center 320px no-repeat;
}
.industry_txt a h2 {
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
}
.industry_txt a span {
	text-align: center;
	color: #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 65px;
	overflow: hidden;
	display: block;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.industry_list li:hover .industry_txt a {
	padding-top: 70px;
	height: 250px;
	background: url("../img/industry_more.png") center 200px no-repeat;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.industry_list li:hover .industry_txt a span {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
/*行业分类详情页*/
.industry_de {
	margin-bottom: 35px;
	margin-top: 30px;
}
.industry_title {
	border-bottom: 1px dashed #f3f3f3;
	margin-bottom: 25px;
	height: 55px;
	line-height: 55px;
}
.industry_title h1 {
	float: left;
	color: #09c;
	font-size: 24px;
}
.industry_title span {
	float: right;
	height: 22px;
	margin-top: 10px;
}
.industry_title span a {
	display: block;
	padding-left: 25px;
	background: url("../img/fanhui_ui.jpg") center left no-repeat;
}
.industry_info {
	margin-bottom: 60px;
	padding-top: 20px;
	
}
.industry_info p{line-height:40px;font-size:18px;}
.industry_other {
	margin-bottom: 65px;
}
.industry_other_tab {
	width: 1200px;
}
.industry_other_tab .hd {
	overflow: hidden;
	margin-bottom: 35px;
	border-bottom: 1px solid #f3f3f3;
}
.industry_other_tab .hd li {
	position: relative;
	text-align: center;
	display: inline-block;
	cursor: default;
	cursor: pointer;
}
.industry_other_tab .hd li a,.industry_other_tab .hd li.active a,.industry_other_tab .hd li.active a:hover{
	width:140px;
	line-height:46px;
	font-size:14px;
	color:#09c;
	border:1px solid #f3f3f3;
	border-bottom:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	display:block
}
.industry_other_tab .hd li a:hover,.industry_other_tab .hd li.active a,.industry_other_tab .hd li.active a:hover{
	width:140px;
	line-height:46px;
	font-size:14px;
	color:#fff;
	background:#09c;
	border:1px solid #09c;
	border-bottom:none;
}
.industry_other_tab .bd {
	height: auto;
}
.goumai li {
	padding-left: 20px;
	background: url(../img/ins_nav_ui.png) center left no-repeat;
	line-height: 55px;
	border-bottom: 1px dashed #f3f3f3;
}
.goumai li a {
	font-size: 14px;
	display: block;
}
.goumai li a:hover {
	text-decoration: underline;
}
.industry_pro li {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.industry_pro li:hover .industry_pro_img a {
	border: 1px solid #ccc;
}
.industry_pro_img a {
	display: 200px;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
.industry_pro_img a img {
	display: 200px;
	height: 200px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.industry_pro_img a:hover img {
	border: 1px solid #ccc;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.industry_pro_txt a {
	height: 30px;
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 10px;
}
.industry_pro_txt a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.industry_case {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	background: #fff;
}
.industry_case ul.list {width:100%; display:block}
	
.industry_case li:hover .industry_case_img img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.industry_case ul.list li {
	width: 370px;
	height: auto;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	overflow: hidden;
}
.industry_case_img {
	margin-bottom: 15px;
	overflow: hidden;
}
.industry_case_img a {
	display: block;
	width: 370px;
	height: 235px;
}
.industry_case ul.list li img {
	width: 100%;
	height: 100%;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.industry_case_txt {
	text-align: left;
}
.industry_case_txt h2 a {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}
.industry_case_txt h2 a:hover {
	text-decoration: underline;
}
.industry_case_txt span {
	display: block;
	height: 110px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.industry_case_txt p a {
	color: #09c;
}
.industry_case_txt p a:hover {
	text-decoration: underline;
}
.industry_case .more {
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
.industry_case .more a {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	background: #09c;
	text-align: center;
}
.industry_case .more a:hover {
	background: #09c;
	color: #fff;
}
.industry_case .more p {
	color: #f00;
}
/*下载css*/	
.download h1 {
	margin-bottom: 15px;
	margin-top: 65px;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
.dow_sousuo {
	width: 520px;
	margin: 20px auto;
	border: #09c 5px solid;
	height: 50px;
}
.dow_sousuo input {
	border: none;
	line-height: 48px;
	padding-left: 15px;
	font-size: 16px;
}
.dow_sousuo a {
	display: block;
	width: 50px;
	height: 40px;
	background-color: #09c;
	background-image: url("../img/down_sousuo.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
}
.dow_sousuo a:hover {
	background-color: #09c;
}
.dow_key {
	width: 520px;
	margin: 0 auto;
}
.dow_key h3 {
	float: left;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 20px;
}
.dow_key a {
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 10px;
	display: inline-block;
	color: #888;
}
.dow_key a:hover {
	text-decoration: underline;
	color: #09c;
}
.download_list {
	margin-top: 35px;
	margin-bottom: 35px;
}
.download_con {
	margin-bottom: 20px;
}
.dow_title {
	background: #09c;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.dow_title h2 {
	color: #fff;
	font-size: 18px;
}
.dow_info {
	margin-bottom: 15px;
	border-bottom: 1px dashed #f3f3f3;
	padding-bottom: 10px;
	clear: both;
    min-height: 45px;
}
.dow_info h3 {
	font-size: 16px;
	float: left;
	font-weight: normal;
	line-height: 36px;
	margin-right: 15px;
	padding-left: 20px;
	background: url("../img/yuandian.jpg") left center no-repeat;
}
.dow_info li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 25px;
}
.dow_info li a {
	line-height: 36px;
	font-size: 14px;
	color: #888;
}
.dow_info li a:hover {
	color: #09c;
	text-decoration: underline;
}
.dow_de_info {
	margin-bottom: 35px;
	margin-top: 25px;
}
.dow_img {
	float: left;
	width: 420px;
	height: 420px;
}
.dow_img a {
	display: block;
	overflow: hidden;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
}
.dow_img a img {
	width: 420px;
	height: 420px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.dow_img a:hover img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.dow_txt {
	float: right;
	width: 450px;
}
.dow_txt h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 45px;
	border-bottom: 1px dashed #f3f3f3;
	margin-bottom: 25px;
}
.dow_txt span {
	display: block;
	height: 220px;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 1px dashed #f3f3f3;
	margin-bottom: 35px;
	padding-bottom: 20px;
}
.dow_txt p a {
	display: block;
	width: 115px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #09c;
	font-size: 12px;
	color: #fff;
	border-radius: 25px;
}
.dow_txt p a:hover {
	background: #09c;
}
.de_tab {
	width: 900px;
	overflow: hidden;
}
.de_tab .tab-hd {
	height: 45px;
	line-height:45px;
	border-bottom:1px solid #f3f3f3;
	margin-bottom:25px;
}
.de_tab .tab-hd li{
	float:left;
	margin-right:-1px;
	}
.de_tab .tab-hd li a{
	display:block;
	height: 45px;
	line-height: 45px;
	box-sizing:border-box;
	border:1px solid #f3f3f3;
	border-bottom:none;
}
.de_tab .tab-hd li a {
	display: block;
	padding: 0 30px;
	color:#555;
	font-size:16px;
}
.de_tab .tab-hd li.on a{
	background:#09c;
	color:#fff;
	font-size:16px;
}
.de_tab .tab-bd {
}
.de_tab .tab-bd ul {
	overflow: hidden;
	zoom: 1;
}
.dow_app_list li{
	margin-bottom:25px;
	border-bottom:1px dashed #f3f3f3;
	padding-bottom:25px;
	}
.dow_app_title{
	margin-bottom:10px;
	line-height:45px;
	height:45px;
	}
.dow_app_title h2{
	float:left;
	font-size:18px;
	font-weight:normal;
	color:#333;
	margin-right:50px;
	}
.dow_app_title p{
	line-height:45px;
	color:#aaa;
	}
.dow_app_info .dow_app_left{
	float:left;
	width:750px;
	}
.dow_app_info .dow_app_left p{
	line-height:26px;
	color:#666;
	font-size:14px;
	}
.dow_app_anniu{
	float:right;
	height:45px;
	}
.dow_app_anniu a{
	display:block;
	width:125px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#666;
	background:#e3e5ec;
	font-size:14px;
	}
.dow_app_anniu a:hover{
	background:#09c;
	color:#fff;
	}
	
/*网站地图*/
.sitemap{
	margin-top:25px;
	margin-bottom:35px;
	}
.sitemap ul{
	margin-bottom:35px;
	}	
.sitemap h1.color_1{
	font-size:22px;
	font-weight:normal;
	}
.sitemap li h3{
	margin-bottom:10px;
	}	
.sitemap li h3 a{
	font-size:16px;
	font-weight:normal;
	}
.sitemap li ul li a{
	margin-bottom:10px;
	font-size:14px;
	color:#666;
	line-height:26px;
	}
.sitemap li ul li a:hover{
	text-decoration:underline;
	color:#09c;
	}

/*联系方式*/
#mapCard_header{
	display:none !important;
	}
.contact{
	margin-top:35px;
	}	
.contact li{
	padding-bottom:35px;
	margin-bottom:35px;
	height:450px;
	border-bottom:1px dashed #f3f3f3;
	}
.contact_map{
	float:left;
	width:420px;
	}
.contact_info{
	float:right;
	width:440px;
	}
.contact_info h2{
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height:45px;
	margin-bottom:10px;
	border-bottom:1px dashed #f3f3f3;
	}
.contact_info span{
	display:block;
	overflow:hidden;
	height:auto;
	}	
.contact_info p{
	font-size:14px;
	line-height:26px;
	margin-bottom:10px;
	color:#666;
	}



/*留言反馈*/
.liuyan ul{
	width:570px;
	margin:35px auto;
	}
.liuyan span{
	width: 90px;
	float: left;
	line-height: 36px;
	font-weight: normal;
	color: #888;
	font-size:14px;
	}
.liuyan li{
	margin-bottom:20px;
	}
.liuyan li .button_1_b{
	margin-left: 90px;
	background: #09c;
	display: block;
	margin-top: 0px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border:none;
	}
.liuyan li .button_1_b:hover{
	background-color: #09c;
	}

.liuyan_ggy{
	text-align: center;
	font-family: "微软雅黑", "黑体", "Arial Unicode MS";
	font-size: 14px;
	color: #888;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	padding-bottom:20px;
	}


/*内页友情链接*/
.link li{
	float: left;
	width: 300px;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	margin-left: -1px;
	margin-bottom: -1px;
}
.link_ins_img a{
	display: block;
	width: 280px;
	padding: 10px;
	padding-bottom: 0px;
	text-align: center;
	overflow: hidden;
}
.link_ins_img a img{
	max-width: 280px;
	width: auto;
	height: 180px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.link_ins_img a:hover img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}
.link_ins_title a{
	line-height: 36px;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
}
.link_ins_title a:hover{
	text-decoration: underline;
}

/*专家团队*/
.ins_zhuanjia li{
	padding-bottom: 30px;
	margin-bottom: 30px;
	height: 277px;
	border-bottom: 1px dashed #f3f3f3;
}
.ins_zhuanjia_img{
	float: left;
	width: 220px;
}
.ins_zhuanjia_img a{
	display: block;
	width: 220px;
	overflow: hidden;
}
.ins_zhuanjia_img a img{
	width: 220px;
	height: 277px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.ins_zhuanjia_img a:hover img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;
}

.ins_zhuanjia_txt{
	float: right;
	width: 650px;
}
.ins_zhuanjia_txt h2 a{
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	line-height: 35px;
}
.ins_zhuanjia_txt h2 a:hover{
	text-decoration: underline;
}
.ins_zhuanjia_txt span{
	display: block;
	height: 165px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 30px;
	color: #666;
}
.ins_zhuanjia_txt p{
	display: inline-block;
	margin-right: 10px;
}
.ins_zhuanjia_txt p a{
    display: block;
    width: 115px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #aaa;
    border-radius: 35px;
    text-align: center;
    font-size: 14px;
}
.ins_zhuanjia_txt p a:hover{
	background: #09c;
}


/*产品css*/
.pro_fl{
	margin-bottom: 35px;
}
.products_cot_1{
	margin-bottom: 30px;
}
.products_cot_2{
	margin-bottom: 20px;
}
.products_cot_2 strong{
	color: #333;
	font-size: 14px;
	float: left;
	font-weight: normal;
	padding-left: 10px;
	margin-right: 25px;
}
.products_cot_2 li{
	display: inline-block;
	margin-right: 30px;
}
.products_cot_2 li a{
	color: #666;
}
.products_cot_2 li a span{
	color: #f00;
	font-family: Arial, "Times New Roman";
	font-size: 14px;
}
.products_cot_2 li a:hover{
	text-decoration: underline;
	color: #09c;
}

.products_list li{
	width: 200px;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom:50px;
}
.products_list li .pro_img {
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
	width: 200px;
	overflow: hidden;
	margin-bottom:10px;
}
.products_list li:hover .pro_img {
	border: 1px solid #ccc;
}
.products_list li .pro_img a{
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.products_list li .pro_img a img{
	width: 200px;
	height: 200px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.products_list li:hover .pro_img a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;	
}
.pro_txt{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.pro_txt a{
font-size: 14px;
}
.pro_txt a:hover{
	text-decoration: underline;
}

.products_detail{
	margin-top: 30px;
	margin-bottom: 30px;
}
.pro_de_title h1{
	font-size: 22px;
	color: #333;
	font-weight: normal;
	line-height: 36px;
	border-bottom: 1px dashed #f3f3f3;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pro_de_info{
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
    border-bottom: 1px dashed #f3f3f3;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.pro_de_anniu{
	margin-bottom: 25px;
}
.pro_de_anniu li{
	display: inline-block;
	margin-right: 10px;
}
.pro_de_anniu li a{
	display: block;
	width: 115px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #aaa;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
}
.pro_de_anniu li a.on{
	background: #09c;
}
.pro_de_anniu li a:hover{
	background: #09c;
}
.pro_de_anniu li a.on:hover{
	background: #09c;
}

.pro_fx{
	margin-bottom: 35px;
	display: inline-block;
	margin-right: 15px;
	float: left;
}
.pro_fx .bshare-custom p{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	color: #666;
	padding-left: 15px;
}
.pro_fx .bshare-custom a{
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin-right: 5px;
	background-position: center center;
	background-repeat: no-repeat;
}
.pro_fx .bshare-custom a.bshare-sinaminiblog{
	background-image: url("../img/pro_fx01.jpg");
}
.pro_fx .bshare-custom a.bshare-qqmb{
	background-image: url("../img/pro_fx02.jpg");
}
.pro_fx .bshare-custom a.bshare-qzone{
	background-image: url("../img/pro_fx03.jpg");
}
.pro_fx .bshare-custom a.bshare-douban{
	background-image: url("../img/pro_fx04.jpg");
}
.pro_fx .bshare-custom a.bshare-more{
	background-image: url("../img/pro_fx05.jpg");
	margin-right: 0px;
}

.pro_liulan{
	float: left;
	line-height: 24px;
}

.pro_de_introduce{
	margin-bottom: 25px;
	font-size:14px;
	color:#666;
}
.bd p{line-height: 30px;}
.bd img{max-width:100%;}
.bd strong{font-size:16px;color:#000}


.productd_table,.products_table {
border: none;
padding: 0;
border-collapse: collapse;
width: 100%;
}
.productd_table tr,.products_table tr{
height: 37px;
line-height: 30px;
text-align: left;
}
.productd_table td,.products_table td{
border: 1px solid #e2e2e2;
padding: 0 25px;
width: 20%;
}



.pro_de_prolist{
	margin-bottom: 35px;
}
.pro_de_tuijian_title{
	border-bottom: 1px solid #f3f3f3;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.pro_de_tuijian_title h2{
	color: #09c;
	font-weight: normal;
	font-size: 22px;
	float: left;
}
.pro_de_tuijian_title span a{
	display: block;
	float: right;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	font-family: Arial, "Times New Roman";
}
.pro_de_tuijian_title span a:hover{
	text-decoration:underline;
	color: #828180;
}
.pro_de_prolist ul li{
	float: left;
	width: 200px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 30px;
}
.pro_de_prolist ul li p{
	width: 200px;
	height: 200px;
}
.pro_de_prolist ul li p a{
	display: block;
	height: 200px;
	width: 200px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #eee;	
}
.pro_de_prolist ul li p a img{
	width: 200px;
	height: 200px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.pro_de_prolist ul li:hover p a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;	
}
.pro_de_prolist ul li h3 a{
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	display: block;
	font-weight: normal;
	text-align: center;
}
.pro_de_prolist ul li h3 a:hover{
	text-decoration: underline;
	color: #09c;
}


.pro_de_case_title{
	border-bottom: 1px solid #f3f3f3;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.pro_de_case_title h2{
	color: #09c;
	font-weight: normal;
	font-size: 22px;
	float: left;
}
.pro_de_case_title span a{
	display: block;
	float: right;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	font-family: Arial, "Times New Roman";
}
.pro_de_case_title span a:hover{
	text-decoration: underline;
	color: #09c;
}
.pro_de_case ul li{
	float: left;
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
}

.pro_de_case ul li p a{
	display: block;
	width: 280px;
	height: 180px;
	overflow: hidden;
}
.pro_de_case ul li p a img{
	width: 280px;
	height: 180px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.pro_de_case ul li:hover p a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;	
}
.pro_de_case h3 a{
	display: block;
	line-height: 20px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
	overflow: hidden;
}
.pro_de_case h3 a:hover{
	text-decoration: underline;
}

.pro_liuyan .pro_liuyan_title{
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	background: #f3f3f3;
	color: #333;
	margin:15px 0;
}

.pro_liuyan_info a.btn{padding:0 30px;line-height:40px;font-size:14px;color:#fff;border-radius:3px; background:#09c; display:inline-block}
.pro_liuyan_info a.btn:hover{background:#Fc0}

/*客户见证*/
.witness_list li{
	float: left;
	margin-bottom: 35px;
	border-bottom: 1px dashed #f3f3f3;
	padding-bottom: 30px;
	width: 100%;
}
.witness_img{
	float: left;
	width: 200px;
	height: 160px;
}
.witness_img a{
	display: block;
	width: 200px;
	height: 160px;
	overflow: hidden;
}
.witness_img a img{
	width: 200px;
	height: 160px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.witness_img a:hover img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow: hidden;	
}
.witness_txt{
	float: right;
	width: 660px;
}
.witness_txt h2 a{
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	display: block
}
.witness_txt span{
	height: 80px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}
.witness_txt  p a{
	 color: #09c;
}
.witness_txt  p a:hover{
	text-decoration: underline;
}








.pro_banner .main_left{
	margin-top: 20px;
}
.pro_banner .main_right{
}





/*底部友情链接*/
.link_list {
	width: 1200px;
	float: left;
	overflow: hidden;
}
.txtMarquee-left {
	position: relative;
	width: 1200px;
	float: left;
}
.txtMarquee-left h2{
	float: left;
	color: #fff;
	margin-right: 10px;
}
.txtMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	display: none;
}
.txtMarquee-left .hd .prev, .txtMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/icoLeft.gif") no-repeat;
}
.txtMarquee-left .hd .next {
	background: url("../images/icoRight.gif") no-repeat;
}
.txtMarquee-left .bd {
}
.txtMarquee-left .bd .tempWrap {
	width: 1100px !important;
}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.txtMarquee-left .bd ul li {
	margin-right: 10px;
	float: left;
	height: 70px;
	line-height: 70px;
	text-align: left;
	_display: inline;
	width: auto !important;
}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li span {
	color: #999;
}



.text-about{width:100%;}
.text-about p{font-size:18px;line-height:36px;padding-bottom:20px;color:#666}
.text-about strong{color:#000;font-size:20px;}
.text-about img{max-width:100%;}


	