*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: normalbjtpasdfasd
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

ul,
ol {
	list-style: none
}

a {
	color: #333;
	text-decoration: none
}
a:hover{
	color: #555
	
}

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: #f3f4f4;
}
.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: 1000px;
	margin: 0 auto;
}
.fl {
	float: left
}

.fr {
	float: right
}



/* 头部 */
.header {
	min-width: 1200px;
	height: 156px;
	background: url(../images/header20.png) center center no-repeat #af000a;
background-size:100%;
}

.header .logo{
	float: left;
	margin: 22px 0;
}
/* 主导航 */
.mian-nav{
	height: 38px;
	line-height: 38px;
	background: url(../images/nav-bg.png) repeat-x;
}
.mian-nav li{
	float: left;
	width: 11%;
	position: relative;
	z-index: 10;
	font-size: 15px;
	background: url(../images/nav-li-bg.png) right center no-repeat;
}

.mian-nav li a{
	display: block;
	text-align: center;	
	color: #fff;
	margin-right: 4px;
}
.mian-nav li:hover a,.mian-nav li.on a{
	color: #fff;
	background: url(../images/nav-on.jpg) repeat-x;
}
.mian-nav li .dropdown{
	display: none;
	position: absolute;
	width:140%;
	left: 0;
	top:100%;
}
.mian-nav li .dropdown ul{
	margin-right: 4px;
	background: #3e6ed6
}
.mian-nav li .dropdown li{
	float: none;
	width:100%;
	font-size: 14px;
	border: none;
	background: none;
}
.mian-nav li .dropdown a{
	color: #fff;
	background: #507ddf;
	margin: 0;
}

.mian-nav li:hover .dropdown{
	display: block;
}

.mian-nav li .dropdown a:hover{
	display: block;
	color: #eee;
	
}

