body {
    font-family:"microsoft yahei",simhei,'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f8f8f8;
	/*width:1920px;*/
}
/*.bg{*/
	/*background: url(../img/bg-color.jpg) no-repeat;*/
	/*background-size:100% 100%;*/
/*}*/
.bg_image {
	background-image: url(../img/bg1_2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 170px;
}
.c_body{
	/*border: 1px solid transparent;*/
	background-repeat: no-repeat;
	background-image: url("../img/bbg.png");
	background-size: 100% 100%;
	margin-bottom: -20px;
}
/*让footer固定到底部*/
#container{
	/*保证footer是相对于container位置绝对定位*/
	position:relative;
	width:100%;
	min-height:100%;
	/*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
	padding-bottom: 100px;
	box-sizing: border-box;
}
#footer{
	width: 100%;
	height:100px;   /* footer的高度一定要是固定值*/
	/*background-color:#84c140;*/
	/*position:fixed;*/
	position:absolute;
	bottom:0px;
	left:0px;
	background: url(../img/b.png)no-repeat;
	background-size: 100% 100%;
}
/*公共样式*/
body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
}
strong { font-weight: 500; }

a, a:hover, a:focus {
    font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
	color:#42a835;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}
li{
	list-style-type:none;
}

img { max-width: 100%; }
.r{
	text-align: right;
}
.l{
	margin-left: 10px;
}
.b{
	margin-bottom: 10px;
}
.m_t{
	/*margin-top:15px;*/
}
.round{
	border-radius:20px;
	width:75px;
	height:30px;
}
.btn-sm{
	padding: 3px 6px;
}
/*用bootstrap做的按钮，点击后，都会出现边框，请问如何去除？*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow:none;
}
.btn-default {
	border-color:transparent!important;
}
.lf{
	float: left;
}
.rt{
	float: right;
}
.line_bottom {
	border-bottom: 1px solid #e9e9e9;
	height: 50px;
}
/*.btn-default:focus{outline:0;}*/

/*.btn-default:focus {*/
	/*!*color: #333;*!*/
	/*!*background-color: #e6e6e6;*!*/
	/*border-color: transparent;*/
/*}*/
/*.btn-default:active:focus{*/
	/*border-color: transparent;*/
/*}*/
/*::-moz-selection { background: #66d6c5; color: #fff; text-shadow: none; }*/
/*::selection { background: #66d6c5; color: #fff; text-shadow: none; }*/
/*top*/
.bacg_img{
	/*background: url(../img/background.png)no-repeat;*/
	/*background-size: 100% 100%;*/
}
.line_bottom {
	border-bottom: 1px solid #34bedd;
	height: 50px;
	/*background-image: url(../img/top_bg.png);*/
	background-repeat: no-repeat;
}
/************************人工客服**************************************/
.fixed-tool{
	position: fixed;
	right: 0;
	/*width: 60px;*/
	bottom: 110px;
	/*background-color: #fff;
	box-shadow: 1px 0 3px 3px rgba(0,0,0,.05);*/
}

.fixed-tool1{
	display: block;
	z-index: 100000;
	position: fixed;
	left: 10px;
	top: 40%;
	cursor: pointer;
}
.fixed-tool1 .tips{
	position: absolute;
	top: 97px;
	left: 119px;
}
.fixed-tool1 .tips p{
	font-size: 16px;
	color:#000;
}
/************************人工客服**************************************/
.top_nav {
	/*background: #f1f1f1;*/
	width: 100%;
	height: 30px;
}
.top_nav ul{
	/*display: flex;*/
}
.top_nav ul li{
	margin-left: 20px;
	height: 26px;
	line-height: 26px;
	float: left;
}
/*二维码*/
.wx-bd{
	position: absolute;
	z-index: 8;
	top: 31px;
	left:226px;
	/*width: 150px;*/
	background-color: #fff;
	box-shadow:0px 1px 5px 2px #dedbdb;
	/*border-right: 1px solid #42a835;*/
	/*border-bottom: 1px solid #42a835;*/
	/*border-left: 1px solid #42a835;*/
}
.top_nav ul li p,a{
	font-size:14px;
	color: #fff;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.top_right{
	/*flex-direction: row-reverse;*/
	justify-content:flex-end;
	margin-left:100px;
}
.top_right i{
	color:#888;
}
/*logo*/
.login{
	height: 100px;
	margin: 20px 0;
	/*border:1px solid red;*/
}
.loging{
	width:100px;
}
.login span{
	font-size:40px;
	color: #333;
	font-weight: bold;
	margin-left: 15px;
}
.menu-form{
	width: 65%;
	margin-top:30px;
}
/*修改input 边框颜色*/
.menu-form .input-group-addon {
	padding: 6px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #34b7cf;
	border: 1px solid #34b7cf;
	/*border-radius: 4px;*/
}
.menu-form .form-control:focus {
	border-color: #34b7cf;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(52,183,207,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(52,183,207,.6);
}
/*nav*/
.nav-b{
	/*height: 50px;
	/*background: url(../img/hw.png)no-repeat;*/
	background-color: #1b7396;
	height: 50px;
}
.nav-b ul{
	/*display: flex;*/
	justify-content: center;/*margin-left: 20%*/
}
.nav-b ul li{
	width:150px;
	height: 50px;
	line-height: 50px;
	float: left;
}
.nav-b ul li a{
	font-size:20px;
	color:#fff;
}
.nav-b ul li:hover{
	background-color:#34b7cf;
	color:#fff;
}
.active{
	background-color:#34b7cf;
}


/*轮播*/
.nav{
	margin: 10px 0;
}
.carousel{
	height: 355px;
}
.carousel-inner img{
	height: 355px !important ;
	width: 750px;
}



/*轮播个人信息部分*/
.head_portrait{
	/*border: 1px solid #fff;*/
	/*background:url('../img/bg_img.jpg') no-repeat;*/
	background-size: 100% 100%;
}
.head_bg{
	/*background:url('../img/1111111.png') no-repeat;*/
	/*background-size: cover;*/
	background-size: 100% 100%;
	padding-bottom: 5px;
}
#IFON{
	height:260px;
	overflow: auto;
	overflow-x: hidden;/*overflow: hidden;*/
}
.head_portrait .IFON{
	text-align: left;
}
/*进度条高度*/
.head_portraitin .ifon{
	/*border: 1px solid red;*/
	padding:5px 10px;
	height:236px;
	overflow: auto;
	overflow-x: hidden;
}

