﻿a
{
	font-family:Times New Roman,宋体;
	color:#000;
	text-decoration:none;
}
html,body,div {
	margin: 0;
	padding:0;
	font-size:12px;
	text-align:center;
	color:#4c4c4c;
	font-family:Times New Roman,宋体;
}
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #d0d6d8; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #d0d6d8; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #d0d6d8; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #d0d6d8; 
} 

.hide
{
	display:none;
}
.pa{position:absolute;z-index:100;}
.pr{position:relative;z-index:100;}


.fll{float:left;}
.flr{float:right;}
/*********************** 设置背景颜色 ****************************/
.bc-f0
{
	background-color:#f0f0f0;
}
.bc-36
{
	background-color:#363636;
}
.bc-000
{
	background-color:#000;
}
.bc-939798
{
	background-color:#939798;
}


/*********************** 设置字体 ****************************/
.ff00
{
	font-family:黑体;
}
.ff01
{
	font-family:微软雅黑;
}


.fs12
{
	font-size:12px;
}
.fs14
{
	font-size:14px;
}
.fs16
{
	font-size:16px;
}
.fs18
{
	font-size:18px;
}
.fs20
{
	font-size:20px;
}
/*********************** 设置行高 ****************************/
.lh20
{
	line-height:20px;
}
.lh30
{
	line-height:30px;
}

/*********************** 设置颜色 ****************************/
.c_01
{
	color:#c30f18;
}

.c_60
{
	color:#606060;
}
.c_fff
{
	color:#fff;
}

/*********************** 设置margin ****************************/
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}


.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mt2{margin-top:2px;}
.mt3{margin-top:3px;}
.mt5{margin-top:5px;}
.mt20{margin-top:20px;}
.mt10{margin-top:10px;}
.mt1{margin-top:1px;}
.fwb
{
	font-weight:bold;
}

/*********************** 设置边框 ****************************/
.br-0
{
border-right:1px solid #000;	
}
.br-f
{
border-right:1px solid #fff;	
}
.bb-4c
{
border-bottom:1px solid #4c4c4c;	
}


/*********************** 设置宽度 ****************************/
.w1024{width:1024px;}
.w100p{width:100%;}
.w145{width:145px;}
.w150{width:150px;}
.w155{width:155px;}
.w135{width:135px;}
.w125{width:125px;}
.w200{width:200px;}
.w180{width:180px;}
.w250{width:250px;}
.w230{width:230px;}
/*********************** 设置高度 ****************************/

.h100p{height:100%;}
.h60{height:60px;}
.h80{height:80px;}
.h180{height:180px;}
.h120{height:120px;}
.h260{height:260px;}
.h280{height:280px;}
.h300{height:300px;}
.h360{height:360px;}
.h380{height:380px;}
.h400{height:400px;}

.list-top
{
	display:block;
	height:20px;
	width:36px;
	background-image:url('../image/top.jpg');
	background-position:right center;
	background-repeat:no-repeat;
	margin-left:5px;
}

.maintop
{
	width:100%;
	height:26px;
	padding-top:4px;
	padding-bottom:3px;
	background-color:#939798;
	border-bottom:1px solid #ebebeb;
}
.maintopbody
{
	height:18px;margin:0 auto;line-height:18px;
}
.maintop span
{
	line-height:14px;
	color:#fff;
	font-family:黑体;
	font-size:14px;
}
.maintop a
{
	line-height:12px;
	margin-top:5px;
	color:#fff;
	font-size:12px;
}

.maintop a:hover
{
	color:#09348b;
	text-decoration:underline;
}

.mainlogo
{
	margin:0 auto;
	height:90px;
	padding-top:20px;
	padding-bottom:20px;
	width:1024px;
}

