/*首页*/

body {
	background: #f6f6f6;
}

.title {
	margin-top: 20px;
}

.title h3 {
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	color: #212833;
}

/* .content {} */

.content .con {
	width: 1200px;
	margin: 0 auto;
}

.content .con:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.indexheader {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.indexheader div {
	width: 112px;
	height: 32px;
	border: 1px solid #e1e1e1;
	text-align: center;
	line-height: 34px;
	border-radius: 64px;
	margin: 0 13px;
	overflow: hidden;
	cursor: pointer;
}

.indexheader div.on a {
	border-color: #007cc2;
	background: #007cc2;
	color: #fff;
	display: block;
}

.aLiva {
	width: 100%;
	overflow: hidden;
	margin: 18px 0 -60px;
	display: none
}

.aLiva li {
	float: left;
	position: relative;
	margin-bottom: 46px;
	overflow: hidden;
	margin-right: 75px;
}

.aLiva li:nth-of-type(3n+0) {
	margin-right: 0;
}

.aLiva li:hover .hover {
	animation: a .5s linear forwards;
}

@keyframes a {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.aLiva li:hover>div {
	box-shadow: 0 0 0 0;
}

.aLiva li a>div {
	width: 350px;
	height: 286px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(236, 236, 236, 0.8);
}

.aLiva li a>div>div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 344px;
	height: 272px;
	margin: 12px auto;
}

/* .aLiva li a>div>div img {} */

.aLiva li h6 {
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	color: #000000;
	margin: 6px 0 40px;
}

.aLiva li div.hover {
	height: 71px;
	background: url(../images/index_bg1_12.png) repeat;
	position: absolute;
	left: 0;
	top: 215px;
	opacity: 0;
}

.aLiva li div.hover p {
	text-align: center;
	color: #fff;
	line-height: 28px;
	margin-top: 8px;
	padding: 0 39px;
}

.sNaa {
	display: block;
}

.index1 {
	background: #fff;
	overflow: hidden;
}

.index1 .mid {
	width: 1200px;
	margin: 0 auto;
}



.index2 {
	width: 100%;
	background: #fff;
}

.index2:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.index2 .mid {
	width: 1200px;
	margin: 25px auto;
	padding: 10px 0;
}

.index2 .mid .top {
	overflow: hidden;
}

.index2 .mid .top div {
	float: left;
}

.index2 .mid .top div.left {
	width: 600px;
}

.index2 .mid .top div.right {
	padding-left: 68px;
	width: 530px;
}

.index2 .mid .top div.right h6 {
	font-size: 28px;
	color: #303030;
	font-weight: normal;
	margin: 5px 0 30px;
}

.index2 .mid .top div.right p {
	line-height: 28px;
}

.index2 .mid .top div.right a {
	width: 113px;
	height: 42px;
	display: block;
	background: #fff url(../images/index_03.png) no-repeat 74% center;
	line-height: 42px;
	box-shadow: 0 0px 30px rgba(236, 236, 236, 1);
	padding-left: 32px;
	margin-top: 54px;
}

.index2 .mid .top div.right a:hover {
	color: #fff;
	background: #007CC2 url(../images/index_04.png) no-repeat 74% center;
}

.imgslick {
	margin: 10px -15px 0;
}

.imgslick .slick-slide {
	height: auto;
	position: relative;
}

.imgslick .slick {
	margin: 0 15px;
}

.imgslick .slick .imgDiv {
	display: block;
}

.imgslick .slick .imgDiv img {
	display: block;
	border: 5px solid #d3d3d3;
}

.imgslick .slick-prev {
	width: 13px;
	height: 15px;
	background: url(../images/indexc5_07.png) no-repeat;
	display: block;
	position: absolute;
	left: -34px;
	top: 50%;
	margin-top: -7.5px;
}

.imgslick .slick-prev:hover {
	background: url(../images/index5c_07.png) no-repeat;
}

.imgslick .slick-next {
	width: 13px;
	height: 15px;
	background: url(../images/indexblue_10.png) no-repeat;
	display: block;
	position: absolute;
	right: -34px;
	top: 50%;
	margin-top: -7.5px;
}

.imgslick .slick-next:hover {
	background: url(../images/indexblue_07.png) no-repeat;
}

.index3 {
	width: 100%;
	background: #f6f6f6;
	overflow: hidden;
}

.index3 ul {
	display: flex;
	justify-content: center;
	margin: 40px auto 40px;
	width: 1200px;
}

.index3 ul li {
	width: 288px;
}

.index3 ul li div {
	width: 157px;
	height: 157px;
	border-radius: 50%;
	background: #e4e4e4;
	margin: 0 auto;
}

.index3 ul li:nth-of-type(1) div {
	background: #e4e4e4 url(../images/indeico_15.png) no-repeat center;
}

.index3 ul li:nth-of-type(1):hover div {
	background: #0e6eb8 url(../images/indeico_18.png) no-repeat center;
	box-shadow: 0 10px 10px rgba(14, 110, 184, 0.3);
}

.index3 ul li:hover h6 {
	color: #0e6eb8;
}

.index3 ul li:nth-of-type(2) div {
	background: #e4e4e4 url(../images/indexico_16_15.png) no-repeat center;
}

.index3 ul li:nth-of-type(2):hover div {
	background: #0e6eb8 url(../images/indexico_15.png) no-repeat center;
	box-shadow: 0 10px 10px rgba(14, 110, 184, 0.3);
}

.index3 ul li:nth-of-type(3) div {
	background: #e4e4e4 url(../images/indexico_21.png) no-repeat center;
}

.index3 ul li:nth-of-type(3):hover div {
	background: #0e6eb8 url(../images/indexico1_21.png) no-repeat center;
	box-shadow: 0 10px 10px rgba(14, 110, 184, 0.3);
}

.index3 ul li:nth-of-type(4) div {
	background: #e4e4e4 url(../images/indexico_24.png) no-repeat center;
}

.index3 ul li:nth-of-type(4):hover div {
	background: #0e6eb8 url(../images/index1_24.png) no-repeat center;
	box-shadow: 0 10px 10px rgba(14, 110, 184, 0.3);
}

.index3 ul li h6 {
	font-size: 18px;
	color: #515151;
	text-align: center;
	position: relative;
	margin-top: 32px;
}

.index3 ul li h6:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -12px;
	background: #0e6eb8;
	margin-left: -10px;
}

