body,html{
    margin:0;
    padding:0;
    min-width:1220px;
    font-size:14px;
    background: #f6f6f6;
    font-family: "Microsoft YaHei" !important;
}
img{
    border:none;
}
.container-fulled{
    width:100%;
}
.container{
    width:1220px;
    margin:0 auto;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}
p{
    margin:0;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.whitespace{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.verticalMid{
    vertical-align: middle;
    display: inline-block;
}
.fl{float:left;}
.fr{float:right;}
/*头部*/
#header{
    background:#5164a5 url("../img/logoBg.png") no-repeat;
    background-size: 100% 100%;
}
.header{
    padding:20px 0 27px 0;
    width:100%;
}
.header>div{
position:relative;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    padding-right:20px;
}
.nav{
    background: #3d4c7f;
    position: relative;
    z-index: 1000;
    width: 100%;
}
.fNav li{
    float:left;
    color:#ffffff;
    position:relative;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav li a{
    display: block;
    padding:13px 24px;
position:relative;
    border-bottom:3px solid transparent;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.fNav>li.active{
    background: #5d70bf;
    color:#ffffff;
}
.fNav>li:hover{
    background: #5d70bf;
    color:#ffffff;
}
.fNav li:hover .sNav>li{
    height:44px;
overflow: visible;
}
.sNav{
    position:absolute;
    left:0;
    min-width:100%;
}
.sNav li{
    text-align: center;
    padding:0 24px;
    min-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 400ms ease;
    -moz-transition: height 400ms ease;
    -o-transition: height 400ms ease;
    transition: height 400ms ease;
    white-space: nowrap;
    background: #5d70bf;
    color:#ffffff;
}
.sNav li a{
    border:none;
    padding:10px 0;
}
.sNav li:hover{
    background: #ffffff;
    color:#333333;
}
.tNav {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 100%;
}

.tNav li {
	text-align: center;
	padding: 0 24px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: #5d70bf;
    color:#ffffff;
}

.sNav li:hover .tNav li {
	height: 44px;
	overflow: visible;
}
/*轮播图*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .banner-run{
    position:absolute;
    top:0;
    left:0;
}
.banner .banner-run li{
    float:left;
    position:relative;
}
.banner .banner-run li img{
    display: block;
    width:100%;
}
.banner .banner-run li p{
	padding:15px 20px;
	color:#ffffff;
	font-size:24px;
	background: rgba(59,111,186,0.74);
	position:absolute;
	bottom:0;
}
.banner-ctrl{
    position:absolute;
    bottom:27px;
    z-index:2;
}
.banner-ctrl li{
    width:15px;
    height:15px;
    background:#ffffff;
    float:left;
    border-radius: 50%;
    margin-left:14px;
    cursor: pointer;
    opacity: 0.8;
    filter:Alpha(opacity=80);
}
.banner-ctrl li:first-of-type{
    margin-left:0;
}
.banner-ctrl li.active{
    background: #0b4c82;
}
.bnext,.bprev{
    position:absolute;
    z-index:2;
    width:32px;
	top:50%;
	margin-top:-27px;
    height:54px;
    cursor: pointer;
}
/*主体1*/
#blog1{
    background: #ffffff;
    padding:20px 0;
}
.runImg{
	margin-top:20px;
}
/* 本例子css */
  .slideBox{ width:320px; height:220px;  position:relative; overflow:hidden;  }
  .slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
  .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
  .slideBox .hd ul li{ float:left; margin-right:2px;  width:20px; height:20px;color:#fff; line-height:20px;font-size:12px; text-align:center; background:#334642; cursor:pointer;transition: all 1s; }
.slideBox .hd ul li:hover{ background:#f4aa3b; color:#fff; }
  .slideBox .hd ul li.on{ background:#ce570d; color:#fff; }
  .slideBox .bd{ position:relative; height:100%; z-index:0;   }
  .slideBox .bd li{ zoom:1; vertical-align:middle; }
  .slideBox .bd img{ width:320px; height:190px; display:block;  }
   .slideBox .bd p{
	   margin-top:10px;
   }

  /* 下面是前/后按钮代码，如果不需要删除即可 */
  .slideBox .prev{background:rgba(40,110,159,0.7) url("../img/prev.png") no-repeat center;position: absolute;left: 1px;top:80px;width: 20px;height:36px;}
  .slideBox .next{background:rgba(40,110,159,0.7) url("../img/next.png") no-repeat center;position: absolute;right: 1px;top:80px;width: 20px;height:36px;}


.notice{
    width:600px;
    position:relative;
}
#blog1 .title{
    border-bottom:2px solid #0f4d8c;
    font-size:20px;
    padding:15px 0;
 
	height:35px;
}
#blog1 .title img{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.news{
	position: relative;
}
.newslist{
	width:600px;
	padding:10px 0;
}
.newslist li{
	overflow: hidden;
	padding:14px 0;
}
.newslist li a{
	float:left;
	width:500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newslist li span{
	float:right;
	color:#999999;
}
.notice ul li{
    padding:10px 0;
	border-bottom:1px dashed #cccaca;
}
#blog1 .more{
    position:absolute;
    right:3px;
    top:27px;
	color:#999999;
	font-size:12px;
	text-decoration: underline;
}
.data{
    border:2px solid;
    border-top-color: #d8d8d8;
    border-right-color: #d8d8d8;
    border-left-color: #666699;
    border-bottom-color: #666699;
    text-align: center;
    color:#666699;
}
.dataBorder{
    width:49px;
    height:49px;
	box-sizing: border-box;
    background: #ffffff;
    border:5px solid #d8d8d8;
}
.day{
    font-size: 20px;
    line-height: 24px;
}
.month{
    font-size:12px;
	line-height: 12px;
}
.notice ul li:hover .data{
    border-color: #666699;
    color:#ffffff;
}
.notice ul li:hover .dataBorder{
    background: #666699;
    border:5px solid #666699;
}
.noticeArt{
    width:530px;
    height:50px;
    font-size:14px;
    
}
.noticeArt p{
    color:#333333;
    margin-top:5px;
}
.news{
	width:600px;
}
/*主体2*/
#blog2{
    padding:60px 0;
    background: #f9f8f8;
}
#blog2 .more{
    position:absolute;
    right:3px;
    top:19px;
	color:#999999;
	font-size:12px;
	text-decoration: underline;
}
.blog2-1{
	margin-right:60px;
}
.blog2-box{
    position:relative;
    width:360px;
}
.blog2-box .title{
    border-bottom:2px solid #0f4d8c;
    font-size:16px;
    padding:5px 0 15px 0;
    margin-bottom:20px;
}
.blog2-box .title:after{
    content: "";
    display: inline-block;
    position:absolute;
    left:127px;
    top:15px;
    height:28px;
    width:3px;
    background: #afb5bb;
    vertical-align: middle;
}
.blog2-1 .title:after,.blog2-3 .title:after{
	left:120px;
}
.blog2-box .title span{
    display: inline-block;
    width:120px;
    height:45px;
    text-align: left;
    line-height:45px;
    vertical-align: middle;
	box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    margin-right:20px;
	color:#a79d9d;
	padding-left:33px;
}
.blog2-box .title span.active{
    
    color:#3b6fba;
}
.changeLists .blog2-list{
    display: none;
}
.changeMores .more{
    display: none;
}
.blog2-list li{
    padding:10px 0;
    overflow: hidden;
}
.blog2-list li span{
    float:right;
}
.blog2-list li a{
	float:left;
	width: 270px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog2-1 .title span:first-of-type{
	background: url(../img/kydt1.png) no-repeat left center;
}
.blog2-1 .title span:first-of-type.active{
	background: url(../img/kydt.png) no-repeat left center;
}
.blog2-1 .title span:last-of-type{
	background: url(../img/xsbg1.png) no-repeat left center;
}
.blog2-1 .title span:last-of-type.active{
	background: url(../img/xsbg.png) no-repeat left center;
}

.blog2-2 .title span:first-of-type{
	background: url(../img/bksjx1.png) no-repeat left center;
}
.blog2-2 .title span:first-of-type.active{
	background: url(../img/bksjx.png) no-repeat left center;
}
.blog2-2 .title span:last-of-type{
	background: url(../img/yjsjx1.png) no-repeat left center;
}
.blog2-2 .title span:last-of-type.active{
	background: url(../img/yjsjx.png) no-repeat left center;
}

.blog2-3 .title span:first-of-type{
	background: url(../img/xshd1.png) no-repeat left center;
}
.blog2-3 .title span:first-of-type.active{
	background: url(../img/xshd.png) no-repeat left center;
}
.blog2-3 .title span:last-of-type{
	background: url(../img/jyxx1.png) no-repeat left center;
}
.blog2-3 .title span:last-of-type.active{
	background: url(../img/jyxx.png) no-repeat left center;
}
/*底部*/
#footer{
    color:#ffffff;
}
.footer{
    background:url("../img/footerBg.png") no-repeat;
    background-size: 100% 100%;
	padding:40px 0;
}
.links{
	width:770px;
}
.links p{
	font-size:20px;
	margin-left:15px;
    border-left:6px solid #ffffff;
	line-height:20px;
	padding-left:8px;
}
.links ul{
	margin-top:10px;
}
.links ul li{
	float: left;
	font-size:15px;
	margin:10px 0;
	padding:0 15px;
	border-right:1px solid #ffffff;
}
.links ul li:nth-of-type(5n){
	border:none;
}
.links ul li:last-of-type{
	border:none;
}
.ercode div{
	float:left;
	text-align: center;
	width:98px;
	margin:30px 15px 0 15px;	
}
.ercode img{
	width:88px;
	height:88px;
}
.ercode p{
	margin-top:5px;
}
.copy{
    background: #2c2c2c;
    padding:40px 0;
    text-align: center;
    font-size:12px;
    color:#ffffff;
    line-height:20px;
}
/*列表页*/
#listBody{
    padding:60px 0;
}
.leftList{
    width:250px;
    background: #ffffff;
    box-shadow: 2px 2px 2px #d1d1d1;
}
.location{
    background: #5164A5;
    width:250px;
    height:68px;
    line-height:68px;
    font-size:24px;
    padding-left:40px;
    position:relative;
	color:#ffffff;
	box-sizing: border-box;
	
}
.leftList ul{
    padding:10px 0 60px 0;
}
.leftList ul li{
    padding:10px 0;
}
.leftList ul li a{
    display: block;
    padding:10px 40px;
    font-size:18px;
}
.leftList ul li a:hover{
    background: #19568a;
    color:#ffffff;
}
.rightPage{
    width:910px;
    background: #ffffff;
    padding:20px;
}
.titleName{
    border-left:6px solid #00447d;
    padding-left:15px;
    font-size:20px;
}
.rightList{
    padding:20px 0;
}
.rightList li{
    overflow: hidden;
    padding:15px 0;
    font-size:16px;
}
.rightList li span{
    float:right;
}
.fanye{
    padding:20px 0;
}
.jjyPage{
    padding:30px 0;
}
.contentPage{
    padding:30px;
    background: #ffffff;
}
.nowPage{
    border-left:6px solid #00447d;
    padding-left:15px;
    font-size:18px;
}
.content{
    padding:40px 100px;
    line-height:36px;
}

/*搜索*/
.seek-div{
	position: absolute;
	right: 0;
	top:25px;
	width: 262px;
	height: 36px;
	overflow:hidden;
        border-radius: 10px;
}
.seek-div .seek-btn{
	float: right;
	width: 36px;
	height: 36px;
	border: none;
	background:rgba(255,255,255,0.66) url(../img/search.png) no-repeat 5px center;
	color: #666666;
	text-align: left;
	line-height: 30px;
padding:0;
    cursor: pointer;
}
.seek-div .seek-ipt{
	float: left;
	width: 226px;
	height: 36px;
	border: none;
	font-size: 14px;
	color: #666666;
background:rgba(255,255,255,0.66);
	text-align: left;	
padding:0;
padding-left: 10px;
    outline: none;
    box-sizing: border-box;
}