@charset "utf-8";
	/* CSS Document */
/* ========= 公共样式 ========= */
* {
	margin:0;
	padding:0
}
body {
	font-family:"Microsoft YaHei";
	font-size:12px;
	margin:0;
	padding:0;
	color:#666;
	background:#ebfbff url(../images/header_bg.png) no-repeat left top;
	width:100%;
	height:230px;
	/* background-size:100%; */
}
.banner_text {
	z-index: 9999;
	color: white;
	position: relative;
	bottom: 35px;
	/* right: 10px; */
	background: #00000045;
	padding: 5px 10px;
	font-size: 16px;
	/* text-align: right; */
	/* width: 100%; */
}
div,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt,img,form {
	margin:0;
	padding:0;
	border:0;
}
ul,ol,li {
	list-style:none;
}
form,tr,th,td,input,select {
	font-size:12px;
}
input {
	font-family:arial;
}
/*text and password*/
table {
	border-collapse:collapse;
}
/*边线重叠*/
/*link*/
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#1085eb;
}
.clear {
	zoom:1;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
	height:0px;
}
/*解决超链接点击出现虚框问题*/
a {
	text-decoration:none;
	outline:none;
}
a:active {
	star:expression(this.onFocus=this.blur());
}
.left {
	display:inline;
	float:left
}
.right {
	display:inline;
	float:right
}
.mt5 {
	margin-top:5px!important;
}
.mt10 {
	margin-top:10px!important;
}
.mt15 {
	margin-top:15px!important;
}
.mt20 {
	margin-top:20px!important;
}
.mt25 {
	margin-top:25px!important;
}
.mt30 {
	margin-top:30px!important;
}
.mt35 {
	margin-top:35px!important;
}
.mt40 {
	margin-top:40px!important;
}
.mt45 {
	margin-top:45px!important;
}
.mt50 {
	margin-top:50px!important;
}
.wid1000 {
	width:1200px;
	margin:auto;
}
.wid100 {
	width:100%;
}
.wid90 {
	width:90%;
}
.wid87 {
	width:87%;
}
.wid80 {
	width:80%;
}
.wid75 {
	width:75%;
}
.wid70 {
	width:70%;
}
.wid65 {
	width:65%;
}
.wid62 {
	width:62%;
}
.wid60 {
	width:60%;
}
.wid50 {
	width:50%;
}
.wid40 {
	width:40%;
}
.wid35 {
	width:35%;
}
.wid33 {
	width:32%;
}
.wid30 {
	width:30%;
}
.wid20 {
	width:15%;
}
.wid15 {
	width:15%;
	display:inline-block;
}
.wid13 {
	width:13%;
}
.wid10 {
	width:8%;
}
.blank5 {
	clear:both;
	height:5px;
	line-height:5px;
}
.blank10 {
	clear:both;
	height:10px;
	line-height:10px;
}
.blank15 {
	clear:both;
	height:15px;
	line-height:15px;
}
.blank20 {
	clear:both;
	height:20px;
	line-height:20px;
}
.blank25 {
	clear:both;
	height:25px;
	line-height:25px;
}
.blank30 {
	clear:both;
	height:30px;
	line-height:30px;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
.text_cen {
	text-align:center;
}
.text14 {
	font-size:14px;
}
.pad_lr15 {
	padding-left:15px;
	padding-right:15px;
}
.mar_b_50 {
	margin-bottom:48px;
}
.mar_b_20 {
	margin-bottom:30px;
}
.mar_b_15 {
	margin-bottom:20px;
}
.mar_b_10 {
	margin-bottom:10px;
}
.mar_b_5 {
	margin-bottom:5px;
}
.mar_l_80 {
	margin-left:166px;
}
.mar_t_40 {
	margin-top:40px;
}
.mar_t_20 {
	margin-top:32px;
}
.mar_t_f {
	margin-top:-14px;
}
.mar_r_200 {
	margin-left:200px;
}
.pad_b_15 {
	padding-bottom:15px;
}
.z_999 {
	z-index:999;
}
.z_1 {
	z-index:-1;
}
.font333 {
	color:#333;
}
/*---------------    首页样式 ----------------*/
.top {
	width:100%;
	height:200px;
	/* background:url(../images/header_bg.png);
	*/
}
.top_con {
	width:1200px;
	height:200px;
	margin:0 auto;
	overflow:hidden;
	/* background:#fff;
	*/
}
.tel {
	font-size:16px;
	font-weight:bold;
	width:170px;
	color:#333333;
}
.login {
	font-size:14px;
	width:70px;
	color:#333333;
	text-align:center;
}
.jgsear {
	width:400px;
	height:36px;
	background:#f1f1f1;
	border:none;
	border-radius:2px;
}
.sear {
	width:20%;
	height:36px;
	background:#f1f1f1;
	border:none;
	border-radius:2px;
}
.sear input.input1 {
	background:url(../images/search.png) 11px center no-repeat;
	border:none;
	width:100%;
	height:36px;
	line-height:36px;
	text-indent:40px;
}
.sear input.input2,.sear select {
	background:#f1f1f1;
	border:none;
	width:100%;
	height:36px;
	line-height:36px;
	text-indent:5px;
}
.font_10 {
	background:#1085eb;
	color:#fff;
	height:36px;
	line-height:36px;
	text-align:center;
	cursor:pointer;
}
.font_10bl {
	background:#fff;
	color:#666;
	height:36px;
	line-height:36px;
	text-align:right;
}
.left_nav {
	width:300px;
	height:370px;
	position:relative;
	top:0px;
	/* background:#fff; */
	z-index:999;
	/* border:1px solid #1085eb;
	*/
}
.left_nav li {
	display: block;
	float: left;
	width: 138px;
	height: 138px;
	background: #378cd2;
	text-align: center;
	margin: 0 1px 1px 0;
}
.left_nav li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-family: 微软雅黑;
}
.left_nav li img {
	margin-top: 30px;
}
.left_nav li span {
	display: block;
}
.focus_right_user {
	background: url(../images/jigou.png) 20px 22px no-repeat #1085eb;
	line-height: 30px;
	font-size: 16px;
	font-family: 微软雅黑;
	width: 277px;
	height: 106px;
	float: left;
	text-indent: 90px;
	margin-left: 10px;
}
.focus_right_user a {
	color: #fff;
	display: block;
	font-size: 18px;
}
.nav {
	width:100%;
	height:54px;
	/* background:#1085eb; */
	background:url(../images/spriteFooter.jpg) repeat;
  display:inline-table;
	margin-top:-54px;
}
.nav_con {
	width:1200px;
	height:54px;
	margin:0 auto;
	background:#409def00;
}
.nav_con li {
	float:left;
	font-size:18px;
	height:54px;
	line-height:54px;
	margin:0px 0px 0;
	text-align:center;
	width:14.1%;
	border-left:solid 1px white;
	border-right:solid 1px white;
}
.nav_con li a {
	color:#fff;
	display:block;
	text-align:center;
	width:100%;
	/*padding:0 15px;
	*/
  cursor:pointer;
}
.nav_con li a:hover,.nav_con .cur a {
	font-size:20px;
	color:#FFF;
	background:#024fb7;
	box-shadow:0px 7px 16px 1px #1085eb;
	margin-top:-3px;
	border-bottom:5px solid #fdc73a;
}
/* .nav_con li a:hover,.nav_con .cur a {
	color:#FFF;
	background:#409def;
}
*/
.ny_nav a {
	cursor:pointer
}
.xwbox li a {
	cursor:pointer
}
.banner_pre_menu a {
	cursor:pointer
}
.menu_index a {
	cursor:pointer
}
/*分类一css*/
#nav {
	width:250px;
	height:370px;
	position:relative;
	top:0px;
	background:#fff;
	z-index:999;
	/*box-shadow:4px 2px 5px rgba(0,0,0,0.3);
	*/
}
#nav .tit {
	width:100%;
	margin:auto;
}
#nav .mod_cate_hd {
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#FFFFFF;
	text-indent:7px;
	box-shadow:2px -1px 3px rgba(55,55,55,0.5);
	background-color:#4593FD;
	border-bottom:1px #3487F2 solid;
	font-family:"Microsoft Yahei";
}
#nav .mod_cate,#nav .mod_cate2 {
	/*height:46px;
	border-top:1px #f1f1f1 solid;
	border-bottom:1px #f1f1f1 solid;
	*/padding:10px 10px 20px 10px;
}
#nav .mod_cate h2,#nav .mod_cate2 h2 {
	font-size:14px;
	font-weight:normal;
	font-family:"Microsoft Yahei";
}
#nav .mod_cate h2 a,#nav .mod_cate2 h2 a {
	color:#444;
	padding-right:5px;
}
#nav .mod_cate a.hot_sub {
	/*background:#f4f4f4;
	*/font-size:12px;
	border-radius:9px;
	padding:0px 5px;
	margin-left:5px;
}
#nav .mod_cate_r {
	line-height:28px;
	font-style:normal;
	font-variant:normal;
}
#nav .mod_cate_r a {
	font-size:12px;
	color:#666;
	padding-right:5px;
}
#nav .mod_cate_r a:hover,#nav .mod_cate_r a.blu108 {
	color:#1085eb;
}
#nav .mod_cate2 {
	background:none;
}
#nav .mod_cate2 a.yel {
	color:#fee602;
}
#nav .mod_subcate {
	display:none;
	width:262px;
	height:466px;
	border:1px #e8e8e8 solid;
	background:#FFFFFF;
	/*box-shadow:5px 5px 10px rgba(0,0,0,0.4);
	*/position:absolute;
	top:0px;
	z-index:-1;
	left:250px;
	overflow:hidden;
}
#nav .mod_subcate_main {
	width:262px;
	padding:0px 20px 1000px 20px;
	margin-bottom:-1000px;
	border-right:1px #ddd solid;
	float:left;
}
#nav .mod_subcate_line {
	width:100%;
	height:1px;
	clear:both;
	font-size:0px;
	margin-bottom:5px;
	border-top:5px #fff solid;
	border-bottom:1px #e8e8e8 dotted;
	overflow:hidden;
	display:block;
}
#nav .mod_subcate_main dl {
	padding:10px 0 20px 65px;
	/*border-bottom:1px #e5e5e5 solid;
	*/overflow:hidden;
}
#nav .mod_subcate_main dl dt {
	font-size:12px;
	/*color:#333;
	*/line-height:22px;
	font-style:normal;
	font-variant:normal;
	/*font-weight:700;
	*/margin-left:-65px;
	float:left;
	font-size-adjust:none;
	font-stretch:normal
}
#nav .mod_subcate_main dl dd {
	line-height:22px;
	overflow:hidden;
}
#nav .mod_subcate_main dl dd a {
	color:#333;
	font-size:12px;
	margin:0 5px 0 5px;
	float:left;
	display:inline;
	white-space:nowrap;
}
#nav .mod_subcate_main dl dd a.org {
	color:#ff7300;
}
#nav .mod_subcate_channel {
	clear:both;
	margin-top:15px;
}
#nav .mod_subcate_channel .mod_btn_arrow {
	height:26px;
	line-height:26px;
	font-size:12px;
	padding:0 10px 0 10px;
	margin-left:5px;
	text-decoration:none;
	color:#FFFFFF;
	background:#2785E6;
	cursor:pointer;
	display:inline-block;
}
#nav .mod_subcate_channel .mod_btn_arrow b {
	font-weight:normal;
	float:left;
}
#nav .arrow_dot {
	width:0px;
	height:0px;
	overflow:hidden;
	font-size:0px;
	margin:9px 0 0 5px;
	border:4px transparent dashed;
	border-left:4px #FFFFFF solid;
	color:#e6e6e6;
}
#nav .mod_subcate_side {
	width:217px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:1000px;
	margin-bottom:-1000px;
	float:left;
}
#nav .on {
	padding:10px 10px 20px 10px;
	/*border-top:1px #f1f1f1 solid;
	border-bottom:1px #f1f1f1 solid;
	margin-left:2px;
	*/background:#f4f4f4;
}
#nav .on h2 a {
	color:#333333;
}
#nav .on .mod_subcate {
	display:block !important;
}
/*#nav .on .mod_cate_r a {
	color:#1085eb;
}
*/
#nav .on a.hot_sub {
	color:#1085eb;
}
/*ad*/
.mod_subcate_gg {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
}
/* banner-box 效果 */
.banner {
	position:relative;
	width:900px;
	margin:0px auto;
	height:385px;
	overflow:hidden;
	z-index:1;
}
.banner_show {
	position:relative;
	text-align:center;
	width:100%;
	height:385px;
	overflow:hidden
}
.bannger_inbox {
	/* position:absolute; */
	top:0px;
	/* left:50% */
}
.banner_pre_next {
	z-index:200;
	position:relative;
	display:none;
	top:140px
}
.banner_pre_next .banner_btn_left {
	position:absolute;
	display:block;
	background:url(../images/left.png) no-repeat;
	height:70px;
	left:40px
}
.banner_pre_next .banner_btn_right {
	position:absolute;
	display:block;
	background:url(../images/right.png) no-repeat;
	height:70px;
	right:40px
}
.banner_pre_next .banner_btn_right:hover {
	color:#c00
}
.banner_pre_next .banner_btn_left:hover {
	color:#c00
}
.banner_pre_menu {
	z-index:102;
	position:absolute;
	bottom:30px;
	left:50%;
}
.banner_pre_menu .banner_btn_menu1 {
	display:block;
	background-color:rgba(0,0,0,0.3);
	width:30px;
	height:4px;
	margin-left:10px;
}
.banner_pre_menu .banner_btn_menu2 {
	display:block;
	background-color:#1085eb;
	width:30px;
	height:4px;
	margin-left:10px;
}
.banner_pre_menu .banner_btn_menu1:hover,.banner_pre_menu .banner_btn_menu2:hover {
	background-color:#1085eb;
}
.banner_pre_menu .banner_btn_menu {
	}.all_banner {
	width:1200px;
	margin:0px auto 0;
}
.menu_all {
	/* background:#fff; */
	color:#333;
	width:300px;
	height:370px;
}
.menu_index {
	}.menu_index li {
	margin:7px 0;
	float:left;
	text-align:center;
	height:44px;
}
.menu_index li div {
	margin:0 auto;
	background:#daeeff;
	height:44px;
}
.menu_index li div a {
	line-height:44px;
	color:#1085eb;
	display:inline-flex;
	font-size:16px;
}
.menu_index li div b {
	width:28px;
	height:44px;
	display:inline-block;
	margin-right:5px;
}
.menu_index li div b.hei {
	background:url(../images/ico/index_icon_heimingdan.png) no-repeat 0px 8px;
}
.menu_index li div:hover b.hei,.menu_index li div a:hover b.hei,.menu_index li div b.hei:hover {
	background:url(../images/ico/index_icon_heimingdan_.png) no-repeat 0px 8px;
}
.menu_index li div b.bai {
	background:url(../images/ico/index_icon_baimingdan.png) no-repeat 0px 8px;
}
.menu_index li div:hover b.bai,.menu_index li div a:hover b.bai,.menu_index li div b.bai:hover {
	background:url(../images/ico/index_icon_baimingdan_.png) no-repeat 0px 8px;
}
.menu_index li div b.tou {
	background:url(../images/ico/index_icon_banxuebeian_1.png) no-repeat 0px 8px;
}
.menu_index li div:hover b.tou,.menu_index li div a:hover b.tou,.menu_index li div b.tou:hover {
	background:url(../images/ico/index_icon_banxuebeian_1_.png) no-repeat 0px 8px;
}
.menu_index li div b.ziliao {
	background:url(../images/ico/index_icon_ziliaoyushen.png) no-repeat 0px 8px;
}
.menu_index li div:hover b.ziliao,.menu_index li div a:hover b.ziliao,.menu_index li div b.ziliao:hover {
	background:url(../images/ico/index_icon_ziliaoyushen_.png) no-repeat 0px 8px;
}
.menu_index li div b.ban {
	background:url(../images/ico/index_icon_banxuebeian.png) no-repeat 0px 8px;
}
.menu_index li div:hover b.ban,.menu_index li div a:hover b.ban,.menu_index li div b.ban:hover {
	background:url(../images/ico/index_icon_banxuebeian_.png) no-repeat 0px 8px;
}
.menu_index li div b.ditu {
	background:url(../images/ico/index_icon_ditujiansuo.png) no-repeat 0px 8px;
}
.menu_index li div:hover b.ditu,.menu_index li div a:hover b.ditu,.menu_index li div b.ditu:hover {
	background:url(../images/ico/index_icon_ditujiansuo_.png) no-repeat 0px 8px;
}
.menu_index li div b.zai {
	background:url(../images/ico/index_icon_banxuebeian_1.png) no-repeat 0px 8px;
}
.menu_index li div:hover b.zai,.menu_index li div a:hover b.zai,.menu_index li div b.zai:hover {
	background:url(../images/ico/index_icon_banxuebeian_1_.png) no-repeat 0px 8px;
}
.menu_index li div:hover,.menu_index li div:hover a,.menu_index li div a:hover {
	color:#fff;
}
.menu_index li div:hover {
	background:#1085eb;
	color:#fff;
}
.menu_index {
	}.menu_index {
	}.scroll_txt {
	position:absolute;
	left:680px;
	width:320px;
	height:100%;
	z-index:180;
	background:url(../images/video_0921_txtbg.png) no-repeat right top;
}
.txtcontent {
	position:absolute;
	left:30px;
	top:30px;
	color:#fff;
	width:260px;
}
.txtcontent a {
	color:#fff;
}
.txtcontent h1 {
	font-size:20px;
	font-weight:normal;
	font-family:"黑体";
	line-height:24px;
	margin-bottom:15px;
	text-align:left;
}
.txtcontent p {
	font-size:14px;
	line-height:24px;
	text-align:left;
}
.login-button {
	float:right;
	width:120px;
	height:22px;
	line-height:22px;
	margin-top:7px;
	text-align:center;
	border:solid 1px #1085eb;
	border-radius:13px;
	display:flex;
	align-items:center;
	color:black;
}
.top-search {
	float:right;
	width:250px;
	height:40px;
	margin-top:30px;
	border:2px solid #1085eb;
	background-color:#f9f9f980;
	margin-left:39px;
}
.top-search input {
	float:left;
	width:209px;
	height:40px;
	/* margin-left:10px; */
	line-height:40px;
	border:none;
}
.top-search button {
	width:40px;
	height:40px;
	float:right;
	background-color:#1085eb;
	border:none;
	*margin-top:-1px;
	*height:42px;
}
.formlabel {
	display:none;
	padding:6px 0 8px;
	width:171px;
}
.icon-search {
	width:22px;
	height:24px;
	background:url("../images/icon-search.png");
}
.icon {
	display:inline-block;
	vertical-align:middle;
	background:no-repeat left top;
	background-size:100% 100%;
}
.con6 {
	width:1100px;
	padding:10px 17px;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	display:flex;
	justify-content:space-between;
}
.left_nav_button {
	text-align:center;
}
.box-shadow {
	box-shadow:4px 6px 16px 1px #c1bdbdad;
}
.content {
	width:1200px;
	height:auto;
	margin:0 auto;
}
.bt_tit {
	height:72px;
	line-height:72px;
	background:#fff;
}
.gxhkc_box li {
	width:268px;
	float:left;
	border:1px solid #e0e0e0;
	background:#fff;
	margin-right:6.5px;
	display:inline;
}
.kc_txt {
	width:185px;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
}
.xian {
	width:50px;
	height:2px;
	background:#333333;
	display:block;
	margin:0 auto;
}
.kc_txt h3 {
	color:#333;
	font-size:26px;
	font-weight:normal;
	padding-top:10px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.xwzx {
	width:940px;
	height:auto;
	overflow:hidden;
}
.xw_nav,.blms_nav,.xjxy_nav {
	height:30px;
	margin-top:24px;
}
.xw_nav li,.blms_nav li,.xjxy_nav li {
	float:left;
	width:100px;
	text-align:center;
	line-height:30px;
	height:30px;
	cursor:pointer;
	overflow:hidden;
	color:#999;
	/* border-radius:5px;
	*/
  font-size:16px;
	/*background:#f0f0f0;
	border:1px solid #1085eb;
	margin-right:15px;
	*/ 
  display:inline;
}
.xw_nav li.xw_on,.blms_nav li.blms_on,.xjxy_nav li.xjxy_on {
	/* background:#10a0f6;
	*/
  color:#1085eb;
	border-bottom:3px solid #1085eb;
}
.xw_menu,.blms_menu,.xjxy_menu {
	background:#fff;
	padding:22px 19px;
	border-top:1px solid #e0e0e0;
}
.xw_list li {
	border-bottom:1px solid #ededed;
	padding-bottom:10px;
	margin-bottom:10px;
}
.xw_list li a {
	color:#333;
}
.xw_list li a:hover {
	color:#1085eb;
}
.xw_img {
	width:20%;
	height:auto;
}
.xw_img img {
	width:100%;
	max-height:80px;
}
.xw_txt {
	width:77%;
	height:auto;
}
.xw_txt h2 {
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.xw_txt p {
	color:#999;
	margin-top:15px;
	line-height:18px;
}
body .text_i_h2 {
	text-indent:28px;
	font-size:22px;
	font-weight:200;
	display:flex;
	align-items:center;
	margin-left:20px;
}
.baoguang {
	text-indent:28px;
	font-size:20px;
	font-weight:200;
	display:flex;
	align-items:center;
	margin-left:10px;
}
body .text_i {
	color:#999;
}
body #text14_i .xw_img {
	width:35%;
	height:auto;
}
body #text14_i .xw_txt {
	width:60%;
	height:auto;
}
body #text14_i .xw_img img {
	width:100%;
	max-height:60px;
}
body #text14_i .xw_txt h2 {
	font-size:16px;
	color:#333;
	font-weight:normal;
}
body #text14_i .xw_txt p {
	color:#999;
	margin-top:5px;
	line-height:18px;
}
body .text_span_i {
	margin-top:11px;
	width:100%;
	display:block;
}
body .blms_list li p.pp {
	height:32px;
}
body .lnn_h2 h2 {
	float:left;
	text-indent:28px;
	font-size:22px;
	font-weight:200;
}
body .lnn_h2 h2.xw_on {
	color:#1085eb;
	/* background:url(../images/index_20190506135614.png) no-repeat 62% 60px; */
}
.con_se {
	width:1200px;
	margin:auto;
	background:#fff;
	padding:20px 0;
}
.kcyy {
	width:250px;
	height:250px;
	background:#fff;
	/*border:1px solid #dbdbdb;
	margin-top:53px;
	*/
}
/*.kcyy h2 {
	height:46px;
	line-height:46px;
	font-size:22px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	background:#1085eb;
}
*/
.yy_list {
	width:325px;
	margin:0 auto;
	line-height:38px;
	padding:12px 0 22px 0;
	overflow:hidden;
}
.yy_list p {
	clear:both;
	padding-top:10px;
}
.yy_list label {
	font-size:16px;
	color:#333333;
	float:left;
	text-align:left;
	margin-right:15px;
}
.yy_list .input_txt {
	width:245px;
	height:28px;
	line-height:28px;
	border:1px solid #dbdbdb;
	color:#b2b2b2;
	text-indent:5px;
}
.yy_list select {
	width:245px;
	height:28px;
	border:1px solid #dbdbdb;
}
.yy_list textarea {
	width:245px;
	height:78px;
	border:1px solid #dbdbdb;
	padding:5px 0 0 5px;
	color:#b2b2b2
}
.yy_btn {
	width:146px;
	height:35px;
	background:#1085eb;
	color:#fff;
	border:none;
	border-radius:5px;
	font-size:16px;
	margin:10px 0 0 80px;
	cursor:pointer;
}
.blms_list li {
	float:left;
	margin-top:25px;
	margin-left:9px;
	margin-right:9px;
	display:inline;
	text-align:center;
	padding-top:10px;
	/* border:1px dashed #019afd;
	*/
  background:white;
	border-radius:10px;
}
.hotlist li {
	float:left;
	margin-top:25px;
	margin-left:9px;
	margin-right:9px;
	display:inline;
	text-align:center;
	padding-top:10px;
	border:1px dashed #019afd;
	background:white;
	border-radius:10px;
}
.blms_list li p {
	color:#333;
	font-size:16px;
	margin-top:10px;
}
.blms_list li h3 {
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin-top:5px;
}
.blms_list li img {
	width:70px;
	height:70px;
	border-radius:50%;
}
.xjxy_list li,.jxhj_box li {
	width:250px;
	float:left;
	margin-right:20px;
	display:inline;
	text-align:center;
}
.xjxy_list li p,.jxhj_box li p {
	color:#000;
	font-size:16px;
	margin-top:10px;
}
.jxhj_box {
	background:#fff;
	padding:18px;
	border:1px solid #e0e0e0;
	border-top:2px solid #1085eb;
}
.more {
	float:right;
	margin:10px 20px 0 0;
	font-size:16px;
}
.more a {
	color:#1085eb;
}
.link {
	padding-bottom:20px;
}
.link_tit {
	width:100px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.link_box {
	width:1200px;
	height:auto;
	font-size:14px;
}
.link_box a {
	color:#333;
	margin:0 10px 10px 0;
	display:inline-block;
}
.footer {
	width:100%;
	height:auto;
	background:#fff;
	display:inline-table;
}
.foot_top {
	width:100%;
	height:50px;
	/* background:#1085eb;
	*/
  background:url(../images/spriteFooter.jpg) repeat-x center top;
	text-align:center;
}
.ftcon {
	width:1200px;
	color:#fff;
	margin:0 auto;
	text-align:center;
	font-size:8px;
}
.foot_bot {
	width:1200px;
	margin:0 auto;
	padding:25px 0;
	text-align:center;
}
.foot_bot .bottom {
	margin-top:10px;
}
.foot_bot .bottom ol li {
	float:left;
	width:25%;
	text-align:left;
	alignment-baseline:baseline;
}
.foot_bot .bottom ol li a {
	text-align:left;
}
.foot_bot .bottom ol li a i {
	width:5px;
	height:5px;
	margin:0 15px 0 0;
}
.foot_bot .bottom .bot_text {
	margin:20px 0 0 0;
	text-align:center;
	line-height:20px;
}
body .foot_bot .wid35 {
	width:350px;
	height:105px;
}
/*------------ 内页样式 --------*/
.location {
	/* width:100%;
	height:50px;
	border-bottom:1px solid #dcdcdc;
	background:#f2f3f8;
	margin-top:22px; */
}
.ny_nav {
	width:1200px;
	height:50px;
	line-height:55px;
	text-indent:30px;
	margin:0 auto;
	/* background:#f2f3f8 url(../images/ico/list_icon_current.png) no-repeat left center; */
	color:#666;
	font-size:16px
}
.return {
	color:#1085eb;
	/* background:#1085eb;
	padding:0px 12px;
	*/
  margin:10px 10px;
	line-height:24px;
	text-indent:1px;
	font-size:14px;
}
.return_icon {
	padding:2px 10px;
	display:flex;
	align-items:center;
}
.return:hover {
	background:#1085eb3a;
}
.ret_ln {
	color:#999;
	padding:0px 5px;
	margin:19px 0;
	line-height:22px;
	text-indent:1px;
}
.ret_ln:hover {
	color:#019afd
}
.return_t {
	line-height:30px;
	width:1200px;
	margin:33px auto 0;
}
.return_t .col_b {
	font-size:18px;
	color:#fff;
	background:#019afd;
	padding:5px 21px;
	display:inline-block;
}
.in_banner {
	background:url(../images/in_ban.jpg) center center no-repeat;
	height:299px;
	border-bottom:3px solid #019afd;
	margin-top:2px;
}
.in_main {
	clear:both;
	padding-bottom:20px;
}
.in_left {
	width:100%;
	height:auto;
	overflow:hidden;
	box-shadow:4px 6px 16px 1px #c1bdbdad;
}
.in_right {
	width:300px;
	height:auto;
	overflow:hidden;
}
.left_body {
	border:1px solid #efefef;
	background:#fff;
	padding:15px;
	margin:0 auto 25px;
	height:auto;
	overflow:auto;
	box-shadow:4px 6px 16px 1px #c1bdbdad;
}
.jigou_left_body {
	border:1px solid #efefef;
	background:#fff;
	height:auto;
	overflow:auto;
}
.left_top {
	background:url(../images/shu_icon.png) 0 center no-repeat;
	height:40px;
	line-height:40px;
	text-indent:45px;
	color:#1085eb;
	border-bottom:2px solid #1085eb;
	font-size:16px;
	font-weight:600;
}
.kcxz {
	text-align:center;
	border-bottom:none;
	/* border:1px solid #ddd;
	background:#f9f9f9;
	*/ color:#202020
}
.guolv {
	clear:both;
	padding:13px 6px;
	/*border-bottom:1px solid #ddd;
	*/
}
.guolv li {
	float:left;
	height:28px;
	line-height:28px;
	font-size:14px;
	padding:3px 14px;
	cursor:pointer;
	/*border:#F7F7F7 1px solid;
	*/ margin-right:15px;
}
.guolvse {
	background:#F88C45;
	border:#C0C0C0 1px solid;
}
body .guolv li.blue10a {
	background:#019afd;
	color:#fff;
	border-radius:6px;
	padding:3px 14px
}
.guolv li a {
	color:#666;
}
.guolv li {
	color:#666;
}
body .guolv li.blue10a a {
	color:#fff;
}
.guolv li b {
	color:#ccc;
	font-weight:600;
}
.guolv li b:hover {
	cursor:default;
}
.guolv .select {
	/*background:#F0F0F0;
	border:#C0C0C0 1px solid;
	*/ color:#999;
}
.fxkc_table {
	background:#f8f8f8;
	border:1px solid #eee;
}
.fxkc_table li {
	float:left;
	border:none;
	font-size:14px;
	height:40px;
	line-height:40px;
	margin:0 10px;
	padding:0;
	text-align:center;
}
body .fxkc_table li a {
	padding:2px 8px;
	color:#666;
}
.cid_select {
	background:#019afd;
	color:#fff ! important;
	border-radius:6px;
}
body .button_ok {
	background:#f8f8f8;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	color:#019afd;
}
body .guolv li.button_ok:hover {
	background:#f8f8f8;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	color:#019afd;
	border-radius:0;
}
body .button_ok a {
	color:#019afd;
}
body .guolv li.button_ok a:hover {
	color:#019afd;
	border-radius:0;
}
.item_menu1 {
	border:1px solid #019afd;
}
.sx_tit {
	background:url(../images/sx_tit.png) bottom left no-repeat;
	height:50px;
	line-height:30px;
	text-indent:25px;
	font-weight:600;
}
.sx_box ul {
	padding:0;
	overflow:hidden;
}
.ke_img,.ke_img img {
	width:120px;
	height:120px;
	margin-top:15px;
	margin-left:15px;
}
.ke_txt {
	width:870px;
	height:auto;
}
.sx_box li {
	padding:30px 15px;
	border-bottom:1px solid #e8e8e8;
	margin:0px auto;
}
.sx_box li:hover {
	/* border-color:#1085eb;
	*/ background-color:#f9f9f9;
}
.name {
	font-size:20px;
	margin-bottom:10px;
}
.sx_box li:hover .name a {
	color:#1085eb;
}
.sx_box li p {
	color:#808080;
	line-height:20px;
}
.sx_box .ke_btn a {
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #ddd;
	border-radius:5px;
	display:inline-block;
	margin-top:8px;
	margin-right:20px;
}
.sx_box .ke_btn a:hover {
	color:#fff;
	background:#1085eb;
}
.pages {
	text-align:center;
	margin:26px auto 30px auto;
	font-size:16px;
}
.pages a {
	display:inline-block;
	border:1px solid #ddd;
	padding:5px 10px;
	margin:0 5px;
	border-radius:4px;
}
.pages a:hover {
	border:1px solid #1085eb;
}
.pages .blue {
	display:inline-block;
	border:1px solid #1085eb;
	padding:5px 10px;
	margin:0 5px;
	color:#fff;
	background:#1085eb;
	border-radius:4px;
}
.pages input {
	display:inline-block;
	border:1px solid #ddd;
	padding:5px 10px;
	margin:0 5px;
	border-radius:4px;
	width:26px;
	line-height:21px;
	font-size:16px;
	text-align:center;
}
.blzx h2 {
	height:35px;
	line-height:35px;
	background:#1085eb;
	font-size:15px;
	color:#fff;
	text-indent:20px;
}
.more2 {
	float:right;
	font-size:12px;
	font-weight:normal;
	margin-right:10px;
}
.more2 a {
	color:#fff;
}
.zxbox ul {
	border:1px solid #ddd;
	padding:8px 10px 20px 10px;
	background:#fff;
}
.zxbox li {
	height:29px;
	line-height:29px;
	background:url(../images/course-dot.png) 5px center no-repeat;
	text-indent:20px;
	border-bottom:1px solid #ddd;
}
.inkcyy {
	border:1px solid #dbdbdb;
	background:#fff;
}
.inkcyy h2 {
	height:35px;
	line-height:35px;
	background:#1085eb;
	font-size:15px;
	color:#fff;
	text-align:center;
}
.inlist {
	padding:10px 15px 25px 15px;
	overflow:hidden;
	line-height:30px;
}
.inlist p {
	clear:both;
	padding-top:10px;
}
.inlist label {
	font-size:13px;
	color:#333333;
	float:left;
	text-align:left;
	margin-right:15px;
}
.inlist .input_txt {
	width:200px;
	height:28px;
	line-height:28px;
	border:1px solid #dbdbdb;
	color:#b2b2b2;
	text-indent:5px;
}
.inlist select {
	width:200px;
	height:28px;
	border:1px solid #dbdbdb;
}
.inlist textarea {
	width:200px;
	height:78px;
	border:1px solid #dbdbdb;
	padding:5px 0 0 5px;
	color:#b2b2b2
}
.yy_btn {
	width:146px;
	height:35px;
	background:#1085eb;
	color:#fff;
	border:none;
	border-radius:5px;
	font-size:16px;
	margin:10px 0 0 80px;
	cursor:pointer;
}
/*白名单详情*/
.jsfc {
	background:#fff;
	padding:15px 0;
	margin:0 auto 30px auto;
	height:auto;
	overflow:auto;
	/* border:1px solid #eee; */
}
.js_tit {
	height:45px;
	/* background:url(../images/title.png) left bottom no-repeat;
	*/ border-bottom:1px solid #eee;
	margin-bottom:15px;
}
.jsbt {
	font-size:16px;
	color:#019afd;
	line-height:40px;
	text-indent:28px;
	font-weight:600;
}
.js_nav li {
	height:28px;
	line-height:28px;
	text-align:center;
	float:left;
	font-size:13px;
}
.js_nav li a {
	border:1px solid #eee;
	border-radius:3px;
	display:block;
	margin-right:14px;
	padding:0 8px;
	font-size:22px;
}
/*.js_nav li a:hover,.js_nav .hover a {
	background:#019afd;
	color:#fff;
}
*/
.js_box li {
	background:url(../images/xc_bg.png) 0 center no-repeat;
	width:300px;
	height:225px;
	float:left;
	margin:15px 0 0 42px;
	text-align:center;
}
.js_box li img {
	margin-top:10px;
	width:280px;
	height:190px;
}
.jsxx {
	padding-bottom:15px;
}
.js_img,.js_img img {
	/* width:280px;
	height:190px;
	*/    overflow:hidden;
	height:120px;
	background:#f1f1f1;
}
.js_txt {
	font-size:14px;
	line-height:30px;
	/* width:415px;
	*/ color:#999
}
body #text16 .js_txt {
	font-size:16px;
}
.xq_nav {
	font-size:16px;
	height:40px;
	line-height:30px;
	/*background:url(../images/title.png) left bottom no-repeat;
	text-indent:20px;
	*/ margin-bottom:10px;
	color:#1085eb;
}
/*班级详情*/
.bj_box li {
	width:20%;
	float:left;
	padding:0px;
	margin-bottom:20px;
}
.bj_box li .bor1_div {
	width:95%;
	border:0px solid #ddd;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
.bj_txt {
	width:95%;
	height:150px;
	float:right;
	line-height:25px;
}
/*课程详情*/
.zl_box li {
	width:25%;
	float:left;
	padding:0px;
	margin:11px 0;
}
.zl_box li .bor1_div {
	width:100%;
	border:0px solid #ddd;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
.zl_box li img {
	width:80px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float:left;
}
.bor_text {
	font-size:16px;
	color:#ff622a;
}
body .font_a {
	font-size:16px;
	line-height:60px;
}
body .font_b {
	font-size:20px;
	line-height:40px;
}
body .font_c {
	text-decoration:line-through;
	font-size:12px;
	color:#999;
}
.zl_txt {
	width:60%;
	float:right;
}
body .zl_txt h3 a {
	color:#333;
}
.ckxq {
	border:1px solid #ddd;
	width:80px;
	height:28px;
	line-height:28px;
	display:block;
	text-align:center;
	margin-top:10px;
}
.ckxq:hover {
	background:#1085eb;
	color:#fff;
}
.zljs {
	padding-bottom:10px;
	line-height:25px;
}
.zljs h2 {
	font-size:16px;
	height:50px;
	line-height:50px;
}
.ljxz {
	background:url(../images/zl_bg.jpg) no-repeat;
	height:47px;
	display:block;
	padding:8px 0 0 160px;
	margin-top:10px;
}
.ljxz a {
	color:#fff;
	width:80px;
	height:25px;
	line-height:25px;
	display:block;
	border:1px solid #fff;
	border-radius:5px;
	text-align:center;
	font-size:13px;
}
.con_leftall h1 {
	padding:20px 10px 20px 30px;
	line-height:40px;
	font-size:26px;
	color:#333;
}
.glxz_1 {
	padding:0px 0px 20px 30px;
}
.glxzleft_ul li {
	float:left;
	width:20%;
}
.glxzleft_ul li img {
	width:90%;
	margin:auto;
	cursor:pointer;
}
.glxz_2 {
	}.gl_2_font {
	line-height:34px;
	font-size:14px;
	color:#333;
}
.gl_2_bun {
	font-size:14px;
	line-height:40px;
}
.yyst {
	background:#019afd;
	color:#fff;
	line-height:42px;
	font-size:18px;
	padding:4px 44px;
	border-radius:4px;
	display:inline-block;
	margin:15px 25px 15px 0;
}
.biao_1 {
	width:20px;
	height:20px;
	background:url(../images/ico/train_icon_phone.png) no-repeat left center;
	display:block;
	margin-right:8px;
}
.yyst:hover {
	background:#409def;
	color:#fff;
}
.biao_line_height {
	line-height:20px;
	margin-bottom:5px;
}
.gl_table {
	/* width:94%; */
	margin:0 auto;
}
.gl_table table tr {
	border-bottom:1px solid #eee;
}
.gl_table table tr td.text999 {
	color:#333;
}
.gl_table table tr td {
	color:#333;
	line-height:24px;
	padding:15px 0;
	font-size:14px;
}
#b_menulnn {
	width:94%;
	margin:40px auto;
}
#b_menulnn li {
	width:25%;
	margin-right:0;
}
#b_menulnn li img {
	margin:30px auto 0;
	width:120px;
	height:120px;
	border-radius:50%;
	overflow:hidden;
}
#b_menulnn li .red_text {
	color:#ff7749;
	font-size:18px;
	line-height:32px;
}
.te_all {
	width:94%;
	margin:auto;
	border:1px solid #eee;
	padding-bottom:30px;
}
.glxz_yyl {
	background:url(../images/glxz_20190506135516.png) no-repeat;
	padding:10px 0px;
	margin:10px auto 6px;
}
.glxz_yyl li {
	text-align:center;
}
.glxz_yyl li p {
	color:#019afd;
	text-align:left;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
}
/*表格框架*/
.xwbox {
	padding:20px;
	overflow:hidden;
}
.xwbox li {
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
.xwbox li h3 {
	font-size:15px;
	margin-bottom:5px;
}
.xwbox li a {
	color:#333;
}
.xwbox li a:hover {
	color:#1085eb;
}
body .xwbox li h3.text_no {
	font-weight:normal;
}
.rq {
	float:right;
	font-size:12px;
	color:#333;
	font-weight:normal;
	padding-top:2px
}
.xwbox li div {
	color:#999;
}
.xwbox h2 {
	background:#f9f9f9;
	color:#333;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}
.xwbox .box_label {
	line-height:38px;
}
.label04 {
	background:#00c292;
	color:#fff;
	width:90px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	padding:2px 8px;
	margin:10px 5px 0;
	border-radius:14px;
}
.label05 {
	background:#1085eb;
	color:#fff;
	width:180px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	padding:2px 8px;
	margin:10px 5px 0;
	border-radius:14px;
}
.label04_red {
	background:#fa3737;
	color:#fff;
	width:80px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	padding:2px 8px;
	margin:10px 5px 0;
	border-radius:14px;
}
.bor_3 {
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
}
body .lnn15 .xwbox {
	padding:15px;
}
body .lnn15 .xwbox li {
	border:none;
}
.xwnr {
	line-height:25px;
}
.xwnr h1 {
	font-size:16px;
	text-align:center;
	line-height:50px;
}
body .xwnr h1.text24 {
	font-size:22px;
	text-align:center;
	line-height:44px;
	margin:20px 0 18px;
	font-weight:normal;
}
.text92_auto {
	width:92%;
	margin:auto;
	font-size:14px;
}
.info {
	height:34px;
	line-height:34px;
	/*border:1px #e8e8e8 solid;
	background:#f9f9f9;
	*/ display:block;
	margin-bottom:14px;
	font-size:14px;
	text-align:center;
	color:#CCC;
}
.xwcon {
	line-height:25px;
}
.sxpz {
	padding-top:40px;
	color:#afafaf;
}
.sxpz li {
	border:none;
	margin:0 0 26px;
	padding:3px 0;
	line-height:30px;
	background:#f9f9f9;
	width:50%;
}
.tjkc h2 {
	height:35px;
	line-height:35px;
	background:#1085eb;
	font-size:15px;
	color:#fff;
	text-align:center;
}
.tjkc ul {
	background:#fff;
	padding:15px 0;
}
.tjkc li {
	width:268px;
	margin:0 auto;
}
.tjkc li img {
	width:268px;
	height:200px;
}
.tjkc li p {
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
}
.efc {
	width:100%;
	height:48px;
	display:inline-table;
	margin:55px 0 22px;
	overflow:hidden;
}
.efc li {
	float:left;
	font-size:18px;
	height:48px;
	line-height:48px;
	margin:0px 0px 0;
	text-align:center;
	width:16%;
}
.efc li a {
	color:#333;
	display:block;
	text-align:center;
	width:80%;
	/*padding:0 15px;
	*/ margin:auto;
}
.efc li a:hover,.efc .cur a {
	color:#FFF;
	background:#1085eb;
}
body .efc_table {
	background:#e8e8e8;
}
body .efc_table li {
	float:left;
	border:none;
	font-size:16px;
	height:46px;
	line-height:46px;
	margin:0;
	padding:0;
	text-align:center;
	width:16.5%;
}
body .efc_table2 {
	background:#fff;
}
body .efc_table2 li {
	float:left;
	font-size:14px;
	height:46px;
	line-height:46px;
	margin:0;
	padding:0;
	text-align:center;
	width:16.4%;
	border-collapse:collapse;
	border-left:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.all_con {
	background:#fff;
	margin-bottom:40px;
	margin-top:15px;
}
.con_leftall {
	border:1px solid #eee;
}
.col_r {
	width:188px;
	height:253px;
	overflow:hidden;
}
.col_left {
	width:980px;
}
.hc_lnav {
	z-index:9999;
	position:relative;
}
.hc_lnav .allbtn {
	z-index:99999;
	position:relative
}
/*一级导航隐藏*/
.hc_lnav .allbtn a i {
	background:url(../images/ico/train_icon_bottom.png) no-repeat;
	line-height:10px;
	margin-top:10px;
	margin-left:5px;
	width:15px;
	height:10px;
	float:left;
	text-decoration:none;
}
.hc_lnav .allbtn ul {
	z-index:99999;
	position:absolute;
	background-color:#409def;
	width:206px;
	display:none;
	height:486px;
	top:32px;
	left:0px
}
body.hc_home .hc_lnav .allbtn ul {
	display:block
}
body.hc_list .hc_lnav .allbtn ul {
	display:block
}
.hc_lnav .allbtn ul li {
	padding-bottom:7px;
	zoom:1;
	clear:both;
	cursor:default;
}
.hc_lnav .allbtn ul li .tx {
	background-image:url(../images/header/header_bg1.png);
	line-height:35px;
	background-color:#187ed8;
	padding-left:10px;
	background-repeat:no-repeat;
	background-position:right center;
	height:35px;
	_background-image:none
}
.hc_lnav .allbtn ul li .tx a {
	color:#fff;
	font-size:14px;
	-webkit-transition:color 0.1s ease-out 0s;
	-moz-transition:color 0.1s ease-out 0s;
	-ms-transition:color 0.1s ease-out 0s;
	-o-transition:color 0.1s ease-out 0s;
	transition:color 0.1s ease-out 0s
}
.hc_lnav .allbtn ul li .tx a i {
	line-height:25px;
	margin-top:5px;
	width:25px;
	background-position:0px 0px;
	float:left;
	height:25px;
	margin-right:10px;
	text-decoration:none
}
.hc_lnav .allbtn ul li.a1 .tx a i {
	background-image:url(../images/header_ico1.png)
}
.hc_lnav .allbtn ul li.a2 .tx a i {
	background-image:url(../images/header_ico2.png)
}
.hc_lnav .allbtn ul li.a3 .tx a i {
	background-image:url(../images/header_ico3.png)
}
.hc_lnav .allbtn ul li.a4 .tx a i {
	background-image:url(../images/header_ico4.png)
}
.hc_lnav .allbtn ul li dl {
	zoom:1;
	color:#fff;
	clear:both;
	overflow:auto;
	padding-top:4px
}
.hc_lnav .allbtn ul li dl a {
	line-height:22px;
	white-space:nowrap;
	float:left;
	color:#cedae7;
	margin-left:6px;
	margin-right:6px;
	-webkit-transition:color 0.1s ease-out 0s;
	-moz-transition:color 0.1s ease-out 0s;
	-ms-transition:color 0.1s ease-out 0s;
	-o-transition:color 0.1s ease-out 0s;
	transition:color 0.1s ease-out 0s
}
.hc_lnav .allbtn ul li dt {
	padding-left:10px;
	float:left;
	padding-top:1px
}
.hc_lnav .allbtn ul li dd {
	line-height:22px;
	width:165px;
	float:left;
	padding-top:2px
}
/*二级导航隐藏*/
.hc_lnav .allbtn ul li .pop {
	/*border-bottom:#019afd 2px solid;
	border-right:#019afd 2px solid;
	*/
	background-color:#fcfcfc;
	border-left:medium none;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:20px;
	width:640px;
	height:464px;
	min-height:466px;
	padding-top:10px;
	position:absolute;
	top:0px;
	left:206px;
	display:none;
	border-top:medium none;
	/*
	box-shadow:4px 4px 5px -1px #999;
	-webkit-box-shadow:4px 4px 5px -1px #999;
	-moz-box-shadow:4px 4px 5px -1px #999*/
}
.hc_lnav .allbtn ul li .pop h3 {
	display:none;
	font-size:14px
}
.hc_lnav .allbtn ul li .pop dl {
	padding-bottom:6px;
	color:#666;
	padding-top:6px
}
.hc_lnav .allbtn ul li .pop dl:hover {
	background-color:#f3f3f3
}
.hc_lnav .allbtn ul li .pop dl a {
	color:#666;
	margin-left:12px;
	margin-right:12px
}
.hc_lnav .allbtn ul li .pop dl a.un {
	color:#a5a5a5
}
.hc_lnav .allbtn ul li .pop dt {
	padding-left:0px;
	width:72px;
}
.hc_lnav .allbtn ul li .pop dd {
	width:565px;
	margin-left:-12px;
}
.hc_lnav .allbtn ul li .pop .act {
	width:640px;
	height:80px;
	overflow:hidden;
	padding-top:10px
}
.hc_lnav .allbtn:hover ul {
	display:block
}
.hc_lnav .allbtn ul li:hover {
	background-color:#fcfcfc
}
.hc_lnav .allbtn ul li:hover .tx {
	background-color:#f5f5f5
}
.hc_lnav .allbtn ul li:hover .tx a {
	color:#333333
}
.hc_lnav .allbtn ul li:hover .tx a i {
	background-position:0px -25px
}
.hc_lnav .allbtn ul li:hover .pop {
	display:block;
	top:0px;
	left:206px
}
.hc_lnav .allbtn ul li:hover .pop dl a.un {
	color:#a5a5a5;
	text-decoration:none
}
.hc_lnav .allbtn ul li:hover dl {
	color:#6e6e6e
}
.hc_lnav .allbtn ul li:hover a {
	color:#666666
}
.hc_lnav .allbtn ul li:hover a:hover {
	color:#1085eb
}
body .layui_tit_lnn {
	cursor:move;
	background:#1085eb;
	color:#fff;
	text-align:center;
	font-size:16px;
}
body .layui-layer-ico {
	background:url(../images/icon_X@2x.png) no-repeat;
}
body .layui-layer-setwin .layui-layer-close1 {
	background-position:0 0;
}
body .layui-layer-btn {
	text-align:center;
	!important;
}
body .layui-layer-title {
	height:50px;
	line-height:50px;
	background:#1085eb;
	color:#fff;
	text-align:center;
	font-size:16px;
}
body .layui-layer-setwin a {
	width:20px;
	height:19px;
}
body .layui-layer-btn .layui-layer-btn0 {
	padding:3px 20px;
	font-size:16px;
	margin-bottom:10px;
	height:34px;
	line-height:34px;
	background:#1085eb;
	color:#fff;
	text-align:center;
	border-radius:6px;
}
.approval-color {
	background:#ffffff;
	/*margin-top:30px;
	margin-bottom:42px;
	*/
}
.approval-titl {
	font-size:24px;
	color:#333333;
	text-align:center;
	padding:40px 0px;
}
#overflowTest {
	padding:15px;
	height:auto;
	overflow-y:hidden;
	margin-right:19px;
}
.app-tab {
	padding-left:26px;
	padding-right:14px;
	margin-top:-17px;
	width:100%;
}
.tab-th {
	background:#E8E8E8;
}
#overflowTest table tr {
	border:1px solid #E8E8E8;
}
#overflowTest table th {
	border:1px solid #E8E8E8;
	text-align:center;
	height:48px;
}
#overflowTest table td {
	border:1px solid #E8E8E8;
	text-align:left;
	padding:15px 11px;
	font-size:14px;
	color:#666666;
}
.app-footer {
	padding:0 15px;
	padding-bottom:40px;
}
.footer-chk .chk-top {
	width:16px;
	height:16px;
	background:url(../images/select@2x.png);
	border-radius:3px;
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.chk-txt {
	font-size:14px;
	color:#666666;
}
.foter-chk {
	margin-top:8px;
}
.footer-chk .chk {
	width:16px;
	height:16px;
	background:url(../images/select1@2x.png);
	border-radius:3px;
	text-align:center;
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.chk .chk-dui {
	font-size:12px;
	color:#ffffff;
}
.foter-btn {
	margin-top:14px;
	text-align:center;
	padding-bottom:40px;
}
.btn-print {
	width:120px;
	height:40px;
	background:#1085EB;
	float:left;
	margin-left:448px;
}
.print-txt {
	font-size:14px;
	color:#ffffff;
	line-height:40px;
}
.btn-go {
	width:120px;
	height:39px;
	background:#FBFBFB;
	border:1px solid #EEEEEE;
	float:right;
	margin-right:476px;
	color:#C9C9C9;
}
.go-txt {
	font-size:14px;
	line-height:40px;
}
.titl {
	font-size:24px;
	color:#333333;
	text-align:center;
	padding:25px 0 40px 0;
}
.app-top {
	padding-top:20px;
	padding-right:51px;
}
.top-print {
	width:120px;
	height:40px;
	float:right;
}
.tp-txt {
	font-size:16px;
	color:#333333;
	line-height:40px;
}
.all-print {
	width:120px;
	height:40px;
	background:#1085EB;
	text-align:center;
	float:right;
}
.prt-txt {
	font-size:14px;
	color:#ffffff;
	line-height:40px;
}
.form {
	background:#FFFFFF;
	padding:55px 93px 60px 140px;
	margin-top:31px;
	margin-bottom:41px;
}
.table {
	width:100%;
}
.td-name {
	font-size:14px;
	color:#000000;
	text-align:right;
}
.table td {
	padding:15px 0;
}
.table input {
	font-size:14px;
	color:#000000;
	width:240px;
	height:38px;
	border:1px solid #EEEEEE;
	padding-left:10px;
}
.table select {
	font-size:14px;
	color:#000000;
	width:240px;
	height:38px;
	border:1px solid #EEEEEE;
	padding-left:10px;
}
.table textarea {
	font-size:14px;
	color:#000000;
	width:350px;
	height:100px;
	border:1px solid #EEEEEE;
	padding-left:10px;
	padding-top:10px;
}
.table .wan {
	font-size:14px;
	color:#000000;
}
.table .shang {
	font-size:12px;
	color:#FF1010;
	float:left;
	margin-top:-31px;
	padding-left:135px;
}
.table span {
	font-size:14px;
	color:#FF1010;
	padding-left:15px;
}
.up {
	width:120px;
	height:40px;
	background:#1085EB;
	text-align:center;
}
.up-txt {
	font-size:14px;
	color:#ffffff;
	line-height:40px;
	cursor:pointer;
}
.zip {
	font-size:14px;
	color:#1085EB;
}
.submit {
	width:120px;
	height:40px;
	background:#1085EB;
	text-align:center;
	margin:0 423px;
}
#search {
	background:#ffffff;
	margin-top:31px;
	margin-bottom:71px;
}
#frm {
	padding:54px 38px 61px 38px;
}
#frm .frm-titl {
	font-size:18px;
	color:#333333;
	padding-left:16px;
}
.inp-list {
	font-size:14px;
	color:#000000;
	padding-left:79px;
}
.list-name {
	padding-left:28px;
}
.inp-list .list-div {
	padding:5px 0;
	text-align:ringt;
}
.list-div select {
	font-size:14px;
	color:#000000;
	width:240px;
	height:38px;
	border:1px solid #EEEEEE;
	padding-left:10px;
}
.inp-list input {
	width:240px;
	height:38px;
	border:1px solid #EEEEEE;
}
.data-list {
	padding:0 38px 61px;
}
.data-titl {
	font-size:18px;
	color:#333333;
	padding-bottom:30px;
}
#data table {
	width:100%;
	border:1px solid #E8E8E8;
}
#data tr {
	border:1px solid #E8E8E8;
}
#data th {
	border:1px solid #E8E8E8;
}
#data td {
	border:1px solid #E8E8E8;
	padding:15px 0;
	padding-left:14px;
}
#data .tr-head {
	height:48px;
	background:#E8E8E8;
}
#data .td-cnter {
	text-align:center;
	padding-left:0;
}
.alert_detail {
	lef:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:100;
	position:fixed;
	background-color:rgba(0,0,0,0.5);
}
.alert_content {
	background-color:white;
	width:774px;
	text-align:center;
	margin:0 auto;
	position:absolute ! important;
	left:50% ! important;
	margin-left:-348px ! important;
	top:30% ! important;
}
.alert_header {
	height:40px;
	background-color:#1085EB;
	color:#FFFFFF;
	font-size:20px;
}
.alert_header_title {
	padding-top:6px;
	text-align:center;
	width:744px;
	float:left;
}
.alert_header_close {
	padding-top:1px;
	padding-right:10px;
	font-size:25px;
	cursor:pointer;
}
.alert_body {
	margin:20px;
}
.alert_body_left {
	width:119px;
	height:44px;
	background-color:#E8E8E8;
	font-size:16px;
	color:#333333;
	padding-right:10px;
	text-align:right;
	border-bottom:1px solid #F1F1F1;
}
.alert_body_right {
	width:248px;
	height:44px;
	font-size:16px;
	color:#333333;
	padding-left:10px;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	text-align:left;
}
#subdropdown {
	width:168px;
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.3);
	z-index:10000;
	position:absolute;
}
#subdropdown li {
	height:44px;
	width:168px;
	color:#666666;
	background:#FFFFFF;
	border:1px solid rgba(204,204,204,0.19);
	text-align:center;
	line-height:44px;
	font-size:16px;
}
#subdropdown li:hover {
	background-color:#1085eb;
	color:#ffffff;
}
#subdropdown li a:hover {
	color:#ffffff;
}
.btn_go_next {
	width:120px;
	height:39px;
	background:#1085EB;
	float:right;
	margin-right:476px;
	color:#FFFFFF;
	cursor:pointer;
}
.hc_lnav .right-div {
	width:300px;
}
.hc_lnav .right-div:hover ul {
	display:block
}
#web_name {
	padding-top:34px;
	padding-left:15px;
	font-size:36px;
	color:rgba(255,0,0,.68);
	font-weight:bold;
	display:flex;
	align-items:center;
	letter-spacing:4px;
}
.mod_subcate .mod_subcate_main dl:hover {
	color:#1085EB ! important;
}
.kc_t {
	font-size:16px ! important;
	color:#666666;
	padding:20px 0px 20px 30px ! important;
	border-bottom:1px solid #eee;
}
.kc_c {
	font-size:14px ! important;
	color:#333333;
	padding:30px 0px 30px 30px ! important;
}
.kcxq {
	width:100%;
	display:inline-table;
	overflow:hidden;
	background-color:#f6f6f6;
	border-bottom:1px solid #eee;
}
.kcxq li {
	color:#666666;
	float:left;
	width:138px;
	font-size:16px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	cursor:pointer;
}
.kcxq .active {
	background-color:#FFFFFF;
	color:#019AFD;
}
.kcxq_t {
	padding-left:30px;
	padding-bottom:20px;
	color:#333333;
	font-size:18px;
}
.kcxq_sp {
	color:#666666;
	font-size:14px;
	line-height:24px;
}
.js_t {
	width:1199px;
	height:333px;
	margin:0 auto;
	background:url(../images/bg.png) no-repeat;
	background-size:1199px 333px;
}
.glxz_al {
	background:url(../images/train_icon_02.png) no-repeat;
	background-size:24px 24px;
	border:0px solid #eee ! important;
	width:24px;
	height:24px;
	border-radius:0px ! important;
	margin-right:0px ! important;
}
.glxz_al:hover {
	background:url(../images/train_icon_03.png) no-repeat;
	background-size:24px 24px;
	border:0px solid #eee ! important;
	width:24px;
	height:24px;
	border-radius:0px ! important;
	margin-right:0px ! important;
}
.glxz_ar {
	background:url(../images/train_icon_04.png) no-repeat;
	background-size:24px 24px;
	border:0px solid #eee ! important;
	width:24px;
	height:24px;
	border-radius:0px ! important;
	margin-right:0px ! important;
}
.glxz_ar:hover {
	background:url(../images/train_icon_01.png) no-repeat;
	background-size:24px 24px;
	border:0px solid #eee ! important;
	width:24px;
	height:24px;
	border-radius:0px ! important;
	margin-right:0px ! important;
}
.search_button {
	width: 293px;
	height: 203px;
	margin: 13px;
	float: left;
}
.map_title {
	font-family: "黑体";
	font-size: 22px;
	color: #fff;
	background: url(../images/titlelogo.png) no-repeat;
	text-indent: 36px;
	margin-left: 40px;
}