.index3 ul li span {
	display: block;
	text-align: center;
	margin-top: 25px;
}

.index4 {
	background: #fff;
	overflow: hidden;
}

.index4 .mid {
	width: 1200px;
	margin: 0 auto;
}

.index4img {
	margin: 35px -41px 0 0;
}

.index4img .slick {
	margin: 0 20px;
	height: auto;
}

.index4img .slick .imgDiv {
	display: block;
}

.index4img .slick .imgDiv img {
	width: 100%;
}

.index4img .slick .imgDiv h6 {
	background: url(../images/indexico_31.png) no-repeat left center;
	padding-left: 25px;
	margin-top: 28px;
	font-weight: 600;
	font-size: 16px;
	overflow: hidden;
}

.index4img .slick-prev {
	width: 13px;
	height: 15px;
	background: url(../images/indexc5_07.png) no-repeat;
	display: block;
	position: absolute;
	left: -34px;
	top: 50%;
	margin-top: -7.5px;
}

.index4img .slick-prev:hover {
	background: url(../images/index5c_07.png) no-repeat;
}

.index4img .slick-next {
	width: 13px;
	height: 15px;
	background: url(../images/indexblue_10.png) no-repeat;
	display: block;
	position: absolute;
	right: -34px;
	top: 50%;
	margin-top: -7.5px;
}

.index4img .slick-next:hover {
	background: url(../images/indexblue_07.png) no-repeat;
}

.indexlogo {
	margin: 44px -25px 0;
}

.indexlogo .slick {
	height: auto;
	margin: 0 25px;
}

/* .indexlogo .slick .imgDiv {} */

