html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	font-family: "Hiragino Sans GB","Microsoft YaHei","黑体",Helvetica,Arial,Tahoma,sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
textarea {
	margin: 0
}
a img{
	border: 0
}
a{
	text-decoration: none;
}
ul,
ol {
	padding-left: 0;
	list-style-type: none
}
.size {
	width: 25%
}
/* clear float */
.clearfix,
.clear {
  zoom: 1;
}
.clearfix:after,
.clear:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '\0020';
}

.head-box {
	background-color: #1e243a;
	width: 100%;
    height: 66px;
    background: #0f0f0f url(../img/head_box_bg227dc98.png) no-repeat center top;
    z-index: 1;
}

.head-box .inner {
	overflow: hidden;
	height: 66px
}

.inner.wrp {
	width: 1000px;
	margin: 0 auto;
}
.logo {
	display: inline-block;
	font-size: 24px;
	width: 200px;
	height: 30px;
}

.logo a {
	display: block;
	width: 210px;
	height: 40px;
	overflow: hidden;
	text-decoration: none;
}

.logo a:before {
	display: inline-block;
	content: url(../img/lexin_logo1.png);

}

.logo {
	float: left;
	margin-top: 18px;
	font-size: 0
}

.logo a {
	color: #fff
}
/*导航栏*/
.nav {
	line-height: 66px;
	font-size: 18px
}

.nav-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.nav-item a {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	color: #fff
}

.nav-item a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none
}

.nav-item:last-child a {
	border-right: 0
}

.nav-item:first-child a {
	padding-left: 46px
}

.nav-item.selected a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}
.main {
  height: 568px;
  position: relative;
 /* background: url("../img/bg.jpg")no-repeat 0px 0px ;*/
  background: transparent url("/res/img/banner_bg.png") no-repeat center top;
  z-index: 999;
}
.main .inner.wrp {
  height: 100%;
}
.main .banner{
	height: 568px;
	z-index: -10;
	position: absolute;
	width: 100%;
}
.main .banner-desc{
	width: 700px;
    text-align: center;
    margin: 0 auto;
}
.main .banner .banner-pic{
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -405px;
}
.main .banner .banner-desc .banner-title {
	margin: 0 auto;
	padding-top: 130px;
	font-size: 46px;
	font-weight: 100;
	color: #ffffff;
}
.main .banner .banner-desc .banner-cont{
	margin-top: 24px;
	color: #d5d5d5;
	line-height:30px;
	font-size: 16px;
}

h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #ffffff;
  padding-top: 170px;
  line-height: 65px;
}

.global-bar {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: 190px;
	line-height: 70px;
	text-align: right;
	z-index: 999;
	top: 0;
}

.global-bar .inner.wrp {
	width: 320px
}

.account {
	display: inline-block;
	line-height: 14px;
}

.account a {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
	margin-left: 8px;
	padding-left: 8px;
	color: #fff;
	border-left: 1px solid #767676
}
.account a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	text-decoration: none
}
.account-meta.no-extra {
	border-left-width: 0
}
/*下方page_index*/
.body {
  padding-top: 0;
}

.container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.container .list {
	width: 1200px;
	list-style: none;
	margin: 0 auto;
	clear: both;
}
.container .list-item{
	float: left;
	width: 300px;
}
.container .list .list-item .list-item-content{
	text-align: center;
}
.container .list .list-item .list-item-content dd h3{
	font-size: 20px;
	padding: 15px 0 10px 0;
	line-height: 24px;
}
.container .list .list-item .list-item-content dd span{
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	opacity: 0.7;
}
/*底部*/
.foot-box{
	background-color: #ffffff;
	width: 100%;
    height: 80px;
    padding: 20px 0;
    margin-top: 40px;
    z-index: 1;
}

.foot-box .icon {
	display: inline-block;
	width : 60px;
	height:60px;
}
.icon {
	float: left;
	margin-top: 10px;
	font-size: 0
}

.logo a {
	color: #fff
}
.foot-box .inner.wrp {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #e8e8e8;
}
.foot-box .inner.wrp img{
	padding-right: 15px;
}
.ft-title{
	color: #2364ac;
	padding-top: 15px;
}
.ft-mark{
	color: #2e2e2e; 
	font-size: 8px;
}
