@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

@font-face {
	font-family: "思源宋体";
	src: url("../font/SourceHanSerifSC-Bold_0.ttf");
}

@font-face {
	font-family: "汉仪旗化";
	src: url("../font/HYQiHeiY1-35W.ttf");
}

@font-face {
	font-family: "HBSB";
	src: url("../font/Helvetica-Black-SemiBold_1.ttf");
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

img {
	max-width: 100%;
	max-height: 100%;
	border: 0;
	border: none;
}

.img {
	position: relative;
	/*图片缩放效果*/
	/*overflow: hidden;*/
}

.img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translateX(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	/*图片缩放效果*/
	/*cursor: pointer;
	transition: all 2s;*/
}

.img img:hover {
	/*图片缩放效果*/
	/*transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);*/
}

.max {
	max-width: 1270px;
	margin: 0 auto;
}


/***********************************表单页面****************************/


/*折叠导航1*/

.btn {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 999;
	display: none;
}

.btn div {
	width: 24px;
	height: 2px;
	background: #fff;
	margin-bottom: 6px;
}


/*结束*/

.FormPageTop p {
	font-size: 14px;
	color: #2e2e2e;
	line-height: 38px;
	height: 38px;
	float: left;
}

.FormPageTop p:nth-child(2) {
	float: right;
}

.FormPageTop p:nth-child(2) a {
	color: #7A7A7A;
}

.dtp {
	width: 100%;
}

.SignIn {
	position: relative;
}

.sign {
	position: absolute;
	top: 30%;
	right: 20%;
}

.sign1 {
	background: #2b6fb4;
	width: 230px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0 15px;
	margin-bottom: 50px;
	float: right;
}

.sign1 img {
	margin: 11px 10px 0px;
	float: left;
}

.sign1 a {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	float: left;
}

.sign1 span {
	margin: -3px 15px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	float: left;
}

.sign2 .text {
	width: 330px;
	height: 40px;
	line-height: 40px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	outline: none;
	border: 0;
	font-size: 14px;
	color: #adadad;
	text-indent: 1.5em;
}

.sign2 .submit {
	width: 70px;
	height: 40px;
	line-height: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: none;
	border: 0;
	font-size: 14px;
	background: #b42b2b;
	color: #FFF;
	margin-left: -5px;
}

.MainColumn {
	background: #2b6fb4;
	margin-top: -4px;
}

.MainColumn .nav li {
	float: left;
	width: 14.28%;
	text-align: center;
	line-height: 60px;
	height: 60px;
	position: relative;
}

.MainColumn .nav li img {
	display: inline-block;
	margin-right: 10px;
	width: 17px;
	height: 17px;
}

.MainColumn .nav li p {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.MainColumn .nav .no,
.MainColumn .nav li:hover {
	background: #3280cf;
	border-bottom: 2px solid #b42b2b;
}

.two {
	width: 100%;
	z-index: 999;
	background: rgba(0, 104, 184, .7);
	position: absolute;
	top: 100%;
	display: none;
}

.nav>li:hover .two {
	display: block;
}

.two a {
	line-height: 42px;
	display: block;
	width: 100%;
	color: #fff;
}

.nav li .two .to {
	background: rgba(0, 126, 222, .7);
	color: #fff;
}

.nav li .two a:hover {
	background: rgba(0, 126, 222, .9);
	color: #fff;
}

.form {
	background: #f7f7f7;
}


/*table切换 */


/*标题*/

.Application .h61 {
	float: left;
	width: 250px;
	margin-right: 45px;
	font-size: 24px;
	line-height: 70px;
	height: 70px;
	background: #2b6fb4;
	color: #fff;
	font-weight: 500;
	padding: 0 20px;
}

.Application .h61 img {
	margin-right: 20px;
}

.Application .h62 {
	float: left;
	width: calc(100% - 295px);
	font-size: 24px;
	line-height: 70px;
	height: 70px;
	background: #78afe6;
	color: #fff;
	font-weight: 500;
	text-align: center;
}


/*切换*/

#oranger {
	width: 250px;
	margin-right: 45px;
	float: left;
	padding: 0 20px;
	background: #fff;
}

#oranger li {
	line-height: 60px;
	height: 60px;
	border-bottom: 1px dashed #d9d9d9;
}