.head_portraitin li{
	float: left;
}
.head_portrait .IFON ul li .xfgz p{
	font-size: 16px;
	/*font-weight: bold;*/
	color: #000;
	text-align: left;
}
.head_portrait .IFON ul li .xfgz p span{
	color:red;
	/*font-weight: bold;*/
}
.head_portrait .IFON .TT p{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.head_portrait .xf-credit{
	height: 40px;
	line-height: 40px;
}
.head_portrait .xf-credit p{
	font-size: 16px;
	color: #666;
}
.head_portrait .xf-credit a{
	font-size: 16px;
	color: #fff;
	background-color: red;
	padding: 1px 10px;
	border-radius: 10px;
}



.head_portrait .head_portraitin{
	/*border-bottom: 2px solid #f8f8f8;*/
	margin: 10px;
	/*padding-bottom: 10px;*/
	padding-top: 16px;
}
.head_portrait .IFON{
	text-align: left;
	/*border: 1px solid red;*/
	/*margin-bottom: 10px;*/
}
.head_portrait .IFON .TT p span{
	font-weight: bold;
	color: #006dff;
	margin-right: 5px;
}

/*学分任务*/
.start_rw{
	padding: 5px 10px;
}
.start_rw ul.u_float1{
  /*display: flex;*/
  margin-left: -10px;
	zoom: 1;
	/* display: table; */
	text-align: center;
	/* margin: 0 auto; */
	clear: both;
}
.start_rw ul li{
	/*border: 1px solid red;*/
	margin-left: 15px;
	transition: 0.4s;
	float: left;
	width: 31.5%;
	/*height: 328px;*/
}
.start_rw ul li:hover{
	box-shadow: 0px 10px 20px 2px #ddd;
}
.start_rw .fir{
	box-shadow: 0px 10px 20px 2px #ddd;
	/*height:240px;*/

	/*width: 210px;*/
	height: 330px;
	/*margin-right: 56px;*/
	transition: 0.4s;
}
.start_rw .xfgz{
	padding: 15px;
	/*height: 340px;*/
	/*border: 1px solid #C9C9C9;*/
	/*background-color: #fff;*/
	/*background:url('../img/bbgg.png') no-repeat;*/
}
.start_rw .xfgz .img_b{
	margin:15px 0;
	width:45px;
}
.start_rw .xfgz p{
	text-align: left;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.start_rw .xfgz .btna{
	display: block;
	width:170px;
	height:40px;
	border: 1px solid #42a835;
	color: #42a835;
	line-height:40px;
	font-size: 18px;
	margin:25px auto 10px;
	border-radius: 24px;
	transition: .6s;
}
.start_rw .xfgz .btna:hover{
	background: #42a835;
	color: #fff;
}

/*使用帮助*/
.use-help{
	/*margin: 0 auto;*/
	/*border: 1px solid red;*/
	/*padding: 10px;*/
}
.use-help ul{
	/*display: flex;*/
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	width: 100%;
	text-align: left;
}
.use-help ul li:first-child{
	margin-left: 0px;
}
.use-help ul li{
	width:280px;
	/*width: 100%;*/
	height:112px;
	margin-left:10px;
}
.teacher ul li{
	width:244px;
}
/*老师*/
.use-help .tag1{
	background: url(../img/jd.jpg)no-repeat;
	background-size:100%;
	/*background-size: 240px 112px;*/
	/*background: linear-gradient(to right, rgba(255, 88, 88, 0.9), rgba(240, 152, 25, 0.9));*/
	/*background: linear-gradient(90deg,#ff6969,#ff577b);*/
}
.use-help .tag2{
	background: url(../img/bz.jpg)no-repeat;
	background-size:100%;
	/*background-size: 240px 112px;*/
	/*background: linear-gradient(to right, rgba(68, 129, 235, 0.9), rgba(4, 190, 254, 0.9));*/
}
.use-help .tag3{
	background: url(../img/miao.jpg)no-repeat;
	background-size:100%;
	/*background-size: 240px 112px;*/
	/*background: linear-gradient(to right, rgba(80, 204, 127, 0.9), rgba(245, 209, 0, 0.9));*/
	/*background: linear-gradient(90deg,#ffa700,#ffbf00);*/
}
.use-help .tag4{
	background: url(../img/kp.jpg)no-repeat;
	background-size:100%;
	/*background-size: 240px 112px;*/
	/*background: linear-gradient(to right, rgba(80, 204, 127, 0.9), rgba(245, 209, 0, 0.9));*/
	/*background: linear-gradient(90deg,#ffa700,#ffbf00);*/
}
.use-help .box {
	/*width: 250px;*/
	height:112px;
	/*display: inline;*/
	/*margin-right: 13px;*/
	/*margin-left:10px;*/
	/*overflow: hidden;*/
	/*position: relative;*/
	/*border: 1px solid #e4e4e4;*/
	/*transition: 0.5s;*/
}
.use-help .box  .bababba{
	/*display: inline-block;*/
}

.use-help .box .bababba .info p{
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	padding-top: 41px;
	text-align: center;
	/*margin:28px 0;*/
}
.use-help .box .link {
	top: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	background: rgba(0,0,0,0.8);
	transition: 0.2s;
}

.use-help .box .link a {
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -30%;
	color: #ffffff;
	width: 60%;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	border: 1px solid #ffffff;
	border-radius: 10px;
}
.use-help .box:hover .link {
	top: 0;
	transition: 0.2s;
}
/*使用帮助*/

 /*推荐资源七年级必修课*/
.progress{
	width:90%;
	height:12px;
	/*margin-bottom: 20px;*/
	overflow: hidden;
	margin-top:10px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
	line-height:12px;
}
.caption .caption_time{
	text-align: left;
}
/*禁毒教育资源*/

.study_img{
	display: flex;
	/*justify-content: space-around; *//*上下左右有间隙*/
	/*justify-content: space-between; !*两边没有空隙全部均分布*!*/
}
.study_img li{
	float: left;
	margin-left: 12px;
}
/*.Learningtask{
	margin-top:15px;
	background-color: #fff;
	-webkit-box-shadow:0 2px 8px #ccc;
	box-shadow: 0 2px 8px #ccc;
	!*height: 520px;*!
}*/
.Learningtask{
	margin-top:15px;
	/*background-color: #fff;*/
	/*-webkit-box-shadow:0 2px 8px #ccc;*/
	/*box-shadow: 0 2px 8px #ccc;*/
	/*height: 520px;*/
}



.contactus_1{
	background:url(../img/j1.png)no-repeat;
	background-size:100% 100%;
}
.jyzy_bj{
	background:url(../img/tjzy1.png)no-repeat;
	background-size:100% 100%;
}
.contactus1{
	background:url(../img/juhd1.png)no-repeat;
	background-size:100% 100%;
	margin-top: 40px;
}
/*微电影*/
.contactus2{
	background:url(../img/filme.png)no-repeat;
	background-size:100% 100%;
}

.Learningtask .task{
	margin:15px;
}
.Learningtask .task_nav li{
	margin-left:26px;
	height: 50px;
	float: left;
}
.Learningtask .task_nav li a{
	font-size: 16px;
	color: #000000;
	line-height: 56px;
	background-color: transparent;
}

.Learningtask .task_nav li a:hover{
	color:#49e0f5;
}

/*考试题库*/
._examination{
	/*border: 1px solid red;*/
	margin-bottom:20px;
}
._examination .lu{
	width:40%
}
._examination .tube{
	width:58%

}


/*最新资源*/
.new_natural{
	/*border: 1px solid red;*/
	background: url(../img/n_zy1.png)no-repeat;
	background-size: 100% 100%;
}
.new_natural .n_natural ul li{
	margin-bottom: 5px;
}
.new_natural .n_natural ul li ._natural img{
	width: 65px;
	height: 40px;
	margin-top: 6px;
}
.new_natural .n_natural ul li ._natural{
	text-align: left;
}
.new_natural .n_natural ul li ._natural_body{
	margin-left:10px;
}
.new_natural .n_natural ul li ._natural_body span.sf{
	color: red;
}
.new_natural .n_natural ul li ._natural_body a{
	text-align: left;
	font-size: 16px;
	color: #666;
	width:255px;
	display: block;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new_natural .n_natural ul li ._natural_body ._u_user{
	font-size: 12px;
}

/*校园禁毒活动*/
.activity1{
	margin-top: -15px;
	/*background: url("../img/jjjjjjjj.jpg")no-repeat;*/
}
.new_journalism{
	/*border:1px solid red;*/
	margin-top: 5px;
}
.new_journalism img{
	width: 160px;
	height: 90px;
	/* display: inline-block; */
}
.new_journalism .journalism_c{
	margin-bottom: 15px;
}
.new_journalism .journalism_body{
	text-align: left;
	margin-left:175px;
}
.new_journalism .journalism_body a{
	/*font-weight: bold;*/
	font-size: 16px;
	color: #666;
	text-align: left;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
}
.new_journalism .journalism_body a:hover{
	color: #34b7cf;
}
/*.new_journalism .journalism_body a span{*/
	/*color: #34b7cf;*/
/*}*/
.new_journalism .journalism_body p{
	font-size: 16px;
	color: #34b7cf;
	text-align: left;
}
.new_journalism .journalism_body .i_informant span{
	font-size: 16px;
	color: #999;
}




/*list页面*/
/*本学期班级学分完成明细*/
/*左右箭头明细*/


#box {
	position: relative;
	/*width: 500px; */
	/*width: 1091px;*/
	margin: 0 58px;
	overflow: hidden;
	line-height: 60px;
	/*margin: 100px auto;*/
	/*background: #34b7cf;*/
	padding-bottom: 38px;
	height: 65px;
	background: url("../img/bbbbbb.jpg")no-repeat;
}

#box .arrow_box{
	border:1px solid red;
	margin: 0 auto;
	width: 800px;
}
#box ul li{
	/*float: left;*/
	/*padding: 0 20px;*/
	color: #333;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	cursor: pointer;
	/*margin-right: 15px;*/
}
#box ul li.act0{
	/*border:1px solid red;*/
	/*background-color: #84a6ab;*/
	color:#f68c12;
}

