﻿#myCarousel{ margin:0 auto;}
.carousel-inner .item img{ width:100%;}

@media screen and (min-width:1200px){
	#myCarousel{width:100%;}
	#indexContent .container-fluid ,#indexContent .content{ width:85%; margin-left:7.5%;}
	#queryResult{ width:85%; margin-left:7.5%;}
	.mobile-search{display:none;}
	.search{display:block;}
}
@media screen and (max-width:1200px){
	#myCarousel{width:100%;}
	#indexContent .content{ width:85%;}
	#indexContent .container-fluid{ width:100%;}
	#queryResult{ width:100%;}
	.search{display:none;}
	.mobile-search{display:block;}
}

#grad{
  background: -webkit-linear-gradient(#e8eef5, #b1c6de); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#e8eef5, #b1c6de); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#e8eef5, #b1c6de); /* Firefox 3.6 - 15 */
  background: linear-gradient(#e8eef5, #b1c6de); /* 标准的语法 */
}

/*查询输入框*/
#myCarousel{ position:relative;}
#myCarousel .search{ position:absolute; left:15%; top:80px; z-index:1; width:320px; height:190px; background:#fff;}
#myCarousel .search .title{ height:40px; line-height:40px; background:#4A79C7; color:#fff; text-align:center; font-size:16px;}
#myCarousel .search .trackNo{ width:290px; height:84px; margin-top:15px; margin-left:15px; border-radius:5px;resize:none;}
#myCarousel .search .btn{ width:75px; height:30px; display:block; color:#fff; border-radius:5px; background:#4A79C7;
					margin:5px auto;}
/*手机查询框*/
.mobile-search{ position:fixed; border:1px solid #ccc; left:0; top:25px; width:100%; min-height:250px; height:35vh; background:#fff; z-index:9999;}
.mobile-search .title{ height:40px; line-height:40px; background:#4A79C7; color:#fff; text-align:center; font-size:16px;}
.mobile-search .trackNo{ width:100%; height:20vh; min-height
:150px; margin-top:15px; border-radius:5px;resize:none;}
.mobile-search .btn{ width:75px; height:30px; display:block; color:#fff; border-radius:5px; background:#4A79C7;
					margin:5px auto;}	
.mobile-search .title .closeQuery{ display:block; width:40px; height:40px; background:#f20; float:right; cursor:pointer;}				
					

#indexContent{ margin-top:1%;}
.service{ margin-top:50px;}
.service .item{ width:19%; display:inline-block; vertical-align:top; text-align:center;}
.service .item a{ display:block; color:#666; text-decoration:none; background:#fff;}
.service .item img{ margin:10px auto;}
.service .item span{ display:block; text-align:center;}

.biz{ margin-top:50px;}
.biz .col{ background:#f9f9f9; height:275px; border:1px solid #eee;}
.biz .row .title{ height:40px; background:#e1dfe0; /*background:#f00;*/ line-height:40px; clear:both; color:#333; /*color:#fff;*/ font-size:16px;}
.biz .row .title .detail{ margin-left:10px; float:left;}
.biz .row .title .more{ margin-right:10px; float:right; text-decoration:none; color:#333;}

/*公司介绍*/
.biz .production{ padding:10px;}
.biz .production img{ display:block; float:left; margin:5px;}

/*新闻*/
.biz .news{ padding:10px;}
.biz .news .newItem { display:block; clear:both;}
.biz .news .newItem img{ float:left;}
.biz .news .newItem .text h2{ color:#333; font-size:18px; font-weight:bold;}
.biz .news .newItem .text h2 span{ float:right; font-weight:normal; color:#666; font-size:14px;}
.biz .news .newItem .text span{ color:#666;}

.biz .news .item{ display:block; clear:both; font-size:14px; color:#666; height:25px; line-height:25px;}
.biz .news .item .newsTitle{ float:left;}
.biz .news .item .time{ float:right;}

/*联系我们*/
.contact{ padding:10px;}
.contact h2{ display:inline; font-size:14px; font-weight:normal; line-height:25px; height:25px;}


#queryResult .title{ background:#E1DFE0; margin-top:1%; height:30px; line-height:30px; padding-left:10px;}
#queryResult .resInfo{ padding-left:10px;}
#queryResult .resInfo .headInfo{ font-size:16px; color:#333;line-height:30px;}
#queryResult .resInfo p{ margin-left:10px;}
#queryResult .resInfo .error{ font-size:16px; color:#f00;line-height:30px; display:block;}