@charset "UTF-8";
/* CSS Document */

.flgw-banner{
	width:100%;
	min-width:1200px;
	height:400px;
	overflow:hidden;
	clear:both	
}
.container{
	width:1200px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
	clear:both;
	margin-top:-260px;
}
.container .list{
	width:720px;
	height:auto;
	float:left;
	overflow:hidden;
	background:#ffffff;
	margin-right:15px;
	padding:30px;
	border-top-left-radius: 15px;
	border-top-right-radius:15px ;
}
.container .list .one{
	width:720px;
	height:auto;
	float:left;
	overflow:hidden;
	border-bottom:1px solid #eeeeee;
	padding-bottom:10px;
	margin-bottom:10px
}
.container .list .one .icon{
	width:40px;
	height:auto;
	float:left;
	overflow:hidden;
	padding-top:7px	
}
.container .list .one .con{
	width:680px;
	height:auto;
	float:left;
	overflow:hidden;
	line-height: 24px;	
}
.container .list .one .con li{
	list-style:none;
	width:680px;
	height:auto;
	float:left;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	padding-top:8px;
	padding-bottom:8px;
	color:#666666
}
.container .list .one .con li#title{
	list-style:none;
	width:680px;
	height:auto;
	float:left;
	overflow:hidden;
	font-size:20px	
}
.container .list .one .con li#title a{
	text-decoration:none;
	color: #000000;	
}
.container .list .one .con li#sub{
	list-style:none;
	width:680px;
	height:auto;
	float:left;
	overflow:hidden;
	font-size:14px;
	color:#999999
}
.container .ask{
	width:390px;
	height:auto;
	float:right;
	overflow:hidden;
	border-top-left-radius: 15px;
	border-top-right-radius:15px ;
}
.container .ask .one{
	width:360px;
	height:auto;
	float:left;
	overflow:hidden;
	background:#ffffff;
	padding:15px;
	padding-bottom:25px
}
.container .ask .one a{
	text-decoration: none;
}
.container .ask .one li{
	list-style:none;
	text-align:center;
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
	color:#737373
}
.container .ask .one li#btn1{
	list-style:none;
	text-align:center;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	background:#ff6600;
	color:#ffffff;
	width:150px;
	height:28px;
	border-radius:35px;
	margin:0px auto;
	margin-bottom:20px;
	cursor: hand;
	cursor: pointer;
}
.container .ask .one .title{
	width:360px;
	height:38px;
	font-size:22px;
	text-align:center;
	color:#737373;
	padding-top:15px
}
.container .ask .one .answer{
	width:330px;
	height:auto;
	color:#737373;
	padding:15px;
	border-bottom:1px solid #f8f8f8;
	overflow:hidden
}
.container .ask .one .answer .answer-left{
	width:25px;
	height:auto;
	float:left;
	overflow:hidden;
	padding-top:13px
}
.container .ask .one .answer .answer-right{
	width:295px;
	height:auto;
	float:left;
	overflow:hidden;
	margin-left:10px
}
.container .ask .one .answer .answer-right li{
	list-style:none;
}
.container .ask .one .answer .answer-right li#answer-text{
	font-szie:16px;
	text-align:left;
}
.container .ask .one .answer .answer-right li#other{
	text-align:left;
	font-size:14px;
	color:#999999;
	margin-top: -20px;
}
.small-line{
	border-bottom:1px solid #f8f8f8
}
.line{
	border-top:25px solid #f8f8f8	
}
.line-bottom{
	border-bottom:25px solid #f8f8f8	
}

a{
	color:#2076be	
}

.page{
	text-align:center;
	font-size: 16px;
	height: 55px;
	padding-top: 5px;
	margin-bottom: 35px;
}
.page a{
	font-size: 16px;
	border: 1px solid #ff6600;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background: #ff6600;
}
