/*首页导航*/
body{
	position: relative;
	background-color: #f5f5f5;
}
a:hover{
    text-decoration: none;
}
.nav-all{
	width: 100%;
	position:fixed;
	left: 0;
	top: 0;
	z-index: 2;
}
.nav-all-cont1{
	position:fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 80px;
	background-color: #fff;
	width: 100%;
}
.nav-down1{
	margin: 0 auto;
	width: 1200px;
	height: 80px;
}
.logo1 img{
	height: 36px;
	margin-top: 22px;
}
.logo1{
	float: left;
	margin-right: -138px;
}
.nav-btn1{
	margin-left: 400px;
}
.nav-btn1 ul li{
	float: left;
	line-height: 80px;
	padding: 0 25px;
	font-size: 16px;
}
.nav-btn1 ul li a{
	color: #333;
}
.nav-login-btn1{
	float: right;
	margin-left: -150px;
	text-align: center;
}
.nav-login-btn1 span{
	display: inline-block;
	width: 75px;
    color: #333;
    line-height: 80px;
    font-size: 16px;
}
.nav-login-btn1 .login-b{
	display: inline-block;
	width: 75px;
	height: 80px;
	color: #149cd9;
	background:url(../../images/zhu-bg1.png) no-repeat center center;
	cursor: pointer;
}
.nav-login-btn1 .zhu-bg1:hover{
	background:url(../../images/zhu-bg2.png) no-repeat center center;
}
.nav-login-btn1 .zhu-bg1{
	display: inline-block;
	width: 75px;
	height: 80px;
    color: #fff;
    margin-left: 20px;
	background:url(../../images/zhu-bg.png) no-repeat center center;
	cursor: pointer;
}
/*二级导航*/
.product-sec-nav{
	width: 100%;
	height: 40px;
	background-color: #149cd9;
	margin-top: 80px;
	margin-bottom: 20px;
}
.product-sec-nav-cont{
	width: 1200px;
	height: 30px;
	margin: 0 auto;
}
.product-sec-nav .product-sec-nav-cont span{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.pro-phone-message{
	float: right;
	margin-right: 60px;
}
.product-search-box{
	width: 240px;
	height: 30px;
	float: right;
	overflow: hidden;
	font-size: 0;
	margin-top: 5px;
}
.product-search-box input{
    width: 204px;
    height: 30px;
    background-color: #fff;
    border:1px solid #ddd;
    padding:0 10px;
    color: #333;
    font-size: 14px;
    vertical-align: top;
}
.product-search{
	font-size: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	border:1px solid #ddd;
	background-color: #fff;
}
.product-search img{
	width: 13px;
	vertical-align: top;
	margin-top: 8px;
	margin-left: 8px;
}
/*案例内容*/
.ding-details-box{
	width: 1200px;
	margin: 0 auto;
	/*margin-top: 20px;*/
}
.toubao-message-title{
	color: #333;
	font-size:24px;
	line-height: 50px;
	margin-left: 20px;
}
.toubao-message-header{
	height: 50px;
	background-color:#fff;
	line-height: 50px;
	padding-top: 20px;
}
.toubao-message-header th{
	text-align: center;
}
.toubao-message1{
	line-height: 50px;
	background-color: #fff;
}
.toubao-message2{
	background-color: rgba(0,130,203,.15);
}
.toubao-message-name1{
	text-align: center;
	width: 200px;
	border:1px solid #ebebeb;
	font-size: 12px;
	color: #666;
}
.toubao-message-ID1{
	text-align: center;
	width: 200px;
	border:1px solid #ebebeb;
	font-size: 12px;
	color: #666;
}
.toubao-message-IDnum1{
	text-align: center;
	width: 180px;
	border:1px solid #ebebeb;
	font-size: 12px;
	color: #666;
}
.toubao-message-birth1{
	text-align: center;
	width: 300px;
	border:1px solid #ebebeb;
	font-size: 12px;
	color: #666;
}
.toubao-message-sex1{
	text-align: center;
    width: 166px;
	border:1px solid #ebebeb;
	color:#666;
	font-size: 12px;
}
.toubao-message-phone1{
	text-align: center;
	width: 154px;
	border:1px solid #ebebeb;
	font-size: 12px;
	color: #666;
}
.fanye-message{
	width: 1200px;
	height: 50px;
	line-height: 50px;
}
.fanye-message .fanye-message-left{
	float: left;
	margin-left: 20px;
}
.fanye-message .fanye-message-left input{
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border:1px solid #ddd;
	vertical-align: middle;
}
.fanye-message .fanye-message-left span{
	color: #333;
	font-size: 14px;
	vertical-align:middle;
}
.fanye-message .fanye-message-right{
	float: right;
	margin-right: 20px;
}
.fanye-message-right a{
	color: #333;
	font-size: 14px;
	padding:4px 12px;
	border-radius: 5px;
	border:1px solid #ddd; 
	margin-left: 20px;
}
/*翻页*/
.fanye{
	text-align: right;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.pagination-sm>li>a, .pagination-sm>li>span{
	padding:12px 24px;
	color: #333;
}
.pagination-sm{
	margin-top: 0;
	border-radius: 0px;
}