/*首页*/
.trp-content-bd{
	background: url(../images/bg.jpg);
	background-size: 100% 100%;
	position: absolute;
	width: 100%;
	top:0;
	bottom:0;
	z-index: 9;
}
.trp-content-titel{
	text-align: center;
	font-size: 36px;
	color: #fff;
	letter-spacing: 5px;
	padding: 65px 0px 50px;
	font-weight: 600;
}
.trp-content{
	width: 800px;
	margin: 0 auto;
}
.trp-search{
	height: 60px;
	padding: 20px 0px 0px 75px;
	background: url(../images/bg02.png) repeat;
	overflow: hidden;
}
.trp-search .input-class{
	float: left;
	background: #fff;
	height: 37px;
	line-height: 37px;
	width: 540px;
	border: none;
	padding-left: 10px;
	font-family:"Microsoft Yahei";
	outline: none;
	font-size: 15px;
	overflow: hidden;
}
.trp-search  .button{
	float: left;
	margin-left: 15px;
	width: 98px;
	height: 39px;
	background: url(../images/bg03.png);
	background-size: 100% 100%;
	border: none;
	outline: none;
	text-indent: -99999999px;
	cursor: pointer;
}
.trp-login-box{
	margin-top:60px;
}
.trp-login-box  li{
	width: 350px;
	height: 310px;
	background: #fff;
	text-align: center;
}
.trp-login-box .icon-img{
	width: 150px;
	height: 150px;
	margin-top: 50px;
}
.trp-login-box .htit{
	font-size: 18px;
	padding-top: 20px;
	color: #000;
}
.inx-footer{
	position: fixed;
	width: 100%;
	bottom:0;
	left: 0;
	right: :0;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	background: url(../images/footbg.png);
	background-size: 100% 100%;
	z-index: 99;
}
/*溯源查询结果页*/
.result-head{
	height: 90px;
	line-height: 90px;
	background: #32B156;
	text-align: center;
	color: #fff;
	font-size: 30px;
	letter-spacing: 3px;
}
.result-content-bd{
	background: #F0F4F3;
}
.result-content{
	width: 1200px;
	margin: 25px auto  80px;
	padding: 0px 0px 80px;
	background: #fff;
    box-shadow: -2px 0 2px #ebefee, 4px 0 4px #e1e5e4, 0 -1px 1px #eef2f1, 0 5px 5px #dce0df;
    overflow: hidden;
}
.result-titel{
	width: 286px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	font-size: 28px;
	background: url(../images/bg04.png) no-repeat center center;
	margin: 60px auto 0px;
	letter-spacing: 2px;
}
.result-titel span{
	color: #32B155;
}
.product-info-box{
	padding: 60px 40px 20px;
}
.product-info-box .product-img{
	float: left;
	width: 450px;
	height: 400px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 400px;
	overflow: hidden;
}
.product-img img{
	max-width: 450px;
	max-height: 400px;
}
.product-info-box  .product-info{
	float: right;
	width: 640px;
}
.product-info-box  .product-name{
	font-size: 20px;
	padding: 5px 0px 15px;
	border-bottom: 1px solid  #ddd;
}
.product-info-box .info{
	padding-top: 20px;
	line-height: 180%;
	font-size: 16px;
}
.product-info-box  p{
	padding-bottom: 15px;
}
.introtable{
	padding: 45px 40px 20px;
}
.introtable table{
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}
.introtable table td:first-child{
	width:200px;
	padding:15px 0px;
	text-align: center;
}
.introtable table td{
    padding:15px 30px;
    line-height: 35px;
    border-bottom: 1px dotted #ccc;
}
.resuit-footer{
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #333;
	background: #fff;
	font-size: 13px;
}

.susu li{
	margin-left:20px;
}
.susu li:nth-child(1){
	margin-left:0px;
}


/*手机端首页*/
@media screen and (max-width: 1024px) and (min-width: 320px){
	.trp-content-titel {
	    text-align: center;
	    font-size: 20px;
	    color: #fff;
	    letter-spacing: 2px;
	    padding: 35px 0px 30px;
	    font-weight: 600;
	}
	.trp-content {
	    width: 96%;
	    margin: 0 auto; 
	}
	.trp-search{
	    height: 45px;
	    padding: 15px 10px 0px 10px;
	    background: url(../images/bg02.png) repeat;
	    display: -webkit-box;
    	display: -webkit-flex;
    	display: flex;
	    overflow: hidden;
	}
	.trp-search .input-class {
	    float: none;
	    background: #fff;
	    height: 30px;
	    line-height: 30px;
	    border: none;
	    font-family: "Microsoft Yahei";
	    outline: none;
	    font-size: 14px;
	    overflow: hidden;
	}
	.trp-search .button {
	    float: none;
	    width: 76px;
	    height:30px;
	    border: none;
	    outline: none;
	    text-indent: -99999999px;
	    cursor: pointer;
	}
	.trp-login-box{
		margin-top: 30px;
		padding: 0px 5px;
	}
	.trp-login-box li {
	    width: 48%;
	    height:200px;
	    background: #fff;
	    text-align: center;
	}
	.trp-login-box .icon-img {
	    width: 80px;
	    height: 80px;
	    margin-top: 30px;
	}
	.trp-login-box .htit {
	    font-size: 16px;
	    padding-top: 20px;
	    color: #000;
	}
	.inx-footer{
		height: 45px;
		line-height:18px;
		padding-top: 15px;
		font-size: 12px;
	}
}
/*手机端查询结果*/
@media screen and (max-width: 1024px) and (min-width: 320px){
	.result-head{
		font-size: 18px;
		height: 55px;
		line-height: 55px;
	}
	.result-content{
		width: 96%;
	    margin: 20px auto 35px;
	    padding: 10px 0px 35px;
	}
	.result-titel{
	    width:175px;
	    height: 30px;
	    text-align: center;
	    line-height: 30px;
	    font-size: 18px;
	    background: url(../images/bg04.png);
	    background-size: 100% 100%;
	    margin: 20px auto 0px;
	    letter-spacing: 2px;
	}
	.product-info-box{
    	padding: 30px 10px 0px;
	}
	.product-info-box .product-img{
	    float:none;
	   	width: 250px;
	   	height: 200px;
	   	text-align: center;
	   	line-height: 200px;
	    margin: 0 auto;
	    height: auto;
	    border: 1px solid #ddd;
	    text-align: center;
	    overflow: hidden;
	}
	.product-info-box .product-img  img{
		max-width: 250px;
		max-height: 200px;
	}
	.product-info-box .product-info{
	    float:none;
	    width: 100%;
	    padding-top: 20px;
	}
	.product-info-box .product-name{
	    font-size: 16px;
	    padding: 5px 0px 10px;
	}
	.product-info-box .info{
	    padding-top: 15px;
	    line-height: 180%;
	    font-size: 14px;
	}
	.product-info-box p{
   		 padding-bottom: 10px;
	}
	.introtable{
    	padding: 20px 5px;
	}
	.introtable table{
	    border-collapse: collapse;
	    width: 100%;
	    font-size: 14px;
	}
	.introtable table td:first-child{
	    width: 100px;
	    padding: 10px 0px;
	    text-align: center;
	}
	.introtable table td{
	    padding: 10px 0px 10px 10px;
	    line-height: 25px;
	}
	.resuit-footer{
	    height: 80px;
    	line-height: 25px;
    	text-align: center;
    	color: #333;
		background: #F0F4F3;
    	font-size: 13px;
	}
}