.index-row1{
	margin-top: 20px;
}
.index-text-list{
	margin-top: 10px;
}
.index-text-list li{
	padding-left: 10px;
	line-height: 32px;
	background: url(../images/index-dot.png) left center no-repeat;
}
.index-text-list li .time{
	float: right;
	color: #b5b4b4;
}
.index-text-list li a{
	width: 75%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slideBox{
	float: left;
	width: 435px;
	height: 305px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd{
	position: absolute;
	bottom: 7px;
	right: 10px;
	z-index: 1;
}
.slideBox .hd li{
	float: left;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	background: url(../images/slide-li.png) no-repeat;
}
.slideBox .hd li.on{
	background: url(../images/slide-on.png) no-repeat;
}
.slideBox .bd li{
	position: relative;
}
.slideBox  .bd li .text{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background: url(../images/text-bg.png);
	color: #fff;
}
.slideBox  .bd li .text a{
	display: block;
	margin-right: 100px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slideBox  .bd li img{
	width: 435px;
	height: 305px;
}
.news-center {
	float: right;
	width: 530px;
	padding: 10px;
	background: #fff;
}
.news-center .main-title{
	padding: 10px 0;
	line-height: 1;
	bottom: 20px;
	border-bottom: 1px solid #fff;
}
.news-center .main-title h6{
	border-left: 4px solid #eea821;
	padding: 0 10px;
}
.news-center .headline{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.news-center .headline .tit{
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-center .headline .desc{
	text-indent: 2em;
	line-height: 27px;
	height: 54px;
	color: #666;
}
.news-center .headline .desc .more{
	color: #13599a;
}
.news-center .index-text-list{
	height: 128px;
	overflow: hidden;
}
.index-row2{
	margin-top: 20px;
	}
.index-row2 .c1{
	float: left;
	width: 700px;
}
.index-row2 .c2{
	float: right;
	width: 278px;
	background:url(../images/bjtpasdfasd.png);
  
         }
.notice {
	padding: 10px;
          background:url(../images/bjtpasdfasd.png);
	          }
.notice .main-title{
	padding: 10px 0;
	line-height: 1;
	bottom: 20px;
	border-bottom: 1px solid #fff;
}
.notice .main-title h6{
	border-left: 4px solid #eea821;
	padding: 0 10px;
}
.notice .main-title .more{
	float: right;
	color: #c3c3c3;
	font-size: 12px;
}
.notice .index-text-list .name{
	color: #9a1313;
	margin-right: 5px;
}
.index-tabs-wrap{
	margin-top: 20px;
}

.text-slide {
	background:url(../images/bjtpasdfasd.png);
           	float: left;
	width: 340px;
	position: relative;
}
.text-slide2{
	float: right;
}
.text-slide .hd{
	width: 63%;
	height: 32px;
	line-height: 32px;
}
.text-slide .hd li{
	float: left;
	background: #ebebeb;
	color: #979797;
	padding: 0 10px;
	cursor: pointer;
}
.text-slide .hd li.on{
	background: #af000a;
         	color: #fff;
}
.text-slide .bd{
	padding: 0px 10px 5px;
	height: 201px;
	border-top: 1px solid #af000a;
	overflow: hidden;
}
.text-slide .bd .more{
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 12px;
	color: #c3c3c3;
}
.text-slide .headline {
	padding-top: 2px;
}
.text-slide .headline .pic{
	float: left;
}
.text-slide .headline .pic img{
	width: 120px;
	height: 90px;
}
.text-slide .headline .text{
	margin-left: 130px;
}
.text-slide .headline .tit{
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-slide .headline .desc{
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	color: #8d8d8d;
	font-size: 12px;
}
.text-slide .headline .desc a{
	color: #13599a;
}
.text-slide .headline .time{
	margin: 4px 0;
	color: #ababab;
}
.text-slide .headline .time img{
	margin-right: 5px;
	vertical-align: middle;
}

/*就业信息*/
.work-infor{
	border: 2px solid #e5e5e5;
	height: 628px;
}
.work-infor .tit{
	line-height: 40px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(../images/title1.png) center center no-repeat;
	position: relative;
	top: -5px;
}

.work-infor table{
	width: 101%;
	
	overflow: auto;
	margin: 10px -2px 0;
	border-top: 1px solid #b8b8ba;
}

}
.work-infor table th{
	text-align: center;
	}
.work-infor table td{
	line-height: 32px;
	padding: 0 10px;
	color: #7d7d7d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
           border:1px solid #b8b8ba;
}
.work-infor table .td1{
	text-align: center;
	border-right: 1px solid #b8b8ba;
}
.work-infor table .red{
	color: #f00;
}

.index-row3{
	margin-top: 15px;
}
.index-row3 dl{
	float: left;
	width:237px;
	margin-right: 10px;
	background: #e9e9e9;
        margin-bottom:20px;
        height:45px;
}
.index-row3 dl.last{
	margin: 0;
}
.index-row3 dl dt{
	float: left;
        height:45px;
}
.index-row3 dl dt img{
	vertical-align: middle;
        height:45px;
}
.index-row3 dl dd{
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	margin-left: 45px;
}


.index-row4{
	margin-top: 20px;
}
.f-kinks{
	background: #fff;
	position: relative;
}
.f-kinks .hd{
	width: 50%;
	height: 32px;
	line-height: 32px;
}
.f-kinks .hd li{
	float: left;
	background: #ebebeb;
	color: #979797;
	padding: 0 10px;
	cursor: pointer;
}
.f-kinks .hd li.on{
	background: #af000a;
	color: #fff;
}
.f-kinks .bd{
	padding: 0px 10px 5px;
	border-top: 1px solid #af000a;
}
.f-kinks .bd li{
	float: left;
	margin-right: 20px;
}
.f-kinks .bd li a{
	width: auto;
}
.index-row5{
	margin: 20px 0;
}
.index-row5 .main-title{
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #af000a;
	background: url(../images/title2.png) left center no-repeat;
	margin-bottom: 20px;
}
.index-row5 .c1{
	float: left;
	width: 665px;
}
.index-row5 .c2{
	float: right;
	width: 320px;
}
.index-row5 .c2 img{
	width: 100%;
	height: 320px;
}

.footer{
	background:#af000a;
	color: #fff;
	padding: 30px 0;
	font-size: 14px;
}
.footer p{
       text-align:center;
       line-height: 25px;
       }
.footer .f-logo{
	float: left;
}
.f-text{
	padding-top: 10px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	filter:alpha(opacity=50);opacity:0.5; 
}



/*内页 */
.inner-banner img{
	max-width: 100%;
	vertical-align: middle;
}

.container .wrap{
	width: 980px;
	padding-right: 20px;
	background: #fff;
}
.leftbar{
	float: left;
	width: 240px;
	position: relative;
	z-index: 1;
	border-top: none;
	border: 1px solid #cadafc;
}
.leftbar .hd{
	height: 62px;
	background: #d63e3e;
	padding: 1px 10px;
}
.leftbar .hd h2{
	text-align:center;
	line-height: 62px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	
}

.leftbar .bd{
	background: url(../images/leftbar-bg.png) bottom right no-repeat #fff;
}
.leftbar .bd li{
	margin-bottom: 2px;
}
.leftbar .bd li a{
	display: block;
	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 #d63e3e;
	background: #fff1f1;
}

.main{
	width: 700px;
	float: right;
}
.main .inner-title{
	margin-top: 5px;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #d63e3e;
}
.main .inner-title h2{
	font-size: 25px;
	color: #d63e3e;
}
.main .inner-title .bread{
	float: right;
	color: #999;
}
.main .inner-title .bread a{
	color: #999;
}
.main .inner-title .bread span{
	color: #3e6ed6;
}

.main .text-list ul{
	padding: 10px 0;
}
.main .text-list li{
	line-height:2em;
	border-bottom: 1px dashed #e6e6eb;
	padding-left: 30px;
	background: url(../images/narr.gif) 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: #3e6ed6;
	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: #3e6ed6;
}

.detail-box{
	padding: 15px 0;
}
.detail-box p{
	line-height: 52px;
	
}
.detail-box img{
	max-width: 100%;
	margin: 20px 0;
}
.detail-title{
	font-size: 18px;
	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: 44px;
}
.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;
}




.fd_pic{
    position: fixed;
    z-index: 1000;
    top: 213px;
    left:7%;

}
.fd_pic a{
   display:block;
}
.fd_pic a img{
   height:305px;
   display:block;
}

.fd_pic .clouse{
   float:right;
   display:block;
   width:35px;
   height:35px;
   text-align:center;
   line-height:35px;
   background-color:#3389d3;
   color:#fff;
   border-radius: 50%;
   font-size:12px;
}

.search{
	width:268px;
	height:34px;
	line-height:34px;
	background:url(../images/rq_bj.png) no-repeat;
	margin-top:85px;
	}
.search .text_01{
	height:34px;
	line-height:34px;
	outline:none;
	width:190px;
	color:#00649e;
	font-size:12px;
	background-color:transparent;
	border:none;
	padding-left:15px;
	float:left;
	}
.search .images_02{
	float:right;
	width:30px;
	height:30px;
	margin-right:10px;
	outline:none;
	}