/* 通用样式 */
body{
	/*max-width: 1400px;*/
	margin: 0 auto !important;
}

/* 头部样式 */
.head .nav{
	width: 100%;
	height: 63px;
	/*overflow: hidden;*/
	background: #000;
	position: fixed;
	top: 0;
	z-index: 999;
}
.head .nav .navLink a{
	color: #EAEAEA;
	display: block;
}
.head .navTemp{
	width: 100%;
	height: 63px;
}
.head .navLink{
	width: 1400px;
	margin: 0 auto;
}
.head .navLink li{
	float: left;
	line-height: 63px;
	font-size: 16px;
	width: 100px;
	text-align: center;
	/*margin-left: 20px;*/
}
.parentLink{
	position: relative;
}
.childLink{
	position: absolute;
	background: #000;
/*	left: 0;
	top: 0;*/
	display: none;
}
.head .navLink .childLink li{
	line-height: 48px;
}
.head .navLink li a{
	color: #FFF;
}
.logo{
	width: 1400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.tel {
    position: absolute;
    right: 13%;
    bottom: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #6b5757;
    right: 0;
	}
.banner{
	background: #000;
}

.main{
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.listed a{
	color: #231815;
}
.listed .box1{
	width: 440px;
	float: left;
	margin-right: 40px;
}
.listed .box1 .boxChild1{

	width: 440px;
	height: 220px;
	background: #E3E3E3;
}
.listed .box1 .boxChild1 .tempBox{
	padding-left:50px; 
	padding-top:40px;
}
.listed .box1 .boxChild2{
	height: 40px;
}
.listed .box2{
	width: 440px;
	float: left;
	margin-right: 40px;
}
.listed .box3{
	width: 440px;
	float: left;
}
.explore{
	margin-top: 60px;
}
.explore a{
	color: #231815;
}
.explore .box1{
	width: 440px;
	height: 620px;
	margin-right: 40px;
	float: left;
	background: #E3E3E3;
}
.explore .box1 .tempBox{
	padding: 50px 0 0 45px;
}
.explore .box2 .tempBox{
	width: 920px;
	float: left;
	padding: 50px 0 0 45px;
}

.join{
	margin-top: 60px;
}
.join .box{
	margin-top: 15px;
}
.join .box1{
	width: 466px;
	float: left;
	margin-top: 15px;
	background: #E3E3E3;
}
.join .box1 .joinCen{
	padding: 50px 0 0 45px;
	height: 240px;
}
.join .box1 .joinCen a{
	color: #231815;
}

.star{
	margin-top: 60px;
	position: relative;
}
.star .iconLeft{
	width: 73px;
	height: 118px;
	position: absolute;
	top: 300px;
	left: 0px;
	cursor: pointer;
}
.star .iconRight{
	width: 73px;
	height: 118px;
	position: absolute;
	top: 300px;
	right: 0px;
	cursor: pointer;
}
.star .starAll{
	width: 1398px;
	height: 70px;
	border: 1px solid #E3E3E3;
	font-size: 32px;
	line-height: 70px;
}
.star .starProduct{
	width: 659px;
	float: left;
	text-align: right;
	padding-right: 40px;
	cursor: pointer;
}
.star .starCourse{
	width: 659px;
	float: left;
	text-align: left;
	padding-left: 40px;
	cursor: pointer;
}
.star .starSelect{
	background: #E3E3E3;
}
.star .starCent{
	width: 1250px;
	margin: 0 auto;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}

.star .starCent .starCentAll{
	width: 20000px;
	position: relative;
	left: 0;
	bottom: 0;
}

.star .starCent .box{
	width: 266px;
	margin-right: 60px;
	float: left;
}
.star .starCent .boxImg img{
	width: 100%;
}

.star .starCent .boxTitle{
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	margin-top: 25px;
}
.star .starCent .starCentLink{
	font-size: 16px;
	padding: 5px 20px;
	border: 1px solid #E3E3E3;
	margin-top: 10px;
	color: #231815;
}
.new{
	margin-top: 60px;
	width: 1440px;
}
.new a{
	color: #231815;
}
.new .box{
	float: left;
	width: 440px;
	margin-right: 40px;
}
.new .newImg{
	margin-top: 30px;
	width: 440px;
	height: 282px;
}
.new .newImg img{
	width: 100%;
}
.new .newImgTitle{
	height: 60px;
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
}


.footer{
	height: 270px;
	background: #E3E3E3;
}
.footerCent{
	width: 1200px; 
	margin: 0 auto;
}
.footerCent .box{
	float: left;
	margin-right: 60px;
}
.footerCent .box .boxTitle{
	font-size: 18px;
	font-weight: bold;
	padding-top: 50px;
}
.footerCent .box .boxCent{
	font-size: 14px;
	line-height: 24px;
	padding-top: 50px;
}

.footerCent .box .boxCent .boxCentImg{
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
}
.footerCent .box .boxCent .boxCentImg img{
	width: 100%;
}
.footerCent .box .boxCent .boxCentTite{
	float: left;
	margin-left: 15px;
	line-height: 20px;
}

.footer .ICP{
	font-size: 14px;
}
.footer .ICP span{
	margin-right: 30px;
}


.titleLink a{
	color: #000000;
	font-size: 14px;
	padding: 0 15px;
}
.titleLink .on{
	color: #7d4698;
	font-size: 14px;
	padding: 0 15px;
}
.tip {
	color: #a8a8aa;
	margin-top: 30px;
}
.tip a{
	color: #a8a8aa;
}

.navLink .on{
	color: #7d4698 !important;
}
  .w1040{width: 1040px; margin: 0 auto; position: relative; }
 .liuyan{position: absolute; top: 175px; left: 545px; font-size: 14px; line-height: 22px; color: #000; text-align: left;}
  table.ly {
  table-layout: fixed;
  border-spacing: 0;
  width: 370px;}
  table.ly td {
  height: 35px;
  border: 0;
  vertical-align: middle;
  }
  table.ly span{color: #B14360;}
  table.ly td.ly_tit{width: 90px; text-align: right;}
  table.ly td.ly_text{width: 280px;}
  .content{width: 268px;} 
  .ly_width{width: 165px;}
  .ly_width1{width: 268px;}
  .msgs{position: absolute; top: 85px; left: 140px; width: 760px; height: 470px; overflow-y: scroll; line-height: 18px; color: #303030; padding-right: 20px;}
  .msgs span{color: #ab2b4f; font-weight: bold;}
  .msgs p{border-top: 1px dashed #303030; padding: 12px 0;}
  .message{border-bottom: 1px solid #E1E1E1; margin-bottom: 40px;}
  .msgs p.user{border-top:0; float: left; width: 220px;}
  .msgs p.time{border-top:0;}