@font-face {
	font-family: youyuan;
	/*这里是说明调用来的字体名字*/
	src: url("../font/youyuan.ttf");
	/*这里是字体文件路径*/
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot?v=4.5.0');
	src: url('../font/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

a {
	color: #000;
}

.fl {
	float: left;
}

.fl .fl-content {
	display: inline-block;
	max-width: 600px;
	width: 600px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

ul {
	list-style: outside none none;
	margin: 0px;
}

.text-yellow img {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	width: 40px;
	height: 40px;
}

.label-success,
.badge-success {
	background-color: #82af6f !important;
}

.badge {
	left: -8px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: -4px;
	border-radius: 50px;
}


/*--------------------------------------------------------------导航开始------------------------------------------------------------*/

.wrapper {
	text-align: center;
	width: 100%;
	margin: 0px auto;
	min-height: 66px;
	border-bottom: 1px solid #c5c5c5;
}

.box01 {
	background: #fff none repeat scroll 0 0;
	height: 66px;
	margin: 0 auto;
	width: 1200px;
}

.small-logo {
	float: left;
	line-height:63px;
	text-align: left;
	width: 900px;
}

.small-logo .logo{
	float:left;
}

.activeer {
	color: #004e96;
}

.small-logo ul li{
 	float: left;
    line-height: 22px;
    width: 110px;
	border-right: 1px solid #d0d0d0;
	text-align: center;
	margin-top:20px;
}


.small-logo  ul li a {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	/* color: #000; */
}

.small-logo  ul li a:hover {
	color: #004e96;
	text-decoration: none;
}

.left_01 {
	width: 192px !important;
    text-align: left !important;
}

.frr {
	float: right;
}

.frr ul li {
	float: left;
	line-height: 63px;
	text-align: center;
	width: 130px;
}
.frr ul li a{
    font-size: 14px;
    font-weight: 100;}
.frr ul li  a:hover{color:#004e96; text-decoration: none;}

.jt {
	text-align: center;
}

.phono {
	font-size: 18px;
	color: #ed6219;
	font-weight: 400;
}
/*登录页面导航样式*/
.wrapperf{
	text-align: center;
	width:100%; 
	margin:0px auto;
	min-height: 115px;
}
.box01f{
    margin: 0px auto;
    width: 1200px;
	}
.small-logof {
    float: left;
    padding: 20px;
    text-align: left;
    width: 150px;
}

.activeer{color:#004e96;}
.wrapperf ul li{float: left;
    line-height: 73px;
}
.wrapperf ul li a{color:#333; font-size:18px;text-decoration: none;font-family:youyuan; font-weight: 600;}
.wrapperf ul li a:hover{color:#1296db; text-decoration: none;}

.frrf{float:right;	
}
.frrf ul li {
    float: left;
    line-height: 115px;
    text-align: center;
}
.jt{
	text-align:center;
	}
.phonof{
	 font-size:18px;color: #1296db;}




/*登录页面导航样式*/

/*-------------------------------------------------------导航end-----------------------------------------------*/


/*头部 下拉菜单样式   */

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

.dropdown,
.dropup {
	position: relative;
}

.open> .dropdown-menu {
	display: block;
}

.dropdown-menu> li> a {
	clear: both;
	color: #333;
	font-size: 16px;
	display: block;
	font-weight: 400;
	line-height: 2.0;
	padding: 3px 20px;
	white-space: nowrap;
}

.dropdown-menu> li> a:focus,
.dropdown-menu> li> a:hover {
	background: #eee;
	text-decoration: none;
}
/*解决用户名过长把下拉框 向下顶的bug*/
.dropdown-user{
	display:inline-block;
	height:63px;
}
.dropdown-user .dropdown-userName{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 90px;
}
.dropdown-user .dropdown-userName img{
	width:42px;
	border-radius:21px;
}
.dropdown-user .username-hide-on-mobile{
	display: inline-block;
	overflow: auto;
}

/*头部 下拉菜单样式   */


/*--------------------------------------------------------二级导航开始------------------------------------------------*/

.nav-wrapper {
	background: #fff none repeat scroll 0 0;
	height: 60px;
}

.nav {
	width: 1200px;
	margin: 0px auto;
	height: 55px;
	border-bottom: 3px solid #eee;
}

.nav a:hover,
a.active {
	border-bottom: 3px solid #004e96;
	color: #004e96;
}

.nav ul li {
	float: left;
	width: 120px;
}

.nav a{
	display: inline-block;
    font-size: 17px;
    margin-top:9px;
    min-width: auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
	width:120px;
}


/*-------------------------------------------二级导航end------------------------------------------------------------*/


/*-------------------------------------------body开始--------------------------------------------------------------*/

.page-main01 {
	/*  03-14  edit  */
	position: relative;
	min-height: 800px; /*后期加素材左侧边框时，可以再增加高度*/
	text-align: left;
	width: 1190px;
	margin: 0px auto;
}

.position-navigation02 {
	margin-left: 5px;
	width: 200px;
	text-align: left;
}

.position-navigation02 a {
	color: #666;
}

.left-side {
	float: left;
	text-align: center;
	width: 198px;
}
.new-list{/*  03-14  edit*/
	 background: #fff none repeat scroll 0 0;
    float: right;
    margin: 15px 0;
    width: 960px;
	
}
.laser{/*  03-14  edit*/
	 border:1px solid #ccc;
	
}
/*0000*/
.new-list {
	/*  03-14  edit*/
	background: #fff none repeat scroll 0 0;
	float: right;
	width: 975px;
	min-height: 640px; 
}
/*0000*/
.bner{
	width:100%;
	border: 1px #e6e7e7 solid;
    border-bottom: 0;
}
.bner h2{
	padding:10px;
	color: #666;
    font-size: 18px;
    padding: 10px;}

.new-list-1 {
	min-height: 540px;
}
.new-list-10{
	min-height: 650px;
}
.tyu {
    background: #b2d2f9 none repeat scroll 0 0;
    left: 1190px;
    position: absolute;
    top: 83px;
}
.tyu a {
	color: #000;    
    width: 44px;
    padding: 15px;
    display: block;
}
.tyu a:hover {
	color: #000;   
}

.tye{
	left:0px;
	top: 70px;
}
.full{
	width: 38px;
    height: 38px;
    display: inline-block;
    background: #f7f7f7 none repeat scroll 0 0;
    line-height: 38px;
    left: 0px;
    position: absolute;
    margin-top: -90px;
    color: #333333;
    border-radius: 4px;
}
.cler {
	width: 100%;
    background-color: #f5f5f5;
    padding: 15px 0;
    border-top: 1px #e6e7e7 solid;
}


.position-navigationdf {
	font-size: 12px;
	height: 36px;
	line-height: 17px;
	text-align: left;
	width: 1200px;
	margin: 0px auto;
	border-bottom: 1px solid #d9d9d9;
}


/*课程简介*/

.jiai {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	margin: 15px auto;
	width: 1200px;
}

.ki {
	width: 1200px;
	min-height: 162px;
}

.jiai a {
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	margin-left: 43px;
	margin-top: 10px;
	padding: 5px 15px;
	text-align: center;
}

.ki a:hover {
	background: #e2ebf1 none repeat scroll 0 0;
	border-radius: 15px;
	color: #666;
	text-decoration: none;
}

.black {
	font-size: 20px;
	color: #707070;
	font-family: "微软雅黑";
	font-weight: 100;
}

.actived {
	background: #e2ebf1 none repeat scroll 0 0;
	border-radius: 15px;
	color: #333;
	text-decoration: none;
}

.actived a {
	color: #fff;
	text-decoration: none;
}


/* 课程简介css  开始
 * 我们用：
 * type1表示科技
 * type2表示口才
 * type3表示书法
 * type4表示美术
 * */


/*课程简介公共样式*/

.course {
	margin: 15px auto;
	width: 1200px;
}

.conter {
	left: 34px;
	position: relative;
	top: 162px;
	width: 860px;
	font-size: 14px;
	color: #666;
}


/*科技 单独样式 开始*/

.type1 .jianjie {
	background: url(../img/ty_06.jpg) no-repeat 0px -6px;
    height: 257px;
    width: 1200px;
}

.type1 .conter {
	top: 162px;
}


/*口才 单独样式 开始*/

.type2 .jianjie {
	background: url(../img/mouth_03.jpg) no-repeat 0px -20px;
    height: 242px;
    width: 1200px;
}

.type2 .conter {
	top: 143px;
}


/*书法 单独样式 开始*/

.type3 .jianjie {
	background: url(../img/hand_03.jpg) no-repeat;
	height: 189px;
	width: 1200px;
}

.type3 .conter {
	top: 70px;
}


/*美术 单独样式 开始*/

.type4 .jianjie {
	background: url(../img/painting_03.jpg) no-repeat 0px -1px;
    height: 260px;
    width: 1200px;
}

.type4 .conter {
	top: 160px;
}


/*-------------------------------------------------------课程简介结束------------------------------------------*/


/*简介下侧，课时展示List  css   开始*/


/*课时展示公共样式*/

.picbox {
	width: 1285px;
	margin: 0 auto;
	font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", serif;
}

.piclist:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	font-size: 0
}

.piclist ul {
	margin: 0 auto;
	position: relative;
}

.piclist li .in {
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 2;
}

.piclist li .in img {
	*width: 240px;
	*height: auto;
}
.piclist li a .in img {
	cursor: pointer;
}

.piclist li span {
	display: block;
	text-align: left;
	float: right;
	height: 66px;
	padding: 0px 3px 0 70px;
	font-size: 14px;
	color: #000;
	font-weight:bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 240px;
}

.piclist ul li {
	float: left;
	text-align: center;
	z-index: 0;
	position: relative;
}

.piclist li .a {
	display: block;
	font-size: 40px;
	font-family: "黑体";
	font-weight: 600;
}

.quan {
	width: 66px;
	height: 62px;
	margin-left: 10px;
	margin-top: 18px;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
	width:100%;
}

.view {
	cursor: default;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 252px;
}

.view-first:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.view-first img {
	transition: all 0.2s linear 0s;
	display: block;
	overflow: hidden;
}
/*试用和需加盟标签，显示在课程名称之后  */
.lesson-tag-sy{
	display: inline-block;
    background-color: #83c44e;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 1px 5px;
    margin-left: 10px;
}
.lesson-tag-jm{
	background-color: #e53935;
}


/*科技 课时展示list  css */

.type1 .piclist {
	min-height: 400px;
}

.type1 .piclist ul li {
	margin: 15px 0 15px 61px;
    width: 254px;
    height: 247px;
    background: url(../img/meh_09er.png) no-repeat -3px -5px;
}

.type1 .piclist li span b {
	display: block;
	color: #0597e3;
}

.type1 .piclist li .a {
	color: #0597e3;
	padding-top: 5px;
}
.type1 .quan {
	background: url(../img/ty_16.png) no-repeat;
}
.type1 .view-first {
	margin-left: 1px;
}

.type1 .view-first img {
	height: 158px;	
}


/*口才 课时展示list  css */

.type2 .piclist {
}

.type2 .piclist ul li {
	margin: 15px 0px 15px 61px;
    width: 254px;
    height: 248px;
    background: url(../img/mouth_07.png) no-repeat -1px 0px;
}

.type2 .piclist li span b {
	display: block;
	color: #33c76b;
}

.type2 .piclist li .a {
	color: #fff;
	padding-top: 6px;
	padding-right: 8px;
}

.type2 .quan {
	background: url(../img/sicl_11.png) no-repeat;
}

.type2 .view-first {
	margin-left: 1px;
}

.type2 .view-first img {
	height: 158px;
}

/*书法 课时展示list  css */

.type3 .piclist {
}

.type3 .piclist ul li {
	margin: 15px 0 15px 61px;
	width: 254px;
	height: 248px;
	background: url(../img/hang1_06.png);
}

.type3 .piclist li span b {
	display: block;
	color: #5e3d05;
}

.type3 .piclist li .a {
	color: #5e3d05;
	padding-top: 6px;
	padding-right: 8px;
}

.type3 .quan {
	background: url(../img/hand_07.png) no-repeat;
}

.type3 .view-first {
	margin-left: 1px;
}

.type3 .view-first img {
	height: 159px;
}


/*美术 课时展示list  css */

.type4 .piclist {
}

.type4 .piclist ul li {
	margin: 15px 0 15px 61px;
	width: 254px;
	height: 248px;
	border: 1px solid #efaa72;
}

.type4 .piclist li span b {
	display: block;
	color: #e62020;
}

.type4 .piclist li .a {
	color: #e62020;
	padding-top: 6px;
	padding-right: 8px;
}

.type4 .quan {
	background: url(../img/painting_07.png) no-repeat;
}

.type4 .view-first img {
	height: 158px;
}
#piclist li:nth-child(4n-3){
	margin-left: 0;
}

/*简介下侧，课时展示List  css   结束*/


/*-------------------------------------------------------消息中心左侧列表-------------------------------------*/

.story-target-main {
	margin: 0 auto;
	width: 1190px;
}

.story-target-main {
	min-height: 615px;
}

.position-navigation01 {
	font-size: 14px;
	height: 28px;
	line-height: 33px;
	text-align: left;
}
.position-navigation03 {
	float: left;
    font-size: 14px;
    height: 28px;
    text-align: left;
    width: 300px;
}
.text-bluner{ color:#06C;}
.position-navigation01 a {
	color: #666;
}
/*0000*/
.left-side01{
	 
    margin-top: 15px;
	float: left;
	width: 200px;
	text-align: center;
	border:1px solid #e4e4e4;
	background: #f1f2f3;	
}
/*0000*/
.tuchu {
	margin-top: 25px;
}
.botom {
    margin-bottom: 25px;
}

.left-side01 span,
.left-side01 a {
	display: block;
}

.left-side01 span {
	background: #f5f7f8;
	color: #333;
	padding: 8px 21px;
	text-align: left;
	font-size: 16px;
}

.left-side01 a{
	padding: 15px 0;
	color:#666;
	height:50px;
}

.left-side01 a.click-on{
	background: #fff;
	color: #333;
	border-left: 2px solid #1689df;
	font-weight:500;
}
.click-on {
    color: #004986;
	background:#FFF;
}

/*-------------------------------------------------------消息中心左侧列--------------------------------------------------------表*/


/*-----------------------------------------------消息中心右侧------------------------------------------------------------------------------*/

.right-side01 {
	float: right;
	min-height: 540px;
	background: #FFF;
	width: 953px;
	background: #fff;
	-moz-box-shadow: 2px 2px 10px #ccc;
	/*firefox*/
	-webkit-box-shadow: 2px 2px 10px #ccc;
	/*safari或chrome*/
	box-shadow: 2px 2px 10px #ccc;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.message-list span {
	background: #f5f7f8 none repeat scroll 0 0;
	color: #333;
	display: block;
	font-size: 16px;
	padding: 8px 19px;/*当消息题目过长时，在查看消息详情时，发件人和日期，超出*/
}

.message-list dl {
	border-bottom: 1px solid #eee;
	line-height: 34px;
	padding: 10px;
	margin-bottom: 0;
}
.message-list dl .closed {
    float: right;   
    display: none;
    width: 18px;
    height: 18px; 
    cursor: pointer;
    background: url(screen/messageDelete.png) no-repeat left center;
}
.message-list dl:hover .closed {
	display: block;	
	text-decoration: none;
}

.message-list dl:hover {
	background: #ecf3f8;
}

.message-list dt {
	width: 840px;
	margin-left: 15px;
	color: #1689df;
	font-size: 16px;
	font-weight: 500;
	background: url(../img/ciol_03.png) no-repeat left center;
	background-position: 6px 13px;
	padding-left: 20px;	
	line-height: 34px;
}
.message-list .dtTitle{
	width: 570px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    color: #1689df;
    cursor: pointer;
}
.message-list dt img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.message-list dd a {
	margin: 0 10px 0 15px;
}

.message-list dd a.text-yellow {
	margin: 0;
}

.message-list p {
	font-size: 14px;
    padding: 17px 19px;
	font-size: 12px;
}

.message-list dd {
	display: block;
	width: 852px;
	margin-left: 34px;
}

.fr {
	float: right;
	font-size: 12px;
	color: #999;
}



.message-list dd span {
	font-size: 12px;
	color: #C0C0C0;
}

.cony {
	padding: 20px;
	line-height: 26px;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	font-weight: 400;
	word-wrap:break-word;
}

.txer {
	background-color: rgba(6, 6, 6, 0.5);
	color: #fff;
	display: inline-block;
	height: 30px;
	left: -162px;
	line-height: 27px;
	position: relative;
	text-align: center;
	top: 94px;
	width: 98px;
}
.txer:hover{
	color:#fff;
}
.year {
	color: #096;
}


/*---------------------------------------------------消息中心右--------------------------------侧*/


/*-------------------------------------------------------------分页开---------------始*/

.page {
	text-align: center;
	width: 95%;
	margin: 10px auto;
}

.page a {
	padding: 5px;
	display: inline-block;
	min-width: 32px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #999;
}

.page a.page-on,
.page a.page-pre,
.page a.page-next {
	border: 1px solid #1e8fc3;
	color: #1e8fc3;
}


/*------------------------------------------分页开---------------始------------------------------*/


/*--------------------------------------个人中心开始-------------------------------------------------*/

.bguser {
	background: url(../img/bgcolor.png) no-repeat;
	width: 1190px;
	height: 198px;
	text-align: left;
}

.cirle img {
	border: 3px solid #d2e0e1;
	height: 100px;
	margin-left: 35px;
	margin-top: 124px;
	overflow: hidden;
	width: 100px;
}

.lyf {
	color: #666;
	display: inline-block;
	font-size: 16px;
	margin-top: 126px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 55px;
}

.left-side01er {
	margin-left: 10px;
	margin-top: 15px;
	float: left;
	width: 205px;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px #ccc;
	/*firefox*/
	-webkit-box-shadow: 2px 2px 3px #ccc;
	/*safari或chrome*/
	box-shadow: 2px 2px 3px #ccc;
	/*opera或ie9*/
}

.left-side01er span,
.left-side01er a {
	display: block;
}

.left-side01er span {
	background: #f5f7f8;
	color: #000;
	padding: 15px 21px;
	text-align: left;
	font-size: 20px;
}

.left-side01er a {
	padding: 10px 0;
	color: #666;
}

.left-side01er a.click-on {
	background: #ededed;
	border-left: 3px solid #57bbc9;
	color: #333;
}

.taber {
	padding: 25px 165px 20px 45px;
	text-align: left;
}

.taber td {
	padding: 8px;
}

.taber input {
	width: 200px;
	display: inline-block;
}

.taber .sex {
	width: 20px;
}

.taber .btn-primary {
	width: 80px;
}

.taber span {
	display: inline-block;
	padding: 0px 5px;
	background: #fff;
	font-size: 16px;
	line-height: 30px;
}

.str {
	color: #F00;
}

.green {
	display: inline-block;
	padding: 5px;
	background: #42b1c2;
	color: #fff;
	border-radius: 3px;
}

textarea {
	padding: 5px 1%;
	margin: 10px 0;
	width: 98%;
	border: 1px solid #ccc;
	line-height: 1.8;
	font-size: 12px;
	resize: none;
}

.xgmm {
	background: #42b1c2;
	padding: 7px 10px;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	color: #fff;
	/* W3C syntax */
}

.form-control {
	background-color: #f0f6fa;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

textarea {
	overflow: auto;
}

textarea.form-control {
	height: auto;
}

.btn-primary {
	background-color: #42b1c2;
	color: #fff;
}

.btn {
	-moz-user-select: none;
	background-image: none;
	
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button,
select {
	text-transform: none;
}

button {
	overflow: visible;
}


/*---------------------------------------个人中心结束--------------------------------------*/


/*---------------------------------------引导页样式-------------------------------------------*/

.main_01 {
	background: #eaf3f3;
	width: 100%;
	height:100%;
}

.langrage {
	display: inline-block;
	color: #666;
	font-size: 22px;
	margin-top: 80px;
}

.line_list {
	display: inline-block;
	width: 1200px;
	height: 230px;
	margin-top: 120px;
	margin-left: -37px;
}

.line_list a {
	color: #666;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	margin: 15px 12px 15px 47px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 136px;
}

.line_list a:hover {
	color: #0a5ead;
}

.cent {
	text-align: center;
	height:100%;	
}

.cter {
	/* width: 1166px;
	height: 620px; 授课播放页，播放内容，播放混乱*/
	width:100%;
	height:100%;
	margin: 0px auto;
}


/*-----------------------------------------------------------引导页样式结束--------------------------------------*/


/*-----------------------------------------------------------素材中心--------------------------------------------*/

.select-list {
	position: relative;
	text-align: left;
}

.select-list .search-input {
	position: absolute;
	right: 115px;
	top: 19px;
}
.select-list .search-input .search-btn{
	cursor: pointer;
}
.search-input input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    height: 28px;
    line-height: 25px;
    min-width: 150px;
    padding: 0 30px 0 10px;
}
.search-input > img {
    position: absolute;
    right: 1px;
    top: 1px;
}



.select-bg.upload-select {
	left: 8px;
	top: 20px;
	max-width: 125px;
}

.select-bg {
    border: 1px solid #CCC;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 18px;
    margin: 0 auto;
    position: relative;
    margin-right: 10px;
}

.upload-select .select-green {
	font-size: 14px;
}

.select-green {
	
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #333333;
	cursor: pointer;
	font-size: 12px;
	font-weight: 100;
	outline: medium none;
	overflow: hidden;
	padding: 0 0 0 5px;
	position: relative;
	width: 100%;
	z-index: 99;
}

.bbs-list {
	min-height: 500px;
	padding-top: 20px;
}

.comment-list {
	border-bottom: 0 solid #cccccc;
	padding-bottom: 15px;
	margin-top: 15px;
}

.clearfix::after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}

.new-list dl {
	 border-bottom: 1px solid #ddd;
    float: left;
    padding:15px;
}
/*0000*/
.new-list dl {
	overflow: hidden;
	 width: 975px;
}
/*0000*/
.new-list dt {
	height: 64px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	width: 60px;
	 margin-right: 15px;
	 margin-left: 15px;
}

.discuss-operation a {
	 display: inline-block;
    margin: 0 6px;
    text-align: center;
    width: 48px;
}
.discuss-operation img{ z-index:500;}
.text-blue {
	color: #666;
}

.new-list dd {
	padding: 10px 0;
}

.discuss-operation {
	padding-bottom: 10px;
}

.discuss-list dd p,
.discuss-operation {
	font-size: 12px;
}

.text-right {
	text-align: right;
}


/*----------------------------------------------------------------------------素材中心-----------------------------------------------------------------*/


/*------------------------------------------------------------------------------------body结束-----------------------------------------------------*/


/*----------------------------------------------------------------------footer开始-------------------------------------------------------------*/

.footer {
	padding: 23px 0;
	background: #d0d0d0;
	color: #666;
	line-height: 1.8;
	font-size: 14px;
	text-align: center;
	clear: both;
	width: 100%;
}
.s-bottom-ctner{
	bottom: 14px;
    color: #acc4f4;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 3;
	text-align:center;
}

/*------------------------------------------------------------------------footer开始----------------------------------------------------------------------*/

.clear {
	clear: both;
}


/*修改密码弹出层*/

.user-center-pop {
	width: 400px;
	margin-left: -240px;
}

.user-center-pop label {
	display: block;
	margin: 20px 0;
}

.user-center-pop span {
	display: inline-block;
	width: 120px;
	text-align: left;
	font-size: 18px;
}

*/ .user-center-pop input {
	padding: 3px 8px;
	width: 200px;
	height: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.user-center-pop button {
	width: 85%;
	height: 35px;
	background: #FA7B44;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 18px;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
}

.user-center-pop form {
	padding-top: 20px;
}


/*---------------------------------------------------------------------------消息列表-------------------------------------------------------*/


/*.ki dl { float:left; width:350px; height:170px; padding:20px; margin-left:20px; background:white;}*/
.ki dl{
	height:54px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.ki dt {
	background: #eee none repeat scroll 0 0;
	color: #707070;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: 100;
	padding-left: 31px;
	text-align: left;
	width: 150px;
	height: 100%;
    line-height: 54px;
}


.ki dl dd {	
	width: 980px;
	float: left;
	margin-bottom: 10px;
}
.ki dd.more{
	width:70px;
}
.ki dd.more span{
	height: 30px;
    display: inline-block;
    line-height: 30px;
    margin-top: 6px;
    cursor: pointer;
    color: #026bc2;
}
/*0000*/
.bn{background: #cbe0f2 none repeat scroll 0 0;
    height: 43px;
    padding: 10px;
    width: 975px;
	font-size: 16px;
	color:#333;}
/*0000*/
.a:active {
	color: #fff;
}

.piclist .loading {
	background: url(../image/loading.gif) no-repeat;
	width: 100px;
	height: 100px;
	margin: 20px auto;
	display: block;
}

/*用于控制右上角铃铛，上下跳动  开始*/
.messageUp{
	top: -2px;
	position: relative;
}
.messageDown{
	top: 2px;				
	position: relative;
}
/*用于控制右上角铃铛，上下跳动  结束*/

.biaji{margin-left:10px;display: inline-block;}
.border td{border-bottom:1px dotted #ccc;}

/*素材中心样式开始*/
.buton{float:right; position: relative;
    right: 0px;
    top: 18px;}

.blank{ display:inline-block; width:50px; text-align:center;}
.clearfix:hover{ background:#f1f2f3; }
.size{ font-size:12px; color: #666; padding-top: 5px;}
.iner{background:#f7f7f7; padding:15px;}
.inerd{background:#f1f2f3; position:relative; }
.inerd .tile-hot-ribbon {
    display: block;
    position: absolute;
    right: 1px;
    top: -1px;
    width: 50px;
}
.borderd{border:1px solid #e6e5e5;}
.size b{ color:#d39000;}
.size span{display:inline-block; margin-right: 10px;}
.sizeer b{ color:#d39000;}
.repet-linker{color:#ef6402;}
.sizeer{height:50px; line-height:45px;}
.sizeer span{display: inline-block;margin-right: 10px;}
.btn-primaryer { background:#126ebb;
	 border-color: #3079ed;
    color: #fff;
    padding: 5px 35px;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	font-weight:400;
	
}
.btn-primaryer01 { background:#1689df;
	 border-color: #3079ed;
    color: #fff;
    padding: 2px5px;
	-moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
	padding:2px 5px;
	
}
.box_02{width:1190px; min-height:800px; margin-bottom:15px; border:1px solid #e6e5e5;}
.riht{float:right;}
.text-yellow{color:#004986; font-weight:500;}
.weiht{font-weight:500; color:#333;}

.alert-warninger {
    background-color: #e7e5e5;
    border-color: #faebcc;
    color: #000;
	font-size:12px;
}
.alert-dismissibler {
    float: right;
	 position: absolute;
    right: 84px;
    text-align: center;
    top: 30px;
	padding:5px;
}
.text-blue:hover { background:url(../img/bc_06.png) no-repeat 14px 1px; color:#ef6402}
.text-blue{background:url(../img/bc_36.png) no-repeat 14px 1px;}
.lefter{float:left;}
.righted{ float:right;}
.lefterd{background:url(../img/bc_33.png) no-repeat 14px 1px;}
.lefterd:hover{background:url(../img/bc_08.png) no-repeat 14px 1px; color:#ef6402;}
.righter{float:left;}

/*购物车*/
.qbsp{border-bottom:2px solid #d7d7d7; height:30px; width:1200px; font-size:16px; color:#333; font-weight:600;}
.boxcar{width:1200px;}
.gwcer{
	 float: right;margin-top: -55px;
}
.badgeer{ background:#d7000f;
    -moz-border-radius: 50px;      /* Gecko browsers */
    -webkit-border-radius: 50px;   /* Webkit browsers */
    border-radius:50px;            /* W3C syntax */
    font-size: 12px;
   color:#fff;
   display:inline-block;
   position:relative;
   left:-12px;
   top:-14px;
    line-height: 1;
    min-width: 10px;
    padding: 3px 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;}
.jq22-search-form{width:575px;margin:30px auto;overflow: hidden;}
    .jq22-search-form .search-bd{height: 25px;}
    .jq22-search-form .search-bd li{font-size:14px;width:60px;height: 25px;line-height: 25px;text-align:center;float: left;cursor: pointer;background-color: #eee;color: #666;}
    .jq22-search-form .search-bd li.selected{color: #fff;font-weight: 700;background-color: #B61D1D;}
    .jq22-search-form .search-hd{height:40px;background-color: #cf0d1b;padding: 3px;position: relative;}
    .jq22-search-form .search-hd .search-input{width: 490px;height: 33px;line-height: 22px;padding: 6px 0;background: none;text-indent: 10px;border: 0;outline: none;position: relative;left: 3px;top: 0;z-index: 5;#margin-left:-10px;}
    .jq22-search-form .search-hd .btn-search{width: 70px;height: 34px;line-height:36px;position: absolute;right: 3px;top: 0px;border: 0;z-index: 6;cursor: pointer;font-size: 16px;color: #fff;background: none;outline: none;}
    .jq22-search-form .search-hd .pholder{display: inline-block;padding: 0px 0;font-size: 14px;color: #999;position: absolute;left: 13px;top: 11px;z-index: 4;padding-left:3px;#top:11px;}
    .jq22-search-form .search-hd .s2,.jq22-search-form .search-hd #s2{display: none;}
    .jq22-search-form .search-bg{width: 495px;height: 34px;background-color: #fff;position: absolute;left: 3px;top: 3px;z-index: 1;}
.page-main{width:1200px; margin:0px auto; min-height:700px; padding-bottom:20px; color:#333;}


.gwc{ width:1200px;overflow:hidden;}

.gwc_tb3{ width:100%;  height:46px; margin-top:20px; }
.gwc_tb3 .trolley-footer{
	width: 1100px;
	display: inline-block;
	border:1px solid #d2d2d2;
	overflow: hidden;
}
.gwc_tb3 .trolley-footer div{
	display: inline-block;
	height: 44px;
    line-height: 44px;
    vertical-align: middle;
    float: left;
}
.jz2{cursor: pointer; width:100px; height:46px; line-height:46px; text-align:center; font-size:18px; color:#fff; background:#ee0000; display:block; float:right;}
.jz2:hover{color:#fff;}


.tdzt{border:1px solid #ddd; width:1200px; height:162px;margin-top: 15px;}
.tdztleft{float:left; width:598px; border-right:1px solid #ddd; height: 162px;}
.tdztright{float:right;width:599px;height: 162px; }
.tai01{ background:#edeff1; padding:10px 0px 10px 15px; font-size:16px; font-weight:400;}
.xqtext{margin:20px 0px 0px 15px; line-height:30px;}
.xqtext01{border-right: 1px solid #ddd; float:left; line-height:24px; font-size:12px; padding:10px 0px 10px 15px;width:300px;}
.xqtext02{float:right; line-height:24px; padding:10px 30px 10px 0px; font-size:12px;}
.laji{color:#333;}
.qbsper{font-size:16px; color:#333; margin-top:15px; font-weight:600;}
.btn-qren{
    border:1px solid #cf0d1b;
    color: #cf0d1b;border-radius: 3px;}
.btn-qrener{
    border:1px solid #cf0d1b;
    color: #fff;border-radius: 3px; background:#cf0d1b;}
.btn-qren:hover,.btn-qren:active:hover,.btn-qren:focus{border:1px solid #cf0d1b;
    color: #cf0d1b;border-radius: 3px;}
.btn-qrener:hover,.btn-qrener:active:hover,.btn-qrener:focus{border:1px solid #cf0d1b;
    color: #fff;border-radius: 3px;}

.btn-qrened{
    border:1px solid #cf0d1b;
    color: #cf0d1b;border-radius: 3px;background:#f0dadc;}
.btn-qrenmore{
    border:1px solid #ddd;
    color: #666;border-radius: 3px;}
.btn-qrenmore:hover,.btn-qrenmore:active:hover,.btn-qrenmore:focus{border:1px solid #ddd;
    color: #666;border-radius: 3px;}
.btn-qrened:hover,.btn-qrened:active:hover,.btn-qrened:focus{border:1px solid #cf0d1b;
    color: #cf0d1b;border-radius: 3px;}
.btn-qrener:hover,.btn-qrener:active:hover,.btn-qrener:focus{border:1px solid #cf0d1b;
    color: #fff;border-radius: 3px;}	
.btn-zhif{
    border:1px solid #cf0d1b;
    color: #cf0d1b;border-radius: 3px;}
.btn-zhif{
    border:1px solid #cf0d1b;
    color: #fff;border-radius: 3px; background:#cf0d1b;}
.btn-zhif:hover,.btn-zhif:active:hover,.btn-zhif:focus{border:1px solid #cf0d1b;
    color: #cf0d1b;border-radius: 3px;}
.btn-zhif:hover,.btn-zhif:active:hover,.btn-zhif:focus{border:1px solid #cf0d1b;
    color: #fff;border-radius: 3px;}
.mover{padding:6px 75px;}
.xqright{ float:right; width:275px; text-align:right; line-height:35px; margin-top:10px; color:#333;}
.xt{ border-bottom:1px solid #ddd; padding-bottom:15px;}
.maincar{border:1px solid #ddd; background:#fefdfd;}
.huaj{width: 1100px;padding-bottom: 15px;margin-left: 50px;}
.qren{margin-left:20px; width:200px;height: 40px;line-height: 40px; }
.hh{float:left;}
.dizhi{float:right; margin-top:15px; margin-right:25px; }
.shuo{
    width: 1100px;
    margin: 0 50px 10px 50px;
	overflow: hidden;
	font-size: 12px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}
	


.box_comtent{ border:1px solid #ddd;height:350px;}
.bady{padding:15px;height: 348px;width: 456px; float:left;}
.bady img{width: 100%;height: 100%;}
.coloropen{float:left; width:500px; margin-left: 25px;}
.ert{font-size:16px; color:#000;font-weight: 700; margin-top: 20px;margin-bottom: 10px;}
.zhifu{padding:10px 50px; margin-left:25px;}
.goum{padding:10px 35px;}
.detailer{margin-top:30px;word-wrap:break-word;}
.xiang_er{ font-size:16px; font-weight:600; color:#666; border-left:3px solid #b70b17; padding-left:10px; }
.shang002{border-bottom:1px solid #d5cfcf; padding-bottom:5px;}
.congqing{ line-height:30px; padding:10px;}

/*商品*/
 .custom .dt2{background-image:url(../img/city_06.png);}
 .custom .dt1{background-image:url(../img/city_03.png);}
 .leftsidebar_box{width:160px;height:auto !important;overflow:visible !important;border: 1px solid #ddd; float:left;}
 .leftsidebar_box .dt{padding-left:48px;padding-right:10px;background-repeat:no-repeat;background-position:28px center;color:#333;font-size:16px;position:relative;line-height:40px;}
.leftsidebar_box dd{padding-left:50px;cursor:pointer;color:#666;line-height:35px;}
.leftsidebar_box .dt img{position:absolute;right:30px;top:15px;}
.fenl{ display:inline-block; width:160px; height:40px; text-align:center; line-height:35px; background:#b70b17; color:#fff; font-size:16px;}
.rightbar_box{float: right;
    width: 1010px;}
.view-first001 img {
    display: block;
    overflow: hidden;
    transition: all 0.2s linear 0s;
    width: 230px;
    height: 146px; 
}
.view-first002 img {
    display: block;
    overflow: hidden;
    transition: all 0.2s linear 0s;
    width: 230px;
}

.piclist003 li span {
    color: #666;
    display: block;
    line-height:30px;
    font-size: 14px;
    overflow: hidden;
    padding: 3px 5px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 228px;
}

.piclist003 ul li {
	border:1px solid #ddd;
    float: left;
    position: relative;
    text-align: center;
    z-index: 0;
    margin: 15px 0 15px 30px;
    width: 230px;
}
.piclist003 ul li:hover{
	border:1px solid #cf0d1b;
}
.piclist003 .account{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98px;
    position: absolute;
}
.picbox002 .shop-list{
	overflow: hidden;
}
.picbox002 .shop-list li:nth-of-type(4n-3){
	margin-left: 0;
}
.rifgt003{float:right; width:1010px;}
.more001{ text-align:center; margin-top:25px;}

.con-two{	
	float: left;
	position: relative;
	cursor: pointer;
}
.con-two .con-subject{
	float: right;
	margin-right: 20px;
}
.txt-two{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 128px;
	padding-top: 30px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	display: none;
	
}
.txt-two h2{
	font-weight: normal;
	font-size:24px;
}
.txt-two p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}
.wait-load2{
	background-image: url(screen/load.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
	margin-right: 8px;
}
/*全局的一个加载图标*/
.wait-load{
	background-image: url(screen/load.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: block;
	margin:100px auto;
}
.nothing-title{
	text-align: center;
    font-size: 16px;
    color: #666;
    margin: 15px auto;
}
/*商品详情css整理*/
.coloropen .shop-intro{
	word-wrap:break-word;
	line-height: 20px;
    font-size: 14px;
    padding: 12px 5px;
    margin-top: 10px;
    display: block;
    color: #666;
    background-image:url("data:image/png;base64,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");
}
.coloropen .shop-price{
	margin-top: 15px;
    font-size: 12px;
    line-height: 24px;
}
.coloropen .shop-price .shop-p{
	color:#cf0d1b;
	font-size:28px;
	vertical-align:middle;
}
.coloropen .shop-label{
	margin-top:12px;
}
.coloropen .shop-label .shop-btn{
	border: 1px solid #ccc;
	font-size: 16px; 
	font-weight: 700;
	height: 23px;
	width: 23px; 
	line-height: 15px;
}
.coloropen .shop-label .shop-box{
	width:30px; text-align:center; border:1px solid #ccc;height: 23px;
}
