/*banner部分*/
.info-box {
	height: 100%;
}

.info-nav {
	position: relative;
	height: 412px;
	padding-top: 72px;
}
.info-banner {
	position: relative;
	height: 502px;
	width: 100%;
	min-width: 1220px;
}


.product-info-title {
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;;
}

.product-info {
	padding-top: 60px;
}
.product-info-detail {
    margin-top: 10px;
    width: 720px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
.product-info-btn {
	margin: 30px 0 28px;
}

.product-info-btn a {
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.product-info-btn a {
	display: inline-block;
	width: 120px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.product-info-btn a.info-btn-price{
  border:none;
  color: #0080ff;
}
.info-btn1 {
	background: #0080ff;
	margin-right: 20px;
}
.info-btn1:hover {
	background-color: #0080ff;
}

.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;
}
.margin-left-0 {
	margin-left: 0!important;
}
.product-info-stand {
	/* margin-top: 25px; */
	/* padding-left: 30px; */
	/* background: url(img/introduce_tip.png) no-repeat left center; */
	font-size: 12px;
	margin-bottom: 14px;;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 48px; */
	letter-spacing: 0px;
	color: #fff;
}

.product-info-stand a {
	margin: 0px 2px;
	display: inline-block;
	color: #059fff;
}
/*公共标题*/
.module-title {
	position: relative;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.module-title .module-title-name {
	display: inline-block;
	padding-right: 15px;
	font-size: 26px;
	color: #333;
}
/* .module-title .group-span {
	float: right;
    margin-top: -25px;
	margin-left: 20px;
    width: 100%;
    height: 20px;
	font-size: 14px;
    display: inline-block;
    background: url(img/line_ico.png) repeat-x;
    z-index: 10;
} */
.group-title {
	font-size: 18px;
	color: #333;
}
/* 常见问题 */
.fff .faq-wrap{
	background: #fff;
}
.faq-wrap{
	background-color: #f7f8fa;
	padding: 60px 0;
}
.qa-box {
	margin: 50px 0px 40px 0px;
}
.qa-box li {
	position: relative;
	float: left;
	width: 364px;
	height: 240px;
	/* border-left: 1px dashed #eee; */
	background: #fff;
	margin:0 20px
}
.qa-box li:first-child {
	border-left: 0px;
}
.qa-title {
	position: relative;
	height: 36px;
	line-height: 36px;
	margin-top: 22px;
	/* background-image: url(img/introduce_question.png); */
	/* background-repeat: no-repeat; */
}
.qa-title1 {
	background-position: 30px 0;
}
.qa-title2 {
	background-position: 30px -46px;
}
.qa-title3 {
	background-position: 30px -92px;
}
.qa-title span {
	display: inline-block;
	margin-left: 30px;
	font-size: 18px;
	color: #333;
}
.qa-title a {
	position: absolute;
	right: 22px;
	top: 0px;
	display: inline-block;
	font-size: 12px;
	color: #0080ff;
}
.qa-box-list {
	margin-left: 30px;
	margin-top: 8px;
	margin:8px 0px 0px 30px;
}
.qa-box-list a {
	position: relative;
	display: block;
	padding-left: 6px;
	font-size: 12px;
	color: #666;
	height: 30px;
	line-height: 30px;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}
.qa-box-list a:before {
	position: absolute;
	left: 0px;
	top: -4px;
	content: ".";
	font-size: 12px;
	color: #333;
}
/*根据屏幕决定定位*/

.nav-box {
	width: 100%;
	height: 68px;
}

.nav-show {
	position: fixed;
	top: -1px;
	z-index: 9999;
	border-top: 1px solid rgba(247, 249, 250, 0.36);
	background: url("img/banner_nav_bg.png") repeat-x;
}

.nav-hide {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
}

.orientation-nav-box {
	position: relative;
}

.banner-nav {
	/* position: absolute; */
	/* top: 0px; */
	/* right: 100px; */
	height: 68px;
	/* margin:0 auto; */
	display: flex;
	justify-content: space-around;
}
.banner-nav-fixed{
	position: absolute;
	top: 0px;
	right: 100px;
	height: 68px;
}
.banner-nav li {
	height: 66px;
	margin-right: 40px;
	float: left;
}

.banner-nav li a {
	height: 66px;
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 66px;
}
.nav-hide .banner-nav li a {
	height: 68px;
	line-height: 68px;
}
.nav-show .banner-nav li a {
	height: 64px;
	line-height: 64px;
}
.banner-nav li a:hover, .banner-nav li a.active {
	border-bottom: 2px solid #059fff;
}

.nav-server {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #4c4c4c;
	padding-left: 61px;
	height: 68px;
	line-height: 68px;
	width: auto;
	padding-right: 25px;
	min-width: 185px;
}

.nav-server:before {
	position: absolute;
	left: 20px;
	top: 2px;
	content: url(img/nav_server_ico.png);
	width: 16px;
	height: 14px;
}
.nav-server ul {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	background-color: #fafafa;
	width: 100%;
	padding: 10px 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.nav-server:hover {
	background-color: #fafafa;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-left: -1px;
}
.nav-server:hover:before {
	content: url(img/nav_server_ico_hover.png);
}
.nav-server:hover ul.nav-other-list {
	display: block;
	border: 1px solid #eee;
	border-top: none;
}

.nav-server ul li {
	height: 50px;
	line-height: 50px;
}
.nav-server ul a {
	display: block;
	/* width: 100%; */
	height: 100%;
	color: #4c4c4c;
	font-size: 14px;
	padding: 0 23px;
	/* padding-left: 40px; */
}
.nav-server ul a:hover {
	background-color: #059fff;
	color: #fff;
}
.buy_btn {
	display: block;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ff6600;
}
