@charset "utf-8";
/*整站样式*/
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-size: 14px;
	font-family: '微软雅黑', Arial;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul, ol, li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:middle
}
select, input, select {
	vertical-align:middle;
	outline: none;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
	height:0px;
	line-height:0px;
	border:none;
}
iframe {
	border:none;
}
a:link {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#0093ff;
	text-decoration:none;
}
a:active {
	color:#0093ff;
	text-decoration:none;
}
.h {
	display:none;
	visibility:visible;
}
.c {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	visibility:visible;
}
.fix {
*zoom:1;
}
.fix:after {
	clear: both;
	content:"";
	display: table;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pors {
	position: relative;
}
/*头部*/
.top_bg {
	background:#f7f7f7;
	line-height: 30px;
	height:30px;
	border-bottom:1px solid #e3e3e3;
}
.top {
	width:1200px;
	margin:0 auto;
}
.top span a {
	color:#909090;
}
.top_left {
	float:left;color: #909090;
}

.top_right {
	float:right;
}
.t_r_a4 {
	border-right:1px solid #909090;
	padding:0px 10px 0px 20px;
	background:url(../images/top_2.jpg) no-repeat 0px center;
}
.t_r_a5 {
	padding-left:10px;
}
/*logo*/
.logo {
	width:1200px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:22px;
	height:73px;
}
.logo_left {
	float:left;
}
.logo_right {
	float:right;
	padding-top:20px;
}
.l_r_a2 {
	float:left;
	padding-left:43px;
	background:url(../images/logo_4.jpg) no-repeat 0px 2px;
}
.logo_p1 {
	color:#666;
}
.logo_p2 {
	font-size:18px;
	color:#0D62A6;
}
/*导航条*/
.nav_bg {
	background:url(../images/nav_bg2.jpg) repeat-x 0px 0px;
	width:100%;
	min-width:1300px;
	height:69px;
}
.ind_nav {
	width:1200px;
	margin:0 auto;
}
.ind_nav .index_1 {
	background:url(../images/nav_bg.jpg) no-repeat;
	width:128px;
	height:69px;
	padding-left:67px;
	display:inline-block;
	font-size:16px;
	color:#fff;
	line-height:69px;
	float:left;
}
.index_ul {
	float:left;
}
.ind_li {
	float:left;
	font-size:16px;
	color:#fff;
	width:138px;
	text-align:center;
}
.ind_li:hover {
background:#0d62a6;height: 60px;margin-top: 9px; line-height:60px;
}
.ind_li:hover  a{
padding-top: 0px; 
}
.ind_li > a {
	font-size:16px;
	color:#fff;
	padding-top:9px;
	display:inline-block;
	line-height:60px;
	height:60px;
}
.index_right {
	float:right;
	padding-top:9px;
}
.index_right > a {
	font-size:16px;
	color:#fff;
	background:url(../images/nav_bg3.jpg) no-repeat #0d62a6 39px 19px;
	padding-left:67px;
	display:inline-block;
	height:60px;
	width:104px;
	line-height:60px;
}
/*导航二级菜单*/
.ind_li {
	position:relative;
	z-index:2;
}
.sub_1 {
	display:none;
	position:absolute;
	left:-5px;
	top:69px;
	z-index:4;
	width:100%;
}
.sub_1 li a {
	width:138px;
	line-height:50px;
	text-align:center;
	background:#0594d4;
	display:block;
	font-size:14px;
	color:#c1ecff;
}
.sub_1 li a:hover {
	background:url(../images/nav_ico.png) no-repeat 14px 22px #0587c1;
	color:#fff;
}
/*首页banner*/
.banner1 {
	clear:both;
	width:100%;
	overflow: hidden;
	position:relative;
	height:600px;
	min-width:1300px;
}
.banner1 .pic {
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.focusBox .num {
	position:absolute;
	left:45%;
	top:520px
}
.focusBox .num li {
	width:37px;
	height:10px;
	background:url(../images/button_1.png) no-repeat;
	float:left;
	margin-right:10px;
}
.focusBox .num li.on, .focusBox .num li:hover {
	background:url(../images/button_2.png) no-repeat;
}
/*搜索部分*/
.bg {
	background:#f4f4f4;
	height:68px;
	width:100%;
	min-width:1300px;
}
.Search_1 {
	margin:0 auto;
	clear:both;
	width:1300px;
	position:relative;
	background:#f4f4f4;
}
.Search {
	width:1300px;
	height:68px;
	background:#FFF;
	position:absolute;
	left:0px;
	top:-30px;
	border-bottom:1px solid #dfdfdf;
}
.Search_left {
	float:left;
	margin-left:52px;
	color:#333333;
}
.Search_left a {
	color:#666666;
	line-height:68px;
	margin-right:15px;
}
.Search_left a:hover {
	color:#ff5f07;
}
.Search_right {
	float:right;
	margin:20px 49px 0px 0px;
}
.bton {
	width:30px;
	height:30px;
	background:url(../images/search_2.jpg) no-repeat;
	border:none
}
.txt {
	width:245px;
	height:30px;
	background:url(../images/search_1.jpg) no-repeat;
	border:none;
	padding-left:14px;
	color:#333333;
}
/*bannar2*/
.bg1 {
	clear:both;
	width:100%;
	overflow: hidden;
	position: relative;
	height:1366px;
	min-width:1300px;
}
.bg1 img {
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.bg3 {
	background:url(../images/index_bg3.jpg) no-repeat center;
	min-width:1300px;
	height:413px;
	position:relative;
}
.bg6 {
	background:url(../images/index_bg6.jpg) no-repeat center;
	min-width:1300px;
}
.bg6_1 {
	margin:0 auto;
	width:1200px;
}
.bg7 {
	background:url(../images/index_bg7.jpg) no-repeat center;
	min-width:1200px;
	height:121px;
}
.bg7_1 {
	width:1200px;
	text-align:center;
	border-bottom:1px solid #ccc;
	padding-bottom:19px;
	background:url(../images/bg8_2_2.jpg) no-repeat 540px 92px;
}
.bg7_1 h2 {
	font-size:18px;
	color:#cccccc;
	font-family:'Arial';
	padding-top:20px
}
.bg7_1 p {
	font-size:20px;
	color:#333333;
	padding-top:10px;
}
/*主页应用解决方案*/
.bg8 {
	background:url(../images/index_bg8.jpg) no-repeat #f4f4f4 center;
	min-width:1300px;
	padding-bottom:32px;
}
.bg8_1 {
	margin:0 auto;
	width:1200px;
	padding-top:10px;
}
.case_ul>li {
	width:300px;
	height:50px;
	margin-bottom:2px;
	display:block;
}
.case_ul>li a {
	width:268px;
	height:50px;
	line-height:50px;
	padding-left:32px;
	font-size:16px;
	color:#fff;
	display:inline-block;
*display:inline;
	zoom:1;
	background: url(../images/bg8_2.jpg) no-repeat #208bdf 250px 0px;
}
.case_ul>li a:hover {
	background: url(../images/bg8_1.jpg) no-repeat #208bdf 250px 0px;
}
.case_li .case_bg, .case_li .case_bg a {
	background: url(../images/bg8_1.jpg) no-repeat #208bdf 250px 0px;
}
.case_li, .guanyu_li_none {
	float:left;
}
.case_li {
	width:300px;
}
.guanyu_li_none {
	display:none;
	width:870px;
	margin-left:27px;
}
.case_left {
	float:left;
	border:1px solid #c9c9c9;
	position:relative
}
.case_left>span {
	display:block;
	width:506px;
	height:45px;
	line-height:45px;
	position:absolute;
	left:0px;
	top:312px;
	background:#141414;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align:center;
}
.case_left>span a {
	font-size:16px;
	color:#fff;
	line-height:45px;
}
.case_right {
	float:right;
}
.c_r_span1 {
	width:140px;
	height:50px;
	text-align:center;
	display:inline-block;
*display:inline;
	zoom:1;
	font-size:16px;
	color:#fff;
	background:#0d62a6;
	line-height:50px;
}
.c_r_span2 {
	width:217px;
	height:50px;
	text-align:center;
	display:inline-block;
*display:inline;
	zoom:1;
	font-size:14px;
	color:#333;
	background:#fff;
	line-height:50px;
}
.c_r_div1 {
	width:325px;
	height:267px;
	background:#fff;
	margin-top:13px;
	padding:16px;
}
.c_r_div1 p {
	color:#666;
	line-height:26px;
}
/*主页相关案例展示*/
.bg8_2 {
	text-align:center;
	border-bottom:1px solid #ccc;
	padding-bottom:19px;
	background:url(../images/bg8_2_2.jpg) no-repeat 540px 102px;
	padding-top:10px;
	width: 1200px;
	margin:0 auto;
}
.bg8_2 h2 {
	font-size:18px;
	color:#cccccc;
	font-family:'Arial';
	padding-top:20px
}
.bg8_2 p {
	font-size:20px;
	color:#333333;
	padding-top:10px;
}
/*案例展示轮播*/
.scrollBox {
	width:1200px;
	margin:0 auto;
	position:relative;
	padding-top:26px;
}
.scrollBox .piclist li {
	width:290px;
	background:#FFF;
	padding-bottom:25px;
	border-top:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:3px solid #cdcdcd;
	float:left;
	margin-right:13px;
*margin-right:8px
}
.scrollBox .piclist li:hover {
	border-bottom:3px solid #0d62a6;
}
.scrollBox .piclist li a {
	text-align:center;
}
.scrollBox .piclist li a p {
	font-size:16px;
	color:#333;
	margin-top:25px;
*text-align:center
}
.scrollBox1 {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.scrollBox1 .piclist li {
	width:270px;
	background:#FFF;
	float:left;
	margin-right:13px;
*margin-right:8px
}
.scrollBox1 .piclist li a {
	text-align:center;
}
.scrollBox1 .piclist li a p {
	font-size:16px;
	color:#333;
	margin-top:25px;
*text-align:center
}
.scrollBox1 .ne2 a {
	display:inline-block;
*display:inline;
	zoom:1;
	width:45px;
	height:45px;
	background:url(../images/next2.jpg) no-repeat;
	position:absolute;
	left:1075px;
	top:90px;
}
.pr1, .ne2 {
	display:none;
}
.scrollBox .pr1 a {
	display:inline-block;
*display:inline;
	zoom:1;
	width:45px;
	height:45px;
	background:url(../images/pre1.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:120px;
}
.scrollBox1 .pr1 a {
	display:inline-block;
*display:inline;
	zoom:1;
	width:45px;
	height:45px;
	background:url(../images/pre1.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:90px;
}
.ne2 a {
	display:inline-block;
*display:inline;
	zoom:1;
	width:45px;
	height:45px;
	background:url(../images/next2.jpg) no-repeat;
	position:absolute;
	left:1162px;
	top:120px;
}
.banner3 {
	padding-top:40px;
	text-align:center;
}
.bg8_mar {
	margin: 40px auto 0px auto;
	width: 1200px;
}
.bg8_3 {
	background:url(../images/index_bg9.jpg);
	padding:10px;
	width:686px;
	float:left;
	height:330px;
}
.bg8_3_div {
	padding:21px;
	background:url(../images/bg8_2_3.jpg) no-repeat 20px 58px #FFF;
	height: 288px;
}
.b_3_left {
	float:left;
	font-size:20px;
	color:#0d62a6;
	line-height:26px
}
.b_3_left > span {
	color:#a0a0a0;
	line-height:26px
}
.b_3_right {
	float:right;
	padding:3px 15px 0px 0px;
	line-height:26px
}
.b_3_right a {
	color:#a0a0a0;
}
.bg8_3_div2 {
	padding-top:30px;
}
.Video {
	width:304px;
	border:1px solid #95abb1;
	float:left;
}
.words {
	width:318px;
	float:right;
}
.words p {
	font-size:14px;
	color:#666;
	line-height:28px;
}
.words a {
	margin-top:13px;
}
.words >a {
	text-align:center;
	width:159px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#666666;
	background:#f2f2f2;
	display:inline-block;
*display:inline;
	zoom:1;
	float:left;
}
.words .words_a1, .words_a2:hover {
	background:#0d62a6;
	color:#fff;
}
.words a.words_a1 {
	background:#0d62a6;
	color:#fff;
}
.bg8_4 {
	background:url(../images/index_bg9.jpg);
	padding:10px;
	width:442px;
	float:right;
	height:330px;
}
.bg8_4_div {
	padding:21px;
	background:url(../images/bg8_2_4.jpg) no-repeat 20px 58px #FFF;
	height: 288px;
}
.bg8_zhanshi {
	margin-top:30px;
	clear:both;
	padding-left:70px;
	position:relative;
}
.bg8_zhanshi ul li {
	width:260px;
	text-align:center;
}
.bg8_zhanshi ul li p {
	font-size:14px;
	color:#010101;
	line-height:40px;
}
.pr2 {
	position:absolute;
	left:0px;
	top:75px
}
.nex2 {
	position:absolute;
	left:350px;
	top:75px
}
.bg8_5 {
	background:url(../images/index_bg9.jpg);
	padding:10px;
	width:1180px;
	float:right;
	margin-top:36px;
}
.bg8_5_div {
	padding:21px;
	background:url(../images/bg8_2_5.jpg) no-repeat 20px 58px #FFF;
}
.bg8_5_div2 {
	margin-top:60px;
	margin-right:-15px;
}
.bg8_6 {
	margin:34px auto 0px auto;
	width: 1200px;
}
.b_6_left {
	background:url(../images/index_bg9.jpg);
	padding:10px;
	width:785px;
	float:left;
	height:440px;
}
.bg8_6_div {
	padding:21px;
	background:url(../images/bg8_2_6.jpg) no-repeat 20px 58px #FFF;
	height: 400px;
}
.b8_6_left {
	float:left;
	font-size:20px;
	color:#0d62a6;
	line-height:26px
}
.b8_6_left > span {
	cursor:pointer;
}
.b8_6_left .case_bg3 {
	color:#0d62a6;
	border-bottom:4px solid #0d62a6;
	padding-bottom:10px;
}
.bg8_top {
	clear:both;
	margin-top:35px;
	display:none;
}
.bg8_6zuo {
	float:left;
	width:314px;
}
.bg8_6zuo .bg8_img {
	float:left;
	margin-bottom:15px;
}
.bg8_6zuo h2 > a {
	float:left;
	font-size:14px;
	color:#000;
	display:block;
	width:75%;
}
.bg8_6zuo h3 {
	float:right;
	color:#000;
	line-height:22px;
	width:25%;
	font-size:13px;
}
.bg8_6zuo p {
	clear:both;
	color:#666666;
	line-height:22px;
	padding-top:18px;
}
.bg8_6zuo p > a {
	color:#0d62a6;
	line-height:22px;
}
.bg8_6you {
	float:right;
	width:410px;
}
.bg8_6you ul li {
	margin-bottom:16px;
	height: 70px;
}
.time {
	width:70px;
	height:70px;
	background:#b0b0b0;
	display:inline-block;
*display:inline;
	zoom:1;
	text-align:center;
	float:left;
}
.bg8_6you a .time_p1 {
	font-size:30px;
	color:#fefefe;
	margin-top:6px;
}
.bg8_6you a .time_p2 {
	color:#fefefe;
}
.new_2 {
	width:322px;
	height:70px;
	display:inline-block;
*display:inline;
	zoom:1;
	background:#f3f3f3;
	float:left;
	padding-left:18px;
}
.new_h2 {
	font-size:14px;
	color:#000;
	margin-top:13px;
}
.new_h3 {
	color:#666;
	margin-top:6px;
	font-size:14px;
}
.bg8_6you a:hover .time {
	background:#0d62a6;
}
.b_6_right {
	background:url(../images/index_bg9.jpg);
	padding:10px;
	width:340px;
	float:right;
	height: 440px;
}
.bg8_6_div2 {
	padding:21px;
	background:url(../images/bg8_2_7.jpg) no-repeat 20px 58px #FFF;
	height: 400px;
}
.b_6_ul {
	clear:both;
	margin-top:60px;
}
.b_6_ul li {
	background:url(../images/q_a.jpg) no-repeat 0px 3px;
	padding-left:34px;
	margin-top:20px;
	padding-bottom:18px;
	border-bottom:1px dashed #bababa;
}
.b_r_h2 {
	font-size:14px;
	color:#000;
}
.b_r_h3 {
	color:#666;
	line-height:22px;
	margin-top:15px;
	font-size:14px;
}
/*底部*/
.bottom_bg {
	background:#434343;
	clear:both;
	padding:30px;
}
.bottom {
	width:1200px;
	margin:0 auto;
	clear:both;
	text-align:center;
}
.bottom > a {
	display:inline-block;
*display:inline;
	zoom:1;
	padding:0px 40px 0px 40px;
	border-left:1px solid #5a5a5a;
	color:#fff;
	font-size:14px;
}
.bottom .bottom_a1 {
	border-left:none;
}
.bottom > h2 {
	color:#d3d3d3;
	margin-top:30px;
	font-size:13px;
}
.bottom > h3 {
	color:#d3d3d3;
	margin-top:16px;
	font-size:13px;
}
.bottom > h3 a {
	color:#d3d3d3;
}
.bottom > h4 {
	font-size:18px;
	color:#fff;
	margin-top:13px;
}
/*产品中心*/
.Product_banner {
	clear:both;
	width:100%;
	overflow: hidden;
	position:relative;
	height:320px;
	min-width:1100px;
}
.Product_banner img {
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.pro_nav {
	float:right;
	margin:24px 8px 18px 0px;
}
.pro_nav span, .pro_nav a {
	color:#666;
}
.pro_nav a:hover {
	color:#0e62a7;
}
.product {
	clear:both;
}
.product_left {
	float:left;
	width:230px;
	margin-bottom:50px;
}
.pro_span {
	display:block;
	background:url(../images/pro_bg.jpg) no-repeat;
	width:230px;
	height:80px;
	text-align:center;
}
.pro_span h2 {
	font-size:22px;
	color:#fff;
	padding-top:14px;
}
.pro_span h3 {
	color:#fff;
	margin-top:10px;
}
.pro_span2 {
	display:block;
	background:url(../images/pro_bg.jpg) no-repeat;
	width:230px;
	height:60px;
	text-align:center;
}
.pro_span2 h2 {
	font-size:16px;
	color:#fff;
	padding-top:11px;
}
.pro_span2 h3 {
	color:#9dbfdb;
	margin-top:3px;
}
.pro_dl {
	background:url(../images/index_bg9.jpg);
	padding:10px;
}
.pro_dl dt a {
	width:186px;
	height:50px;
	background:url(../images/dl_bg.jpg) no-repeat;
	line-height:50px;
	font-size:16px;
	color:#333;
	padding-left:44px;
	display:block;
}
.pro_dl dt.pro_dl_02 a {
	width:186px;
	height:50px;
	background:url(../images/dl_bg2.jpg) no-repeat;
	line-height:50px;
	font-size:16px;
	color:#fff;
	padding-left:44px;
	display:block;
}
.aa {
	width:186px;
	height:50px;
	background:url(../images/dl_bg3.jpg) no-repeat;
	line-height:50px;
	font-size:16px;
	color:#333;
	padding-left:44px;
	display:block;
}
.aa:hover {
	background:url(../images/dl_bg4.jpg) no-repeat;
	color:#fff;
}
.pro_dl dd a {
	width:186px;
	height:38px;
	padding-left:44px;
	background:url(../images/dd_bg.jpg) no-repeat;
	font-size:14px;
	color:#000;
	display:block;
	line-height:38px;
}
.pro_dl dd a:hover, .pro_dl dd a.on {
	background:url(../images/dl_bg2.jpg) no-repeat 0px -5px;
	color:#fff;
}
.bb {
	width:186px;
	height:40px;
	background:none;
	line-height:40px;
	font-size:14px;
	color:#333;
	padding-left:44px;
	display:block;
}
.bb:hover {color:#666;
	background:none;

}

.contact {
	padding:15px 10px 15px 10px;
	background:#f5f5f5;
	border:1px solid #e4e4e4;
	text-align:center;
}
.contact > span {
	border:1 solid #d3d3d3;
	width:208px;
	height:78px;
	display:block;
}
.contact h2 {
	font-size:14px;
	color:#666;
	margin-top:10px;
}
.contact h3 {
	font-size:24px;
	color:#1068ad;
	font-family:'Tahoma';
	padding-bottom:3px;
}
.contact h4 {
	font-size:14px;
	color:#666;
	margin-top:10px;
}
.contact h5 {
	font-size:14px;
	color:#0d65aa;
	margin-top:10px;
	padding-top:5px;
	border-top:1px dashed #e5e5e5
}
.contact p {
	font-size:13px;
	color:#666;
	margin-top:5px;
	line-height:26px;
}
.product_right {
	float:right;
	width:846px;
	background:#fff;
	padding:33px 45px 33px 50px;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	box-shadow: -2px 0 10px #ccc;
	box-shadow:2px 0 10px #ccc;
	margin-bottom:50px;
}
.pro_top {
	font-size:22px;
	color:#0d62a6;
	padding-bottom:17px;
	background:url(../images/pro_br.jpg) no-repeat 0px 40px;
}
/*行业新闻*/
.time2 {
	width:110px;
	height:110px;
	background:#0b5a9b;
	display:inline-block;
*display:inline;
	zoom:1;
	text-align:center;
	float:left;
}
.time2_p1 {
	font-size:36px;
	color:#fefefe;
	margin-top:15px;
}
.time2_p2 {
	font-size:14px;
	color:#fefefe;
	margin-top:10px;
}
.news_3 {
	height:110px;
	width:670px;
	float:left;
	background: url(../images/news_bg.jpg) no-repeat #f9f9f9 700px 0px;
	padding:0px 30px 0px 30px;
}
.news_3 h2 {
	font-size:16px;
	color:#000;
	margin-top:21px;
}
.news_3 h3 {
	color:#666;
	line-height:22px;
	margin-top:12px;
	font-size:14px;
}
.news_ul {
	padding-top:20px;
	margin-bottom:20px;
}
.news_ul li {
	margin-bottom:20px;
	height:110px;
}
.news_ul li a:hover .news_3 {
	background: url(../images/news_bg2.jpg) no-repeat #f9f9f9 700px 0px;
}
/*新闻内页*/
.news_neiye {
	padding-top:24px;
}
.news_neiye h1 {
	text-align:center;
	font-size:18px;
	color:#333
}
.news_neiye h2 {
	color:#666;
	margin-top:6px;
	text-align:center;
	padding-bottom:20px;
	border-bottom:1px dashed #e7e7e7;
	margin-bottom:20px;
	font-size:13px;
}
.news_neiye p {
	color:#333;
	line-height:30px;
}
.news_bt {
	margin-top:54px;
	padding-bottom:0px;
	line-height: 30px;
}
.news_div2 {
	clear:both;
}
.n_s_left2 {
	float:left;
}
.n_s_right2 {
	float:right;
}
.n_s_left2, .n_s_left2 a {
	color:#666;
}
.n_s_right2, .n_s_right2 a {
	color:#666;
}
.n_s_left2 a:hover {
	color:#0d65aa;
}
.n_s_right2 a:hover {
	color:#0d65aa;
}
/*案例中心*/
.case_ul2 {
	margin-right:-27px;
	padding-bottom:10px;
*padding-bottom:40px
}
.case_ul2 li {
	width:260px;
	text-align:center;
	padding-bottom:21px;
	border-left:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:4px solid #d8d8d8;
	margin-right:27px;
    margin-right:20px;
	margin-top:20px;
	float:left;
}
.case_ul2 p {
	color:#333;
	font-size:15px;
	margin-top:23px;
}
.case_ul2 li:hover {
	border-bottom:4px solid #227abf;
}
/*客服菜单*/
.online_icon {
	width:72px;
	height:148px;
	overflow:hidden;
}
.online_icon a {
	display:block;
	width:72px;
	height:148px;
	background:url(../images/kf-1.png) no-repeat;
	_background:url(../images/kf-1.png) no-repeat;
}
.online_qq_layer {
	position:fixed;
	right:0px;
	top:235px;
	_position:absolute;
}
*html, * html body {
	background-image:url(about:blank);
	background-attachment:fixed
}
*html .online_qq_layer {
	_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop + 150));
}
#online_qq_tab {
	float:left;
	margin-top: 50px;
}
#onlineService {
	float:left;
	margin-left:-3px;
}
.qq_kefu {
	width:140px;
	background:#d20808;
	text-align:center;
	padding-bottom:21px;
}
.qq_kefu h2 {
	font-size:18px;
	color:#fff;
	padding-top:18px;
}
.qq_kefu h3 {
	color:#fff;
}
.qq_br {
	width:120px;
	height:35px;
	display:block;
	background:url(../images/qq_br.png) no-repeat;
	margin:0 auto;
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:35px;
	margin-top:16px;
}
.qq_peo {
	width:120px;
	background:#FFF;
	display:block;
	margin:0 auto;
	padding:0px 0px 15px 0px;
}
.qq_peo a {
	display:block;
	text-align:center;
	padding-top:10px;
	color:#000;
}
.code {
	width:120px;
	height:105px;
	background:url(../images/code_bg.png) no-repeat;
	margin:0 auto;
	margin-top:13px;
	display:block;
	padding-top:5px
}
.pr1 a:hover, .pr2:hover {
	background:url(../images/pre1_hover.png) no-repeat;
}
.ne2 a:hover, .nex2:hover {
	background:url(../images/next2_hover.png) no-repeat;
}
.pr2 {
	width:45px;
	height:45px;
	display:inline-block;
*display:inline;
	zoom:1;
	background:url(../images/pre1.jpg) no-repeat;
}
.nex2 {
	width:45px;
	height:45px;
	display:inline-block;
*display:inline;
	zoom:1;
	background:url(../images/next2.jpg) no-repeat;
}
.bg8_5_div2 >a {
	margin-right: 18px
}
.pro_nav img {
	margin-top: -4px;
	margin-right: 5px;
}
.pro_nav a:last-child {
	color:#0e62a7;
}
.pro_nav .on {
	color:#0e62a7;
}
.product_pic {
	margin:15px auto 15px auto;
	text-align:center;
}
.product_pic img {
	border: 3px solid #dfdfdf;
	margin: 0 auto;
}
/*分页 start*/
.pages {
	margin:0px auto 30px auto;
	text-align:center;
}
.pages a:hover {
	color:#38302e;
}
.pages span {
	font-size:14px;
	padding:0px;
	margin:0px;
	display:inline-block;
	text-align:center;
	height:21px;
	line-height:21px;
	background:#eaeaea;
	border:#9e9e9e 1px solid;
	margin:0 3px;
	padding:0 6px;
}
.pages a {
	font-size:14px;
	padding:0px;
	margin:0px;
	display:inline-block;
	text-align:center;
	height:21px;
	line-height:21px;
	background:#eaeaea;
	border:#9e9e9e 1px solid;
	margin:0 3px;
	padding:0 6px;
}
.pages nolink {
	font-size:14px;
	padding:0px;
}
/*分页 end*/
/*-----首页 banner-----*/
.slideBox {
	width:100%;
	height:500px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:70px;
	width:100%;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
flo/at:left;
	text-align:center;
	width:100%;
}
.slideBox .hd ul li {
fl/oat:left;
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 6px;
	border-radius:6px;
	text-align:center;
	background:#222;
	cursor:pointer;
	font-size:0;
}
.slideBox .hd ul li.on {
	background:#3aa314;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
	height:600px;
}
.slideBox .bd li a {
	display:block;
	height:500px;
}
.slideBox .bd img {
	width:1903px;
	height:500px;
	display:block;
}
.slideBox .prev, .slideBox .next {
	display:none;
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
}
.slideBox .next {
	left:auto;
	right:3%;
}
.slideBox .prev:hover, .slideBox .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