#box ul{
	position: absolute;
	left: 0;
	transition: 1s;
}
/*input{*/
	/*position: absolute;*/
	/*left:50px;*/
	/*top:60px;*/
/*}*/
.arrowl span{
	position: absolute;
	left: 98.6%;
	top:100px;
	font-size:24px;
	line-height: 20px;
	color: #000;
	/*background-color: transparent;*/
	/*border: none;*/
	cursor: pointer;
}
#rightChange{
	position: absolute;
	left:5%;
	top:73px;

}
#leftChange{
	position: absolute;
	left:94%;
	top:73px;
}
.whole{
	/*height: 200px;*/
	/*background-color: #FFEBCD;*/
	padding-bottom:15px;
}

/*------------------------------------------------------------------------*/
.whole .stu_d{
	font-size: 16px;
	color:#333;
	border: 1px solid #F1F1F1;
	margin-left:10px;
	width:23.7%;
	height:50px;
	line-height: 50px;
	top: 0;
	position: relative;

}
.whole .stu_d img.s_1{
	left:30px;
}
.whole .stu_d p.s_2{
	right:26px;
}
.whole .stu_d img.s_3{
	left: 10px;
}
.whole .stu_d p.s_4{

}
.whole .stu_d img.s_5{
	left:2px;
}
.whole .stu_d img.s_7{
	left:22px;
}
.whole .stu_d p.s_8{
	right: 24px;
}
.whole .stu_d:hover img.s_1{
	left:35px;
}
.whole .stu_d:hover p.s_2{
	right:35px;
}
.whole .stu_d:hover  img.s_5{
	left: 5px;
}
.whole .stu_d:hover  img.s_6{
	right: 5px;
}
.whole .stu_d:hover img.s_7{
	left:25px;
}
.whole .stu_d:hover p.s_8{
	right:26px;
}
.whole .stu_d img{
	position: absolute;
	bottom:7px;
	left:7px;
	transition: 0.8s;
}
.whole .stu_d p{
	/*margin-left: 10px;*/
	font-size:16px;
	font-weight: bold;
	position: absolute;
	right:10px;
	bottom:0px;
	color:#f68c12;
	transition: 0.8s;
}
.whole .stu_d .big_num{
	font-size: 20px;
	font-weight: bold;
	color: red;
}

