/*global*/
.wscreen{width:100%;}
.bgwithe{background-color:#fff;}
.bggrey{background-color:#F5F5F5;}
dl,dt,dd,h3,h4 {margin:0}
dl:after, .info:after {display:block;content:'\20';height:0;clear:both;}
dl,.info {zoom:1;}
.info {padding-bottom:20px!important;}
.ti2em {padding:5px 0;}
.ti2em p {text-indent:2em; margin:0 0 0.3em 0;}
.intro {color:#808080;}
.app .info {background:#fff;margin-bottom:1px;}
.app dt {float:left; overflow:hidden;}
.app h4 a {color:#282828; font-weight:600}
.app dd {color:#808080; font:12px/1.8 tahoma,arial,simsun;}
.bgwhite{background:#fff;}
/*公用标题栏*/
.shop_title,.cms_title,.bbs_title,.blog_title,.other_title {
	background-image:url(../image/tbg.jpg);background-repeat:no-repeat;
	height:40px; 
	font:600 14px/36px tahoma,arial,simsun; color:#fff;
	margin-left:-5px;margin-top:-1px; padding:0 10px 0 22px;
}
.shop_title {background-position:0 0; color:#455272;}
.cms_title {background-position:0 -50px; color:#2E4207;}
.bbs_title {background-position:0 -100px; color:#017DB0;}
.blog_title {background-position:0 -150px; color:#224963;}
.other_title {background-position:0 -200px; color:#222;}

/*列表页*/
.ver {padding-left:10px; font-weight:normal!important; font-size:12px; color:#383838;}
.space {float:left; width:15px; height:100px;}
.more a {margin-right:8px;}
.ico_info {background:url(../image/info.gif) left center no-repeat; padding-left:16px}
.ico_view {background:url(../image/view.gif) left center no-repeat; padding-left:16px}

/*详细页*/
.details {padding-top:0!important;}
.details dl {padding:6px 0 18px 0; border-bottom:1px dashed #f5f5f5;}
.details dd {
	-moz-box-shadow:1px 1px 2px 1px rgba(0,0,0,.1) inset; 
	box-shadow:1px 1px 2px 1px rgba(0,0,0,.1) inset; 
	border:1px solid; border-color:#E9E9E9 #EFEFEF #EFEFEF #E9E9E9;
	-moz-border-radius: 5px; 
	border-radius:5px;
	padding:10px; 
}
.details h4 {color:#282828; font-size:14px;}
.details .more {color:#333}
.details .pkg {margin:10px 0; color:#333}

/*程序图标*/
.ico_shop,.ico_cms,.ico_bbs,.ico_blog,.ico_other {display:inline-block;*display:inline;*zoom:1; width:238px; height:80px; background-repeat:no-repeat; margin:5px 0 10px 1px;}
.ico_shop {background-image:url(../image/shop.gif);} 
.ico_cms  {background-image:url(../image/cms.gif);} 
.ico_bbs  {background-image:url(../image/bbs.gif);} 
.ico_blog {background-image:url(../image/blog.gif);}
.ico_other{background-image:url(../image/other.gif);}
.bp1 {background-position:4px 0}
.bp2 {background-position:4px -120px}
.bp3 {background-position:4px -240px}
.bp4 {background-position:4px -360px}
.bp5 {background-position:4px -480px}
.bp6 {background-position:4px -600px}
.bp7 {background-position:4px -720px}
.bp8 {background-position:4px -840px}
.bp9 {background-position:4px -960px}
.bp10 {background-position:4px -1080px}

/*标签*/
.app dt i {display:inline-block; *display:inline;*zoom:1; margin:8px 0 3px 5px; padding:3px 7px; height:16px; line-height:16px; font-style:normal; font-size:12px; cursor:default;
	/*background-image:url(../image/ico_tags.gif); background-repeat:no-repeat;
	background:#F5F5F5;*/
	-moz-box-shadow:1px 1px 0 #aaa; /*ltFF3.6*/
	box-shadow:1px 1px 0 #aaa;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#aaaaaa'); /*ltIE9*/
}
.ico_php	{color:#030406; background:#EFF5FD}
.ico_mysql	{color:#023B5B; background:#FBEBD9}
.ico_zend	{color:#133149; background:#f6f6f6}
.ico_asp	{color:#666; background:#F5F5F5}
.ico_access {color:#1C5674; background:#DDEFF7}
.ico_aspnet {color:#276780; background:#FFF2EA}
.ico_mssql	{color:#1C5674; background:#FFF2EA}
.ico_open	{color:#296D37; background:#E1F4E5}
.ico_free	{color:#f60; background:#FFF2EA}

/*按钮*/
.bt_3rd {
	height:1.5em;
	padding: .1em .8em;
	display:inline-block; *display:inline; *zoom:1;
	color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fff, #ccc); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fff, #ccc); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fff, #ccc); /* IE10 */
	background-image:      -o-linear-gradient(top, #fff, #ccc); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fff, #ccc);
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true', startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6–IE9 */
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font:14px/1.5em tahoma,'microsoft yahei',simhei;
	text-shadow: 0 1px #fff;
}
.bt_3rd:hover{
	color: #000;
	text-decoration: none;
	background:#eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bbb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fff, #bbb); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fff, #bbb); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fff, #bbb); /* IE10 */
	background-image:      -o-linear-gradient(top, #fff, #bbb); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fff, #bbb);
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6–IE9 */
	border-color: #54A1CB;
	-moz-box-shadow: 0 0 3px rgba(84,161,203,.8);
	box-shadow:  0 0 3px rgba(84,161,203,.8);
}
.bt_3rd:focus {
	outline:0 none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#fff)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #bbb, #fff); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #bbb, #fff); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #bbb, #fff); /* IE10 */
	background-image:      -o-linear-gradient(top, #bbb, #fff); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #bbb, #fff);
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6–IE9 */
	border-color: #888 #aaa #aaa #888;
}


.title2{border-top:1px solid #eee;}
#title{padding:6px 10px 6px 20px;font-weight:bold;}
.bt1{padding:0px 40px 0px 0px;}
.bt1 a{background:url(../image/bt1.gif) center -25px no-repeat;color:white;padding:3px 0px 1px 0px;text-align:center;display:block;float:right;width:96px; text-decoration:none;margin-left:10px;}
.bt1 a:hover {background-position:center 0px;color:white;text-decoration:none;}
.ttd {border-top:1px dotted #ccc;}
.ttd td{ border-bottom:1px dotted #ccc;padding:5px 0;}
.detail{color:#f00;font-size:13px;padding-top:5px;}

/*第三方程序详细页*/
#templateList{padding-top:10px;}
#templateList li{float:left;padding:6px 6px 6px 6px;margin:5px 0px 10px 10px;}
#templateList li img{padding-left:5px;width:140px;border:0px;}
#templateList a{padding:145px 1px 1px 1px;display:block;color:#000;height:1px;border:2px solid #cccccc;width:203px;}
#templateList a:hover{color:#ff3300;border:2px solid #ff3300;}
#pagelist {overflow:hidden;zoom:1;clear:both;padding:10px;display:block;width:100%;text-align:center;}
#pagelist a{padding:0px 0px 0px 0px;border:1px solid #ccc;text-align:center;margin:0px 5px 0px 5px;}
#pagelist a:hover{background:#f30;color:white;border:1px solid #f30;}
#mTab {padding-left:30px;height:33px;line-height:33px;}
#mTab a{float:left;width:100px;text-align:center;padding:6px 0px 6px 0px;font-size:14px;color:#000;border-top:3px solid #ccc;}
#mTab a.hot{background:#fff;border-top:3px solid #c00;}
#mTab a:hover{star:expression(this.onFocus=this.blur());}
#sh0,#ec0{text-align:center;margin-left:10px;margin-top:10px;}
#sh0 a,#ec0 a{line-height:30px;}

.details .more{ background:#eff5fd; padding:0 10px; height:50px; line-height:50px;}
.details .pkg{ margin:15px 0}
table.ttd{ border-collapse:collapse; border-top:0; margin-top:10px}
table.ttd th{ background:#eff5fd; height:50px; line-height:50px; text-align:center; font-size:14px;color:#333;font-weight:normal;}
table.ttd a{ color:#666; height:50px;}
table.ttd a:hover{ color:#cc0000}
table.ttd .detail{ color:#0066CC}

.bt{background:#cc0000;padding:0px; width:80px; height:25px; text-align:center; line-height:25px; color:#fff !important}
.bt1 a{background:#cc0000;padding:0px; width:80px; height:25px; text-align:center; line-height:25px; color:#fff !important}
.priceS{ width:200px; height:25px; line-height:25px; border:1px #ccc solid}
.priceS strong{ font-family:Arial, Helvetica, sans-serif; color:red; font-size:18px}


.ico_php{color:#666; background:#EFF5FD}
.detail{color:#0066cc;font-size:12px;padding-top:5px;}

.ti3em {padding:5px 0;}
.ti3em p {margin:0 0 0.3em 0;}
table.sub_ttd td{padding:10px 0px}
table.ttd .bt1 a{height:auto !important;}

.app dd {width:750px; float:right;border:0;border-radius:0;box-shadow:none; border-left:1px dotted #e0e0e0;}
.app dt {width:150px; float:left;}
.app dd .price{ margin-right:5px;}



.hidden{ display:none;}
.dropbox{ position:relative; margin:15px;border:1px solid #ccc;}
.dropbox .price{ width:100px; text-align:right; font-weight:normal; color:#000; font-size:13px; }
.dropbox .price strong{ font-family:Georgia,Tahoma; color:#f00; font-size:16px; padding-right:5px;}
.dropbox .selected{ background:#fcfcfc url(../image/drop.jpg) 130px center no-repeat;  height:20px; line-height:20px; clear:both; cursor: pointer;padding:10px 28px 10px 15px;}
.dropbox .selected span{ float:left; display:block; line-height:22px;}
.dropbox ul{ position:absolute; top:40px; background:#fff; border:1px solid #ccc; border-top:0; width:100%; overflow:hidden;zoom:1; left:-1px;}
.dropbox ul li a{ display:block; clear:both; border-top:1px solid #ccc; height:25px; line-height:25px; padding-left:8px; cursor:pointer;}
.dropbox ul li a:hover{ background:#eee; text-decoration:none; }
.dropbox ul li a span{ float:left; display:block; line-height:24px; vertical-align:bottom; color:#333; }
.dropbox ul li a span.hidden{ display:none;}
/*第三方程序详细页*/


/*metv5s专属Flash样式开始*/
.Zbannar{width:100%; position:relative;overflow:hidden;min-width:1000px;border-bottom:1px solid #ddd;}
*html .Zbannar{ padding-top:0px;}
.Zbannar .a1 #anim{background-position:0 0;}

.Zbannar .a2 #anim{background-position:0 -453px;}

.Zbannar .a3 #anim{background-position:0 -906px;}

.Zbannar .a4 #anim{background-position:0 0;}

.Zbannar .a1 #btnsWrap{background-position:0 -127px;}

.Zbannar .a2 #btnsWrap{background-position:0 -254px;}

.Zbannar .a3 #btnsWrap{background-position:0 -381px;}

.Zbannar .a4 #btnsWrap{background-position:0 0;}

.Zbannar .cc{background-position:-580px -404px;}

.Zbannar .cnow{background-position:-580px -430px;}

.Zbannar #marquee{position:relative;}

.Zbannar #mPics{overflow:hidden;position:relative;}

.Zbannar #mPics a{display:block;width:100%;height:100%;}

.Zbannar #circle{position:relative;margin:-28px auto 0;width:960px;overflow:hidden;text-align:center;}

.Zbannar #circle li{display:inline-block;*display:inline;zoom:1;width:30px;}

.Zbannar #circle li a{display:block;width:26px;height:11px;overflow:hidden;text-indent:-9999px;text-align:left;}

.Zbannar #circle li a:hover{background-position:-580px -430px;}

.Zbannar #liB,.Zbannar #liG,.Zbannar #liY,.Zbannar #liX{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 0;}

.Zbannar #circle li a,

.Zbannar #circle li a:hover,

.Zbannar #nWin .nCon a{background-image:url(../img/sprites-high3.png);background-repeat:no-repeat;}
.flashbanner{width:960px;margin:0 auto;}

/*metv5s专属Flash样式结束*/


.contentB { width:1182px; height:660px; _background-color: #fff; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; position: relative; overflow: hidden; }

.conB_top { width:1182px; padding-top: 46px; }

.p9 { font-size: 24px; color: #FA1459; text-align: center; line-height: 24px; padding-bottom: 15px; font-weight: bolder; }

.p10 { color: #333; text-align: center; font-size: 14px; padding-bottom: 25px; }

.p14 { width:1180px; height:1px; background:#d4d4d4; margin:0 auto; }

.p14 span { width:80px; height:1px; background:#f00; display:block; }

.conB_con {width:1180px; }

.conB_top h3{font-weight:normal;font-size:30px;height:60px;line-height:60px;color:#c00;}

.conB_con ul { display: block; float: left; padding-left: 30px; }

.conB_con ul li { width:320px; height:218px; cursor:pointer; display:block; position:relative; overflow: hidden; float: left; padding-top: 18px; padding-left: 20px; }

.conB_con ul li .p11 { width:270px; height:38px; display:block; position:absolute; bottom:0px; left:20px; background-color: #e6e6e6; background-image: url(xtb.png); background-repeat: no-repeat; background-position: 0px -146px; z-index: 3; font-size: 15px; color: #999; font-family: "微软雅黑"; line-height: 38px; padding-left: 50px; }

.conB_con ul li .p12 { width:320px; height:180px; background:#000; filter:alpha(opacity:50);
opacity:0.5; display:block; position:absolute; top:198px; left:20px; z-index: 1; }

.conB_con ul li .p13 { width:300px; height:160px; display:block; position:absolute; top:198px; left:20px; z-index: 2; font-size: 14px; font-weight: bolder; color: #fff; line-height: 30px; padding-top: 20px; padding-left: 20px; }

/*service*/
/*=========服务=========*/
.sevice_box_c{_background:url(../pic/all.gif) repeat-x;}
.sevice_box_t h2,.case_warp_t h2,.customer_t h2,.news_warp_t h2{
  text-align:center;
  font-size: 30px;
  color: #1c9ad5;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;}

.sevice_box{width:1200px;overflow:hidden;margin:0 auto;text-align:center;}
.sevice_box_t{width:100%;height:64px;background:#fff; background:url(../pic/serv_t.jpg) no-repeat top 0px;}
.sevice_box_c{padding:20px 0 11px;width:100%;height:400px;background-position:0 0;overflow:hidden;}
.sevice_list{margin:0 auto;display:block;width:1180px;height:400px;overflow:hidden;}
.sevice_list li{float:left;display:block;padding:5px 20px 0;width:245px;height:175px;overflow:hidden;position:relative;}
.sevice_list li:hover{float:left;display:block;padding:5px 20px 0;width:245px;height:175px;overflow:hidden;position:relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #1c9ad5 0px 0px 10px;
-moz-box-shadow: #1c9ad5 0px 0px 10px;
box-shadow: #1c9ad5 0px 0px 10px;background: #fff;behavior: url(/PIE.htc);}
.sevice_list .dif{background:none;}
.sevice_list li h3,.sevice_list li h3 b,.sevice_list li h3 span{position:relative;display:block;width:100%;height:60px;cursor:pointer;overflow:hidden;}
.sevice_list li p{padding-top:15px;width:100%;line-height:22px;font-size:12px;color:#949494;text-align:left;}
.sevice_list li p a{color:#e85d00;}
.sevice_list .current{background:#f1f0f0 url(../pic/i_2.jpg) no-repeat top right;overflow:hidden;}
#textbox{width:100%;height:30px;overflow:hidden;}
#textbox b{display:block;float:left;padding-right:5px;height:30px;line-height:30px;font-weight:400;font-size:12px;color:#333;}
.textbox{padding-top:3px;margin-top:5px;border-top:dotted 1px #e2e1e1;}
.textbox #textcontent{float:left;width:210px;height:30px;}
.textbox a{display:block;width:210px;height:30px;line-height:30px;font-size:12px;color:#666;overflow:hidden;}
.textbox a:hover{text-decoration:none;color:#333;}
.web_pro{min-height:509px;}
/*=========案例=========*/
.case_warp_t{position:relative;}
.case_warp_t h2{position:absolute;left:0;top:0;width:100%;_height:80px;font-size: 30px;
  color: #1c9ad5;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;}

.case_warp{width:100%;background:#f5f5f5;border-bottom:dashed 1px #c8c8c8;overflow:hidden;}
.case_warp_t{position:relative;width:100%;height:85px;background-position:0 -200px;overflow:hidden;}
.case_warp_t .fr_tag{padding:17px 0;width:1100px;height:50px;overflow:hidden;margin:40px auto;}
.case_warp_t .fr_tag p{width:100%;line-height:25px;font-size:12px;color:#00a1f1;}
.case_warp_t .fr_tag p a{margin:0 8px;color:#00a1f1;}
.case_warp_c{padding:15px 0;width:100%;overflow:hidden;}


.page{width:1180px;min-height:400px;overflow:hidden;margin: 0 auto;}
.pagenav{width:1180px;min-height:40px;overflow:hidden;margin: 0 auto;}
.case_box{width:1180px;height:640px}
.J-slides{position:absolute;top:0px;left:0px;z-index:100;}
.slides_container{position:relative;width:1182px;height:600px;overflow:hidden;margin:0 auto;}

.pagination{margin:11px auto 0;width:69px;}
.pagination li{float:left;display:inline;margin:0 2px;}
.pagination li a {background: url(../pic/ind_main.gif) no-repeat;}
.pagination li a{float:left;display:block;width:17px;height:17px;background-position:-149px 0;text-indent:-999px;overflow:hidden;}
.pagination li.current a{background-position:-170px 0;}

/* section */
.page ul{width:100%;_padding-left:30px;}
.page li{float:left;display:inline;margin:8px 12px;width:369px;overflow:hidden;}

.page li .warp{position:relative;float:left;display:block;padding:15px 16px 19px;width:320px;height:217px;background-position:0 -300px;overflow:hidden;border-radius:8px;box-shadow: #f5f5f5 0px 0px 10px;border: 1px solid #ddd;}
.page li .warp:hover{position:relative;float:left;display:block;padding:15px 16px 19px;width:320px;height:217px;background-position:0 -300px;overflow:hidden;border-radius:8px;box-shadow: #f5f5f5 0px 0px 10px;border: 1px solid #00a1f1;background-color:#e6e3e3;_background:url(../pic/cur_bg.png) repeat;}

.page li span{display:block;width:320px;height:217px;overflow:hidden;}
.page li .photo{}
.page li .rsp{position: absolute;_background:url(../pic/cur_bg.png) repeat;top:15px;left:16px;}
.page li .text{float:left;padding:0 5px;width:369px;height:30px;line-height:30px;text-align:center;font-size:12px;overflow:hidden;}
.page li .text a{color:#333;}

/*---我们的客户---*/

.Client{ width:100%; background:#00a1f1; height:80px;}
.Client h3{ width:1180px; height:80px; margin:0px auto; font-size:30px; line-height:80px; color:#FFF; position:relative;text-align:left;}
.Client h3 em{ float:right; font-size:14px;line-height:36px; display:inline-block; padding-top:22px;}
.Client h3 em a{ color:#FFF; display:inline-block; height:36px; line-height:36px; color:#00a1f1; text-align:center; margin-left:10px;}

.Client h3 em a.Clientlink{ background:url(../pic/icon.gif) no-repeat -556px -12px; width:102px; color:#00a1f1; font-size:14px;}

.Client h3 em a.ClientPrev{ background:url(../pic/icon.gif) no-repeat -467px -12px; width:42px;}
.Client h3 em a.ClientPrev:hover{ opacity:0.6;filter:alpha(opacity=60);}

.Client h3 em a.Clientnext{ background:url(../pic/icon.gif) no-repeat -512px -12px; width:42px;}
.Client h3 em a.Clientnext:hover{  opacity:0.6;filter:alpha(opacity=60);}

.Client h3 em a:hover{color:#ea3500;}
.Client h3 span{ background:url(../pic/index_377.png) no-repeat;background-position:-60px 0px; width:26px; height:11px; display:block; position:absolute; top:80px; left:40px;}

.Clientbox{ width:100%; padding:55px 0px 30px;}
.Clientlist{width:1179px; border:1px solid #e6e6e6;margin:0px auto; overflow:hidden; position:relative;}
.Clientlist ul{width:9999px; position:relative;}
.Clientlist ul li{float:left;width:1182px;overflow:hidden;}
.Clientlist ul li dl{width:1182px;}
.Clientlist ul li dl dd{ float:left; width:235px; height:165px; border:1px solid #e6e6e6; margin-left:-1px; margin-top:-1px; margin-bottom:-1px}
.Clientlist ul li dl dd img{ display:block;width:235px; height:165px;}



/*---塔灯网络资讯---*/

.news{ background:#fbfbfb; width:100%; padding-bottom:50px;}

.newstitle{width:100%;}
.newstitle h3{line-height:36px;text-align:center;font-size:32px;color:#007bc4; padding:60px 0px 15px;}
.newstitle h3 a{ color:#007bc4;}
.newstitle h3 a:hover{ color:#007bc4;}
.newstitle p{background:#d7d4d4; height:1px; overflow:hidden;line-height:0px;}
.newstitle p span{ margin:0px auto; display:block; height:1px; overflow:hidden; width:86px; background:#19a6db;line-height:1px;}
.newstitle em{ display:block; text-align:center; font-size:14px; color:#999999; padding-top:10px;}

.commonclass{width:1200px; margin:0px auto; text-align:left; font-size:14px; padding:40px 0px; position:relative;}
.commonclass span a{background:url(../smf/index_377.png) no-repeat 0px -96px;width:136px;height:26px;display:inline-block;line-height:26px; color:#4c4c4c; margin:0px 10px;padding-left:25px;} 
.commonclass span a:hover{ background:url(../smf/index_377.png) no-repeat 0px -63px; color:#FFF;}
.commonclass span a.cur{ background:url(../smf/index_377.png) no-repeat 0px -63px;color:#FFF;}

.newsmore{width:250px;text-align:right; position:absolute; right:0px; top:35px; display:none}
.newsmore a{ display:inline-block; height:36px; margin-left:8px; text-align:center; line-height:36px;}
.newsmore a.newslink{ background:url(../smf/Icon17.jpg) no-repeat; width:102px; color:#FFF; font-size:14px;}

.newsmore a.newsPrev{ background:url(../smf/Icon15.jpg) no-repeat; width:42px;}
.newsmore a.newsPrev:hover{ background:url(../smf/Icon015.jpg) no-repeat;}

.newsmore a.newsnext{ background:url(../smf/Icon16.jpg) no-repeat; width:42px;}
.newsmore a.newsnext:hover{ background:url(../smf/Icon016.jpg) no-repeat;}

.newsbox{ width:100%; display:none;}

.newslistbox{width:1180px;margin:0px auto;overflow:hidden; position:relative;}
.newslistbox ul{ margin:0px; padding:0px; width:9999px; position:relative;}
.newslistbox ul li{ float:left; width:1180px; overflow:hidden; position:relative;}

.newslis{width:1220px;}
.newslis dl{float:left;width:530px;padding-right:80px; padding-bottom:25px;}
.newslis dl dt{ float:left; background:url(../smf/index_50.png) no-repeat; width:94px; height:94px; text-align:center; font-size:14px; color:#FFF;}
.newslis dl dt span{ display:block; padding-top:8px; line-height:50px; font-size:48px;}
.newslis dl dd{ float:right; width:410px; margin-top:11px;text-align:left;}
.newslis dl dd h3{ font-size:16px; height:24px; line-height:24px; overflow:hidden}
.newslis dl dd h3 a{ color:#000}
.newslis dl dd h3 a:hover{ color:#007bc4}
.newslis dl dd p{ color:#666; font-size:14px;line-height:25px;}


.fanganpingjiatitle{width:100%;}
.fanganpingjiatitle h3{line-height:36px;text-align:center;font-size:32px;color:#007bc4; padding:25px 0px 15px;}
.fanganpingjiatitle h3 a{ color:#007bc4;}
.fanganpingjiatitle h3 a:hover{ color:#007bc4;}
.fanganpingjiatitle p{background:#d7d4d4; height:1px; overflow:hidden;line-height:0px;}
.fanganpingjiatitle p span{ margin:0px auto; display:block; height:1px; overflow:hidden; width:86px; background:#19a6db;line-height:1px;}
.fanganpingjiatitle em{ display:block; text-align:center; font-size:14px; color:#999999; padding-top:10px;}

.fanganpingjiamore{width:250px;text-align:right; position:absolute; right:0px; top:35px; display:none;}
.fanganpingjiamore a{ display:inline-block; height:36px; margin-left:8px; text-align:center; line-height:36px;}
.fanganpingjiamore a.fanganpingjialink{ background:url(../webimages/Icon17.jpg) no-repeat; width:102px; color:#FFF; font-size:14px;}

.fanganpingjiamore a.fanganpingjiaPrev{ background:url(../webimages/Icon15.jpg) no-repeat; width:42px;}
.fanganpingjiamore a.fanganpingjiaPrev:hover{ background:url(../webimages/Icon015.jpg) no-repeat;}

.fanganpingjiamore a.fanganpingjianext{ background:url(../webimages/Icon16.jpg) no-repeat; width:42px;}
.fanganpingjiamore a.fanganpingjianext:hover{ background:url(../webimages/Icon016.jpg) no-repeat;}


/**/

.pageMarginHeight{background:#f5f5f5;}

/*新闻页面导航栏样式*/
.zt td{ vertical-align:top; width:33.3%; padding:10px 20px 20px;font-family:"微软雅黑",Arial,"宋体";}
.zt td h3{ margin:0; padding:20px 5px; font-size:18px; font-weight:normal; font-family:"微软雅黑",Arial,"宋体";}
.zt td h3 a.t{ float:none;font-family:"微软雅黑",Arial,"宋体";font-size: 24px;  margin-right:2px; color:#000}
.zt td h3 a{ float:right; font-size:12px; font-weight:normal; color:#06c; font-family:Verdana,Arial,Helvetica,宋体,sans-serif;}
.zt td ul li{ overflow:hidden;zoom:1; clear:both; background:url(/images/topdot.gif) -5px 5px no-repeat; padding-left:15px; height:28px; line-height:28px; border-bottom:1px dashed #ccc;margin-right:10px;}
.zt td ul li a{ color:#555;}
.zt td ul li a:hover{ color:#f00;}
.zt td div{ padding:10px 0; text-align:right;}

.slide-wrap {overflow:hidden;zoom:1; position:relative;}
.slide-content {position:absolute;width:100%;left:0px;}
.slide-content .p1Info{width:975px;margin:auto;font-family:微软雅黑,黑体;text-align:left;}
.slide-content .title{font-size:36px;display:block;padding-top:50px;}
.slide-content .title_info{font-size:24px;padding:40px 0 30px 0px;display:block;}
.slide-nav {position:relative;bottom:10px; height:18px; padding-top:2px; z-index:3;margin:0 auto;width:150px;top:265px;padding-left:18px;}
.slide-nav li { opacity:0.8; border:1px solid #000; color:#999; cursor:pointer; float:left; text-align:center;border-radius:50%;	width:12px; height:12px; line-height:10px; background:#ccc; font-size:0; border:0; margin:10px 10px 0px 10px;}
.slide-nav li.on {color:#FFFFFF;font-weight:bold;width:12px; height:12px; line-height:10px; background:#999; margin-top:10px;float:left}
#homeBanner .slide-content li {height:300px;  vertical-align:middle; font-size:14px;}
#homeBanner{width:100%;height:300px;overflow:hidden;zoom:1;}
#homeBanner .slide-content li{width:100%;height:300px;cursor:pointer}
#list li {padding: 8px 10px 8px 5px;border-bottom: 1px solid #e8e8e8;font-size: 14px;}
#list,.zt{font-family:"微软雅黑","verdana"}
.Catetype{font-weight:bold;}
#list li a{font-size:16px}
#list{margin:0px 20px}

#pagelist{overflow: hidden;zoom: 1;clear: both;color: #333;margin: 20px auto;}
#pagelist a{width: 34px;height: 34px;line-height: 34px;text-align: center;margin-bottom: 6px;color: #333;background: #eee;padding: 5px 10px;}
#pagelist a:hover{width: 34px;height: 34px;line-height: 34px;text-align: center;margin-bottom: 6px;color: #fff;background: #c00;padding: 5px 10px;}
#pagelist .gopage_txt {width: 40px;border: 1px solid #ccc;text-align: center;}
#pagelist .page_sub_btn {display: inline-block;padding: 5px 10px;background: #c00;color: #fff;cursor: pointer;border: none;}

#xInfo{clear:both;padding:30px; font-size:14px; line-height:220%;}
#xInfo img{border:1px solid #cccccc; padding:1px 1px 1px 1px;max-width:99%;margin:0 auto}
#xInfo table{margin:0 auto;}

.ZTtitle{font-weight:normal;text-align:center;padding:20px 0 10px;font-size:24px;font-family:"微软雅黑","黑体";margin-bottom:10px}
#page_list{padding-left:20px;margin-bottom:20px;border-top:1px solid #ddd;padding-top:12px;}
.prePage{float:left; margin-right:20px;}
.createTime{text-align:center;font-size:11px;color:#666;clear:both;}
.aImg{border-radius:5px 5px 0px 0px;width:982px;cursor:pointer}
.zt{margin:8px auto;padding-bottom:20px;}
.noBorder{border:0px;}
.bzhuanti{border:0px;line-height:250%; font-size:14px;}

/*专题页面导航栏样式*/
#topLink{display:none;}
#subMenu {height:60px;width:100%;margin-bottom:40px;}
#subMenubg{background:#fff;}
#subMenuItem{padding:0px 6px 0px 0px;z-index:10000;width:1180px;margin:0 auto;}
#subMenuItem li	{float: left;list-style: none;position:relative}
#subMenuItem li a{display: block;white-space: nowrap;font-size:16px;color:#333;padding:0px 20px 0px 20px;line-height:60px;display:block;float:left;font-family:微软雅黑,黑体;}
#subMenuItem li a:hover,#subMenuItem li.hot a	{color:#222;}	
.arrDown{border-left:3px solid transparent; border-right:3px solid transparent; _border-left:3px solid black; _filter:chroma(color=black); _border-right:3px solid black; _filter:chroma(color=black); border-top:3px solid #000; width:0; height:0;float:right;margin-top:-9px;margin-left:3px;}
/*文字说明*/
#topLine {border-top:1px solid #cccccc;border-bottom:1px solid #ffffff;margin-bottom:5px;}
#topInfo {padding:5px 20px 5px 20px;line-height:250%;color:#666;}


#subMenuItem li .enarr_b{position:absolute;top:60px;border-style: solid dashed dashed; display:none;border-width:8px;border-color: #fff transparent transparent;height: 0;width: 0;font-size: 0;line-height: 0%;z-index:9999;left:50%;margin-left:-8px;}


/*百度分享*/
.bdshare-button-style2-16 a, .bdshare-button-style2-16 .bds_more{float:none;}
#dbShareDIV{text-align:center;width:400px !important;margin:0px auto 10px;}
.bzhuanti ul li .mtime{float:right;}

.position_bg{ background:#fafafa; margin-bottom:10px;width:100%;}
.position{width:1180px; text-align:left;margin:0 auto; line-height:60px; font-size:14px;}
.position a{ display:inline-block; margin:0 5px; color:#333;}
.position a:hover{ color:#d80001;}

/*400页面css*/
#container {
  width: 1182px;
  margin: 40px auto 0px;
}
.n {
  background: #ffffff;
  margin: 0 20px 25px 0;
  float: left;
  width: 280px;
}
.n .bar {
  background: #ccc;
  border-bottom: 1px solid #DDD;
  font-size: 24px;
  font-family: "Microsoft Yahei";
  padding: 20px 0px 20px 0px;
  text-align: center;
}
.info {
  padding: 0 8px;
  line-height: 220%;
}
.c {
  padding: 0;
  margin: 6px 8px 10px;
  line-height: 180%;
  font-size: 12px;
  color: #444;
  line-height: 220%;
  text-indent: 24px;
}
.b1 {
  overflow: hidden;
  zoom: 1;
  padding: 10px 2px 4px 8px;
  color: #555;
}
.b2 {
  margin: 8px 0px 12px;
  padding-left: 7px;
  overflow: hidden;
  zoom: 1;
}
#select_combo {
  margin-top: 10px;
  padding: 0;
  margin: 0px;
  margin-left: 6px;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
  width: 250px;
}
input, textarea, check, select {
  font-size: 12px;
  color: #333333;
  font-family: Verdana;
}
.Link {
  padding: 20px 0 0px 7px;
}
/*400页面*/
	.phone_pro li{float:left;width:278px;background:#fff;margin:0 15px 55px 0;padding:20px 0 25px 0;position:relative;border:1px solid #fff;}
	.phone_pro li:hover{border:1px solid #00a1f1;cursor:pointer;}
	.phone_pro li.l4{margin-right:0}
	.phone_pro li .web_tit{line-height:40px;font-size:22px;color:#000;font-weight:normal;margin:10px 0 3px 0;}
	.phone_pro li .web_tit a{color:#000;}
	.phone_pro li .web_t2{font-size:16px;color:#333;}
	.phone_pro li .web_img{height:97px;background:url(../pic/website_ico.png) no-repeat center center;margin:40px 0;}
	.phone_pro li.l1 .web_img{background-position:85px 0px;}
	.phone_pro li.l2 .web_img{background-position:-824px 0px;}
	.phone_pro li.l3 .web_img{background-position:-230px 0px;}
	.phone_pro li.l4 .web_img{background-position:-528px 0px;}
	.phone_pro li .intro_txt,.web_pro li .price_d{color:#888;margin-bottom:5px;}
	.phone_pro li .intro_txt{line-height:24px;text-align:left;margin-top:10px;padding-left:35px;}
	.phone_pro li .price_d{margin: 35px 0 20px 0;}
	.phone_pro li .price_d b{font-size:26px;}
	.phone_pro li .check_more{margin-bottom:10px;}
	.phone_pro li .check_more a{font-size:14px;}
	.phone_pro li .buy_now{height:35px;line-height:35px;width:250px;background:#00a1f1;color:#fff;text-align:center;font-size:14px;cursor:pointer;border:none !important;}
	.phone_pro li .buy_now:hover{background:#038dd2;}
	.new_pro{width:39px;height:45px;position:absolute;top:0;right:-1px;z-index:9;}


	/*muban pro li*/
	.muban_pro li{float:left;width:278px;background:#fff;margin:0 15px 15px 0;padding:0px 0 25px 0;position:relative;border:1px solid #fff;}
	.muban_pro li:hover{border:1px solid #ddd;cursor:pointer;}
	.muban_pro li.l4{margin-right:0}
	.muban_pro li .web_tit{line-height:30px;font-size:16px;color:#000;font-weight:bold;margin:5px 0 3px 0;_text-align:left;padding-left:5px;}
	.muban_pro li .web_tit a{color:#000;}
	.muban_pro li .web_t2{font-size:16px;color:#333;}

	.muban_pro li .intro_txt,.web_pro li .price_d{color:#888;margin-bottom:5px;}
	.muban_pro li .intro_txt{line-height:24px;}
	.muban_pro li .price_d{margin: 35px 0 20px 0;}
	.muban_pro li .price_d b{font-size:26px;}
	.muban_pro li .check_more{margin-bottom:10px;_text-align:left;padding-left:5px;}
	.muban_pro li .check_more a{font-size:12px;color:red;}
	.muban_pro li .buy_now{height:35px;line-height:35px;width:280px;background:#00a1f1;color:#fff;text-align:center;font-size:14px;cursor:pointer;border:none !important;}
	.muban_pro li .buy_now:hover{background:#038dd2;}