@charset "utf-8";
/* CSS Document */
.topbanner { height:200px;}

.topmin{ width:1000px; margin:0 auto;}
.logon{ margin-top:50px;}
.nav { height:46px; background: #1292ed;}
.navmin { width:1000px; margin:0 auto;}

.navmin ul li{ float:left; height:46px; line-height:46px; border-right:1px solid #53b8ff; }
.navmin ul li a{ display:block; width:142px;color:#FFF; text-align:center; font-size:16px;}
.navmin ul li a:hover, .navmin ul li.currn a{ background:#ff9b00; text-decoration: none;}
.navmin ul li.lastli{ border-right: none; }



.footer{ height:190px; background:#1292ed;}
.footmin{ width:1000px; margin:0 auto; padding-top:35px; position:relative;}
.footmig{ position:absolute; left:800px; top:50px;}
.footmin p{ text-align:center; color:#FFF; line-height:30px;}
.footmin p a{ color:#FFF;}
.footimg img{ vertical-align:middle;}

.wrapper{
    width:100%;
    background: #fff;
    padding-bottom:5px;
}
.cleardad{
    overflow: hidden;
}









.tabst_top ul{
height:45px;
padding:0;
float:left;
border-bottom:1px solid #CCC;
width:95%;
}
.tabst_top ul li{
width:130px;
float:left;
text-align:center;
height:45px;
line-height:45px;
font-size:18px;
}
.tabst_top ul li a:link{
color:#00477c;
}
.tabst_top ul li a:visited{
color:#00477c;
}
.tabst_top ul li a:hover{
width:130px;
color:#00477c;
height:45px;
font-size:18px;
font-weight:bold;
line-height:45px;
display:block;
}
.tabst_top ul li.current a{
width:130px;
display:block;
color:#00477c;
height:45px;
line-height:45px;
font-weight:bold;
font-size:18px;
}
.tabst_top ul li.current a:link{
color:#00477c;
}
.tabst_top ul li.current a:visited{
color:#00477c;
}
/*显示隐藏*/
.dis {
	display: block;
}
.undis {
	display: none;
}
.clearit{clear:both;height:0px;overflow:hidden;font-size:0px; margin:0; padding:0;}
.items {
            border-radius: 5px;
            border: 1px solid #3CA7E6;
            background-color: rgba(216, 236, 252, 1);
            margin: 15px;
            padding: 10px;
        }
        .bt-submit{
            width: 102px;
            height: 39px;
            border: none;
            background: #015da8;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            font-family: "Microsoft YaHei";
            border-radius: 5px;
            -webkit-border-radius: 5px;
		}
.page{
	padding:15px 0;
	text-align:center;
}