@charset "utf-8";
body{font-family:微软雅黑,黑体;min-width:320px;margin:auto;}
ol,ul,li{list-style:none outside none;}

* {
	padding: 0;
	margin: 0;
}
ol, li, ul {
	list-style: none;
}
a{color: #333;text-decoration: none;display: inline-block;}
a:hover {color: #154a9a;cursor: pointer;}
.contact {
	width: 100%;
}
.banner {
	background: url('../images/banner.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
}
.header-bg {
	background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.5), rgba(0,0,0,0));
	height: 245px;
}
.nav {
	position: absolute;
  top: 30px;
  width: 100%;
}
.nav .logo-top {
	width: 1200px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
}
.nav .logo {
	width: 360px;
	float: left;
}
.nav .phone {
	float: right;
  text-align: right;
  color: #fff;
  line-height: 30px;
}
.nav .phone .phone-num {
	font-size: 20px;
	font-weight: 700;
  line-height: 30px;
}
.nav .phone .phone-num img{
	margin-right: 10px;
}
.nav .phone img {
	width: 30px;
	height: 30px;
}
.nav .menu {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.nav .menu .menu-list {
	flex: 1;
	padding: 10px 0;
	text-align: center;
	margin-top: 10px;
	font-weight: 700;
}
.nav .menu .menu-list a{color: #fff;font-size: 18px;text-decoration: none;}
.nav .menu .menu-list a:hover {color: #154a9a;}
.contact {
	width: 100%;
	padding: 70px 0;
	background: #fff;
}
.contact:nth-child(5) {
	/*background: #f9f8f8;*/
}
.contact.bgc{
	background: #f9f8f8;
}
.contact .box {
	max-width: 1340px;
	margin: 0 auto;
}
.contact .box .box-title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.contact .box .box-title h4{
	font-size: 54px;
  font-weight: 100;
  letter-spacing: 10px;
	display: inline-flex;
	color: #000;
}
.contact .box .box-title p{
	font-size: 20px;
	text-align: center;
	color: #7a7a7a;
	margin-top: 10px;
  letter-spacing: 4px;
}
.contact .box .box-title .title-bg {
	width: 18px;
	height: 70px;
	display: inline-block;
	background-repeat: no-repeat;
}
.contact .box .box-title .bg-left {
	background-image: url('../images/bg_left.png');
	background-position: top;
	margin-right: 10px;
}
.contact .box .box-title .bg-right {
	background-image: url('../images/bg_right.png');
	background-position: bottom;
	margin-left: 10px;
}
.line {
	background: linear-gradient(to left, #154a9a, #0078c1);
	width: 150px;
  height: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.box-center {
	width: 100%;
	display: inline-block;
}
.box-center .img-list {
	width: 300px;
	height: 250px;
	float: left;
}
.box-center .img-list img{
	width: 100%;
	height: 100%;
}
.box-center .img-list:first-child {
	width: 700px;
	height: 510px;
	float: left;
	margin-right: 40px;
}
.box-center .img-list:nth-child(4), .box-center .img-list:nth-child(5) {
	margin-top: 10px;
}
.box-center .center-news {
	width: 50%;
	float: left;
	margin-right: 30px;
}
.box-center .center-news:last-child {
	margin-right: 0;
}
.box-center .center-news .news-list {
	display: flex;
	margin-top: 40px;
}
.box-center .center-news .news-list .news-time {
	width: 60px;
	height: 86px;
	text-align: center;
	background: #154a9a;
	border-radius: 10px;
	color: #fff;
	margin-right: 10px;
}
.box-center .center-news .news-list .news-time .news-time-day {
	width: 100%;
  display: inline-block;
  font-size: 30px;
  margin-top: 12px;
  font-weight: 600;
}
.box-center .center-news .news-list .news-time .news-time-month {
	width: 100%;
  display: inline-block;
  font-weight: 100;
}
.box-center .center-news .news-list .news-text {
	flex: 1;
}
.box-center .center-news .news-list .news-text h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-center .center-news .news-list .news-text p {
	margin-top: 10px;
	font-size: 16px;
	text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-bottom {
	margin: 50px auto;
	margin-bottom: 0;
	text-align: center;
}
.box-bottom a {
	color: #8b8b8b;
	font-size: 20px;
}
.box-bottom a:hover {
	color: #154a9a;;
}
.flex {
	display: flex;
}
.report-news {
	display: flex;
	margin-bottom: 24px;
}
.report-news .report-list-img {
	width: 656px;
	height: 370px;
	margin-right: 20px;
}
.report-news:last-child .report-list-img {
	margin-right: 0;
	margin-left: 20px;
}
.report-news .report-list {
	width: calc(50% - 10px);
  height: 174px;
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  background: #fff;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-image:linear-gradient(to left, #0078c1, #154a9a) 1 8;
}
.report-news .report-list:hover {
	cursor: pointer;
	color: #fff;
	background: linear-gradient(to left, #154a9a, #0078c1);
}
.report-news .report-list h3 {
	text-align: center;
	margin-bottom: 10px;
}
.report-news .report-list p {
	text-align: justify;
	text-align-last: left;
	line-height: 24px;
}
.report-news .report-list:nth-child(2n) {
  margin-right: 0;
}
.report-news .report-list:nth-last-child(2) {
  margin-bottom: 0;
}
.report-news .report-list:last-child {
  margin-bottom: 0;
}
.contact.skin2 {
	position: relative;
	height: 100vh;
}
.body_scroll {
	color: #fff;
	font-size: 30px;
}
.body_scroll .title {
	text-align: center;
  align-items: center;
  display: flex;
}
.body_scroll .title .inner{
}
.body_scroll .title .inner .fz40 {
	font-size: 50px;
	width: 50px;
	line-height: 60px;
	margin-right: 6%;
}
.body_scroll .title .inner .p {
	width: 30px;
	line-height: 38px;
}
.app-hide {
  display: none !important;
}
/*部学员风采*/
.mien {
	position: relative;
	width: calc(100% - 400px);
  margin: 0 auto;
  height: 98px;
}
.mien .mien-tabs{
  float: inherit !important;
  width: 100% !important;
  display: flex;
}
.mien .mien-tabs li {
  flex: 1;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.mien .mien-tabs li a {
  color: #333;
  width: 100%;
}
.mien .mien-tabs li.on a {
  color: #fff;
  background: #1154a2;
  border-radius: 30px;
}
.propart .icon-wrapper {
  height: auto;
}
.propart .icon-wrapper .jwplayer{
  width: 100% !important;
  background: #fff !important;
}
.product-switch {
	width: calc(100% - 400px);
	margin: 0 auto;
}
.jwplayer {
  height: auto !important;
}
.jwdisplayIcon {
  border-radius: 44px !important;
}
.tab-content .propart .jwplayer{
  height: 550px !important;
}
.news-center .train-list {
  width: 48%;
  margin-right: 4%;
  height: 100px;
  float: left;
  margin-bottom: 24px;
}
.news-center .train-list:nth-child(2n) {
  margin-right: 0;
}
.news-list .train-list .train-img {
  width: 175px;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}
img {
	width: 100%;
	height: auto;
}
.news-list-right {
  float: right;
  width: calc(100% - 185px);
}
.news-list-right .news-list-title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
.news-list-right span {
  text-align: left;
  font-size: 12px;
  color: #ccc;
  width: 100%;
  display: block;
  margin: 0;
}
.news-list-right p {
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-indent: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  margin-top: 10px;
}
.footer {
	background: #212121;
	color: #FFF;
	text-align: center;
  font-size: 12px;
}
.footer .logo {
	width: 200px;
}
.footer a {
	color: #fff;
}
.footer p {
	line-height: 30px;
}
.footer .box-center {
	display: flex;
}
.footer .box-center .detail {
	flex: 1;
}
.footer .box-center .detail li{
	width: 50%;
  float: left;
  text-align: left;
  padding-left: 10%;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 4px;
}
.friendly-link {
	margin: 40px 0;
}
.friendly-link .title {
	font-size: 18px;
  width: 150px;
  text-align: left;
  margin-right: 40px;
}
.friendly-link .link li {
	font-size: 16px;
  margin-right: 3%;
  margin-bottom: 10px;
  width: 13%;
  float: left;
  text-align: left;
}
.friendly-link .link li a {
  color: #666;
}
.friendly-link .link li:nth-child(6n) {
	margin-right: 0;
}
.footer .line {
  height: 1px;
  width: 100%;
  background: #666;
  background: linear-gradient(to left, #212121, #666, #212121);
  margin-bottom: 40px;
}

.contact.form {
	background: #e5e5e5;
	padding: 30px 0;
}
.contact.form .box{
	display: flex;
}
.form-contact {
	flex: 1;
	padding-left: 100px;
}
.form-blue {
	background: #06477f;
  color: #fff;
  padding: 20px;
}
.gp-cont2::after {
	content: '.';
	clear: both;
	visibility: hidden;
	height: 0;
  display: block;
}
.form-title {
	font-size: 36px;
	margin-bottom: 30px;
}
.form-title strong {
	color: #06477f;
  font-weight: 600;
}
.form-blue-title {
	font-size: 20px;
	font-weight: 600;
}
.form-blue .line {
	height: 2px;
  margin: 24px 0;
  width: 100%;
  background: #fff;
}
.gp-cont2-1 {
	width: 45%;
	float: left;
	margin-right: 10%;
	margin-bottom: 30px;
}
.gp-cont2-1:nth-child(2n) {
	margin-right: 0;
}
.gp-cont2-1 input {
	width: 100%;
  height: 46px;
  line-height: 46px;
  background: #fff;
  color: #333;
  padding: 5px;
  box-sizing: border-box;
}
.gp-tijiao {
	background: linear-gradient(-45deg, #154a9a, #0078c1);
  text-align: center;
  padding: 10px 100px;
  border-radius: 30px;
  width: 140px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
}
.gp-tijiao a {
	color: #fff;
}
.box.select .box-center{
	display: flex;
}
.box.select .box-center .video {
	width: 45%;
	margin-right: 10%;
}
.box.select .box-center .video:last-child {
	margin-right: 0;
}
.box.select .box-center .video .video-img {
	display: flex;
	align-items: center;
	height: 320px;
}
.box.select .box-center .video .video-img img {
	width: 100%;
	height: 100%;
}
.box.select .video-title {
	margin-top: 16px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.contact.class {
	padding-bottom: 0;
}
.contact.class .box .box-title h4{
	font-weight: 700;
  color: #0078c1;
	position: relative;
}
.contact.class .box .box-title h4::before{
	width: 100%;
	height: 54px;
  content: attr(text);
  position: absolute;
  z-index: 10;
  color: #154a9a;
  -webkit-mask:linear-gradient(to top, #154a9a, #0078c1, transparent);
}
.contact.class .box .box-title p {
	font-size: 30px;
	color: #333;
}
.contact.class .box  .box-center ul {
	display: flex;
}
.class .box .box-center .class-list {
	flex: 1;
	margin-right: 46px;
	height: 202px;
	padding: 0 20px;
	background: url('../images/scb01.jpg')  no-repeat top left #d9dadb;
	background-size:100%;
  position: relative;
}
.class .box .box-center .class-list.ing {
	background: url('../images/scb02.jpg')  no-repeat top left #0a4881;
	background-size:100%;
}
.class .box .box-center .class-list.end::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #00000050;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.class-list .class-time {
	width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
  background: #0a4881;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
.class-list .class-state {
	text-align: center;
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  color: #555;
}
.class-list .class-detail {
	text-align: center;font-size: 16px;
	position: absolute;
	width: 120px;
  left: 50%;
  margin-left: -60px;
  z-index: 99;
}
.class-list .class-detail a {
	background: #e96056;
  padding: 2px 10px;
  color: #fff;
  border-radius: 30px;
}
.class-list.end .class-detail a {
	background: #c04f47;
	color: #c5c5c5;
}
.class .box .box-center .class-list:last-child {
	margin-right: 0;
}
.class-list.ing .class-time {
	background: #fff;
	color: #0a4881;
}
.class-list.ing .class-state {
	color: #fff;
}
.pc-style {
  display: block;
}
.phone-style {
  display: none;
}

@media (max-width: 768px) {
	.nav .logo-top {
		width: 100%;
		height: 45px;
    margin-top: 0;
	}
	.nav .logo-top {
		width: 100%;
		box-sizing: border-box;
    padding: 0 10%;
	}
	.nav .menu {
		width: 100%;
		overflow: scroll;
	}
	.banner {
		height: 50vh;
	}
	.nav {
		position: relative;
	  top: 0;
	  padding: 0 10px;
    box-sizing: border-box;
	}
	.nav .menu .menu-list a {
		color: #333;
	}
	.nav .menu .menu-list {
		flex: 1 0 auto;
		margin-right: 10px;
		margin-top: 0;
	}
	.nav .line {
    display: block;
    height: 1px;
    background: linear-gradient(to left, #fff, #154a9a, #0078c1, #154a9a, #fff);
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
	}
	.nav .logo img {
		width: 100%;
	}
	.box-center .img-list{
		width: 100%;
		height: auto;
	}
	.box-center .img-list:first-child {
		width: 100%;
		height: auto;
	}
	.app-hide {
		display: none;
	}
	.home1 .tr .td strong {
		font-size: 16px;
	}
	.contact {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.contact.skin2 {
		height: 300px;
	}
	.contact .box .box-title h4 {
		font-size: 30px;
	}
	.contact .box .box-title .title-bg {
		height: 40px;
	}
	.contact .box .box-title p {
		font-size: 14px;
		margin-top: 0;
	}
	.line {
		width: 30%;
		height: 6px;
		margin-top: 10px;
	}
	.box-center .img-list:nth-child(n+4):nth-last-child(n+1) {
		display: none;
	}
	.box-center .center-news {
		width: 100%;
	}
	.box-center .center-news:nth-child(2) {
		display: none;
	}
	.box-center .center-news .news-list {
		display: block;
	}
	.box-center .center-news .news-list .news-time {
		float: left;
	}
	.box-center .center-news .news-list .news-text h3 {
    width: calc(100% - 100px);
	}
	.mien {
	  padding: 0!important;
	  width: 100%;
	}.contact .box .box-title {
		margin-bottom: 20px;
	}
	.mien .mien-tabs li{
		width: 19%;
    float: left;
    font-size: 18px;
    margin: 3% 3%;
	}
	.mien .mien-tabs li a {
		width: 100%;
	  padding: 0;
	  height: 30px;
	}
	.mien .nav {
		top: 0;
		display: block;
	}
	.productpart #myTabContent {
	  min-height: 260px;
	  padding: 0 15px;
	}
	.propart .icon-wrapper {
	  height: 280px;
	}
	.productpart #myTab li.on a {
	  height: 30px;
	}
	.productpart #myTab {
	  display: block;
	}
	.productpart #myTab.pc-style {
	  display: none !important;
	}
	.propart .icon-wrapper .jwplayer{
	  height: 205px !important;
	  width: 100%;
	}
	.product-switch {
		width: 100%;
	}
	.body_scroll .title .inner .fz40 {
		font-size: 30px;
    line-height: 36px;
	}
	.body_scroll .title .inner .p {
    width: 14px;
    line-height: 16px;
    font-size: 14px;
	}
	.home1 .tr .td span {
		font-size: 14px;
	}
	.news-center .train-list {
		width: 100%;
	}
	.news-center .train-list:nth-child(n+4):nth-last-child(n+1) {
		display: none;
	}
	.news-center .train-list:nth-child(3) {
		margin-bottom: 0;
	}
	.news-center .train-list > a:first-child {
		width: 36%;
		float: left;
	}
	.news-list-right .news-list-title {
		line-height: 26px;
	}
	.news-center .train-list a{
		display: block;
	}
	.news-list-right p {
		margin-top: 0;
	}
	.news-list-right {
		width: 60%;
	}
	.footer .box-center .detail li {
		padding-left: 0;
		font-size: 12px;
	}
	.contact.form {
		padding: 30px 10px;
	}
	.form-contact {
		padding-left: 0;
	}
	.gp-cont2-1 {
		width: 100%;
		margin-bottom: 14px;
		margin-right: 0;
		position: relative;
	}
	.form-title {
		font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
	}
	.form-blue {
		background: #144895;
		border-radius: 20px;
	}
	.gp-tijiao {
		width: 50%;
    padding: 5px;
    font-size: 16px;
    background: #fff;
	}
	.gp-tijiao a {
		color: #144895;
	}
	.form-blue-title {
		font-weight: 100;
		margin-bottom: 10px;
		text-align: center;
	}
	.gp-cont2-1 input {
		border-radius: 30px;
		padding: 0 24px;
		padding-left: 34px;
	}
	.gp-cont2-1 .icon {
		position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
	}
	.form-blue .line {
		display: none;
	}
	.box.select .box-center {
		display: inline-block;
	}
	.box.select .box-center .video {
		width: 100%;
	}
	.box.select .box-center .video .video-img {
		height: auto;
	}
	.class .box .box-center .class-list:nth-child(n+1):nth-last-child(n+3) {
		display: none;
	}
	.box-bottom {
    margin: 20px auto;
  }
  .contact.class .box .box-center ul {
  	/*display: block;*/
  }
  .contact.class .box .box-center ul::after {
		content: '.';
		clear: both;
		visibility: hidden;
		height: 0;
		display: block;
  }
  .class .box .box-center .class-list {
  	background: ;
  	margin-right: 20px;
  	height: 200px;
  }
	.class .box .box-center .class-list.end {
		background: url('../images/time-bg01.jpg')  no-repeat top left #d9dadb;
		background-size:100%;
	}
	.class .box .box-center .class-list.ing {
		background: url('../images/time-bg02.jpg')  no-repeat top left #0a4881;
		background-size:100%;
	}
	.class-list .class-time {
		font-size: 14px;
		height: auto;
    line-height: 16px;
    padding: 10px 0;
	}
	.class-list .class-state {
		font-size: 14px;
		line-height: 36px;
	}
	.pc-style {
	  display: none !important;
	} 
	.phone-style {
	  display: block !important;
	}
}