@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0; overflow-x:hidden;
	vertical-align: baseline;
	font-family:'微软雅黑';
}
body { overflow-x:hidden;
	line-height: 1;
	background:url(bodybg.png);
	font-family:'微软雅黑';
	/*overflow-x: hidden;*/
}
ol, ul {
	list-style: none;
}
html{overflow-x: hidden;}
body {
	font: normal 100% Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5 ,h6{
	color:#646464;
	font-weight:normal;
	font-family:'微软雅黑';
}
h1 {
	font-size:2.5em;
	margin: 20px auto;
	color:#333;
}
h2 {
	font-size: 23px;
	margin-bottom:10px;
	font-weight:600;
	text-transform:uppercase;
}
h3 {
	font-size: 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
h5 {
	font-size: 12px;
	margin-bottom: 10px;
}
h6 {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 48px;
}
.dwmd {
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:-70px;
}
.allconbox {
	margin:0px;
	padding:0px; overflow: hidden;
}
.close{ width:24px; height:24px; position:absolute; right:10px; top:5px; display:inline-block; background:url(close.png) no-repeat;}
#header {
	margin:0 auto;
	position:fixed;
	_position:absolute;
	height:70px;
	left:0;
	top:0;
	z-index:200;
	width:100%;
	background:#fff;
	padding-bottom:10px;
	overflow:hidden;
	display:block;
	border-bottom:1px solid #BFE2FF;
}
.header {
	width:1024px;
	margin:0 auto;
	height:55px; position:relative; overflow:hidden;
	margin-top:15px;
	background:#fff;
}
#header .logo {
	float: left;
	background: url("./logo.png") no-repeat ;
	width: 409px;
	display: block;
	height: 55px;
}
.mainmenu {
	float:right;
	padding:10px 15px 0;
}
#mainmenu li {
	float:left;
	padding: 6px 8px;
	display:inline-block;
	margin-left: 10px;
}
#mainmenu li a {
	color: #666;
	font-size:15px;
	text-decoration:none;
}
#responsive-menu {
	display:none;
}
.slidesbox {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	 background:#39A5DE; 
}
/*功能介绍*/
.gojsbox {
	width:100%;
	float:left;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.gojsbox h1 {
	text-align:center;
}
#Tab1 {
	width:1000px;
	margin:0 auto;
}
.Menubox {
	width:100%;
	height:42px;
	background:#7DA5C8;
	line-height:42px;
	text-align:center;
}
.Menubox ul {
	margin:0px;
	padding:0px;
}
.Menubox li {
	display:block;
	cursor:pointer;
	width:166px;
	overflow:hidden;
	float:left; font-size:14px;
	text-align:center;
	color:#fff;
}
.Menubox li.hover {
	padding:0px;
	background:#fff;
	background:#409500;
}
.Contentbox {
	height:auto;
	text-align:center;
	width:1050px;
	overflow:hidden;
}
.Contentbox h2 {
	color:#666666;
	font-size:30px;
	margin:10px 0 20px 0;
}
.gongneng {
	padding-top:25px;
	width:100%;
}
.gongneng a{
	text-decoration: none;
	color: #666666;
}	
.gongneng li {
	display:inline-block;
	float:left;
	margin:0 43px;
	_margin:0 35px;
	padding-bottom:25px; font-size:14px;
	color:#666;
}
.gongneng li img {
	margin-bottom:15px;
}
.Contentbox div {
	display:block;
	width:100%;
	overflow:hidden;
	padding:30px 0 15px 0;
}
.ckxq {
	width:100%;
	text-align:center;
}
.ckxq a {
	color:#005095;
	text-decoration:none;
}
/*幻灯片*/
/******************** home ********************/
	/**/
	.ps_box { overflow:hidden;
}
.pics_switch {
	position:relative; overflow:hidden;
	width:10000px;
	margin:auto;
	height:500px;
 }
.pics_switch .pb {  
	height:500px;overflow:hidden;
	z-index:1;
}
.pics_switch .pic_box { /*position:absolute; left:0; top:0;*/
	float:left;
	width:10000px;  
	height:500px;
	overflow:hidden;  
}
.pics_switch .pic_box a {
	margin:auto;
	display:block;
	width:1024px !important;
	height:500px;overflow:hidden;
}
/*左右翻页箭头*/
	.viewArrows {
	display:block;
	width:30px !important;
	height:69px;
	line-height:50px;
	cursor:pointer;
	z-index:99;
	position:absolute;
	top:229px;
}
.prev {
	left:10px;
	background:url(prev.png) center center no-repeat;
}
.next {
	right:10px;
	background:url(next.png) center center no-repeat;
}

.pic_box_style_1 {
	background:#000000;
}
.pic_box_style_2 {
	background:#1b55d7;
}
.pic_box_style_3 {
	background:#4264a9;
}
.pic_box_style_4 {
	background:#000000;
}
.pic_box_style_5 {
	background:#101117;
}
.pic_box_style_6 {
	background:#1e1e20;
}
/**/
	.ps_box .pics_switch_clients {
display:;
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	overflow:hidden;
}
.ps_box .pics_switch_clients ul {
	margin:20px auto 0;
	width:82px;
	height:auto;
	overflow:hidden;
}
.ps_box .pics_switch_clients ul li {
	float:left;
	padding:20px 0;
	cursor:pointer;
	opacity:1.0 !important;
}
.ps_box .pics_switch_clients ul li span {
	display:block;
	margin-right:5px;
	width:20px;
	height:5px;
	text-indent:-999999px;
	background:#FFF;
	overflow: hidden;
}
.ps_box .pics_switch_clients ul li.li_1 span {
	background-position:0 -124px;
}/*normal*/
.ps_box .pics_switch_clients ul li.li_2 span {
	background-position:-159px -124px;
}
.ps_box .pics_switch_clients ul li.li_3 span {
	background-position:-318px -124px;
}
.ps_box .pics_switch_clients ul li.li_4 span {
	margin-right:0;
	background-position:-477px -124px;
}
.ps_box .pics_switch_clients ul li.li_5 span {
	background-position:-636px -124px;
}
.ps_box .pics_switch_clients ul li.li_6 span {
	background-position:-795px -124px;
}
.ps_box .pics_switch_clients ul li.li_1 .hover {
	background-position:0 -185px;
}/*hover*/
.ps_box .pics_switch_clients ul li.li_2 .hover {
	background-position:-159px -185px;
}
.ps_box .pics_switch_clients ul li.li_3 .hover {
	background-position:-318px -185px;
}
.ps_box .pics_switch_clients ul li.li_4 .hover {
	background-position:-477px -185px;
}
.ps_box .pics_switch_clients ul li.li_5 .hover {
	background-position:-636px -185px;
}
.ps_box .pics_switch_clients ul li.li_6 .hover {
	background-position:-795px -185px;
}
.ps_box .pics_switch_clients ul li.li_1 .current {
	background-position:0 -185px;
}/*current*/
.ps_box .pics_switch_clients ul li.li_2 .current {
	background-position:-159px -185px;
}
.ps_box .pics_switch_clients ul li.li_3 .current {
	background-position:-318px -185px;
}
.ps_box .pics_switch_clients ul li.li_4 .current {
	background-position:-477px -185px;
}
.ps_box .pics_switch_clients ul li.li_5 .current {
	background-position:-636px -185px;
}
.ps_box .pics_switch_clients ul li.li_6 .current {
	background-position:-795px -185px;
}
/**/
	
	/*客户评论样式*/
	.khplbox {
	width:100%;
	background:#D9EEFF;
	padding-bottom:30px;
	float: left;
	position:relative;
	border:1px solid #BFE2FF;
}
.khplconbox {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
.khplbox h1 {
	font-size:28px;
	padding:15px 0 15px 0;
	text-align:center;
	color:#005094;
}
.khplcon {
	overflow:hidden;
	width:1050px;
}
.khplcon li {
	width:284px;
	float:left;
	margin-right:15px;
	background:url(plbg.png) no-repeat;
	padding:20px;
	height:222px;
	line-height:20px;
	overflow:hidden;
}
.khplcon li p { overflow:hidden;
	font-size:12px;
	color:#666666;
	height:160px;
}
.khplcon li span {
	padding-top:40px;
	display: block;
	color:#666666;
	font-size:14px;
}
#container {
	display:none;
}
/*公司荣誉样式*/
 .gjswhbox {
	width:100%;
	float: left;
	overflow:hidden;
	background:#fff url(rybg.png) repeat-x 0 20px;
	margin:0px;
	position:relative;
}
.gjswhconbox {
	width:1000px;
	overflow: hidden;
	margin:0 auto;
	position:relative;
	padding-bottom:50px;
}
.gjswhconbox h1 {
	text-align:center;
	width:100%;
	margin-bottom:0px;
	padding:30px 0;
}
.rybox1 {
	width:1050px;
	overflow:hidden;
}
.rybox1 li {
	float:left;
	width:220px;
	margin-right:40px;
	text-align:center;
	color:#666666; font-size:14px;
}
.rybox1 li img {
	display:block;
	margin-top:5px;
	margin-bottom:15px;
	box-shadow: #ccc 0px 0px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior:url(PIE.htc);
}
.rybox2 {
	width:1050px;
	overflow:hidden;
	padding-top:80px;
}
.rybox2 li {
	float:left;
	width:220px;
	margin-right:40px;
	text-align:center;
	color:#666666; font-size:14px;
}
.rybox2 li img {
	display:block;
	margin-top:5px;
	margin-bottom:15px;
	box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior:url(PIE.htc);
} 