.whole .stu_d:hover{
	border-color: #408abc;
}
.whole .stu_d:hover img {
	left:14px;
}
.whole .stu_d:hover p {
	right:12px;
}
/*明细*/
.detailed{
	/*border:1px solid red;*/
	margin-top: 10px;
}
.detailed .detailed_body{
	margin: 10px;
}
.detailed .detailed_body ul{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-right: 10px;

}
.detailed .detailed_body ul li{
	width: 110px;
	height: 75px;
	padding: 5px;
	margin-left: 23px;
	border: 1px solid #34b7cf;
	margin-bottom: 15px;
	box-shadow: 0 8px 16px 0 rgba(7,17,27,.1);
	transition: 0.8s;
	position: relative;
}
.detailed .detailed_body ul li:hover{
	box-shadow: 0 8px 16px 0 rgba(7,17,27,.2);
}
.detailed .detailed_body ul li p{
	font-size: 16px;
}
.detailed .detailed_body ul li p:first-child{
	font-weight: bold;
	color: #333;
}
.detailed .detailed_body ul li p:last-child{
	color: #666;
}
.detailed .detailed_body ul li span{
	position: absolute;
	top: 40px;
	left: 73px;
}







/*横线*/
.task_nav ul .aui-current a {
	color:#34b7cf;
}
.task_nav ul .aui-current{
	/*color: #f54343;*/
	/*background: #f7f7f7;*/
	border-bottom: solid 3px #34b7cf;
	font-weight: bold;
}



