@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: Microsoft YaHei,微软雅黑;
    color: #333;
    text-align: center;
	min-width:1200px;
}
table {
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 14px;
}
td {
    word-break: break-all;
	vertical-align:middle;
}
tr {
    vertical-align: top;
}
a{
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s
	}
a:link, a:visited {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #272783;
}
img {
    vertical-align: middle;
    border: 0px none;
}
hr {
    height: 1px;
    border: 0;
    color: #CCCCCC;
	background:#ccc;
    overflow: hidden;
    margin:0 auto;
}
ul {
    list-style-image: none;
    list-style-type: none;
}
li, p {
}
.hide {
    display: none;
}
h1 {
    font-size: 13px;
}
h2, h3, h4, h5 {
    font-size: 14px;
    display: inline;
}
ul.nl {
	list-style-type:none;
}
ul.nl li {
    line-height: 28px;
	height:28px;
	*line-height: 28px;
	*height:28px;
	text-indent:20px;
    clear: both;
    overflow: hidden;
    text-align: left;
	font-size: 14px;
	background:url(../images/zl_65.gif) 10px center no-repeat;
}
ul.nl li.newsLine {
    overflow: hidden;
    height: 5px;
    line-height: 5px;
	font-size:0;
	background:none;
	font-size:0;
	border-top:1px dashed #ccc;
}
.line {
    height: 1px;
    border-bottom: 1px dashed #ccc;
    margin: 10px auto;
    overflow: hidden;
}
ul.nl li .addTime {
    float: right;
    color: #333;
}
.addTime {
    float: right;
    color: #333;
	margin-right:5px;
	display:inline;
}
form {
    display: inline;
}
input {
    font-family:Microsoft YaHei,微软雅黑;
    font-size: 14px;
}
textarea {
    font-size: 14px;
    font-family:Microsoft YaHei,微软雅黑;
    color: #333;
    border: 1px solid #CCCCCC;
    background: #F9F9F9;
    height: 100px;
}
select {
    font-size: 14px;
    font-family:Microsoft YaHei,微软雅黑;
    color: #333;
    background-color: #FFFFFF;
}
#wrapper {
    text-align: left;
}
#mainWrapper {
    margin:20px auto;
    clear: both;
	width:1200px;
}
.clear{height:0; overflow:hidden; clear:both; font-size:0;}
.fl{float:left;}
.fr{float:right;}
.cl{height: 0px; clear: both; overflow: hidden; font-size:0;zoom:1;}
.mar,.w1200{ width:1200px; margin:0 auto;}
.imgt{transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;}
.imgt:hover {
transform: scale(0.9, 0.9);
-ms-transform:scale(0.9, 0.9); /* IE 9 */
-moz-transform:scale(0.9, 0.9); /* Firefox */
-webkit-transform:scale(0.9, 0.9); /* Safari 和 Chrome */
-o-transform:scale(0.9, 0.9); /* Opera */
	}
