﻿@charset "utf-8";


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


body {
	font-family: 微软雅黑;
	font-size: 14px;
	color: #333;
	background: #fff;
	width: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

a:link {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #f39800;
	text-decoration: none;
	animation: background .25s, border;
	-webkit-animation: background .25s, border;
}

ul,
li {
	list-style-type: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.none {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

/*--浮动--*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix {
	overflow: hidden;
	height: auto;
	zoom: 1;
}

/*---内边距----*/


/*---外边距---*/
.mt3 {
	margin-top: 3px;
}

.mt10 {
	margin-top: 10px;
}

.mr30 {
	margin-right: 30px;
}

/*--颜色--*/
.color_hs {
	color: #f39800;
}

.h120 {
	height: 120px;
	overflow: hidden;
}

.h215 {
	height: 215px;
	overflow: hidden;
}

/*-------首页样式--------*/
/*导航*/
.header {
	width: 100%;
	height: 90px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.header .header_m {
	height: 90px;
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.header .header_m .logo {
	float: left;
	padding-top: 30px;
}

.header .header_m .logo img {
	max-width: 180px;
}

.header .header_m .nav {
	height: 87px;
	line-height: 87px;
	float: left;
}

.header .header_m .nav li {
	float: left;
	display: inline;
	padding: 0 10px;
}

.header .header_m .nav li a {
	color: #333;
	display: inline-block;
	font-size: 16px;
	transition: color .2s ease-in-out;
}

.header .header_m .nav li:hover a {
	color: #f39800;
	border-bottom: 3px solid #f39800;
	transition: background .25s, border;
	-webkit-transition: background .25s, border;
}

.header .header_m .nav li.current a {
	color: #333;
	border-bottom: 3px solid #f39800;
}

.header .header_m .nav ul li.nav_x01 {
	padding: 0 18px;
	position: relative;
}

.header .header_m .nav ul li.nav_x01 .list_xl {
	width: 160px;
	height: auto;
	text-align: center;
	background: #f3f3f3;
	display: none;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 99999999;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.header .header_m .nav ul li.nav_x01 .list_xl ul {
	margin: 20px;
	overflow: hidden;
	zoom: 1;
}

.header .header_m .nav ul li.nav_x01 .list_xl li {
	background: url(../images/sub-li.gif) no-repeat 0 center;
	width: 120px;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
	padding: 0 0 0 10px;
	text-align: left;
}

.header .header_m .nav ul li.nav_x01 .list_xl li a {
	font-size: 14px;
	display: block;
	color: #333;
	height: 38px;
	line-height: 38px;
	border: none;
}

.header .header_m .nav ul li.nav_x01 .list_xl li a:hover {
	font-size: 14px;
	color: #f39800;
	border: none;
}

.header .header_m .top_btn {
	height: 90px;
	float: right;
	text-align: right;
}

.header .header_m .top_btn .btn_zc {
	width: 60px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #e2e2e2;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	margin-top: 25px;
	margin-left: 10px;
}

.header .header_m .top_btn .btn_zc:hover {
	background: #f39800;
	color: #fff;
	border: none;
}

.header .header_m .per {
	width: 133px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	margin-top: 30px;
	float: right;
	position: relative;
}

.header .header_m .per .name {
	width: 133px;
	height: 31px;
	margin: 0;
	padding: 5px 0 0 0;
	background: url(../images/touxiang.png) no-repeat;
	text-align: center;
	color: #7f8379;
	font-size: 11pt;
}

.header .header_m .per .name img {
	margin: 0 0 0 5px;
}

.header .header_m .per .name .per_kuang {
	width: 133px;
	height: auto;
	background: #f3f3f3;
	box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
	margin: 7px auto;
	padding: 0px;
	display: none;
	text-align: center;
	list-style: none;
	line-height: 30px;
	z-index: 100;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 25px;
	display: none;
	z-index: 999999999;
}

.header .header_m .per .name .per_kuang a {
	color: #7f8379;
	font-size: 10pt;
	text-decoration: none;
}

.header .header_m .per .name .per_kuang a:hover {
	color: #f39800;
}

.header .header_m .per .name:hover .per_kuang {
	display: block;
}

/*大轮播图样式*/
#big_banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	z-index: -1;
}

.sections,
.section {
	height: 100%;
}

#big_banner,
.sections {
	position: relative;
}

.section {
	background-color: #000;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: white;
}

#section0 {
	background-image: url(../images/1.jpg);
}

#section1 {
	background-image: url(../images/2.jpg);
}

#section2 {
	background-image: url(../images/3.jpg);
}

#section3 {
	background-image: url(../images/4.jpg);
}

/*大轮播切换小点*/
.pages li {
	list-style-type: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: white
}

.pages li:hover {
	box-shadow: 0 0 5px 2px white
}

.pages li.active {
	background-color: #f39800;
	box-shadow: 0 0 5px 2px #ffb73e;
}

.pages {
	position: absolute;
	z-index: 999
}

.pages.horizontal {
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px
}

.pages.horizontal li {
	display: inline-block;
	margin-right: 10px;
	float: left;
}

.pages.horizontal li:last-child {
	margin-right: 0
}

.pages.vertical {
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}

.pages.vertical li {
	margin-bottom: 10px
}

.pages.vertical li:last-child {
	margin-bottom: 0
}

/*---------------第一部分----------------*/
.cont1,
.cont2,
.cont3,
.cont4,
.cont5,
.cont6 {
	width: 100%;
	padding: 30px 0;
	clear: both;
	overflow: hidden;
}

.cont1_m,
.cont2_m,
.cont3_m,
.cont4_m,
.cont5_m,
.cont6_m {
	/*width:1200px; height:300px;*/
	/*margin: 0 auto;*/
}

.cont1 {
	background: #fff;
	/*height: 360px;
	*height: 300px;*/
}

.cont1_m {
	/*height: 300px;*/
}

/*轮播广告start*/
.silder {
	width: 500px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	position: relative;
	float: left;
}

.silder .silder_list {
	height: 300px;
	overflow: hidden;
	position: relative;
}

.silder .silder_list a {
	position: absolute;
	top: 0;
	left: 0;
}

.silder .silder_list a,
.silder .silder_list img {
	display: inline-block;
	width:500px !important;
	height:300px !important;
	float: left;
}

.silder .silder_page {
	height: 42px;
	text-align: right;
	margin: 0 auto;
	right: 1px;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
}

.silder .silder_page li {
	width: 10px;
	float: left;
	height: 10px;
	margin: 20px 10px 0 0;
	background: #F1F1F1;
	display: inline-block;
	border-radius: 5px;
}

.silder .silder_page li.current {
	background: #f39800;
	color: #fff;
}

.silder_desc {
	color: #fff;
	background: rgb(0, 0, 0, 0.35);
	padding-right: 80px;
	float: left;
	line-height: 42px;
	height: 42px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	text-indent: 10px;
}

.silder .silder_page li:hover {
	cursor: pointer;
}

/*轮播广告end*/
/*新闻中心 和 教学咨询和学校公告*/
.cont_box {
	/*width: 670px;*/
	/*float: left;*/
	/*height: 300px;*/
	/*margin-left: 30px;*/
}

.cont_box .tab_hd {
	width: 100%;
	height: 45px;
	font-size: 18px;
	bottom: -1px;
}

.cont_box .tab_hd li {
	width: 130px;
	float: left;
	margin-right: 1px;
	display: inline-block;
	text-align: center;
}

.cont_box .tab_hd li a {
	width: 130px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	background: #dcdde1;
	color: #63666b;
	margin-right: 0;
	margin-left: 0;
	cursor: pointer;
	clear: both;
	position: relative;
}

.cont_box .tab_hd li a:hover,
.cont_box .tab_hd li a.selected {
	background: #005bac;
	color: #fff;
}

.cont_box .tab_hd li a:hover:after,
.cont_box .tab_hd li a.selected:after {
	position: absolute;
	color: #005bac;
	content: '';
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: #005bac transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 45px;
}

.cont_box .tab_hd a {
	line-height: 45px;
	font-size: 12px;
	font-weight: normal;
	color: #888;
	float: right;
}

.cont_box .tab_hd a:hover {
	color: #f39800;
}

.cont_box .list_li {
	/*width: 670px;
	height: 245px;
	*height: 214px;*/
	margin-top: 10px;
	background-color: #fff;
	border: 1px #e2e2e2 solid;
	padding: 16px 25px 15px;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.03);
	overflow: hidden;
}