/*去学习*/
.learning{
	margin-left: 5px;
}
.learning a{
	display:inline-block;
	color: #fff;
	text-align: center;
	background-color: #5d5df0;
	padding:2px;
	width: 55px;
	border-radius: 15px;
}
.learning a:hover{
	background-color: #78b333;
}
.tittle h3{
	vertical-align: middle;
	margin-top: 10px;
	font-weight: 400;
}


/*更多*/
.more{
	color:#34b7cf;
	font-size: 16px;
	line-height:56px;
	margin-left: 15px;
}
.more_l{
	color:#ffa500;
}

.tittle_img{
	margin-top:10px;
	/*padding-bottom: 20px;*/
}
.thumbnail{
	box-shadow:0 0 1px #ccc;
	transition:all 1s;
	padding: 0;
	justify-content:flex-end;
	position: relative;
}
.p_posion{
	position: absolute;
	top:0px;
	left:0px;
}
.p_posion img.angren{
	width:85px;
	height:85px !important;
}

.thumbnail:hover{
	box-shadow:0px 10px 30px #ccc;
}
.caption{
	/*border:1px solid red;*/
	text-align: left;
}
.caption .caption_name{
	margin-bottom: 5px;
}
.caption .caption_name a{
	font-size: 16px;
	color: #333;
	/*font-weight: bold;*/
}
.caption span{
	font-size: 12px;
	color: #666;
	margin-top:3px;
	display: inline-block;
}
.caption span i{
	color: #888;
}
.caption_z{
	margin-left: 50px;
}

