.row{
	margin:0;
	padding:0;
}
.banner{
	position: relative;
}
.banner div{
    width: 680px;
    /*height: 260px;*/
    padding: 50px 40px 50PX;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 50%;
	left: 16%;
    transform: translateY(-50%);
}
.banner p{
	font-size: 36px;
	margin-bottom:45px;
}
.family-policy{
	width: 1200px;
	margin:95px auto 0;
}
.family-policy > p {
	text-align: center;
	font-size: 32px;
	margin-bottom: 80px;
}
.family-policy i{
	width: 61px;
	height: 56px;
	display: block;
    margin: 0 auto;
    text-align: center;
}
i.family-policy-01{
	background:url(../img/family-policy/family-policy-02.png) no-repeat;
}
i.family-policy-02{
	background:url(../img/family-policy/family-policy-03.png) no-repeat;
}
i.family-policy-03{
	background:url(../img/family-policy/family-policy-04.png) no-repeat;
}
.family-policy .col-md-4 {
	display: inline-block;
	float: none;
	width: 390px;
	vertical-align: top;
	text-align: left;
}
.family-policy .col-md-4 p{
	font-size:24px;
	text-align: center;
	margin:50px 0 30px;
}
.family-policy .col-md-4 span{
	padding: 0 20px;
    display: block;
	text-align: center;
}
.family-wp {
	width:1200px;
	padding-bottom: 100px;
	margin:90px auto;
	background-color:#f7f7f1;
}
.family-wp > p{
	margin:95px auto 55px;
	font-size:32px;
	text-align: center;
}
.family-wp > div {
	width: 84%;
	margin:0 auto;
}
.family-wp .col-md-4 {
	width: 330px;
	vertical-align: top;
	float: none;
	display: inline-block;
}
.family-wp .col-md-4 p{
	font-size:24px;
	text-align: center;
	margin-top: 30px;
}
.plan{
	width:1200px;
	margin:0 auto 100px;
}
.plan > p{
	margin-bottom:70px;
	font-size:32px;
	text-align: center;
}
.plan span{
	display: block;
	text-align: center;
	margin:60px 0 50px;
}
.plan img {
	display: block;
	margin:0 auto;
}
.enjoy{
	width:100%;
	background:#109ef0;
	padding-bottom:50px;
	padding-top:90px;
}
.enjoy-wp{
	width: 1200px;
	margin:0 auto;
}
.enjoy-wp > p{
	font-size:32px;
	margin:0 0 45px;
	text-align: center;
	color: #fff;
}
.enjoy-wp .col-md-6{
	margin-left:12px;
	padding:0;
	width: 580px;
	display: inline-block;
	float: none;
	vertical-align: top;
	text-align: left;
}
.enjoy-wp .col-md-6 > div , .enjoy-add{
	width: 100%;
	background:#fff;
	border-top: 1px solid transparent;
	height: 600px;
	border-radius: 10px;
}
.enjoy-wp .col-md-6 p ,.enjoy-add p{
	font-size: 24px;
	text-align: center;
	margin:50px 0 40px;
}
.enjoy-wp .col-md-6 img , .enjoy-add img{
	display: inline-block;
    float: left;
    margin:0 20px 0 50px;
    padding-bottom: 100px;
}
.enjoy-wp>img{
	position:relative;
	left:50%;
	transform: translateX(-50%);
	margin:50px 0;
}
.enjoy-wp .enjoy-add{
	width:98.4%;
	height:510px;
	margin:0 auto 50px;
}
.enjoy-wp>span{
	display: block;
	text-align: center;
	color:#fff;
	margin-bottom:40px;
}
.enjoy-wp .item{
	margin-bottom:44px;
}
.enjoy-wp .item span{
	display: block;
	padding-right: 18px;
}
.enjoy-wp .item span:first-child{
	font-weight: bold;
}
/* 常见问题 */
.question{
	width: 100%;
	background-color: #f5f5f5;
	padding:100px 0 30px;
}
.question-wp {
	width:1200px;
	padding:0 95px;
	margin:0 auto;
	border-top: 1px solid transparent;
}
.question-wp > p {
	font-size: 36px;
	margin-bottom:65px;
	text-align: center;
}
.question .list {
	margin-bottom: 60px;
}
.question .list i{
	display: inline-block;
	background-size: 100% 100%;
	position: relative;
	float: left;
	margin-right: 25px;
}
.question .list i.question-01{
	width: 32px;
	height: 33px;
	background:url("../img/choose-product/choose-product-05-16.png") no-repeat;
}
.question .list i.question-02 {
	width: 35px;
	height: 31px;
	background:url("../img/choose-product/choose-product-05-17.png") no-repeat;
}
.question .list span {
	color:#737373;
	width: 950px;
	float: left;
}
.question .list .wen {
	margin-bottom: 20px;
}
.question .list .wen span{
	font-size:20px;
	color: #4d4d4d;
}
.choose i{
    width: 118px;
    height: 138px;
    display: block;
    background: url(../img/biglogo.png) no-repeat;
    background-size: 100% 100%;
    margin: 80px auto 50px;
}
.choose p {
	text-align: center;
}
.choose div{
	text-decoration: none;
    width: 210px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    background-color: #109ef0;
    color: #fff;
    border-radius: 25px;
    display:block;
    text-align: center;
    margin:60px auto 90px;
    cursor: pointer;
}
.choose div:hover{
	background-color:#006fa1;
}
/*
@media only screen and (min-width: 1366px) and (max-width: 1500px) {
	.enjoy-wp .item{
		margin-bottom:30px;
	}
}*/
