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

body,div,h1,h2,h3,h4,li,p,a,strong,span{font-family:'微软雅黑'}

a:hover{ text-decoration:none !important}

.contant{width:960px;margin:0 auto;}
.page-title {
	background:url(../images/bg-page-title.jpg) repeat-x center 0 #009fda;
	color: #fff;
	padding: 13px 0 0 0;
	height:114px;	
	text-align:left;
}
.page-title h1 {
	width:100%;
	font: 700 44px/58px "Open Sans", sans-serif;
	letter-spacing:-1px;
}
.page-title p {
	font: 300 24px "Open Sans", sans-serif;
}
.page-title .wrapper {
	position: relative;
}
.wrapper {
	margin: 0 auto;
	/* width: 960px;                                      周湘豫 */
}
.plan-option .active{
	width:267px;
	}

@media (max-width:900px) {
	.page-title h1 {
		width:100%;
		font: 700 24px/58px "Open Sans", sans-serif;
		letter-spacing:-1px;
	}
	.page-title p {
		font: 300 18px "Open Sans", sans-serif;
	}
}






