@charset "UTF-8";


/*---------------------------------------------
	body
  ---------------------------------------------*/
html {
	background-color: #ffffff;
}

body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
	color: #555;
	line-height: 180%;
	text-align: left;
	background-color: #ffffff;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 14px;
  overflow: auto;
  min-width: 1200px;
}


/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

q::before, q::after {
	content: '';
}

object, embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img, abbr, acronym, fieldset {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

ul li {
	list-style-type: none;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

hr {
	margin: 0 auto;
	border: 0;
	height: 1px;
	border-bottom: 1px dashed #ccc;
}


/*---------------------------------------------
	Font
  ---------------------------------------------*/

@font-face {
	font-family: "MyYuGothicM";
	font-weight: normal;
	src: local("YuGothic-Medium"), /* Postscript name */ local("Yu Gothic"), /* for Chrome */ local("YuGothic-Regular"); /* Mediumがない場合 */
}

@font-face {
	font-family: "MyYuGothicM";
	font-weight: bold;
	src: local("YuGothic-Bold"), /* Postscript name */ local("Yu Gothic"); /* for Chrome */
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
	text-decoration: none;
	color: #545c64;
}

html:not(.sp) a:hover {
	text-decoration: none;
	color: #222;
}


/*---------------------------------------------
	General Settings
  ---------------------------------------------*/

#wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
}

#container {
	position: relative;
	width: 1200px;
	min-width: 320px;
	overflow: hidden;
	margin: 0 auto;
}

.orgContainer {
	position: relative;
	width: 1200px;
	min-width: 320px;
	overflow: hidden;
	margin: 0 auto;
}

p {
	padding: 0;
}

p:empty {
	display: none;
}

.red {
	color: #c02;
}

.color-gray {
	color: #cccccc
}

.color-info {
	color: #909399;
}

strong {
	font-weight: bold;
	color: #000;
}

.hidden {
	visibility: hidden;
}

.copy {
	font-size: 160%;
	font-weight: 500;
	line-height: 160%;
	color: #000;
}

p + .copy {
	padding-top: 40px;
}

/*==========*/
.over {
	overflow: hidden;
}

.posr {
	position: relative;
}

.posa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.block {
	display: block;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

/*==========*/
.w1230 {
	width: 1230px;
}

.w1200 {
	width: 1200px;
}

.w1176 {
	width: 1176px;
}

.w880 {
	width: 880px;
}

.w850 {
	width: 850px;
}

.w760 {
	width: 760px;
}

.w585 {
	width: 585px;
}

.w450 {
	width: 450px;
}

.w420 {
	width: 420px;
}

.w300 {
	width: 300px;
}

.w330 {
	width: 330px;
}

.w90 {
	width: 90px;
}

/*==========*/
.mar1 {
	margin: 20px auto;
}

.mar2 {
	margin: 0 auto;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-b20 {
	margin-bottom: 20px;
}

.m-t5 {
	margin-top: 5px;
}

.m-t15 {
	margin-top: 15px;
}

.m-t20 {
	margin-top: 20px;
}

.padding1 {
	padding: 20px;
}

.padding2 {
	padding: 15px;
}

.padding3 {
	padding: 10px;
}

/*==========*/
.bg-white {
	background-color: #ffffff;
}

.bg-gray-light {
	background-color: #f5f5f5;
}

.bg-ee {
	background-color: #eee;
}

.bg-dark6 {
	background-color: #666666;
}

.bg-darkGrey {
	background-color: #073e1d;
}

.bg-darkBlue {
	background-color: #005b16;
}

/*==========*/
.Box {
	position: relative;
}

.Box .content {
	width: 1200px;
	margin: 0 auto;
}

.Box h2 {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 250px;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: none;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 47px;
	cursor: pointer;
	z-index: 99
}

.Box .Box_con .btnl {
	background: url('../images/slideImg/jtl02.png') no-repeat center;
	left: 0px;
}

.Box .Box_con .btnr {
	background: url('../images/slideImg/jtr02.png') no-repeat center;
	right: 0px;
}

.Box .Box_con .btnl:hover {
	background: url('../images/slideImg/jtl03.png') no-repeat center;
}

.Box .Box_con .btnr:hover {
	background: url('../images/slideImg/jtr03.png') no-repeat center;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box .Box_con .conbox ul li {
	float: left;
	width: 128px;
	height: 160px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li .name {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li img {
	display: block;
	width: 128px;
	height: 128px;
	transition: all 0.5s;
	padding: 10px;
	border-radius: 50%
}

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.01);
}

.Box .BoxSwitch {
	margin-top: 0px;
	text-align: center;
	display: none
}

.Box .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.Box .BoxSwitch span.cur {
	background: red;
}

/*============*/

/*==========*/
.orgCExpBox,
.orgExpBox,
.indexOrgBox,
.indexExpBox {
	position: relative;
}

.orgCExpBox .content,
.orgExpBox .content,
.indexOrgBox .content,
.indexExpBox .content {
	width: 1200px;
	margin: 0 auto;
}

.orgCExpBox h2,
.orgExpBox h2,
.indexOrgBox h2,
.indexExpBox h2 {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 250px;
}

.orgCExpBox .Box_con,
.orgExpBox .Box_con,
.indexOrgBox .Box_con,
.indexExpBox .Box_con {
	position: relative;
}

.orgCExpBox .Box_con .btnl,
.orgExpBox .Box_con .btnl,
.indexOrgBox .Box_con .btnl,
.indexExpBox .Box_con .btnl {
	position: absolute;
}

.orgCExpBox .Box_con .btn,
.orgExpBox .Box_con .btn,
.indexOrgBox .Box_con .btn,
.indexExpBox .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 99
}

.orgCExpBox .Box_con .btnl,
.orgExpBox .Box_con .btnl,
.indexOrgBox .Box_con .btnl,
.indexExpBox .Box_con .btnl {
	background: url('../images/slideImg/jtl02.png') no-repeat center;
	left: 0px;
}

.orgCExpBox .Box_con .btnr,
.orgExpBox .Box_con .btnr,
.indexOrgBox .Box_con .btnr,
.indexExpBox .Box_con .btnr {
	background: url('../images/slideImg/jtr02.png') no-repeat center;
	right: 0px;
}

.orgCExpBox .Box_con .btnl:hover,
.orgExpBox .Box_con .btnl:hover,
.indexExpBox .Box_con .btnl:hover {
	background: url('../images/slideImg/jtl03.png') no-repeat center;
}

.orgCExpBox .Box_con .btnr:hover,
.orgExpBox .Box_con .btnr:hover,
.indexExpBox .Box_con .btnr:hover {
	background: url('../images/slideImg/jtr03.png') no-repeat center;
}

.orgCExpBox .Box_con .conbox,
.orgExpBox .Box_con .conbox,
.indexOrgBox .Box_con .conbox,
.indexExpBox .Box_con .conbox {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}

.orgCExpBox .Box_con .conbox ul,
.orgExpBox .Box_con .conbox ul,
.indexOrgBox .Box_con .conbox ul,
.indexExpBox .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.orgCExpBox .Box_con .conbox ul li,
.orgExpBox .Box_con .conbox ul li,
.indexOrgBox .Box_con .conbox ul li,
.indexExpBox .Box_con .conbox ul li {
	float: left;
	width: 220px;
	height: 280px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
	opacity: 1;
	border-radius: 4px;
	margin-left: 25px;
	overflow: hidden;
	cursor: pointer;
}

.orgCExpBox .Box_con .conbox ul li .name,
.orgExpBox .Box_con .conbox ul li .name,
.indexOrgBox .Box_con .conbox ul li .name,
.indexExpBox .Box_con .conbox ul li .name {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 20px;
}

.orgCExpBox .Box_con .conbox ul li .desc,
.orgExpBox .Box_con .conbox ul li .desc,
.indexOrgBox .Box_con .conbox ul li .desc,
.indexExpBox .Box_con .conbox ul li .desc {
	width: 184px;
	height: 54px;
	margin: 10px auto;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(150, 151, 153, 1);
	opacity: 1;
	overflow: hidden;
}

.orgCExpBox .Box_con .conbox ul li .abtn,
.orgExpBox .Box_con .conbox ul li .abtn,
.indexOrgBox .Box_con .conbox ul li .abtn,
.indexExpBox .Box_con .conbox ul li .abtn {
	width: 88px;
	height: 26px;
	line-height: 24px;
	margin: 25px auto 20px auto;
	border: 1px solid #075d29;
	opacity: 1;
	border-radius: 4px;
	text-align: center;
	color: #075d29;
	font-size: 12px;
	cursor: pointer;
}

.orgCExpBox .Box_con .conbox ul li:first-child,
.orgExpBox .Box_con .conbox ul li:first-child,
.indexOrgBox .Box_con .conbox ul li:first-child,
.indexExpBox .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.orgCExpBox .Box_con .conbox ul li img,
.orgExpBox .Box_con .conbox ul li img,
.indexOrgBox .Box_con .conbox ul li img,
.indexExpBox .Box_con .conbox ul li img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 30px auto 15px auto;
	transition: all 0.5s;
	border-radius: 50%
}

.orgCExpBox .Box_con .conbox ul li:hover img,
.orgExpBox .Box_con .conbox ul li:hover img,
.indexOrgBox .Box_con .conbox ul li:hover img,
.indexExpBox .Box_con .conbox ul li:hover img {
	transform: scale(1.01);
}

.orgCExpBox .BoxSwitch,
.orgExpBox .BoxSwitch,
.indexOrgBox .BoxSwitch,
.indexExpBox .BoxSwitch {
	margin-top: 0px;
	text-align: center;
}

.orgCExpBox .BoxSwitch span,
.orgExpBox .BoxSwitch span,
.indexOrgBox .BoxSwitch span,
.indexExpBox .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.orgCExpBox .BoxSwitch span.cur,
.orgExpBox .BoxSwitch span.cur,
.indexOrgBox .BoxSwitch span.cur,
.indexExpBox .BoxSwitch span.cur {
	background: red;
}

/*=======*/
.footer {
	color: #eee;
	padding: 10px 20px;
}

.footer h2 {
	font-size: 24px;
	margin-bottom: 8px;
}

.footerList {
	border-left: 1px solid #383f46;
	float: left;
	width: 360px;
	padding-left: 50px;
	padding-top: 10px;
	position: relative;
}

.footerList:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #747d8a;
}

