body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

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

img {
	border: 0;
}

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

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

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #207BE9;
}


select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #E3DFDF;
}

select::-ms-expand {
	display: none;
}

input {
	outline: none;
	border: none;
	font-family: "微软雅黑";
}

body {
	font: 14px/24px -apple-system, BlinkMacSystemFont, 'PingFangSC-Regular', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Helvetica, Arial, 'WenQuanYi Micro Hei', SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background: #f4f5fa;
}

.bgf {
	background: #fff;
}

.w_1200 {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.mt30 {
	margin-top: 30px;
}

.ws_10 {
	padding: 0 8px;
}

.ws_2 {
	padding: 0 2px 0 3px;
}

.hidden {
	display: none !important;
}

.bg_shadow {
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
}

.fixedSubNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mt_20 {
	margin-top: 20px;
}

/* 头部 */

.flex_sc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex_sl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-bj {
	background: url(../image/header-bg.jpg);
	background-position: bottom center;
	z-index: 9999;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.top_index {
	width: 100%;
	font-size: 12px;
	line-height: 36px;
	background: #eee;
	color: #666;
	min-width: 1200px;
}

.top_url a {
	color: #666;
}

.logo_bj {
	width: 100%;
	background: #fff;
	padding: 20px 0;
	min-width: 1200px;
	overflow: hidden;
}

.logo_img {
	height: 60px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.logo_il {
	padding-right: 10px;
	margin-right: 15px;
	border-right: 1px solid #eee;
}

.logo_img img {
	width: auto;
	height: 60px;
	display: block;
}

.logo_ir {
	height: 50px;

}

.logo_irt {
	line-height: 25px;
	color: #333;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
}

.logo-lx {
	overflow: hidden;
	height: 50px;
}

.logo-lx img {
	width: auto;
	height: 50px;
	cursor: pointer;
}

/* 菜单 */

.nav_meau {
	width: 100%;
	/* background-color: #0c5eda; */
	background-color: #207BE9;
	box-shadow: 5px 3px 5px 0 rgba(64, 36, 175, 0.06);
	height: 64px;
	min-width: 1200px;
}

.meau_li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.meau_url {
	line-height: 64px;
	color: #fff;
	font-weight: bold;
	padding: 0 30px;
	font-size: 18px;
}

.meau_url:hover {
	color: #fff;
	background-color: #0951a7;
}

.meau_li .cur {
	font-weight: bold !important;
	background-color: #0951a7 !important;
}

/* 轮播图 */

.btn_index {
	margin-top: 30px;
	border-radius: 5px;
}

.myBn {
	width: 820px;
	height: 410px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden
}

.myBn .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.myBn .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

/*
.myBn .swiper-slide:hover img{
	transform: scale(1.10);
}
*/

.myBn .swiper-slide img {
	width: 820px;
	height: 410px;
	display: block;
	transition: all .5s;
}

.myBn .swiper-horizontal>.swiper-pagination-progressbar,
.myBn .swiper-pagination-progressbar.swiper-pagination-horizontal,
.myBn .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.myBn .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: auto;
	bottom: 0 !important;
}

.myBn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	/* background: #0b53c1; */
	background-color: #207BE9;
}

.myTi {
	width: 380px;
	height: 410px;
	overflow: hidden;
	background: #fff;
}

.myTi .cur {
	/*
	background: url(../image/btn_bg.png);
	background-size: cover;
	*/
	background-color: #207BE9;
	font-weight: bold;
}

.myTi .cur .mytid a {
	color: #fff;
}

.myTi .swiper-wrapper {
	display: block !important;
}

.myTi .swiper-slide {
	width: 100% !important;
	border-bottom: 1px solid #e9eefa;
	height: 51px;
	padding: 15px 0;
}

.mytid {
	height: 51px;
	padding: 0 25px;
	overflow: hidden;
}

.myTi .swiper-slide a {
	font-size: 17px;
	display: block;
	line-height: 25px;
	height: 51px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制文本为2行 */
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	z-index: 9;
}

.myTi .swiper-slide-thumb-active {
	opacity: 1;
}

/* 咨询 */

.news_index {
	width: 800px;
	border-radius: 5px;
	overflow: hidden;
}

.news_itop {
	width: 100%;
	height: 55px;
	/* border-bottom: 2px solid #0F54B3; */
	border-bottom: 2px solid #207BE9;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.news_itop_nav {
	padding: 0 20px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.news_itop_navl {
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-right: 10px;
}

.news_itop_navl img {
	width: 20px;
	height: 20px;
	display: block;
}

.news_itop_navr {
	font-weight: bold;
	font-size: 18px;
	line-height: 55px;
}

.news_itop .cur {
	/*
	background: url(../image/title-bg.png);
	background-size: cover;
	*/
	background: #207BE9;
}

.news_itop .cur .news_itop_navr {
	color: #fff;
}

.news_ilist {
	height: 216px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 20px;
}

.news_ilist_li {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.news_ilist_il {
	width: 180px;
	margin-right: 24px;
	flex-shrink: 0;
	background: #f4f5fa;
}

.news_ilist_il:hover {
	background: #207BE9;
}

.news_ilist_il:hover .news_ilist_il_tit {
	color: #fff;
}

.news_ilist_il_img {
	overflow: hidden;
}

.news_ilist_il_img img {
	display: block;
	width: 100%;
	height: 120px;
	transition: all .5s;
}

.news_ilist_il:hover .news_ilist_il_img img {
	transform: scale(1.10);
}

.news_ilist_il_tit {
	display: block;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 22px;
	height: 66px;
	font-size: 15px;
	padding: 0 12px;
	margin: 10px 0;
}

.news_ilist_ir {
	width: 100%;
	overflow: hidden;
}

.news_ilist_iri {
	height: 36px;
	line-height: 36px;
}

.news_ilist_iri a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.news_ilist_iri:hover .news_ilist_irit {
	color: #207BE9;
}

.news_ilist_iriy {
	width: 5px;
	height: 5px;
	background: #207BE9;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 12px;
}

.news_ilist_irit {
	width: 100%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.news_ilist_irits {
	margin-left: 15px;
	color: #999;
	flex-shrink: 0;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
}

/* 右侧 */

.com_right {
	width: 330px;
	height: 318px;
	border-radius: 6px;
	padding: 0 20px;
	overflow: hidden;
}

.com_rli {
	width: 330px;
	padding: 0 20px;
	border-radius: 6px;
	overflow: hidden;
}

.com_wlist {
	width: 345px;
	height: 392px;
	padding: 0 20px;
	border-radius: 5px;
	overflow: hidden;
}

.com_ws {
	padding: 0 20px;
	overflow: hidden;
}

.com_top {
	width: 100%;
	height: 55px;
	border-bottom: 2px solid #dcdfec;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.com_tit {
	padding: 0 25px;
	height: 55px;
	border-bottom: 2px solid #dcdfec;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.com_topl {
	font-weight: bold;
	font-size: 18px;
	line-height: 55px;
	position: relative;
	padding: 0 10px;
}

.com_topl::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: " ";
	width: 100%;
	height: 2px;
	/*
	background: #0F54B3;
	*/
	background-color: #207BE9;
}

.com_toplw {
	font-weight: bold;
	font-size: 18px;
	line-height: 55px;
	position: relative;
	padding: 0 10px;
}

.com_toplw::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: " ";
	width: 100%;
	height: 2px;
	/*
	background: #0F54B3;
	*/
	background-color: #207BE9;
}


.com_topw {
	margin-left: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 55px;
	position: relative;
	padding: 0 10px;
}

.com_topw::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: " ";
	width: 100%;
	height: 2px;
	background-color: #207BE9;
}

.com_topr a {
	display: block;
	height: 55px;
	line-height: 55px;
	/*
	color: #0854bc;
	*/
	color: #207BE9;
	font-size: 16px;
	padding: 0 10px;
}

.com_ul {
	width: 100%;
	overflow: hidden;
}

.com_li {
	margin-top: 13px;
	overflow: hidden;
	height: 48px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.com_ul_time {
	/*
	color: #0F54B3;
	*/
	color: #F75D08;
	text-align: center;
	width: 70px;
	padding-right: 10px;
	position: relative;
	margin-right: 10px;
	flex-shrink: 0;
}

.com_ul_timet {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

.com_ul_timed {
	font-size: 15px;
	line-height: 24px;
}

.com_ul_ti {
	width: 100%;
	font-size: 15px;
	color: #414141;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	height: 48px;
}

.com_ul_ti:hover {
	color: #207BE9;
}

.com_wright {
	width: 330px;
	padding: 0 20px;
	border-radius: 5px;
	overflow: hidden;
}

.com_wul {
	width: 100%;
	height: 383px;
}

.com_wli {
	margin-top: 24px;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 150px;
	height: 45px;
	border: 1px solid #dcdfec;
	border-radius: 2px;
	overflow: hidden;
}

.com_wli:hover .com_wul_ti {
	color: #207BE9;
}

.com_wul .com_wli:nth-child(2n) {
	margin-left: 26px;
}

.com_wul_jt {
	/*
	background: #0c5eda;
	*/
	background-color: #207BE9;
	width: 42px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}

.com_wul_jt img {
	width: 36px;
	height: 36px;
	display: block;
}

.com_wul_ti {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

/* 底部相关推荐 */

.com_ws_db {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	flex-wrap: wrap;
}

.com_ws_dbli {
	width: 47%;
	padding: 18px 0;
	border-bottom: 1px solid #f7f7f7;
	display: flex;
	justify-content: space-between;
}

.com_ws_dblimg {
	width: 114px;
	height: 76px;
	border-radius: 4px;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 15px;
	position: relative;
}

.com_ws_dblimg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	transition: all 0.5s;
}

.com_ws_dbli:hover .com_ws_dblimg img {
	transform: scale(1.10);
}

.com_ws_dblitit {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.com_ws_dblititz {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	letter-spacing: 1px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.com_ws_dblitits {
	font-size: 12px;
	color: #9199a1;
	position: absolute;
	bottom: 0px;
}

.com_ws_db .com_ws_dbli:hover .com_ws_dblititz {
	color: #207BE9;
}

/* 新闻列表 */

.news_wlist {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 20px;
	overflow: hidden;
	height: 338px;
}

.news_ilist_tli {
	width: 100%;
	overflow: hidden;
}

.news_ilist_itd {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dashed #DCDFEC;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.news_ilist_itdi {
	width: 180px;
	height: 120px;
	overflow: hidden;
	margin-right: 15px;
	position: relative;
}

.news_ilist_itdi img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	right: 0;
	transition: all .5s;
}

.news_ilist_itdi img:hover {
	transform: scale(1.10);
}

.news_ilist_itdn {
	width: 100%;
	overflow: hidden;
}

.news_ilist_itdnt {
	font-weight: bold;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 18px;
}

.news_ilist_itdnt:hover {
	color: #207BE9;
}

.news_ilist_itdnn {
	color: #737373;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 24px;
	height: 72px;
	margin-bottom: 2px;
}

.news_ilist_itdns {
	line-height: 24px;
	font-size: 15px;
	color: #A6A6A6;
}

/* 报名流程 */

.bmlc {
	background: #fff;
	padding: 20px 0;
	border-radius: 5px;
	overflow: hidden;
}

.bm_li {
	width: 12.5%;
	position: relative;
	cursor: pointer;
}

.bm_li::after {
	position: absolute;
	content: " ";
	top: 25px;
	right: -20px;
	background: url(../image/yjt_ds.png) no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.bmlc .bm_li:last-child::after {
	background: none;
}

.bm_li_img {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #0854bc;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bm_li_img img {
	width: 35px;
	height: 35px;
	display: block;
}

.bm_li_zx {
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	color: #333;
	font-weight: bold;
}

/* 资源 */

.zy_ul {
	padding: 30px 30px;
	background: #fff;
	overflow: hidden;
}

.zy_li {
	width: 22%;
	overflow: hidden;
}

.zy_li_img {
	width: 98px;
	height: 98px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.zy_li_img img {
	width: 98px;
	height: 98px;
	border-radius: 50%;
	display: block;
}

.zy_li:hover .zy_li_img img {
	transform: rotateY(360deg);
	transition: All 1s ease-in-out;
}

.zy_li_tit {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #555;
	display: block;
	margin-bottom: 10px;
}

.zy_li_js {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}

/* 咨询描述 */

.zx_ms {
	background: #fff;
}

.zxs_ul {
	padding: 0 25px 30px 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 5px;
}

.zxs_li {
	width: 245px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
	color: #ffffff;
	background: url(../image/jyb_bg01.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.zxs_ul .zxs_li:hover {
	background: url(../image/jyb_bg02.jpg) no-repeat;
	background-size: cover;
}

.zxs_ul .zxs_li:nth-child(4n) {
	margin-right: 0;
}

.zxs_ul .zxs_li:nth-child(n + 5) {
	margin-bottom: 0;
}

.zxs_li_t {
	font-size: 18px;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.zxs_li_d {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zxs_li_a {
	width: 100%;
	height: 25px;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
}

.zxs_li_a img {
	width: 25px;
	height: 25px;
	display: block;
}

/* 资料下载 */

.zl_x {
	padding: 10px 5px;
	overflow: hidden;
}

.zl_xli {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}

.zl_ximg {
	width: 20px;
	height: 20px;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 10px;
}

.zl_ximg img {
	width: 20px;
	height: 20px;
	display: flex;
}

.zl_xti {
	width: 100%;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	line-height: 35px;
	height: 35px;
}

.zl_xti:hover {
	color: #207BE9;
}

/* 问答 */

.zl_jd {
	width: 100%;
	overflow: hidden;
}

.zl_jdt {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.zl_jdti {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #207BE9;
	color: #fff;
	margin-right: 8px;
	font-size: 10px;
	border-radius: 3px;
}

.zl_jdtt {
	width: 100%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}

.zl_jd:hover .zl_jdtt {
	color: #207BE9;
}

.zl_jdw {
	display: flex;
	justify-content: flex-start;
	padding-left: 26px;
	border-bottom: 1px dashed #DCDFEC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.zl_x .zl_jd:last-child .zl_jdw {
	border-bottom: none;
}


.zl_jdqi {
	margin-top: 1px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #999;
	color: #fff;
	margin-right: 8px;
	font-size: 12px;
	border-radius: 3px;
}

.zl_jdqt {
	width: 100%;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
}

/* 广告语 */

.index_zfj {
	width: 100%;
	min-width: 1200px;
	background: #207BE9;
	margin-top: 50px;
	padding: 60px 0;
}

.index_zfj_l {
	margin-left: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.index_zfj_li {
	width: 90px;
	height: 90px;
	margin-right: 20px;
	overflow: hidden;
}

.index_zfj_li img {
	width: 90px;
	height: 90px;
	display: block;
}

.index_zfj_bt {
	color: #ffffff;
	overflow: hidden;
}

.index_zfj_btt {
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}

.index_zfj_btd {
	font-size: 14px;
	letter-spacing: 1px;
}

.index_zfj_r {
	margin-right: 20px;
	position: relative;
	height: 50px;
	padding: 0 30px;
	line-height: 50px;
	background: #f60;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 50px;
	letter-spacing: 2px;
	cursor: pointer;
}

/* 防伪查询 */

.sq_ul {
	padding: 10px 15px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.sq_li {
	width: 250px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 5px;
	cursor: pointer;
}

.sq_li_img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	overflow: hidden;
	flex-shrink: 0;
	background: url(../image/icon_url.png) no-repeat;
	background-size: 100%;
}

.sq_li_ti {
	color: #333;
	font-size: 16px;
}

.sq_li:hover .sq_li_img {
	width: 20px;
	height: 20px;
	display: block;
	flex-shrink: 0;
	margin-right: 8px;
	background: url(../image/icon_urlh.png) no-repeat;
	background-size: 100%;
}

.sq_li:hover .sq_li_ti {
	color: #207BE9;
}

/* 底部菜单 */

.index_footer {
	padding: 30px 0 20px 0;
	background: #000;
	min-width: 1200px;
}

.index_fb {}

.index_fl {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_fli {
	flex-shrink: 0;
	width: 266px;
	height: 80px;
	margin-right: 20px;
	overflow: hidden;
}

.index_fli img {
	width: auto;
	height: 80px;
	display: block;
}

.index_flt {
	position: relative;
	padding: 15px 20px 10px 33px;
	overflow: hidden;
}

.index_flt::after {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
}

.index_flt::before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
}



.index_fltu {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 15px;
}

.index_fltu a {
	color: #fff;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	display: block;
	padding: 0 13px;
	position: relative;
}

.index_fltu a::after {
	content: '';
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 17px;
	background: rgba(255, 255, 255, 0.2);
}

.index_fltu a:first-child {
	padding-left: 0;
}

.index_fltu a:last-child::after {
	background: none;
}

.index_fltu a:hover {
	background: none !important;
}

.index_fltb {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	width: 100%;
	color: #fff;
}

.index_fltb span {
	padding-right: 20px;
}

.index_flr {
	padding: 15px 0;
	padding-left: 33px;
	flex-shrink: 0;
}

.index_flrd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 10px;
}

.index_flrdi {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}

.index_flrdi img {
	width: 26px;
	height: 26px;
	display: block;
}

.index_flrdw {
	font-size: 18px;
	color: #f6f6f6;
}

.index_flrdn {
	font-size: 28px;
	color: #ff4e1e;
	font-style: oblique;
	padding: 10px 0;
}

/* 关于我们 */

.about {
	margin-top: 30px;
	border-radius: 5px;
	overflow: hidden;
}

/* 左侧 */

.about_l {
	width: 230px;
	background: #fff;
	float: left;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
}

.about_lt {
	background: #207BE9;
	line-height: 32px;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding: 18px 25px;
	letter-spacing: 4px;
}

.about_ln {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.about_lnli {
	background: #FFFFFF;
	display: block;
	padding: 10px 40px;
	line-height: 40px;
	position: relative;
	color: #333;
	font-size: 18px;
	letter-spacing: 1px;
}

.about_ln .cur::before {
	position: absolute;
	content: '';
	left: 20px;
	top: 20px;
	width: 5px;
	height: 20px;
	background: #fff;
	border-radius: 3px;
}

.about_ln .cur::after {
	position: absolute;
	content: "";
	top: 22px;
	right: 15px;
	width: 16px !important;
	height: 16px !important;
	background: url(../image/yjt.png) no-repeat;
	background-size: cover;
}

.about_ln .cur {
	background: #207BE9 !important;
	color: #fff !important;
}

.about_lnli::before {
	position: absolute;
	content: '';
	left: 20px;
	top: 20px;
	width: 5px;
	height: 20px;
	background: #207BE9;
	border-radius: 3px;
}

.about_lnli::after {
	position: absolute;
	content: "";
	top: 22px;
	right: 15px;
	width: 16px !important;
	height: 16px !important;
	background: url(../image/yjt_h.png) no-repeat;
	background-size: cover;
}

.about_ln .about_lnli:hover::before {
	position: absolute;
	content: '';
	left: 20px;
	top: 20px;
	width: 5px;
	height: 20px;
	background: #fff;
	border-radius: 3px;
}

.about_ln .about_lnli:hover::after {
	position: absolute;
	content: "";
	top: 22px;
	right: 15px;
	width: 16px !important;
	height: 16px !important;
	background: url(../image/yjt.png) no-repeat;
	background-size: cover;
}

.about_ln .about_lnli:hover {
	background: #207BE9 !important;
	color: #fff !important;
}

.about_r {
	width: 870px;
	background: #fff;
	float: right;
	overflow: hidden;
	padding: 20px 30px;
	border-radius: 6px;
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
}

.about_rt {
	width: 100%;
	height: 50px;
	position: relative;
	border-bottom: 2px solid #dcdfec;
}

.about_rtl {
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	padding: 0 15px;
}

.about_rtl::after {
	position: absolute;
	content: " ";
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #207BE9;
}

.about_rtr {
	flex-shrink: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	color: #666;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}


.about_rtrl {
	position: relative;
	height: 28px;
	line-height: 28px;
	color: #666;
}

.about_rtr .about_rtrl:last-child {
	color: #333;
}

/* 详细介绍 */

.about_rn {
	padding: 10px 0;
	font-size: 16px;
	line-height: 30px;
	color: #4D4D4D;
}

.about_rn img {
	max-width: 100%;
}

.about_rn h2 {
	font-size: 20px;
}

.about_rn div,
.about_rn p,
.about_rn img,
.about_rn h1,
.about_rn h2,
.about_rn h3,
.about_rn h4,
.about_rn h5,
.about_rn h6 {
	padding: 8px 0;
}

/* 新闻列表 */
.list {
	overflow: hidden;
}

.list_rtr {
	color: #999;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding-left: 5px;
}


.list_rtrl {
	position: relative;
	height: 50px;
	line-height: 50px;
	color: #999;
}

.list_rtr .list_rtrl:last-child {
	color: #333;
}

.list_nt {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.list_ntl {
	padding: 30px 20px;
	width: 760px;
	background: #ffffff;

}

.list_ntl_ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.list_ntl_li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #DCDFEC;
}

.list_ntl_ul .list_ntl_li:last-child {
	border-bottom: 0 !important;
	margin-bottom: 0;
}

.list_ntl_li:hover .list_ntl_lnrt {
	color: #207BE9;
}

.list_ntl_limg {
	width: 180px;
	height: 120px;
	overflow: hidden;
	border-radius: 5px;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
}

.list_ntl_limg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.list_ntl_li:hover .list_ntl_limg img {
	transform: scale(1.10);
}

.list_ntl_lnr {
	width: 100%;
	overflow: hidden;
}

.list_ntl_lnrt {
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 2px;
}

.list_ntl_lnrd {
	color: #737373;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	height: 48px;
	margin-bottom: 2px;
}

.list_ntl_lnrs {
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.list_ntl_lnrtl {
	padding: 0 10px;
	border-radius: 3px;
	background: #207BE9;
	color: #ffffff;
	overflow: hidden;
}

.list_ntl_lnrtl:hover {
	background: #207BE9;
	color: #ffffff;
}

.list_ntl_lnrtr {
	color: #999;
}

/* 列表右侧 */
.list_ntr {
	width: 370px;
}

/* 表单 */
.com_bd {
	padding: 25px 0;
}

.com_bd_xx {
	width: 100%;
	font-size: 20px;
	padding-bottom: 3px;
	color: #333;
	letter-spacing: 1px;
}

.com_bd_xx span {
	margin-left: 3px;
	font-weight: bold;
	color: #207BE9;
}

.com_bd_bm {
	font-size: 12px;
	color: #c5c5c5;
	margin-bottom: 14px;
}

.com_bd_form {
	width: 100%;
	overflow: hidden;
}

.com_bd_form_input {
	width: 99%;
	height: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin-bottom: 15px;
}

.com_bd_form_input input {
	width: 100%;
	border: none;
	height: 40px;
	background: none;
	padding-left: 10px;
	outline: none;
	line-height: 42px;
	color: #666;
}

.com_bd_form_yy {
	width: 100%;
	height: 42px;
	display: block;
	background: #207BE9;
	text-align: center;
	line-height: 42px;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
}

/* 最新列表 */
.com_xlul {
	padding: 10px 5px;
	overflow: hidden;
	overflow: hidden;
}

.com_xlli {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.com_xln {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	margin-right: 8px;
	font-size: 10px;
	border-radius: 3px;
	background: #737373;
}

.com_xlul .com_xlli:nth-child(1) .com_xln {
	background: #207BE9;
}

.com_xlul .com_xlli:nth-child(2) .com_xln {
	background: #FFA100;
}

.com_xlul .com_xlli:nth-child(3) .com_xln {
	background: #02ABEE;
}

.com_xlul .com_xlli:hover {
	color: #207BE9;
}

.com_xlt {
	width: 100%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}

/* 询问 */

.news_rn {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.news_rn_li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #DCDFEC;
	display: block;
}

.news_rn_li:hover .news_rn_lit {
	color: #207BE9;
}

.news_rn .news_rn_li:last-child {
	border-bottom: none;
}

.news_rn_libt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 35px;
}

.news_rn_lid {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #207BE9;
	color: #fff;
	margin-right: 8px;
	font-size: 10px;
	border-radius: 3px;
}

.news_rn_lit {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_rn_lixq {
	color: #737373;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	height: 48px;
	margin-bottom: 2px;
	text-indent: 26px;
}

.news_rn_lixi {
	width: 18px;
	height: 18px;
	margin-right: 8px;
	overflow: hidden;
}

.news_rn_lixi img {
	width: 18px;
	height: 18px;
	display: block;
}

.news_rn_lixz {
	width: 5px;
	height: 5px;
	background: #207BE9;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 11px;
	margin-left: 10px;
}

.news_rn_lisj {
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	text-indent: 26px;
	text-align: right;
	margin-top: 2px;
	padding-right: 5px;
}

/* 内容页面 */
.xq_nr_ntl {
	width: 800px;
}

.xq_nr {
	width: 740px;
	padding: 30px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 6px;
}

.xq_nr_bt {
	font-size: 26px;
	font-weight: 600;
	line-height: 40px;
	padding: 10px 0;
	letter-spacing: 1px;
}

.xq_nr_st {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
	padding: 10px 0;
	color: #757575;
	height: 25px;
	line-height: 25px;
}

.xq_nr_sts {
	font-size: 14px;
	margin-right: 15px;
}

.xq_nr_std {
	display: flex;
	justify-content: flex-end;
}

.xq_nr_std img {
	width: 15px;
	height: 15px;
	display: block;
	margin-right: 3px;
	margin-top: 5px;
}


.xq_nr_js {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	border-left: 3px solid #207BE9;
	background: #dbe8f5;
	color: #020202;
	font-size: 16px;
}

.xq_nr_detail {
	padding: 10px 0;
	font-size: 16px;
	line-height: 30px;
	color: #4D4D4D;
}

.xq_nr_detail img {
	max-width: 100%;
}

.xq_nr_detail h2 {
	font-size: 20px;
}

.xq_nr_detail div,
.xq_nr_detail p,
.xq_nr_detail img,
.xq_nr_detail h1,
.xq_nr_detail h2,
.xq_nr_detail h3,
.xq_nr_detail h4,
.xq_nr_detail h5,
.xq_nr_detail h6 {
	padding: 8px 0;
}

.xq_nr_gjc {
	color: #666;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.xq_nr_gjc #sample {
	color: #666;
}

.xq_nr_gjc a {
	color: #666 !important;
}

.xq_nr_gjc a:hover {
	color: #207BE9;
}

.xq_nr_fy {
	width: 100%;
	margin-top: 10px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.xq_nr_fyli {
	color: #666;
}

.xq_nr_fyli a {
	color: #666;
}

.xq_nr_tag {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	flex-wrap: wrap;
}

.xq_nr_tag li {
	padding: 6px 9px;
	background: #fff5f5;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.xq_nr_tag li a {
	color: #666;
}

.xq_nr_tag li a:hover {
	color: #207BE9;
}

/* 下载地址 */

.xq_nr_xzdz {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.xq_nr_xzdzi {
	background: #207BE9;
	color: #fff;
	padding: 6px 12px;
	overflow: hidden;
	border-radius: 3px;
	font-size: 14px;
	margin-right: 15px;
}

.xq_nr_xzdzi a {
	color: #fff;
}

/* 翻页 */

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	margin: 17px 0;
	border-radius: 3px;
}

.pagination>li {
	margin-right: 15px;

}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	margin-left: -1px;
	border-radius: 5px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #207BE9;
	border-color: #207BE9;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #207BE9;
	border-color: #207BE9;
	cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #333;
	background-color: #fff;
	border-color: #e6e6e6;
	cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-radius: 5px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-radius: 5px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-radius: 2px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-radius: 2px;
}

.pager .pagination {
	margin: 0;
}

.pager .pager {
	margin: 0;
}

.pager li {
	margin: 0 0.4em;
	display: inline-block;
}

.pager li:first-child>a,
.pager li:last-child>a,
.pager li:first-child>span,
.pager li:last-child>span {
	padding: 0.5em 1.2em;
}

.pager li>a,
.pager li>span {
	background: none;
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	padding: 0.5em 0.93em;
	font-size: 14px;
}

/* 提交反馈 */

.tc_fiex {
	position: fixed;
	top: 180px;
	width: 100%;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tc_fct {
	border: 1px solid #e74a46;
	border-radius: 5px;
	padding: 10px 40px;
	background: #fff5f5;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tc_fimg {
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-right: 10px;
}

.tc_fimg img {
	width: 20px;
	height: 20px;
	display: block;
}

.tc_yy {
	font-size: 18px;
	color: #e74a46;
}

/* 课堂 */
.kt_ul {
	padding: 25px 20px 0 20px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.kt_li {
	width: 273px;
	margin-bottom: 25px;
	margin-left: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}

.kt_ul .kt_li:hover {
	-webkit-box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.kt_ul .kt_li:hover .kt_li_bt {
	color: #207BE9;
}

.kt_ul .kt_li:first-child {
	margin-left: 0;
}

.kt_ul .kt_li:nth-child(5n) {
	margin-left: 0;
}

.kt_li_img {
	width: 100%;
	position: relative;
	height: 200px;
	overflow: hidden;
	border-radius: 3px;
}

.kt_li_img img {
	position: absolute;
	transition: all .5s;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	object-fit: cover;
}

.kt_li_db {
	padding: 0 10px 15px 10px;
}

.kt_li_bt {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
}

.kt_li_lb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kt_li_lbl {
	background: #207BE9;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	overflow: hidden;
	padding: 2.5px 15px;
}

.kt_li_lbr {
	font-size: 14px;
	color: #207BE9;
	font-weight: bold;
}

/* 列表课堂 */
.list_kt_div {
	width: 740px;
	height: auto;
	background: #fff;
	overflow: hidden;
	padding: 20px 30px;
	border-radius: 6px;
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
}

.video_ul {
	padding: 25px 0;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.video_li {
	width: 231px;
	margin-bottom: 20px;
	margin-left: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}

.video_ul .video_li:hover {
	-webkit-box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.video_ul .video_li:hover .video_li_bt {
	color: #207BE9;
}

.video_ul .video_li:first-child {
	margin-left: 0;
}

.video_ul .video_li:nth-child(4n) {
	margin-left: 0;
}

.video_li_img {
	width: 100%;
	position: relative;
	height: 150px;
	overflow: hidden;
	border-radius: 3px;
}

.video_li_img img {
	position: absolute;
	transition: all .5s;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	object-fit: cover;
}

.video_li_db {
	padding: 0 10px 15px 10px;
}

.video_li_bt {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
}

.video_li_lb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.video_li_lbl {
	background: #207BE9;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	overflow: hidden;
	padding: 2px 12px;
}

.video_li_lbr {
	font-size: 14px;
	color: #207BE9;
	font-weight: bold;
}

/* 视频内容 */

.kt_nr {
	width: 100%;
	overflow: hidden;
}

.kt_nr_vw {
	width: 100%;
	overflow: hidden;
}

.kt_nr_vwl {
	width: 840px;
	float: left;
}

.kt_nr_vwlw {
	width: 100%;
	background: #000;
	overflow: hidden;
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
	border-radius: 6px;
}

/* 视频尺寸 */

.wh-video {
	width: 100%;
	height: 473px;
	overflow: hidden;
}

.kt_nr_vwr {
	width: 330px;
	float: right;
}

.kt_nr_vwrm {
	width: 330px;
	padding: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
	border-radius: 6px;
}

.kt_nr_vwrd {
	font-size: 20px;
	line-height: 35px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kt_nr_vwrt {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #eee;
}

.kt_nr_vwrtag {
	float: left;
	padding: 3px 8px;
	font-size: 10px;
	background: #207BE9;
	border-radius: 3px;
	color: #fff;
	margin-right: 10px;
}

.kt_nr_vwrj {
	color: #737373;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 2px;
	margin-top: 10px;
	font-size: 15px;
}

.kt_nr_rd {
	margin-top: 10px;
	width: 100%;
	color: #666;
	text-align: right;
	font-size: 14px;
}

.kt_nr_rd span {
	color: #207BE9;
	font-weight: bold;
	padding: 0 5px;
}

/* 详情 */

.kt_nr_db {
	width: 100%;
	padding: 30px 20px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
}

.kt_nr_dbbt {
	width: 100%;
	padding: 10px 15px;
	background: #F5F5F5;
	overflow: hidden;
	border-radius: 2px;
}

.kt_nr_dbbtl {
	position: relative;
	text-indent: 15px;
	color: #333;
	font-size: 18px;
}

.kt_nr_dbbtl::after {
	position: absolute;
	content: " ";
	z-index: 1;
	left: 0;
	bottom: 0;
	top: 10%;
	width: 3px;
	height: 80%;
	border-radius: 1px;
	background: #207BE9;
}

.sp_play {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp_play img {
	width: 60px;
	height: 60px;
	display: block;
}

/* 课程推荐 */

.kt_tj_ul {
	padding-top: 20px;
	width: 100%;
	border-radius: 6px;
	background: #fff;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px solid #eeeeee;
}

.kt_tj_li {
	width: 253px;
	margin-bottom: 20px;
	margin-left: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}

.kt_tj_ul .kt_tj_li:hover {
	-webkit-box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.kt_tj_ul .kt_tj_li:hover .kt_tj_li_bt {
	color: #207BE9;
}

.kt_tj_ul .kt_tj_li:first-child {
	margin-left: 0;
}

.kt_tj_ul .kt_tj_li:nth-child(4n) {
	margin-left: 0;
}

.kt_tj_li_img {
	width: 100%;
	position: relative;
	height: 150px;
	overflow: hidden;
}

.kt_tj_li_img img {
	position: absolute;
	transition: all .5s;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	object-fit: cover;
}

.kt_tj_li_db {
	padding: 0 10px;
}

.kt_tj_li_bt {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
}

.kt_tj_li_lb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kt_tj_li_lbl {
	background: #207BE9;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	overflow: hidden;
	padding: 2px 12px;
}

.kt_tj_li_lbr {
	font-size: 14px;
	color: #207BE9;
	font-weight: bold;
}

/* 右侧推荐视频 */

.tj_rct {
	padding: 10px 5px;
	overflow: hidden;
}

.tj_rct_li {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #eee;
	padding-bottom: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

.tj_rct_li:hover {
	-webkit-box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.tj_rct_li:hover .tj_rct_bt {
	color: #207BE9;
}

.tj_rct_img {
	width: 100%;
	height: 140px;
	overflow: hidden;
	position: relative;
}


.tj_rct_img img {
	position: absolute;
	transition: all .5s;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	object-fit: cover;
}

.tj_rct_bt {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
}

.tj_rct_fy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.tj_rct_fyl {
	color: #666;
	font-size: 14px;
}

.tj_rct_fyl span {
	color: #207BE9;
}

.tj_rct_fyr {
	font-size: 14px;
	color: #207BE9;
	font-weight: bold;
}

/* 师资 */
.sj_div {
	padding: 30px 30px;
	display: flex;
	justify-content: flex-start;
}

.sj_div_l {
	width: 350px;
	padding: 15px 0;
	position: relative;
	padding-right: 30px;
	flex-shrink: 0;
}

.sj_div_l::after {
	position: absolute;
	content: " ";
	top: 15px;
	bottom: 15px;
	right: 0;
	width: 1px;
	object-fit: cover;
	z-index: 9;
	border-right: 1px dashed #edeaea;
}

.sj_div_lt {
	text-align: center;
	font-weight: bold;
	color: #333333;
	display: block;
	overflow: hidden;
	line-height: 40px;
	margin-bottom: 17px;
	font-size: 28px;
}

.sj_div_ln {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;

}

.sj_div_ln .active {
	background: #207BE9;
	color: #fff;
	border: 1px solid #207BE9;
}

.sj_div_lnt {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 16px;
	color: #bbb8b8;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	height: 35px;
	width: 123px;
	border: 1px solid #bbb8b8;
	cursor: pointer;
}

.sj_div_lnj {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.sj_div_lnjl {
	line-height: 28px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}

.sj_div_r {
	margin-left: 30px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0;
}

.sj_div_rimg {
	width: 300px;
	height: 320px;
	overflow: hidden;
	border-radius: 6px;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
}

.sj_div_rimg:hover img {
	transform: scale(1.10);
}

.sj_div_rimg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s;
	z-index: 1;
	object-fit: cover;
}

.sj_div_rrtv {
	width: 100%;
	overflow: hidden;
}

.sj_div_rrt {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.sj_div_rrtt {
	width: 100%;
	font-size: 20px;
	display: flex;
	justify-content: flex-start;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sj_name {
	font-size: 26px;
	font-weight: bold;
	color: #000;
}

.sj_job {
	margin-left: 15px;
	color: #666;
	font-weight: 400;
}

.sj_div_rrtd {
	color: #666;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
}

.mySzbtn {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden
}

.mySzbtn .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.mySzbtn .swiper-slide {
	overflow: hidden;
	border-radius: 8px;
	width: 150px;
	height: 160px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.mySzbtn .swiper-slide:hover img {
	transform: scale(1.10);
}

.mySzbtn .swiper-slide img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s;
	z-index: 1;
	object-fit: cover;
}

/* 表单 */
.tc_form {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.tc_bg {
	/*
	  background: linear-gradient(#207BE9 0% , #fff 100%);
	*/
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.tc_bgl {
	width: 245px;
	margin-right: 25px;
	padding-right: 25px;
}

.tc_bglt {
	width: 100%;
	font-size: 22px;
	padding-bottom: 3px;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
}

.tc_bglt span {
	color: #207BE9;
	padding: 0 3px;
}

.tc_bgld {
	font-size: 14px;
	color: #555;
	margin-bottom: 14px;
	margin-top: 5px;
}

.tc_bgli {
	background: #F6F8F6;
	border: 1px solid #ECEEEC;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 15px;
}

.tc_bgli input {
	box-sizing: border-box;
	padding: 10px 12px;
	height: 40px;
	width: 100%;
	height: 100%;
	background: none;
}

.tc_bglb {
	margin-top: 20px;
	background: #207BE9;
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 16px;
	letter-spacing: 2px;
	cursor: pointer;
}

.tc_bgr {
	overflow: hidden;
}

.tc_bgrt {
	width: 100%;
	font-size: 22px;
	padding-bottom: 15px;
	color: #333;
	letter-spacing: 1px;
	text-indent: 13px;
	font-weight: bold;
}

.tc_bgrt span {
	font-weight: bold;
	color: #207BE9;
	padding: 0 3px;
}

.tc_bgrd {
	padding: 10px;
}

.tc_bgrdw {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.tc_bgrdi {
	width: 48px;
	overflow: hidden;
	padding: 0 3px;
	flex-shrink: 0;
}

.tc_bgrdim {
	padding: 0 3px;
	width: 42px;
	height: 42px;
	overflow: hidden;
}

.tc_bgrdim img {
	width: 42px;
	height: 42px;
	display: block;
}

.tc_bgrdit {
	font-size: 12px;
	color: #373737;
	text-align: center;
	width: 100%;
}

.tc_bgrdiz {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.tc_bgrdiz img {
	width: 28px;
	height: 28px;
	display: block;
}

.tc_bgrdd {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 2px;
}

.tc_bgrdd img {
	width: 28px;
	height: 28px;
	display: block;
	padding-right: 12px;
}

.tc_close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	z-index: 9;
	cursor: pointer;
}

.tc_close img {
	width: 20px;
	height: 20px;
	display: block;
}

/* 会员登录 */
.top_url {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.top_user_w {
	color: #666;
	margin-right: 8px;
}

.top_user_n {
	color: #333;
	margin-right: 8px;
}

.top_user_q {
	color: #666;

}

.kt_auth {
	width: 100%;
	height: 473px;
	overflow: hidden;
	box-shadow: 0px 5px 18px 0px rgba(192, 207, 230, 0.35);
	border-radius: 6px;
	position: relative;
	cursor: pointer;
}

.kt_auth_img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kt_auth_dl {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.kt_auth_dl img {
	width: 60px;
	height: 60px;
	display: block;
}

.kt_auth_tx {
	position: absolute;
	padding: 0 15px;
	height: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFFBE8;
}

.kt_auth_tx span {
	color: #207BE9;
	padding: 0 2px;
	font-weight: bold;
}

.kt_auth_txt {
	color: #F2810C;
	font-size: 15px;
}

.kt_auth_txd {
	padding: 5px 12px;
	font-size: 12px;
	background: #207BE9;
	border-radius: 3px;
	color: #fff;
	margin-right: 10px;
}

.kt_auth_txd a:hover {
	color: #fff;
}

.smap {
	margin-top: 10px;
	width: 100%;
}

.smap a {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
}

/* 二维码 */
.evm_ul {
	display: flex;
	justify-content: flex-start;
}

.evm_li {
	margin-left: 50px;
}

.evm_li_img {
	width: 120px;
	height: 120px;
	border-radius: 5px;
	overflow: hidden;
}

.evm_li_img img {
	width: 120px;
	height: 120px;
	display: flex;
}

.evm_li_bt {
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}