*html {
	background-image: url(about:blank);
	background-attachment: fixed;}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Arial, 'Microsoft YaHei', \5b8b\4f53
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
	font-weight: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

ul,
ol {
	list-style: none
}

a {
	color: #002248;
	text-decoration: none
}
a:hover{
	color: #0954a8
	
}

fieldset,
img {
	border: 0;
	vertical-align: -2px;
}

q:before,
q:after {
	content: ''
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body{
	background: #edfcfc;
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}
input::-webkit-input-placeholder {
	color: #fff;
}
/*input::-webkit-input-placeholder {
　　color: #fff;
}*/
input:-moz-placeholder {
　　color: #fff;
}
input::-moz-placeholder {
　　color: #fff;
}
input:-ms-input-placeholder {
　　color: #fff;
}
.clearfix {
	zoom: 1
}
.wrap{
	width: 1200px;
	margin: 0 auto;
          padding-left*:10px;
}
.fl {
	float: left
}

.fr {
	float: right;
}
/*公用标题*/
.main-title{
	height: 34px;
	padding-top: 8px;
	line-height: 34px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
}
.main-title h6{
	float: left;
	padding: 0 10px;
	font-size: 18px;
	line-height: 33px;
	border-bottom: 2px solid #002248
}
.main-title .more{
	float: right;
	color: #999;
}
/*公用文字列表*/
.index .text-list li{
	line-height: 32px;
	padding-left: 15px;
	font-size: 15px;
	background: url(../images/arr-right.png) left center no-repeat;
}

.index-ad li{
	height: 120px;
	margin: 15px 0;
	overflow: hidden;
}
.index-ad img{
	width: 100%;
	height: 100%;
}




/* 顶部 */
.topbar{
	background: #001733;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.topbar-nav{
	float: left;
}


.topbar-nav a{
	color: #fff;
}
.topbar-nav .line{
	margin: 0 10px;
}
.topbar .time{
	float: right;
}
/* 头部 */
.header {
	background: #002248
}
.header .wrap{
	height: 136px;
	background:url(../images/header-bg.png) no-repeat;
	
}
.header .logo{
	width: 1200px;
        margin:0 auto;
}
.logo_left{
	width:601px;
	height:83px;
	margin:23px 0 0 10px;
	display:inline;
}
.logo_r{
	width:370px;
	height:55px;
	margin:36px 10px 0 100px;
	display:inline;
}

/* 主导航 */
.mian-nav{
	background: #edfcfc;
	height: 50px;
	line-height: 50px;
	
}
.mian-nav li{
	float: left;
	width: 8%;
	position: relative;
	z-index: 10;
	font-size: 16px;
font-weight:bold;
}
.mian-nav li a{
	display: block;
	text-align: center;	
}
.mian-nav li a i{
	display: inline-block;
	width: 8px;
	height: 5px;
	background: url(../images/nav-drop.png) no-repeat;
	vertical-align: middle;
	margin-left: 5px;
}
.mian-nav li .dropdown{
	display: none;
	position: absolute;
	width: 125px;
	left: 0;
	top:100%;
	background: #bed9f8
}
.mian-nav li .dropdown li{
	float: none;
	width: 125px;
	font-size: 14px;
}

.mian-nav li:hover a i,.mian-nav li.on a i{
	background: url(../images/nav-drop1.png) no-repeat;
}
.mian-nav li:hover,.mian-nav li.on{
	
}
.mian-nav li:hover .dropdown{
	display: block;
}
.mian-nav li .dropdown li{
	border: none;
}
.mian-nav li .dropdown a:hover{
	display: block;
	background: #98bce5;
}
.banner{
	height: 300px;
	background: #000;
}

.index .wrap{
	width: 1180px;
	padding: 10px 10px;
	background: #fff;
	padding-top: 25px;
}
.index-slide{
	float: left;
	width: 390px;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	margin-top: 10px;;
}
.index-slide .hd{
	position: absolute;
	bottom: 15px;
	right: 10px;
	z-index: 1;
}
.index-slide .hd li{
	
	width: 10px;
	height: 10px;
	margin-left: 10px;
	float: left;
	cursor: pointer;
	background: url(../images/slide-li.png);	
}
.index-slide .hd li.on{
	background: url(../images/slide-on.png);	
}
.index-slide .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.index-slide .bd li{ 
	position: relative;
	zoom:1; 
	vertical-align:middle; 
}
.index-slide .bd li a{
	color: #fff
}
.index-slide .bd li .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	padding: 0 5%;
	height: 40px;
	line-height: 40px;
	background: url(../images/text-bg.png)
}
.index-slide .bd img{ 
	width:100%; 
	height: 340px;
	display:block;  
}

.work-news{
	float: left;
	width: 370px;
	margin: 0 14px;
}
.work-news .head-line{
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 28px;
	color: #999;
}
.work-news .head-line h6{
	font-size: 15px;
}



