@charset "utf-8";

*{margin: 0; padding: 0; box-sizing: border-box;}
body{background-color: #fff; font-family: "微软雅黑";}
.w{width: 1200px; margin: 0 auto;}
/*.clearfix{content: ""; display: table; clear: both;}*/

/*顶部导航*/
.top-nav{
	width: 100%;
	background-color: #ededed;
}
.top-nav .menu{
	height: 40px;
	line-height: 40px;
	padding-right: 50px;
	font-size: 13px;
	color: #333;
}
.top-nav .menu span{
	float: right;
}

/*banner*/
.banner{
	width: 100%;
	min-height: 150px;
	background: url(logo.png) no-repeat;
}

/*主导航*/
.main-nav{
	width: 100%;
	
	background-color: #427fda;
}
.main-nav .main-nav-menu{
	font-size: 17px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/*当前位置*/
.position{
	width: 100%;
	height: 60px;
	line-height:60px;
}
.position .position-txt{
	font-size: 14px;
	color: #666;
}
.position .position-txt a{
	font-size: 14px;
	color: #666;
}

/*内容*/
.con{
	margin-bottom: 30px;
}
.con .con-title{
	height: 50px;
	background: url(column_name_bg.png) no-repeat center;
}
.con .con-title p{
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	padding-left: 62px;
}
.con-title p span {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	padding-left: 20px;
	}
.con .con-list{
	margin-left: 10px;
	width: 1190px;
	border: 1px solid #eeeeee;
	background: #fcfcfc;
	border-top: none !important;
	min-height: 500px;
}
.con-list ul{
	font-size: 17px;
	color: #333;
	padding: 15px 25px 15px 20px;
/*	border-bottom: 1px #e8e8e8 solid;*/
}

.con-list ul li {
	text-align: right;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background: url(dot.png) no-repeat 0px center;
	color: #999999;
}
.con-list ul li a{
	float: left;
	font-size: 17px;
/*	color: #333;*/
}
/*
.con-list ul li:hover{
    color: 
}
*/
.con-list ul li span{
	float: right;
	font-size: 17px;
	color: #999;
}
.line{margin:8px 0;list-style: none;height: 1px !important;background:#eeeeee;width: 100%;}
.bt-mod-wzpb-02 li{float: none !important;}
/*底*/

.old_type .position .position-txt {
    font-size: 30px;
    color: #666;
}
.old_type .position .position-txt a {
    font-size: 30px;
    color: #666;
}
.old_type .con .con-title {
    height: 70px;
    background-size: 100% 100%;
}
.old_type .con .con-title p {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    padding-left: 62px;
}
.old_type .con-title p span {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    padding-left: 20px;
}
.old_type .position table tr td{
	font-size: 30px !important;
}
