body {
	background-color: #fafafa;


}

a:hover{
	color: #41A4F7
}

/*full-slide */
.fullSlide {
	position: relative;
}

.fullSlide > .bd > .tempWrap {
	z-index: -2;
}

.fullSlide > a {
	position:absolute;
	top:94px;
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:50%;
	background-size: 100%;
	background-position: center;
	opacity: 0.7;
}

.fullSlide > a:before {
	/*border: 1px solid*/ 
}

.fullSlide > a:hover {
    opacity:1;
	/*background-color: #fff;*/
}
.fullSlide > a.prev {
	/*left:6px;*/
    left: 12px;
	background-image: url('../images/arrowLeft.png');
}
.fullSlide > a.next {
	/*right:6px;*/
    right:12px;
	background-image: url('../images/arrowRight.png');
}

.fullSlide .vrbtn {
    right: 299px;
    position: absolute;
    bottom: 33px;
    display: inline-block;
    width: 100px;
    height: 36px;
    background-image: url('../images/vrbtn.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.fullSlide .vrbtn:hover {
    opacity:.7;
}

.fullSlide .tempWrap {
    position:static!important;
}

/*namespace: new-*/
.new-intro {
	width:1200px;
	margin:0 auto;
	margin-bottom: 24px;
	margin-top: 24px;
}
.new-intro > .left {
	overflow:hidden;

	height: 230px;
}

.new-intro > .right {
	height: 230px;
	overflow: hidden;
	/*width:20%;*/
	width:300px;
	float:right;
	text-align:center;
	background: url('../images/loginbg.png') no-repeat;
	background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/loginbg.png', sizingMethod='scale')\9;  
	background-position: center;
    position:relative;
}

.new-intro > .right > .img-wrap{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom: 42px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	overflow: hidden;
}

.new-intro > .right > .img-wrap > img {
	 -moz-border-radius: 50%; /* Firefox */
	 -webkit-border-radius: 50%; /* Safari 和 Chrome */
	 border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
     width: 100%;
}

.new-intro > .right > p {
	color: #666;
	font-size: 14px;
}

.new-intro >.right > a {
	font-size:16px;
	color:#41A4F7;
	text-align:center;
	height:42px;
	width: 140px;
	margin: 0 auto;
	line-height:42px;
	box-shadow:3px 3px 6px 3px #ddd;
	background-color:#fff;
	border:1px solid #eee;
	display:block;
	font-weight: bold;
	font-family: 'Microsoft YaHei'
}

.new-main {
	width: 1200px;
	margin: 0 auto;
	background-color: #fafafa;
	padding-bottom: 40px;
}

.new-main > .main-r {
	width: 300px;
	float:right;
	padding-bottom: 40px;
}


/*main-r search/*/

.main-r > .search {
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
	height: 40px;
	background-color: #fff;
}

.main-r > .search > button {
	cursor: pointer;
	float:right;
	background-image:url('../images/search.png');
	background-size:20px;
	background-repeat:no-repeat;
	display: inline-block;
	background-position: center;
	width:40px;
	height:40px;display:inline-block;
	border: 0px;
	background-color: #fff;
	border-left: 1px solid #eaeaea;
}

.main-r > .search > div.inputWrap {
	margin-right:40px;
	padding-top: 10px;
}

.main-r > .search > div.inputWrap > input {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #ccc;
	border: 0px;
	width: 100%;
	text-align: left;
    color: #666;
    text-indent:20px;
	font-size: 14px;
}

.main-r > .search > div.inputWrap > input::-webkit-input-placeholder {
	color: #ccc;
}

.new-main > .main-l {
	
	margin-right: 300px;
	padding-right: 30px;
	
}

.new-main > .main-l .teach {
	margin-bottom: 20px;
	overflow: hidden;
}

/*.new-main > .main-l .teach:after {
	display: block;
	content: '';
	clear: both;
}*/
.new-main > .main-l .teach .course{
    border:1px solid #eee;
    border-bottom: none;
    background-color: #fff;
    padding: 20px;
}
.new-main > .main-l .teach .course > h3.title{
	color:#44a2f8;
	font-size:24px;
	text-indent: 15px;
	border-left: 2px solid #44a2f8;
    margin-top: 6px;
	margin-bottom: 18px;
	line-height: 24px;

}
.new-main > .main-l .teach .course > h3.title:before {
	/*content:'|';
	color:#41A4F7;*/
}

.new-main > .main-l .teach  .course > .detail  {
	/*margin-bottom:45px;*/
	/*margin-bottom: 52px;*/
	height:280px
}
.new-main > .main-l .teach  .course > .detail > .img {
	width:380px;
	height:280px;
	float:left;
	overflow:hidden;
	position: relative;
}

.new-main > .main-l .teach  .course > .detail > .img > img {
	width:380px;
	height:280px;
    cursor:pointer;
}

.new-main > .main-l .teach  .course > .detail > .content {
	margin-left: 406px;
	height: 280px;
}

.new-main > .main-l .teach  .course > .detail > .content > h3 {
	font-size:20px;
	margin-bottom:8px;
}

.new-main > .main-l .teach  .course > .detail > .content > h3 > a {
	font-weight: bold;
	color: #343434;
}

.new-main > .main-l .teach .course > .detail > .content > h4 {
	font-size:16px;
	margin-bottom:8px;
	color: #343434;

    margin-left:-8px;
}

.new-main > .main-l .teach .course > .detail > .content > p{
	font-size:12px;
	color:#989898;
	line-height:16px;

    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    width: 100%;
    height: 32px;
    overflow: hidden;
}

.new-main > .main-l .teach .course > .detail > .content > ul {
    margin-left:-8px;
}

.new-main > .main-l .teach .course > .detail > .content > .line {
	border-bottom: 1px dashed #b3b3b3;
	margin: 16px 0;
}

.new-main > .main-l .teach .course > .detail > .content > ul > li {
	line-height: 32px;
	font-size: 14px;
	color: #646464;
}

.new-main > .main-l .teach .course > .detail > .content > ul > li.active > a {
	color: #4aa8ff;
}

.new-main > .main-l .teach > .list {
	/*border: 1px solid #eee;*/
    background-color:#fff;
    height: 553px;
}


.new-main > .main-l .teach > .list > ul{
	border-right: 1px solid #eee;
	display: inline-block;
	border-bottom: 1px solid #eee;
}

.new-main > .main-l .teach > .list:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.new-main > .main-l .teach > .list > ul > li > a{
	float:left;
	width:288px;
	height:275px;
	cursor: pointer;
	display: inline-block;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
    /*margin-left:0.5px;*/
}
.new-main > .main-l .teach > .list > ul > li > a:last-child{
    width:290px;
}
.new-main > .main-l .teach > .list > ul > li > a:hover {
	background-color: #eee;
}

.new-main > .main-l .teach > .list > ul > li > a > .img {
	border: .5px solid #ddd;
	width: 246px;
	height: 190px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 18px;
	position:relative;
}
.new-main > .main-l .teach > .list > ul > li > a > .img > img {
	transition: 1s all;
	vertical-align: middle;
	text-align: 
}
.new-main > .main-l .teach > .list > ul > li > a > .img > img{
	width: 248px;
	height: 190px;
}

.new-main > .main-l .teach > .list > ul > li > a > p {
	padding: 0 18px;
	margin-top:8px;
	font-size: 12px;
	line-height: 18px;
	color: #666;

	height: 36px;
	overflow: hidden;
}

.new-main > .main-l .teach > .list  > ul > li > a > .img > .mask{
	position:absolute;
	top: 0px;
	left:0px;
    /*background-color: #000;*/
    /*box-shadow: 6px 6px 35px 6px #999 inset;*/
    /*opacity: 0.502;*/
    /*filter: Alpha(opacity=50);*/
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 14px;
    padding-left: 14px;
}
.new-main > .main-l .teach > .list > ul > li > .img > .mask > h3 {
	font-size: 28px;
	font-weight: bold;
}

.new-main > .main-l .teach > .list > ul > li > .img > .mask > p {
	display: font-size:18px;
}

.new-main > .main-l .teach > .list > ul > li > .img > .mask > div {
	width:40px;
	margin:8px 0;
	border-bottom:1px solid #fff;
}

/*.new-main > .main-l .teach > .list > ul:after {
	content: '';
	display: table;
	clear: both;
}*/

input[type="radio"]+div {
	/*display:none;*/
}
input:checked+div{
	display:block!important;
}
input[type="radio"] {
	display: none;
}



.new-main > .main-r > .notice {
	margin-bottom:20px;
	background-color:rgb(250,250,250);
	width:100%;
	height:84px;
	border:1px solid #eee;
}

.new-main > .main-r > .notice > div{
	position:relative;
	top:18px;
	color:#4aa8ff;
	font-size:14px;
	text-align:center;
	line-height:24px;
    width: 180px;
    display: block;
    margin: 0 auto;
    height:52px;
    overflow:hidden;
}

.r-tabs {
	height:40px;
	/*background-color: rgb(250,250,250);*/
    background-color:#ffffff;
	margin-bottom: 20px;
	height:236px;
}

.r-tabs > .tabs-header {
	height:40px;
	border-bottom:1px solid #eee
}

.r-tabs {
	border: 1px solid #eee;
}

.r-tabs > .tabs-header > div {
	width: 50%;
	float: left;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
}

.r-tabs > .tabs-header > div.active:after{
	content:'';
	width:90px;
	height:4px;
	background-color: #41A4F7;
	position: absolute;
	bottom: 0px;
	left: 30px;
}	


.r-tabs > .tabs-body {

}

.r-tabs > .tabs-body > .tab {
	padding: 18px 24px;
	display: none;
}

.r-tabs > .tabs-body > .tab > ul.news-list {
	line-height: 32px;
}

.r-tabs > .tabs-body > .tab.active {
	display: block;
}

.r-tabs > .tabs-body > .tab > ul {
	/*padding-left: 18px;*/
}

.r-tabs > .tabs-body > .tab > ul > li:before {
    content: '·';
    width: 16px;
    vertical-align: middle;
    line-height: 7px;
    text-align: center;
    float: left;
    line-height: 28px;
    color: #ccc;
    display: inline-block;
    font-size: 36px;
    height: 30px;
    margin-right: 6px;
}

.r-tabs > .tabs-body > .tab > ul > li > a {
	color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.r-tabs > .tabs-body > .tab > ul > li > a:hover {
    color:#44a2f8;
}

.r-panel {
	border: 1px solid #eee;
     background-color:#ffffff;
	/*background-color:rgb(250,250,250);*/
	margin-bottom: 20px;
}

.r-panel > .panel-header {
	background-color:#56adfd;
	width:100%;
	color:#fff;
	font-size:16px;
	height:42px;
	line-height:42px;
	text-align:center;
	position:relative;
}

.r-panel > .panel-header > .more{
	background-color:red;
	line-height:20px;
	right:10px;
	height: 20px;
	font-size:12px;
	top:10px;
	width:52px;
	display:inline-block;
	border-radius:40px;
	padding: 0px;
	position:absolute;
	border:0px;
	color:#fff;
	background:#78bdfd;
	cursor: pointer;
} 

.r-panel > .panel-header > .more:hover {
    opacity: .7;
}

.panel-body > div {
	box-sizing: border-box;
}

.panel-body {
	position: relative;
	border-bottom:1px solid #eee;
	height: 380px;
	/*height: 430px;*/
}

.panel-body  .panel-tabs  .panel-tab > .title{
	text-align:center;

	border-bottom:1px solid #eee;
	background:#f8fcff;
	height:97px;
}

.panel-body  .panel-tabs  .panel-tab > .title > div{
	position:relative;
	top:30px;
}

.panel-body  .panel-tabs  .panel-tab > .title > div > h3{
	font-size:18px;
	color:#56adfd;
	/*margin-bottom: 10px;*/
	margin-bottom: 6px;
	/*font-weight: bold;*/
}

.panel-body > .panel-tabs  .panel-tab > .title > div > p{
	font-size:12px;
	color: #646464;
}

.panel-body  .panel-tabs  .panel-tab > .content {
	padding:30px 18px;
    background-color:#ffffff;
    height:220px;
}

.panel-body  .panel-tabs  .panel-tab > .content > .info{
	margin-bottom:15px;
}

.panel-body  .panel-tabs  .panel-tab > .content > .teacher {
    position: absolute;
    /*bottom: 58px;*/
    /*/*bottom:20px;*/*/
}

.panel-body  .panel-tabs  .panel-tab > .content > .info > div > label {
	min-width:30px;
	float:left;
	margin-right:10px;
	color: #656565;
}

.panel-body  .panel-tabs  .panel-tab > .content > .info > div > span {
	display: block;
	/*margin-left:80px;*/
    margin-left:75px;
	color: #656565;

    line-height:15px;
}

.panel-body  .panel-tabs  .panel-tab > .content > .teacher > img {
	border-radius:50%;
	float:left;
	width:64px;
	height:64px;
}

.panel-body  .panel-tabs .panel-tab > .content > .teacher > div {
	margin-left:84px;
	color: #656565;
    position:relative;
    top:10px;
	line-height: 18px;
}

.panel-body .ctrl {
	position: absolute;
	bottom:25px;
	left:0;
	width:100%;
	text-align: center;
}

.panel-body .ctrl > ul {
	text-align:center;
	display: inline-block;
}

.panel-body .ctrl > ul:after{
	display:table;
	content: '';
	clear: both;
}

.panel-body .ctrl > ul > li {
	float:left;
	border-radius:20px;
	width:7px;
	height:7px;
	border:1px solid #b4b4b4;
	cursor:pointer;
	margin-right:10px;
}
.panel-body  .ctrl > ul > li:hover,.panel-body  .ctrl > ul > li.on {
	background-color: #b4b4b4;
}

.panel-body .ctrl > ul > li > label{
	display:block;
	width:10px;
	height:10px;
	cursor: pointer;	
}

.panel-footer {
	/*padding:18px;*/
    padding:0 18px 18px 18px;
}

.panel-footer > h3 {
	margin-bottom:5px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
    margin-top:15px;
}

.panel-footer > p {
	line-height: 20px;
	color: #656565;
}

.panel-footer > p > a {
	float:right;
	color:#44a2f8
}
    .panel-footer > div {
     /*margin-top:15px;*/
     margin-bottom:8px;
    }
    .panel-footer > div > span {
       float:right;
       padding-top:38px;
    }
    .panel-footer > div > span a {
        color:#44a2f8;
    }
.panel-footer > div > button {
    margin-left:20px;
	margin-top:14px;
	border:1px solid #41A4F7;
	height:40px;
	width:170px;
	/*background-color:#fff;*/
    background-color:#54AFFE;
	cursor: pointer;
	color:#41A4F7
	padding:0px!important;
	/*text-align: left;*/
}

.panel-footer> div > button:hover {
    opacity:.7;
}

.panel-footer > div > button > img{
	/*width: 14px;
	height: 14px;*/
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 6px;
}

.panel-footer > div > button > span {
	font-size: 14px;
	color: #fff;
    position: relative;
    top: 1px;
    font-family: 'Microsoft YaHei'
}

.r-well {
	border: 1px solid #eee;
	/*background-color: rgb(250,250,250);*/
    background-color:#ffffff;
	padding: 30px 18px;
	margin-bottom: 16px;
	text-align: center;
}

.r-well > p {
	line-height: 18px;
	color: #666;
	font-size: 12px;
}

.r-well > p.question {
	margin-bottom: 20px;
}

.r-well > p > .askBtn {
	position: relative;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background-color: #54AFFE;
	text-align: center;
	border: 0px;
	width: 200px;
	display: inline-block;
	margin: 0 auto;
	font-family: "Microsoft YaHei";
}

.r-well > p > .askBtn:hover {
    opacity:.7;
}

.r-well > p > .askBtn > img {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}
.r-list {
	border:1px solid #eee;
	/*background-color:rgb(244,244,244)*/
    background-color:#ffffff;
}

.r-list > .list-header {
	text-align:center;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
	position: relative;
	color: #656565;
	font-size: 14px;
}

.r-list > .list-header:before{
	content: '';
	width:84px;
	left: 20px;	
	/*border-bottom: 1px solid #ddd;*/
	top: 50%;
	position: absolute;
}

.r-list > .list-header:after{
	content: '';
	position: absolute;
	right: 20px;
	width: 84px;
	/*border-bottom: 1px solid #ddd;*/
	top: 50%;
}

.r-list > .list-body > a {
	/*text-indent:2em;*/
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	line-height: 24px;
}

.r-list > .list-body > a:hover {
    color:#41A4F7;
}


.r-list > .list-body {
	/*background:rgb(250,250,250);*/
     background-color:#ffffff;
	padding:20px 24px;
}

.aid {
	display:inline-block;
	width:100%;
	margin-bottom: 24px;
	/*margin-bottom: 40px;*/

    border: 1px solid #ebebeb;
    background-color: #fff;
}
.aid > .aid-head {
	border-bottom: 1px solid #eee;
    padding: 25px 40px;
}

.aid > .aid-head > .title {
	color:#44a2f8;
	font-size:24px;
	text-indent: 15px;
	border-left:2px solid #44a2f8;
	margin-bottom: 10px;
	float:left;
	line-height: 24px;
    margin-right: 20px;
}

.aid > .aid-head > div{
	float:left
}

.aid > .aid-head > div.seeMore {
	float: right;
	position: relative;
	top: 10px;
}

.aid > .aid-head > div.seeMore > a{
	color: #999;
	font-size: 14px;
}

.aid > .aid-head > .content {
	float:right;
	border:1px solid #eee;
	border-bottom: 0px;
	height: 40px;
}

.aid > .aid-head > .content > input {
	text-align:center;
	font-size:14px;
	/*height:40px;*/
	padding: 12px;
	width:180px;
	border: 0px;
	line-height: normal;
}

.aid > .aid-head > .content > a {
	width:40px;
	height:40px;
	display:inline-block;
	vertical-align: top;
}

.aid > .aid-head > .content > a > img{
	width:40px;
	height:40px;
}

.aid > .aid-list {
	width: 100%;
}

.aid > .aid-list > ul > li {
	border-bottom: 1px dotted #ebebeb;
	padding: 18px 0;
}

.aid > .aid-list > ul > li > p {
	color: #666;
	font-size: 14px;
	/*line-height: 24px;*/
    line-height:21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aid > .aid-list .info {
	height: 48px;
	margin-bottom: 8px;
}

.aid > .aid-list .info > .imgWrap {
	width: 48px;
	height: 48px;
	background-color: #fafafa;
	float:left;
	margin-left: 0px;
	text-align: center;
	overflow: hidden;
}

.aid > .aid-list .info > div > h3 > p {
	font-size: 14px;
	color: #999;
	float:right;
	display:inline-block;
}
.aid .aid-list ul{
    padding: 10px 30px;
}
.aid .aid-list ul li{
    /*float:left;*/
}
div.question .aid-list ul li{
    border:none;
}
.aid .aid-list .aid-list-li{
    /*float:left;*/
}
.aid .aid-list .aid-list-li .eye{
    float:right;
    font-size: 14px;
    color: #999;
    display: inline-block;
}
.aid .aid-list .aid-list-li .eye{
    margin-right: 10px;
    font-size: 12px;
}
.aid .aid-list .aid-list-li .eye i{
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    margin-right: 6px;
    top: 3px;
}
.aid .aid-list .aid-list-li .eye .eyeicon{
    background-image: url(../images/eye.png);
}
.aid .aid-list .aid-list-li .dot{
    font-style: normal;
    color:#d1e9ff;
    font-size: 16px;
}
.aid .aid-list .aid-list-li p{
    font-size:16px;
    display: inline-block;
}
.aid > .aid-list .info > div > h3 > p > span{
	margin-right: 10px;
	font-size: 12px;
}

.aid > .aid-list .info > div > h3 > p > span > i {
	display: inline-block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: relative;
	margin-right: 6px;
	top: 3px;
}

.aid > .aid-list .info > div > h3 > p > span > i.commenticon {
	background-image: url('../images/comment.png');
	top: 5px;
}

.aid > .aid-list .info > div > h3 > p > span > i.eyeicon {
	background-image: url('../images/eye.png');
}


.aid > .aid-list .info > .imgWrap > img{
	/*width:48px;*/
	/*height: 48px;*/
    width:100%;
}

.aid > .aid-list .info > div {
	margin-left: 57px;
}

.aid > .aid-list .info > div > h3 {
	line-height: normal;
	font-size: 16px;
	margin-bottom: 4px;
}
.aid > .aid-list .info > div > h3 > a{
	font-weight: bold;
	display: inline-block;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 18px;
	margin-top: -5px;
}

.aid > .aid-list .info > div > h3 > a > img {
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.aid > .aid-list .info > div > p {
	font-size: 14px;
	color:#999;
}




#tpl {
	display:none;
}

div.steptpl {
	background-position:center;
	background-repeat:no-repeat;
	width:300px;
	height:275px;
	display:none;

	background-size:auto 100%;
	overflow:hidden;
	position:relative;
	text-align:center;
}

div.steptpl > a {
	margin:0 auto;
	/*position:absolute;*/
	position: relative;
	/*bottom:20px;*/
	bottom: -220px;
	/*left:40%;*/
	display:inline-block;
	height:32px;
	width:80px;
	background-image:url('../images/gobtn.png');
	background-repeat:no-repeat;
	/*background-size:auto 100%;*/
	background-size: 100%;
	cursor:pointer;
}

#tpl1 {
	display:none;
}

div.steptpl1 {
	width:560px;
	height:290px;
	background-image:url('../images/guide5.png');
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
}

div.steptpl1 > .closebtn {
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:18px;
	right:14px;
	cursor:pointer;
	background-image:url('../images/exclosebtn.png');
	width:36px;
	height:36px;
}

div.steptpl1 > .exbtn {
	margin-top:135px;
	width:256px;
	height:90px;
	background-image:url('../images/exbtn.png');
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
}

/*closebtn*/
.closebtn1 {
	width:14px;
	height:14px;
	position:absolute;
	top:10px;
	right:8px;
	cursor: pointer;
}

.closebtn1 > i {
	width:12px;
	height:12px;
	display:block;
	/*background-color: #eaeaea;*/
	background-image:url('../images/index-close.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.closebtn1:hover > i{
	background-image:url('../images/index-close-hover.png')
}
.aid-head ul {
 float:left;
  /*width:250px;*/
  height:32px;
    vertical-align: bottom;
    line-height: 32px;
    margin-left: 30px
}
.aid-head ul li {
   /*width:23%;*/
   float:left;
  font-size:14px;
  margin-right:30px;
  color:#999;
}
.aid-head ul li:hover
{
    cursor:pointer;
}
.aid-head ul li.checked {
    color:#44a2f8;
    border-bottom:2px solid #44a2f8
}