.logo
{
	height:90px;
	width:320px;
	background-image:url('../image/logo.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}
.logosearch
{
	margin-left:60px;
	margin-top:20px;
	height:44px;
	width:620px;
	border:1px solid #939798;
	border-radius:4px;
}
.logosearchtype
{
	height:44px;
	float:left;
	position:relative;
	z-index:999;
}

.logosearchtype .searchtypelink
{
	
	text-align:center;
	line-height:44px;
	color:#939798;
	display:inline-block;
	height:44px;
	padding-right:25px;
	padding-left:20px;
	background-image:url('../image/arrowdown_02.png');
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.logosearchtype .searchtext
{
	font-family:微软雅黑;
	font-size:14px;
	font-weight:normal;
}



.searchtypeul
{
	position:absolute;
	top:44px;
	left:5px;
	width:220px;
	margin:0px;
	padding:0px;
	background-color:#fff;
	border:1px solid #cac9c9;
	border-top:1px solid #939798;;
	box-shadow:0px 3px 5px rgba(0,0,0,0.2);
	display:none;
}

.searchtypeul li
{
	list-style:none;
	line-height:25px;
	float:left;
	width:100%;
	font-size:12px;
}
.searchtypeul li span
{
	width:20px;
	line-height:28px;
	height:28px;
	font-size:12px;
	text-align:center;
	color:#4c4c4c;
	padding-left:5px;
	padding-right:5px;
	float:left;
	display:block;
}
.searchtypeul li a
{
	font-size:14px;
	font-family:微软雅黑;
	list-style:none;
	line-height:28px;
	float:left;
	width:180px;
	padding-left:10px;
	font-size:12px;
	display:inline-block;
	text-align:left;
	color:#4c4c4c;
}
.searchtypeul li a:hover
{
	color:#fff;
	background-color:#939798;
}


.logosearch input
{
	margin-top:8px;
	background-color:#fff;
	border:none;
	border-left:1px solid #939798;
	line-height:25px;
	height:25px;
	width:350px;
	float:left;
	font-size:14px;
	margin-left:12px;
	padding-left:5px;
}

.keywordslink
{
	height:44px;
	width:95px;
	text-align:center;
	line-height:40px;
	background-color: #939798;
	color:#fff;
	margin-left:5px;
	font-size:16px;
	font-family:微软雅黑;
	letter-spacing:2px;	
	float:right;
	
}

.keywordslink:hover
{
	background-color: #bebebe;
	text-decoration:none;
	color:#fff;
}

.mainlogo .weixin
{
	margin-left:50px;
	margin-top:5px;
	height:80px;
	width:66px;
}

.mainmenu
{
	height:48px;
}
.mainmenu ul
{
	margin:0 auto;
	height:48px;
	width:1024px;
	padding:0;
	position:relative;
}
.mainmenuli
{
	width:100px;
	float:left;
	list-style:none;
	height:45px;
	text-align:center;
	border-top:1px solid #939798;
	border-bottom:2px solid #939798;
}

.mainmenuli:nth-last-child(1)
{
	width:524px;
}

.mainmenuli a
{
	line-height:45px;
	float:left;
	display:block;
	width:100%;
	border-right:1px solid #fff;
	color:#5d5d5d;
	font-family:黑体;
	font-size:14px;
}
.mainmenuli a:hover
{
	text-decoration:none;
	color:#09348b;
}
.menudetail
{
	position:absolute;
	left:0px;
	top:46px;
	height:100px;
	width:1024px;
	z-index:900;
	background-color:#fff;
	border:1px solid #939798;
	border-top-width:2px;
	box-shadow:0px 5px 8px rgba(0,0,0,0.3);
	display:none;
}
.bg_01 
{
	background-image:url("../image/bg_01.jpg");
	background-position:right center;
	background-repeat:no-repeat;
}
.bg_02 
{
	background-image:url("../image/bg_02.jpg");
	background-position:right center;
	background-repeat:no-repeat;
}


ul.menudetaillist2
{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	height:auto;
	margin-top:10px;
	
}
ul.menudetaillist2 li
{
	list-style:none;
	width:100%;
	float:left;
	font-family:微软雅黑;
	margin-top:10px;
	height:auto;
	border:none;
}
ul.menudetaillist2 li a
{
	display:inline-block;
	width:80%;
	line-height:22px;
	color:#0b328d;
	margin-left:30px;
	text-align:left;
	float:left;
	border:none;
	font-family:Times New Roman,微软雅黑;
}
ul.menudetaillist2 li a:hover
{
	color:#cd0202;
	text-decoration:underline;
}
ul.menudetaillist2 li p
{
	display:inline-block;
	width:80%;
	line-height:20px;
	padding:0px;
	margin:0px;
	margin-left:30px;
	color:#999;
	text-align:left;
	float:left;
	font-family:宋体;
}

ul.menudetaillist3
{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	height:auto;
	margin-top:10px;
	
}
ul.menudetaillist3 li
{
	list-style:none;
	width:510px;
	float:left;
	font-family:Times New Roman,微软雅黑;
	margin-top:5px;
	height:auto;
	border:none;
}
ul.menudetaillist3 li img
{
	margin-left:30px;
	width:60px;
	height:48px;
	float:left;
}
ul.menudetaillist3 li div
{
	float:left;
	margin-left:20px;
	width:400px;
}

ul.menudetaillist3 li div a
{
	display:inline-block;
	width:100%;
	line-height:22px;
	color:#0b328d;
	text-align:left;
	float:left;
	border:none;
	font-family:Times New Roman,微软雅黑;
}
ul.menudetaillist3 li div a:hover
{
	color:#cd0202;
	text-decoration:underline;
}
ul.menudetaillist3 li div p
{
	display:inline-block;
	width:100%;
	line-height:20px;
	padding:0px;
	margin:0px;
	color:#999;
	text-align:left;
	float:left;
	font-family:宋体;
}


a.menudetailmore
{
	color:#fff;
	float:left;
	background-color:#0b328d;
	border-radius:3px;
	line-height:20px;
	padding:3px 15px;
	display:inherit;
	width:auto;
	margin-left:30px;
	margin-top:20px;
}
a.menudetailmore:hover
{
	color:#fff;
	background-color:#cd0202;
}


.mainbody
{
	width:1024px;
	margin:0 auto;
	padding:0px;
}

.mainbodyborder
{
	width:1024px;
	margin:0 auto;
	padding:0px;
	margin-top:50px;
	border:1px solid #d8d8d8;
	background-color:#fff;
	margin-bottom:50px;
}


.maintitle
{
	padding-top:36px;
}

.maintitle ul
{
	float:left;
	width:1024px;
	margin:0 auto;
	padding:0px;
	height:120px;
}
.maintitle ul li
{
	width:250px;
	float:left;
	height:120px;
	list-style:none;
	margin-right:8px;
}
.maintitle ul li:nth-last-child(1)
{
	margin-right:0px;
}

.imgcircle
{
	width:56px;
	height:56px;
	float:left;
	padding:8px;
	padding-left:5px;
}

.imgcircle img
{
	width:100%;
	float:left; 
}
.maintitle ul li a
{
	display:inline-block;
	width:170px;
	float:left;
}


.maintitle ul li b
{
	float:left;
	width:100%;
	display:block;
	color:#013893;
	font-size:16px;
	font-family:黑体;
	text-align:left;
	letter-spacing:1px;
	font-weight:normal;
}
.maintitle ul li p
{
	width:100%;
	float:left;
	color:#b8b8b8;
	text-align:left;
	line-height:18px;
	padding:0px;
	margin-top:5px;
	margin-bottom:0px;
}

.icolink
{
	display:block;
	width:40px;
	height:18px;
	line-height:18px;
	-moz-border-radius:9px;     
    -webkit-border-radius:9px;
    border-radius:9px;  
    background-color:#dfdede;
    text-align:center;
    float:right;
    margin-right:20px;
}
.icolink:hover
{
	width:50px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.proul
{
	float:left;
	width:1024px;
	margin:0px;
	padding:0px;
	background-color:#e7e7e7;
	padding-bottom:4px;
}

.proul li
{
	width:252px;
	float:left;
	list-style:none;
	margin-left:3px;
	background-image:url("../image/listbg_2.png");
	background-position:top center;
	background-repeat:no-repeat;
}
.proul li:hover
{
	background-image:url("../image/listbg_1.png");
}

.proul .pro-title
{
	height:52px;
	float:left;
	width:100%;
	text-align:center;
	font-family:微软雅黑;
	font-size:16px;
	line-height:38px;
	color:#fff;
}
.proul .pro-body
{
	width:100%;
	height:266px;
	background-color:#fff;
	float:left;
}

.proul .pro-body h5
{
	color:#cd0202;
	font-size:12px;
	float:left;
	text-align:left;
	padding:7px;
	margin:0px;
	width:238px;
	padding:0px;
	padding-top:2px;
	padding-left:7px;
	padding-right:7px;
	line-height:26px;
}
.proul .pro-body img
{
	padding:6px;
	float:left;
}
.proul .pro-body p
{
	color:#666666;
	font-family:宋体;
	font-size:12px;
	float:left;
	text-align:left;
	padding:7px;
	margin:0px;
	width:238px;
	line-height:26px;
	padding:0px;
	padding-left:7px;
	padding-right:7px;
}

.proul .pro-body .morelink
{
	float:right;
	padding-right:20px;
	color:#013893;
	padding-left:20px;
	background-image:url("../image/more_1.png");
	background-position:center left;
	background-repeat:no-repeat;
	line-height:24px;
	margin-top:8px;
}

.proul .pro-body .morelink:hover
{ 
	background-image:url("../image/more_2.png");
	color:#cd0202;
}
.proul .pro-body ul
{
	padding:0px;
	margin:0px;
	float:left;
	width:228px;
	margin-left:10px;
	padding:0px;
	padding-top:2px;
	padding-left:7px;
	padding-right:7px;
}

.proul .pro-body ul li
{
	line-height:26px;
	width:100%;
	float:left;
	background-image:none;
	text-align:left;
	list-style-type:disc;
	color:#666666;
}
.proul .pro-body ul.nodisc 
{
	padding:0px;
	margin:0px;
	float:left;
	width:238px;
	padding:0px;
	padding-top:2px;
	padding-left:7px;
	padding-right:7px;
}

.proul .pro-body ul.nodisc li
{
	line-height:26px;
	width:100%;
	float:left;
	background-image:none;
	text-align:left;
	color:#666666;
	list-style:none;
}

.proul .pro-body ul li a
{ 
	color:#666666;
}
.proul .pro-body ul li a:hover
{ 
	color:#cd0202;
}

.brandbg
{
	background-image:url("../image/brandbg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}
.mainbrandlist
{
	float:left;
	width:1000px;
	margin:0px;
	padding:0px;
	padding-left:12px;
	padding-right:12px;
	padding-top:60px;
}
.mainbrandlist li 
{
	list-style:none;
	width:160px;
	height:120px;
	float:left;
	background-color:Aqua;
	margin:20px;
}

.mainbrandlist li img
{
	width:160px;
	height:120px;
	float:left;
}
.bottom
{
	border-top:2px solid #09348b;
	background-color:#939798;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	line-height:20px;
}



.bottom-titlelist
{
	padding:0px;
	margin:0px;
	float:left;
	height:60px;
	line-height:60px;
	width:1024px;
}
.bottom-titlelist li
{
	width:155px;
	padding-left:30px;
	text-align:left;
	height:60px;
	line-height:60px;
	float:left;
	font-size:16px;
	color:#fff;
	font-family:黑体;
	list-style:none;
}
.bottom-content
{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:30px;
	padding-top:10px;
	border-right:1px solid #6f6f6f;
}
.bottom-content li
{
	line-height:16px;
	list-style:none;
	text-align:left;
	margin-top:10px;
	color:#a3a4a4;
}
.bottom-content li a
{
	padding-left:15px;
	color:#a3a4a4;
	background-image:url('../img/arrow-02.png');
	background-position:left center;
	background-repeat:no-repeat;
}

.bottom-content li a:hover
{
	color:#fff;
	text-decoration:underline;
}

.subleft
{
	width:230px;
	float:left;
}
.subleft-title
{
	width:210px;
	float:left;
	height:20px;
	line-height:20px;
	color:#444;
	font-size:15px;
	text-align:left;
	font-weight:bold;
	font-family:微软雅黑;	
}

.subleft-list
{
	padding:0px;
	margin:0px;
	float:left;
	width:100%;
	padding-bottom:20px;
	padding-top:10px;

}

.subleft-list li
{
	list-style:none;
	width:100%;
	float:left;
	text-align:left;
}
.subleft-list li span
{
	width:20px;
	line-height:28px;
	height:28px;
	font-size:12px;
	text-align:center;
	color:#4c4c4c;
	padding-right:5px;
	float:left;
	display:block;
}

.subleft-list li a
{
	color:#013893;
	line-height:26px;
	text-align:left;
	font-size:13px;
	font-family:微软雅黑;
	float:left;
	margin-left:10px;
}

.subleft-list li i
{
	color:Red;
	font-weight:bold;
	float:left;
	margin-left:10px;
	line-height:26px;
	font-style:normal;
	font-family:Times New Roman;
}


.subleft-list li a:hover
{
	color:#cd0202;
	text-decoration:underline;
}

.subleft-list li a.current
{
	background-color: #e4e4e4;
	color:#c30f18;
}


.subleft-newslist
{
	padding:0px;
	margin:0px;
	float:left;
	width:100%;
	padding-bottom:20px;
	padding-top:10px;

}

.subleft-newslist li
{
	list-style:none;
	width:100%;
	float:left;
	text-align:left;
	padding-top:5px;
	padding-bottom:6px;
}
.subleft-newslist li span
{
	width:14px;
	line-height:20px;
	height:20px;
	font-size:12px;
	text-align:center;
	color:#4c4c4c;
	float:left;
	display:block;
}
.subleft-newslist li a
{
	color:#013893;
	line-height:20px;
	text-align:left;
	font-size:12px;
	float:left;
	margin-left:2px;
	width:200px;
	display:block;
}
.subleft-newslist li a:hover
{
	color:#cd0202;
	text-decoration:underline;
}

.subleft-newslist li a.current
{
	background-color: #e4e4e4;
	color:#c30f18;
}



.subright
{
	width:780px;
	float:left;
	/**border-left:1px solid #939798;
	border-right:1px solid #939798;**/
	border-left:1px solid #c9cfd1;
	border-right:1px solid #b4babb;
	border-top:none;
	padding-left:5px;
	padding-right:5px;
min-height:400px;
}

.sublinkline
{
	width:100%;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
	background-image:url("../image/Ybg.png");
}
.sublinkline label
{
	float:left;
	line-height:20px;
	color:#666666;
	background-color:#fff;
}
.sublinkline .spanarrow 
{
	line-height:20px;
	display:block;
	width:20px;
	height:20px;
	background-image:url("../image/right-arr.png");
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	margin:0px 5px;
}
.sublinkline a
{
	float:left;
	color:#013893;
	line-height:20px;
	background-color:#fff;
}

.sublinkline a:hover
{ 
	color:#cd0202;
	text-decoration:underline;
}
.subright-title
{
	padding-top:20px;
	padding-left:40px;
	font-size:32px;
	text-align:left;
	font-family:微软雅黑;
	float:left;
}

.subright-title-s
{
	padding-left:30px;
	padding-top:20px;
	font-size:24px;
	font-family:微软雅黑;
	float:left;
	width:700px;
	text-align:center;
}

.subright-brief
{	padding-left:30px;
	float:left;
	width:700px;
	color:#c5c5c5;
	font-size:12px;
	text-align:center;
	margin-top:20px;
}

.subright-content-n
{
	padding-left:30px;
	width:700px;
	padding-top:10px;
	float:left;
	text-align:left;
	line-height:30px;
	padding-bottom:30px;
}

.subright-content
{
	padding-left:30px;
	width:660px;
	padding-top:20px;
	float:left;
	text-align:left;
	line-height:30px;
	padding-bottom:30px;
}

.subnewslist
{
	padding:0px;
	margin:0px;
	width:660px;
	float:left;
	padding-left:20px;
	text-align:left;
}

.subnewslist li
{
	width:660px;
	float:left;
	line-height:20px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	list-style:none;
}

.subnewslist li img
{
	width:80px;
	height:60px;
	border:1px solid #ddd;
	margin-right:10px;
	float:left;
}
.subnewslist li a
{
	color:#4c4c4c;
	float:left;
}
.subnewslist li a:hover
{
	text-decoration:underline;
	color:#c30f18;
}
.subnewslist li span
{
	float:right;
	margin-right:10px;
	color:#8e8e8e;
}
.subnewslist li i
{
	float:left;
}
.subnewslist li p
{
	float:left;
	width:500px;
	padding:0px;
	margin:0px;
	margin-top:5px;
	line-height:20px;
	color:#888;
}


/*页码*/
.pages{float:left;width:100%;margin: 0 auto;overflow: hidden;min-height: 0;zoom:1;padding:20px 0;line-height: 30px;}
.pages a, .pages span{margin:0 2px;color:#777;height:30px;line-height:30px;padding:0 11px;display:inline-block;_zoom:1;overflow: hidden;vertical-align: middle;font-size:14px;}
.pages .on,.pages a:hover{color:#c30f18;text-decoration:underline;font-weight:bold;}
.pages span.current{color:#013893;font-weight:bold;}
.pages input,.pages button {width: 38px;height: 30px;text-align: center;background: none;color: #777;}
.pages input {margin: 0 6px;line-height: 30px;}
.pages button {width: 51px;height: 32px;}



.subactlist
{
	padding:0px;
	margin:0px;
	width:660px;
	float:left;
	padding-left:10px;
	text-align:left;
}

.subactlist li
{
	width:660px;
	float:left;
	line-height:20px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	list-style:none;
}

.subactlist li img
{
	width:100px;
	height:75px;
	border:1px solid #ddd;
	margin-right:10px;
	float:left;
}
.subactlist li a
{
	color:#013893;
	float:left;
	font-weight:bold;
	font-size:14px;
}
.subactlist li a:hover
{
	text-decoration:underline;
	color:#c30f18;
}
.subactlist li span
{
	float:right;
	margin-right:10px;
	color:#8e8e8e;
	font-family:Times New Roman;
}
.subactlist li i
{
	float:left;
}
.subactlist li p
{
	float:left;
	width:540px;
	padding:0px;
	margin:0px;
	margin-top:10px;
	line-height:20px;
	color:#888;
}



.subproduct
{
	width:700px;
	float:left;
	padding-left:10px;
	text-align:left;
	padding-top:20px;
}

.subproduct img
{
	width:160px;
	height:120px;
	float:left;
	margin-left:10px;
}
.subproduct div.title
{
	float:left;
	font-family:微软雅黑 Times New Roman;
	letter-spacing:1px;
	font-size:24px;
	color:#013893;
	width:450px;
	margin-left:40px;
	line-height:24px;
	text-align:left;
	margin-top:10px;
}
.subproduct div.remark
{
	float:left;
	font-size:12px;
	width:450px;
	margin-left:40px;
	line-height:20px;
	text-align:left;
	margin-top:20px;
}

.subproduct div.mainlink
{
	float:left;
	font-size:12px;
	width:450px;
	line-height:20px;
	text-align:left;
	margin-top:20px;
}
.subproduct div.mainlink a
{
color:#013893;
}

.subproduct div.mainlink a:hover
{
color:#c30f18;
}

.subproductlist
{
	width:700px;
	float:left;
	padding-left:10px;
	text-align:left;
	padding-top:30px;
	margin-bottom:30px;
}


.prolisttable
{
	width:760px;
	line-height:20px;
	border:1px solid #e4e4e4;
	margin-top:10px;
	float:left;
	
}

.prolisttable tr:nth-child(2n)
{
	background-color:#fff;
}
.prolisttable tr:nth-child(2n+1)
{
	background-color:#f8f8f8;
}

.prolisttable tr td
{
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	line-height:20px;
	cursor:default;
}
.prolisttable tr td:last-child
{
	border-right:none;
	text-align:center;
}
.prolisttable tr:last-child td
{
	border-bottom:none;
}
.prolisttable tbody tr:hover
{
	background-color:#aebed9;
	color:#fff;
}



.prolisttable tr.header
{
	background-color:#e5e5e5;
	font-family:微软雅黑;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	color:#013893;
}
.prolisttable tr.header td
{
	line-height:24px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.prolisttable a:hover
{
	color:#c30f18;
	text-decoration:underline;
}
.prolisttable a.btn
{
	color:#666;
	margin-left:20px;
}
.prolisttable a.btn:hover
{
	color:#c30f18;
	text-decoration:underline;
}
