@charset "utf-8";
#banner {
	overflow: hidden;
	height: 132px;
	border-top: 2px solid #e4e4e4;
	background: url(../img/b_about.jpg) center center no-repeat;
}
#banner h2 {
	margin: 43px auto 0;
	width: 1060px;
	height: 46px;
	line-height: 44px;
	font-size: 25px;
	font-weight: normal;
	padding-left: 10px;
	border-left: 4px solid #4190de;
}
#main {
	margin: auto;
	width: 1100px;
	overflow: hidden;
}
.about .t {
	clear: both;
	padding-top: 30px;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
}
.about .s {
	padding-bottom: 20px;
	text-align: center;
	font-size: 22px;
	color: #666;
	line-height: 40px;
}
.about p {margin: 30px 0}
.about img {margin: 36px 0 0 30px}
.about .g {
	display: inline-block;
	padding-top: 62px;
	width: 275px;
	height: 170px;
	font-size: 22px;
	color: #999;
	text-align: center;
	background: url(../img/ico_heart.png) center 62px no-repeat;
}
.about .g p {
	margin: 12px 0 42px 150px;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	color: #5d6368;
}
.about .g i {
	display: block;
	font-size: 14px;
	font-style: normal;
}
.contact .s, .payment .s {
	padding-top: 30px;
}
.contact .t, .payment .t {
	clear: both;
	padding-top: 10px;
	font-size: 18px;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
}
.contact .l {
	float: left;
	margin-top: 30px;
	padding: 0 0 30px 35px;
	line-height: 36px;
	background: url(../img/ico_contact.png) 5px -61px no-repeat;
}
.contact .r {
	float: right;
	margin-top: 25px;
}
.contact .r div {
	float: left;
	width: 152px;
	margin-right: 30px;
}
.contact .r p {
	padding-left: 35px;
	background: url(../img/ico_contact.png) 5px 6px no-repeat;
}
.contact .r div:nth-child(2) p {background-position: 5px -29px}
.contact .r img {
	display: block;
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
}
.contact iframe {
	margin: 25px 0 60px;
	width: 1098px;
	height: 498px;
	border: 1px solid #ccc;
}
.payment .banks {
	padding-bottom: 70px;
	overflow: hidden;
}
.payment .bank, .payment .banks>div {
	margin-top: 20px;
	line-height: 36px;
	padding-left: 115px;
	background: url(../img/ico_payment.png) 0 27px no-repeat;
}
.payment .banks>div {
	float: left;
	margin-top: 30px;
	width: 435px;
}
.payment .banks>div:nth-child(1) {background-position: 0 -83px}
.payment .banks>div:nth-child(2) {background-position: 0 -193px}
.payment .banks>div:nth-child(3) {background-position: 0 -303px}
.payment .banks>div:nth-child(4) {background-position: 0 -413px}
.payment .banks u {
	display: inline-block;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
#QA {
	margin: 45px auto 50px;
	width: 1140px;
	overflow: hidden;
}
#QA .l {
	float: left;
	width: 708px;
	padding: 20px;
	border: 1px solid #eee;
}
#QA .l>div {
	height: 0;
	overflow: hidden;
	transition: height .3s ease-out;
}
#QA .l>div>div {
	height: 34px;
	border-bottom: 1px solid #d3d3d3;
}
#QA .l span {
	float: left;
	height: 33px;
	color: #2088e5;
	font-size: 18px;
	border-bottom: 2px solid #2088e5;
}
#QA .l h3 {
	margin: 30px 0 20px;
	font-size: 16px;
	color: #3a5364;
}
#QA .l h3 i {
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: url(../img/ico_qa.png) 0 0 no-repeat;
}
#QA .l p {color: #7d7d7d}
#QA .r {
	float: right;
	width: 320px;
	padding: 0 20px;
	border: 1px solid #e4e4e4;
	background-color: #fafafa;
}
#QA .r ul {
	height: 48px;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
	transition: height .3s ease-out;
}
#QA .r ul:last-child {
	border: none;
}
#QA .r li {
	padding: 0 0 6px 32px;
	width: 288px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#QA .r ul li:nth-child(1) {
	padding: 0;
	width: 320px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	cursor: pointer;
	background: url(../img/ico_qa.png) right -32px no-repeat;
}
#QA .r .f li:nth-child(1) {
	color: #2088e5;
	cursor: default;
}