header{
	background: url(/images/images/list_top_bg.png);
	background-size: auto 100%;
	background-position: center;
}
header .top{
	height: 40px;
	background: #0b66b9;
}
header .top .top_k{
	width: 1200px;
	margin: auto;
	height: 40px;
	line-height: 40px;
}
header .top .top_k a, header .top .top_k span{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

header .bottom{
	width: 1200px;
	height: 250px;
	margin: auto;
}
header .bottom .logo{
	float: left;
	margin-top: 55px;
}
header .sousuo{
	float: right;
	margin-top: 90px;
}
header .sousuo .sousuo_l{
	float: left;
}
header .sousuo .sousuo_l input{
	height: 48px;
	width: 350px;
	padding-left: 20px;
	font-size: 16px;
	border: 1px solid #115db2;
}

header .sousuo .sousuo_l input:focus{
	outline: none; 
}
header .sousuo .sousuo_r{
	float: right;
}
header .sousuo .sousuo_r a{
	height: 48px;
	width: 80px;
	border: 1px solid #115db2;
	display: inline-block;
	background-color: #115db2;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
}

nav{
	width: 100%;
	height: 55px;
	background: #115db2 !important;
}

nav>ul{
	width: 1200px;
	height: 55px;
	line-height: 55px;
	margin: auto;
	position: relative;
}
nav>ul>li{
	width: calc(100% / 6);
	float: left;
}
nav>ul>li>a{
	padding-left: 35px;
	font-size: 20px;
	color: #fff;
	background-position: left;
	background-repeat: no-repeat;
}
nav>ul>li>a:hover{
	color: #e1e1e1;
}
nav>ul>li:nth-child(1)>a{
	background-image: url(/images/images/nav1.png);
}
nav>ul>li:nth-child(2)>a{
	background-image: url(/images/images/nav2.png);
}
nav>ul>li:nth-child(3)>a{
	background-image: url(/images/images/nav3.png);
}
nav>ul>li:nth-child(4)>a{
	background-image: url(/images/images/nav4.png);
}
nav>ul>li:nth-child(5)>a{
	background-image: url(/images/images/nav5.png);
}
nav>ul>li:nth-child(6)>a{
	background-image: url(/images/images/nav6.png);
}
.znav{
	width: 1200px;
	text-align: center;
	position: absolute;
	height: 50px;
	line-height: 50px;
	left: 0;
	bottom: -50px;
	display: none;
}
.znav a {
    color: #115db2 !important;
    font-size: 16px;
    padding: 0 10px;
	line-height: 38px;
	display: inline-block;
}
.znav a:hover{
	border-bottom: 2px solid #6bb1ff;
}
nav>ul>li:hover>.znav{
	display: block;
}


.list{
	width: 1200px;
	margin:0 auto 30px;
	overflow: hidden;
}
.list .bt{
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
}
.list .bt a{
	display: inline-block;
	padding: 0 5px;
	color: #000;
}
.list .left{
	width: 220px;
	float: left;
	margin-top: 25px;
}
.list .left ul li{
	width: 100%;
	float: left;
	height: 45px;
	line-height: 45px;
	background-color: #f6f6f6;
	margin-bottom: 2px;
}
.list .left ul li:hover{
	background-color: #e5e5e5;
}
.list .left ul li a{
	display: inline-block;
	width: calc(100% - 20px);
	padding-left: 20px;
	color: #000;
}
.list .left ul li a i{
	font-size: 12px;
	color: #ea6e61;
	margin-right: 10px;
}

.list .right{
	width: 900px;
	float: right;
	overflow: hidden;
	margin-top: 25px;
}
.list .right .bt{
	width: 100%;
	margin: 0;
	height: 34px;
	line-height: 34px;
	background-color: #f6f6f6;
}
.list .right .bt span{
	display: inline-block;
	float: left;
	background-color: #115db2;
	color: #fff;
	padding: 0 20px;
}
.list .right ul li{
	width: 100%;
	height: 36px;
	line-height: 36px;
	float: left;
	border-bottom: 1px solid #f6f6f6;
}
.list .right ul li:hover{
	background-color: #f9f9f9;
}
.list .right ul li a{
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	display: inline-block;
	color: #000;
	padding-left: 20px;
	background: url(/images/images/list_ico.png) no-repeat 4px center;
}
.list .right ul li span{
	float: right;
}


.details{
	width: 1000px;
	margin: 50px auto 0;
}
.details .bt{
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
}
.details .bt a{
	display: inline-block;
	padding: 0 5px;
	color: #000;
}
.details .show{
	width: calc(100% - 122px);
	min-height: 500px;
	border: 1px solid #ebebeb;
	margin: 20px auto 0;
	padding:30px 60px;
}
.details .show .sec1{
	width: 100%;
	font-size: 32px;
	text-align: center;
	margin: 0;
	line-height: 46px;
}
.details .show .sec2{
	border-bottom: 1px solid #ebebeb;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 100%;
	margin-top: 15px;
}
.details .show .sec2 span{
	color: #a1a1a1;
}
.details .show .sec3{
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	padding: 20px 0 40px;
}
.details .show .sec4{
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	padding: 20px 0 20px;
}
.details .show .sec4>span{
	color: #115db2;
}
.details .show .sec4 ul{
	padding: 10px 0;
}
.details .show .sec4 ul li a{
	color: #115db2;
	display: inline-block;
	font-size: 14px;
	padding-left: 20px;
	background: url(/images/images/list_ico.png) no-repeat 4px center;
}