.hr{ font-size:0; height:1px; line-height:0; background:#ccc;}


#toptxt{ height:30px; line-height:30px; background:#eee; color:#999; font-size: 14px;}
#toptxt a{ color:#999;}

#nav{ height:50px; background:url(../images/home_10.jpg) repeat-x; position:relative; z-index:2;}
#nav li{ float:left; position:relative;}
#nav li:hover{ background:#272783;}
#nav li a{ font-weight:bold; font-size:14px; display:block; height:48px; line-height:48px; width:150px; text-align:center;}
#nav li a:hover{ background:#272783; color:#fff; }
#nav li:hover a{ color:#fff;}
#nav li ul{ position:absolute; left:0; top:48px; display:none; border-top:2px solid #999999;}
#nav li:hover ul{ display:block; background:#ccc;}
#nav li ul a{ font-weight:normal;}
#nav li:hover ul a{ color:#333;}
#nav li ul a:hover{ color:#fff;}

.bannerh{width:100%;overflow:hidden;height:480px;position:relative; z-index:1; background:#eee;}
.bannerh .banList{position:absolute;left:50%;margin-left:-960px;height:480px}
.bannerh .banList li{height:480px;opacity:0;position:absolute;/*transform:scale(0);*/transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.bannerh .banList li.active{opacity:1;/*transform:scale(1);*/z-index:2;}
.bannerh .fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1200px;margin-left:-600px}
.bannerh .jsNav{text-align:center;}
.bannerh .jsNav a{display:inline-block;background:#cccccc;width:20px;height:20px; font-size:0; line-height:20px; margin:0 1px; color:#fff;}
.bannerh .jsNav a.current{background:#272783;cursor:pointer}
.banner{ background:#f5f5f5 url(../images/banner.jpg) center top repeat-x; height:250px; border-bottom:3px solid #eee;}

#search{ height:24px; line-height:24px; overflow:hidden; color:#999; padding:7px 0; font-size: 14px;}
#search a{ color:#999;}
#search .fr{ width:290px; height:22px; border:1px solid #ccc; border-radius:5px;}
#search .se1{ width:260px; color:#999; border:none; height:22px; line-height:22px;outline:none; font-size: 14px;}
#search .se2{ width:20px; border:none; cursor:pointer; background:url(../images/home_17.jpg) no-repeat;}

#body1{ margin-top:35px;}
#body1 .title{ margin-bottom:20px; line-height:24px;}
#body1 .title .fl{ font-size:24px; font-weight:bold;}
#body1 .title .fr{ margin-left:20px; display:inline;}
#body1 .body_01{ float:left; margin-right:36px; padding-bottom:43px; background:url(../images/home_35.jpg) left bottom repeat-x;}
#body1 .body_01 .border{ width:580px; border:1px solid #eee;}
#body1 .body_01 .fr{ width:245px; height:180px; border-left:1px solid #eee; margin-top:33px; margin-right:20px; padding-left:20px; line-height:180%; font-size:14px;}
#body1 .body_01 .fr h4{ background:#eee; height:24px; line-height:24px; text-indent:10px; font-weight:normal; display:block; margin-bottom:5px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#body1 .body_01 .fr a{ color:#ff0000;}

#body1 .rollBox{ height:291px; }
#body1 .LeftBotton{ width:24px; height:24px;overflow:hidden;float:right;display:inline;cursor:pointer; background:url(../images/home_21.jpg) left center no-repeat; margin-right:5px;}
#body1 .RightBotton{ width:24px; height:24px;overflow:hidden;float:right;display:inline;cursor:pointer; background:url(../images/home_23.jpg) right center no-repeat;}
#body1 .rollBox .Cont{ width:1200px; height:291px;overflow:hidden;float:left; }
#body1 .rollBox .ScrCont{width:800%;}
#body1 .rollBox #List1,#body1 .rollBox #List2{float:left;}

#body2{ background:#f5f5f5 url(../images/home_41.jpg) left bottom repeat-x; padding-bottom:25px; margin-bottom:25px;}
#body2 .title{ height:60px; line-height:60px; background:#eee;}
#body2 .title .fl{ font-size:18px; font-weight:bold; text-indent:15px;}
#body2 .title .fr{ background:#fff; width:240px; height:40px; line-height:40px; margin-right:15px; margin-top:10px; display:inline; text-align:center; color:#272783;}
#body2 .title .fr span{ font-size:18px; font-weight:bold;}
#body2 .con .fr{ width:600px; margin-top:40px; font-size:18px; line-height:150%;}
#body2 .con .fr span{ font-size:24px; font-weight:bold;}
#body2 .con .fr h5{ display:block; font-weight:bold; font-size:18px; margin-top:5px; border:1px solid #ccc; width:410px; height:36px; line-height:36px; text-align:center;}
#body2 .con .fr h5 span{ font-size:18px; color:#272783;}

#body3{ background:url(../images/home_1bgyy_c.png) center top repeat-y; font-size:14px;}
#body3 .title{ padding:9px 0 0; background:url(../images/home_1bgyy_t.png) center top no-repeat;}
#body3 .title .mar{ height:80px; background:#eee; border-bottom:3px solid #eeeeee; text-align:center; font-size:14px; line-height:100%;}
#body3 .title .mar h4{ font-size:24px; font-weight:bold; display:block; padding-top:20px;}
#body3 .body3_1{ width:1164px; margin:18px auto 0; height:334px; background:#f9f9f9 url(../images/home_45.jpg) right top no-repeat;}
#body3 .body3_2{ width:584px; padding-left:580px; margin:0 auto; height:340px; background:#f5f5f5 url(../images/home_52.jpg) left top no-repeat;}
#body3 .body3_3{ width:1164px; margin:0 auto; height:341px; background:#f1f1f1 url(../images/home_55.jpg) right top no-repeat;}
#body3 .bottom{ height:18px; padding:0 0 9px; background:url(../images/home_1bgyy_b.png) center bottom no-repeat;}
#body3 .body3_1_1{ width:530px; padding-top:30px; margin-left:20px; border-bottom:1px solid #ccc; padding-bottom:5px;}
#body3 .body3_1_1 span{ background:url(../images/home_48.png) no-repeat; width:62px; height:62px; line-height:62px; font-size:30px; color:#272783; float:left; text-align:center; margin-right:25px; display:inline;}
#body3 .body3_1_1 h5{ font-size:24px; font-weight:bold; display:block; padding-top:10px;}
#body3 .body3_1_2{ width:530px; margin-left:20px; line-height:24px; padding-top:5px;}

#body4{ margin-top:35px; margin-bottom:30px;}
#body4 .title{ margin-bottom:20px; line-height:24px;}
#body4 .title .fl{ font-size:24px; font-weight:bold;}
#body4 .title .fr{ margin-left:20px; display:inline;}
#body4 .body4_01{ float:left; width:278px; height:208px; padding:10px 10px 0;  border:1px solid #eee; text-align:center;}
#body4 .body4_01:hover{ border:1px solid #ccc;}
#body4 .body4_01 h4{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-variant:normal; font-weight:normal;}

#body4 .LeftBotton{ width:24px; height:24px;overflow:hidden;float:right;display:inline;cursor:pointer; background:url(../images/home_21.jpg) left center no-repeat; margin-right:5px;}
#body4 .RightBotton{ width:24px; height:24px;overflow:hidden;float:right;display:inline;cursor:pointer; background:url(../images/home_23.jpg) right center no-repeat;}
#body4 .rollBox{ height:220px;}
#body4 .rollBox .Cont{ width:1200px; height:220px;overflow:hidden;float:left; }
#body4 .rollBox .ScrCont{width:800%;}
#body4 .rollBox #List1t,#body4 .rollBox #List2t{float:left;}

#body5{ background:#f5f5f5 url(../images/home_41.jpg) left bottom repeat-x; padding-bottom:55px; margin-bottom:25px;}
#body5 .title{ border-bottom:1px solid #fff;}
#body5 .title .fl{ font-size:18px; line-height:100%; padding-top:30px; padding-bottom:12px;}
#body5 .title .fl h4{ font-size:24px; display:block; font-weight:bold; margin-bottom:7px;}
#body5 .title .fr{ background:#fff; width:240px; height:40px; line-height:40px; margin-right:15px; margin-top:25px; display:inline; text-align:center;}
#body5 .body5_1{ padding:20px 0;}
#body5 .body5_1 li{ float:left; background:url(../images/home_58.jpg) 5px center no-repeat; padding-left:38px; width:162px; font-size:18px;}
#body5 .body5_2{ background:#ffffff;}
#body5 .body5_2 li{ float:left; padding:10px 0 10px 40px; width:258px; border-right:2px solid #f5f5f5; display:inline; color:#666;}
#body5 .body5_2 li img{ float:left; margin-right:12px; display:inline;}
#body5 .body5_2 li h5{ display:block; font-size:24px; font-weight:bold; color:#666; padding-top:5px;}

#body6{ background:url(../images/home_1bgyy_c.png) center top repeat-y; margin-bottom:35px;}
#body6 .body6_t{ padding:9px 0 0; background:url(../images/home_1bgyy_t.png) center top no-repeat;}
#body6 .body6_b{ padding:0 0 9px; background:url(../images/home_1bgyy_b.png) center bottom no-repeat;}
#body6 .mar{ background:#eee;}
#body6 .body6_1{ width:370px; height:430px;}
#body6 .body6_1 .title{ margin:18px 10px 0; border-bottom:1px solid #ccc; padding-bottom:4px;}
#body6 .body6_1 .title .fl{ font-size:18px; font-weight:bold;}
#body6 .body6_2{ width:790px; height:360px; overflow:hidden; line-height:250%; margin-right:10px; display:inline;}
#body6 .body6_2 .title{ border-bottom:1px solid #ccc; margin-bottom:58px; padding-top:10px;}
#body6 .body6_2 .title .fl{ font-size:18px; font-weight:bold;}
#body6 .body6_2 .img{ float:left; margin-right:25px; display:inline;}

.bannerh2{width:350px;overflow:hidden;height:360px;position:relative; z-index:1; background:#fff; margin:10px;}
.bannerh2 .banList{position:absolute;left:0%;height:360px}
.bannerh2 .banList li{width:330px; height:340px;opacity:0;position:absolute;/*transform:scale(0);*/transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1; padding:10px;}
.bannerh2 .banList li.active{opacity:1;/*transform:scale(1);*/z-index:2;}
.bannerh2 .fomW{position:absolute;bottom:10px;height:15px;z-index:9; right:10px;}
.bannerh2 .jsNav{text-align:center;}
.bannerh2 .jsNav a{display:inline-block;background:#cccccc;width:15px;height:15px; font-size:12px; line-height:15px; margin:0 1px; color:#fff;}
.bannerh2 .jsNav a.current{background:#272783;cursor:pointer}

#body7{ margin-bottom:60px;}
#body7 .title{ margin-bottom:18px;}
#body7 .title .fl{ font-size:24px; font-weight:bold;}
#body7 .body7_1{ width:575px;}
#body7 .body7_1 .con{ background:#eee;}
#body7 .body7_1 .con .fl{ border:1px solid #eee; background:#fff; padding:8px;}
#body7 .body7_1 .con .fr{ width:340px; margin-right:20px; display:inline; line-height:200%; padding-top:15px;}
#body7 .body7_1 .con .fr h5{ font-weight:bold; display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#body7 .body7_1 .con .fr p{ height:56px; overflow:hidden;}
#body7 .body7_1 .con .fr a{ color:#272783;}
#body7 .body7_2{ width:570px;}
#body7 .body7_2 .con{ width:570px; overflow:hidden;}
#body7 .body7_2 li{ float:left; border:1px solid #eee;}
#body7 .body7_2 li:hover{ border:1px solid #ccc;}

#body8{ background:#f5f5f5 url(../images/home_41.jpg) left bottom repeat-x; margin-bottom:30px;}
#body8 .mar{ padding:40px 0 65px; background:url(../images/home_87.jpg) right top no-repeat;}
#body8 .fl p{ margin-top:5px; height:38px; line-height:38px; background:#fff; text-align:center;}
#body8 .fl p span{ font-size:18px; font-weight:bold;}
#body8 .fr{ width:755px;}
#body8 .fr .title{ font-size:18px; margin-bottom:10px;}
#body8 .fr .title h5{ display:block; font-size:24px; font-weight:bold;}
#body8 .fr .input{ width:290px; height:20px; line-height:20px; margin:4px 0; padding-left:10px; color:#999;}
#body8 .fr textarea{ width:290px; height:55px; line-height:22px; margin:4px 0; padding-left:10px; color:#999;}
#body8 .fr .submit{ margin-left:50px; padding:0 10px; cursor:pointer;}


#body8 .rollBox{ width:380px; height:215px; padding:10px; background:#fff; position:relative; }
#body8 .LeftBotton{ width:20px; height:20px;overflow:hidden;cursor:pointer; background:url(../images/home_90.jpg) left center no-repeat; position:absolute; right:30px; top:5px;}
#body8 .RightBotton{ width:20px; height:20px;overflow:hidden;cursor:pointer; background:url(../images/home_92.jpg) right center no-repeat;position:absolute; right:5px; top:5px;}
#body8 .rollBox .Cont{ width:380px; height:215px;overflow:hidden;}
#body8 .rollBox .ScrCont{width:1800%;}
#body8 .rollBox #List1t2,#body8 .rollBox #List2t2,#body8 .rollBox #List1t2 a,#body8 .rollBox #List2t2 a{float:left;}

#body9{ margin-bottom:35px;}
#body9 .body9_1{ width:378px; border:1px solid #eee;}
#body9 .body9_1 .title{ height:36px; line-height:36px; background:#eee; padding:0 5px;}
#body9 .body9_1 .title .fl{ font-size:18px;}
#body9 .body9_1 .con{ padding:10px 15px 20px; height:365px;}
#body9 .body9_1 ul li{ border-bottom:1px solid #eee; line-height:30px; padding:6px 0;}
#body9 .body9_1 ul li a{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#body9 .body9_1 ul li a span{ background:#666666; color:#fff; padding:1px 3px;}
#body9 .body9_1 ul li p{ font-size:12px; color:#999; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#body9 .body9_1 ul li p span{ background:#272783; color:#fff; padding:1px 3px;}
#body9 .body9_2{ width:800px;}
#body9 .body9_2 .title{ height:36px; line-height:36px; background:#eee; padding:0 5px 0 0;}
#body9 .body9_2 .title .fl{ font-size:18px;}
#body9 .body9_2 .title .fl a{ float:left; width:200px; text-align:center;}
#body9 .body9_2 .title .fl a.cur{ background:#ccc;}
#body9 .body9_2 .con{ margin:20px 0 10px; line-height:26px;}
#body9 .body9_2 .con h5{ display:block; font-weight:bold; font-size:14px;}
#body9 .body9_2 .con img{ float:left; margin-right:30px; display:inline; border:1px solid #eeeeee;}
#body9 .body9_2 li{ float:left; width:370px; margin-right:15px; line-height:30px; background:url(../images/home_98.jpg) left center no-repeat; padding-left:12px; display:inline; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

#link{ background:url(../images/home_1bgyy_c.png) center top repeat-y; margin-bottom:35px;}
#link .link_t{ padding:9px 0 0; background:url(../images/home_1bgyy_t.png) center top no-repeat;}
#link .link_b{ padding:0 0 9px; background:url(../images/home_1bgyy_b.png) center bottom no-repeat;}
#link .mar{ background:#cccccc;}
#link .fl{ background:url(../images/home_102.jpg) center center no-repeat; width:100px; height:99px;}
#link .fr{ width:1080px; padding:10px; background:#fff; *height:99px; min-height:99px; }

#footer{ border-top:5px solid #ccc; background:#222222; color:#cccccc; padding:40px 0; line-height:30px;}
#footer a{ color:#cccccc;}
#footer a:hover{ color:#fff;}
#footer dt{ font-weight:bold; font-size:16px; padding-left:10px;}
#footer .fl{ width:210px; padding-left:40px;}
#footer .footer1 a,#footer .footer2 a{ background:url(../images/home_106.jpg) left center no-repeat; padding-left:10px;}
#footer .footer3{ width:400px;}
#footer .footer3 dt{ padding:0;}
#footer .fr{ text-align:center; margin-right:25px; display:inline;}

#copy{ border-top:1px dotted #666; height:50px; line-height:50px; background:#222222; color:#cccccc;}
#copy a{ color:#cccccc;}
#copy a:hover{ color:#fff;}

#left{
	width:280px;
	float:left;
	display:inline;
	}
#right{
	width:880px;
	float:right;
	background:#fff;
	display:inline;
	overflow:hidden;
	}
.proli li{ border-bottom:1px dashed #ccc; padding-bottom:15px;}	
/*left*/
.fl_left{ background:#f5f5f5;}
.fl_left dt{ height:40px; line-height:40px; background:#272783; color:#fff; text-align:center; font-size:16px; font-weight:bold;text-transform : uppercase;}
.fl_left dd{ padding:5px 0 10px;}
.fl_left li{ border-bottom:1px dashed #ccc; line-height:25px; padding:5px 0;}
.fl_left li a{ background:url(../images/plus.gif) no-repeat 10px;display:block; overflow:hidden;  padding-left:32px; font-weight:bold; text-align:left; font-size: 14px;}
.fl_left li ul{}
.fl_left li ul li{ border:none; height:16px; line-height:16px; padding:0;}
.fl_left li ul a{ background:none; padding-left:38px; font-weight:normal; border-bottom:none; font-size: 12px; color:#666;}


.lx_left{ margin-top:20px; background:#f5f5f5;}
.lx_left dt{ height:40px; line-height:40px; background:#272783; color:#fff; text-align:center; font-size:16px; font-weight:bold; text-transform : uppercase;}
.lx_left dd{
	padding:10px 0 0 0;
	line-height:28px;
	text-align:left;
	}

.siteMapPath{
	height:39px;
	line-height:39px;
	overflow:hidden;
	font-size: 14px;
	color:#333;
	border-bottom:1px solid #333333;
}
.siteMapPath strong{
	color:#333333;
	font-weight:normal;
	}
.siteMapPath_l{
	background:url(../images/cp_zs.png) left center no-repeat;
	float:left;
	font-weight:normal;
	color:#333333;
	padding:0 25px;
	display:inline;
	font-size:16px;
	overflow:hidden;
	font-weight:bold;
	}
.siteMapPath_l a{
	color:#333333;
	
	}
.siteMapPath_r{
	float:right;
	display:inline;
	}
.siteMapPath_r a{
	color:#333;
	}
.mm{
	margin-bottom:15px;
	}
.pack{
	padding:20px 10px;
	line-height:200%;
	}
.pack2{
	padding:20px 10px;
	line-height:200%;
	}
.tt{
	background:#eee; 
	width:960px;
	padding:5px 0;
	margin:20px 0; 
	display:block; 
	margin-top:25px; 
	font-weight:bold;
	text-indent:5px;
	}
.otherul li{
	float:left;
	width:460px;
	height:170px;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
	display:inline;
	}

#menu li ul li a:hover {
}

.tjskl-sidebar{ width:170px;}

.tj_submain{border-bottom: 0; z-index:10; position:relative; width:170px; font-weight: normal;}
#submain_hidden{ border-top:0; display: none;}
.bsb{ border-bottom:1px solid #c8d2e5;border-top:0; }
.tj_submain li { }
.tj_submain li a{width:170px; display:inline-block;line-height:38px;}
.tj_submain li a.on{ border-top:1px solid #43cdcd;width:140px; overflow:hidden; position: relative; z-index:90;line-height:37px;}
.tj_submain span{position: absolute; top:0; left:150px; z-index: 1; background-color:#eaf5f2; border: #43cdcd solid 1px; display: none;}
.tj_submain span a{ display: block; line-height: 22px; text-indent:25px; background:url(../menu_li_li.jpg) 10px 3px no-repeat;}
.tj_submain span a:hover{background:#FFFAE2; background:#ebf0f5;text-decoration:none;}

.tj_submain ul li{ float:left; margin-right:10px;}
.tj_submain ul li span a{text-decoration:none;}
.tj_submain ul li span a:hover{ color:#f60; }

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }


.clearfix{clear:both;height:1%;display:table;display:inline-block;}
.clearall{overflow:hidden;_zoom:1;}
.clear{clear:both;font-size:0;height:0;line-height:0;}

.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.f-none{float:none}

.ta_l{text-align:left!important;}
.ta_r{text-align:right!important;}
.ta_c{text-align:center}
.ta_j{text-align:justify;text-justify:inter-ideograph;}
.title-1{ font-size:13px; font-weight:bold;}
.bk,.bk3,.bk6,.bk8,.bk10,.bk15,.bk20,.bk30{clear: both;font-size: 1px;height: 0;line-height: 1px}
.cat-area{width:325px; height:220px; float:left; margin-bottom:10px; display:inline;}


.box{border:1px solid #c3d4e7;zoom:1; overflow:auto; padding-bottom:10px;}
.box h5,.box h6{background: url(../images/v9/title.png) no-repeat right top;color:#1e50a2; height:26px; margin-bottom:10px; line-height:26px; padding-left:10px;border-bottom:1px solid #dce7f3; position:relative}
.box h6{ margin-bottom:0}
.box h5.title-1,.box h6.title-1{background-position: right -52px}
.box h5.title-2,.box h6.title-2{background-position: right -100px}
.box h5.title-2 span.tab{float:right; padding-right:6px; color:#a4bcd6}
.box h5.title-2 span.tab span{ color:#2064ae;cursor: hand;!important;cursor: pointer}
.box a.more{ font-size:13px; font-family:Microsoft YaHei,微软雅黑; margin-right:8px; font-weight:normal; position:absolute;top:0; *top:1px;_top:1px; right:0;}
.box .content{ padding:0 10px; overflow:auto}


.photo-channel .photo-slide{ width:435px; padding:5px;border:1px solid #c3d4e7;zoom:1;}
.photo-channel .photo-slide .FocusPic .title-bg,.photo-channel .photo-slide .FocusPic .title{ bottom:35px}
.photo-channel .photo-slide .change{bottom:0px; left:0; text-align:left; height:30px;}
.photo-channel .photo-slide .change i{background: url(../images/v9/focusBg.gif) no-repeat right top; width:39px; height:30px; text-align:center; padding:0; margin-right:8px; line-height:30px;color:#049}
.photo-channel .photo-slide .change i.cur{background-position: left top; color:#fff; font-weight:700}
.photo-channel .photo-hots,.box-hots{float:left; width:242px; margin-right:10px;_margin-right:5px; height:auto; overflow:hidden;padding-bottom:5px;}
.photo-channel .photo-hots h4, .box-hots h4{text-align:left;height:26px;*height:25px;font:18px/26px Microsoft YaHei,微软雅黑,SimHei;color:#457bb4;*line-height:25px;margin:0; padding:5px 0 0px 30px}

.photo-cat{ position:relative; height:auto}
.photo-cat .content h5 a,.photo-cat .content h5 a strong{ height:35px; padding-left:10px;display:block; float:left;text-decoration: none; font-size:13px;}
.photo-cat .content{ border:1px solid #CCC; margin-bottom:10px; }
.photo-cat .content h5 a strong{padding-left:14px; float:left; line-height:35px; color:#272783; background:url(../images/ad2.gif) left center no-repeat;}
.photo-cat .content h5{ display:block; background:#f5f5f5;}
.photo-cat .content h5 span{ font-size:13px; font-weight:normal; padding-left:13px; line-height:35px}
.photo-cat .content h5 span.blue a{ background-image:none; float:none; padding:0 4px; height:auto}
.photo-cat .content h5 span.blue a:hover{ color:#F30}
.photo-cat .content h5 span.blue a.more{ float:right; color:#333;}
.photo-cat .photo-list{ padding-top:20px;}

.photo-list li{ vertical-align:top; width:230px; text-align:center; float:left; display:inline; margin-left:40px;}
.photo-list li div.img-wrap{ width:230px; height:222px; margin:auto;}
.photo-list li div.img-wrap a{ width:230px; height:222px;}

#Article .list-pic{}
#Article h1{ text-align:center; font-size:18px;}
#Article .cont{overflow:hidden; float: left; width:500px; height:80px}
#Article .cont li{ float:left; width:123px; text-align:center; display:block; overflow:hidden}
#Article .cont li .img-wrap{width:100px; height:75px; margin:0 auto; overflow:hidden;}
#Article .cont li .img-wrap a{*font-size:55px;width:100px; height:75px;outline: medium none;}
#Article .cont li.on .img-wrap{ border:2px solid #ffb017}
#Article .list-pic .pre,#Article .list-pic .next{float:left; display:block; position:relative;background: url(../images/v9/pic_bg.png) no-repeat;width:110px;height:86px; text-align:center}
#Article .list-pic .pre{ left:-8px;top:-3px; margin-right:14px}
#Article .list-pic .next{ right:-8px; float:right;top:-3px}
#Article .list-pic .pre .img-wrap,#Article .list-pic .next .img-wrap{width:102px; height:72px;border:none; padding:4px 0 8px}
#Article .list-pic .pre .img-wrap a,#Article .list-pic .next .img-wrap a{*font-size:53px;width:98px; height:72px; padding:0px 5px 0 4px;*padding:0px 5px 5px 0px }
#Article .list-pic .pre .img-wrap a:hover,#Article .list-pic .next .img-wrap a:hover{ background:none}
#Article .list-pic .next{ right:-8px; float:right;bottom:-2px}
#Article .pre-bnt,#Article .next-bnt{margin-top:3px;cursor: hand;!important;cursor: pointer}
#Article .pre-bnt,#Article .next-bnt,#Article .pre-bnt span,#Article .next-bnt span{background: url(../images/v9/big-btn.png) no-repeat; display:block; width:17px; height:69px; float:left;}
#Article .pre-bnt:hover, #Article .next-bnt:hover,#Article .pre-bnt-on,#Article .next-bnt-on{background-position: 0 -78px;}
#Article .pre-bnt span{background-position: -30px top;}
#Article .pre-bnt:hover span,#Article .pre-bnt-on span{background-position: -30px -78px;}
#Article .next-bnt span{background-position: -55px top;}
#Article .next-bnt:hover span,#Article .next-bnt-on span{background-position: -55px -78px;}


#pages { padding:14px 0 10px; font-family:SimSun; margin:0 auto; text-align:center; }
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333333; padding:0 10px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#333333; border:1px solid #333333; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


.comment-form{border:1px solid #c3d4e7; padding:10px 20px; margin-bottom:10px}
.comment-form h5{ height:22px; padding-bottom:5px;border-bottom:1px solid #C3D4E7;}
.comment-form strong{background: url(../images/icon/user_comment.png) no-repeat; padding-left:21px; float:left}
.yzm{display:none;position:absolute; background:url(../images/admin_img/login_ts140x89.gif) no-repeat; width:140px; height:89px;text-align:center; font-size:13px;}
	.yzm a:link,.yzm a:visited{color:#036;text-decoration:none;}
	.yzm a:hover{ color:#C30;}
	.yzm img{ cursor:pointer; margin:0px auto; width:130px; height:50px; margin-top:4px; border:1px solid #fff; margin-bottom:1px;}

.comment-form .posn{ padding:10px 0}
.comment-title{ text-align:center; padding:5px 0 10px}
.comment-title a:hover{	text-decoration: none;	color: #F60;}
.comment{border:1px solid #C3D4E7;zoom:1;  padding:8px 15px}
.comment h4{ border-bottom:1px solid #C3D4E7; padding-bottom:6px; margin-bottom:15px}

.comment .title{ margin-bottom:5px}
.comment .title span{ position:relative; top:-5px}
.comment .content{ font-size: 14px; background:#f6f9fb; border:1px solid #c4d5df; zoom:1; padding:8px 10px; margin:5px 0}
.comment .content span{display:block;}
.comment_button{margin-bottom:15px;}
.comment_button a{padding:5px; border:solid 1px #C3D4E7; }
.comment_button a.on{background:#4C7FB6; color:#fff;border:solid 1px #3E73A9}

.summary {background-color:#F6FAFD;border: 1px solid #DCDDDD;font-size: 14px;line-height: 23px;margin: 15px 0 0;padding: 13px 5px 6px;text-align: justify;text-indent: 2em; margin-bottom:20px;}


/*本例css*/
.baneertu { width: 355px; height: 250px; position: relative; overflow:hidden; }
.baneertu a { blr: expression(this.onFocus=this.blur()); outline: none; }
/*数字按钮样式*/
.baneertu .num { overflow:hidden; height: 25px; position: absolute; bottom:12px; left: 15px; zoom:1; z-index:3 }
.baneertu .num li { width: 25px; height: 25px; line-height: 25px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #FFFFFF; background: #444444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
.baneertu .num li.on { background: #333333; } /*当前项*/

/*上一个  下一个*/
.baneertu .prev,
.baneertu .next { display: none; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 75px;}
.baneertu .prev { left: 0; }
.baneertu .next { right: 0; background-position: right }