﻿.auto {
	margin: 0 auto;
	min-width: 1380px;
	max-width: 1380px;
}
.w {
	margin: 0 auto;
	min-width: 1200px;
	max-width: 1200px;
}
.container{width:1200px}
.info-banner {
	background: url("../image/400-banner.png") no-repeat center top;
}
.info-banner {
	position: relative;
	padding-top: 75px;
	width: 100%;
	height: 480px;
}
.info-box {
	height: 100%;
}

.info-nav {
	position: relative;
	padding-top: 90px;
}

.product-info-title {
	margin-bottom: 22px;
	height: 46px;
	line-height: 46px;
	font-size: 46px;
	color: #ff3400;
}

.product-info-detail {
	margin-bottom: 42px;
	width: 524px;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
}

.product-info-btn {
	margin: 10px 0 18px;
}


.product-info-btn a.btn {
	display: inline-block;
	margin-right: 10px;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	border-radius: 1px;
}

.product-info-btn a {
	display: inline-block;
	width: 150px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.info-btn1 {
	background: #015bfe;
	margin-right: 20px;
}
.info-btn1:hover {
	background-color: #015bfe;
}

.info-btn2 {
	background: transparent;
	border: solid 1px #ffffff;
}
.info-btn2:hover {
	background-color: transparent;
}

a.info-btn3 {
	margin-left: 20px;
	background: #fff;
	color: #059fff;
	border: 1px solid #059fff;
	line-height: 35px;
}
