body {
	padding-top: 70px;
	
}
.nav-tel {
    color: #0085d7;
    font-family: "Arial";
    font-weight: bold;
    font-size: 20px;
}
.btn-regist{
	background: #0087e1 none repeat scroll 0 0;
    border: 1px solid #7ecef4;
    border-radius: 30px;
    color: black;
    font-size: 14px;
    text-align: center;
    width: 80px;
}
.btn-login{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #0085d7;
    border-radius: 30px;
    color: black;
    font-size: 14px;
    text-align: center;
    width: 80px;	
}
.img-inline{
	display: inline;
}
.footer-bg{
	background: #0474bf none repeat scroll 0 0; /*  #2e3643*/
	color: #e5e5e5;
}
.price-heading{
	margin: 60px 0;
}
.solution-divider {
	margin: 30px 0;
}
.about-main {
	font-size: 16px;
}
.about-main h1{
	margin: 20px 0 0 0;
}
.about-main p{
	text-indent: 2em;
}
#navbar ul>li>a {
	font-size: 18px;
	text-align: center;
}
#navbar ul>li>a:hover {
	color: #333;
}
.loginMain {
	margin-top: -30px;
}
.loginMain .tel {
	padding-top: 35px;
}
.loginContent {
	background-color: #0085d7;	
    background-repeat: no-repeat ;
}
.loginContent .content {
	margin-left: 0px; 
	margin-right: 0px;
}
.loginContent .loginForm {
	background-color: #fff;
	border-radius: 6px;
}
.loginContent .loginForm .title {
	text-align: center;
	color: #0085d7;
}
.loginContent .loginSub {
	padding-bottom: 10px;
}
.fversion {
	text-align: center;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 500px;
	
	margin-top:50px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: #777;
}

.carousel-inner>.item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}

.marketing h2 {
	font-weight: normal;
}

.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}
.marketing{ padding-top:20px;}
.marketing .featurette h2{ margin-top:0}

/* Featurettes
------------------------- */
.featurette-divider {
	margin: 40px 0; /* Space out the Bootstrap <hr> more */
}
.featurette h1{
	text-align: center;
	margin:50px 0;
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
	text-align:center;
}
.featurette .solution-heading{
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
	margin-top: 50px;
	margin-bottom: 0px;
}
/* step style start */
.stepform {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 15px;
}

.stepform #progressbar{ }
.stepform #progressbar li{ width:33%; height:50px; background:url(../images/step_icon.png) center no-repeat; background-size:100%; margin-right:-50px; position:relative; line-height:50px;}
.stepform #progressbar #li1{ z-index:3}
.stepform #progressbar #li2{ z-index:2}
.stepform #progressbar #li3{ z-index:1}

.stepform .fieldset {
	background: white;
	border: 0 none;
	border-radius: 6px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 30px 50px;
	box-sizing: border-box;
}
.stepform fieldset {
	background: white;
	border: 0 none;
	border-radius: 6px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*inputs*/
.stepform input, .stepform textarea {
	margin-bottom: 10px;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
.stepform .action-button {
	width: 100px;
	background: #27AE60;
	background:url(../images/btnbg_b.png);
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	width:135px; height:37px; border:1px #CCC solid; border-radius:5px;
	/*padding: 10px 5px;*/
	margin: 10px 5px;
}
.stepform .action-button:hover, .stepform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 24px;;
	text-transform: uppercase;
	color: #0087e1;
	margin-top: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 20px;
	color: #666;
	margin-bottom: 30px;
	margin-top:0;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	margin-right:-100px;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
	font-size: 24px;
	color: #333;
	/*margin-left:30px;*/
}
.regist{ width:100%; background:#f1f1f1; background:url(../../images/regist_bg.jpg) center no-repeat;}
#progressbar li:before {
	/*content: counter(step);*/
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	content:normal;
}
/*progressbar connectors*/
#progressbar li:after {
	/*content: '';*/
	width: 168px;
	height: 125px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	/*background: #27AE60;
	color: white;*/
	background:url(../../images/step_icon-1.png) center no-repeat;
}
#progressbar li.active{background:url(../images/step_icon-1.png) center no-repeat; background-size:100%; color:#fff;}
.agreement h1{
	text-align:center; 	
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media ( min-width : 768px) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}
	.featurette-heading {
		font-size: 50px;
	}
	.nav>li:hover .dropdown-menu {
		display: block;
	}
	#navbar ul>li {
		padding: 0;
	}
	#navbar ul>li>a {
		display: block;
		line-height:50px;
		padding:0 15px;
		color:#fff;
	}
	
	.project-name{
		display: none;
	}
	.footer-bg .footer-main{
		margin: 15px auto; overflow:hidden;
	}
	.footer-bg .footer-main .ftlogo{ padding-top:50px;}
	.foot .titleft{  background:url(../../images/ftline.jpg) left center no-repeat;}
	.foot .titright{ background:url(../../images/ftline.jpg) left center no-repeat;}	
	.foot .titleft .nav-tel{ background:url(../../images/ft_tel_icon.png) left no-repeat; margin-top:20px;}
	.foot .titleft .tit2{ font-size:12px; font-family:"宋体"; line-height:20px; padding-left:15px; padding-bottom:15px;}

	.about-main{
		padding: 0 20px;
	}
	.about-main h1{
		margin: 60px 0 0 0;
	}
	.loginContent .loginForm {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.nav-tel { padding-left:80px; padding-top:25px; font-size:24px; font-family:"微软雅黑"; color:#d4d8db;}
	.topnav-right {
		float: right;
	}
	.foot .titright img{ width:130px; height:130px;}
}

@media ( min-width : 992px) {
	#navbar ul>li>a {
		padding:0 30px;
		color:#fff;
	}
	#navbar .topnav-left>li, #navbar .navbar-blue>li{background:url(../../images/navline.jpg) 2px center no-repeat;}
	#navbar .topnav-left>li>a {
		padding:0 40px;
		color:#fff;
	}
	.featurette-heading {
		margin-top: 20px;
	}
	.logo {
		display: none;
	}
}

@media ( min-width: 1200px){
	.logo {
		display: block;
		width: 355px;
		height: 71px;
		background-image: url("../../images/LOGO.png");
		background-repeat: no-repeat;
	}
}
@media ( min-width: 1024px){
	.logo {
		display: block;
		width: 355px;
		height: 71px;
		background-image: url("../../images/LOGO.png");
		background-repeat: no-repeat;
	}
}
@media ( min-width: 768px){
	.logo {
		display: block;
		width: 355px;
		height: 71px;
		background-image: url("../../images/LOGO.png");
		background-repeat: no-repeat;
		margin:8px auto 8px auto;
	}
}