/* CSS Document */

::selection {
	color: #FFFFFF;
	background-color: #520000;
}

::-moz-selection {
	color: #FFFFFF;
	background-color: #520000;
}

::-webkit-selection {
	color: #FFFFFF;
	background-color: #520000;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}


/* banner */

.banner {
	width: 100%;
	position: relative;
	/*height: 560px;*/
}
.banner video{
	width: 100%;
}

.fullSlide {
	width: 100%;
	position: relative;
	height: 560px;
	background: transparent
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.fullSlide .bd ul {
	width: 100% !important
}

.fullSlide .bd li {
	width: 100% !important;
	height: 560px;
	overflow: hidden;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat
}

.fullSlide .bd li a {
	display: block;
	height: 560px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0
}

.fullSlide .hd ul {
	text-align: center;
	margin-bottom: 10px
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #eda626;
	*filter: alpha(opacity=50);
	*opacity: .5;
	line-height: 999px
}

.fullSlide .hd ul .on {
	background: #0d5bc5;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	*filter: alpha(opacity=50);
	*opacity: .5;
	display: none
}

.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px
}


/*公告*/

.course {
	background: url(../images/coursebg.jpg)no-repeat center;
	height: 453px;
}

.courseBox {
	padding-top: 60px;
}

.courseLeft {
	width: 455px;
}

.courseLeft-title {
	background: url(../images/1.png)no-repeat left;
	height: 117px;
	padding-left: 135px;
}

.courseLeft-title h3 {
	font-size: 24px;
	padding-top: 34px;
}

.courseLeft-title p {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	color: #737373;
}

.courseLeft-nav {
	margin-top: 15px;
	width: 455px;
	height: 164px;
	background: rgba(255, 255, 255, 0.5);
}

.courseLeft-nav .bd {
	padding-top: 12px;
}

.courseLeft-nav ul {
	padding-top: 12px;
}

.courseLeft-nav ul li {
	background: url(../images/courseD.png) no-repeat left;
	padding-left: 20px;
	margin-left: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.courseLeft-nav ul li a {
	width: 300px;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.courseLeft-nav ul li span {
	float:right;	
}
.courseLeft-nav ul li:hover a {
	color: #c42020;
}

.courseRight {
	width: 520px;
}

.courseRight-title {
	margin-top: 28px;
}

.courseRight-title h3 {
	font-size: 30px;
}

.courseRight-title p {
	font-size: 17px;
	line-height: 24px;
	color: #737373;
	text-transform: uppercase;
}

.courseRight-nav {
	margin-top: 45px;
}

.courseRight-nav p {
	line-height: 28px;
}

.courseRight-nav a {
	margin-top: 35px;
	display: block;
}


/*课程*/

.kc {
	background: url(../images/kc.jpg)no-repeat center;
	height: 933px;
}

.kc-title {
	background: url(../images/2.png)no-repeat left;
	height: 117px;
	padding-left: 135px;
}

.kc-title h3 {
	font-size: 24px;
	padding-top: 34px;
}

.kc-title p {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	color: #737373;
	letter-spacing: 2px;
}

.kc-nav {
	margin-top: 8px;
	width: 540px;
}

.kc-nav ul li {
	float: left;
	font-size: 16px;
	padding-top: 10px;
	margin-left: 76px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	letter-spacing: 2px;
}

.kc-nav ul li span {
	text-transform: uppercase;
	color: #a6a6a6;
	font-size: 13px;
}

.kc-nav ul li:hover {
	background: url(../images/kc-hover.png)no-repeat top left;
}

.kc-list {
	margin-top: 82px;
}

.kc-list ul li {
	position: relative;
	width: 590px;
	height: 295px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.kc-list .kc-list-img img {
	width: 590px;
	height: 295px;
	transition: all 0.5s;
	transform: scale(1);
}

.kc-list .kc-lsit-txt {
	position: absolute;
	top: 0;
	left: 0;
}

.kc-list ul li:hover .kc-list-img img {
	transition: all 0.5s;
	transform: scale(1.1);
}


/*ad1*/

.ad1 {
	background: url(../images/ad1.jpg)no-repeat center;
	height: 251px;
}

.ad1 .ad1-left {
	margin-top: 50px;
}

.ad1-left h4 {
	font-size: 20px;
}

.ad1-left h4 span {
	font-size: 28px;
}

.ad1-left p {
	margin-top: 5px;
	font-size: 15px;
	line-height: 26px;
}

.ad1-left h5 {
	margin-top: 10px;
	font-weight: normal;
	font-size: 15px;
}

.ad1-left h5 strong {
	font-size: 22px;
	font-weight: normal;
}

.ad1-right {
	margin-top: 42px;
}

.ad1-right .wx1 {
	float: left;
	width: 145px;
	margin-left: 65px;
	text-align: center;
}

.ad1-right .wx1 img {
	width: 145px;
	height: 145px;
}

.ad1-right .wx1 p {
	margin-top: 8px;
	line-height: 16px;
}


/*产品中心*/

.pcr {
	width: 100%;
	background: url(../images/cp-bg.jpg)no-repeat center top;
	height: 561px;
	padding-top: 30px;
}

.pcr-title {
	background: url(../images/3.png)no-repeat left;
	height: 117px;
	padding-left: 135px;
}

.pcr-title h2 {
	font-size: 24px;
	padding-top: 34px;
}

.pcr-title p {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	color: #737373;
}

.pcr-nav {
	height: 54px;
	margin-top: 32px;
}

.pcr-nav ul li {
	float: left;
	margin-left: 50px;
	line-height: 48px;
	font-size: 18px;
	position: relative;
}

.pcr-nav ul li i {
	width: 20px;
	height: 1px;
	position: absolute;
	left: 0;
	background: #333;
	display: block;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.pcr-nav ul li:hover i {
	width: 100%;
	background: #c42020;
}

.pcr-Box {
	width: 1500px;
	margin: 0 auto;
	margin-top: 56px;
}

.pcr-Box ul {
	width: 1530px;
}

.pcr-Box ul li {
	width: 214px;
	height: 330px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0 20px;
}

.pcr-Box .pcrImg {
	width: 180px;
	width: 180px;
	border-radius: 50%;
	overflow: hidden;
}

.pcr-Box .pcrImg img {
	width: 180px;
	height: 180px;
	transition: all 0.5s;
	transform: scale(1);
}

.pcr-Box h4 {
	margin-top: 20px;
	font-size: 28px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.pcr-Box h4 span {
	font-size: 16px;
}

.pcr-Box p {
	margin-top: 10px;
	line-height: 22px;
	color: #666666;
}

.pcr-Box .pcrImg:hover img {
	transition: all 0.5s;
	transform: scale(1.1);
}


/*优势*/

.adv {
	background: url(../images/adv.jpg)no-repeat center;
	height: 600px;
}

.adv .w1180 {
	padding-top: 52px;
}

.adv-title {
	background: url(../images/4.png)no-repeat left;
	height: 117px;
	padding-left: 135px;
	width: 218px;
	margin: 0 auto;
}

.adv-title h3 {
	font-size: 24px;
	padding-top: 34px;
}

.adv-title p {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	color: #737373;
}

.adv-nav {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.adv-nav ul li {
	width: 94px;
	position: absolute;
	float: left;
}

.adv-nav ul li h4 {
	font-size: 20px;
	color: #333;
	float: right;
	text-align: center;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.adv-nav ul li p {
	float: right;
	letter-spacing: 3px;
	padding-top: 20px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

.advNav1 {
	top: 120px;
	left: -16px;
}

.advNav2 {
	top: 160px;
	left: 142px;
}

.advNav3 {
	top: 152px;
	left: 292px;
}

.advNav4 {
	top: 120px;
	left: 451px;
}

.advNav5 {
	top: 106px;
	left: 595px;
}

.advNav6 {
	top: 137px;
	left: 752px;
}

.advNav7 {
	top: 160px;
	left: 905px;
}

.advNav8 {
	width: 124px;
	top: 110px;
	right: 30px;
}


/*学员*/

.Student {
	background: url(../images/xz.jpg)no-repeat center;
	height: 610px;
}

.Student .w1180 {
	padding-top: 50px;
}

.Student-title {
	background: url(../images/5.png)no-repeat left;
	height: 117px;
	padding-left: 135px;
	width: 235px;
	margin: 0 auto;
}

.Student-title h3 {
	font-size: 24px;
	padding-top: 34px;
}

.Student-title p {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	color: #737373;
}

.Student-nav {
	margin-top: 45px;
}

.Student-nav ul {
	width: 1350px;
}

.Student-nav ul li {
	float: left;
	width: 315px;
	margin-right: 130px;
}

.Student-nav .StudentImg {
	width: 315px;
	height: 180px;
	overflow: hidden;
}

.Student-nav .StudentImg img {
	width: 315px;
	height: 180px;
	transition: all 0.5s;
	transform: scale(1);
}

.Student-nav .StudentTxt h4 {
	font-size: 20px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Student-nav .StudentTxt p {
	margin-top: 10px;
	line-height: 24px;
	color: #666666;
	height: 72px;
	overflow: hidden;
}

.Student-nav .StudentImg:hover img {
	transition: all 0.5s;
	transform: scale(1.1);
}

.Student-more {
	width: 17px;
	height: 17px;
	margin: 0 auto;
	margin-top: 42px;
}


/*名师*/

.tch {
	background: url(../images/tch-bg.jpg)no-repeat center;
	height: 620px;
}

.tch .w1180 {
	padding-top: 60px;
}

.tch-title {
	background: url(../images/6.png)no-repeat left;
	height: 117px;
	padding-left: 135px;
}

.tch-title h3 {
	font-size: 24px;
	padding-top: 6px;
	line-height: 28px;
}

.tch-title p {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	color: #737373;
}

.tch-list {
	width: 590px;
}

.tch-list ul li {
	line-height: 36px;
	background: url(../images/tch-list.png)no-repeat left;
	padding-left: 36px;
}

.tch-list ul li a {
	color: #4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.carousel {
	margin: 0px auto;
	margin-top: 65px;
	margin-bottom: 28px;
	padding: 0px 0px 0px 0px;
	width: 1080px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.carousel .slides {
	margin: 0px auto 30px;
	overflow: hidden;
	position: relative;
}

.carousel .slides div {}

.carousel .slides div em {
	position: absolute;
	bottom: 0px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	left: 0px;
	width: 100%;
	height: 40px;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	font-style: normal;
}

.carousel .slides div em a {
	color: #fff;
}



.carousel .slides .slideItem {
	padding: 0px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	opacity: 1!important;
}

.carousel .slides .slideItem a {
	overflow: hidden;
	display: block;
}

.carousel .slides .slideItem img {
	width: 100%;
	height: 100%;
}
.carousel .slides img {
	width: 450px;
	height: 300px;
}
.carousel .slides .slideItem .cover {
	background: rgb(0, 0, 0);
	left: 0px;
	top: 0px;
	width: 100%!important;
	height: 380px!important;
	display: block;
	position: absolute;
}

.prevButton {
	background: url(../images/prev.png)no-repeat 0px 0px;
	top: 108px;
	width: 38px;
	height: 77px;
	display: block;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.nextButton {
	background: url(../images/next.png) no-repeat 0px 0px;
	top: 108px;
	width: 38px;
	height: 77px;
	display: block;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.prevButton {
	left: 40px;
}

.nextButton {
	background-position: 0px 0px;
	right: 40px;
}

.tch-tel {
	text-align: center;
}

.tch-tel p {
	font-size: 14px;
	color: #4C4C4C;
}

.tch-tel p strong {
	font-size: 24px;
	font-weight: normal;
}


/*关于我们*/

.about {
	background: url(../images/about-bg.jpg) no-repeat center;
	margin: 0 auto;
	height: 878px;
}

.about .w1180 {
	padding-top: 35px;
}

.about-title {
	margin: 0 auto;
	background: url(../images/7.png)no-repeat center top;
	width: 81px;
	height: 112px;
	padding-top: 118px;
}

.about-title h3 {
	font-size: 26px;
	padding-right: 15px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	float: right;
}

.about-title p {
	font-size: 18px;
	color: #666;
	float: left;
	margin-top: 5px;
	padding-left: 15px;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.about-box {
	margin-top: 35px;
}

.about-box {
	width: 1180px;
	margin: 0 auto;
	margin-top: 35px;
}

.aboutImg {
	float: left;
	width: 590px;
	height: 281px;
	overflow: hidden;
}

.aboutTxt {
	width: 540px;
	height: 281px;
	padding-left: 50px;
	position: relative;
}

.aboutTxt h4 {
	margin-top: 38px;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #333333;
}

.aboutTxt h3 {
	font-size: 20px;
	line-height: 42px;
}

.aboutTxt p {
	color: #666;
	margin-top: 5px;
	line-height: 28px;
	padding-right: 38px;
	height: 112px;
	overflow: hidden;
}

.aboutTxt span {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.cfzs {
	width: 1180px;
	position: relative;
}

.cfzs .tab4_menu {
	float: left;
	height: 30px;
	width: 220px;
	margin-top: 30px;
	margin: 10px auto 30px auto;
}

.cfzs .tab4_menu li {
	width: 84px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	;
	margin: 0 10px 0 10px;
}

.cfzs .tab4_menu li>a {
	font-size: 16px;
	color: #333;
}

.cfzs .tab4_menu .on {
	cursor: pointer;
	border-bottom: 1px solid #333
}

.cfzs .tab4_menu .on a {
	color: #520000;
}

.box01 {
	width: 1180px;
	position: relative;
	margin: auto;
}

.box01 ul {
	margin: 20px auto 0px;
}

.box01 li {
	float: left;
	width: 294px;
	text-align: center;
}

.box01 li img {
	width: 294px;
	height: 160px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.box01 li span a:hover {
	color: #520000;
}

.box01 li span a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	font-size: 14px;
	height: 30px;
	text-align: center;
	width: 100%;
	color: #4c4c4c;
}

.box01 .lefts2 {
	background: url(../images/left.png) no-repeat;
	display: block;
	width: 20px;
	height: 43px;
	position: absolute;
	left: -50px;
	top: 76px;
}

.box01 .rights2 {
	background: url(../images/right.png) no-repeat;
	display: block;
	width: 20px;
	height: 43px;
	position: absolute;
	right: -50px;
	top: 76px;
}


/*news*/

.news {
	background: url(../images/news.jpg) no-repeat center top;
	height: 517px;
}

.newsBox {
	width: 1180px;
	margin: 0 auto;
	padding-top: 60px;
}

.newsBox .hd {
	height: 80px;
	line-height: 45px;
	width: 110px;
}

.newsBox .hd ul {
	width: 130px;
	margin: 0 auto;
}

.newsBox .hd ul li {
	line-height: 45px;
	width: 80px;
	text-align: left;
	cursor: pointer;
	font-size: 20px;
	margin: 18px 0px;
}

.newsBox .hd ul li.on {
	height: 45px;
	border-bottom: 2px solid #9d000f;
	color: #FFFFFF;
}

.newsBox .hd ul li:hover a,
.newsBox .hd ul li.on a {
	color: #9d000f;
}
.newsBox .bd{
	width: 1020px;
	height: 300px;
	margin-left: 40px;
}
.newsBox .bd ul {
	width: 1080px;
}

.newsHot .newsImg {
	float: left;
}

.newsBox .bd .newsHot img {
	width: 578px;
	height: 275px;
}

.newsHot-txt {
	float: right;
	width: 570px;
	height: 255px;
	margin-top: 20px;
	overflow: hidden;
}

.newsHot-txt h4 {
	font-size: 18px;
	font-weight: normal;
	color: #800611;
}

.newsHot-txt p {
	margin-top: 15px;
	line-height: 24px;
	color: #800611;
	height: 120px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.newsHot-txt .news-more {
	width: 121px;
	height: 33px;
	display: block;
	text-align: center;
	line-height: 33px;
	background: #9d000f;
	color: #FFFFFF;
	float: left;
}

.newsBox .bd li .date-top-left {
	float: right;
	color: #005faa;
	position: absolute;
	width: 85px;
	height: 85px;
	text-align: center;
	background: #262626;
}

.newsBox .bd li .date-top-left h3 {
	font-size: 36px;
	color: #005faa;
	margin-top: 4px;
}

.newsBox .bd li .date-top-left h4 {
	font-size: 14px;
	color: #005faa;
}

.news-txt {
	width: 384px;
}

.news-txt h3 {
	line-height: 32px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	font-weight: 600;
}

.news-txt h5 a:hover {
	color: #005faa;
}

.news-txt p {
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 8px;
	line-height: 28px;
}

.news-more {
	font-size: 14px;
	line-height: 45px;
	width: 215px;
	border: 1px solid #005FAA;
	text-align: center;
	margin-top: 30px;
}

.news-more a {
	color: #666666;
	display: block;
}

.newsBox .bd li {
	height: 46px;
	width: 322px;
	float: left;
	margin-right: 38px;
	margin-top: 28px;
}

.newsBox .bd .date-right-time {
	float: left;
	width: 53px;
	height: 42px;
	position: relative;
	background: url(../images/time-bg.jpg) no-repeat center;
}

.newsBox .bd .date-right-time h5 {
	font-size: 15px;
	color: #666666;
	font-weight: normal;
}

.newsBox .bd .date-right-time h4 {
	font-size: 28px;
	color: #666666;
	position: absolute;
	right: 5px;
	top: 18px;
}

.newsBox .bd .news-right-txt {
	float: left;
	width: 255px;
	margin-left: 10px;
}

.newsBox .bd .news-right-txt h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
}

.newsBox .bd .news-right-txt h5 a:hover {
	color: #9d000f;
}

.newsBox .bd .news-right-txt p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 26px;
	overflow: hidden;
	line-height: 28px;
	color: #808080;
}

.newsBox .bd ul li:hover h5 a {
	color: #9d000f;
}
.newsBox .gqzx {
	margin-top: 45px;
}
.newsBox .gqzx .gqzx-title{
	margin-top: 25px;
}
.newsBox .gqzx .gqzx-title h4{
	font-size: 20px;
	font-weight: normal;
}
.newsBox .gqzx .gqzx-nav{
	width: 1021px;
} 
.newsBox .gqzx .gqzx-nav ul{
	width: 1080px;
}
.newsBox .gqzx .gqzx-nav ul li{
	width: 325px;
	float: left;
	margin-right: 30px;
}
.newsBox .gqzx .gqzx-nav ul li h5{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
}
.newsBox .gqzx .gqzx-nav ul li p{
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	color: #808080;
}
/*link*/
.link{
	width: 100%;
	background: url(../images/link-bg.jpg);
}
.linkBoxd {
	width: 1180px;
	height: 80px;
	line-height: 80px;
	margin: 0px auto;
	padding: 15px 0px;
	font-size: 18px;
}

.link dl {
	width: 1180px;
	margin: 0 auto;
}

.link dl dt {
	float: left;
	width: 90px;
	background: url(../images/ys-ico.png) no-repeat center;
}

.link dl dd {
	float: left;
}

.link dl dd a {
	font-size: 14px;
	margin: 0 15px;
	color: #4d4d4d;
}