@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 HTML 中媒体的高度和宽度属性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支持最大宽度，因此默认为 100% 宽度 */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流体网格属性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	灵感来自于 Ethan Marcotte 的“具有响应的 Web 设计” 
	http://www.alistapart.com/articles/responsive-web-design
	
	和 Joni Korpi 的“黄金网格系统”
	http://goldengridsystem.com/
*/


/* 平板电脑布局: 481px 至 768px。样式继承自: 移动设备布局。 */

body{ margin:0; padding:0; font: normal 13px/2.2em Microsoft YaHei; color:#444; font-weight:500; background-color:#f7f7f7;}
a{ text-decoration: none; transition:0.3s ease-out 0s;}
a:link    {color:#444; }
a:visited {color:#444;}
a:hover   {color:#b00; text-decoration: underline; }
a:active  {color:#b00;}
div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,img,form ,input,textarea{ margin:0; padding:0; border:none;}
.clear{ height:0; font-size:0; line-height:0; clear:both;}
ul, li { margin:0; padding:0;}
em{}

.clearfix:after {clear: both;content: ".";display: block;font-size: 0;height: 0;line-height: 0;visibility: hidden;}
input, textarea {
outline: none;
outline-style: none;
outline-width: initial;
outline-color: initial;
}
:focus { outline:0;}
ul{list-style-type: none}


.fl{ float:left;}
.fr{ float:right;}
.flex{ display:flex; }
/*移动端*/
@media only screen and (max-width: 800px) {
/*头部导航*/
header{}
.wel{ display:none;}

.logo{ background-color:#fff; overflow:hidden;}
.sanhui{}
.sanhui dl{ background-repeat:no-repeat;background-position:20px center;background-size:20% 60%; padding:15px 0; overflow:hidden;}
.sanhui dl dt{ font-size:20px; line-height:30px; padding-left:100px; color:#194077; font-weight:bold;}
.sanhui dl dd{ padding-left:100px; line-height:14px;}
.sanhui dl dd strong{ color:#b00; display:block;}
.sanhui dl dd span{ display:none;}
.tel{ display:none;}

.nav{ height:50px; line-height:50px; background:#194077 url(../images/navbg.jpg) repeat-x;}
.nav ul{ margin:0 auto; overflow:hidden;}
.nav ul li{ width:25%; float:left;}
.nav ul li.no{ display:none;}
.nav ul li a{ display:block; text-align:center; color:#fff;}
.nav ul li a:hover,.nav ul li a.hover{ background-color:#b00; text-decoration:none; font-weight:bold;}

/*banner*/
.flexslider { width:100%; height:170px; background:#fff; position:relative; z-index:1; overflow:hidden;}
.flexslider .slides {position:relative; z-index:1;}
.flexslider .slides li {height:170px; background-size:100% 100%; background-position:center center; background-repeat:no-repeat;}
.flexslider .slides li a{display:block;line-height:100%;width:100%;height:100%;}

.flex-control-nav {width:100%; position:absolute; bottom:10px; left:0; text-align:center;z-index:10;}
.flex-control-nav li {display:inline-block; width:54px; height:5px; margin:0px 5px; *display:inline; zoom:1;}
.flex-control-nav li a {display:inline-block; width:54px; height:5px; line-height:400px; overflow:hidden; background:#fff; cursor:pointer; border-radius:5px;}
.flex-control-nav .flex-active {background:#b00;}
.flexslider ul.flex-direction-nav { display:none;}
.flexslider .flex-direction-nav li a {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 42%;
	z-index: 99;
	overflow: hidden;
	cursor: pointer;
	-ms-transition: left 400ms, right 400ms;
	transition: left 400ms, right 400ms;
	-webkit-transition: left 400ms, right 400ms;
	-moz-transition: left 400ms, right 400ms;
	-o-transition: left 400ms, right 400ms;
}
.flexslider .flex-direction-nav li a.flex-prev {
	left: 50px;
	background: url(../images/ban-left.png) no-repeat center center;
	display: none;
}
.flexslider .flex-direction-nav li a.flex-next {
	right: 50px;
	background: url(../images/ban-right.png) no-repeat center center;
	display: none;
}
.flexslider .flex-direction-nav li.on a.flex-prev {
	left: 50px;
	background: url(../images/ban-left.png) no-repeat center center;
}
.flexslider .flex-direction-nav li.on a.flex-next {
	right: 50px;
	background: url(../images/ban-right.png) no-repeat center center;
}
.flexslider:hover .flex-direction-nav li a.flex-next {
	display: block;
}
.flexslider:hover .flex-direction-nav li a.flex-prev {
	display: block;
}

.search{ line-height:50px; background-color:#eee;}
.search dl{ padding:0 10px;}
.search dl dt{}
.search dl dt a{ margin:0 5px;}
.search dl dd{ display:none;}

/*首页*/
/*概述*/
.isummary{ display:none;}

/*产品*/
.ipro{ padding:10px 0; background-color:#f7f7f7;}
.ipro h3{ font-size:26px; text-align:center;}
.ipro p{ color:#999; text-align:center; padding:0 20px; margin-bottom:0;}
.iprofl{ display:none;}
.iprolt{ padding-left:10px;}
.iprolt ul{ line-height:20px; overflow:hidden;}
.iprolt ul li{ width:50%; overflow:hidden; float:left;}
.iprolt ul li a{ display:block; text-decoration:none; margin-right:10px; margin-top:10px; background-color:#fff;}
.iprolt ul li a img{ width:100%; height:160px;}
.iprolt ul li a span{ display:block; padding:10px; color:#999;}
.iprolt ul li a span strong{ display:block; color:#444;}
.iprolt ul li a:hover span strong{ display:block; color:#b00; text-decoration:underline;}

/*优势*/
.iadvantage{ display:none;}
.iadvo{}
.iadvob{ color:#fff;}
.iadvob h2,.iadvob p,.iadvob a{ display:none;}
.iadvob video{ width:100%;}
.iadvon{ display:none;}

/*实力*/
.istrength{ display:none;}

/*案例*/
.icase{ display:none;}

/*新闻*/
.inews{ padding:10px; background-color:#fff; overflow:hidden;}
.inewstt{}
.inewstt h4{ padding:5px 10px; line-height:31px; background-color:#999; color:#fff;}
.inewstt h4 a{ font-weight:normal; float:right; color:#fff;}
.inewstt dl dt{}
.inewstt dl dt img{ width:100%; height:150px;}
.inewstt dl dd{ padding:10px 0; color:#999; border-bottom:1px dashed #eee;}
.inewstt dl dd span{ color:#b00;}
.inewstt dl dd a{ font-weight:bold;}
.inewstt ul{}
.inewstt ul li{ line-height:40px; border-bottom:1px dashed #eee;}
.inewstt ul li span{ display:none;}
.inewslt{}
.inewslt h4{ padding:5px 10px; line-height:31px; background-color:#999; color:#fff;}
.inewslt h4 a{ font-weight:normal; float:right; color:#fff;}
.inewslt dl dt{}
.inewslt dl dt img{ width:100%; height:150px;}
.inewslt dl dd{ padding:10px 0; color:#999; border-bottom:1px dashed #eee;}
.inewslt dl dd span{ color:#b00;}
.inewslt dl dd a{ font-weight:bold;}
.inewslt ul{}
.inewslt ul li{ line-height:40px; border-bottom:1px dashed #eee;}
.inewslt ul li span{ display:none;}
.inewswt{ padding-bottom:10px; background-color:#fff; float:right;}
.inewswt h4{ padding:5px 10px; line-height:31px; background-color:#999; color:#fff;}
.inewswt h4 a{ font-weight:normal; float:right; color:#fff;}
.inewswt dl{ padding:10px; border-bottom:1px dashed #eee;}
.inewswt dl dt{ background:url(../images/a.jpg) left center no-repeat; text-indent:33px;}
.inewswt dl dt span{}
.inewswt dl dd{ color:#999; background:url(../images/q.jpg) left 3px no-repeat; text-indent:33px;}
.inewswt dl dd span{ display:inline-block;}

/*简介*/
.iabt{ background-color:#fff; padding-bottom:75px; overflow:hidden;}
.iabt h3{ font-size:26px; margin:10px 0; text-align:center;}
.iabt dl{ background:#eee url(../images/iabt.png) left top no-repeat; overflow:hidden;}
.iabt dl dt{ color:#fff; padding:10px;}
.iabt dl dt a{ display:none;}
.iabt dl dd{ padding:10px 0 10px 10px; background-color:#f7f7f7; overflow:hidden;}
.iabt dl dd h3{ color:#b00;}
.iabt dl dd a{ display:block; width:33.333%; margin-top:10px; float:left;}
.iabt dl dd a span{ display:block; margin-right:10px;}
.iabt dl dd img{ width:100%;}


/*二级分类*/
.flbox{ width:100%; min-width:1140px; margin:0 auto; border-bottom:1px solid #eee; background:#f6f6f6; overflow:hidden;}
.news_menu{ width:1140px; margin:30px auto; overflow:hidden;}
.news_menu a{ display:inline-block; height:30px; line-height:30px; padding:0 20px; margin:0 10px;border-radius:5px; background:#e8e8e8; text-decoration:none;}
.news_menu a.cur,.news_menu a.hover{ background:#e40082; color:#fff;}
/*产品分类*/
.case_menu{ width:1140px; margin:0 auto; padding:30px 0 10px 0; overflow:hidden;}
.case_menu ul{ padding-bottom:20px; overflow:hidden;}
.case_menu li{ height:30px; float:left;}
.case_menu li a{ display:inline-block; height:30px; line-height:30px; padding:0 20px; margin:0 10px;border-radius:5px; background:#e8e8e8; color:#555; text-decoration:none;}
.case_menu li a.hover,.case_menu li a:hover{ background:#e40082; color:#fff;}
.case_menu li a.ej{ width:78px;}

/*内页*/
.position{ display:none;}
.nrbox{ margin-bottom:10px; overflow:hidden;}
.nrboxfl{ overflow:hidden;}
.nrboxfl h2{ display:none;}
.nrboxfl h4{ display:none;}
.nrboxfl ul{ background-color:#fff; line-height:50px; border-bottom:1px solid #f7f7f7; border-left:1px solid #f7f7f7; overflow:hidden;}
.nrboxfl ul.xwlt{ display:none;}
.nrboxfl ul li{ width:25%; text-align:center; float:left;}
.nrboxfl ul li a{ display:block; border-right:1px solid #f7f7f7;}
.nrboxfl dl{ width:33.333%; background-color:#fff; line-height:50px; text-align:center; border-bottom:1px solid #f7f7f7; float:left;}
.nrboxfl dl dt{}
.nrboxfl dl dt a{ display:block;}
.nrboxfl dl dt a:hover{ background-color:#f7f7f7;}
.nrboxfl dl dd{}
.nrboxfl dl dd a{ display:block; background-color:#f7f7f7;}
.nrboxfl dl dd a:hover{}

.nrboxfr{}

/*简介页面*/
.company{ padding:10px; background-color:#fff; overflow:hidden;}

/*产品列表*/
.prolist{ background-color:#fff; padding:10px 0 10px 10px; overflow:hidden;}
#page-product-list{ overflow:hidden;}
.prolist dl{ width:50%; padding-bottom:10px; float:left; overflow:hidden;}
.prolist dl dt{ margin-right:10px;}
.prolist dl dt img{ width:100%;}
.prolist dl dd{ text-align:center; margin-right:10px;}
.prolist dl dd a{ color:#555;}
.prolist dl span{ width:510px; color:#999; font-size:13px; float:right; padding-top:30px; display:block;}
.prolist dl span a{ height:32px; line-height:32px; border:1px solid #a8a8a8; padding:0 25px; display:inline-block; border-radius:5px; margin-right:20px; text-decoration:none;}
.prolist dl span a:hover,.prolist dl span a.hover{ border:1px solid #b00; background:#b00; color:#fff;}
#page-product-list strong{ line-height:60px; display:block; text-align:center;}

/*产品列表-竖排
.prolist{ background-color:#fff; padding-bottom:30px; overflow:hidden;}
.prolist dl{ padding:30px; border-bottom:1px solid #f7f7f7; overflow:hidden;}
.prolist dl dt{ width:300px; float:left;}
.prolist dl dt img{ width:300px;}
.prolist dl dd{ width:510px; color:#999; font-size:13px; float:right;}
.prolist dl dd a{ font-size:15px; color:#555;}
.prolist dl span{ width:510px; color:#999; font-size:13px; float:right; padding-top:30px; display:block;}
.prolist dl span a{ height:32px; line-height:32px; border:1px solid #a8a8a8; padding:0 25px; display:inline-block; border-radius:5px; margin-right:20px; text-decoration:none;}
.prolist dl span a:hover,.prolist dl span a.hover{ border:1px solid #b00; background:#b00; color:#fff;}
#page-product-list strong{ line-height:60px; display:block; text-align:center;}*/

/*产品详情*/
.proshow{ padding:10px; background-color:#fff; overflow:hidden;}
.proshowl{ margin-bottom:10px;}
.proshowl img{ width:100%;}
.proshowr{}
.proshowr dl{ overflow:hidden;}
.proshowr dl dt{ width:80px; float:left;}
.proshowr dl dd{ margin-left:80px;}
.proshowr dl dd h1{ font-size:16px;}
.proshowr dl.bj{ line-height:50px;}
.proshowr dl.bj dd a{ background-color:#b00; padding:10px 20px; border-radius:5px; color:#fff;}
.procon{ padding:10px; background-color:#fff; border-top:1px solid #f7f7f7; overflow:hidden;}
.procon img{ max-width:100%;}
.procon table tr{ border-top:1px solid #ddd; border-left:1px solid #ddd;}
.procon table td{ border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.prosx{ padding:10px; background-color:#fff; border-top:1px solid #f7f7f7; overflow:hidden;}
.prosx span{ display:block;}
.prosx span.fl{ float:none;}
.prosx span.fr{ float:none;}

.prozz{ padding:10px; background-color:#fff; border-top:5px solid #f7f7f7; overflow:hidden;}
.prozz p{ text-align:center;}
.prozz p img{ width:200px;}
.prozz table{ border-top:1px solid #f7f7f7; border-left:1px solid #f7f7f7;}
.prozz table td{ border-bottom:1px solid #f7f7f7; border-right:1px solid #f7f7f7;}
.prozz input{ width:99%; height:30px; line-height:30px; border:1px solid #eee; border-radius:5px; text-indent:8px;}
.prozz button{ border:none; background-color:#b00; padding:10px 20px; border-radius:5px; color:#fff;}
.prozz textarea{ width:99%; font-family:微软雅黑; color:#444; border:1px solid #eee; border-radius:5px; text-indent:8px; padding:5px 0;}
.prozz span{ display:block; margin-top:10px; text-align:center;}

.prowt{ margin-top:5px; background-color:#fff; overflow:hidden;}
.prowt h4{ font-size:14px; background-color:#194077; text-align:center; color:#fff; padding:5px;}
.prowt ul li{ border-bottom:1px solid #f7f7f7; text-indent:30px; line-height:50px;}
.prowt ul li a{ display:block; background:url(../images/icon.jpg) 15px center no-repeat;}

/*文章列表*/
.textlist{ padding:10px; background-color:#fff; overflow:hidden;}
.textlist dl{ margin-bottom:10px; border-bottom:1px dashed #ddd; overflow:hidden;}
.textlist dl dt{ display:none;}
.textlist dl dd{ color:#999; font-size:12px; margin-bottom:5px;}
.textlist dl dd a{ font-size:13px; display:block;}

/*文章详情*/
.textxq{ padding:10px; background-color:#fff; overflow:hidden;}
dl.textxqtop{ padding:10px 0; border-bottom:1px dashed #ddd; overflow:hidden;}
dl.textxqtop dt{ margin-bottom:5px;}
dl.textxqtop dt h1{ font-size:18px; text-align:center;}
dl.textxqtop dd{ color:#999; text-align:center;}
.textshow{ overflow:hidden;}
.textshow a{color:#e40082;}
.textshow em.sitelink{ font-weight:bold;}
.textshow img{ max-width:100%;}
.wzlaiy{ border:1px dashed #ddd; padding:5px 10px;}
.fanh{}
.fanh dl{}
.fanh dl dt{ margin-bottom:10px;}
.fanh dl dt a{ display:inline-block; background:url(../images/fanh.jpg) left center no-repeat; text-indent:25px; color:#e40082;}
.fanh dl dd{}
.fanh dl dd span{ color:#999;}
a.dwld{ width:90px; height:40px; line-height:40px; padding-left:20px; display:inline-block; background:#e40082 url(../images/dwld.png) 10px center no-repeat; border-radius:20px; color:#fff; text-align:center; margin-top:30px;}

/*图片列表*/
.imglt{ padding:10px 0 10px 10px; background-color:#fff; overflow:hidden;}
.imglist{ overflow:hidden;}
.imglist ul{ overflow:hidden;}
.imglist ul li{ width:50%; float:left;}
.imglist ul li a{ display:block; line-height:45px; text-align:center; margin-right:10px;}
.imglist ul li a span{ border:1px solid #f7f7f7; padding:3px; display:block;}
.imglist ul li a span img{ height:140px;}

/*图片详情页*/
.imgxx{ padding:10px; background-color:#fff; overflow:hidden;}
.imgxx dl{ border-bottom:1px solid #eee; text-align:center; padding-bottom:20px; overflow:hidden;}
.imgxx dl dt{ font-size:22px; font-weight:bold;}
.imgxx dl dd{ color:#999;}
.imgxx .fanh{ border-top:1px solid #eee; padding-top:20px;}

/*联系方式*/
.conlist{ overflow:hidden;}
.conlist .conl{ width:50%; float:left;}
.conlist .conl a{ margin-right:10px;}
.conlist .conl img{ border-radius:20px; vertical-align:middle; margin-bottom:3px;}
.conlist .conr{ width:50%; padding-top:20px; float:right; overflow:hidden;}
.conlist .conr dl{ width:50%; margin-bottom:30px; float:left;}
.conlist .conr dl dt{ font-size:15px; line-height:18px; background:url(../images/address.jpg) 0 2px no-repeat; padding-left:30px;}
.conlist .conr dl dt span{ font-size:13px; color:#999; display:block;}
.conlist .conr dl dd{ color:#999; margin-top:10px;}

/*在线反馈*/
.feedback{ padding:10px; background-color:#fff; overflow:hidden;}
.feedback h2{ text-align:center; font-size:20px; margin-bottom:20px;}
.feedback input{ height:30px; line-height:30px;}
.feedback button{ background-color:#b00; color:#fff; border:none; padding:10px 20px; border-radius:5px;}
.feedback table{ border-top:3px solid #eee; border-left:1px solid #eee;}
.feedback td{ padding:4px; border-bottom:1px solid #eee; border-right:1px solid #eee;}
.feedback .qany{ margin-bottom:20px;}

/*底部推荐*/
.protj{ margin-bottom:75px; overflow:hidden;}
.protj h4{ font-size:14px; background-color:#194077; text-align:center; color:#fff; padding:5px;}
.protj ul{ padding:10px 0 10px 10px; background-color:#fff; overflow:hidden;}
.protj ul li{ width:50%; float:left;}
.protj ul li a{ display:block; line-height:45px; text-align:center; margin-right:10px;}
.protj ul li a img{ width:100%;}

/*底部版权*/
.whbox{ margin:0 auto; overflow:hidden;}
footer{ display:none;}

/*滑动客服*/
.guide{ display:none;}


/*分页*/
.pageinfo { text-align:center; color:#444; background-color:#fff;}
.pageinfo li{ display:inline-block; }
.pageinfo A { padding:4px 10px; margin:0 2px; color:#444; text-decoration:none; border:1px solid #E1E1E1; }
.pageinfo A:hover { color:#b00; border: 1px solid #b00; }
.pageinfo A:active { color:#b00; border: 1px solid #b00; }
.pageinfo SPAN.thisclass { padding:4px 10px; font-weight:bold; color:#fff; background-color:#b00; border:1px solid #b00; }
.pageinfo SPAN.pageinfo { display:none;}
.pageinfo SPAN.disabled { display:none}
.pageinfo SPAN.current { padding:4px 10px; border:1px solid #444; color:#fff; background-color:#444; }

.ftkn{ height:75px;}
.ftnavmc{ width:100%; height:75px; line-height:30px; position:fixed; bottom:0px; z-index:100; background-color:#444;}
.ftnavmc ul{}
.ftnavmc ul li{ width:25%; float:left;}
.ftnavmc ul li a{ text-align:center; padding-top:10px; color:#fff; display:block;}
.ftnavmc ul li a img{ width:30px;}
}

/*PC端*/
@media only screen and (min-width: 800px) {
/*头部导航*/
header{}
.wel{ background:#eee;}
.wel dl{ width:1200px; margin:0 auto; overflow:hidden;}
.wel dl dt{ float:left;}
.wel dl dd{ float:right;}
.wel dl dd a{ margin-left:15px;}

.logo{ height:120px; background-color:#fff; overflow:hidden;}
.sanhui{ float:left;}
.sanhui dl{ background-repeat:no-repeat;background-position:20px center;background-size:12%; padding:40px 0; overflow:hidden;}
.sanhui dl dt{ font-size:48px; line-height:32px; padding-left:140px; color:#194077; font-weight:bold; float:left;}
.sanhui dl dd{ margin-left:10px; line-height:18px; float:left;}
.sanhui dl dd strong{ color:#b00; display:block;font-size:24px;padding-bottom:10px; }
.sanhui dl dd span{ color:#999; display:block;font-size:18px; }
.tel{ background:url(../images/tel.jpg) left center no-repeat; padding:40px 0 40px 60px; line-height:18px; float:right;}
.tel strong{ color:#b00; display:block; font-size:16px;}
.tel span{ color:#999; display:block;}

.nav{ height:50px; line-height:50px; background:#194077 url(../images/navbg.jpg) repeat-x;}
.nav ul{ width:1200px; margin:0 auto; overflow:hidden;}
.nav ul li{ width:14.28%; float:left;}
.nav ul li a{ display:block; text-align:center; color:#fff;}
.nav ul li a:hover,.nav ul li a.hover{ background-color:#b00; text-decoration:none; font-weight:bold;}

/*banner*/
.flexslider { width:100%; min-width:1140px; height:470px; background:#fff; position:relative; z-index:1; overflow:hidden;}
.flexslider .slides {position:relative; z-index:1;}
.flexslider .slides li {height:470px; background-size:100% 100%; background-position:center center; background-repeat:no-repeat;}
.flexslider .slides li a{display:block;line-height:100%;width:100%;height:100%;}

.flex-control-nav {width:100%; position:absolute; bottom:30px; left:0; text-align:center;z-index:10;}
.flex-control-nav li {display:inline-block; width:54px; height:5px; margin:0px 5px; *display:inline; zoom:1;}
.flex-control-nav li a {display:inline-block; width:54px; height:5px; line-height:400px; overflow:hidden; background:#fff; cursor:pointer; border-radius:5px;}
.flex-control-nav .flex-active {background:#b00;}
.flexslider .flex-direction-nav li a {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 42%;
	z-index: 99;
	overflow: hidden;
	cursor: pointer;
	-ms-transition: left 400ms, right 400ms;
	transition: left 400ms, right 400ms;
	-webkit-transition: left 400ms, right 400ms;
	-moz-transition: left 400ms, right 400ms;
	-o-transition: left 400ms, right 400ms;
}
.flexslider .flex-direction-nav li a.flex-prev {
	left: 50px;
	background: url(../images/ban-left.png) no-repeat center center;
	display: none;
}
.flexslider .flex-direction-nav li a.flex-next {
	right: 50px;
	background: url(../images/ban-right.png) no-repeat center center;
	display: none;
}
.flexslider .flex-direction-nav li.on a.flex-prev {
	left: 50px;
	background: url(../images/ban-left.png) no-repeat center center;
}
.flexslider .flex-direction-nav li.on a.flex-next {
	right: 50px;
	background: url(../images/ban-right.png) no-repeat center center;
}
.flexslider:hover .flex-direction-nav li a.flex-next {
	display: block;
}
.flexslider:hover .flex-direction-nav li a.flex-prev {
	display: block;
}

.search{ height:50px; line-height:50px; background-color:#eee;}
.search dl{ width:1200px; margin:0 auto;}
.search dl dt{ float:left;}
.search dl dt a{ margin:0 5px;}
.search dl dd{ height:50px; float:right;}
.search dl dd input{ height:30px; line-height:30px; border:1px solid #ccc; border-right:none; padding:0 10px; margin-top:9px; float:left;}
.search dl dd button{ width:60px; height:32px; line-height:32px; border:0; background-color:#b00; color:#fff; margin-top:9px; float:left;}

/*首页*/
/*概述*/
.isummary{ padding:50px 0; background:url(../images/gsbg.jpg) center center no-repeat; background-color:#fff;}
.isummary h3{ font-size:26px; text-align:center;}
.isummary p{ color:#999; text-align:center; padding:0 20px;}
.isummary ul{ margin-top:30px; overflow:hidden;}
.isummary ul li{ width:20%; text-align:center; float:left;}
.isummary ul li.us{ text-align:right;}
.isummary ul li.us span{ padding-right:30px; display:inline-block;}
.isummary ul li.us img{ margin-bottom:20px;}
.isummary ul li em{ font-size:26px; margin-right:5px; font-weight:bold; color:#b00;}
.isummary ul li strong{ font-size:18px; display:block; margin:10px auto;}
.isummary ul li span{ width:70px; height:70px; line-height:70px; font-size:35px; display:inline-block; background-color:#194077; color:#fff; border-radius:50%;}
.isummary ul li p{ height:230px;}
.isummary ul li a{ display:inline-block; border-radius:5px; border:1px solid #ddd; background-color:#fff; padding:3px 25px; text-decoration:none;}
.isummary ul li a:hover{ border:1px solid #194077; background-color:#194077; color:#fff;}

/*产品*/
.ipro{ padding:50px 0; background-color:#f7f7f7;}
.ipro h3{ font-size:26px; text-align:center;}
.ipro p{ color:#999; text-align:center; padding:0 20px; margin-bottom:0;}
.iprofl{ width:270px; margin-top:30px; overflow:hidden; float:left;}
.iprofl h2{ background-color:#194077; color:#fff; line-height:111px; text-align:center;}
.iprofl h4{ line-height:50px; text-indent:30px; background:#fff url(../images/icon.jpg) 15px center no-repeat; border-bottom:1px solid #f7f7f7;}
.iprofl ul{ background-color:#fff; line-height:50px; display:none;}
.iprofl ul li{ border-bottom:1px solid #f7f7f7; text-indent:30px;}
.iprofl ul li a{ display:block; background:#f7f7f7 url(../images/icon.png) 16px center no-repeat;}
.iprofl ul li a:hover{ background-color:#fff;}
.iprolt{ width:900px; float:right;}
.iprolt ul{ width:990px; line-height:20px; overflow:hidden;}
.iprolt ul li{ width:280px; margin-right:30px; margin-top:30px; background-color:#fff; overflow:hidden; float:left;}
.iprolt ul li a{ display:block; text-decoration:none;}
.iprolt ul li a img{ width:100%; height:210px;}
.iprolt ul li a span{ display:block; padding:10px; color:#999; background:url(../images/ipro01.png) right center no-repeat;}
.iprolt ul li a:hover span{ background:url(../images/ipro02.png) right center no-repeat;}
.iprolt ul li a span strong{ display:block; color:#444;}
.iprolt ul li a:hover span strong{ display:block; color:#b00; text-decoration:underline;}

/*优势*/
.iadvantage{ padding:50px 0; background-color:#fff;}
.iadvo{ width:1201px; background:#eee; margin:0 auto;}
.iadvob{ width:320px; color:#fff; padding-top:50px; padding-left:20px; padding-right:20px; float:left;}
.iadvob p{ margin-bottom:150px;}
.iadvob a{ display:inline-block; line-height:37px; background:url(../images/ipro02.png) 3px center no-repeat; color:#fff; padding-left:45px; padding-right:15px; border:1px solid #fff; border-radius:50px; margin-top:30px;}
.iadvon{ width:1201px; float:right;}
.iadvon ul{ border-left:1px solid #eee; border-top:1px solid #eee; overflow:hidden;}
.iadvon ul li{ width:259px; padding:20px; border-bottom:1px solid #eee; border-right:1px solid #eee; background-color:#fff; float:left;}
.iadvon ul li span{ color:#999; display:block; margin-top:15px;}
.iadvon ul li span strong{ color:#444; display:block;}
.iadvt{ background:url(../images/ysbg02.jpg) center center no-repeat; margin-top:50px;}
.iadvtb{ width:360px; color:#fff; padding-top:50px; text-align:right; float:right;}
.iadvtb a{ display:inline-block; line-height:37px; background:url(../images/ipro02.png) 3px center no-repeat; color:#fff; padding-left:45px; padding-right:15px; border:1px solid #fff; border-radius:50px; margin-top:180px;}
.iadvob video{ width:100%;}
.iadvtn{ width:840px; float:left;}
.iadvtn ul{ overflow:hidden;}
.iadvtn ul li{ width:280px; float:left;}
.iadvtn ul li span{ color:#999; padding:15px 20px; display:block; border-bottom:1px solid #eee; border-left:1px solid #eee; background-color:#fff;}
.iadvtn ul li span strong{ color:#444; display:block;}

/*实力*/
.istrength{ padding:50px 0; background-color:#f7f7f7;}
.istrength h3{ font-size:26px; text-align:center;}
.istrength p{ color:#999; text-align:center;}
.xwzxbox{ width:1200px; margin:0 auto;}
.xwzxbox-top{ width:1230px; line-height:50px; margin:0px auto; overflow:hidden;}
.xwzxbox-top ul{ justify-content:space-between; }
.xwzxbox-top ul li{ width:100%;margin-right:30px; text-align:center; cursor:pointer;}
.xwzxbox-top ul li:last-child{ margin-right:0; }
.xwzxbox-top ul li span{ display:block; background-color:#bfbfbf;}
.xwzxbox-top ul li.current span{ background-color:#194077; color:#fff;}
.inmain{ width:1200px; height:400px; margin-top:30px; color:#fff; overflow:hidden;}
.isto{ background:url(../images/sl01.jpg) center center no-repeat;}
.istt{ background:url(../images/sl02.jpg) center center no-repeat;}
.ists{ background:url(../images/sl03.jpg) center center no-repeat;}
.inmain dl{  }
.inmain dl div.sadf{ width:60px; height:4px; background-color:#b00; margin-bottom:30px;}
.inmain dl dt{ }
.inmain dl dd{ width:450px; margin-top:80px; margin-left:50px;color:#333; }
.inmain dl dd h2{ font-size:26px; font-weight:bold; margin-bottom:30px; }
.inmain dl dd a{ width:100px; padding:5px 0; text-align:center; background-color:#b00; margin-top:30px; display:block; border-radius:5px; color:#fff;}

/*案例*/
.icase{ padding:50px 0; background-color:#fff;}
.icase h3{ font-size:26px; text-align:center;}
.icase p{ color:#999; text-align:center;}
.icasebox{ width:1200px; margin:0 auto;}
.rollBox{width:100%; height:350px; position:relative;}
.rollBox .LeftBotton{position:absolute;width:23px;height:41px; background:url(../images/left.png) no-repeat;cursor:pointer;left:-50px;top:150px;}
.rollBox .RightBotton{position:absolute;width:23px;height:41px; background:url(../images/right.png) no-repeat;cursor:pointer;right:-50px;top:150px;}
.rollBox .Cont{ width:1200px;overflow:hidden;position:absolute;left:0;top:0;}
.rollBox .ScrCont{width:10000px;}
.rollBox .Cont .pic{display:inline; float:left; width:380px; margin-right:30px; position:relative;}
.rollBox .Cont .pic dl{}
.rollBox .Cont .pic dl dt{ margin-bottom:10px;}
.rollBox .Cont .pic dl dt img{ width:100%; height:250px;}
.rollBox .Cont .pic dl dd{ color:#999;}
.rollBox .Cont .pic dl dd a{ font-size:15px; display:block; text-align:center;}
.rollBox #List1,.rollBox #List2{float:left;}

/*新闻*/
.inews{ padding:50px 0; background-color:#f7f7f7; overflow:hidden;}
.inewstt{ width:380px; height:415px; background-color:#fff; margin-right:30px; float:left;}
.inewstt h4{ padding:10px 15px; line-height:31px; background-color:#999; color:#fff;}
.inewstt h4 a{ font-weight:normal; float:right; color:#fff;}
.inewstt dl{ padding:15px; border-bottom:1px dashed #eee; overflow:hidden;}
.inewstt dl dt{ width:100px; float:left;}
.inewstt dl dt img{ width:100%;}
.inewstt dl dd{ margin-left:120px; margin-top:-3px; color:#999;}
.inewstt dl dd span{ color:#b00;}
.inewstt dl dd a{ font-weight:bold;}
.inewstt ul{ padding:6px 15px 15px 15px; line-height:32px;}
.inewstt ul li{ border-bottom:1px dashed #eee; overflow:hidden;}
.inewstt ul li a{ float:left;}
.inewstt ul li span{ color:#999; float:right;}
.inewslt{ width:380px; height:415px; background-color:#fff; float:left;}
.inewslt h4{ padding:10px 15px; line-height:31px; background-color:#999; color:#fff;}
.inewslt h4 a{ font-weight:normal; float:right; color:#fff;}
.inewslt dl{ padding:15px; border-bottom:1px dashed #eee; overflow:hidden;}
.inewslt dl dt{ width:100px; float:left;}
.inewslt dl dt img{ width:100%;}
.inewslt dl dd{ margin-left:120px; margin-top:-3px; color:#999;}
.inewslt dl dd span{ color:#b00;}
.inewslt dl dd a{ font-weight:bold;}
.inewslt ul{ padding:6px 15px 15px 15px; line-height:32px;}
.inewslt ul li{ border-bottom:1px dashed #eee; overflow:hidden;}
.inewslt ul li a{ float:left;}
.inewslt ul li span{ color:#999; float:right;}
.inewswt{ width:380px; height:415px; background-color:#fff; float:right;}
.inewswt h4{ padding:10px 15px; line-height:31px; background-color:#999; color:#fff;}
.inewswt h4 a{ font-weight:normal; float:right; color:#fff;}
.inewswt dl{ padding:15px; border-bottom:1px dashed #eee;}
.inewswt dl dt{ background:url(../images/a.jpg) left center no-repeat; text-indent:33px;}
.inewswt dl dt span{}
.inewswt dl dd{ color:#999; background:url(../images/q.jpg) left 3px no-repeat; text-indent:33px;}
.inewswt dl dd span{ display:inline-block;}

/*简介*/
.iabt{ background-color:#fff; overflow:hidden;}
.iabt h3{ font-size:26px; margin:15px 0;}
.iabt dl{ width:1200px; height:366px; background:#eee url(../images/iabt.png) left center no-repeat; margin:50px auto; overflow:hidden;}
.iabt dl dt{ width:364px; color:#fff; padding:30px; float:left;}
.iabt dl dt a{ width:100px; background-color:#fff; border-radius:5px; text-align:center; padding:5px 0; display:block; margin-top:15px;}
.iabt dl dd{ width:746px; padding:30px 0 30px 30px; float:right;}
.iabt dl dd h3{ color:#b00;}
.iabt dl dd a{ display:block; width:231px; height:170px; margin-top:10px; margin-right:12px; float:left;}
.iabt dl dd img{ width:100%;}


/*二级分类*/
.flbox{ width:100%; min-width:1140px; margin:0 auto; border-bottom:1px solid #eee; background:#f6f6f6; overflow:hidden;}
.news_menu{ width:1140px; margin:30px auto; overflow:hidden;}
.news_menu a{ display:inline-block; height:30px; line-height:30px; padding:0 20px; margin:0 10px;border-radius:5px; background:#e8e8e8; text-decoration:none;}
.news_menu a.cur,.news_menu a.hover{ background:#e40082; color:#fff;}
/*产品分类*/
.case_menu{ width:1140px; margin:0 auto; padding:30px 0 10px 0; overflow:hidden;}
.case_menu ul{ padding-bottom:20px; overflow:hidden;}
.case_menu li{ height:30px; float:left;}
.case_menu li a{ display:inline-block; height:30px; line-height:30px; padding:0 20px; margin:0 10px;border-radius:5px; background:#e8e8e8; color:#555; text-decoration:none;}
.case_menu li a.hover,.case_menu li a:hover{ background:#e40082; color:#fff;}
.case_menu li a.ej{ width:78px;}

/*内页*/
.position{ line-height:50px; background-color:#fff; margin-bottom:30px; overflow:hidden;}
.position .wz{ width:1200px; min-width:1200px; background:url(../images/icon_wz.gif) left center no-repeat; text-indent:25px; margin:0 auto; overflow:hidden;}
.nrbox{ width:1200px; min-width:1200px; margin:0 auto; overflow:hidden;}
.nrboxfl{ width:270px; float:left;}
.nrboxfl h2{ background-color:#194077; color:#fff; line-height:111px; text-align:center;}
.nrboxfl h4{ background-color:#194077; color:#fff; line-height:50px; padding-left:30px;}
.nrboxfl ul{ background-color:#fff; line-height:50px;}
.nrboxfl ul.xwlt{}
.nrboxfl ul li{ border-bottom:1px solid #f7f7f7; text-indent:30px;}
.nrboxfl ul li a{ display:block; background:url(../images/icon.jpg) 15px center no-repeat;}
.nrboxfl ul li a:hover{ background-color:#f7f7f7;}
.nrboxfl dl{ background-color:#fff; line-height:50px; border-bottom:1px solid #f7f7f7;}
.nrboxfl dl dt{ text-indent:30px; font-weight:bold;}
.nrboxfl dl dt a{ display:block; background:url(../images/icon.jpg) 15px center no-repeat;}
.nrboxfl dl dt a:hover{ background-color:#f7f7f7;}
.nrboxfl dl dd{ text-indent:30px;}
.nrboxfl dl dd a{ display:block; background:#f7f7f7 url(../images/icon.png) 16px center no-repeat;}
.nrboxfl dl dd a:hover{ background-color:#fff;}

.nrboxfr{ width:900px; float:right;}

/*简介页面*/
.company{ padding:10px 30px; background-color:#fff; overflow:hidden;}

/*产品列表*/
.prolist{ background-color:#fff; padding:30px; overflow:hidden;}
#page-product-list{ width:870px; overflow:hidden;}
.prolist dl{ width:260px; margin-right:30px; margin-bottom:30px; float:left; overflow:hidden;}
.prolist dl dt{}
.prolist dl dt a{ width:260px;height:195px;text-align:center;display:inline-block; }
.prolist dl dt a:before{ content: '';display: inline-block;height: 100%;vertical-align: middle; }
.prolist dl dt img{ max-height:100%;max-width:100%;display: inline-block;vertical-align: middle; }
.prolist dl dd{ line-height:40px; text-align:center;}
.prolist dl dd a{ font-size:15px; color:#555;}
.prolist dl span{ width:510px; color:#999; font-size:13px; float:right; padding-top:30px; display:block;}
.prolist dl span a{ height:32px; line-height:32px; border:1px solid #a8a8a8; padding:0 25px; display:inline-block; border-radius:5px; margin-right:20px; text-decoration:none;}
.prolist dl span a:hover,.prolist dl span a.hover{ border:1px solid #b00; background:#b00; color:#fff;}
#page-product-list strong{ line-height:60px; display:block; text-align:center;}

/*产品列表-竖排
.prolist{ background-color:#fff; padding-bottom:30px; overflow:hidden;}
.prolist dl{ padding:30px; border-bottom:1px solid #f7f7f7; overflow:hidden;}
.prolist dl dt{ width:300px; float:left;}
.prolist dl dt img{ width:300px;}
.prolist dl dd{ width:510px; color:#999; font-size:13px; float:right;}
.prolist dl dd a{ font-size:15px; color:#555;}
.prolist dl span{ width:510px; color:#999; font-size:13px; float:right; padding-top:30px; display:block;}
.prolist dl span a{ height:32px; line-height:32px; border:1px solid #a8a8a8; padding:0 25px; display:inline-block; border-radius:5px; margin-right:20px; text-decoration:none;}
.prolist dl span a:hover,.prolist dl span a.hover{ border:1px solid #b00; background:#b00; color:#fff;}
#page-product-list strong{ line-height:60px; display:block; text-align:center;}*/

/*产品详情*/
.proshow{ padding:30px; background-color:#fff; overflow:hidden;}
.proshowl{ width:300px; float:left;}
.proshowl img{ width:300px;}
.proshowr{ width:510px; float:right;}
.proshowr dl{ overflow:hidden;}
.proshowr dl dt{ width:80px; float:left;}
.proshowr dl dd{ margin-left:80px;}
.proshowr dl dd h1{ font-size:16px;}
.proshowr dl.bj{ line-height:50px;}
.proshowr dl.bj dd a{ background-color:#b00; padding:10px 20px; border-radius:5px; color:#fff;}
.procon{ padding:30px; background-color:#fff; border-top:1px solid #f7f7f7; overflow:hidden;}
.procon img{ max-width:840px;}
.procon table tr{ border-top:1px solid #ddd; border-left:1px solid #ddd;}
.procon table td{ border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.prosx{ padding:30px; background-color:#fff; border-top:1px solid #f7f7f7; overflow:hidden;}

.prozz{ padding:30px; background-color:#fff; border-top:5px solid #f7f7f7; overflow:hidden;}
.prozz P{ width:310px; float:left;}
.prozz P img{ margin-top:90px;}
.prozz dl{ width:530px; float:right;}
.prozz span{ width:530px; margin-top:10px; text-align:center; float:right;}
.prozz input{ width:99%; height:30px; line-height:30px; border:1px solid #eee; border-radius:5px; text-indent:8px;}
.prozz button{ border:none; background-color:#b00; padding:10px 20px; border-radius:5px; color:#fff;}
.prozz textarea{ width:99%; font-family:微软雅黑; color:#444; border:1px solid #eee; border-radius:5px; text-indent:8px; padding:5px 0;}

.prowt{ margin-top:5px; background-color:#fff; overflow:hidden;}
.prowt h4{ background-color:#194077; color:#fff; line-height:50px; padding-left:30px;}
.prowt ul li{ border-bottom:1px solid #f7f7f7; text-indent:30px; line-height:50px;}
.prowt ul li a{ display:block; background:url(../images/icon.jpg) 15px center no-repeat;}

/*文章列表*/
.textlist{ padding:30px; background-color:#fff; overflow:hidden;}
.textlist dl{ margin-bottom:30px; padding-bottom:20px; border-bottom:1px dashed #ddd; overflow:hidden;}
.textlist dl dt{ width:180px; float:left;}
.textlist dl dt img{ width:180px;}
.textlist dl dd{ width:630px; color:#999; font-size:12px; line-height:20px; margin-bottom:10px; float:right;}
.textlist dl dd a{ font-size:13px;}

/*文章详情*/
.textxq{ padding:30px; background-color:#fff; overflow:hidden;}
dl.textxqtop{ padding-bottom:10px; border-bottom:1px dashed #ddd; overflow:hidden;}
dl.textxqtop dt{ margin-bottom:15px;}
dl.textxqtop dt h1{ font-size:22px; text-align:center;}
dl.textxqtop dd{ color:#999; text-align:center;}
.textshow{ padding:20px 0; overflow:hidden;}
.textshow a{color:#e40082;}
.textshow em.sitelink{ font-weight:bold;}
.textshow img{ max-width:800px;}
.wzlaiy{ border:1px dashed #ddd; padding:15px 25px;}
.fanh{}
.fanh dl{}
.fanh dl dt{ margin-bottom:10px;}
.fanh dl dt a{ display:inline-block; background:url(../images/fanh.jpg) left center no-repeat; text-indent:25px; color:#e40082;}
.fanh dl dd{}
.fanh dl dd span{ color:#999;}
a.dwld{ width:90px; height:40px; line-height:40px; padding-left:20px; display:inline-block; background:#e40082 url(../images/dwld.png) 10px center no-repeat; border-radius:20px; color:#fff; text-align:center; margin-top:30px;}

/*图片列表*/
.imglt{ padding:30px; background-color:#fff; overflow:hidden;}
.imglist{ overflow:hidden;}
.imglist ul{ width:870px; overflow:hidden;}
.imglist ul li{ width:260px; margin:0 30px 30px 0; float:left;}
.imglist ul li a{ display:block; line-height:45px; text-align:center;}
.imglist ul li a span{ border:1px solid #f7f7f7; padding:3px; display:block;}
.imglist ul li a span img{ height:180px;}

/*图片详情页*/
.imgxx{ padding:30px; background-color:#fff; overflow:hidden;}
.imgxx dl{ border-bottom:1px solid #eee; text-align:center; padding-bottom:20px; overflow:hidden;}
.imgxx dl dt{ font-size:22px; font-weight:bold;}
.imgxx dl dd{ color:#999;}
.imgxx .fanh{ border-top:1px solid #eee; padding-top:20px;}

/*联系方式*/
.conlist{ overflow:hidden;}
.conlist .conl{ width:50%; float:left;}
.conlist .conl a{ margin-right:10px;}
.conlist .conl img{ border-radius:20px; vertical-align:middle; margin-bottom:3px;}
.conlist .conr{ width:50%; padding-top:20px; float:right; overflow:hidden;}
.conlist .conr dl{ width:50%; margin-bottom:30px; float:left;}
.conlist .conr dl dt{ font-size:15px; line-height:18px; background:url(../images/address.jpg) 0 2px no-repeat; padding-left:30px;}
.conlist .conr dl dt span{ font-size:13px; color:#999; display:block;}
.conlist .conr dl dd{ color:#999; margin-top:10px;}

/*在线反馈*/
.feedback{ padding:30px; background-color:#fff; overflow:hidden;}
.feedback h2{ text-align:center; font-size:20px; margin-bottom:20px;}
.feedback input{ height:30px; line-height:30px;}
.feedback button{ background-color:#b00; color:#fff; border:none; padding:10px 20px; border-radius:5px;}
.feedback table{ border-top:3px solid #eee; border-left:1px solid #eee;}
.feedback td{ padding:4px; border-bottom:1px solid #eee; border-right:1px solid #eee;}
.feedback .qany{ margin-bottom:20px;}

/*底部推荐*/
.protj{ padding:30px 0; overflow:hidden;}
.protj h4{ font-size:16px; background-color:#194077; color:#fff; padding:5px 15px;}
.protj ul{ width:1200px; padding:30px 0 30px 30px; background-color:#fff; overflow:hidden;}
.protj ul li{ width:262.5px; margin-right:30px; float:left;}
.protj ul li a{ display:block; border:1px solid #eee; padding:4px; line-height:45px; text-align:center;}
.protj ul li a img{ width:100%; height:190px;}

/*底部版权*/
.whbox{ width:1200px; min-width:1200px; margin:0 auto; overflow:hidden;}
footer{ border-top:1px solid #eee; background:#fff; padding-top:30px;}
.ftnav{ width:50%; float:left;}
.ftnav dl{ width:32%; float:left;}
.ftnav dt{ font-size:15px;}
.ftnav dl p{ width:15px; height:1px; background:#999; margin:15px 0;}
.ftnav dd a{ color:#999; margin-right:15px; white-space:nowrap;}
.ftcon{ width:49%; float:right;}
.ftcon dl{ width:65%; float:left;}
.ftcon dl dt{ font-size:15px;}
.ftcon dl p{ width:15px; height:1px; background:#999; margin:15px 0;}
.ftcon dl dd{ color:#999;}
.ftcon dl dd img{ vertical-align:middle; border-radius:50px; margin-bottom:3px;}
.ftcon dl dd a{ margin-right:10px;}
.ftcon .ewm{ text-align:center; float:right;}
.ftcon .ewm img{ width:170px;}
.ftcopy{ background:#333; height:45px; line-height:45px; margin-top:28px;}
.ftcopy dl{ overflow:hidden;}
.ftcopy dl dt{ color:#999; float:left;}
.ftcopy dl dt a{ color:#999; margin-right:15px;}
.ftcopy dl dd{ color:#999; float:right;}
.ftcopy dl dd a{ color:#999; margin-left:15px;}
.ftcopy dl dd a img{ vertical-align:middle;}

/*滑动客服*/
.guide{ width:100px; border:3px solid #444; padding:10px 5px; background-color:#fff; position:fixed; right:0; bottom:50px; z-index:100; text-align:center;}
.guide a{ display:block; border-radius:5px;}
.guide img{ margin:10px 0;}
.guide span{ line-height:18px;}
.guide a.top{ border:1px solid #999; background:url(../images/gt.jpg) 15px center no-repeat; text-indent:15px; color:#555;}


/*分页*/
.pageinfo { text-align:center; color:#444; background-color:#fff;}
.pageinfo li{ display:inline-block; }
.pageinfo A { padding:4px 10px; margin:0 2px; color:#444; text-decoration:none; border:1px solid #E1E1E1; }
.pageinfo A:hover { color:#b00; border: 1px solid #b00; }
.pageinfo A:active { color:#b00; border: 1px solid #b00; }
.pageinfo SPAN.thisclass { padding:4px 10px; font-weight:bold; color:#fff; background-color:#b00; border:1px solid #b00; }
.pageinfo SPAN.pageinfo { padding:4px 10px; background-color:#fff; border:1px solid #E1E1E1; color:#444; }
.pageinfo SPAN.disabled { display:none}
.pageinfo SPAN.current { padding:4px 10px; border:1px solid #444; color:#fff; background-color:#444; }

.ftkn{ display:none;}
.ftnavmc{ display:none;}
}