.wrap {
	width: 1200px;
	margin: 0 auto;
}

.header {
	position: relative;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid #034697;
}

.logo {
	display: inline-block;
	width: 190px;
}

.logo img {
	width: 100%;
}

.nav {
	float: right;
	display: inline-block;
}

.nav-li {
	display: inline-block;
	width: 100px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 0 15px;
	cursor: pointer;
}

.nav-li a {
	display: inline-block;
	width: 100%;
	color: #044493 !important;
}

.nav-li a.active {
	background: #044493;
	border-radius: 10px;
	color: #fff !important;
}

.nav-li a.active:hover {
	color: #fff !important;
}


/*banner*/

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 8px;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 10px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, .5);
}


/*跑马灯*/

.lamp {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #444444;
	background: #f0f0f0;
	overflow: hidden;
}

.lamp-img {
	display: inline-block;
	font-size: 0;
	width: 20px;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -25px;
	margin-right: 10px;
}

.lamp-img img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.title-h1 {
	margin-top: 30px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #132752;
	font-weight: bold;
	text-align: center;
}

.title-h2 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	text-align: center;
}

.About-content {
	margin-top: 25px;
	padding: 50px 180px;
	border-radius: 10px;
	background: #f0f0f0;
	font-size: 14px;
	color: #444;
	line-height: 25px;
	text-indent: 2em;
}

.nav-tabs {
	width: 100%;
	text-align: center;
	float: inherit;
	padding: 25px 0;
	border: none;
}

.nav-tabs li {
	display: inline-block;
}

.nav-tabs li a {
	display: inline-block;
	width: 130px;
	font-size: 20px;
	border-radius: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #ddd;
	color: #044493;
	margin: 0 20px;
	font-weight: bold;
}

.nav-tabs li a.active,
.nav-tabs li.active a {
	background: #044493;
	color: #fff;
}

.nav-tabs li {
	/*display: inline-block;
	width: 100px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	background: #132752;
	color: #fff;*/
}

.ProductList {
	overflow: hidden;
	padding: 30px 0;
	padding-bottom: 0;
}

.ProductList li {
	position: relative;
	width: 255px;
	height: 255px;
	border-radius: 30px;
	float: left;
	margin-right: 60px;
	overflow: hidden;
	margin-bottom: 60px;
}

.ProductList li:nth-child(4n) {
	margin-right: 0;
}

.ProductList li img {
	width: 100%;
	height: 100%;
	transition: transform 1s;
}

.ProductList li:hover img {
	cursor: pointer;
	transform: scale(1.2, 1.2);
}

.ProductText {
	position: absolute;
	left: 0;
	bottom: -40px;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	background: rgba(0, 0, 0, .3);
	transition: bottom .5s;
	background: #044493;
	color: #fff;
}

.ProductList li:hover .ProductText {
	bottom: 0;
}

.footer {
	padding: 20px;
	background: #000;
	text-align: center;
}

.FriendshipLinks {
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.info {
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
}


/**/

#l-map {
	height: 500px;
	width: 100%
}

#r-result {
	width: 100%
}

form.companysel {
	width: 1200px;
	margin: 20px auto
}

form.companysel span {
	width: 100px;
	font-size: 16px;
	color: #000;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 10px
}

form.companysel select {
	width: 250px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer
}

form.companysel input {
	width: 530px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	-webkit-border-radius: 5px;
	cursor: pointer;
	background: #fff;
	border: 1px #ccc solid;
	padding: 0 10px
}

#l-map {
	height: 500px;
}

.ContactInfo {
	overflow: hidden;
	margin-bottom: 50px;
}

.ContactInfoLi {
	float: left;
	width: 50%;
	font-size: 16px;
	color: #4d4d4d;
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
}

.ContactInfoLi label {
	color: #4d4d4d;
	font-weight: bold;
}

.menu {
	display: none;
	position: absolute;
	right: 10px;
	top: 13px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.Details-Img{
	width: 50%;
	margin: 10px auto;
}
.Details-Img img{
	width: 100%;
}
marquee {
	width: 1160px;
}
.commodityTitle{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.commodityInfo{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.commodityInfo label{
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.header {
		height: 60px;
		line-height: 60px;
	}
	.logo {
		width: 125px;
		margin-left: 10px;
	}
	.menu.active {
		display: block;
	}
	.wrap {
		width: 100%;
	}
	marquee {
		width: calc(100% - 35px) !important;
	}
	.header .nav {
		display: none;
		position: absolute;
		top: 80px;
		right: 0;
		float: inherit;
		width: 100px;
		z-index: 100;
		background: rgba(0, 0, 0, .5);
	}
	.nav-li {
		display: block;
		width: 100%;
		text-align: center;
		height: 35px;
		line-height: 35px;
		margin: 0;
		cursor: pointer;
		font-weight: bold;
		border-bottom: 1px solid #044493;
	}
	.nav-li a {
		display: inline-block;
		width: 100%;
		color: #fff !important;
	}
	.nav-li a.active {
		border-radius: 0;
		color: #044493 !important;
		background: rgba(255, 255, 255, 1);
	}
	.About-content {
		padding: 10px;
	}
	/**/
	.title-h1 {
		font-size: 24px;
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
	}
	.title-h2 {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}
	.ProductList li {
		position: relative;
		width: calc(50% - 20px);
		height: auto;
		border-radius: 30px;
		float: left;
		margin-right: 0;
		margin: 10px;
		overflow: hidden;
		margin-bottom: 60px;
		margin-bottom: 0;
	}
	.ProductList {
		overflow: hidden;
		padding: 0;
		padding-bottom: 20px;
	}
	.FriendshipLinks {
		font-size: 12px;
		line-height: 20px;
		height: auto;
	}
	.info {
		font-size: 12px;
		height: auto;
		line-height: 25px;
	}
	form.companysel {
		width: 100%;
		font-size: 14px;
		margin: 20px auto
	}
	form.companysel input {
		width: 250px;
		font-size: 14px;
		margin: 10px 0;
	}
	#l-map {
		height: 300px;
	}
	.ContactInfoLi {
		font-size: 12px;
		padding-left: 10px;
	}
	.ContactInfoLi:last-child {
		width: 100%;
	}
	.Details-Img {
	    width: 100%;
	    margin: 10px auto;
	}
}