#oranger li a {
	font-size: 15px;
	color: #474747;
}

#oranger li:nth-last-child(1) {
	border-bottom: none;
}

#oranger .hover a {
	color: #2b6fb4;
}


/* 内容 */

.tablea {
	float: left;
	width: calc(100% - 295px);
	background: #fff;
}

.imgnews {
	display: block;
	padding: 50px 25px 40px;
}

.imgnews .tabUL li {
	width: 45%;
	float: left;
	line-height: 28px;
	text-align: justify;
}

.imgnews .tabUL li:nth-child(2n) {
	margin-left: 10%;
}

.imgnews .tabUL li {
	font-size: 18px;
	color: #474747;
	margin-bottom: 30px;
}

.imgnews .tabUL li span {
	color: #2b6fb4;
}

.imgnews .tabUL .last {
	font-size: 16px;
	color: #7a7a7a;
	width: 100%;
}

.imgnews .tabUL .last span {
	color: red;
}

.imgnews form li {
	width: 31.3%;
	margin-right: 3%;
	float: left;
	margin-bottom: 30px;
}

.imgnews form li:nth-child(3n) {
	margin-right: 0%;
}

.imgnews form li input {
	width: 100%;
	line-height: 45px;
	height: 45px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #d9d9d9;
	text-indent: 1.5em;
	font-size: 16px;
	color: #474747;
}

.imgnews form li select {
	width: 100%;
	line-height: 45px;
	height: 45px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #d9d9d9;
	text-indent: 1em;
	font-size: 16px;
	color: #474747;
}

.imgnews form li option {}

.imgnews form li p {
	font-size: 16px;
	color: #474747;
	margin-bottom: 12px;
}

.imgnews form li p span {
	color: red;
}

.sub {
	display: block;
	width: 160px;
	line-height: 45px;
	height: 45px;
	margin: 10px auto 0;
	background: #3280cf;
	font-size: 18px;
	color: #fff;
	text-align: center;
	outline: none;
	border-radius: 5px;
	border: 0;
}

.foottop {
	background: #2b6fb4;
	padding: 50px 0;
}

.footleft {
	width: 245px;
	float: left;
	margin-right: 115px;
}

.footh6 {
	font-size: 18px;
	color: #f2f2f2;
	margin-bottom: 25px;
	text-align: center;
	font-weight: normal;
}

.footh6 span {
	font-family: "黑体";
	margin: 0 7px;
}


/*口风琴效果*/

.footleft .organ {
	margin-left: 15px;
}

.footleft .organ>ul {
	list-style: none;
}

.footleft .organ .menu-one li {
	margin-bottom: 10px;
	position: relative;
}

.footleft .organ .menu-one .header {
	cursor: pointer;
	position: relative;
	background: #fff;
	line-height: 30px;
	height: 30px;
}

.footer .organ .menu-one .header .txt {
	width: 85%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #474747;
	font-size: 14px;
	text-indent: 1em;
	font-weight: 600;
}