.indexlogo .slick .imgDiv img {
	display: block;
	border: 1px solid #c4c4c4;
}

.indexlogo .slick .imgDiv:nth-of-type(1) img {
	margin-bottom: 34px;
}

.indexlogo .slick-prev {
	width: 13px;
	height: 15px;
	background: url(../images/indexc5_07.png) no-repeat;
	display: block;
	position: absolute;
	left: -34px;
	top: 50%;
	margin-top: -7.5px;
}

.indexlogo .slick-prev:hover {
	background: url(../images/index5c_07.png) no-repeat;
}

.indexlogo .slick-next {
	width: 13px;
	height: 15px;
	background: url(../images/indexblue_10.png) no-repeat;
	display: block;
	position: absolute;
	right: -34px;
	top: 50%;
	margin-top: -7.5px;
}

.indexlogo .slick-next:hover {
	background: url(../images/indexblue_07.png) no-repeat;
}

.index5 {
	width: 100%;
	background: #fff;
}

.index5 .mid {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.index5 .mid .same{
    width: 570px;
    float: left;
    margin-right: 25px;
}
.index5 .mid .same h4{
    width: 100%;
    height: 60px;
    line-height: 60px;
	font-size: 24px;
	font-weight: inherit;
    border-bottom: 1px solid #b9b9b9;
}
.index5 .mid .same .newsChild{
    width: 100%;
    height: 110px;
    margin-top: 20px;
}
.index5 .mid .same .newsChild img{
    float: left;
    width: 140px;
    height: 100px;
    margin-right: 20px;
}
.index5 .mid .same .newsChild .newsContent{
    float: right;
    width: 410px;
}
.index5 .mid .same .newsChild .newsContent .time{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
}
.index5 .mid .same .newsChild .newsContent p{
    font-size: 16px;
	color: #666;
	margin-top: 20px;
}
.index5box {
	margin-top: 41px;
	overflow: hidden;
	display: none;
}

.index5b {
	display: block;
}

.index5box .top {
	overflow: hidden;
}

.index5box .top .left {
	width: 600px;
	height: 340px;
	float: left;
}

.index5box .top .left img {
	width: 100%;
}

.index5box .top .right {
	width: 482px;
	float: right;
	padding: 0 53px;
}

.index5box .top .right h2 {
	font-size: 24px;
	color: #3e3e3e;
	font-weight: normal;
}

.index5box .top .right p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.index5box .top .right em {
	display: block;
	color: #3e3e3e;
	font-size: 14px;
	margin: 28px 0 18px;
}

.index5box .top .right a {
	width: 113px;
	height: 42px;
	display: block;
	background: #fff url(../images/index_03.png) no-repeat 74% center;
	line-height: 42px;
	box-shadow: 0 0px 30px rgba(236, 236, 236, 1);
	padding-left: 32px;
	margin-top: 54px;
}

.index5box .top .right a:hover {
	color: #fff;
	background: #007CC2 url(../images/index_04.png) no-repeat 74% center;
}

.index5box .btm {
	margin: 42px 0 30px 0;
}

.index5box .btm:after {
	content: '';
	visibility: hidden;
	clear: both;
	display: block;
}

.index5box .btm div {
	width: calc(33.33% - 77px);
	border-right: 1px solid #e4e4e4;
	background: #fff;
	padding: 36px 38px 46px;
	float: left;
	box-shadow: 0 9px 13px rgba(204, 204, 204, 0.2), 0 -9px 13px rgba(204, 204, 204, 0.2);
}

.index5box .btm div em {
	font-size: 14px;
	display: block;
	color: #828282;
}

.index5box .btm div p {
	line-height: 26px;
	font-size: 16px;
	margin-top: 20px;
	color: #3e3e3e;
}

.index5box .btm div:nth-of-type(3n+0) {
	border: none;
}

.index5box .btm div:hover {
	background: #0e6eb8;
	z-index: 10;
}

.index5box .btm div:hover em {
	color: #fff;
}

.index5box .btm div:hover p {
	color: #fff;
}

.index6_logo {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.indexlogo:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.indexheader div.on {
	border-color: #007cc2;
	background: #007cc2;
	color: #FFFFFF;
}

/*首页 end*/

/*简介*/

.headerUp {
	width: 100%;
	border-bottom: #efefef solid 1px;
	background: #FFFFFF;
}

.headerUp .con {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.headerUp .con .left {
	float: left;
	overflow: hidden;
}

.headerUp .con .left li {
	float: left;
	border-bottom: transparent solid 3px;
	margin-right: 61px;
}

.headerUp .con .left li:hover, .headerUp .con .left li.on {
	border-bottom: #007cc2 solid 3px;
}

.headerUp .con .left li:hover a, .headerUp .con .left li.on a {
	color: #007cc2;
}

.headerUp .con .left li a {
	line-height: 69px;
	font-size: 16px;
}

.headerUp .con .right {
	float: right;
	line-height: 69px;
	color: #999999;
	font-size: 12px;
}

.headerUp .con .right img {
	margin-right: 20px;
	margin-top: -4px;
}

.headerUp .con .right a {
	color: #999999;
	font-size: 12px;
}

.headerUp .con .right a:hover, .headerUp .con .right a.on {
	color: #007cc2;
}

.introtitle {
	width: 100%;
	margin-top: 80px;
}

.introtitle h6 {
	font-size: 36px;
	color: #007cc2;
}

.introtitle b {
	font-size: 20px;
	color: #363635;
	position: relative;
	display: block;
}

.introtitle b:before {
	content: '';
	width: 26px;
	height: 3px;
	background: #007CC2;
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
}

.introtxtImg {
	margin-top: 75px;
}

.introtxtImg p {
	line-height: 30px;
}

.introtxtImg img {
	display: block;
	margin: 30px auto 0;
	width: 1069px;
}

.intro_course {
	margin-top: 60px;
}

.intro_course h6 {
	font-size: 18px;
	color: #363635;
}

.intro_coursebox {
	width: 100%;
	height: 625px;
	background: url(../images/intro_06.png) no-repeat center;
	position: relative;
	margin-bottom: 164px;
	display: none;
}

.intro_coursebox li:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: 500px;
}

.intro_coursebox li:nth-of-type(2) {
	position: absolute;
	left: 133px;
	top: 270px;
}

.intro_coursebox li:nth-of-type(3) {
	position: absolute;
	left: 264px;
	top: 40px;
}

.intro_coursebox li:nth-of-type(4) {
	position: absolute;
	left: 379px;
	top: 270px;
}

.intro_coursebox li:nth-of-type(5) {
	position: absolute;
	left: 493px;
	top: 500px;
}

.intro_coursebox li:nth-of-type(6) {
	position: absolute;
	left: 607px;
	top: 270px;
}

.intro_coursebox li:nth-of-type(7) {
	position: absolute;
	left: 722px;
	top: 40px;
}

.intro_coursebox li:nth-of-type(8) {
	position: absolute;
	left: 853px;
	top: 270px;
}

.intro_coursebox li:nth-of-type(9) {
	position: absolute;
	left: 986px;
	top: 500px;
}

/* .intro_coursebox li:nth-of-type(1) h6 {}

.intro_coursebox li:nth-of-type(1) div {} */

.intro_coursebox li h6 {
	font-size: 20px;
	color: #007cc2;
	text-align: center;
	position: relative;
}

.intro_coursebox li h6:before {
	content: '';
	position: absolute;
	top: 34px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/intro_07.png) no-repeat;
}

.intro_coursebox li div {
	background: #f5f5f5;
	width: 180px;
	font-size: 12px;
	margin-top: 48px;
	padding: 17px 17px 12px 20px;
	overflow-y: auto;
	height: 108px;
}

.intro_coursebox li div span {
	line-height: 18px;
	display: block;
}

.intro_bg {
	background: #FFFFFF;
}

.intro_bg .con {
	overflow: hidden;
}

.intro_courseboxDiv {
	position: relative;
}

.intro_courseboxDiv .paxt {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0px;
	top: 327px;
	background: url(../images/intro_left1_03.png) no-repeat;
}

.intro_courseboxDiv .next {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0px;
	top: 327px;
	background: url(../images/introright_03.png) no-repeat;
}

.intro_courseboxDiv .paxt:hover {
	background: url(../images/intro_left_03.png) no-repeat;
}

.intro_courseboxDiv .next:hover {
	background: url(../images/intro_right1_03.png) no-repeat;
}

.intromap {
	background: #f5f5f5;
}

.intromap .mid {
	width: 1200px;
	margin: 0 auto 71px;
	overflow: hidden;
	padding-top: 50px;
}

/* .intromap .mid>div {} */

.intromap .mid .left {
	float: left;
	width: 462px;
	height: 500px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.intromap .mid .left h6 {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #363635;
}

.intromap .mid .left p {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}

.intromap .mid .right {
	float: right;
}

.phone_course {
	display: none;
}

/*简介end*/

.contact {
	background: #FFFFFF;
	overflow: hidden;
}

.contactusup {
	margin-top: 78px;
}

.contactusup h4 {
	font-size: 24px;
	color: #007cc2;
	margin-bottom: 6px;
}

.contactusup b {
	font-size: 14px;
	color: #666666;
}

.contactuscon {
	overflow: hidden;
	margin-top: 28px;
}

.contactuscon .left {
	float: left;
}

.contactuscon .left div {
	overflow: hidden;
	margin-bottom: 20px;
}

.contactuscon .left div i {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	display: block;
	float: left;
	margin-right: 10px;
}

.contactuscon .left div span {
	float: left;
	line-height: 30px;
}

.contactuscon .left .relation {
	overflow: hidden;
}

.contactuscon .left .relation i {
	background: #adadad url(../images/ContactUs_03.png) no-repeat center;
}

.contactuscon .left .fax i {
	background: #adadad url(../images/contactUsico_07.png) no-repeat center;
}

.contactuscon .left .qq i {
	background: #adadad url(../images/contactUsico_10.png) no-repeat center;
}

.contactuscon .left .postbox i {
	background: #adadad url(../images/contactUsico_12.png) no-repeat center;
}

.contactuscon .left .gps i {
	background: #adadad url(../images/contactUsico_15.png) no-repeat center;
}

.contactuscon .right {
	float: right;
}

.contactuscon .right div {
	overflow: hidden;
	margin: 70px 62px 0 0;
}

.contactuscon .right img {
	display: block;
	float: left;
	border: 1px solid #eeeeee;
}

.contactuscon .right span {
	display: block;
	float: left;
	line-height: 30px;
	margin: 46px 0 0 36px;
}

.contactgps {
	width: calc(100% - 2px);
	display: block;
	margin-top: 23px;
	border: 1px solid #eeeeee;
}

.contacth6 {
	font-size: 20px;
	color: #666666;
	margin-top: 60px;
	font-weight: 600;
}

.contactul {
	width: 100%;
}

.contactul tr {
	width: 100%;
	overflow: hidden;
}

.contactul tr th {
	width: 228px;
	line-height: 60px;
	color: #fff;
	background: #007CC2;
	border: 1px solid #007CC2;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	font-size: 16px;
}

.contactul tr th:nth-of-type(1) {
	width: 239px;
}

.contactul tr th:nth-of-type(2) {
	width: 501px;
}

.contactul tr th:last-of-type {
	border-right-color: #007CC2;
}

.contactul tr td {
	width: 228px;
	line-height: 50px;
	color: #fff;
	border: 1px solid #dadada;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	text-align: center;
	color: #888888;
	border-top: none;
	border-left: none;
	font-size: 14px;
}

.contactul tr td:nth-of-type(1) {
	width: 239px;
	border-left: 1px solid #DADADA;
}

.contactul tr td:nth-of-type(1), .contactul tr td:nth-of-type(2) {
	padding-left: 36px;
	text-align: left;
}

.contactul tr:nth-of-type(2n+1) {
	background: #ecf2f5;
}

.contactul {
	margin: 20px 0 99px;
}

.contactul2 {
	display: none;
}