.notice{
	float: right;
	width: 390px;
}
.notice li{
	padding: 7px 0;
	line-height: 22px;
	padding-left: 20px;
	border-bottom: 1px dashed #ddd;
	font-size: 15px;
	position: relative;
}
.notice li .time{
	font-size: 12px;
	color: #999;
}
.notice li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	width: 3px;
	height: 15px;
	background: #666666;
}
.result-box {
	background: #f6ffff;
}
.result-box .more{
	margin-right: 10px;
}
.result-box .c1{
	float: left;
}
.result-box .c1 li{
	position: relative;
	float: left;
	width: 210px;
	background: #eeeeee;
	margin: 10px;
}
.result-box .c1 li a{
	display: block;
}
.result-box .c1 li .text{
	padding: 10px;
	height: 44px;
	font-size: 15px;
	overflow: hidden;
}
.result-box .c1 .pic{
	text-align: right;
	z-index: 2;
	position: relative;
}
.result-box .c1 li img{
	width: 170px;
height:138px;
}
.result-box .c1 li:after{
	content: "";
	width: 100%;
	height: 46px;
	position: absolute;
	bottom: 0;
	background: #e1e1e1;
}
.result-box .c2{
	float: right;
	width: 670px;
	padding: 10px;
}
.result-box .c2 li{
	height: 42px;
	line-height: 42px;
	background: #e5e5e5;
	margin-bottom: 14px;
	font-size: 15px;
}
.result-box .c2 li .time{
	float: left;
	width: 98px;
	text-align: center;
	background: #e1e1e1;
	font-size: 18px;
}

.result-box .c2 li .text{
	margin-left: 110px;
}
.result-box .c2 li.odd{
	background: #002248;
}
.result-box .c2 li.odd .time{
	background: #001733;
	color: #ccffff;
}
.result-box .c2 li.odd .text{
	color: #fff;
}

.index-row3 .c1{
	float: left;
	width:400px;
	margin-right: 30px;
}
.index-row3 .c2{
	float: right;
	width: 305px;
}
.index-row3 .c2 .first{
	margin-top: 20px;
	margin-bottom: 22px;
}


.footer{
	background: #002248;
}
.footer .wrap{
	padding: 26px 0;
	color: #fff;
	background: url(../images/f-bg.jpg) bottom center no-repeat;
}
.footer .wrap .f-logo{
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.footer .wrap .f-text{
	float: left;
	margin-left: 20px;
	line-height: 28px;
margin-top:15px;
}
.footer .wrap .f-links{
	float: right;
	margin-top: 5px;
}
.footer .wrap .f-links a{
	display: block;
	color: #fff;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;
}
.footer .wrap .f-links .link1{
	background: #73be30;
}
.footer .wrap .f-links .link2{
	background: #f5b539;
}
.footer .wrap .f-links .link3{
	background: #d33625;
}
.footer .copy-right{
	
	line-height: 30px;
	text-align: center
}
.inner-banner{
width:1200px;
height:200px;
margin:0 auto;
}

.inner-banner img{
	width:100%;
	vertical-align: middle;
         height:200px;

}

.container .wrap{
	width: 1180px;
	padding-right: 20px;
	background: #fff;
}
.leftbar{
	float: left;
	width: 240px;
	position: relative;
	z-index: 1;
	border: 1px solid #edfcfc;
	border-top: none;
}
.leftbar .hd{
	height: 62px;
           padding:0 10px;
	background: #002248;

}
.leftbar .hd h2{
	float: left;
	line-height: 62px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	
}

.leftbar .bd{
	background: url(../images/leftbar-bg.jpg) bottom right no-repeat #fff;
}

.leftbar .bd li a{
	display: block;
	color: #526aa4;
	line-height: 62px;
	text-align: center;
	font-size: 18px;
	border-left: 10px solid transparent;
}
.leftbar .bd li.on a,.leftbar .bd li a:hover{
	border-left: 10px solid #002248;
	background: #d7dff2;
	color: #253386;
}

.main{
	width: 900px;
	float: right;
}
.main .inner-title{
	margin-top: 5px;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #93a7da;
}
.main .inner-title h2{
	font-size: 20px;
	color: #002248;
}
.main .inner-title .bread{
	float: right;
	color: #999;
}
.main .inner-title .bread a{
	color: #999;
}
.main .inner-title .bread span{
	color: #002248;
}

.main .text-list ul{
	padding: 10px 0;
}
.main .text-list li{
	line-height: 60px;
	border-bottom: 1px dashed #e6e6eb;
	padding-left: 30px;
	background: url(../images/icon-dot.jpg) left center no-repeat;
}
.main .text-list li .time,.main .text-list li a .time{
	float: right;
	color: #999;
}



.pic-list dl{
	padding: 46px 0;
	border-bottom: 2px solid #e6e6eb;
}
.pic-list dt{
	float: left;
	width: 150px;
}
.pic-list dt img{
	width: 100%;
	height: 200px;
}
.pic-list dd{
	margin-left: 180px;
}
.pic-list dd .title{
	font-size: 16px;
	font-weight: bold;
}
.pic-list dd .desc .r1{
	color: #385fc0;
	line-height: 50px;
	font-size: 16px;
}
.pic-list dd .desc .r2{
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.pic-list dd .desc .r3{
	text-align: right;
	margin-top: 20px;
	
}
.pic-list dd .desc .r3 a{
	color: #385fc0;
}

.detail-box{
	padding: 15px 0;
}
.detail-box p{
	line-height: 52px;
	text-indent: 2em;
}
.detail-box img{
	max-width: 100%;
	margin: 20px 0;
}
.detail-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
.detail-infor{
	color: #888888;
	text-align: center;
	margin-bottom: 20px;
}
.detail-infor span{
	margin: 0 40px;
}

.page{
	margin: 30px 0;
}
.page .total{
	margin-right: 144px;
}
.page .now em{
	color: #f00
}
.page ul{
	float: right;
}
.page ul li{
	float: left;
	padding: 0 5px;
	margin: 0 5px;
	cursor: pointer;
}
.page ul li.on,.page ul li.on a{
	
	color: #f00;
}