.footerList dt {
	margin-bottom: 15px;
	font-size: 16px;
}

.footerList dd a {
	color: #ccc;
}

.footerList dd a:hover {
	color: #ffffff;
}

.footerList dd {
	margin-bottom: 10px;
}

/*footer*/
.footerT span {
	margin-right: 10px;
	color: #ffffff;
}

.footerT2 span {
	color: #b1b1b1;
}

.footerFlink li {
	color: #ffffff;
	float: left;
	margin-right: 10px;
}

.footerFlink li div.name, .footerT a {
	color: #e9ef09;
	cursor: pointer;
}

.footerFlink li div.name:hover, .footerT a:hover {
	text-decoration: underline;
}

.indexTitleLeft {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 10px;
	padding-left: 20px;
	z-index: 2;
}

.indexTitleLeft:before {
	content: "";
	width: 5px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 2px;
	background: #c00;
}

.indexTitleRightMore {
	font-size: 14px;
	position: absolute;
	top: 8px;
	right: 10px;
	padding-left: 20px;
	z-index: 2;
}

.log_reg {
	right: 10px;
	top: 15px;
}

/*=====*/
.logBg {
	background-image: url(../images/logBg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	background-size: cover;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	position: absolute;
	left: 0;
	top: 0;
}

.topBtn {
	top: 20px;
	right: 20px;
	width: 50%;
}

.log_reg {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
}

.log_reg_header > div {
	font-size: 28px;
	text-align: center;
	color: #0ba247;
}

.box-card_footer {
	border-top: 1px solid #ebeef5;
	padding-top: 20px;
	text-align: center;
}

.log_reg .el-form--label-top .el-form-item__label {
	width: 85px;
	text-align: right;
	margin-right: 10px;
	padding: 0;
}

.log_reg .el-form-item__content {
	margin-left: 0;
	display: inline-block;
	width: calc(100% - 95px);
}

/*======*/
.newsList {
	cursor: pointer;
	padding-bottom: 8px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	overflow: hidden;
}

.newsList h3 {
	margin-bottom: 10px;
}

.maxWidth {
	max-width: 100%;
}

/*&==========*/
.examTitle li, .examTitle1 li, .examResultList li {
	float: left;
	margin: 8px;
}

.examTitle li a, .examTitle1 li a {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.examTitle1 li > a:hover, .examTitle1 li > a.right:hover, .examTitle1 li > a.wrong:hover {
	background-color: #eee;
	color: #333;
}

.examTitle1 li.active > a.right, .examTitle1 li.active > a.wrong, .examTitle1 li > a.wrong, .examTitle1 li > a.right, .examTitle1 li > a.mz, .examTitle1 li > a.yz, .examTitle1 li.active > a.dq {

	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.examTitle1 li.active > a.right {
	border: 1px solid #00A822;
	background-color: #00A822;
	color: #fff;
}

.examTitle1 li > a.right, .examTitle1 li > a.yz.right, .examTitle1 li > a.mz.right {
	border: 1px solid #00A822;
	background-color: none;
	color: #333;
}

.examTitle1 li.active > a.wrong {
	border: 1px solid #ff0000;
	background-color: #ff0000;
	color: #fff;
}

.examTitle1 li > a.mz.wrong, .examTitle1 li > a.yz.wrong, .examTitle1 li > a.wrong {
	border: 1px solid #ff0000;
	background-color: none;
	color: #333;
}

.examTitle1 li > a.mz {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	color: #333;
}

.examTitle1 li > a.yz {
	border: 1px solid #328ffb;
	background-color: none;
	color: #333;
}

.examTitle1 li.active > a.dq {
	border: 1px solid #328ffb;
	background-color: #328ffb;
	color: #fff;
}

.examTitle1 li.active > a.dq.mz, .examTitle1 li.active > a.mz.dq {
	border: 1px solid #328ffb;
	background-color: #328ffb;
	color: #fff;
}

.examTitle li.active > a {
	border: 1px solid #328ffb;
	background-color: #328ffb;
	color: #fff;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.examTitle li a:hover {
	border: 1px solid #328ffb;
	background-color: #328ffb;
	color: #fff;
}

.examResultList li.w a, .examResultList li.r a {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.examResultList li.w a {
	border: 1px solid #328ffb;
	background-color: #328ffb;
	color: #fff;
}

.examResultList li.r a {
	border: 1px solid #2CAF85;
	background-color: #2CAF85;
	color: #fff;
}

.quesList dd {
	padding: 8px 0;
}

/*=============*/
.minHeight {
	min-height: 600px;
}


.courseIndexList2 li {
	display: inline-block;
	width: 204px;
	margin-right: 15px;
	margin-left: 15px;
}

.courseIndexList2 li:nth-child(5n) {
	margin-right: 0;
}

.courseIndexList2 li a {
	display: inline-block;
}

.courseIndexList2 li a .desc {
	font-size: 12px;
}

.courseIndexList2 li a .desc .hours {
	display: inline-block;
	background-color: orange;
	padding: 0px 5px;
	border-radius: 2px;
	line-height: 20px;
	color: #fff;
}

.courseIndexList2 li a .title {
	font-weight: bold;
	margin-top: 5px;
	height: 43px;
	line-height: 22px;
	overflow: hidden;
}

.indexBlock > .box-card > .el-card__header {
	position: relative;
	height: 40px;
	padding: 10px 20px;
	border-bottom: 1px solid #ebeef5;
	box-sizing: border-box;
	background-color: #f5f7fa;
}

.indexBlock > .box-card > .el-card__header .headerTitle {
	padding-left: 10px;
	position: relative;
}

.indexBlock > .box-card > .el-card__header .headerTitle:before {
	content: "";
	width: 5px;
	height: 18px;
	position: absolute;
	left: 0;
	background: #c00;
}

.indexBlock .titleUl {
	position: absolute;
	width: 600px;
	margin-left: 40px;
	top: 0;
	left: 100px;
	height: 40px;
	line-height: 40px;
}

.indexBlock .titleUl li {
	display: inline-block;
}

.indexBlock .titleUl li a {
	display: block;
	padding: 0 15px;
}

.indexBlock .titleUl li a.active {
	background-color: #fff;
	border-left: 1px solid #dcdfe6;
	border-right: 1px solid #dcdfe6;
}

/*=========*/
.orderTable {
	background-color: #ffffff;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

.orderTable th {
	font-weight: bold;
}

.orderTable td, .orderTable th {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
	word-break: break-all;
	word-wrap: break-word;
}

.orderTable td {
	text-align: left;
}

.certTable {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.certTable th {
	font-weight: bold;
}

.certTable td, .certTable th {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 5px 15px;
	word-break: break-all;
	word-wrap: break-word;
}

.tableOne {
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
}

.tableOne th {
	font-weight: bold;
}

.tableOne td, .tableOne th {
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 5px 0px;
	word-break: break-all;
	word-wrap: break-word;
}

.text-danger {
	color: #f00;
}

/*===============*/
.tableCapion {
	background-color: #efefef;
	line-height: 40px;
	color: #818181;
	margin-bottom: 30px;
	overflow: hidden;
}

.table {
	text-align: center;
	margin-bottom: 20px;
}

.table > p {
	float: left;
}

.table .name {
	width: 489px;
	padding: 0 20px;
	text-align: left;
}

.table .lec {
	width: 105px;
}

.table .money {
	width: 105px;
}

.table .state {
	width: 105px;
}

.table .actions {
	width: 149px;
}

.table .actions a.del-apprai {
	display: block;
}

.table .actions a.color81 {
	color: #818181;
	cursor: default;
}

.table .actions a.color81:hober {
	color: #FF4A56;
	transition: all .2s linear;
}

.table .border {
	display: block;;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #000;
	color: #424242;
	font-size: 14px;
	padding: 0 5px;
	width: 88px;
	margin: 0 auto;
	border-radius: 13px;
}

.table .red-border {
	color: #FF0000;
	border-color: #FF0000;
	transition: all .2s linear;
}

.table .red-border:hover {
	background: #FF4A56;
	color: #fff;
	border: none;
}

table.table {
	border: 1px solid #DDD;
	overflow: visible;
}

.table th {
	background-color: #efefef;
	padding: 5px 20px;
	font-weight: normal;
}

.table th p {
	float: left;
	margin-right: 40px;
	color: #818181;
}

.table th p.date {
	float: right;
	margin-right: 0;
}

.table th i.icon {
	float: right;
	display: none;
	cursor: pointer;
}

.table:hover th i.icon {
	display: block;
}

.table th i.icon:hover {
	background-color: #DDD;
}

.table td {
	border: 1px solid #DDD;
}

.table td.name {
	padding: 10px;
}

.table td.name > div > div {
	float: left;
}

.table td.name > div a {
	display: block;
	line-height: 20px;
}

.table td.name .pic {
	width: 100px;
	overflow: hidden;
	height: 60px;
	margin-right: 15px;
	float: left
}

.table td.name .pic img {
	max-width: 100%;
	display: block;
}

.table td.name .title {
	float: left;
	width: 351px;
}

.table td.name .tags {
	float: none;
}

.table td.name .tags p {
	background-color: #00baf2;
	float: left;
	color: #FFF;
	line-height: 20px;
	border-radius: 3px;
	font-size: 12px;
	padding: 0 5px;
}

.table td.actions a.btn {
	border: 1px solid #c01920;
	color: #c01920;
	background: none;
	line-height: 30px;
	border-radius: 3px;
	margin: 0 20px;
}

.table td.nameT {
	padding: 10px;
}

.table td.nameT > div > div {
	float: left;
}

.table td.nameT > div a {
	display: block;
	line-height: 20px;
}

.table td.nameT .pic {
	width: 60px;
	overflow: hidden;
	height: 60px;
	margin-right: 15px;
	float: left
}

.table td.nameT .pic img {
	max-width: 100%;
	display: block;
}

.table td.nameT .title {
	float: left;
	width: 371px;
	text-align: left
}


.itemList_btn {
	margin-right: 18px;
}

.clarerl {
	clear: both;
	overflow: hidden;
	content: "";
	height: 0px;
	line-height: 0px;
	display: block;
	visibility: hidden;
}

.boxexa {
	padding: 4px 0px;
}

.boxexa .examT {
	font-size: 15px;
}

.paing2 {
	padding: 10px;
}

.clarerl {
	clear: both;
	overflow: hidden;
	content: "";
	height: 0px;
	line-height: 0px;
	display: block;
	visibility: hidden;
}

#examtoup ul li {
	margin-bottom: 10px;
}

#examtoup ul .itemtle {
	font-size: 15px;
	font-weight: bold;
	margin: 6px 0px;
}

#examtoup ul .itemFooter {
	color: #474747;
}

#examtoup ul li .ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#examtoup img {
	width: 120px;
	height: 120px;
}

.start i {
	width: 16px;
	height: 18px;
	color: #e13c29;
}

.el-dialog__body {
	padding: 10px 20px !important;
	color: #606266;
	font-size: 14px;
	word-break: break-all;
}

.resuliof li span {
	display: inline-block;
	width: 100px;
	padding: 4px 12px;
}

.cltles p {
	color: #666;
	font-size: 8px;
}

.brncent {
	margin: 18px 200px 10px 200px;
}

.topbox {
	border-top: 1px solid #EBEEF5;;
	padding: 10 6px;
}

.cltles h2 {
	text-indent: 25px;
	/* text-align: center; */
	margin: 6px 0px;
}

.fenclss {
	width: 100px;
	height: 100px;
	border: 1px solid #f35001;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 100px;
	background-color: #FF9040;
}

.bfl {
	float: left;
}

.bfr {
	float: right;
}

.el-radio-group {
	width: 100% !important;
}

.itemDetail {
	padding: 8px 12px;
}

.itemDetail_head div img {
	width: 120px;
	height: 83px;
}

.clarerl {
	clear: both;
	overflow: hidden;
	content: "";
	height: 0px;
	line-height: 0px;
	display: block;
	visibility: hidden;
}

.padding2 {
	padding: 10px;
}

.itemDetail .itemDetail_content {
	padding: 15px;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.itemDetail .itemDetail_content li {
	font-size: 14px;
	width: 47%;
	display: inline-block;
	padding: 8px 1%;
	color: #333333;
}

.itemDetail_examBtn .examBtnOne {
	width: 49%;
	float: left;
	background-color: #f99406;
	color: #ffffff;
	padding: 12px;
	letter-spacing: 0.2em;
	text-align: center;
	cursor: pointer;
}

.itemDetail_examBtn .examBtnTwo {
	width: 49%;
	float: right;
	background-color: #f35001;
	color: #ffffff;
	padding: 12px;
	letter-spacing: 0.2em;
	text-align: center;
	cursor: pointer;
}

.itemDetail .itemDetail_footer .info_head {
	border-left: 3px solid #f35001;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	background-color: #f5f5f5;
}

.itemDetail .itemDetail_footer .info_content p.info_content_head {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	margin: 0;
}

.itemDetail .itemDetail_footer .info_content p {
	margin-bottom: 10px;
	color: #7a7a7a;
	font-size: 14px;
}

.btnblock {
	width: 100%;
	cursor: pointer;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	background: #fff;
}

div.btnblock:hover {
	color: #ffffff;
	background-color: #f99406;
}

/*=========*/
/*试卷列表*/
.paperList li {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8
}

.paperList li .infor {
	width: 766px;
	float: left;
}

.paperList li .infor h2 {
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.paperList li .infor h2 span {
	font-size: 16px;
	color: #999999
}

.paperList li .infor p {
	line-height: 30px;
	height: 30px;
	color: #8c8c8c
}

.paperList li .infor u {
	font-size: 0;
	padding: 0 12px;
}

.paperList li .infor em {
	font-size: 14px;
}

.paperList li .state {
	width: 160px;
	line-height: 66px;
	text-align: center;
	color: #999999;
	font-size: 16px;
	float: left;
}

.paperList li .state a {
	color: #999999;
}

.paperList li .oper {
	width: 164px;
	height: 66px;
	float: right;
	text-align: center;
	/*padding-top: 18px;*/
}

.paperList li .oper .price {
	color: #666;
}

.paperList li .oper .price span {
	font-size: 20px;
	color: #ff0000;
	margin-left: 5px;
}

.paperList li .oper a.btn {
	width: 162px;
	height: 38px;
	line-height: 38px;
	display: block;
	margin-top: 13px;
}

.paperListA li {
	padding-left: 70px;
	background-image: url(../images/icon/icon_exam.png);
	background-repeat: no-repeat;
	background-position: 4px 23px;
}

.paperListB li .infor {
	width: 666px
}

.thread-title {
	font-size: 18px;
}

.newsBuy .newsBuyHead {
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}

.newsBuy .newsBuyPrice {
	text-align: center;
	margin-bottom: 5px;
}

.newsBuy .newsBuyPrice span {
	font-size: 16px;
	color: #f04f00;
	font-weight: bold;
}

.newsBuy .newsBuyBtn {
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
	background-color: #008200;
	color: #ffffff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.newsBuy {
	text-align: center;
	position: relative;
	width: 100%;
	background: white; /* 为较旧的或者不支持的浏览器设置备用属性 */
	background: -moz-linear-gradient(top, #dedede, white 8%);
	background: -webkit-gradient(linear, 0 8%, 0 0, from(#ffffff), to(#ffffff));
	border-top: 1px solid white;
	padding: 20px;
}

/************************/
.top {
	height: 100px;
}

.top-search {
	position: relative;
	width: 200px;
}

.top-search input[type='text'] {
	position: relative;
	width: 189px;
	padding: 5px 15px;
	border: 1px solid #999;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.top-search input[type='text']:focus {
	outline: 0;
}

.top-search input[type='button'] {
	position: absolute;
	right: 27px;
	top: 4px;
	width: 18px;
	background-image: url(../images/icon/icon-index.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
	text-indent: -999px;
	border: 0 none;
	cursor: pointer;
	padding: 5px 5px 0 5px;

}

.top_right {
	color: #999;
}

.top_right a {
	color: #333333;
}

.secondNav {
	width: 300px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 500;
	background-color: #424242;
}

.secondNavUl li {
	padding: 18px 20px 18px 30px;
	color: #cbcbcb;
	/*box-shadow: inset 0 -1px rgba(0,0,0,0.2);*/
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.secondNavUl li:first-child {
	background: #022140;
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
	color: #fff;
}

.secondNavUl li:first-child a {
	color: #ffffff;
}

.secondNavUl li:hover {
	color: #ff0000;
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}

.secondNavUl li:hover a, .secondNavUl li a:hover, .secondNavUl li:active a, .secondNavUl li a:active {
	color: #ff0000;

}

.secondNavUl li a {
	color: #cbcbcb;
	display: inline-block;
	width: 220px;
	/*transition: all .25s;
  margin-left: 0em;*/
}

.secondNavUl li:hover a {
	/*transition: margin .2s;
  margin-left: -.5em;*/
}

.secondNavUl li i {
	opacity: 0.8;
	transition: all .25s;
	margin-left: -.5em;
}

.secondNavUl li:hover i {
	transition: margin .2s;
	margin-left: 0em;
}

.headerTitle {
	display: inline-block;
	font-size: 24px;
	letter-spacing: 0.5em;
	text-align: center;
}

.headerIconLeft, .headerIconRight {
	background-image: url("../images/icon/icon-index.png");
	background-repeat: no-repeat;
	width: 59px;
	height: 22px;
	display: inline-block;
}

.headerIconLeft {
	margin-right: 10px;
}

.headerIconLeft01 {
	background-position: 0 -30px;
}

.headerIconRight01 {
	background-position: -81px -30px;
}

.headerIconLeft02 {
	background-position: 0 -63px;
}

.headerIconRight02 {
	background-position: -81px -63px;
}

.headerIconLeft03 {
	background-position: 0 -99px;
}

.headerIconRight03 {
	background-position: -81px -99px;
}

.headerIconLeft04 {
	background-position: 0px -133px;
}

.headerIconRight04 {
	background-position: -81px -133px;
}

.headerIconLeft05 {
	background-position: 0 -167px;
}

.headerIconRight05 {
	background-position: -81px -167px;
}

.headerIconLeft06 {
	background-position: 0 -200px;
}

.headerIconRight06 {
	background-position: -81px -200px;
}

.headerIconLeft07 {
	background-position: 0 -233px;
}

.headerIconRight07 {
	background-position: -81px -233px;
}

.headerIconLeft08 {
	background-position: 0 -233px;
}

.headerIconRight08 {
	background-position: -81px -233px;
}

.headerIconLeft09 {
	background-position: 0 -233px;
}

.headerIconRight09 {
	background-position: -81px -233px;
}

.headerIconLeft10 {
	background-position: 0 -233px;
}

.headerIconRight10 {
	background-position: -81px -233px;
}

.headerIconLeft11 {
	background-position: 0 -233px;
}

.headerIconRight11 {
	background-position: -81px -233px;
}

.headerIconLeft12 {
	background-position: 0 -233px;
}

.headerIconRight12 {
	background-position: -81px -233px;
}

.headerIconLeft13 {
	background-position: 0 -233px;
}

.headerIconRight13 {
	background-position: -81px -233px;
}

/*========培训班======*/
.trainList {
	margin-bottom: 20px;
}

.trainList li {
	width: 228px;
	display: inline-block;
	margin-right: 14px;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.trainList li:nth-child(5n) {
	margin-right: 0;
}

.trainList li img {
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.trainList li .trainTitle .fl {
	width: 150px;
	height: 30px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trainList li .trainMiddle {
	margin-bottom: 5px;
}

.trainList li .trainMiddle .fr {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-image: url("../images/icon/icon-index.png");
	background-position: -20px -1px;
	font-size: 12px;
	color: #999999;
}

.trainList li .trainTitle .fr {
	font-size: 12px;
	margin-top: 5px;
	color: #999999;
}

.trainList li .trainEnd .fl {
	margin-top: 5px;
}

.trainHover {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.trainHover .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.trainHover h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trainHover:hover h2 {
	color: #f00;
}

.trainHover:hover a.info {
	border: 1px solid #f00;
	color: #f00;
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	box-shadow: 0 0 5px #f00;
	border: 1px solid #f00;
	color: #f00;
	cursor: pointer;
}

.trainHover a.info {
	display: inline-block;
	text-decoration: none;
	padding: 2px 15px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 20px 0 0 0;
	border-radius: 0px;
	font-size: 12px;
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	background-color: transparent;
}

.trainHover a.info:hover {
	box-shadow: 0 0 5px #f00;
	border: 1px solid #f00;
	color: #f00;
}

/* effect hover 3 */

.trainList li img {
	transition: all 0.4s ease-in;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.trainList li:hover img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);*/
	transform: scale(1.2);
}

.trainList li:hover a, .trainList li:hover .trainTitle {
	color: #f00;
}

/*======试卷======*/
.examList {
	overflow: hidden;
}

.examList li {
	display: inline-block;
	width: 560px;
	color: #333;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-weight: 400;
	float: left;
	padding: 15px 25px 15px 90px;
	background-image: url("../images/icon/icon-index.png");
	background-repeat: no-repeat;
	background-position: -377px -240px;
	line-height: 45px;
	z-index: 0;
	cursor: pointer;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.examList li:active {
	box-shadow: 0px 1px 1px #063e6b;
}

.examList li .examContentTitle {
	width: 310px;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 20px;
	line-height: 36px;
}

.examList li .examContentC {
	color: #999999;
	line-height: 30px;
}

.examList li .examContentC u {
	width: 15px;
	display: inline-block;
}

.examList li:hover {

}

.examList li:hover > .anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}

.examList li:hover > .anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}

.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.examList li:nth-child(n) {
	float: left;
}

.examList li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.schoolIndexList {
	overflow: hidden;
}

.schoolIndexList li {
	display: inline-block;
	width: 587px;
	color: #333;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-weight: 400;
	float: left;
	padding: 15px 25px 15px 25px;
	line-height: 45px;
	z-index: 0;
	cursor: pointer;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.schoolIndexList li:nth-child(n) {
	float: left;
}

.schoolIndexList li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

.schoolIndexList li:active {
	box-shadow: 0px 1px 1px #063e6b;
}

.schoolIndexList .schoolTitle dl.schoolMajor {
	display: block;
	float: right;
}

.schoolIndexList .schoolTitle dl.schoolMajor dd {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	line-height: 18px;
	margin-left: 8px;
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	white-space: nowrap;
}

.schoolIndexList li .schoolContent img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.schoolIndexList li .schoolContent .over {
	float: left;
	width: 340px;
	margin-right: 10px;
	margin-left: 10px;
}

.schoolIndexList li .schoolContentTitle {
	width: 150px;
	display: inline-block;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 20px;
	line-height: 36px;
}

.schoolIndexList li .schoolContentC {
	color: #999999;
	line-height: 30px;
}

.schoolIndexList li .schoolContentC u {
	width: 15px;
	display: inline-block;
}

.schoolIndexList li:hover {

}

.schoolIndexList li:hover > .anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}

.schoolIndexList li:hover > .anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}

/*========首页专家=============*/
.expertIndexList {
	position: relative;
	margin-right: 20px;
	height: 336px;
	padding: 5px;
	width: 220px;
	transition: transform 0.1s linear;
	-webkit-transition: transform 0.1s linear;
	transition-delay: 0.2s;
	cursor: pointer;
}

.expertIndexList:hover {
	transform: translateY(-10px);
}

.expertIndexList .expertIndexHead {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -50px;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 5;
}

.expertIndexList .expertIndexContent {
	position: absolute;
	left: 5px;
	top: 38px;
	bottom: 5px;
	z-index: 2;
	height: 260px;
	padding: 86px 20px 20px 20px;
	width: 220px;
	background-color: #def1f9;
	word-break: break-all;
	word-wrap: break-word;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.expertIndexList:hover .expertIndexHead, .expertIndexList:hover .expertIndexContent {
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.4);
}

.expertIndexList .expertIndexContent .name {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	word-wrap: break-word;
}

.expertIndexList .expertIndexContent .work {
	text-align: center;
	margin-bottom: 20px;
	color: #666666;
}

.expertIndexList .expertIndexContent .desc {
	height: 78px;
	color: #666666;
	overflow: hidden;
}

/*========首页机构=============*/
.orgIndexList {
	position: relative;
	margin-right: 20px;
	height: 128px;
	padding: 5px;
	width: 190px;
}

.orgIndexList .orgIndexImage {
	margin-top: 15px;
	background-color: #ffffff;
	padding: 10px;
	height: 98px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	position: relative;
}

.orgIndexList .orgIndexImage:hover {
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.orgIndexList .orgIndexImage .orgIndexLogo {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	transition-delay: 0.1s;
}

.orgIndexList .orgIndexImage:hover .orgIndexLogo {
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
}

/*========首页新闻列表==========*/
.newsIndexList {

}

.newsIndexList li {
	display: inline-block;
	overflow: hidden;
	margin-right: 26px;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 280px;
	height: 350px;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	transition-delay: 0.1s;
	cursor: pointer;
}

.newsIndexList li:nth-child(4n) {
	margin-right: 0;
}

.newsIndexList li .newsIndexDiv {
	position: relative;
}

.newsIndexList li:hover {
	margin-top: 0px;
	color: #f00;
}

.newsIndexList li .newsIndexImage {
	width: 280px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.newsIndexList li img {
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	width: 280px;
	height: 200px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}

.newsIndexList li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.newsIndexList li .newsIndexHead {
	font-size: 18px;
	height: 50px;
	overflow: hidden;
}

.newsIndexList li .newsIndexContent {
	height: 38px;
	overflow: hidden;
	margin: 8px 0;
	color: #999;
}

.newsIndexList li .newsIndexTime {
	color: #f00;
}

/*======*/
.orgTop {
	z-index: 10000;
	width: 100%;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	*zoom: 1;
}

.org-nav-bd {
	margin: 0 auto;
	width: 1200px;
	height: 35px;
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	-webkit-backface-visibility: hidden;
	*zoom: 1;
}

.orgTopLogo a.fr {
	display: block;
	margin-top: 15px;
}

.orgTopLogo a.fr .indexLogoImg {

}

.orgTopLogo {
	overflow: hidden;
	padding: 10px 0;
}

.orgTopLogo .fl img {
	float: left;
	margin-right: 15px;
}

.orgTopLogo .fl span {
	float: left;
	display: block;
	font-size: 24px;
	margin-top: 25px;
}

/*=====*/
.topNav {
	height: 48px;
}

.orgInfo {
	margin: 30px 49px;
}

.orgLogoUrl {
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
	margin-right: 40px;
}

.orgInfoName {
	width: 869px;
	float: left;
}

.orgDesc {
	color: #969799;
	line-height: 24px;
	min-height: 600px;
}

.orgInfoName h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.indexLeftCert {
	float: left;
	width: 220px;
	height: 385px;
	background: #005b16;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
}

.certTop {
	font-size: 20px;
	text-align: center;
	padding: 25px 10px;
	color: #ffffff;
}

.certHeader {
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	padding: 10px 16px;
	background: #0b2582;
}

.certForm {
	padding: 25px 10px;
	/*background-color: #3e56ad;*/
}

.certBtn {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	width: 200px;
	height: 30px;
	background: #BA9921;
	box-shadow: 0px 3px 6px rgba(4, 67, 190, 0.1);
	opacity: 1;
	border-radius: 4px;
}

.indexCate {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	/*min-height:226px;*/
	background: #ffffff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
	opacity: 1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-bottom: 10px;
}

.indexCate .indexCateHeader {
	color: #005b16;
	font-size: 20px;
	text-align: center;
	width: 220px;
	background: #f5f5f5;
	padding: 20px;
	opacity: 1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.indexCate li {
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
}

.indexCate li > a {
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #fff;
	width: 200px;
	margin: 10px auto 0 auto;
	text-align: center;
	padding: 5px 10px;
	color: #333;
}

.indexCate li.active a, .indexCate li > a:hover {
	color: #005b16;
	background-color: #f5f5f5;
}

/**/
.indexHeader,
.orgHeader {
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}

.indexHeader .headerTitle,
.orgHeader .headerTitle {
	float: left;
	font-size: 20px;
	color: #005b16;
	font-weight: bolder;
	letter-spacing: 0;
}

.indexHeader .headerMore,
.orgHeader .headerMore {
	float: right;
	font-size: 12px;
	color: #ffffff;
	background-color: #005b16;
	padding: 0 10px;
}

.indexHeader .headerMore:hover,
.orgHeader .headerMore:hover {
	color: #ffffff;
}

.title_list {
	float: left;
	margin-left: 50px;
}

.title_list li {
	display: inline-block;
	margin-left: 5px;
	color: #DCDEE0;
	max-width: 116px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.title_list li.active, .title_list li a:hover {
	color: #075d29;
	background-color: #eeeeee;
}

.title_list li.active a, .title_list li.active a:hover {
	color: #075d29;
}

.title_list li a {
	padding: 2px 10px;
	color: #333333;
	display: block;
	cursor: pointer;
}

.title_list li a .title {
}

/*===========*/
.newsOrgChunk {
	overflow: hidden;
}

.newsOrgLeft li {
	width: 590px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px solid #F2F3F5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newsOrgLeft li .newsImg {
	width: 119px;
	height: 83px;
	float: left;
	margin-right: 10px;
}

.newsOrgLeft li .newsContent {
	width: 428px;
	float: left;
}

.newsOrgLeft li .newsContent .newsHeader {
	color: #323233;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 31px;
}

.newsOrgLeft li .newsContent .newsDesc {
	color: #7D7E80;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 17px;
}

/*=======*/
.courseOrgList li {
	display: inline-block;
	width: 179px;
	margin-right: 16px;
	margin-bottom: 16px;
	cursor: pointer;
}

.courseOrgList li a > img {
	width: 179px;
	height: 117px;
}

.courseOrgList li:nth-child(5n) {
	margin-right: 0;
}

.courseOrgList li a {
	display: inline-block;
}

.courseOrgList li a .desc {
	font-size: 12px;
}

.courseOrgList li a .desc .hours {
	display: inline-block;
	background-color: orange;
	padding: 0px 5px;
	border-radius: 2px;
	line-height: 20px;
	color: #fff;
}

.courseOrgList li a .title {
	font-weight: bold;
	width: 174px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*=========*/

/*==========*/
.orgExpBox {
	position: relative;
}

.orgExpBox .content {
	width: 1200px;
	margin: 0 auto;
}

.orgExpBox h2 {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 250px;
}

.orgExpBox .Box_con {
	position: relative;
}

.orgExpBox .Box_con .btnl {
	position: absolute;
}

.orgExpBox .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 99
}

.orgExpBox .Box_con .btnl {
	background: url('../images/slideImg/jtl02.png') no-repeat center;
	left: 0px;
}

.orgExpBox .Box_con .btnr {
	background: url('../images/slideImg/jtr02.png') no-repeat center;
	right: 0px;
}

.orgExpBox .Box_con .btnl:hover {
	background: url('../images/slideImg/jtl03.png') no-repeat center;
}

.orgExpBox .Box_con .btnr:hover {
	background: url('../images/slideImg/jtr03.png') no-repeat center;
}

.orgExpBox .Box_con .conbox {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}

.orgExpBox .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.orgExpBox .Box_con .conbox ul li {
	float: left;
	width: 220px;
	height: 280px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
	opacity: 1;
	border-radius: 4px;
	margin-left: 25px;
	overflow: hidden;
}

.orgExpBox .Box_con .conbox ul li .name {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 20px;
}

.orgExpBox .Box_con .conbox ul li .desc {
	width: 184px;
	height: 54px;
	margin: 10px auto;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(150, 151, 153, 1);
	opacity: 1;
	overflow: hidden;
}

.orgExpBox .Box_con .conbox ul li .abtn {
	width: 88px;
	height: 26px;
	line-height: 24px;
	margin: 25px auto 20px auto;
	border: 1px solid rgba(70, 128, 242, 1);
	opacity: 1;
	border-radius: 4px;
	text-align: center;
	color: #4680F2;
	font-size: 12px;
	cursor: pointer;
}

.orgExpBox .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.orgExpBox .Box_con .conbox ul li img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 30px auto 15px auto;
	transition: all 0.5s;
	border-radius: 50%
}

.orgExpBox .Box_con .conbox ul li:hover img {
	transform: scale(1.01);
}

.orgExpBox .BoxSwitch {
	margin-top: 0px;
	text-align: center;
}

.orgExpBox .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.orgExpBox .BoxSwitch span.cur {
	background: red;
}

.courseOrgClassificationList li {
	display: block;
	width: 12.5%;
	float: left;
	text-align: center;
	color: #005b16;
	cursor: pointer;
}

.courseOrgClassificationList li a {
	color: #005b16;
}

.courseOrgClassificationList li img {
	margin: 0 auto 10px auto;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.tb-void thead {
	background-color: #f5f5f5;
}

.tb-void th, .tb-void td {
	padding: 8px;
}

.tb-void.tb-e-invoice td {
	border: 1px solid #eee;
}

.media-left {
	float: left;
	margin-right: 10px;
}

.avatar-small {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: block;
}

/*=========*/

/*==========*/
.orgExpBox {
	position: relative;
}

.orgExpBox .content {
	width: 1200px;
	margin: 0 auto;
}

.orgExpBox h2 {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 250px;
}

.orgExpBox .Box_con {
	position: relative;
}

.orgExpBox .Box_con .btnl {
	position: absolute;
}

.orgExpBox .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 99
}

.orgExpBox .Box_con .btnl {
	background: url('../images/slideImg/jtl02.png') no-repeat center;
	left: 0px;
}

.orgExpBox .Box_con .btnr {
	background: url('../images/slideImg/jtr02.png') no-repeat center;
	right: 0px;
}

.orgExpBox .Box_con .btnl:hover {
	background: url('../images/slideImg/jtl03.png') no-repeat center;
}

.orgExpBox .Box_con .btnr:hover {
	background: url('../images/slideImg/jtr03.png') no-repeat center;
}

.orgExpBox .Box_con .conbox {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}

.orgExpBox .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.orgExpBox .Box_con .conbox ul li {
	float: left;
	width: 220px;
	height: 280px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
	opacity: 1;
	border-radius: 4px;
	margin-left: 25px;
	overflow: hidden;
}

.orgExpBox .Box_con .conbox ul li .name {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 20px;
}

.orgExpBox .Box_con .conbox ul li .desc {
	width: 184px;
	height: 54px;
	margin: 10px auto;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(150, 151, 153, 1);
	opacity: 1;
	overflow: hidden;
}

.orgExpBox .Box_con .conbox ul li .abtn {
	width: 88px;
	height: 26px;
	line-height: 24px;
	margin: 25px auto 20px auto;
	border: 1px solid rgba(70, 128, 242, 1);
	opacity: 1;
	border-radius: 4px;
	text-align: center;
	color: #4680F2;
	font-size: 12px;
	cursor: pointer;
}

.orgExpBox .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.orgExpBox .Box_con .conbox ul li img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 30px auto 15px auto;
	transition: all 0.5s;
	border-radius: 50%
}

.orgExpBox .Box_con .conbox ul li:hover img {
	transform: scale(1.01);
}

.orgExpBox .BoxSwitch {
	margin-top: 0px;
	text-align: center;
}

.orgExpBox .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.orgExpBox .BoxSwitch span.cur {
	background: red;
}

.courseOrgClassificationList li {
	display: block;
	width: 12.5%;
	float: left;
	text-align: center;
	color: #005b16;
	cursor: pointer;
}

.courseOrgClassificationList li a {
	color: #005b16;
}

.courseOrgClassificationList li img {
	margin: 0 auto 10px auto;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.tb-void thead {
	background-color: #f5f5f5;
}

.tb-void th, .tb-void td {
	padding: 8px;
}

.tb-void.tb-e-invoice td {
	border: 1px solid #eee;
}

.media-left {
	float: left;
	margin-right: 10px;
}

.avatar-small {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: block;
}

.signUp {
	background-color: #edeff0;
	padding: 13px 0 110px 0;
}

.signUp .notes {
	background: #fdf9da;
	font-size: 14px;
	color: #9d9d9d;
	padding: 15px 55px 15px 70px;
	line-height: 200%;
	zoom: 1;
	overflow: hidden;
}

.signUp .my-inform {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #d0d0d0;
	padding: 0 0 25px 0;
}

.signUp .notes .iconfont {
	font-size: 18px;
	display: inline-block;
	color: #eaa06f;
	float: left;
	margin-right: 15px;
	line-height: 44px;
}

.signUp .component-content {
	width: 1062px;
	margin: 0 auto;
	position: relative;
}

.signUp .component-content h3 {
	color: #3b3b3b;
	font-size: 16px;
	margin: 15px 0 15px 0;
	padding-top: 15px;
	font-weight: 700;
}

.signUp .component-content .logo {
	position: absolute;
	top: 0;
	right: 30px;
}

.signUp .fiilUp {
	min-height: 300px;
	width: 500px;
}

.signUp .fiilUp .fill_item {
	padding: 15px 0 15px 0;
	font-size: 14px;
}

.signUp .fiilUp .fill_item label {
	text-align: right;
	width: 100px;
	display: inline-block;
	margin-left: 20px;
}

.signUp .fiilUp .fill_item input {
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 0 2px 8px;
	font-size: 14px;
	color: #3b3b3b;
	width: 300px;
	height: 24px;
	line-height: 24px;
}

.signUp .fiilUp .fill_item span {
	color: #db0000;
	font-size: 12px;
	padding-left: 8px;
}

.signUp .fiilUp .img-code {
	padding: 8px 0 15px 0;
}

.signUp .fiilUp .fill_item {
	padding: 15px 0 15px 0;
	font-size: 14px;
}

.signUp .fiilUp .fill_item .cord {
	height: 26px;
	width: 85px;
	text-align: center;
	color: #3d3d3d;
	font-size: 12px;
	background: #ececec;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #bebebe;
}

.signUp .fiilUp .option button {
	width: 206px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #f04f00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	border: 0;
	margin: 50px 0 0 50px;
}

.signUp .component-content .myitem {
	min-height: 30px;
	background: #f8f8f8;
	color: #535353;;
	font-size: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 20px 35px;
}

.signUp .component-content .prompt {
	height: 18px;
	font-size: 12px;
	color: #d46200;
}

.signUp .component-content li {
	display: inline-block;
	margin-right: 65px;
	line-height: 26px;
	color: #d46200;
}

.signUp .component-content li b {
	color: #333333;
}

.signUp .body-box .component-content .logo {
	position: absolute;
	right: 43px;
	top: -45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 4px #f2f2f2;
	-moz-box-shadow: 4px 4px 4px #f2f2f2;
	box-shadow: 4px 4px 4px #f2f2f2;
}

/*专业详情*/
.major-box div.content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 21px;
}

.clear:after {
	display: block;
	height: 0;
	line-height: 0;
	content: '';
	clear: both;
	font-size: 0;
	overflow: hidden;
}

.major-box .property .logo {
	float: left;
	width: 393px;
	font-size: 0;
}

.major-box .property .icon {
	height: 290px;
}

.major-box .property .label {
	margin-top: 16px;
	font-size: 12px;
	text-align: center;
	color: #545454;
}

.major-box .property .icon img {
	width: 100%;
	height: 100%;
}

.major-box .property .label .label-name {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}

.major-box .property .label .label-con {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 325px;
}

.major-box .property .label span {
	display: inline-block;
	padding: 3px 13px;
	margin: 0 10px 9px 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background-color: fff;
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	white-space: nowrap;
}

.major-box .property .detail {
	float: right;
	width: 801px;
}

.major-box .property .detail .title {
	min-height: 92px;
	width: 100%;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #fafaf7;
}

.major-box .property .detail .title .name {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.major-box .property .detail .infor {
	margin-top: 16px;
	font-size: 14px;
	color: #282828;
}

.major-box .property .select-box {
	margin-top: 22px;
	margin-left: 13px;
}

.major-box .property .tap-box {
	width: 627px;
	float: left;
}

.major-box .property .tap-box .tap-common .tap-name {
	width: 82px;
	float: left;
	line-height: 26px;
}

.major-box .property .tap-box .tap-common .select-list {
	float: left;
	width: 536px;
}

.major-box .property .tap-box .tap-common .select-list span {
	display: inline-block;
	padding: 0 18px;
	margin: 0 8px 9px 0;
	line-height: 26px;
	height: 26px;
	border: 1px solid #d2d2d2;
	color: #282828;
	cursor: pointer;
}

.major-box .property .tap-box div.tap-level {
	margin-top: 17px;
}

.major-box .consult {
	padding-left: 66px;
	clear: both;
	padding: 15px 0 20px 0;
	position: relative;
}

.consult p.regist {
	display: inline-block;
	height: 47px;
	width: 149px;
	margin-right: 24px;
	position: relative;
	vertical-align: middle;
}

.major-box .consult button {
	height: 47px;
	width: 149px;
	background-color: #fb6135;
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 24px;
}

.major-box .major-detail .major-list {
	float: left;
	width: 1180px;
	border: 1px solid #dcdcdc;
}

.major-box .major-detail .major-list .nav-tap {
	height: 50px;
	border-bottom: 2px solid #fe9b00;
}

.major-box .major-detail .major-list .nav-tap span.active {
	background-color: #fe9b00;
	color: #fff;
}

.major-box .major-detail .major-list .nav-tap span {
	display: inline-block;
	width: 188px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}

.major-box .major-detail .major-list .major-detail-content {
	width: 890px;
	margin: 0 auto;
	min-height: 200px;
	font-size: 14px;
	color: #595959;
	line-height: 35px;
}

.major-detail .major-list .cont1, .major-detail .major-list .cont2 {
	padding-top: 10px;
	width: 1100px;
	margin: 0 auto;
	min-height: 200px;
	font-size: 14px;
	color: #595959;
	line-height: 35px;
}

/*学历教育*/

.schDetail .clear:after {
	display: block;
	height: 0;
	line-height: 0;
	content: '';
	clear: both;
	font-size: 0;
	overflow: hidden;
}

.schDetail .top_bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
}

.schDetail .el-table .cell {
	color: #333;
}

.schDetail .el-table--border th {
	background-color: #F2F6FC;
}

.schDetail .w1200 {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.schDetail .top_bg h1 {
	font-size: 42px;
	color: #fff;
	padding-top: 62px;
}

.schDetail .top_bg strong {
	font-size: 20px;
	padding: 6px 0 0 0;
	display: block;
	font-weight: 400;
	color: #fff;
}

.schDetail .top_bg .mores {
	margin: 25px 0 20px 0;
}

.schDetail .top_bg .mores {
	margin: 25px 0 20px 0;
}

.schDetail .top_bg .mores {
	margin: 25px 0 20px 0;
}

.schDetail .top_bg .mores span {
	color: #ff9833;
	border: 1px dashed #ff9833;
	padding: 3px 10px;
	text-align: center;
	font-size: 14px;
	margin-right: 12px;
}

.schDetail .top_bg p {
	color: #fff;
	font-size: 14px;
	width: 544px;
	line-height: 180%;
}

.schDetail .top_bg .sort {
	color: #fff;
	font-size: 22px;
	width: 186px;
	float: left;
	padding: 40px 35px 0 0;
}

.schDetail .sub_nav {
	background: #f5f5f5;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}

.schDetail .sub_nav .sub_right {
	width: 184px;
	float: right;
}

.schDetail .sub_nav ul li {
	text-align: left;
	color: #666;
	font-size: 18px;
}

.schDetail .sub_nav .sub_right button {
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #fe9b00;
	color: #fff;
	font-size: 18px;
	border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.schDetail h3 {
	padding: 25px 0;
	color: #535353;
	font-size: 18px;
}

.schDetail .w1165 {
	width: 1165px;
	margin: 0 auto;
	clear: both;
	zoom: 1;
}

.schDetail .w1165 h3 .iconfont {
	font-size: 24px;
	color: #fb6135;
	font-weight: normal;
	padding-right: 5px;
}

.schDetail .w1165 .groom li img {
	width: 273px;
	height: 204px;
}

.schDetail .w1165 .groom li p {
	padding: 15px 16px 29px 16px;
	line-height: 180%;
	font-size: 14px;
	color: #282828;
}

.schDetail .w1165 .groom li {
	width: 273px;
	display: inline-block;
	margin-right: 16px;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
	padding-bottom: 18px;
	margin-bottom: 35px;
}

.schDetail .gray {
	background: #f4f4f4;
	padding: 10px 0 50px 0;
}

.schDetail .w1165 .groom li .bm, .w1165 .groom li .zx {
	display: inline-block;
	width: 110px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #fb6135;
	margin-left: 80px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.schDetail .w1165 .groom li .zx {
	background: #fb9b35;
}

.schDetail .w1165 .xuzhi {
	width: 574px;
	float: left;
	font-size: 14px;
	color: #535353;
	line-height: 180%;
	padding-right: 20px;
}

.schDetail .w1165 .xuzhi h3 {
	padding: 25px 0 25px;
}

.schDetail .w1165 .zhuanye {
	width: 568px;
	float: left;
}

.schDetail .w1165 .zhuanye table {
	padding: 0 10px;
}

.schDetail table {
	border-collapse: collapse;
	border-spacing: 0;
}

.schDetail .w1165 .zhuanye th {
	background: #eee;
	color: #535353;
	font-size: 14px;
	height: 40px;
	text-align: center;
	font-weight: 700;
}

.schDetail .w1165 .zhuanye td {
	background: #fff;
	height: 40px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	color: #535353;
	font-size: 14px;
}

.schDetail .w1165 .zhuanye .more_btn {
	text-align: center;
	margin-top: 25px;
}

.schDetail .w1165 .zhuanye .more_btn a {
	letter-spacing: 2px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: 700;
	display: inline-block;
	width: 344px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	background: #fb9b35;
}

.schDetail .w1165 {
	width: 1165px;
	margin: 0 auto;
	clear: both;
	zoom: 1;
}

.schDetail .w1165 .zhengshu {
	padding-left: 70px;
}

.schDetail .clearfix {
	zoom: 1;
}

.schDetail .w1165 .zhengshu li {
	float: left;
	overflow: hidden;
	position: relative;
	width: 460px;
	height: 320px;
	margin: 0 68px 0px 0;
	text-align: center;
	color: #848484;
	font-size: 16px;
}

.schDetail .zhengshu li .img-box {
	height: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.schDetail .title-box {
	margin: 30px 0 10px 0;
	padding-left: 70px;
}

.schDetail .title-box .demo {
	margin-right: 68px;
}

.schDetail .title-box p {
	width: 460px;
	float: left;
	text-align: center;
	color: #848484;
	font-size: 16px;
}

.schDetail .w1165 .zhuanyes a {
	color: #fb6135;
}

.schDetail .w1165 .zhuanyes a:hover {
	color: #fe9b00;
}

/*==========轮播图=======*/

.roll-wrap:hover .control {
	display: block
}

.roll-wrap {
	position: relative;
	width: 100%;
	height: 284px;
	overflow: hidden
}

.roll-wrap .roll__list {
}

.roll_row .roll__list::before, .roll_row .roll__list::after {
	content: "";
	display: table;
	line-height: 0
}

.roll_row .roll__list::after {
	clear: both
}

.roll_row .roll__list {
	width: 9999px
}

.roll_row .roll__list li:first-child {
	margin-left: 0;
}

.roll_row .roll__list li {
	float: left;
	width: 220px;
	height: 280px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
	opacity: 1;
	border-radius: 4px;
	margin-left: 25px;
	overflow: hidden;
	cursor: pointer;
}

.roll_row .roll__list li .name {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 20px;
}

.roll_row .roll__list li .desc {
	width: 184px;
	height: 54px;
	margin: 10px auto;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(150, 151, 153, 1);
	opacity: 1;
	overflow: hidden;
}

.roll_row .roll__list li .abtn {
	width: 88px;
	height: 26px;
	line-height: 24px;
	margin: 25px auto 20px auto;
	border: 1px solid rgba(70, 128, 242, 1);
	opacity: 1;
	border-radius: 4px;
	text-align: center;
	color: #4680F2;
	font-size: 12px;
	cursor: pointer;
}

.roll_row .roll__list li img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 30px auto 15px auto;
	transition: all 0.5s;
	border-radius: 50%
}

.roll_row .roll__list li:hover img {
	transform: scale(1.01);
}

.control {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 99
}

.control.pre {
	background: url('../images/slideImg/jtl02.png') no-repeat center;
	left: 0px;
}

.control.pre:hover {
	background: url('../images/slideImg/jtl03.png') no-repeat center;
}

.control.next {
	background: url('../images/slideImg/jtr02.png') no-repeat center;
	right: 0px;
}

.control.next:hover {
	background: url('../images/slideImg/jtr03.png') no-repeat center;
}

.roll_col {
	width: 100%;
	height: 200px;
	overflow: hidden
}

.roll_col .roll__list {
	width: 100%
}

.h600 {
	height: 600px
}

.roll_col li {
	display: block;
	height: 200px;
	line-height: 200px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #f90
}

.roll_col .li-2 {
	background-color: #09f
}

.roll_col .li-3 {
	background-color: #f09
}

.roll_col .li-4 {
	background-color: #0f9
}

.roll_col .control {
	top: 80px
}

/*=========中安云=========*/
.zhonganyun_list1 .video_list {
	padding: 15px 20px 0 20px;
}

.zhonganyun_list1 .video_list fieldset {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #f18b1c;
}

.zhonganyun_list1 .video_list fieldset legend {
	margin-left: 14px;
	color: #f18b1c;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
}

.zhonganyun_list1 .video_list .video_con {
	padding-bottom: 30px;
}

.zhonganyun_list1 .video_list .title_01 {
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-top: 10px;
}

.zhonganyun_list1 .video_list .title_01 .gou_btn1 {
	margin-right: 30px;
	background-color: #f18b1c;
}

.zhonganyun_list1 .video_list .title_01 .gou_btn2 {
	margin-right: 30px;
	background-color: #A8C001;
}

.zhonganyun_list1 .video_list .title_01 a {
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px;
}

.zhonganyun_list1 .video_list .title_fn {
	font-size: 14px;
}

.zhonganyun_list1 .video_list .clearfix {
	width: 1070px;
	padding: 5px 20px;
	margin: 0 15px;
	background-color: #fafafa;
	overflow: hidden;

}

.zhonganyun_list1 .video_list ul {
	overflow: hidden;
}

.zhonganyun_list1 .video_list .l1 {
	width: 70px;
	font-size: 14px;
	color: #333333;
	float: left;
}

.zhonganyun_list1 .video_list .l2 {
	width: 680px;
	font-size: 14px;
	color: #333333;
	float: left;
}

/*========中安云==========*/
/*=====右侧浮动====*/
.floating_ck {
	position: fixed;
	right: 20px;
	top: 70%;
	z-index: 99;
}

.floating_ck dl dd a {
	position: relative;
	width: 60px;
	height: 65px;
	padding-bottom: 5px;
	background-color: #075d29;
	border-bottom: solid 1px #093a1c;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
	background-size: 50%;
	display: block;
}

.floating_ck dl dd a:hover {
	background-color: #087d36;
	border-bottom: solid 1px #093a1c;
}

.floating_ck dl dd a.follow:hover .floating_left {
	display: block;
}

.floating_ck dl dd a.quote:hover .floating_quote {
	display: block;
}

.floating_ck dl dd a {
	color: #fff;
}

.consult {
	background-image: url(../images/service.png);
}

.help {
	background-image: url(../images/help.png);
}

.quote {
	background-image: url(../images/qrcode.png);
}

.follow {
	background-image: url(../images/follow.png);
}

.return {
	background-image: url(../images/back.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 39px;
	font-size: 12px;
}

.floating_left {
	position: absolute;
	left: -150px;
	top: 0px;
	width: 150px;
	padding: 5px;
	height: 150px;
	background-color: #5a658c;
	border-bottom: solid 1px #48537a;
	display: none;
}

.floating_left a {
	color: #fff;
	line-height: 80px;
}

.floating_ewm {
	height: 150px;
	top: -90px;
}

.floating_quote {
	position: absolute;
	left: -150px;
	top: -30px;
	width: 150px;
	padding: 5px;
	height: 150px;
	background-color: #5a658c;
	border-bottom: solid 1px #48537a;
	display: none;
}

.floating_quote a {
	color: #fff;
	line-height: 80px;
}

.topicList {
	box-sizing: border-box;
}

.topicList li {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 10px;
	cursor: pointer;
}

.topicList li .main-hd,
.topicList li .main-desc {
	width: 500px;
}

.topicList li .main-hd .topic-title {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	width: 700px;
	font-weight: 700;
}

.topicList li .main-hd .topic-time,
.topicList li .main-hd .topic-game {
	display: inline-block;
	color: #b2b2b2;
	width: 230px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

.topicList li .main-hd .topic-game {
	font-size: 14px;
	top: 40px;
}

.topicLiveList {
	min-height: 300px;
	max-height: 300px;
	overflow-x: hidden;
}

.topicLiveList li {
	overflow: hidden;
	padding: 10px;
}

.topicLiveList li .userName {
	color: #50a6ff;
}

.chat-room-input {
	position: relative;
	height: 50px;
	padding-right: 68px;
}

.chat-room-input .msg-input {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	padding: 5px 20px 0 10px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 5px 0 0 5px;
	font-size: 12px;
	color: #202020;
	resize: none;
	font-family: Microsoft Yahei;
	outline: 0;
}

.chat-room-input .enable {
	cursor: pointer;
}

.chat-room-input .sendmsg-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 68px;
	height: 50px;
	background: #5dacff;
	font-size: 12px;
	color: #f0f0f0;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	line-height: 50px;
	text-align: center;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	cursor: default;
}

.imgTxt_list li {
	display: inline-block;
	text-align: center;
	width: 33.333%;
}

.imgTxt_list li img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	margin: 0 auto
}

.imgTxt_list li p {
	margin: 5px auto 10px auto;
}

.modalDiv > li {
	padding: 30px 0;
}

.modalDiv > li:nth-child(2n) {
	background-color: #f5f5f5;
}

.modalDiv > li:nth-child(2n+1) {
	background-color: #ffffff;
}

.indexNewsBlock {
	float: left;
}

.indexNewsBlock:nth-child(2n) {
	float: right;

}

.table1 {
	background-color: #ffffff;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

.table1 th {
	background-color: #f5f5f5;
}

.table1 th, .table1 td {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;

}

/*=========*/

.examQuestions {
	line-height: 1.5;
}

.examQuestions .quesType {
	display: inline-block;
	padding: 2px 10px;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #67c23a;
	border-radius: 200px;
	font-size: 10px;
	margin-right: 8px;
	color: #67c23a;
	background-color: #f0f9eb;
}

.examQuestions label {
	cursor: pointer;
}

.examQuestions label input {
	margin-top: 5px;
}

/*研修圈*/
.xw-progetct-list1 {
	margin-top: 40px;
}

.xw-progetct-list1 span {
	background: url(../images/img02.png) no-repeat left center;
	color: #141414;
	font-size: 18px;
	padding-left: 18px;
}

.xw-progetct-list1 .xw-city-list {
	background: #f4f8f9;
	padding: 15px 0px 15px 34px;
	border-radius: 5px;
	margin-left: 20px;
	margin-top: 25px;
}

.xw-progetct-list1 .xw-city-list a {
	font-size: 16px;
	color: #545559;
	margin-right: 20px;
	line-height: 56px;
	word-wrap: break-word;
	word-break: break-all;
	display: inline-block;
}

.xw-progetct-list1 .xw-city-list a:hover {
	color: #00cbac;
}

.xw-progetct-school .xw-expert-all {
	padding-left: 200px;
	padding-top: 20px;
}

.xw-progetct-school ul li {
	padding: 35px 0px;
	border-bottom: dashed 1px #cdd1d9;
}

.xw-progetct-school ul li img {
	width: 150px;
	height: 150px;
}

.xw-progetct-school .xw-expert-all a {
	font-size: 18px;
	color: #141414;
	padding-bottom: 22px;
	display: block;
}

.xw-progetct-school .xw-expert-all p {
	color: #949598;
	font-size: 14px;
}

.His-statistics {
	padding: 20px 20px 0px;
}

.His-statistics div {
	height: 42px;
	line-height: 26px;
}

.lh_24 {
	padding-top: 15px;
}

.lh_24 div {
	height: 36px;
	line-height: 25px;
}

.His-statistics div span {
	/*padding-left:40px;*/
	padding-left: 38px;
	color: #a5a4a4;
}

.His-statistics div span label.N-1 {
	/*width:65px;*/
	width: 70px;
	text-align: left;
	display: inline-block;
	font-weight: normal;
}

.His-statistics div.login {
	width: auto;
	text-align: left;
	margin-top: 0px;
	cursor: default;
}

.His-statistics div.login,
.His-statistics div.count,
.His-statistics div.homework,
.His-statistics div.event,
.His-statistics div.share,
.His-statistics div.log,
.His-statistics div.exchange,
.His-statistics div.event1 {
	background: url(../images/P-icon.png) no-repeat left center;
}

.lh_24 div.login,
.lh_24 div.count,
.lh_24 div.homework,
.lh_24 div.event,
.lh_24 div.share,
.lh_24 div.log,
.lh_24 div.exchange,
.lh_24 div.event1 {
	background: url(../images/F_icon.png) no-repeat left center;
}

.His-statistics div.login {

	background-position: 0px 0px;
}

.His-statistics div.count {
	background-position: 0px -42px;
}

.His-statistics div.homework {
	background-position: 0px -84px;
}

.His-statistics div.event {
	background-position: 0px -126px;
}

.His-statistics div.share {
	background-position: 0px -168px;
}

.His-statistics div.log {
	background-position: 0px -210px;
}

.His-statistics div.exchange {
	background-position: 0px -252px;
}

.His-statistics div.event1 {
	background-position: 0px -294px;
}

.zh-result-item {
	width: 250px;
	height: 147px;
	overflow: hidden;
}

.zh-result-item ul {
	width: 252px;
	height: 148px;
}

.zh-result-item li {
	width: 125px;
	height: 73px;
	text-align: center;
	background-color: #f7f9ff;
	border: 1px solid #ffffff;
}

.zh-result-item li h5 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 5px;
}

.zh-result-item li p {
	font-size: 14px;
	color: #131313;
}

.zh-result-item li .color-blue {
	color: #78b6fb;
}

.zh-result-item li .color-red {
	color: #ff748e;
}

.zh-result-item li .color-orange {
	color: #fd8f4d;
}

.zh-result-item li .color-purple {
	color: #cea4e4;
}

.xm {
	border-bottom: dashed 1px #e3e4e8;
	padding: 8px 10px 8px 10px;
}

.xm .xm-1 a {
	display: block;
	font-size: 14px;
}

.xm .xm-1 a label {
	padding-left: 10px;
}

.xm .xm-1 a.operaeBtn {
	width: 80px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	background: #58c0bf;
	text-align: center;
	border-radius: 4px;
}

.xm-depict {
	padding-top: 10px;
}

.xm-depict span {
	padding-right: 40px;
	color: #b2b2b2;
}

/**********************工作坊成员-begin*********************/

.zh-member-wrap {
	background: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 2px 0 1px rgba(211, 215, 218, .5), 0 2px 1px rgba(211, 215, 218, .5), -2px 0 1px rgba(211, 215, 218, .5), 0 -2px 1px rgba(211, 215, 218, .5);
	box-shadow: 2px 0 1px rgba(211, 215, 218, .5), 0 2px 1px rgba(211, 215, 218, .5), -2px 0 1px rgba(211, 215, 218, .5), 0 -2px 1px rgba(211, 215, 218, .5);
	overflow: hidden;
}

.zh-member-item {
	margin: 0 auto;
	overflow: hidden;
}

.zh-member-item .zh-member-list {
}

.zh-member-item .zh-member-list li {
	width: 25%;
	padding-bottom: 25px;
	border-bottom: 1px dashed #cdd1d9;
	margin-bottom: 25px;
	text-align: center;
	list-style: none;
}

.zh-member-item .zh-member-list li img {
	width: 148px;
	height: 148px;
	border: 1px solid #f1f2f3;
	overflow: hidden;
}

.zh-member-item .zh-member-list li h5 {
	font-size: 18px;
	color: #141414;
	font-weight: normal;
	padding: 5px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zh-member-item .zh-member-list li h5 a {
	color: #141414;
}

.zh-member-item .zh-member-list li h5 a:hover {
	color: #00b99c;
}

.zh-member-item .zh-member-list li div {
	font-size: 14px;
	color: #999;
	padding: 5px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zh-member-item .zh-member-list li p {
	height: 18px;
	line-height: 18px;
	background: url(../images/zh_icon_footprint.png) left center no-repeat;
	font-size: 14px;
	color: #999;
	padding-left: 20px;
	text-align: left;
	margin-left: 20px;
}

.zh-member-item .zh-member-list li p i {
	font-style: normal;
	color: #ff5521;
}

.zh-member-nodata {
	height: 91px;
	line-height: 91px;
	text-align: center;
	margin-bottom: 30px;
}

.zh-member-nodata img {
	width: 131px;
	height: 91px;
	display: inline-block;
}

.zh-member-nodata span {
	font-size: 20px;
	color: #999;
}

.zh-member-side-nodata {
	height: 59px;
	line-height: 59px;
	text-align: center;
	margin-bottom: 30px;
}

.zh-member-side-nodata img {
	width: 85px;
	height: 59px;
	display: inline-block;
}

.zh-member-side-nodata span {
	font-size: 18px;
	color: #333;
}

/**********************工作坊成员-end*********************/
.zh-side-tab-show {
	padding: 0 20px;
}

.zh-side-tab-show {
	height: 173px;
	overflow: hidden;
	display: none;
}

.zh-side-tab-show.active {
	display: block;
}

.zh-side-tab-show li {
	background: url(../images/zh_icon_dot.png) left center no-repeat;
	height: 58px;
	line-height: 58px;
	border-bottom: 1px dashed #d1d5de;
	font-size: 14px;
	padding-left: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zh-side-tab-show li a {
	color: #141414;
}

.zh-side-tab-show li a:hover {
	color: #19c2a8;
}