.slider{ display:none;}
.slider-carousel{}
.slider .inner{width:100%; margin-top:20px;  }
.slider-carousel{position:relative}
.slider-carousel .item{height:300px; text-align:center; overflow:hidden;  }
.slider-carousel .item span{ width:190px; margin:0 5px; font-size:14px;height:300px; vertical-align:middle;  overflow:hidden;display:inline-block;}
.slider-carousel .slidesjs-navigation{width:42px;height:42px;width:30px;
 height:30px;
  display:block;position:absolute;text-indent:-9999em;top:160px;z-index:100;opacity:1.0 !important; }
.slidesjs-previous{background: url(xy.png) no-repeat;left:10px}
.slidesjs-next{background: url(xz.png) no-repeat;right:10px}
.slidesjs-pagination{overflow:hidden;zoom:1;margin-top:25px;margin-left:260px; display:none ;}
.slidesjs-pagination-item a{float:left;width:16px;height:17px;text-indent:-9999em;margin-right:10px;background-color:#ade8d2;border-radius:20px}
.slidesjs-pagination-item a:hover ,.slidesjs-pagination-item a.active{background-color:#fff}
.slidesjs-container, .slidesjs-control{ height:300px !important;  }
.bianimg img{ margin-top:100px; display:block; }
.bianimg{ height:250px; display:block;}
.slider-carousel .item img{ width:180px; margin-bottom:5px;  vertical-align: middle;   display:block; text-align:center;	box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

/*公司荣誉样式END*/



/*页脚*/
.hidden{display:none;}
#smallLay{width:498px; height:100px;padding:4px 10px 10px;background-color:#FFFFFF;border:1px solid #05549d;color:#333333;line-height:24px;text-align:left;-webkit-box-shadow:5px 2px 6px #000;-moz-box-shadow:3px 3px 6px #555;}
.dnone{ display:none;}
.bottombox{ text-align:center;overflow:hidden; position:relative; float:left; display:block; width:100%; padding:50px 0; background:#333;}
.bottomcon{ margin:0 auto; overflow:hidden; width:1000px; display:block;}
.bottomcon span{ display:inline-block; margin-top:10px; float:left; overflow:hidden;}
.bottomcon a{ color:#fff; font-size:20px; text-decoration:none; height:50px; line-height:50px; padding:0 30px; width:100px; padding-right:70px; display:inline-block; margin:0 0px;}
.bottomcon a:hover{ background-color:#DD8500;}
.bottomconbox{ width:200px; margin:0 50px 10px 50px; overflow:hidden; _float:left;display:inline-block;}
.icoaz a{ background:#FF9900 url(icoaz.png) right center no-repeat;}
.icotc a{ background:#FF9900 url(icotc.png) right center no-repeat;}
.icopg a{ background:#FF9900 url(icopg.png) right center no-repeat;}
.foot1{ width:100%; background:#222120;float:left;  height:auto;padding:30px 0;}
.foot1box{ width:1000px; margin:0 auto; height:auto;}
.foot1box ul{ overflow:hidden;float:left; text-align:center; width:100%;display:inline-block;}
.foot1box ul li{ display:inline-block;  overflow:hidden; _float:left; padding:10px 30px; width:100px;   margin-bottom:10px; height:auto;  }
.foot1box ul li h4{ color:#999999; font-weight:bold; padding-bottom:25px; font-size:12px;}
.foot1box ul li a{color:#999999; font-size:12px; text-decoration:none; margin-bottom:10px; display:block; float:left; width:100%;}
.foot1box ul li a:hover{ color:#6CF;}
.foot1box div{ width:100%; text-align:center; display:inline-block;  }
.foot1box div span{ font-size:14px;   display:inline-block; padding:20px 15px; text-align:center;color:#999999;}
.foot1box div span img{ display:block; margin-bottom:15px; display:block; padding-top:15px; }
.foot1box div span a {text-decoration:none; color:#999999;}
.foot1box div span a:hover{ color:#6CF;}
.foot{ background:#333; position:relative; width:100%; color:#646464; font-size:12px; text-align:center; padding:30px 0; display:block; float:left;}
/*页脚END*/

 #caja {
 width:100%;
 display: none;
 padding:0px; 
 background-color:#ececec;
 }
  #caja ul{ padding:0px 0;    padding-top:60px;}
      #caja ul li{}
    #caja ul li a{ text-decoration:none;height:40px; text-align:left; color: #666; border-bottom:1px solid #ccc;padding:0px 30px; line-height:40px; width:100%; display:block;}
	#caja ul li a{}
	    #caja ul li a:hover{ background:#ccc;}
 #mostrar{ position:absolute; right:5px; 
 display:none;  
  padding:5px; background:url(cd.png) no-repeat; width:34px; height:30px;
  }
  
#msgDiv{ position:absolute; padding-top:0px; display:none; height:438px; width:1000px; z-index:999999999; background:#FFF; border: #DDD 8px solid; top:80px !important ;  }
#msgDiv h1{ font-size:12px; padding:0px; margin:0px; padding:5px 10px;}
#msgDiv embed{ overflow:hidden;}
#msgDiv .close{ top:2px; right:2px;}
.zuoce{ width:54px; height:160px; overflow:hidden; background:url(zuoce.png) no-repeat;}
.zuoce a{ width:50px; height:50px; display:block; margin-bottom:2px;}
.ewmxz{ width:100%; height:auto;  overflow:hidden; position:relative; border:0px solid #646464;}
.ewmxz span{ text-align:left; color:#999999; width:168px; display:inline-block; float:left;}
.ewmxz span h4, .ewmxz span p{ padding:0 30px;color:#999999;}
.ewmxz span h4{ padding-top:30px;}
.ewmxz span h4{ font-size:16px;}
.ewmxz span p{ font-size:12px;}
.ewmxz div{ padding:0px; background:#fff; display:inline-block; float:left;height:auto; overflow:hidden;}
.ewmxz div img{ width:200px;height:auto; }
.mvideo{ display:none !important;}

/*内页样式*/
.neiconbox{ background:#fff;}
.neitop{ width:100%;   display:block; margin-top:80px; background:#39A5DE;}
.neitopbox{ width:1024px; margin:0 auto; background:url(neitopbg.png) no-repeat;}
.neitopbox h1{ font-size:30px; position:relative; padding:0 15px; height:56px; line-height:56px; color:#FFF;}
.neitopbox h1 span{ position:absolute; right:15px; font-size:20px; font-weight:normal;}
.neicon{ width:1024px; overflow:hidden; margin:30px auto;}
.neiconleft{ width:164px; float:left;}
 .neiconleft ul li{ margin:25px 0; padding:5px 5px;  }
.neiconleft ul li a{ color:#666; text-decoration:none;}
.neiconleft ul li a:hover{color:#39A5DE;}
.neiconleft ul li a.neihover{ color:#39A5DE; font-weight:bold; }
.neiconright{ width:829px; padding:30px 0; padding-left:30px;float:left; border-left:1px solid #ccc;}
.neiconright h2, .neiconright h3, .neiconright h6{ color:#37A3DC;}
.neiconright h2{ border-bottom:1px solid #ccc; padding-bottom:20px; margin-bottom:0px;}
.neiconright p{ color: #666; font-size:16px; padding-bottom:15px; line-height:30px;}
.neiconright ul.nlist li{ margin:0 0 25px; padding-left:15px;}
.neiconright ul.nlist li a{ color:#666; text-decoration:none;}
.neiconright ul.nlist li a:hover{color:#39A5DE;}
.neiconright ul.nlist li a.neihover{ color:#39A5DE; font-weight:bold; }
.neiconp{ border-bottom:1px solid #ccc; overflow:hidden; width:100%; padding:30px 0;   position:relative;}
.neiconright h3{ padding-top:30px; padding-bottom:20px; }
.neiconp span{ display:inline-block;}
.neiconptxt{ width:370px; height:auto; padding:50px 0; position:relative; float:left;}
.neiconptxtc{ width:100%; padding-top:0px;}
.neiconptxtr{ float: right;}
.neiconpimg{ width:400px; text-align:center; float:left; margin:30px 0 0 30px; }
.neiconpimg img,.neiconpimgr img{ max-width:400px; height:auto; }
.neiconpimgc{ width:100%; text-align:left; margin: 0px; }
.neiconpimgc img{width:auto; height:auto; max-width:inherit;}
.topindex{ position:absolute; height:30px; line-height:30px;display:none; right:60px; color:#333; font-size:12px; text-decoration:none; top:5px; border:1px solid #ccc; border-radius: 5px ; padding:0px 10px;}
.foot2{ background:#FEEDCD; padding:100px 0;position: relative;}
.foot2 .foot1box ul li{  width:150px; padding:10px 15px; margin-bottom:0px;}
.foot2 .foot1box ul li h4{ color:#333333; font-size:14px;}
.foot2 .foot1box ul li img{ margin-bottom:15px;}
.foot2 .foot1box ul li a{color:#333333; font-size:14px;}
.foot2 .foot1box ul li.jpfwmob{ display:none;}
<!--应用中心-->
.yingyongnav{ z-index:444; overflow:auto;}
.yingyongnav ul li{ margin:5px 0;}
.yingyongnav ul li a{ font-size:16px; color:#666; width:100%; padding:5px 0; display:block; background:#fff ; opacity: 0.70;
 -moz-opacity: 0.70;
 filter:alpha(opacity=70); vertical-align:middle;  }
.yingyongnav ul li a.neihover{ border:1px solid #85C5FE;  border-right:none;opacity:1;
 -moz-opacity:1;
 filter:alpha(opacity=100);  background:#D3EFFE;}
.yingyongnav ul li a span img{ width:16px; margin-left:10px; height:auto; vertical-align:middle;   display:inline-block; margin-right:8px;  }
.yingtit{ position:relative; overflow:hidden; margin-bottom:15px;}
.yingtit .yingtittxt{ font-size:30px; color:#333; }
.yingtit .yingtittxt img{ vertical-align:middle; display: inline-block; margin-right:10px;}
.yingtit .yingtitspan{ position:absolute; right:0px; line-height:36px;}
.yingtit .yingtitspan a{ display:inline-block;vertical-align:middle; margin-left:10px;}
.yingtit .yingtitspan font{ color:#999; }
.yingtit .yingtitspan font b{ color:#FF6600;}
.yingtit .yingtitspan img{ vertical-align:middle;}
 
.jumpto-block h3{ color:#333; font-size:20px; border-left:5px solid #1888C5; padding:8px 0px; padding-left:10px; margin:25px 0 0; background-color: #F6F6F6;}
.jumpto-block h4{ color:#666; margin-top:15px; border-bottom: 1px solid #EFEFEF;}
.jumpto-block h4 span{border-bottom: 2px solid #4D4D4D;font-size:16px;display: inline-block; padding: 5px 2px;}
.jumpto-block ul li{ font-size:14px;color:#666; list-style: inside; line-height:26px;  }
.jumpto-block ul li a{ text-decoration:none; color:#666;}
.jumpto-block ul li a:hover{ color: #06F;}
.yingcon{border-bottom: 1px solid #F3F3F3;border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3; padding:25px 10px;
}
.yysp a{ width:155px; overflow:hidden; text-align:center; font-size:12px; color:#666; text-decoration:none; display:inline-block; float:left; margin-right:10px;}
.yysp a img{width:150px; height:auto; border: 2px solid #ccc; margin-bottom: 5px;}
/*应用中心客户评论样式*/
.jumpto-block .slider{ display:block;}	
.jumpto-block .slider-carousel{ padding:0 50px; height: auto; overflow:hidden;}
.yyplimg{ padding-bottom: 10px;}
.yyplimg span{ display:inline-block ; float:left; text-align:left;}
.jumpto-block .slider-carousel .item .yyplimg span.yyplleft{ width:100px;}
.jumpto-block .slider-carousel .item .yyplimg span.yyplright{ width:650px;}
.jumpto-block .slider-carousel .item span{ height:auto;}
.jumpto-block .slider-carousel .item img{ width:90px; height:auto; border:none;} 
.yyplright div{ font-size:14px; color: #666; line-height:20px;}
.yyplright div b{ font-weight:normal; color:#333;}
.yyplright div.yyplrighttit{ font-size:18px; padding-bottom:10px; margin-top:5px; color:#333; font-weight:bold;}
.yypltxt{ text-align:left; font-size:14px; color:#666; border:1px solid #F3F3F3; padding:10px;}
.jumpto-block .slider-carousel .item .yypltxt span{ display:block; margin:0px; color:#333;}
.jumpto-block .slidesjs-container, .slidesjs- control{ height:220px !important;}
.jumpto-block .slider-carousel .item{height:auto !important;}
.jumpto-block .slider-carousel .slidesjs-navigation{ top:60px;}
	 
/*应用中心客户评论样式END*/

/*TAB1菜单切换样式*/
#Tab5 {
	width:100%;
	height:auto;
 	display:block;
	overflow:hidden;
	position:relative;
 	float:left;
 	padding: 0px;
 }
/*菜单class*/
#Tab5 .Menubox {
	width:25%; float:left; overflow:hidden; height:100%;
	display:inline-block;
	position: relative; background:#EDEDED;
 }
#Tab5 .Menubox ul {
	margin: 0px;
	padding: 0px;
	border:1px solid #F3F3F3; border-right:none;
}
.tabrightcon{border:1px solid #F3F3F3; }
#Tab5 .Menubox li {
	margin:0px;
	float: left;
	text-align:center; border-bottom:1px solid #F3F3F3;
	display: block;
	cursor: pointer;
	width: 100%;
 	color: #666;
	height:30px;
	line-height: 30px; 
 }
#Tab5 .Menubox li span{ padding-left:5px;}
#Tab5 .Menubox li.hover {
	background:#fff;
	cursor: pointer;
	background-position: -960px -60px;
	color:#000;
}
#Tab5 .Contentbox {
	display:inline-block;
	float:left; width:75%;
	margin-top: 0px;
	height: auto;
	overflow: hidden;
  	z-index:1;
}
#Tab5 .Contentbox div{ padding:0px; width:auto;}
/*TAB1内容样式*/
#Tab5 .Contentbox div.jfsp1 {
 	margin-top: 0px;
	display: inline-block;
	overflow: hidden;
	float: left;
	width:100%;
	height: auto;
}
#Tab5 .Contentbox div.zgnjs{ border-bottom:#F3F3F3 1px solid; position:relative; width:100%; }
.zgnjs div{ float:left;margin:0px; display:inline-block; overflow:hidden;}
#Tab5 .Contentbox div.zgnjsimg{ width:36px; position:absolute; left:0px; top:0px;  height:36px; padding:10px;}
#Tab5 .Contentbox div.zgnjsimg img{ width:36px; height:auto;}
#Tab5 .Contentbox div.zgnjstxt{padding:10px; padding-left:0px; padding-left:56px; font-size:14px; color:#666; text-align:left;   }
.zgnjstxt b{ display:block;}
.yingyongright{ padding-bottom:80px;}
.neiconright img{ max-width: 99%; margin-left: 0.5%;}

/*TAB1内容样式END*/

/*应用中心END*/
/******************** 响应式 ********************/
 
/* Default wide-screen styles */
@media all and (max-width: 1024px) {
.header .inner_header {
width:960px;
height:90px;
}
 .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:1024px;
}
 .prev {
left:25px;
}
 .next {
right:25px;
}
}
 @media all and (max-width: 960px) {
	 .bottomcon{ width:100%;}
	 .pcvideo{ display:none !important;}
.mvideo{ display: inline-block !important;}
	 .zuoce{ display:none;}
	 .backtop{ display:inline !important;}
	  #caja ul{ padding:0px 0;    padding-top:30px;}
	 .dwmd{top:0px; }
	  #mostrar{  
 display: inline-block; top:5px;}
	  .header{ width:100%;}
	 
 #header {
position:absolute;
}
 
 .Contentbox {
width:100%;
}
 .ps_box {
overflow:hidden;
}
 .pics_switch {
height:400px; width:960px ;
}
 .pics_switch .pb {
height:400px;
}

 .pics_switch .pic_box a {
	 width:960px !important; 
height:400px;
background-size:800px 400px !important;
}
.pics_switch .pic_box a {
width:960px  !important;
}
 .pics_switch .pic_box a {
	 width:960px; 
height:400px;
background-size:750px 400px !important;
}
 .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:960px ;
}
 .case_box {
overflow:hidden;
}
 .case_box ul {
width:740px;
}
 .case_box, .case_box .tabs {
width:700px;
}
 .case_box .ul_box {
width:740px;
}
 .case_box ul li .cover {
width:218px;
}
 #responsive-menu {
display:block;
}
#header {
 width:100%;
}
 #Tab1{
width:958px;
}
  
 .mainmenu {
display:none;
}
 .gojsbox {
width:958px;
}
 .Menubox {
background:#EDEDED;
width: 958px;
border:1px solid #ccc;
height:88px;
}
 .Menubox li {
color:#666;
border:1px solid #ccc;
width:310px;
}
 .Menubox li.hover {
background:#CCC;
}
 .gongneng li {
margin:0 35px;
}
 /*移动版客户评论样式*/
	#container {
display: block;
padding-bottom:15px;
}
 .khplcon {
display:none;
}
 .khplconbox {
width:100%;
}
 .khplbox h1 {
font-size:22px;
padding:15px 20px 0px 20px;
margin-bottom:10px;
}
ul.bjqs {
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;
display:none;
}
li.bjqs-slide {
position:absolute;
display:none;
background:url(plbg.png) no-repeat center center;
line-height:22px;
}
 .bjqs li p {
font-size:12px;
color:#666666;
height:160px;
padding:30px;
}
 .bjqs li span {
padding-top:15px;
padding-left:20px;
display: block;
color:#666666;
font-size:14px;
}
 ul.bjqs-controls {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ul.bjqs-controls.v-centered li a {
position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
right:0;
width:30px;
top:200px !important;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-next a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
right:0;
width:30px;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
left:0;
top:200px !important;
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ol.bjqs-markers {
list-style: none;
padding: 0;
margin: 0;
width:100%;
}
ol.bjqs-markers.h-centered {
text-align: center;
display:none;
}
ol.bjqs-markers li {
display:inline;
}
ol.bjqs-markers li a {
display:inline-block;
}
p.bjqs-caption {
display:block;
width:96%;
margin:0;
padding:2%;
position:absolute;
bottom:0;
}
 pre {
 font-family: "Source Code Pro", monospace;
 display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 20px;
 word-break: break-all;
 word-wrap: break-word;
 white-space: pre;
 white-space: pre-wrap;
 background-color: whiteSmoke;
 border: 1px solid #CCC;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
 #container {
 width:100%;
 margin:0 auto;
}
.slider{ display: block;}
 #banner-slide {
 margin-bottom: 0px;
width:370px;
margin:0 auto;
}
 #container2 {
 width:100%;
 margin:0 auto;
}
 #banner-slide2 {
 margin-bottom: 0px;
width:370px;
margin:0 auto;
}
 ul.bjqs-controls.v-centered li a {
 display:block;
 padding:10px;
 background:#fff;
 color:#000;
 text-decoration: none;
}
 ul.bjqs-controls.v-centered li a:hover {
 background:#000;
 color:#fff;
}
 ol.bjqs-markers li a {
 padding:5px 10px;
 background:#000;
 color:#fff;
 margin:5px;
 text-decoration: none;
}
 ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
 background: #999;
}
 p.bjqs-caption {
 background: rgba(255, 255, 255, 0.5);
}
/*移动版客户评论样式END*/
/*移动版公司荣誉样式*/
.gjswhconbox{ width:100%;}
.gjswhconbox h1{ font-size:1.5em; margin:0px;}
 .rybox1{ display:none;}
 .rybox2{display:none;}
 .gjswhbox{ background-position:0px 0px;}
/*移动版公司荣誉样式END*/
.foot1box{ width:480px; overflow: hidden;}
.foot1box ul{ width:101%;}
.foot1box ul li{ width:60px; padding:10px 25px;}
.foot1box div{ margin:0 auto; float:none; width:100%; padding:0px; text-align:center;}
/*内页*/
.neitopbox{ width:100%; text-align:center; background-position: center center; }
.neitopbox span{ display:none;}
.neitop{ margin-top:0px; margin-top:60px;}
 .neiconleft{ width:100%; background:#F2F2F2; border-bottom:#E0E0E0 1px solid;}
  .neiconleft ul{ padding:0px 0; width:auto; margin:0 auto;  text-align: center;}
  .neiconleft ul li{  display: inline-block;  margin-top:2px; margin-bottom:0px;  text-align: center;}
   .neiconleft ul li a{ width:98px; color:#333;   background:#fff; border:1px solid #ccc; font-size:12px; padding:10px 10px; display:inline-block;}
    .neiconleft ul li a:hover{ background:#dfdfdf;}
    .topindex{ display:block;}
  .neicon{ width:100%;}
  .neiconleft ul li a.neihover{ font-weight:normal; }
  .neiconright{ width:100%; padding-left:0px;padding-right:0px;}
  .neiconright p{ padding-left:25px;padding-right:25px; font-size:12px; line-height:20px;}
    .neiconright h2{ text-align:center;}
  .neiconpimg{ text-align:center; width:100%; position:relative; margin: 30px 0 0;}
  .neiconpimg img{ float:none; padding:0px; margin:0px; border:none;}
   .neiconp{ padding-bottom:30px;}
  .neiconptxt{ padding:0px 0px; width:100%;  }
    .neiconptxt h3{ text-align:center; padding:0 15px;}
	.cneiconrightbox h4{padding:0 15px;}
 	.foot2{ padding:50px 0;}
.foot2 .foot1box ul li.jpfw{ display:none;}
.foot2 .foot1box{ width:100%;}
.foot2 .foot1box ul li.jpfwmob{ display:block; height:auto; width:100%;}

/*应用中心移动样式*/
.yingyongnav{ z-index:444; }
.yingyongnav ul li a{ width:58px; padding:5px 0 2px 0; opacity: 0.55;
	-moz-opacity: 0.55;
	filter:alpha(opacity=55);  font-size:14px;border-radius:5px; text-align:center;}
.yingyongnav ul li a.neihover{ background:#fff; opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85); }
.yingyongnav ul li a span img{ width:28px; height:28px; margin:0 auto; margin-bottom:3px; display:block;}
.yingyongnav ul{ padding:5px 0;}
.yingyongnav ul li{ padding-left:2px;}
.yingtit{ text-align:center;}
.yingyongright p{ padding:10px 0; z-index:1;}
.yingtittxt{ display:block; text-align:center;}
.yingtit .yingtitspan{ position:relative; margin:0 auto ; text-align:center; width:250px; display:block;}
.yingtit .yingtitspan a{ display:block;}
.yingyongright{ padding-top:15px;}
.jumpto-block h3{ margin:15px 0; margin-bottom:10px; font-size:14px; color:#34A3D9; border-left:none; text-align:center;}\
.yysp{ text-align:center; padding:0 20px;}
.yysp a{ float:none;}
.yingcon{ padding:0 15px; text-align:center;}
.yingcon p{text-align: left;}
.yyplimg{ height:auto;   border:1px solid #F3F3F3;   border-bottom:none;}
.yypltxt{ padding:5px 10px; margin:0px 0;  border-top:none;}
 .slider-carousel .item span{ margin:0px; display:inline-block; float:left;}
.jumpto-block .slider-carousel .item .yyplimg span.yyplleft{ width:40px; position:absolute; left:10px; top:5px;}
.jumpto-block .slider-carousel .item .yyplimg span.yyplright{ width:100%;}
.jumpto-block .slider-carousel .item .yyplimg span.yyplright div{ padding:0 10px; display:none;  padding-left:60px; padding-top:10px; }
.jumpto-block .slider-carousel .item img{width:100%;}
.jumpto-block .slider-carousel .item .yyplimg span.yyplright div.yyplrighttit{ font-size:14px; display:block;  padding-bottom:10px !important;}
.jumpto-block .slidesjs-container, .slidesjs-control{  float:left; display:block; overflow:hidden;}
.jumpto-block .slider-carousel .item span{ width:auto;}
.jumpto-block .slider .inner{ margin:0px;}
.jumpto-block .Menubox,  .jumpto-block .Menubox li{ border:none;}
.jumpto-block #Tab1{ width:100% !important;}
.jumpto-block .Contentbox{ padding:0px !important;}
.yingtit .yingtittxt img{ display:none;}
.jumpto-block{ border-top:1px solid #ccc; padding-bottom:20px;}
 /*应用中心移动样式END*/
  
}
@media all and (max-width: 768px) {
.neiconpimgc img{width:96%; height:auto;}
.header{ width:100%;}
#header {
position:absolute;
}
 .Contentbox {
width:100%;
}
 .ps_box {
overflow:hidden;
}
.pics_switch {
height:400px; width:768px ;
}
 .pics_switch .pb {
height:400px;
}
#header .logo{ width:262px;}
 .pics_switch .pic_box a {
	 width:960px !important; 
height:400px;
background-size:800px 400px !important;
}
.pics_switch .pic_box a {
width:768px  !important;
}
 .pics_switch .pic_box a {
	 width:768px; 
height:400px;
background-size:800px 400px !important;
}
 .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:768px ;
}
 .case_box {
overflow:hidden;
}
 .case_box ul {
width:740px;
}
 .case_box, .case_box .tabs {
width:700px;
}
 .case_box .ul_box {
width:740px;
}
 .case_box ul li .cover {
width:218px;
}
 #responsive-menu {
display:block;
}
#header {
 width:100%;
}
 #Tab1 {
width:768px;
} .mainmenu {
display:none;
}
 .gojsbox {
width:768px;
}
 .Menubox {
background:#EDEDED;
width: 768px;
border:1px solid #ccc;
height:88px;
}
 .Menubox li {
color:#666;
border:1px solid #ccc;
width:250px;
}
 .Menubox li.hover {
background:#CCC;
}
 .gongneng li {
margin:0 100px;
}
 /*移动版客户评论样式*/
	#container {
display: block;
padding-bottom:15px;
}
 .khplcon {
display:none;
}
 .khplconbox {
width:100%;
}
 .khplbox h1 {
font-size:22px;
padding:15px 20px 0px 20px;
margin-bottom:10px;
}
ul.bjqs {
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;
display:none;
}
li.bjqs-slide {
position:absolute;
display:none;
background:url(plbg.png) no-repeat center center;
line-height:22px;
}
 .bjqs li p {
font-size:12px;
color:#666666;
height:160px;
padding:30px;
}
 .bjqs li span {
padding-top:15px;
padding-left:20px;
display: block;
color:#666666;
font-size:14px;
}
 ul.bjqs-controls {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ul.bjqs-controls.v-centered li a {
position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
right:0;
width:30px;
top:200px !important;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-next a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
right:0;
width:30px;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
left:0;
top:200px !important;
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ol.bjqs-markers {
list-style: none;
padding: 0;
margin: 0;
width:100%;
}
ol.bjqs-markers.h-centered {
text-align: center;
display:none;
}
ol.bjqs-markers li {
display:inline;
}
ol.bjqs-markers li a {
display:inline-block;
}
p.bjqs-caption {
display:block;
width:96%;
margin:0;
padding:2%;
position:absolute;
bottom:0;
}
 pre {
 font-family: "Source Code Pro", monospace;
 display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 20px;
 word-break: break-all;
 word-wrap: break-word;
 white-space: pre;
 white-space: pre-wrap;
 background-color: whiteSmoke;
 border: 1px solid #CCC;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
 #container {
 width:100%;
 margin:0 auto;
}
.slider{ display: block;}
 #banner-slide {
 margin-bottom: 0px;
width:370px;
margin:0 auto;
}
 #container2 {
 width:100%;
 margin:0 auto;
}
 #banner-slide2 {
 margin-bottom: 0px;
width:370px;
margin:0 auto;
}
 ul.bjqs-controls.v-centered li a {
 display:block;
 padding:10px;
 background:#fff;
 color:#000;
 text-decoration: none;
}
 ul.bjqs-controls.v-centered li a:hover {
 background:#000;
 color:#fff;
}
 ol.bjqs-markers li a {
 padding:5px 10px;
 background:#000;
 color:#fff;
 margin:5px;
 text-decoration: none;
}
 ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
 background: #999;
}
 p.bjqs-caption {
 background: rgba(255, 255, 255, 0.5);
}
/*移动版客户评论样式END*/
/*移动版公司荣誉样式*/
.gjswhconbox{ width:100%;}
.gjswhconbox h1{ font-size:1.5em; margin:0px;}
 .rybox1{ display:none;}
 .rybox2{display:none;}
 .gjswhbox{ background-position:0px 0px;}
/*移动版公司荣誉样式END*/
.foot1box{ width:480px; overflow: hidden;}
.foot1box ul{ width:101%;}
.foot1box ul li{ width:60px; padding:10px 25px;}
.foot1box div{ margin:0 auto; float:none; width:100%; padding:0px; text-align:center;}

 .foot2{ padding:50px 0;}
.foot2 .foot1box ul li.jpfw{ display:none;}
.foot2 .foot1box{ width:100%;}
.foot2 .foot1box ul li.jpfwmob{ display:block; width:100%;}


	}
 @media all and (max-width: 640px) {
	  .header{ width:100%;}
 .Contentbox {
width:100%;
}
 #header {
position:absolute;
}
 #Tab1 {
width:640px;
}
.gojsbox {
width:640px;
}
 .Menubox {
background:#EDEDED;
width: 640px;
border:1px solid #ccc;
height:88px;
}
 .Menubox li {
width:204px;
}
 .gongneng li {
margin:0 75px;
}
.gongneng li img{ width:150px;}
 .prev {
left:40px;
top:170px;
}
 .next {
right:40px;
top:170px;
}
.ps_box {
overflow:hidden;
}
.pics_switch {
height:340px; width:640px ;
}
 .pics_switch .pb {
height:340px;
}


 .pics_switch .pic_box a {
	 width:640px !important; 
height:340px;
background-size:800px 340px !important;
}
.pics_switch .pic_box a {
width:640px  !important;
}
 .pics_switch .pic_box a {
	 width:640px; 
height:340px;
background-size:640px 340px !important;
}
 .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:640px ;
}
	/*移动版客户评论样式*/
	#container {
display: block;
padding-bottom:15px;
}
 .khplcon {
display:none;
}
 .khplconbox {
width:100%;
}
 .khplbox h1 {
font-size:22px;
padding:15px 20px 0px 20px;
margin-bottom:10px;
}
ul.bjqs {
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;
display:none;
}
li.bjqs-slide {
position:absolute;
display:none;
background:url(plbg.png) no-repeat center center;
line-height:22px;
}
 .bjqs li p {
font-size:12px;
color:#666666;
height:160px;
padding:30px;
}
 .bjqs li span {
padding-top:15px;
padding-left:20px;
display: block;
color:#666666;
font-size:14px;
}
 ul.bjqs-controls {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ul.bjqs-controls.v-centered li a {
position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
right:0;
width:30px;
top:200px !important;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-next a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
right:0;
width:30px;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
left:0;
top:200px !important;
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ol.bjqs-markers {
list-style: none;
padding: 0;
margin: 0;
width:100%;
}
ol.bjqs-markers.h-centered {
text-align: center;
display:none;
}
ol.bjqs-markers li {
display:inline;
}
ol.bjqs-markers li a {
display:inline-block;
}
p.bjqs-caption {
display:block;
width:96%;
margin:0;
padding:2%;
position:absolute;
bottom:0;
}
 pre {
 font-family: "Source Code Pro", monospace;
 display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 20px;
 word-break: break-all;
 word-wrap: break-word;
 white-space: pre;
 white-space: pre-wrap;
 background-color: whiteSmoke;
 border: 1px solid #CCC;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
 #container {
 width:100%;
 margin:0 auto;
}
.slider{ display: block;}
 #banner-slide {
 margin-bottom: 0px;
width:370px;
margin:0 auto;
}
 ul.bjqs-controls.v-centered li a {
 display:block;
 padding:10px;
 background:#fff;
 color:#000;
 text-decoration: none;
}
 ul.bjqs-controls.v-centered li a:hover {
 background:#000;
 color:#fff;
}
 ol.bjqs-markers li a {
 padding:5px 10px;
 background:#000;
 color:#fff;
 margin:5px;
 text-decoration: none;
}
 ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
 background: #999;
}
 p.bjqs-caption {
 background: rgba(255, 255, 255, 0.5);
}
/*移动版客户评论样式END*/
/*移动版公司荣誉样式*/
.gjswhconbox{ width:100%;}
.gjswhconbox h1{ font-size:1.5em; margin:0px;}
 .rybox1{ display:none;}
 .rybox2{display:none;}
 .gjswhbox{ background-position:0px 0px;}
/*移动版公司荣誉样式END*/
	.foot1box{ width:480px; overflow: hidden;}
.foot1box ul{ width:101%;}
.foot1box ul li{ width:60px; padding:10px 25px;}
.foot1box div{ margin:0 auto; float:none; width:100%; padding:0px; text-align:center; } 
	.foot2{ padding:50px 0;}
.foot2 .foot1box ul li.jpfw{ display:none;}
.foot2 .foot1box{ width:100%;}
.foot2 .foot1box ul li.jpfwmob{ display:block; width:100%;}

    }
@media all and (max-width: 480px) {
.Contentbox {
width:auto; padding:20px;
}
#header {
position:absolute;
}
  .header{ width:100%;}
 .gojsbox h1 {
font-size:1.5em;
}
 .Contentbox h2 {
font-size:18px;
}
 .Contentbox div {
padding-top:15px;
}
 #Tab1 {
width:480px;
}
.gojsbox {
width:480px;
}
.gongneng {
padding-top:10px;
}
 .Menubox {
background:#EDEDED;
width: 480px;
border:1px solid #ccc;
height:63px;
}
 .Menubox li {
width:152px;
font-size:14px;
height:30px;
line-height:30px;
}
 .gongneng li {
margin:0 40px;
font-size:14px; 
}
.gongneng li img {
width:105px;
height:auto; margin-bottom:5px;
}
 .prev {
left:40px;
top:170px;
}
 .next {
right:40px;
top:170px;
}
.ps_box {
overflow:hidden;
}
.pics_switch {
height:340px; width:480px ;
}
 .pics_switch .pb {
height:340px;
}


 .pics_switch .pic_box a {
	 width:480px !important; 
height:340px;
background-size:480px 340px !important;
}
.pics_switch .pic_box a {
width:480px  !important;
}
 .pics_switch .pic_box a {
	 width:480px; 
height:340px;
background-size:480px 340px !important;
}
 .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:480px ;
}
 .prev {
left:10px;
top:140px;
}
 .next {
right:10px;
top:140px;
}
 .ps_box {
margin-bottom:0px;
overflow:hidden;
}
 .ps_box .pics_switch_clients {
height:30px;
}
 .ps_box .pics_switch_clients ul {
margin:0 auto;
}
 .ps_box .pics_switch_clients ul li {
padding:15px 0;
}
.pics_switch {
height:260px; width:480px ;
}
 .pics_switch .pb {
height:260px;
}


 .pics_switch .pic_box a {
	 width:480px !important; 
height:260px;
background-size:480px 340px !important;
}
.pics_switch .pic_box a {
width:480px  !important;
}
 .pics_switch .pic_box a {
	 width:480px; 
height:260px;
background-size:480px 260px !important;
}
 .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:480px ;
}
			
	/*移动版客户评论样式*/
	#container {
display: block;
padding-bottom:15px;
}
 .khplcon {
display:none;
}
 .khplconbox {
width:100%;
}
 .khplbox h1 {
font-size:22px;
padding:15px 20px 0px 20px;
margin-bottom:10px;
}
ul.bjqs {
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;
display:none;
}
li.bjqs-slide {
position:absolute;
display:none;
background:url(plbg.png) no-repeat center center;
line-height:22px;
}
 .bjqs li p {
font-size:12px;
color:#666666;
height:160px;
padding:30px;
}
 .bjqs li span {
padding-top:15px;
padding-left:20px;
display: block;
color:#666666;
font-size:14px;
}
 ul.bjqs-controls {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ul.bjqs-controls.v-centered li a {
position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
right:0;
width:30px;
top:200px !important;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-next a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
right:0;
width:30px;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
left:0;
top:200px !important;
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ol.bjqs-markers {
list-style: none;
padding: 0;
margin: 0;
width:100%;
}
ol.bjqs-markers.h-centered {
text-align: center;
display:none;
}
ol.bjqs-markers li {
display:inline;
}
ol.bjqs-markers li a {
display:inline-block;
}
p.bjqs-caption {
display:block;
width:96%;
margin:0;
padding:2%;
position:absolute;
bottom:0;
}
 pre {
 font-family: "Source Code Pro", monospace;
 display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 20px;
 word-break: break-all;
 word-wrap: break-word;
 white-space: pre;
 white-space: pre-wrap;
 background-color: whiteSmoke;
 border: 1px solid #CCC;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
 #container {
 width:100%;
 margin:0 auto;
}
.slider{ display: block;}
 #banner-slide {
 margin-bottom: 0px;
width:370px;
margin:0 auto;
}
 ul.bjqs-controls.v-centered li a {
 display:block;
 padding:10px;
 background:#fff;
 color:#000;
 text-decoration: none;
}
 ul.bjqs-controls.v-centered li a:hover {
 background:#000;
 color:#fff;
}
 ol.bjqs-markers li a {
 padding:5px 10px;
 background:#000;
 color:#fff;
 margin:5px;
 text-decoration: none;
}
 ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
 background: #999;
}
 p.bjqs-caption {
 background: rgba(255, 255, 255, 0.5);
}
/*移动版客户评论样式END*/
/*移动版公司荣誉样式*/
.gjswhconbox{ width:100%;}
.gjswhconbox h1{ font-size:1.5em; margin:0px;}
 .rybox1{ display:none;}
 .rybox2{display:none;}
 .gjswhbox{ background-position:0px 0px;}
/*移动版公司荣誉样式END*/
.foot1box{ width:100%; overflow: hidden;}
.foot1box ul{ width:100%;}
.foot1box ul li{ width:60px; padding:10px 25px;}
.foot1box div{ margin:0 auto; float:none; width:100%;  padding:0px; text-align:center;}
 .foot2{ padding:50px 0;}
.foot2 .foot1box ul li.jpfw{ display:none;}
.foot2 .foot1box{ width:100%;}
.foot2 .foot1box ul li.jpfwmob{ display:block; width:100%;}

	}
 @media all and (max-width: 320px) {
	 .neitop{ margin-top:0px; margin-top:22px;}
.foot2 .foot1box ul li{ width:100px; height:210px; padding:10px 15px; margin-bottom:0px;}
.foot2 .foot1box ul li h4{ height:40px; padding-bottom:0px; margin-bottom:0px;}

	  .header{ width:100%;}
	 .foot1box{ width:100%; overflow: hidden;}
.foot1box ul{ width:100%;}
.foot1box ul li{ width:48px; padding:10px 15px;}
.foot1box div{ margin:0 auto; float:none; width:100%; padding:0px; text-align:center; }

  .Contentbox {
width:100%;
}
#header {
position:absolute; height:30px;}
.header{ margin-top:0px;}
#header .logo{ width:130px;}
.gojsbox h1 {
font-size:1.5em;
}
 .Contentbox h2 {
font-size:18px;
}
 .Contentbox div {
padding-top:15px;
}
 #Tab1 {
width:480px;
}
.gojsbox {
width:480px;
}
.gongneng {
padding-top:10px;
}
 .Menubox {
background:#EDEDED;
width: 320px;
border:1px solid #ccc;
height:63px;
}
 .Menubox li {
width:152px;
font-size:14px;
height:30px;
line-height:30px;
}
 .gongneng li {
margin:0 45px;
font-size:14px;
}
.gongneng li img {
width:135px;
height:auto;
}
 .prev {
left:40px;
top:170px;
}
 .next {
right:40px;
top:170px;
}
 .ps_box {
margin-bottom:0px;
overflow:hidden;
}
 
 .prev {
left:10px;
top:80px;
}
 .next {
right:10px;
top:80px;
}
 .ps_box {
margin-bottom:0px;
overflow:hidden;
}
 .ps_box .pics_switch_clients {
height:30px;
}
 .ps_box .pics_switch_clients ul {
margin:0 auto;
}
 .ps_box .pics_switch_clients ul li {
padding:15px 0;
}
  
 .prev {
left:10px;
}
 .next {
right:10px;
}
 .ps_box {
margin-bottom:15px;
overflow:hidden;
}
 .ps_box .pics_switch_clients {
height:30px;
}
 .ps_box .pics_switch_clients ul {
margin:0 auto;
}
 .ps_box .pics_switch_clients ul li {
padding:15px 0;
}
.pics_switch {
height:180px; width:320px ;
}
 .pics_switch .pb {
height:180px;
}


 .pics_switch .pic_box a {
	 width:320px !important; 
height:180px;
background-size:320px 180px !important;
}
.pics_switch .pic_box a {
width:320px  !important;
}
  .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:320px ;
}
.gojsbox{ width:320px; overflow:hidden;}

.Menubox{ width:332px; overflow:hidden;}
.Menubox li{ width:104px;}	
#Tab1{ width:320px;}
.Contentbox{ padding:0px;}
.gongneng li{ font-size:12px; margin: 0 15px; width:120px;}
.gongneng li img{ width:95px;}
   /*移动版客户评论样式*/
	#container {
display: block;
padding-bottom:15px;
}
 .khplcon {
display:none;
}
 .khplconbox {
width:100%;
}
 .khplbox h1 {
font-size:22px;
padding:15px 20px 0px 20px;
margin-bottom:10px;
}
ul.bjqs {
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;
display:none;
}
li.bjqs-slide {  
position:absolute;
display:none;
background:url(plbg.png) no-repeat center center;
line-height:22px;
}
 .bjqs li p {
font-size:12px;
color:#666666;
height:160px;
padding:30px;
}
 .bjqs li span {
padding-top:15px;
padding-left:20px;
display: block;
color:#666666;
font-size:14px;
}
 ul.bjqs-controls {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ul.bjqs-controls.v-centered li a {
position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
right:0;
width:30px;
top:200px !important;
height:30px;
background:url(xz.png) no-repeat center center;opacity: 0.45;
 -moz-opacity: 0.45;
 filter:alpha(opacity=45);
}
ul.bjqs-controls.v-centered li.bjqs-next a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
right:0;
width:30px;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {opacity: 0.45;
 -moz-opacity: 0.45;
 filter:alpha(opacity=45;
left:0;
top:200px !important;
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ol.bjqs-markers {
list-style: none;
padding: 0;
margin: 0;
width:100%;
}
ol.bjqs-markers.h-centered {
text-align: center;
display:none;
}
ol.bjqs-markers li {
display:inline;
}
ol.bjqs-markers li a {
display:inline-block;
}
p.bjqs-caption {
display:block;
width:96%;
margin:0;
padding:2%;
position:absolute;
bottom:0;
}
 pre {
 font-family: "Source Code Pro", monospace;
 display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 20px;
 word-break: break-all;
 word-wrap: break-word;
 white-space: pre;
 white-space: pre-wrap;
 background-color: whiteSmoke;
 border: 1px solid #CCC;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
 #container {
 width:100%;
 margin:0 auto;
}
.slider{ display: block;}
 #banner-slide {
 margin-bottom: 0px;
width:370px;
margin:0 auto;
}
 ul.bjqs-controls.v-centered li a {
 display:block;
 padding:10px;
 background:#fff;
 color:#000;
 text-decoration: none;
}
 ul.bjqs-controls.v-centered li a:hover {
 background:#000;
 color:#fff;
}
 ol.bjqs-markers li a {
 padding:5px 10px;
 background:#000;
 color:#fff;
 margin:5px;
 text-decoration: none;
}
 ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
 background: #999;
}
 p.bjqs-caption {
 background: rgba(255, 255, 255, 0.5);
}

/*移动版客户评论样式END*/
 .foot2{ padding:50px 0;}
.foot2 .foot1box ul li.jpfw{ display:none;}
.foot2 .foot1box{ width:100%;}
.foot2 .foot1box ul li.jpfwmob{ display:block;  height:auto;width:100%;}
  		 }
  
 @media all and (max-width: 240px) {
	 .neitop{ margin-top:0px; margin-top:22px;}

	  .header{ width:100%;}
	 .foot1box{ width:240px; overflow: hidden;}
.foot1box ul{ width:101%;}
.foot1box ul li{ width:48px; padding:10px 15px;}
.foot1box div{ margin:0 auto; float:none; width:100%; padding:0px; text-align: center;}

  .Contentbox {
width:100%;
}
#header {
position:absolute; height:30px;}
.header{ margin-top:0px;}
#header .logo{ width:130px;}
 .gojsbox h1 {
font-size:1.5em;
}
 .Contentbox h2 {
font-size:18px;
}
 .Contentbox div {
padding-top:15px;
}
 #Tab1 {
width:480px;
}
.gojsbox {
width:480px;
}
.gongneng {
padding-top:10px;
}
 .Menubox {
background:#EDEDED;
width: 480px;
border:1px solid #ccc;
height:63px;
}
 .Menubox li {
width:152px;
font-size:14px;
height:30px;
line-height:30px;
}
 .gongneng li {
margin:0 45px;
font-size:14px;
}
.gongneng li img {
width:135px;
height:auto;
}
 .prev {
left:40px;
top:170px;
}
 .next {
right:40px;
top:170px;
}
 .ps_box {
margin-bottom:0px;
overflow:hidden;
}
.pics_switch {
height:130px; width:240px ;
}
 .pics_switch .pb {
height:130px;
}


 .pics_switch .pic_box a {
	 width:240px !important; 
height:130px;
background-size:240px 130px !important;
}
.pics_switch .pic_box a {
width:240px  !important;
}
  .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:240px ;
}
 .prev {
left:10px;
top:80px;
}
 .next {
right:10px;
top:80px;
}
 .ps_box {
margin-bottom:0px;
overflow:hidden;
}
 .ps_box .pics_switch_clients {
height:30px;
}
 .ps_box .pics_switch_clients ul {
margin:0 auto;
}
 .ps_box .pics_switch_clients ul li {
padding:15px 0;
}
 .pics_switch {
width:480px;
height:260px;
}
 .pics_switch .pb {
height:260px;
}
 .pics_switch .pic_box a {
height:260px;
background-size:500px 260px !important;
}
 .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:480px;
}
 .prev {
left:10px;
}
 .next {
right:10px;
}
 .ps_box {
margin-bottom:15px;
overflow:hidden;
}
 .ps_box .pics_switch_clients {
height:30px;
}
 .ps_box .pics_switch_clients ul {
margin:0 auto;
}
 .ps_box .pics_switch_clients ul li {
padding:15px 0;
}
 .pics_switch {
width:320px;
height:180px;
}
 .pics_switch .pb {
height:180px;
}
 .pics_switch .pic_box a {
height:180px;
background-size:368px 180px !important;
}
 .pics_switch, .pics_switch .pic_box, .pics_switch .pic_box a {
width:320px;
}
.gojsbox{ width:320px; overflow:hidden;}

.Menubox{ width:332px; overflow:hidden;}
.Menubox li{ width:104px;}	
#Tab1{ width:320px;}
.Contentbox{ padding:0px;}
.gongneng li{ font-size:12px; margin: 0 15px; width:120px;}
.gongneng li img{ width:95px;}
   /*移动版客户评论样式*/
	#container {
display: block;
padding-bottom:15px;
}
 .khplcon {
display:none;
}
 .khplconbox {
width:100%;
}
 .khplbox h1 {
font-size:22px;
padding:15px 20px 0px 20px;
margin-bottom:10px;
}
ul.bjqs {
position:relative;
list-style:none;
padding:0;
margin:0;
overflow:hidden;
display:none;
}
li.bjqs-slide {  
position:absolute;
display:none;
background:url(plbg.png) no-repeat center center;
line-height:22px;
}
 .bjqs li p {
font-size:12px;
color:#666666;
height:160px;
padding:30px;
}
 .bjqs li span {
padding-top:15px;
padding-left:20px;
display: block;
color:#666666;
font-size:14px;
}
 ul.bjqs-controls {
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
ul.bjqs-controls.v-centered li a {
position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
right:0;
width:30px;
top:200px !important;
height:30px;
background:url(xz.png) no-repeat center center;opacity: 0.45;
 -moz-opacity: 0.45;
 filter:alpha(opacity=45);
}
ul.bjqs-controls.v-centered li.bjqs-next a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
right:0;
width:30px;
height:30px;
background:url(xz.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {opacity: 0.45;
 -moz-opacity: 0.45;
 filter:alpha(opacity=45;
left:0;
top:200px !important;
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
opacity: 0.85;
 -moz-opacity: 0.85;
 filter:alpha(opacity=85);
width:30px;
height:30px;
background:url(xy.png) no-repeat center center;
}
ol.bjqs-markers {
list-style: none;
padding: 0;
margin: 0;
width:100%;
}
ol.bjqs-markers.h-centered {
text-align: center;
display:none;
}
ol.bjqs-markers li {
display:inline;
}
ol.bjqs-markers li a {
display:inline-block;
}
p.bjqs-caption {
display:block;
width:96%;
margin:0;
padding:2%;
position:absolute;
bottom:0;
}
 pre {
 font-family: "Source Code Pro", monospace;
 display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 20px;
 word-break: break-all;
 word-wrap: break-word;
 white-space: pre;
 white-space: pre-wrap;
 background-color: whiteSmoke;
 border: 1px solid #CCC;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
 #container {
 width:100%;
 margin:0 auto;
}
.slider{ display: block;}
 #banner-slide {
 margin-bottom: 0px;
width:370px;
margin:0 auto;
}
 ul.bjqs-controls.v-centered li a {
 display:block;
 padding:10px;
 background:#fff;
 color:#000;
 text-decoration: none;
}
 ul.bjqs-controls.v-centered li a:hover {
 background:#000;
 color:#fff;
}
 ol.bjqs-markers li a {
 padding:5px 10px;
 background:#000;
 color:#fff;
 margin:5px;
 text-decoration: none;
}
 ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
 background: #999;
}
 p.bjqs-caption {
 background: rgba(255, 255, 255, 0.5);
}

/*移动版客户评论样式END*/
 		.foot2{ padding:50px 0;}
.foot2 .foot1box ul li.jpfw{ display:none;}
.foot2 .foot1box{ width:100%;}
.foot2 .foot1box ul li.jpfwmob{ display:block; width:100%;}

		 }
  