.cont_box .list_li .list01 {
	/*width: 620px;*/
	height: 90px;
}

.cont_box .list_li .list01 dt {
	width: 160px;
	height: 90px;
	float: left;
	margin-right: 20px;
}

.cont_box .list_li .list01 dt img {
	width: 160px;
	height: 90px;
}

.cont_box .list_li .list01 dd {
	/*width: 440px;*/
	height: 90px;
	/*float: left;*/
	margin: 0 0 0 180px;
}

.cont_box .list_li .list01 dd h4 {
	/*width: 440px;*/
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cont_box .list_li .list01 dd a.wenzi {
	line-height: 28px;
	height: 60px;
	display: block;
	text-align: left;
	overflow: hidden;
	color: #999;
}

.cont_box .list_li .list01 dd a:hover.wenzi {
	color: #f39800;
}

.cont_box .list_li .list02 li {
	padding: 5px 0;
	line-height: 20px;
	text-align: right;
}

.cont_box .list_li .list02 li span {
	font-size: 11px;
	color: #aaa
}

.cont_box .list_li .list02 li a {
	text-align: left;
	width: 80%;
	float: left;
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*第二部分*/
.cont2 {
	background: #f6f6f6;
	/*height: 445px;
	*height: 385px;*/
}

.cont2_m {
	/*height: 385px;*/
}

.slist_box {
	/*width: 420px;*/
	/*width: 380px;*/
	/*height: 384px;*/
	background: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.03);
	overflow: hidden;
	padding: 0 20px;
	/*float: left;*/
	/*margin-right: 30px;*/
}

.slist_box h3 {
	font-size: 20px;
	color: #333;
	text-align: left;
	position: relative;
	padding: 30px 0 65px;
	line-height: 20px;
	display: block;
}

.slist_box h3:after {
	content: " ";
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 40px;
	height: 3px;
	background: #f39800;
}

.slist_box h3 a {
	color: #999;
	float: right;
	line-height: 30px;
	font-size: 14px;
	display: block;
}

.slist_box h3 a:hover {
	color: #f39800;
}

.slist_box .list01 {
	/*width: 380px;*/
	height: 90px;
}

.slist_box .list01 dt {
	width: 160px;
	height: 90px;
	float: left;
	margin-right: 20px;
}

.slist_box .list01 dt img {
	width: 160px;
	height: 90px;
}

.slist_box .list01 dd {
	/*width: 200px;*/
	height: 90px;
	/*float: left;*/
	margin: 0 0 0 180px;
}

.slist_box .list01 dd h4 {
	/*width: 200px;*/
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slist_box .list01 dd a.wenzi {
	line-height: 28px;
	height: 60px;
	display: block;
	text-align: left;
	overflow: hidden;
	color: #999;
}

.slist_box .list01 dd a:hover.wenzi {
	color: #f39800;
}

.slist_box .list02 {
	/*height: 150px;*/
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
}

.slist_box .list02 li {
	padding: 5px 0;
	line-height: 20px;
	text-align: right;
}

.slist_box .list02 li span {
	font-size: 11px;
	color: #aaa
}

.slist_box .list02 li a {
	text-align: left;
	width: 75%;
	/**width: 290px;*/
	float: left;
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*右侧三个专题列表*/
.zhuanti_box {
	width: 297px;
	height: auto;
	float: left;
}

.zhuanti_box li {
	width: 297px;
	height: 108px;
	margin-bottom: 31px;
	border-radius: 5px;
	overflow: hidden;
}

.zhuanti_box li a img {
	width: 297px;
	height: 108px;
}

.zhuanti_box li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

/*第三部分*/
.cont3 {
	background: #fff;
	/*height: 520px;
	*height: 460px;*/
}

.cont3_m {
	/*height: 460px;*/
}

.cont3_m h2,
.cont5_m h2 {
	height: 40px;
	font-size: 34px;
	line-height: 40px;
	color: #777;
	text-align: center
}

.cont3_m h3,
.cont5_m h3 {
	height: 35px;
	font-size: 20px;
	line-height: 35px;
	color: #777;
	position: relative;
	margin-bottom: 30px;
	text-align: center
}

.cont3_m h3:after,
.cont5_m h3:after {
	content: " ";
	position: absolute;
	bottom: -5px;
	width: 50px;
	height: 3px;
	background: #f39800;
	left: 50%;
	margin-left: -25px;
}

.cont3_m ul {
	overflow: visible;
	/*height: 302px;*/
}

.cont3_m li>div {
	/*width: 257px;
	height: 302px;*/
	/*display: inline-block;
	float: left;*/
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	/*margin-left: 34px;*/
	overflow: hidden;
	background: #f9f9f9;
}

.cont3_m li>div:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.cont3_m li>div:hover {
	border: 1px solid #f39800;
}

.cont3_m li .hd_tx {
	/*width: 257px;
	height: 206px;
	*height: 204px;*/
	border-bottom: 2px solid #005bac;
	position: relative;
}

.cont3_m li .hd_tx img {
	width: 100%;
	/*max-width:257px;
	max-height: 204px;*/
}

.cont3_m li .hd_tx .time {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: left;
	padding-left: 15px;
}

.cont3_m li .hd_body h5 {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	padding: 0 10px;
	line-height: 30px;
	margin-top: 5px;
}

.cont3_m li .hd_body p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.cont_more {
	width: 66px;
	height: 22px;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	text-align: center;
	display: block;
	margin: 30px auto 0;
	line-height: 20px;
	color: #999;
	border-radius: 3px;
}

.cont_more:hover {
	color: #f39800;
	border: 1px solid #f39800;
}

/*第四部分*/
.cont4 {
	background: #f6f6f6;
	/*height: 445px;
	*height: 385px;*/
}

.cont4_m {
	/*height: 385px;*/
}

.list_box {
	/*width:585px; *width:545px; */
	/*height: 384px;*/
	background: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.03);
	overflow: hidden;
	padding: 0 20px;
	/*float: left;*/
}

.list_box h3 {
	font-size: 20px;
	color: #333;
	text-align: left;
	position: relative;
	padding: 30px 0 65px;
	line-height: 20px;
}

.list_box h3:after {
	content: " ";
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 40px;
	height: 3px;
	background: #f39800;
}

.list_box h3 a {
	color: #999;
	float: right;
	line-height: 30px;
	font-size: 14px;
}

.list_box h3 a:hover {
	color: #f39800;
}

.list_box .list01 {
	/*width: 565px;*/
	height: 90px;
}

.list_box .list01 dt {
	width: 160px;
	height: 90px;
	float: left;
	margin-right: 20px;
}

.list_box .list01 dt img {
	width: 160px;
	height: 90px;
}

.list_box .list01 dd {
	/*width: 365px;*/
	height: 90px;
	/*float: left;*/
	margin: 0 0 0 180px;
}

.list_box .list01 dd h4 {
	/*width: 365px;*/
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list_box .list01 dd a.wenzi {
	line-height: 28px;
	height: 60px;
	display: block;
	text-align: left;
	overflow: hidden;
	color: #999;
}

.list_box .list01 dd a:hover.wenzi {
	color: #f39800;
}

.list_box .list02 {
	/*height: 150px;*/
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
}

.list_box .list02 li {
	padding: 5px 0;
	line-height: 20px;
	text-align: right;
}

.list_box .list02 li span {
	font-size: 11px;
	color: #aaa
}

.list_box .list02 li a {
	text-align: left;
	width: 80%;
	float: left;
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*右侧三个专题列表*/
.zhuanti_box {
	width: 297px;
	height: 386px;
	float: left;
}

.zhuanti_box li {
	width: 297px;
	height: 108px;
	margin-bottom: 31px;
	border-radius: 5px;
	overflow: hidden;
}

.zhuanti_box li a img {
	width: 297px;
	height: 108px;
}

.zhuanti_box li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}


/*第五部分*/
.cont5 {
	background: #fff;
	/*height: 465px;
	*height: 405px;*/
}

.cont5_m {
	/*height: 380px;
	width: 1150px;*/
}

/*----------教师风采-------------*/
.jsfc_main {
	/*width: 1150px;
	*width: 1150px;*/
	height: 250px;
	height: auto;
	position: relative;
}

.jsfc_main .arrow_left,
.jsfc_main .arrow_right {
	position: absolute;
	top: 100px;
	cursor: pointer;
	width: 30px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
}

.jsfc_main .arrow_left img,
.jsfc_main .arrow_right img {
	width: 13px;
	height: 24px;
}

.jsfc_main .arrow_left {
	left: -20px;
}

.jsfc_main .arrow_right {
	right: -35px;
}

.jsfc_main .arrow_left:hover,
.jsfc_main .arrow_right:hover {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #aaa;
}

.jsfc_main .jsfc_cont {
	width: auto !important;
	height: 250px;
	margin: 0 auto;
}

.jsfc_main .jsfc_cont .box {
	width: 200px;
	height: 248px;
	float: left;
	text-align: center;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	background: #f9f9f9;
	margin:0 15px;
	overflow: hidden;
}

.jsfc_main .jsfc_cont .box:hover {
	border: 1px solid #f39800;
}

.jsfc_main .jsfc_cont .box img {
	width: 200px;
	height: 204px;
	border-bottom: 1px solid #ccc;
}

.jsfc_main .jsfc_cont .box p {
	width: 200px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*第六部分*/
.cont6 {
	background: #f6f6f6;
	/*height: 140px;
	*height: 80px;*/
}

.cont6_m {
	/*height: 80px;*/
}

.cont6_m li>div {
	width: 100%;
	height: 80px;
	border: 1px solid #dedede;
	background: #fff;
	border-radius: 5px;
	/*margin-right: 33px;*/
	display: inline-block;
	float: left;
}

.cont6_m li div:last-child {
	margin-right: 0;
}

.cont6_m li a {
	/*width: 200px;*/
	height: 80px;
	color: #333;
	display: block;
}

.cont6_m li img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin: 15px 10px 0 20px;
}

.cont6_m li p {
	/*width: 118px;*/
	float: left;
	font-size: 20px;
	line-height: 30px;
	margin-top: 24px;
	text-align: left;
}

.cont6_m li div:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #f39800;
}

/*底部*/
.footer {
	width: 100%;
	height: 120px;
	*height: 90px;
	background: #292929;
	padding-top: 30px;
}

.foot {
	margin: 0 auto;
}

.foot p {
	line-height: 30px;
	color: #fff;
	text-align: center;
}

/*---------二级页面-----------*/
.page_banner {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
}

.page_banner img {
	width: 100%;
	min-height: 100px;
}

.wapper {
	/*width:1200px;*/
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	zoom: 1;
}

/*--二级页左侧--*/
.page_left {
	/*width: 230px;*/
	float: left;
	margin-bottom: 40px;
	border-radius: 5px 5px 0 0;
	clear: both;
	overflow: hidden;
}

.page_left h2 {
	/*width:230px;*/
	height: 100px;
	*height: 80px;
	padding: 20px 30px 0;
	background: url(../images/footer-bg.gif);
	color: #fff;
	text-align: left;
}

.page_left h2 strong {
	font-size: 22px;
	display: block;
	height: 32px;
	margin-top: 5px;
}

.page_left h2 span {
	font-size: 14px;
	display: block;
	font-weight: normal;
}

.page_left ul li a {
	display: block;
	border-bottom: 1px #dadada solid;
	border-top: 1px #f5f5f5 solid;
	text-indent: 40px;
	line-height: 43px;
	color: #555;
	font-size: 14px;
	-webkit-transition: background .25s, border .25s;
	transition: background .25s, border .25s;
	background: url(../images/libg.gif) no-repeat 20px -35px #e5e6e7;
	text-align: left;
}

.page_left ul li a.current {
	color: #f39800;
	font-weight: bold;
}

.page_left ul li a:hover {
	color: #fff;
	border-color: #f39800;
	background: url(../images/libg.gif) no-repeat #f39800 20px 18px
}

/*--二级页右侧--*/
.page-right {
	/*width: 930px;*/
	float: right;
	min-height: 380px;
	margin-bottom: 40px;
}

.about-top {
	border-bottom: 1px #dfdfdf solid;
	height: 41px;
}

.about-top strong {
	display: block;
	float: left;
	border-bottom: 3px #f39800 solid;
	line-height: 30px;
	height: 40px;
	font-size: 25px;
	font-weight: normal;
	position: relative;
	top: 1px;
	float: left
}

.location {
	position: relative;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 12px;
	float: right;
	color: #888
}

.location a {}

.location a:hover {
	text-decoration: underline
}

/*--二级页右侧纯文字列表--*/
.news-list {}

.news-list ul.list {
	margin-top: 10px;
	margin-bottom: 15px;
}

.news-list ul.list li {
	padding: 15px 0px;
	border-bottom: 1px #ccc dotted;
	text-align: right;
}

.news-list ul.list li span {
	color: #aaa;
	font-size: 12px;
}

.news-list ul.list li strong {
	float: left;
	width: 85%;
	text-align: left;
	font-weight: normal
}

.news-list ul.list li a {
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	line-height: 16px;
	font-size: 14px;
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 9px;
	float: left;
}

/*--二级页右侧带左图--*/
.news-list ul.list2 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.news-list ul.list2 li {
	padding: 25px 0px;
	border-bottom: 1px #ccc dotted;
	overflow: hidden;
	zoom: 1;
}

.news-list ul.list2 li .time {
	width: 70px;
	float: left
}

.news-list ul.list2 li .time strong {
	display: block;
	line-height: 50px;
	background-color: #828d95;
	text-align: center;
	font-size: 28px;
	color: #fff
}

.news-list ul.list2 li .time span {
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 1px;
	background-color: #ccc
}

.news-list ul.list2 li .text {
	/*width:830px; float:right*/
	margin: 0 0 0 100px;
}

.news-list ul.list2 li .text strong {
	background: url(../images/li.gif) no-repeat 0 center;
	padding-left: 9px;
	display: block;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list ul.list2 li .text p {
	margin-top: 10px;
	line-height: 160%;
	color: #888;
	text-align: left;
	height: 70px;
	overflow: hidden;
}

/*--二级页右侧图片--*/
.tech_div {
	border: 1px solid #eee;
	padding: 8px 10px 10px;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.tech_div p {
	text-align: left;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	background: url(../images/img_sj.png) no-repeat 0 10px;
	padding-left: 10px;
}

.tech_div li {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-right: 2px;
	margin-bottom: 1px;
}

.tech_div li a {
	display: block;
	color: #333;
	padding: 0 10px;
	display: block;
}

.tech_div li a:hover,
.tech_div li a.current {
	background: #f39800;
	color: #fff;
}

.news-list ul.jsfc_cont {
	margin-top: 10px;
	margin-bottom: 15px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px #ccc dotted;
}

.news-list ul.jsfc_cont .box {
	max-width: 200px;
	/*height:250px; /*float:left; */
	text-align: center;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	background: #f9f9f9;
	overflow: hidden;
}

.news-list ul.jsfc_cont .box:hover {
	border: 1px solid #f39800;
	-webkit-transition: background .25s, border .25s;
	transition: background .25s, border .25s;
}

.news-list ul.jsfc_cont .box img {
	width: 200px;
	height: 202px;
	border-bottom: 1px solid #ccc;
}

.news-list ul.jsfc_cont .box p {
	/*width:200px;*/
	height: 42px;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*详情页面*/
.news-view {
	margin-top: 30px;
}

.news-view h1 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 33px;
	padding: 10px 30px 20px;
	color: #333;
	color: #333
}

.news-view p.news-info {
	padding: 0 0px 12px;
	text-align: center;
	border-bottom: 1px dotted #efefef;
	color: #999;
	font-size: 12px;
}

.news-view p.news-info span {
	color: #f39800;
	margin-right: 3px;
}

.news-view p.news-info a {
	cursor: pointer
}

.news-view .content {
	line-height: 200% !important;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
}

.news-view .content p {
	margin-bottom: 15px;
	line-height: 200% !important;
	text-align: left;
	text-indent: 2em;
}

.news-view .content img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	display: block
}

.news-view .video-box {
	width: 800px;
	height: 480px;
	margin: 20px auto 20px;
}

.news-view .other {
	border-top: 4px #e2e2e2 solid;
	padding-top: 25px;
	margin-top: 25px;
	font-size: 14px;
}

.news-view .other .left {
	float: left;
	color: #777;
	width: 100%;
	/*width:550px;*/
	text-align: left;
}

.news-view .other .left p {
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-view .other .left p a {
	margin-left: 3px;
}

/*页码开始*/
/*page*/
.page_new {
	height: 36px;
	line-height: 36px;
	background: #eee;
	margin-top: 15px;
	padding: 0 15px;
	box-sizing: border-box;
}

.page_new p {
	float: left;
	line-height: 36px;
}

.page_new p span {
	padding: 0 3px;
	color: #f39800;
	font-weight: bold;
}

.page {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	line-height: 22px;
	color: #333;
	font-size: 12px;
	margin-top: 8px;
	float: right;
	/*width: 80%;*/
}

.page .pag {
	float: right;
	line-height: 20px;
	padding-left: 7px;
	margin: 0px;
	text-align: center
}

.page .pag li {
	padding: 0px;
	float: left;
	margin-right: 7px;
	width: auto;
	_width: 10px;
	white-space: nowrap;
	list-style: none;
}

.page .pag li a {
	color: #f39800;
	background-color: #fff;
	padding: 0px 6px;
	height: 20px;
	display: block;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	list-style: none;
	line-height: 20px;
}

.page .pag li a:hover {
	color: #fff;
	background-color: #f39800;
	padding: 0px 6px;
	height: 20px;
	display: block;
	text-decoration: none;
	list-style: none;
}

.page .pag li .p_h {
	color: #fff;
	background-color: #f39800;
	font-weight: bold;
}

.page .next {
	width: 50px;
	float: right;
	border: 1px solid #CCCCCC;
	color: #ccc;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}

.page .next a {
	color: #1F3A87;
	background-color: #fff;
	width: 50px;
	height: 20px;
	display: block;
	text-decoration: none;
	line-height: 20px;
}

.page .next a:hover {
	color: #fff;
	background-color: #f39800;
	width: 50px;
	height: 20px;
	display: block;
	text-decoration: none;
}

.page .pag li .p_h {
	color: #fff;
	background-color: #f39800;
	font-weight: bold;
	list-style: none;
}

.page .ph {
	cursor: pointer;
}

.page input {
	border: 1px solid #CCCCCC;
	list-style: none;
	width: 20px;
	height: 18px;
}

.page button {
	width: 30px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	border-radius: 5px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	color: #8c96a0;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #dce1e6;
	box-shadow: 0 1px 2px #fff inset, 0 -1px 0 #a8abae inset;
	background: -webkit-linear-gradient(top, #f2f3f7, #e4e8ec);
	background: -moz-linear-gradient(top, #f2f3f7, #e4e8ec);
	background: linear-gradient(top, #f2f3f7, #e4e8ec);
	padding: 1px 6px;
	*+height: 23px;
}

/*页码结束*/

/*新增加新闻列表01*/
/*顶部切换*/
.culture-tab {
	height: 50px;
	margin-top: 30px;
	text-align: center
}

.culture-tab a {
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	margin: 0 3px;
	padding: 0 30px;
	background-color: #fff;
	border: 1px #ddd solid
}

.culture-tab a.current {
	background-color: #f39800;
	color: #fff;
	border-color: #f39800
}

/*图片*/
.photo-list {
	overflow: hidden;
	padding-bottom: 10px;
}

.photo-list .list {
	width: 100%;
	height: auto;
	margin: 15px auto;
	overflow: hidden;
	zoom: 1;
}

.photo-list .list .photo {
	padding-bottom: 15px;
	/*width:290px;height:240px;*/
	overflow: hidden;
	/*margin-right:30px; margin-top:30px;*/
	position: relative;
	border: 1px #ddd solid;
	background-color: #fff;
}

.photo-list .list li img {
	height: 190px;
	width: 100%
}

.photo-list .list li .image {
	text-align: center;
	/* width: 290px; height: 190px;*/
}

.photo-list .list li strong {
	padding: 15px 20px 0;
	height: 35px;
	display: block;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: normal
}

.photo-list .list li p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
	font-size: 12px;
	color: #999
}
/*
.photo-list .list li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
*/
/*视频*/
.video-list {
	overflow: hidden;
	padding-bottom: 10px;
}

.video-list .list {
	width: 100%;
	height: auto;
	margin: 15px auto;
	overflow: hidden;
	zoom: 1;
}

.video-list .list .video {
	padding-bottom: 15px;
	overflow: hidden;
	position: relative;
	border: 1px #ddd solid;
	background-color: #fff;
}

.video-list .list li img {
	height: 190px;
	width: 100%
}

.video-list .list li .image {
	/*overflow:hidden; position:relative*/
	text-align: center;
}

.video-list .list li .image img {
	width: 100%;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	display: block
}

.video-list .list li strong {
	padding: 15px 20px 0;
	height: 35px;
	display: block;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: normal
}

.video-list .list li:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.video-list .list li.hover {
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

/*带左图得列表*/
.hr-content {
	clear: both;
	height: auto;
	overflow: hidden;
	zoom: 1
}

.hr-content .item {
	margin-top: 40px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	text-align: left;
}

.hr-content .item img {
	width: 260px;
	height: 140px;
	float: left;
	margin-top: 3px;
}

.hr-content .item .text {
	/*width:630px; float:right;*/
	margin: 0 0 0 290px
}

.hr-content .item .text strong {
	color: #f39800;
	font-size: 18px;
	text-align: left;
}

.hr-content .item .text p {
	margin-top: 15px;
	line-height: 28px;
	text-align: left;
}

/*网上报名*/
.wapper h2 {
	/* margin-top: 11.62px;margin-bottom: 11.62px;*/
	font-size: 30px;
}

a.btn-theme {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: center;
	background: #f39800;
	display: block;
	float: left;
}

a:hover.btn-theme {
	opacity: 0.8
}

.table-baoming,
.table-baoming td,
.table-baoming th {
	border: 1px solid #ddd;
	border-collapse: collapse;
	text-align: left;
	padding: 8px;
}

/*.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>th {
 border-top-color:#36775a
}*/
.table-baoming {
	margin: 10px 0;
	width: 100%
}

.table-baoming th {
	padding: 6px 20px;
	font-size: 14px;
	text-align: left
}

.table-baoming td {
	vertical-align: middle;
}

.table-baoming .strong {
	font-size: 16px
}

.require,
.text-import {
	color: #fd0101;
	font-style: normal;
	font-size: 12px;
}

.require {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 16px;
	font-size: 18px;
	font-style: normal;
	vertical-align: middle
}

.table-baoming tr td:first-child {
	font-size: 14px
}

.table-baoming input[type=text],
.table-baoming select,
.table-baoming textarea {
	margin-right: 5px;
	box-sizing: border-box;
	height: 22px;
	*height: auto;
	border: 1px solid #36775a;
	font-size: 14px;
	line-height: 20px;
	*line-height: 14px;
	padding: 0 4px;
	*padding: 2px 4px
}

.table-baoming .large {
	width: 390px
}

.table-baoming label {
	margin-right: 20px;
	line-height: 20px
}

.table-baoming label input {
	position: relative;
	margin-right: 3px;
	top: 2px;
	*top: 0
}

.table-baoming select {
	-webkit-appearance: default
}

.table-baoming textarea {
	vertical-align: middle;
	min-height: 50px;
	width: 500px;
	max-width: 500px
}

.table-baoming .text-blue {
	cursor: pointer;
	text-decoration: underlin
}

button,
input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
	-webkit-appearance: none;
}

.table-baoming input[type="text"],
.table-baoming select,
.table-baoming textarea {
	margin-right: 5px;
	box-sizing: border-box;
	height: 22px;
	*height: auto;
	border: 1px solid #888;
	font-size: 14px;
	line-height: 20px;
	*line-height: 14px;
	padding: 0 4px;
	*padding: 2px 4px;
}

.baoming input[type=reset],
.baoming input[type=submit] {
	margin: 0 10px;
	min-width: 84px;
	height: 30px;
}

.baoming input[type=submit] {
	color: #fff;
	background: #f39800;
	border: 1px solid #f39800
}

.baoming input[type=reset] {
	color: #858585;
	background: #fafafa;
	border: 1px solid #ededed
}

.baoming:hover input[type=submit],
.-baoming:hover input[type=reset] {
	opacity: 0.8
}


/* new style */
.layui-container {
	padding: 0
}

@media screen and (min-width: 1200px) {
	.layui-container {
		width: 1200px;
	}
}

.layui-form-label1 {
	display: block;
	padding: 9px 15px 9px 0;
	font-weight: 400;
	line-height: 20px;
}

.baoming .bm-title {
	padding: 15px 0;
}

.baoming .bm-title h2 {
	text-align: center;
	padding: 10px 0;
	font-size: 30px;
}
.baoming .bm-title p{padding:0 12px}
.baoming .bm-title .btn-theme {
	float: none;
	display: inline-block
}

.baoming .bm-content {
	border: 1px solid #ddd;
	margin-bottom: 25px;
}

.baoming h4 {
	font-weight: bold;
	padding: 12px 12px;
	border-bottom: 1px solid #ddd
}

.baoming h4 p {
	font-weight: normal
}

.ml-10 {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.ml-10 {
		margin-top: 15px;
		margin-left: 0;
	}
	.jsfc_main .arrow_left{left:15px !important;}
	.jsfc_main .arrow_right{right:15px !important;}
	.wapper {
		margin-top: 0
	}

	.news-list ul.jsfc_cont .box img {
		max-width: 100%;
		height: 175px;
	}

	.cont6_m {
		padding: 25px;
	}

	.layui-col-space30>* {
		padding: 6px;
	}

	.cont_box .list_li {
		border: none;
		box-shadow: none
	}

	.slist_box,
	.list_box {
		box-shadow: none
	}

	.cont6_m li>div {
		height: 60px
	}

	.cont6_m li>div a {
		height: 60px;
	}

	.cont_box .tab_hd li {
		width: 85px;
	}

	.cont_box .tab_hd li a {
		width: 85px;
		font-size: 14px;
	}

	.cont_box .tab_hd a {
		margin-right: 10px;
	}

	.cont_box .list_li {
		padding: 10px 20px 20px
	}

	.cont1,
	.cont2,
	.cont3,
	.cont4,
	.cont5,
	.cont6 {
		width: 100%;
		padding: 0;
		clear: both;
		overflow: hidden;
	}

	.cont2 {
		padding: 20px 0 20px 0
	}

	.cont3 {
		padding: 20px 0
	}

	.cont4 {
		padding: 20px 0 20px 0
	}

	.cont5 {
		padding: 30px 0 40px
	}
}

@media screen and (max-width: 991px) {
	.wapper {
		margin-top: 0
	}
	
	.cont3_m ul {
		padding: 0 20px;
	}

	.cont6_m li a {
		height: 60px
	}

	.cont6_m li>div {
		height: 60px;
	}

	.silder,
	.silder .silder_list {
		width: 100% !important;
		height: auto !important;
		min-height: 200px;
	}

	.silder .silder_list a,
	.silder .silder_list img {
		width: 100% !important; 
		height: 100% !important
	}

	/*.h2-title{display:none;padding:20px 10px 0}*/
	.page-banner1 {
		display: none
	}

	.jsfc_main .arrow_right {
		right: 0
	}

	.jsfc_main .arrow_left {
		left: 0
	}

	.news-view,
	.about-top,
	.news-list,
	.hr-content {
		padding: 0 20px;
	}

	.news-list ul.list li {
		text-align: left
	}

	.news-list ul.list li strong {
		width: 100%;
		margin-bottom: 10px;
	}

	.news-list ul.list li a {
		width: 100%
	}

	.news-view h1 {
		padding: 10px 0
	}

	.page_left {
		margin-bottom: 0
	}

	.about-top strong {
		font-size: 18px;
	}

	.pag1 {
		display: none
	}

	.page {
		width: 100%
	}

	.news-list ul.list2 li .text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: auto;
	}

	.list.layui-col-space30{
		padding: 0 15px;
	}
	.jsfc_cont.layui-col-space30{
		padding: 0 8px;
	}

	.list.layui-col-space30>* {
		padding: 5px;
	}

	.news-list ul.jsfc_cont .box img {
		max-width: 100%;
	}

	.hr-content .item .text {
		/*width:630px; float:right;*/
		margin: 0 0 0 150px
	}

	.photo-list .list li img,
	.video-list .list li img {
		height: 120px;
	}

	.hr-content .item {
		margin-top: 20px;
	}

	.hr-content .item img {
		width: 130px;
		height: 70px;
		float: left;
		margin-top: 3px;
	}

	.hr-content .item .text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 56px;
	}

	.hr-content .item .text p {
		margin-top: 5px;
		line-height: 28px;
		text-align: left;
	}

	.tech_div {
		margin: 0px 20px 0;
	}

	.cont6_m li img {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		float: left;
		margin: 15px 10px 0 20px;
	}

	.cont6_m li p {
		/*width: 118px;*/
		float: left;
		font-size: 16px;
		line-height: 30px;
		margin-top: 14px;
		text-align: left;
	}
	.list2{margin-top:0 !important}
	.culture-tab{margin-top:0 !important}
}

@media screen and (min-width:991px) {
	.silder {
		width: 400px !important;
		height: 300px !important;
		padding: 0
	}
	.cont5_m{width:890px;margin:0 auto !important}
	.cont_box {
		width: 550px;
	}

	.page_left h2 {
		padding: 20px 15px 0;
	}

	.page_left h2 strong {
		font-size: 20px;
	}

	.page_left h2 span {
		font-size: 12px;
	}

	.photo-list .list li img,
	.video-list .list li img {
		height: 150px;
		width: 100%
	}

	.cont6_m li img {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		float: left;
		margin: 15px 10px 0 20px;
	}

	.cont6_m li p {
		/*width: 118px;*/
		float: left;
		font-size: 16px;
		line-height: 30px;
		margin-top: 14px;
		text-align: left;
	}

	.cont6_m li a {
		height: 60px
	}

	.cont6_m li>div {
		height: 60px;
	}
	.page_left{width:260px;}
	.page-right.layui-col-xs12.layui-col-sm12.layui-col-md10{width:740px !important;}
}

@media screen and (min-width: 1200px) {
	.page_left h2 {
		padding: 20px 30px 0
	}
	.jsfc_main .jsfc_cont{width:1150px !important;}
	.page_left h2 strong {
		font-size: 22px;
	}

	.page_left h2 span {
		font-size: 14px;
	}

	.photo-list .list li img,
	.video-list .list li img {
		height: 190px;
		width: 100%
	}

	.jsfc_main {
		width: 1150px;
	}
	.cont5_m{width:1140px;margin:0 auto}
	.silder {
		width: 500px !important;
		height: 300px !important;
		padding: 0
	}

	.cont_box {
		width: 670px;
		padding: 0;
		margin-left: 15px
	}

	.cont-2 {
		width: 900px;
		margin-right: 18px;
		float: left
	}

	.cont6_m li img {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		float: left;
		margin: 15px 10px 0 20px;
	}

	.cont6_m li p {
		/*width: 118px;*/
		float: left;
		font-size: 20px;
		line-height: 30px;
		margin-top: 24px;
		text-align: left;
	}

	.cont6_m li>div {
		width: 100%;
		height: 80px;
		border: 1px solid #dedede;
		background: #fff;
		border-radius: 5px;
		/*margin-right: 33px;*/
		display: inline-block;
		float: left;
	}

	.cont6_m li div:last-child {
		margin-right: 0;
	}

	.cont6_m li a {
		/*width: 200px;*/
		height: 80px;
		color: #333;
		display: block;
	}
	.page-right.layui-col-xs12.layui-col-sm12.layui-col-md10{width:960px !important;}

}

.baoming. .layui-row {}

.baoming .layui-form-item {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px 12px
}

.layui-badge-rim,
.layui-colla-content,
.layui-colla-item,
.layui-collapse,
.layui-elem-field,
.layui-form-pane .layui-form-item[pane],
.layui-form-pane .layui-form-label,
.layui-input,
.layui-layedit,
.layui-layedit-tool,
.layui-quote-nm,
.layui-select,
.layui-tab-bar,
.layui-tab-card,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-textarea {
	border-color: #999;
}

.layui-input:hover,
.layui-textarea:hover,
.layui-textarea:focus,
.layui-input:focus {
	border-color: #222 !important
}

@media screen and (min-width: 992px) {
	.header .header_m .nav ul li.nav_x01 {
		padding: 0 15px;
	}
}

.layui-form-item .layui-input-inline1 {
	float: left;
	width: 50px;
	margin-right: 10px;
}

.baoming p.text {
	text-align: center;
	padding: 10px;
}