.school_lists {
	width: 330px;
	float: left;
}
.school_lists ul {
	width: 300px;
	margin-bottom: 30px;
}
.school_lists li {
	font-size: 14px;
	line-height: 43px;
	color: #fff;
	border-bottom: dotted 1px #99b2da;
	list-style: none;
	width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.school_lists li a {
	color: #fff;
	margin-right: 10px;
}
.status_style {
	font-size: 14px;
	line-height: 38px;
	margin-left: 20px;
	color: white;
	background: #51b55a;
	padding: 5px 10px;
	border-radius: 5px;
}
.search-result {
	border-bottom: 0px solid #ddd; 
	padding-bottom: 0px;
}
.sel_ad {
	position: absolute;
}
.jt {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: 0px;
	left: 25px;
	z-index: 99999;
}
.sel_ad_con {
	position: absolute;
	margin-top: 9px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.17);
	color: #333;
	padding: 10px 20px;
	width: 850px;
	left: -280px;
	z-index: 9999;
}
.sel_ad_city {
	padding: 8px 0px;
	border-bottom: 1px dashed #ddd;
	width: 100%;
}
.fl {
	float: left;
}
.city_code {
	color: #236b95;
	padding: 5px 0px;
}
.sel_ad_items {
	padding: 5px;
	margin-right: 20px;
	font-size: 16px;
}
.clear {
	clear: both;
}
.city_code {
	color: #236b95;
	padding: 5px 0px;
}
.city_value {
	width: 930px;
}
.xw_exposure {
	font-size: 16px;
	margin-bottom: 20px;
	color: #1085eb;
}
#qrcode {
width:100px;
	height:100px;
	margin-right:15px;
	margin-bottom: 0px;
}