.thumbnail img{
	width: 266px;
	height: 175px!important;
}
.thumbnail_img img{
	width:259px;
	height:160px!important;
}
.thumbnail .caption{
	margin-bottom: 10px;
}
/*微电影*/
.w_film{
	/*border: 1px solid red;*/
}
.w_film ul li{
	margin-left: 5px;
	width: 235px;
}
.w_film ul li a img{
	width:228px;
}

/*禁毒资讯*/
.drug_information{
	width: 321px;
	height:200px;
	background-color:#ddd;
}
.drug_information img{
	width: 321px;
	height:200px;
}


/*联系我们*/
.contactus{
	margin-top: -15px;
	height:291px;
}
.Contact{
	/*height:290px;*/
	padding-bottom: 15px;
}
.photo_top{
	margin: 10px 0px;
}
.photo_top h3{
	text-align: left;
	padding:10px 0;
}
.Contact_us{
	margin:0 15px;
}
.Contact_us li{
	margin-top: 10px;
}
.Contact_us li p{
	font-size: 16px;
	text-align: left;
	color: #333;
	line-height: 34px;
}

.Contact_us .call p{
	font-size: 18px;
	font-weight: bold;
	color:#42a835;
}
.Contact_us .call_0{
	text-align: left;
	margin-left: 30px;
}
.Contact_us .call_0 span{
	font-size:20px;
	font-weight: bold;
	color:#ffa500;
}


.wx-bd{
	position: absolute;
	z-index: 8;
	top: 31px;
	left:226px;
	/*width: 150px;*/
	background-color: #fff;
	box-shadow:0px 1px 5px 2px #dedbdb;
	/*border-right: 1px solid #42a835;*/
	/*border-bottom: 1px solid #42a835;*/
	/*border-left: 1px solid #42a835;*/
}
.lf{
	float: left;
}
.rt{
	float: right;
}

/*友情链接*/
footer{
	margin:20px 0;
}
.footer_picter{
	margin-top: 20px;
}
.footer_picter li{
	margin-left: 10px;
	float: left;
}
.footer_picter img{
	width:180px;
	height: 65px;
}

.footer .f_body{
	margin-top:30px;
}
.footer .f_body p{
	color: #fff;
	font-size:16px;
}


/*赚学分*/
.Earn_credits{
	height:445px;
}
.Earn_credits .list{
	text-align: left;
	margin-top: 15px;
}

.Earn_credits .list1 span:nth-child(1){
	color: #42a835;
}
/*.Earn_credits ul{*/
/*display: flex;*/
/*justify-content: space-between;*/
/*flex-wrap: wrap;*/
/*}*/
.Earn_credits .good_item{
	margin: 15px 0;
}
.Earn_credits .good_item1 {
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-top: 20px;
}
.Earn_credits .good_item .f_s{
	font-size: 16px;
}

