@charset "utf-8";
/* CSS Document */
.act-page {
	overflow: hidden;
	font-family: '\5FAE\8F6F\96C5\9ED1';
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.main-inner {
	width: 980px;
	margin: 0 auto;
}
.banner {
	position: relative;
	height: 425px;
	background-repeat:no-repeat ;
	background-position:top  center;
}
.module {
	padding: 70px 0 80px;
}
.module .title {
	font-size: 40px;
	color: #222;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.module h3 {
	font-size: 24px;
	color: #222;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 10px;
}
.module .orange-color {
	color: #ff8828;
}
.module p {
	font-size: 20px;
	line-height: 1.8;
}
.product-plan .title {
	margin-bottom: 90px;
}
.plan-main {
	margin-left: -53px;
	margin-right: -20px;
}
.plan-list {
	width: 450px;
}
.plan-list li {
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 30px;
}
.plan-list li.w34 {
	width: 34%;
}
.plan-list li p {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
.tips{
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
	color: #e43232;
	font-weight: bold;
}
.tips .icon{
	position: relative;
	top: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(../images/tips.png) no-repeat;
}
.product-feature {
	background: #fafafa;
}
.feature-list li {
	position: relative;
	padding-left: 150px;
	min-height: 100px;
	margin-bottom: 30px;
}
.feature-list li .feature-img {
	position: absolute;
	left: 20px;
	top: 0;
}
.feature-list li p {
	color: #555;
	line-height: 1.5;
}
.product-case {
	padding-bottom: 0;
}
.case-top {
	position: relative;
	padding-left: 210px;
	margin-bottom: 20px;
}
.case-top .case-img1 {
	position: absolute;
	left: 0;
	top: 0;
}
.case-text {
	margin-bottom: 30px;
}
.case-list {
	margin: 0 -18px;
}
.case-item {
	background: #fffbef;
	margin: 18px;
	float: left;
	width: 390px;
	text-align: center;
	padding: 30px 40px 0;
}
.case-item img {
	margin-bottom: 10px;
}
.case-bottom div {
	margin: 30px;
}
.case-bottom strong {
	display: block;
	font-size: 24px;
}
.case-bottom span {
	font-size: 18px;
	color: #555;
	margin: 5px 0;
	display: block;
}
.module .remarks-text {
	color: #777;
	line-height: 1.5;
}
.insure-rule {
	padding-top: 30px;
	padding-bottom: 50px;
}
.rule-ul{
	margin-bottom: 15px;
}
.rule-ul li {
	float: left;
	margin-right: 55px;
	font-size: 20px;
	color: #333;
	line-height: 34px;
	margin-bottom: 25px;
}
.rule-ul li span {
	background: #ff8828;
	display: inline-block;
	padding: 0 10px;
	border-radius: 17px;
	color: #fff;
	margin-right: 10px;
}
.insure-rule .tab-tit {
	font-size: 19px;
	color: #333;	
	margin-bottom: 15px;	
}
.case-tab{
	border: 1px solid #ff8828;
	font-size: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
    border-spacing: 0;
}
.case-tab th{
	background: #ff8828;
	color: #fff;
	border-right:1px solid #fff;
	padding: 20px;
}
.case-tab th:last-child{
	border-right:none ;
}
.case-tab td{
	color: #333;
	padding: 20px;
	border-bottom: 1px solid #ffc393;
	border-right: 1px solid #ffc393;
}
.case-tab td:last-child{
	border-right:none ;
}
.case-tab tr:last-child td{
	border-bottom: none;
}
.insure-region{
	margin-top: 40px;
	padding: 30px;
	background: url(../images/bg.png) no-repeat center bottom;	
}
.insure-region p{
	font-size: 20px;
	color: #333;
}
.insure-region a{
	color: #4aa6fb;	
	padding-bottom: 2px;
	border-bottom: 1px solid #4aa6fb;
}
.insure-region .region-top{
	padding-bottom: 25px;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom: 15px;
}
.insure-region .region-bottom p{
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	overflow: hidden;
}
.insure-region .region-bottom p i{
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	float: left;
	padding-top: 2px;
	
}
.explain-text{
	margin-top: 25px;
}
.explain-text p{
	font-size: 16px;
	color: #777;
}