.footer .organ .menu-one .header .arrow {
	float: right;
	background: url(../image/14.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
}

.footer .organ .menu-show .header .arrow {
	background-image: url(../image/13.png);
}

.footer .organ .menu-two {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
}

.footer .organ .menu-two p {
	border: 1px solid #ddd;
	background: #fff;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #474747;
	text-indent: 1em;
}

.footcenter1 {
	width: 270px;
	float: left;
	margin-right: 70px;
}

.footcenter1 ul {
	margin-left: 15px;
}

.footcenter1 li {
	width: 50%;
	float: left;
	line-height: 30px;
	margin-bottom: 10px;
}

.footcenter1 li a {
	font-size: 15px;
	color: #99bbde;
}

.footcenter2 {
	width: 360px;
	float: left;
	margin-right:70px;
}

.footcenter2 div {
	margin-left: 15px;
	text-align: center;
}

.footcenter2 div p {
	font-size: 15px;
	color: #99bbde;
	line-height: 30px;
	margin-bottom: 10px;
}

.footright {
	width: 140px;
	float: left;
}

.footright div {
	margin-left: 15px;
}

.footright div p {
	display: block;
	max-width: 124px;
	max-height: 124px;
	padding: 5px;
	background: #fff;
}

.footbottom {
	line-height: 55px;
	background: #f7f7f7;
	text-align: center;
}

.footbottom span {
	font-size: 15px;
	color: #7a7a7a;
}

.footbottom a {
	color: #7a7a7a;
}

.footbottom span {
	margin-right: 20px;
}


/***********************************首页****************************/

.header {
	background: #2b6fb4;
}

.header .logo {
	float: left;
	margin-top: 17px;
}

.header .logo h6 {
	font-size: 38px;
	font-family: "黑体";
	color: #fff;
	font-weight: 500;
}

.header .logo p {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.header .sign2 {
	float: right;
	line-height: 100px;
	height: 100px;
}

.header .max {
	position: relative;
}

.header .max .user_lr {
	position: absolute;
	right: 0;
	top: 5px;
	color: #fff;
	overflow: hidden;
}

.header .max .user_lr a {
	font-size: 12px;
	color: #fff;
}

.header .max .user_lr a:first-child:after {
	padding-right: 5px;
	content: "|";
	padding-left: 5px;
}


/*轮播图*/

.swiper-one img {
	width: 100%;
}

.swiper-one.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 15px;
	height: 3px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
	margin: 0 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #2b6fb4;
	opacity: 1;
}


/*主体*/

.subject {
	padding: 0 0 60px 0;
	background: url("../image/45.jpg") no-repeat 100% 100% #f0eff4;
}

.subject1 {
	padding: 30px 0 80px 0;
}


/*新闻动态*/

.news_information {
	padding: 30px;
	background: #fff;
}

.swiper-container2 {
	width: 53.5%;
	float: left;
}

.swiper-container2.swiper-container {
	margin: 0 1.5% 0 auto;
}

.swiper-container2 .img {
	box-shadow: 0 0 2px #ddd;
}

.swiper-container2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("../image/17.png");
	width: 35px;
	height: 35px;
	left: 0;
	background-size: 100% 100%;
}

.swiper-container2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("../image/18.png");
	width: 35px;
	height: 35px;
	right: 0;
	background-size: 100% 100%;
}

.swiper-container2 .swiper-slide {
	position: relative;
}

.swiper-container2 .swiper-slide p {
	position: absolute;
	bottom: 0;
	background: rgba(5, 6, 4, .5);
	width: calc(100% - 100px);
	line-height: 44px;
	height: 44px;
	font-size: 14px;
	color: #fff;
	text-indent: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.swiper-container2.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 100px;
	left: auto;
	right: 0;
	bottom: 0px;
	background: rgba(5, 6, 4, .5);
	line-height: 44px;
	height: 44px;
}

.swiper-container2.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px;
}


/*新闻列表1*/

.Journalism {
	width: 45%;
	float: left;
}

.title {
	line-height: 35px;
	height: 35px;
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 20px;
}

.Journalism .title {
	margin-bottom: 0px;
}

.title h6 {
	line-height: 35px;
	height: 35px;
	float: left;
	font-size: 24px;
	color: #2b6fb4;
	font-weight: 500;
	margin-right: 10px;
	border-bottom: 2px solid #2b6fb4;
}

.title h6 img {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	max-width: 24px;
	max-height: 24px;
}

.title p {
	float: left;
	color: #adadad;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: lighter;
}

.title a {
	display: block;
	float: right;
	color: #adadad;
	font-size: 14px;
}

.newslist li {
	line-height:45px;
	height: 45px;
	border-bottom: 1px dashed #ddd;
}

.newslist li:last-child {
	border-bottom: none;
}

.newslist li p {
	width: calc(100% - 50px);
	float: left;
	font-size: 16px;
	color: #474747;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newslist li em {
	width: 40px;
	margin-left: 10px;
	float: left;
	font-size: 14px;
	color: #7a7a7a;
}

.newslist li:hover p {
	color: #2b6fb4;
}

.newslist li:hover em {
	color: #2b6fb4;
}


/*服务项目*/

.service {
	margin-top: 30px;
}