/*本戒毒所排名*/
.Earn_credits .good_item .list_my{
	font-size: 16px;
	font-weight: bold;
	color: red;
}
.Earn_credits .list li{
	/*border:1px solid red;*/
}
.Earn_credits .list li a{
	width:340px;
	display: block;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor:pointer;
}
.Earn_credits .good_item .list_my img{
	width:15px;
	height: 12px;
}

.Earn_credits .good_item .one{
	background-color: red;
	color:#fff;
	padding:0 4px;
	margin-right: 10px;
}
.Earn_credits .good_item .tow{
	background-color: #ffa500;
}
.Earn_credits .good_item .three{
	background-color: #42a835;
}
.Earn_credits .good_item .four{
	background-color: #999999;
}
.Earn_credits .good_item img{
	height:20px;
}

.u_float {
	zoom: 1;
	overflow: hidden;
	/* display: table; */
	text-align: center;
	/* margin: 0 auto; */
	clear: both;
}
.bg_backgrund{
	background-image: url("/experts/img/bg112.png");
	background-repeat: no-repeat;
	background-size:contain;
}


.ssss .qq-client{
	position:fixed;right:0px;top:50%;
	margin-top:-80px;
	display:none;
}
.ssss .qq-client a.qq-client-open{
	font-size: 18px;
	width: 50px;
	height: 160px;
	text-align: center;
	border: #ebebeb solid 1px;
	padding: 15px 0 0;
	line-height: 25px;
	display: block;
	color: #fff;
	background:rgba(125, 96, 238,0.9);
	border-radius: 10px;
}
.ssss .qq-client-content{
	position:fixed;
	right:0px;
	top:38%;
	/*border:#ebebeb solid 1px;*/
	width:200px;
	/*display:none;*/
	/*background:#ffffff;*/
}
.ssss .qq-client-content h1{
	font-size:14px;
	width:90%;
	margin:0px auto;
	text-align:center;
	height:50px;
	line-height:50px;
	/*border-bottom:#ebebeb solid 1px;*/
	position:relative;
}
.ssss .qq-client-content h1 span{
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: -7px;
	top: 33px;
	cursor: pointer;
	background: #999;
	border: #ebebeb solid 1px;
	width: 25px;
	height: 25px;
	line-height:22px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
}
/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
	.login span{
		font-size:24px;
	}
	.carousel{
		height:287px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.login span{
		font-size:16px;
	}
	.carousel{
		height:216px;
	}
}

@media (max-width: 767px) {



}

@media (max-width: 415px) {

	h1, h2 { font-size: 32px; }

}

.zx_body ul li {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.Learningtask .task_nav1 li {
	margin-left: 15px;
	float: left;
}

.Learningtask .task_nav1 li a {
	text-align: left;
	font-size: 16px;
	color: #404040;
	line-height: 56px;
	background-color: transparent;
}

.font_body {
	padding: 5px 0;
}

.fixed-tool2{
	position: fixed;
	right: 0;
	bottom: 110px;
}

/* Retina-ize images/icons */

/*@media*/
/*only screen and (-webkit-min-device-pixel-ratio: 2),*/
/*only screen and (   min--moz-device-pixel-ratio: 2),*/
/*only screen and (     -o-min-device-pixel-ratio: 2/1),*/
/*only screen and (        min-device-pixel-ratio: 2),*/
/*only screen and (                min-resolution: 192dpi),*/
/*only screen and (                min-resolution: 2dppx) {*/
	/**/
	/*!* logo *!*/
    /*.navbar-brand {*/
    	/*background-image: url(../img/logo@2x.png) !important;*/
		/*background-repeat: no-repeat !important;*/
		/*background-size: 156px 43px !important;*/
    /*}*/
	/**/
/*}*/

.qtstyle{
	display: flex;
	flex-flow: wrap;
	/*justify-content: space-between;*/
}

.qtstyle li{
	width: 260px;
	/*height: 220px;*/
	margin: 0 8px;
}

/*.qtstyle li img{*/
/*	width: 320px;*/
/*	height: 220px;*/
/*}*/

