
.banner{
	background-image: url(../images/banner-bg.jpg);
	background-position: center;
	height: 734px;
}
.banner .logo{
	padding-top: 38px;
	padding-bottom: 18px;
	border-bottom: 1px solid #858d9f;
}
.banner .logo .home-btn{
	display: block;
	font-size: 24px;
	color: #ccc;
	padding: .6rem 2rem;
	border: 1px solid #fff;
	border-radius: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.banner .logo .home-btn:hover{
	background-color: #fff;
	color: #444;
}
.banner .title{
	position: relative;
	text-align: center;
	color: #fff;
	height: 592px;
	padding-top: 26px;

}
.banner .title h1{
	position: relative;
	z-index: 5;
	font-size: 72px;
	font-weight: normal;
}
.banner .title:before{
	position: absolute;
	content: "";
	width: 540px;
	height: 540px;
	top: 50%;
	left: 50%;
	margin-left: -270px;
	margin-top: -270px;
	display: block;
	z-index: 0;
	background-image: url(../images/ban-tit-bg.png);
}
.banner .title h1 .years{
	padding-top: 100px;
}
.banner .title h1 .pro-name{
	font-size: 62px;
	line-height: 90px;
}

.nav-group{
	padding-top: 80px;
	padding-bottom: 42px;
	border-bottom: 1px solid #949494;
}
.nav-group ul{
	width: 785px;
	margin: 0 auto;
}
.nav-group .nav-item{
	float: left;
	width: 25%;
	text-align: center;
}
.nav-group .nav-item a{
	display: block;
	margin: 0 5px;
	font-size: 28px;
	color: #130e0f;
	padding: .8rem 0;
	border: 2px solid #949494;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.nav-group .nav-item a:hover{
	background-color: #0148dd;
	border-color: #0148dd;
	color: #fff;
}

.area-state{
	font-size: 20px;
	color: #777;
	text-align: center;
}
.area-state h3{
	line-height: 1em;
	font-size: 28px;
	color: #130e0f;
	padding-top: 60px;
	padding-bottom: 30px;
}
.area-state h3 span{
	display: inline-block;
	position: relative;
}
.area-state h3 span:before, .area-state h3 span:after{
	content: ' ';
	display: inline-block;
	position: absolute;
	height: 1em;
	width: 62px;
	background-image: url(../images/area-tit.png);
	background-position: center;
	background-repeat: no-repeat;
}
.area-state h3 span:before{
	left: -100%;
	margin-left: -12px;
}
.area-state h3 span:after{
	right: -100%;
	margin-right: -12px;
}
.area-state p{
	line-height: 42px;
	padding-bottom: 90px;
}
.currency-tit{
	width: 302px;
	margin: auto;
	margin-bottom: 90px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	font-size: 26px;
	line-height: 54px;
	background-color: #0148dd;
	box-shadow: 7px 7px 0 #99b6f1;
}

.table .ls-header{
	width: 100%;
	padding-bottom: 26px;
}
.table .ls-header-item{
	float: left;
	width: 20%;
	text-align: center;
	color: #0148dd;
	font-size: 26px;
	line-height: 1em;
}

.ls-row,.ls-td{
	zoom: 1
}
.ls-row:after,.ls-td:after{
	clear:both;
	content:'.';
	display:block;
	width: 0;height: 0;
	visibility:hidden;
}
.ls-group{
	display: table;
	width: 100%;
	border-top: 5px solid #0148dd;
	border-bottom: 5px solid #0148dd;
}
.ls-row{
	display: table-row;
	width: 100%;
}
.ls-row:last-of-type .ls-td{
	border-bottom: 0px solid #0148dd;
}
.ls-td{
	display: table-cell;
	width: 20%;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #0148dd;
	border-bottom: 2px solid #0148dd;
}
.ls-td:last-of-type{
	border-right: 0px;
	
}
.ls-dl{
	line-height: 3em;
}
.ls-dl{
	width: 100%;
	display: table;
	border-bottom: 1px solid #c2c2c2;
}
.ls-td .ls-dl:last-of-type{
	border-bottom: 0px;
}
.ls-td:last-of-type .ls-dl{

}
.ls-td .sch-href{
	color: #130e0f;
	border-bottom: 1px solid #130e0f;
}
.ls-dl .t-btn,.ls-dl .f-btn{
	display: inline-block;
	border: 2px solid #0148dd;
	border-radius: 10px;
	padding: .75rem 2.5rem;
}
.ls-dl .t-btn{	
	color: #0148dd;
	line-height: 1em;

}
.ls-dl .f-btn{	
	color: #ff0505;
}
.take-care{
	text-align: center;
	font-size: 24px;
	padding-top: 36px;
	padding-bottom: 100px;
}
.reg-take-care{
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 100px;
}

.footer{
	color: #fff;
	background-color: #2d2d32;
}
.footer h3{
	font-size: 27px;
	font-weight: normal;
	padding-top: 80px;
	padding-bottom: 20px;
}
.footer .container p{
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 80px;
}
.footer .code{
	margin-top: 90px;
}
.footer .copyright{
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	background-color: #1e2022;
	padding-top: .8em;
	padding-bottom: .8em;
}
.sign {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
}
.sign .sign-panel{
	position: absolute;
	height: 672px;
	top: 50%;
	left: 50%;
	width: 980px;
	margin-left: -490px;
	margin-top: -336px;
	background-color: #fff;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 16px;
}
.sign-header{
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #d9d9d9;
}
.sign-logo,.sign-text{
	display: inline-block;
}

.sign-panel .form{
	width: 520px;

	padding-top: 50px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px auto;
	font-size: 18px;
}
.sign-panel .form-row{
	margin-bottom: 20px;
}
.sign-panel .form-row>label{
	display: inline-block;
	width: 100px;
}
.sign-panel .form-int-a{
	display: inline-block;
	width: 398px;
	border: 1px solid #afafaf;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.sign-panel .form-int-b{
	width: 60px;
	font-size: 16px;
	margin-right: 12px;
	margin-left: 2px;
	border-bottom: 1px solid #afafaf;
}
.sign-panel .close{
	float: right;
	cursor: pointer;
	width: 38px;
	height: 38px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center;
}
.sign-panel .form-int-b:last-of-type{
	margin-right: 0px;
}
.sign-panel .form-row:last-of-type{
	padding-top: 20px;
}
.sign-panel .form-btn{
	display: block;
	font-size: 18px;
	width: 132px;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 8px;
	margin: 0px auto;

	border-radius: 6px;
	background-color: #0148dd;
}
.sign-panel .form .notes{
	font-size: 14px;
	text-align: center;
	color: #afafaf;
}

.success{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.course{
	padding-top: 60px;
}

.fixed-nav{
	position: fixed;	
	top: 50%;
	margin-top: -300px;
	right: 0;
	opacity: 0.6;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.fixed-nav:hover{
	opacity: 1;
}
.fixed-nav li{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-orient:vertical; 
    -moz-box-orient:vertical; 
    -o-box-orient:vertical; 
    box-orient:vertical; 
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
	background-color: #2c2c2c;
	border: 1px solid #ababab;
	width: 118px;
	height: 120px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.fixed-nav li:hover{
	background-color: #6f6f6f;
	color: #eee;
}
.fixed-nav li:hover>a{
	color: #eee;
}
.fixed-nav li>a{
	color: #ababab;
	text-align: center;
}
.fixed-nav li>a>i{
	display: block;
	text-align: center;
	font-size: 40px;
	margin-bottom: 10px;
}