.scope .business {
	width: 15%;
	margin-right: 2%;
	padding: 35px 10px;
	float: left;
	text-align: center;
	background: #f7f7f7;
}

.scope .business:nth-last-child(2) {
	margin-right: 0%;
}

.scope .business img {
	max-width: 36px;
	max-height: 36px;
}

.scope .business p {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


/*知识库 通知公告*/

.Knowledge_notice {
	margin-top: 30px;
}


/*改*/


/*.Knowledge {
	width: 66%;
	margin-right: 2%;
	float: left;
}

.know {
	border-bottom: 1px dashed #ddd;
}

.know .img {
	width: 201px;
	margin-right: 30px;
	float: left;
	box-shadow: 0 0 2px #ddd;
}

.know .knowHP {
	width: calc(100% - 231px);
	float: left;
}

.know .knowHP h6 {
	font-size: 24px;
	color: #474747;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.know .knowHP p {
	font-size: 14px;
	color: #7a7a7a;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 28px;
	margin: 10px 0;
}

.know .knowHP em {
	display: block;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 28px;
}

.Knowledge_notice .newslist li {
	border-bottom: none;
}

.Knowledge_notice .newslist li p {
	font-size: 15px;
}*/

.Knowledge {
	width: 66%;
	margin-right: 2%;
	float: left;
}

.Knowledge .img{
	width:33%;
	float: left;
	box-shadow: 0 0 2px #ddd;
	margin-right:2%;
}

.Knowledge .newslist{
	width:65%;
	float: left;
}

/*结束*/
.Knowledge_notice .newslist li {
	border-bottom: none;
}

.Knowledge_notice .newslist li p {
	font-size: 15px;
}
.notice {
	width: 32%;
	float: left;
}

.notice .title {
	margin-bottom: 0;
}

.notice .newslist li {
	line-height: 47px;
	height: 47px;
}


/*广告图*/

.ggt {
	margin-top: 20px;
}


/*关于我们*/

.Aboutus {
	margin-top: 30px;
}

.aboutleft {
	width: 66%;
	margin-right: 2%;
	float: left;
}

.aboutright {
	float: left;
	width: 32%;
}

.aboutleft .aboutP {
	width: 62%;
	float: left;
	margin-right: 2%;
	font-size: 14px;
	color: #474747;
	line-height: 28px;
}

.aboutleft .img {
	width: 36%;
	float: left;
	box-shadow: 0 0 2px #DDDDDD;
}

.aboutright {
	padding: 10px;
	background: #e5e5e5;
}

.aboutright a {
	display: block;
	max-width: 189px;
	max-height: 72px;
	margin: 0 8px 8px 0;
	float: left;
}

.aboutright a:nth-child(2n) {
	margin-right: 0px;
}


/*学员掠影*/

.student_profile {
	margin-top: 30px;
}

.student .img {
	width: 23.7%;
	box-shadow: 0 0 2px #ddd;
	float: left;
	margin-right: 1.7%;
}

.student .img:nth-last-child(2) {
	margin-right: 0%;
}


/***********************************服务项目1****************************/


/*路径导航*/

.PathNav li {
	float: left;
	line-height: 60px;
	height: 60px;
	margin-right: 5px;
}

.PathNav li a {
	font-size: 14px;
	color: #7a7a7a;
}

.PathNav li a:hover {
	color: #2b6fb4;
}

.PathNav img {
	margin-right: 5px;
}


/*左边 公共*/

.subject_left {
	width: 250px;
	float: left;
	margin-right: 45px;
}

.subject_left h6 {
	padding: 0 20px;
	background: #2b6fb4;
	line-height: 70px;
	height: 70px;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}

.subject_left h6 img {
	margin-right: 10px;
	float: left;
	margin-top: 20px;
	max-width: 28px;
	max-height: 28px;
}

.subject_left ul {
	background: #fff;
	padding: 0 20px;
}

.subject_left ul li {
	line-height: 60px;
	height: 60px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.subject_left ul li:last-child {
	border-bottom: none;
}

.subject_left ul li a {
	font-size: 15px;
	color: #474747;
}

.subject_left ul .select a,
.subject_left ul li:hover a {
	color: #2B6FB4;
}


/*右边内容*/

.subject_right {
	width: calc(100% - 295px);
	float: left;
}

.subject_right h6 {
	padding: 0 20px;
	background: #f0f7ff;
	line-height: 70px;
	height: 70px;
	font-size: 20px;
	color: #2B6FB4;
	font-weight: 500;
}

.subject_right h6 img {
	margin-right: 10px;
	float: left;
	margin-top: 23px;
}


/*内容*/

.subject_content {
	padding: 20px;
	background: #fff;
	font-size: 14px;
	line-height: 28px;
	color: #545454;
	text-align: center;
}

.subject_content p {
	text-align: justify;
}

.subject_content img,
.subject_content video,
.subject_content iframe {
	margin: 10px auto;
	display: block;
	max-width: 100%;
}


/***********************************服务项目3****************************/

.service_type ul {
	width: 49%;
	float: left;
}

.service_type ul:nth-child(2) {
	margin-right: 2%;
}

.service_type ul li {
	text-align: left;
	padding-left: 2em;
	font-size: 14px;
	line-height: 28px;
	color: #545454;
	text-align: justify;
}


/***********************************关于我们1****************************/

.subject_content1 p {
	margin-bottom: 20px;
}


/***********************************关于我们2****************************/

.view {
	margin-bottom: 10px;
}

.view .arrow-left {
	background: url("../image/17.png") no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	width: 35px;
	height: 35px;
	z-index: 10;
}

.view .arrow-right {
	background: url("../image/18.png") no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 35px;
	height: 35px;
	z-index: 10;
}

.view .swiper-slide {
	width: 100%;
}

.view .swiper-slide .img {
	box-shadow: 0 0 2px #ddd;
}

.preview .active-nav img {
	border: 2px solid #2b6fb4;
}

.preview .swiper-slide {
	width: 100%;
}

.number {
	text-align: center;
	font-size: 22px;
	color: #adadad;
	font-weight: bold;
	margin-top: 20px;
}

.number span {
	font-size: 28px;
	color: #2B6FB4;
	margin-right: 5px;
}


/***********************************文章详情****************************/

.Article_details {
	background: #fff;
	padding: 0 40px;
}

.title2 {
	text-align: center;
	padding: 30px 0;
}

.title2 h6 {
	font-size: 24px;
	color: #b42b2b;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 28px;
}

.title2 p {
	font-size: 14px;
	color: #4c4c4c;
}

.title2 p span {
	margin-right: 20px;
}

.detailsP {
	font-size: 14px;
	color: #474747;
	line-height: 28px;
	text-align: justify;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
}

.detailsP img,
.detailsP video,
.detailsP iframe,
.detailsP table {
	display: block;
	max-width: 100%;
	margin: 5px auto;
}

.sxp_syj {
	padding: 30px 0;
}

.sxp {
	width: calc(100% - 140px);
	float: left;
}

.sxp a {
	display: block;
	font-size: 16px;
	color: #b42b2b;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.syj {
	float: left;
	margin-left: 20px;
}

.syj a {
	display: block;
	width: 120px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid #2b6fb4;
	color: #2b6fb4;
	font-size: 14px;
}

.syj a:hover {
	background: #2B6FB4;
	color: #FFF;
}


/***********************************新闻列表2****************************/

.newslist2 {
	background: #fff;
	padding: 0 20px;
}

.newslist2 li {
	line-height: 54px;
	height: 54px;
	border-bottom: 1px dashed #ddd;
}

.newslist2 li p {
	width: calc(100% - 100px);
	font-size: 14px;
	color: #545454;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newslist2 li em {
	font-size: 14px;
	color: #545454;
	display: block;
	float: left;
	width: 90px;
	margin-left: 10px;
	text-align: center;
}

.newslist2 li:hover p {
	color: #b42b2b;
}


/*分页 */

.paging {
	text-align: center;
	padding: 30px 0;
}

.paging .po,
.paging a:hover {
	background: #b42b2b;
	color: #fff;
}

.paging a {
	padding: 5px 10px;
	background: #eeeeee;
	margin-right: 10px;
	font-size: 14px;
	color: #7a7a7a;
	font-family: "微软雅黑";
	border-radius: 3px;
}

.paging a:last-child {
	margin-right: 0px;
}


/***********************************知识库1****************************/

.download li em {
	color: #b42b2b;
}


/***********************************知识库2****************************/

.knowledge .title2 h6 {
	color: #2B6FB4;
}

.knowledge .sxp a {
	color: #adadad;
}

.knowledge .sxp {
	width: calc(100% - 280px);
}

.knowledge .syj {
	width: 260px;
}

.knowledge .syj a {
	float: left;
}

.knowledge .syj a:nth-child(2) {
	background: #2B6FB4;
	margin-left: 20px;
	color: #fff;
}

.knowledge .syj a:nth-child(2):hover {
	background: #fff;
	color: #2B6FB4;
}

.comment {
	margin-top: 30px;
}

.comment h6 {
	font-size: 26px;
	color: #2b6fb4;
	font-weight: normal;
	margin-bottom: 10px;
}

.comment p {
	text-indent: 0;
	font-size: 14px;
	color: #474747;
}

.comment p span {
	color: #2B6FB4;
}

.comment form {
	margin-top: 10px;
}

.comment form span {
	float: left;
	display: block;
	font-size: 14px;
	color: #2B6FB4;
	margin-top: 10px;
	margin-right: 10px;
}

.comment form textarea {
	float: left;
	font-size: 14px;
	text-indent: 1em;
	height: 80px;
	line-height: 22px;
}

.comment form .sub {
	float: left;
	width: 120px;
	line-height: 40px;
	height: 40px;
	margin: 5px 0 0 20px;
	background: #3280cf;
	font-size: 14px;
	color: #fff;
	text-align: center;
	outline: none;
	border-radius: 0px;
	border: 0;
}


/***********************************在线查询****************************/

.title3 {
	line-height: 60px;
	height: 60px;
	background: #78afe6;
	text-align: center;
}

.title3 h6 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}

.query {
	padding: 40px;
	background: #fff;
}

.query_left {
	width: 310px;
	float: left;
	margin-right: 40px;
}

.query_left h6 {
	font-size: 20px;
	color: #2B6FB4;
}

.query_left h6 img {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

.query_left form {
	margin: 20px 0;
}

.query_left form li {
	margin-bottom: 20px;
}

.query_left form li input {
	line-height: 50px;
	height: 50px;
	width: 100%;
	font-size: 14px;
	color: #adadad;
	border: 1px solid #2b6fb4;
	border-radius: 3px;
	text-indent: 0.5em;
}

.query_left form li select {
	line-height: 50px;
	height: 50px;
	width: 100%;
	font-size: 14px;
	color: #adadad;
	border: 1px solid #2b6fb4;
	border-radius: 3px;
	text-indent: 0.5em;
}

.query_left form .sub {
	line-height: 50px;
	height: 50px;
	width: 100%;
	border-radius: 3px;
	background: #b42b2b;
	color: #fff;
}

.queryP {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 28px;
	text-align: justify;
}

.queryP em {
	font-size: 18px;
	color: #b42b2b;
}

.query_right {
	width: calc(100% - 350px);
	float: left;
	padding: 30px 40px 0;
	border: 1px solid #78afe6;
	font-size: 18px;
	color: #474747;
	text-align: justify;
	line-height: 28px;
}

.query_right p {
	margin-bottom: 25px;
}

.query_right .touxiang img {
	text-align: center;
	margin: 5px auto;
	display: block;
	max-width: 160px;
}


/***********************************在线报名2****************************/

.class_opening h6 {
	text-align: center;
	background: #78afe6;
	color: #fff;
}


/*th*/

.class_opening table tr th {
	height: 60px;
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	font-size: 18px;
	color: #3280cf;
	font-weight: normal;
}

.class_opening table tr th:last-child {
	border-right: none;
}


/*tr*/

.class_opening table tr {
	background: #fff;
}

.class_opening table tr:nth-child(2n) {
	background: #f7f7f7;
}

.class_opening table tr:nth-child(1) {
	height: 60px;
}


/*td*/

.class_opening table tr td {
	text-align: center;
	height: 90px;
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
	color: #474747;
	line-height: 28px;
	padding: 5px;
}

.class_opening table tr td a {
	font-size: 14px;
	color: #3280cf;
}

.class_opening table tr td:nth-child(1) {
	width: 10%;
	font-size: 18px;
	color: #3280cf;
}

.class_opening table tr td:nth-child(2) {
	width: 15%;
}

.class_opening table tr td:nth-child(3) {
	width: 15%;
}

.class_opening table tr td:nth-child(4) {
	width: 30%;
}

.class_opening table tr td:nth-child(5) {
	width: 10%;
}

.class_opening table tr td:nth-child(6) {
	width: 10%;
}

.class_opening table tr td:nth-child(7) {
	width: 10%;
}

.class_opening table tr td:last-child {
	border-right: none;
}


/***********************************登录****************************/

.Sign_in .subject {
	background: none;
}

.Sign_in .query {
	background: #f0eff4;
	padding: 40px;
}

.Sign_in .query_left {
	width: 50%;
	margin: 0;
}

.Sign_in form {
	width: 300px;
	margin: 0 auto;
}

.Sign_in form .sub {
	background: #2B6FB4;
}

.Sign_in_img {
	float: left;
	display: block;
}

.Sign_in .query .query_right {
	width: 49%;
	padding: 0;
	border: none;
}

.Sign_in .queryPA {
	width: 300px;
	margin: 0 auto;
}

.Sign_in .queryPA p {
	font-size: 14px;
	color: #2B6FB4;
	text-align: justify;
}

.Sign_in .queryPA .zc {
	display: block;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 100%;
	border-radius: 3px;
	background: #b42b2b;
	color: #fff;
}


/***********************************注册****************************/

.Sign_in2 .Sign_in_img {
	margin-top: 5%;
}

.Sign_in2.Sign_in .queryPA p {
	margin-bottom: 0px;
}

.Sign_in2.Sign_in .queryPA .emh {
	margin: 50px 0;
}

.Sign_in2.Sign_in .queryPA .emh em {
	font-size: 14px;
	color: #2B6FB4;
	line-height: 28px;
}

.Sign_in2.Sign_in .queryPA .emh h6 {
	font-size: 26px;
	color: #b42b2b;
	font-weight: normal;
	line-height: 28px;
}


/***********************************个人中心1****************************/

.Personal .subject {
	background: none;
}

.Personal .subject_left ul {
	background: #f0eff4;
	height: 380px;
	overflow: hidden;
}

.Personal .subject_left ul {
	background: #f0eff4;
	height: 380px;
}

.Personal .basic_data {
	padding: 30px;
	background: #f0eff4;
	height: 380px;
	overflow: hidden;
}

.Personal .basic_data form {
	width: 340px;
	margin: 0 auto;
}

.Personal .basic_data form ul li {
	margin-bottom: 20px;
}

.Personal .basic_data form ul li p {
	width: 63px;
	font-size: 14px;
	color: #474747;
	float: left;
	line-height: 40px;
	height: 40px;
	margin-right: 7px;
}

.Personal .basic_data form ul li p span {
	color: #b42b2b;
}

.Personal .basic_data form ul li input {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	width: calc(100% - 70px);
	font-size: 14px;
	color: #949494;
	text-indent: 1em;
}

.Personal .basic_data form ul li select {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	width: calc(100% - 70px);
	font-size: 14px;
	color: #949494;
	text-indent: 1em;
}

.Personal .sub {
	display: block;
	width: calc(100% - 70px);
	line-height: 40px;
	height: 40px;
	margin: 40px 0 0 auto;
	background: #3280cf;
	font-size: 18px;
	color: #fff;
	text-align: center;
	outline: none;
	border-radius: 5px;
	border: 0;
}


/***********************************个人中心2****************************/

.Personal2.Personal .subject_left ul {
	height: 320px;
	overflow: hidden;
}

.Personal2.Personal .basic_data {
	height: 320px;
	overflow: hidden;
}


/***********************************个人中心3****************************/

.Personal3.Personal .subject_left ul {
	height: 510px;
	overflow: hidden;
}

.Personal3.Personal .newslist2 {
	height: 510px;
	background: #f0eff4;
	overflow: hidden;
}