@media (min-width:0px) {}

.flex {
	display: flex !important;
	display: -webkit-flex;
}

.flex.jlr {
	justify-content: space-between;
}

.flex.j-center {
	justify-content: center;
}

.flex.j-end {
	justify-content: flex-end;
}

.flex.a-center {
	align-items: center;
}

.flex.col {
	flex-direction: column;
}

.flex.wrap {
	flex-wrap: wrap;
}

.flex .fx1 {
	flex: 1;
}

.full {
	height: 100%;
}

.container {
	width: 1303px;
	margin: auto;
}

.container_a {
	width: 1405px;
	margin: auto;
}

.header {
	width: 100%;
	border-bottom: 2px solid #f1f1f1;
}

.headerContainer {
	padding: 5px 60px;
}

.logo {
	width: 327px;
	height: 71px;
}

.rightPhone {
	padding-right: 20px;
}

.rightPhone h4 {
	font-weight: 400;
	color: #666;
	font-size: 14px;
	padding-right: 10px;
}

.rightPhone .icon {
	width: 55px;
	height: 55px;
	background: url(../img/telIcon.png) no-repeat;
}

.phoneText {
	font-size: 20px;
	color: #024088;
	padding-left: 10px;
}

.rightPhone .icon {
	width: 55px;
	height: 55px;
	background: url(../images/telIcon.png) no-repeat;
}

.over {
	background-color: #003399 !important;
	color: #fff !important;
}

.over2 {
	background-color: #fff !important;
	color: #fff !important;
}

@media (min-width:320px) {
	.dingzhiBtn {
		box-sizing: border-box;
		background-color: #003399;
		color: #fff;
		padding: 5px 20px;
	}

	.g5 {
		padding-left: 20px !important;
		padding-top: 10px !important;
		padding-right: 20px !important;
		box-sizing: border-box;
	}
	.mask {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		z-index: 5;
	}
	.dingzhiText {
		color: #434343;
		font-size: 12px;
		margin-top: 20px;
	}

	/* show-items */
	.show-items {
		width: 48vw;
		/* height: 93.333vw; */
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		/* opacity: 0; */
		display: none;
	}

	.main-show-items {
		/* top: 18.733vw; */
	}

	.show-item {
		width: 100%;
		height: 13.333vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #666666;
		font-size: 4vw;
		padding: 0 6.667vw;
		box-sizing: border-box;
	}

	.show-item a {
		color: #666666;
	}

	.show-item a:active {
		color: #2b76d9;
		background-color: #fff;
	}

	.show-item img {
		display: none;
		width: 1.867vw;
		height: 3.2vw;
	}

	/* show-items */
	/* .item-tit {
    font-size: 3.0667vw !important;
    margin-bottom: 1.3333vw !important;
    text-align: center !important;
    color: #0c2053 !important;
    letter-spacing: 0.6667vw !important;
} */
	/* head */
	.head img {
		width: 100% !important;
		height: auto !important;
	}

	.head-bg {
		display: none !important;
	}

	.head-p {
		display: block !important;
	}

	.header-nav {
		display: none;
	}

	.header-nav-con ul li {
		font-size: 2.6667vw !important;
	}
   .header-nav-con ul li a{
		text-decoration:none;
		color: #fff;
	}
	.banner-txt,
	.swiper-container {
		display: none;
	}

	.banner .banner-img {
		display: block;
		width: 100%;
		height: auto;
	}

	@media screen and (min-width:320px) and (max-width:1200px) {
		.mei {
			width: 100%;
			margin: 0 auto;
		}
		.container_a {
			width: 100%;
		}
		.container {
			width: 100%;
			margin: auto;
		}
		
		.headerContainer {
			padding: 0px 15px;
			height: 50px;
		}
		
		.rightPhone {
			display: none !important;
		}
		
		.logo {
			width: 150px;
			height: 35px;
		}
		

		.chuangxinItem {
			border: 1px solid #ccc;
			width: 48%;
			font-size: 12px;
			text-align: center;
			height: 30px;
			line-height: 30px;
			margin: 5px 1%;
		}

		.lingdaoLiItem {
			width: 48%;
			margin: 5px 1%;
			height: 100px;
			font-size: 12px;
			border: 1px solid #999999;
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #626262;
		}

		.zaixianText {
			color: #434343;
			font-size: 12px;
			margin-top: 20px;
			margin-bottom: 30px;
		}

		ul,
		li {
			list-style: none;
		}

		.item-tit {
			width: 100% !important;
			text-align: center;
		}

		/* header-nav */
		.header-nav {
			display: block;
			width: 100%;
			overflow-x: scroll;
			height: 50px !important;
			background-color: #142c68;
			/* border-top: 1px !important solid #194475; */
		}

		.header-nav-con ul {
			overflow: hidden;
			width: 1052px !important;
			margin: 0 auto;
			padding: 0 !important;
			/* margin-left: 135px !important; */
		}

		.header-nav-con ul li {
			float: left;
			color: #fff;
			font-size: 18rpx !important;
			height: 50px !important;
			line-height: 50px !important;
			padding: 0 16px !important;
		}

	}

	@media screen and (min-width:1350px) {
		.mei {
			width: 1400px;
			margin: 0 auto;
		}

		/* header-nav */
		.header-nav {
			display: block;
			width: 100%;
			height: 50px !important;
			background-color: #142c68;
			/* border-top: 1px !important solid #194475; */
		}

		.header-nav-con ul {
			overflow: hidden;
			width: 1232px !important;
			margin: 0 auto;
			/* margin-left: 135px !important; */
		}

		.header-nav-con ul li {
			float: left;
			color: #fff;
			font-size: 16px !important;
			height: 50px !important;
			line-height: 50px !important;
			padding: 0 19px !important;
		}


	}

	.train .item-tit h4 {
		width: 58vw;
		margin: 0 auto;
		margin-top: 1.3333vw;
	}

	.item-tit p,
	.item-tit h3 {
		color: #003399;
		font-size: 3vw !important;
		font-weight: bold;
		text-align: center !important;
		margin-bottom: 0px;
		letter-spacing: 2px;
	}

	@media screen and (min-width:320px) and (max-width:1200px) {
		.item-tit hr {
			display: block;
			width: 88%;
			height: 0px;
			margin-top: -2.3vw;
			/* margin-right: 0 auto; */
			background-color: #a6a6a6;
		}
	}

	/* .item-tit hr {
		display: block;
		width: 77.3333vw;
		height: 0px;
		margin-top: -2.3vw;
		background-color: #a6a6a6;
	} */

	.item-tit h4 {
		color: #003399;
		font-size: 4vw !important;
		font-weight: bold;
		text-align: center !important;
		margin-bottom: 0.6667vw;
		letter-spacing: 2px;
	}

	.item-tit p:nth-child(1) {
		display: none !important;
	}

	.subTit {
		display: none !important;
	}

	.item-tit h5 {
		font-size: 3vw !important;
		color: #7d7d7d !important;
		font-weight: normal;
	}

	.item-tit h5 {
		width: 80.3333vw;
		margin: 0 auto;
	}

	.num .item-tit .show-tit {
		display: block !important;
	}

	.item-tit img {
		width: 14.6667vw !important;
		height: 1vw !important;
	}

	.num .item-tit img {
		margin-top: .3rem;
	}

	.num .item-tit hr {
		margin-top: -1.4vw;
	}

	/* num */
	.num {
		width: 100%;
		text-align: center;
		/* margin-top: 12vw !important; */
		padding-top: 6.9333vw;
		padding-bottom: 9.3333vw;
		background: url(../images/index-num-bg.png)no-repeat center center;
		background-size: cover !important;
	}

	@media screen and (min-width:320px) and (max-width:1200px) {
		.num-items {
			overflow: hidden;
			width: 80%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			margin: 0 auto;
			margin-top: 38px;
		}

		.num-item {
			float: left !important;
			padding-top: 4vw;
			width: 35vw;
			height: 18vw;
			border: 1px solid #202020;
			margin-right: 1.3vw;
			margin-left: 1.3vw;
			cursor: pointer;
			margin-bottom: 2.6667vw;
		}
	}

	@media screen and (min-width:1300px) {
		.num-items {
			overflow: hidden;
			width: 68.6667vw;
			margin: 0 auto;
			margin-top: 38px;
		}

		.num-item {
			float: left !important;
			padding-top: 4vw;
			width: 31.2vw;
			height: 18vw;
			border: 1px solid #202020;
			margin-right: 2.6667vw;
			cursor: pointer;
			margin-bottom: 2.6667vw;
		}
	}

	/* .num-item:hover,.num-item h3+.num-item p {
color: #fff !important;
} */
	.bg-on {
		background-color: #003399 !important;
	}

	.txt-on {
		color: #fff !important;
	}

	.num-item h3 {
		font-weight: bold;
		font-size: 4.2667vw;
		color: #003399;
		margin-bottom: 0px;
	}

	.num-item p {
		font-size: 2.9333vw;
		color: #202020;
	}

	/* adv */
	.adv {
		padding-top: 11.3333vw;
		background-color: #f5f5f5;
	}

	.adv-items {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		margin-top: 4vw;
		padding-left: 8.3333vw;
		display: none !important;
	}

	.adv-item {
		overflow: hidden;
		width: 100%;
		float: left;
		/* margin-right: 21.3333vw; */
		margin-bottom: 6vw;
		/* padding-left: 7.3333vw; */
	}
    .adv_color{
        color: #0076ca !important;
        
    }
    
 
	.adv-item-left {
		float: left;
		margin-right: 6vw;
		margin-top: 3.3333vw;
	}

	.adv-item-left p {
		color: #333333;
		font-size: 8.2667vw;
	}
    

	.adv-item-left hr {
		width: 8.6667vw;
		background-color: #d8d8d8;
		margin-top: -3.3333vw;
	}

	.adv-item:nth-child(2) .adv-item-left hr {
		background-color: #0076ca;
		margin-top: -3.3333vw;
	}

/* 	.adv-item:nth-child(2) .adv-item-left p,
	.adv-item:nth-child(2) .adv-item-right h3 {
		color: #003399;
	} */

	.adv-item-right {
		float: left;
		/* width: 80vw; */
		position: relative;
	}
    
   
    
	.adv-item-right h3 {
		color: #333333;
		font-size: 3.2vw;
		font-weight: bold;
	}

	.adv-item-right p {
		width: 59.7333vw;
		font-size: 2.1333vw;
		color: #A8A8A8;
		/* letter-spacing: 2px; */
	}

	.adv-item-right img {
		position: absolute;
		width: 61.2vw;
		height: 9.7333vw;
		bottom: 0vw;
		left: 2.4vw;
		z-index: 10;
	}

	.adv-swiper {
		display: block !important;
		width: 80%;
		height: 91.0667vw;
		margin: 0 auto;
		margin-top: 6.3333vw;
		overflow: hidden;
		position: relative;
		/* text-align: center; */
	}

	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 3.3333vw !important;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		background: transparent;
		width: 2vw;
		height: 2vw;
		border: 3px solid #bfbfbf;
		/* border: none; */
		/* opacity: 1; */
	}

	.swiper-pagination-bullet-active {
		background: #003399 !important;
		border: none !important;
	}

	/* train */
	.train {
		margin-top: 13.3333vw;
	}

	.train .item-tit img {
		width: 50.9333vw !important;
	}

	.train-items {
		/* width: 80vw;
        margin: 0 auto; */
		margin-top: 4vw;
	}

	.train-item-nav {
		overflow: hidden;
		width: 88%;
		margin: 0 auto;
		/* margin-left: 1.3333vw; */
	}

	@media screen and (min-width:320px) and (max-width:1200px) {
		.train-nav-item {
			position: relative;
			float: left;
			text-align: center;
			width: 32.9%;
			height: 18.6667vw;
			color: #434343;
			background-color: #eeeeee;
			font-family: "Adobe 黑体 Std";
			margin: .2%;
			margin-bottom: 0.4vw;
			padding-top: 1.3333vw;
		}
	}

	@media screen and (min-width:1320px) {
		.train-nav-item {
			position: relative;
			float: left;
			text-align: center;
			width: 26vw;
			height: 16.6667vw;
			color: #434343;
			background-color: #eeeeee;
			font-family: "Adobe 黑体 Std";
			margin-right: 0.4vw;
			margin-bottom: 0.4vw;
			padding-top: 1.3333vw;
		}

	}

	.train-nav-item hr {
		background-color: #333333;
		display: inline-block;
		width: 6.4vw;
		height: 1px;
		margin-top: 1.6667vw;
		/* display: none !important; */
	}

	.train-nav-item:nth-child(6) {
		padding-top: 5.3333vw;
		display: block;
	}

	.train-nav-item img {
		width: 6.4vw;
		margin-top: 10px;
		height: 6.2667vw;
	}

	.train-nav-item:nth-child(2) {
		/* background-color: #003399; */
	}

	.train-nav-item:nth-child(2) p {
		/* color: #fff; */
	}

	.train-nav-item:nth-child(2) hr {
		/* background-color: #fff; */
	}

	.train-nav-item:nth-child(2) h3 {
		/* color: #fff; */
	}

	.triangle {
		/* position: absolute;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        bottom: 0;
        left: 50%;
        margin-left: -15px; */
		display: none !important;
	}

	.train-nav-item h3 {
		font-size: 3.2vw;
		margin-top: 0.6667vw;
		margin-bottom: 0;
		/* display: none !important; */
	}

	.train-nav-item p {
		display: none !important;
	}

	@media screen and (min-width:320px) and (max-width:1200px) {
		.train-con-item {
			/* float: left; */
			width: 29%;
			height: 14vw;
			border: 1px solid #bdbcbc;
			text-align: center;
			margin: .5% 1%;
			/* padding-top: 2vw; */
		}

		.train-con {
			width: 87.5%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			margin-top: 0.2667vw;
			/* margin-left: 10vw; */
			background: url(../images/index-train-con-bg.png)no-repeat;
			background-size: cover;
			box-sizing: border-box;
			padding: 15px 0;
		}
	}

	@media screen and (min-width:1320px) {
		.train-con-item {
			float: left;
			width: 22.6667vw;
			height: 14vw;
			border: 1px solid #bdbcbc;
			text-align: center;
			/* padding-top: 2vw; */
			margin-right: 4vw;
			margin-bottom: 1.3333vw;
		}

		.train-con {
			overflow: hidden;
			width: 79vw;
			/* margin: 0 auto; */
			margin-top: 0.2667vw;
			/* margin-left: 10vw; */
			padding-left: 1.5vw !important;
			background: url(../images/index-train-con-bg.png)no-repeat;
			background-size: cover;
			padding: 4.6667vw 0;
		}
	}




	.train-con-item p {
		color: #626262;
		font-size: 2.6667vw;
		margin-top: 1vw;
	}

	.train-con-item img {
		width: 3.8vw;
		height: 3.6667vw;
	}

	.train-con-item:nth-child(3),
	.train-con-item:nth-child(6),
	.train-con-item:nth-child(9) {
		/* margin-right: 0 !important; */
	}

	.train-con-item:nth-child(9) {
		display: block !important;
	}

	.train-con-item:nth-child(7) {
		/* background-color: #003399; */
	}

	.train-con-item:nth-child(7) p {
		/* color: #fff; */
	}

	.train-more {
		color: red !important;
		margin-top: 2.6667vw !important;
	}

	.show-more {
		/* width: 179.6vw;
        height: 7.3333vw;
        line-height: 7.3333vw;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #333333;
        border-radius: 1.3333vw;
        color: #b01f24;
        font-size: 2.6667vw;
        margin-top: 4vw; */
		display: none !important;
	}

	/* trends */
	.trends {
		margin-top: 13.3333vw;
	}

	@media screen and (min-width:320px) and (max-width:1200px) {
		.z {
			display: none;
		}

		.trends-con {

			width: 88%;
			height: 71vw;
			margin: 0 auto;
			margin-top: 20px;
		}

		.trends-right {
			/* float: left;
	overflow: hidden; */
			/* float: left; */
			padding-top: 2.6667vw;
			position: relative;
			width: 100%;
			padding-left: 1.3333vw;
		}

		.trends-item-right {
			flex: 1;
			margin-left: 3.3333vw;
			/* float: left; */
			color: #333333;
			font-size: 2.4vw;
		}

		.trends-item-right p {
			width: 100%;
		}

		.trends-item-right h3 {
			font-size: 2.4vw;
			font-weight: bold;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
		}

		.more {
			width: 11.6667vw;
			height: 4.7333vw;
			background-color: #003399;
			position: absolute;
			color: #fff;
			font-size: 2.4vw;
			text-align: center;
			bottom: -4vw;
			right: 10px;
		}

		.trends-item {
			display: flex;
			/* float: left; */
			width: 100%;
			height: 17.3333vw;
			border-left: 2px solid #333333;
			padding-left: 2vw;
			padding-top: 1.3333vw;
			margin-bottom: 2.6667vw;
		}

		.teach-item {
			display: flex;
			width: 200px;
			height: 25.6667vw;
			overflow: hidden;
			position: relative;
			margin-right: 100px;
			/* float: left; */
			/* margin-right: 4vw; */
		}

		.s {
			margin-right: 100px !important;
		}

		.teach-item-right p {
			color: #707070;
			font-size: 1.8667vw;
			margin-top: 1.3333vw;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
			overflow: hidden;
		}

		.teach-item img {
			float: left !important;
			width: 80px;
			height: 25.6667vw;
			/* float: left; */
			/* margin-right: 15px; */
		}

		.teach-item-right {
			/* float: left !important; */
			width: 100px;
			box-sizing: border-box;
			padding: 0 10px;
			height: 25.6667vw;
			padding-left: 10px;
			/* padding-left: 1.3333vw; */
			background-color: #eeeeee;
		}

		.square {
			position: absolute;
			width: 0;
			height: 0;
			border-top: 0.9333vw solid transparent;
			border-bottom: 0.9333vw solid transparent;
			border-left: 1.0667vw solid #003399;
			bottom: 1.3333vw;
			left: 80px;
			/* margin-left: -15px; */
		}



	}

	@media screen and (min-width:1320px) {
		.teach-item {
			width: 33.6667vw;
			height: 22.6667vw;
			overflow: hidden;
			position: relative;
			float: left;
			/* margin-right: 4vw; */
		}

		.dingzhipeixun {
			width: 100%;
			/* height: 500px; */
			border: 1px solid #999999;
			margin-bottom: 30px;
		}

		.chuangxinItem {
			width: 260px;
			margin: 13px 21px;
			height: 50px;
			border: 1px solid #999999;
			text-align: center;
			line-height: 50px;
			color: #626262;
		}

		.lingdaoLiItem {
			width: 290px;
			margin: 13px 21px;
			height: 130px;
			border: 1px solid #999999;
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #626262;
		}
        .lingdaoLiItem a 
        {
            color: #626262;
            text-decoration:none; 
            }     
		.square {
			position: absolute;
			width: 0;
			height: 0;
			border-top: 0.9333vw solid transparent;
			border-bottom: 0.9333vw solid transparent;
			border-left: 1.0667vw solid #003399;
			bottom: 1.3333vw;
			right: 16.8vw;
			/* margin-left: -15px; */
		}

		.teach-item-right p {
			width: 13.3333vw;
			color: #707070;
			font-size: 1.8667vw;
			margin-top: 1.3333vw;
		}

		.teach-item-right {
			float: left !important;
			width: 17.3333vw;
			height: 22.6667vw;
			padding-left: 10px;
			/* padding-left: 1.3333vw; */
			background-color: #eeeeee;
		}

		.teach-item img {
			float: left !important;
			width: 15.9333vw;
			height: 22.6667vw;
			float: left;
			/* margin-right: 15px; */
		}

		.z {
			display: block;
		}

		.trends-item-right {
			margin-left: 3.3333vw;
			float: left;
			color: #333333;
			font-size: 2.4vw;
		}

		.trends-item-right h3 {
			font-size: 2.4vw;
			font-weight: bold;
		}

		.more {
			width: 11.6667vw;
			height: 4.7333vw;
			background-color: #003399;
			position: absolute;
			color: #fff;
			font-size: 2.4vw;
			text-align: center;
			bottom: -4vw;
			right: -14.6667vw;
		}

		.trends-item-right p {
			width: 78.6667vw;
		}

		.trends-right {
			/* float: left;
	overflow: hidden; */
			float: left;
			padding-top: 2.6667vw;
			position: relative;
			width: 78.6667vw;
			padding-left: 1.3333vw;
		}

		.trends-con {

			width: 100vw;
			height: 71vw;
			margin: 0 auto;
			margin-top: 50px;
			overflow: hidden;
		}

		.trends-item {
			float: left;
			width: 96.6667vw;
			height: 13.3333vw;
			border-left: 2px solid #333333;
			padding-left: 2vw;
			padding-top: 1.3333vw;
			margin-bottom: 2.6667vw;
		}

	}


	.trends-left {
		float: left;
		margin-right: 30px;
		display: none !important;
	}



	.trends-item:nth-child(1) {
		border-left: 2px solid #003399;
	}

	.trends-item-left {
		float: left;
	}


	.trends-right p {
		margin-bottom: 0;
	}


	.trends-item-left-tit span {
		font-size: 4vw;
	}

	.trends-item:nth-child(1) .trends-item-left-tit span {
		color: #003399;
	}

	.trends-item-left .data {
		text-align: center;
	}




	/* opt */
	.opt {
		margin-top: 130px;
	}

	.opt .item-tit img {
		width: 44vw !important;
	}

	.opt-swiper {
		width: 85%;
		margin: 0 auto;
		margin-top: 30px;
		position: relative;
	}

	.opt-swiper .swiper-container-opt {
		display: block !important;
		/* position: relative; */
		/* width: 75%; */
		margin: 0 auto;
		position: relative !important;
		overflow: hidden !important;
		list-style: none;
		padding: 0;
		z-index: 1;
	}

	.opt-swiper .swiper-wrapper {
		padding-left: 18.2667vw;
	}

	.swiper-container-opt .swiper-slide {
		width: 20.6vw !important;
		text-align: center;
		box-sizing: border-box;
		margin-right: 7vw !important;
	}

	.swiper-slide-con img {
		width: 23.3333vw;
		height: 13.3333vw;
	}

	.swiper-slide-con p {
		font-size: 2.6667vw;
		font-weight: 600;
		margin-top: 1.3333vw;
	}

	.swiper-slide-con p:nth-child(3) {
		display: none !important;
	}

	.opt-swiper .swiper-button-next,
	.opt-swiper .swiper-button-prev {
		display: block !important;
		outline: none;
		font-size: 20px;
	}

	.opt-swiper .swiper-button-prev {
		left: -3.3333vw !important;
		top: 35%;
	}

	.opt-swiper .swiper-button-next {
		right: -4vw !important;
		top: 35%;
	}

	:root {
		--swiper-theme-color: #b0b0b0 !important;
		--swiper-navigation-size: 4.8vw !important;
	}

	/* teach */
	.teach {
		margin-top: 14.6667vw;
	}

	.teach .item-tit img {
		width: 29vw !important;
	}

	.teach-items {
		overflow: hidden;
		margin-top: 40px;
		display: none !important;
	}




	.teach-item-right h3 {
		font-size: 2.1333vw;
		color: #003399;
		margin-top: 3vw;
		font-weight: bold;
	}



	.teach-swiper {
		width: 95vw;
		margin-left: 5vw;
		overflow: hidden;
		margin-top: 4vw;
	}

	.teach-swiper .swiper-wrapper {
		padding-left: 9.3333vw;
	}

	.swiper-container-teach .swiper-slide {
		width: 19.6667vw !important;
	}

	/* view */
	.view {
		margin-top: 130px;
		display: none !important;
	}

	.view {
		text-align: center;
	}

	/* footer */
	.footer {
		width: 100% !important;
		height: 52vw !important;
		background-color: #0d2960 !important;
		margin-top: 12vw !important;
		color: #fff;
	}

	.footer-items {
		overflow: hidden;
		padding-top: 8.3333vw !important;
		padding-left: 13.3333vw !important;
	}

	.footer-item-up p {
		font-size: 3.2vw !important;
	}

	.footer-item {
		width: 15.6667vw !important;
		float: left !important;
		margin-right: 12vw !important;
		/* text-align: center; */
	}

	.footer-item:nth-child(4) {
		display: none !important;
	}

	.footer-item-up hr {
		width: 15.3333vw !important;
		background-color: #fff !important;
		margin-left: 0;
	}

	.footer-down p {
		margin-bottom: 0 !important;
		font-size: 2.1333vw;
	}
 .footer-down p a{
        text-decoration:none;
		color: #fff;  
		}
	/* footer-des */
	.footer-des {
		background-color: #202020;
		color: #fff;
		font-size: 2.1333vw !important;
		padding: 1.3333vw 0;
		padding-left: 4vw;
		overflow: hidden;
	}

	.footer-des-txt {
		float: left;
	}

	.contact {
		margin-bottom: 1.3333vw;
	}

	.icon {
		float: left;
		/* margin-right: 50px; */
		/* margin-top: 45px; */
	}

	/* .icon img {
    width: 30px !important;
    height: 30px !important;
    margin-right: 20px !important;
} */
	.icon-item {
		display: inline-block;
		width: 45px;
		margin: 0px 5px;
		cursor: pointer;
		height: 45px;
		line-height: 37px;
		border-radius: 50%;
		border: 1px solid #393939;
		border-radius: 50%;
		text-align: center;
	}
}

@media (min-width:375px) {}

@media (min-width:576px) {}

@media (min-width:750px) {
	.opt-swiper .swiper-wrapper {
		padding-left: 11.2667vw !important;
	}

	.adv-swiper {
		display: block !important;
		width: 80%;
		height: 61.0667vw;
		margin: 0 auto;
		margin-top: 6.3333vw;
		overflow: hidden;
		position: relative;
		/* text-align: center; */
	}

	.swiper-container-teach .swiper-slide {
		width: 26.6667vw !important;
	}

	.train-nav-item hr {
		background-color: #333333;
		display: inline-block;
		width: 6.4vw;
		height: 1px;
		/* display: none !important; */
	}

	.train-con-item {
		float: left;
		width: 22.6667vw;
		height: 14vw;
		border: 1px solid #bdbcbc;
		text-align: center;
		padding-top: 2vw;
		margin-right: 4vw;
		margin-bottom: 1.3333vw;
	}

	.trends-item {
		float: left;
		width: 78.6667vw;
		height: 13.3333vw;
		border-left: 2px solid #333333;
		padding-left: 2vw;
		padding-top: 1.3333vw;
		margin-bottom: 2.6667vw;
	}

	.trends-right {
		/* float: left;
overflow: hidden; */
		float: left;
		padding-top: 2.6667vw;
		position: relative;
		width: 78.6667vw;
		padding-left: 12.3333vw;
	}

	.trends-item-right p {
		width: 54.6667vw;
	}

	.more {
		width: 10.6667vw;
		height: 3.7333vw;
		background-color: #003399;
		position: absolute;
		color: #fff;
		font-size: 2.4vw;
		text-align: center;
		bottom: -4vw;
		right: -14.6667vw;
	}

	.item-tit hr {
		display: block;
		width: 77.3333vw;
		height: 1px;
		margin-top: -1vw;
		/* margin-right: 0 auto; */
		background-color: #a6a6a6;
	}

	.teach-swiper .swiper-wrapper {
		padding-left: 0 !important;
	}

	.num .item-tit hr {
		margin-top: -0.4vw;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 9.3333vw !important;
	}

	.footer {
		width: 100% !important;
		height: 40vw !important;
		background-color: #0d2960 !important;
		margin-top: 12vw !important;
		color: #fff;
	}
}

@media (min-width:992px) {}

@media (min-width: 1200px) {
	.container {
		max-width: 1600px;
	}

	body {
		background-color: #fff;
	}

	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	ul,
	li {
		list-style: none;
	}

	.inner {
		width: 1500px;
		margin: 0 auto;
	}

	button {
		outline: none;
		border: none;
	}

	.nomarginright {
		margin-right: 0 !important;
	}

	/* 头部区域 */
	.head {
		/* width: 100%;
    height: auto; */
		/* background: url(../images/index-head.png)no-repeat;
    background-size: over; */
		/* text-align: center; */
	}

	.head .head-bg {
		width: 100%;
		height: auto;
		display: block !important;
		margin: 0 auto;
	}

	.head-bg {
		display: block !important;
	}

	.head-p {
		display: none !important;
	}

	.head .head-btn {
		display: none;
	}

	.header {
		/* width: 100%; */
		height: 90px;
		background-color: #2d5591;
		/* line-height: 90px !important; */
	}


	/* banner区域 */
	.banner {
		width: 100%;
		position: relative;
	}

	.banner-img {
		/* display: none; */
	}

	/* num */
	.num {
		text-align: center !important;
		padding: 90px 0 !important;
	}

	.item-tit {
		text-align: center;
	}

	.item-tit hr {
		width: 1400px;
		margin: 0 auto;
		height: 1px !important;
		/* display: none !important; */
	}

	.num .item-tit .show-tit {
		display: none !important;
	}

	.num .item-tit hr {
		display: none !important;
	}

	.train .item-tit hr {
		display: none !important;
	}

	.item-tit p:nth-child(1) {
		display: block !important;
	}

	.train .item-tit img,
	.opt .item-tit img,
	.teach .item-tit img {
		width: 57px !important;
	}

	.opt .num .item-tit .show-tit {
		display: none !important;
	}

	.item-tit .subTit {
		display: block !important;
	}

	.item-tit h4 {
		display: none !important;
	}

	.item-tit h5 {
		display: none !important;
	}

	.item-tit p {
		color: #003399;
		font-size: 30px !important;
		font-weight: 600;
		text-align: center;
		margin-bottom: 0px !important;
		letter-spacing: 2px !important;
	}

	.item-tit .subTit {
		font-size: 24px !important;
		color: #7D7D7D;
		font-weight: normal;
		letter-spacing: 5px !important;
	}

	.item-tit img {
		margin-top: 20px !important;
		width: 57px !important;
		height: 8px !important;
	}

	.num-items {
		overflow: hidden;
		width: 1016px !important;
		margin: 0 auto;
		margin-top: 38px !important;
	}

	.num-item {
		float: left;
		padding-top: 30px !important;
		width: 234px !important;
		height: 135px !important;
		border: 1px solid #202020;
		margin-right: 20px !important;
		cursor: pointer;
		margin-bottom: 0 !important;
	}

	/* .num-item:hover,.num-item h3+.num-item p {
    color: #fff !important;
} */
	.bg-on {
		background-color: #003399 !important;
	}

	.txt-on {
		color: #fff !important;
	}

	.num-item h3 {
		font-weight: bold;
		font-size: 32px;
		color: #003399;
		margin-bottom: 0px !important;
	}

	.num-item p {
		font-size: 22px !important;
		color: #202020;
	}

	/* adv */
	.adv {
		margin-top: 0px !important;
		background-color: #fafafa;
		padding-top: 92px !important;
		padding-bottom: 40px !important;
	}

	.adv-swiper {
		display: none !important;
	}

	.adv-items {
		/* display: block !important; */
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		overflow: hidden;
		width: 1400px !important;
		margin: 0 auto;
		margin-top: 30px !important;
		padding-left: 0 !important;
	}

	.adv-item {
		width: 500px !important;
		overflow: hidden;
		margin: 0 70px;
		/* float: left !important; */
		/*    margin-right: 160px;
        margin-bottom: 45px !important; */
	}

	.adv-item-left {
		float: left;
		margin-right: 45px !important;
		margin-top: 21px !important;
	}

	.adv-item-left p {
		color: #333333;
		font-size: 62px !important;
	}

	.adv-item-left hr {
		width: 60px !important;
		background-color: #d8d8d8;
		margin: 0 auto;
		margin-top: -30px;
	}

	.adv-item:nth-child(2) .adv-item-left hr {
		margin-top: -30px !important;
	}
    

	.adv-item-right {
		float: left;
		width: 495px !important;
		position: relative;
	}

	.adv-item-right h3 {
		color: #333333;
		font-size: 24px !important;
	}

	.adv-item-right p {
		width: 448px !important;
		font-size: 16px !important;
		color: #A8A8A8;
		/* letter-spacing: 2px; */
	}

	.adv-item-right img {
		width: 459px !important;
		height: 73px !important;
		position: absolute;
		bottom: -3px !important;
		left: 33px !important;
		z-index: 10;
	}

	/* train */
	.train {
		margin-top: 115px !important;
	}

	.train-items {
		margin-top: 30px !important;
	}

	.train-item-nav {
		overflow: hidden;
		width: 1400px !important;
		margin: 0 auto;
	}

	.train-nav-item {
		position: relative;
		float: left;
		text-align: center;
		width: 280px !important;
		height: 310px !important;
		color: #434343;
		font-family: "Adobe 黑体 Std";
		/* background-color: #003399; */
		margin-right: 0 !important;
		padding-top: 50px !important;
	}

	.g5 {
		padding-left: 60px !important;
		padding-top: 30px !important;
		padding-right: 60px !important;
		box-sizing: border-box;
	}

	.train-nav-item:nth-child(6) {
		display: none !important;
	}

	.train-nav-item:nth-child(2) {}

	.nbg {
		background-color: #003399 !important;
	}

	.train-nav-item:nth-child(2) p {
		/* color: #fff; */
	}

	.train-nav-item:nth-child(2) hr {
		/* background-color: #fff; */
	}

	.train-nav-item:nth-child(2) h3 {
		/* color: #fff; */
	}

	.train-nav-item img {
		width: 48px !important;
		height: 47px !important;
	}

	.triangle {
		position: absolute;
		width: 0 !important;
		height: 0 !important;
		border-left: 15px solid transparent !important;
		border-right: 15px solid transparent !important;
		border-bottom: 15px solid #fff;
		bottom: 0;
		left: 50%;
		margin-left: -15px !important;
	}

	.train-nav-item h3 {
		font-size: 26px !important;
		margin-top: 20px !important;
		margin-bottom: 0;
	}

	.train-nav-item hr {
		background-color: #333333;
		display: inline-block;
		width: 48px !important;
		height: 2px !important;
	}

	.train-nav-item p {
		font-size: 22px !important;
		margin-bottom: 0;
		display: block !important;
	}

	.train-con {
		overflow: hidden;
		width: 1400px !important;
		padding-bottom: 120px !important;
		/* margin: 0 auto !important; */
		/* margin-left: 200px !important; */
		margin-top: -7px !important;
		/* padding-left: 80px !important; */
		/* padding: 0 !important; */
		/* background: none !important; */
	}



	.train-con-item {
		float: left;
		width: 310px !important;
		height: 180px !important;
		border: 1px solid #bdbcbc !important;
		text-align: center;
		padding-top: 40px !important;
		margin-right: 30px !important;
	}

	.train-con-item:nth-child(3),
	.train-con-item:nth-child(6),
	.train-con-item:nth-child(9) {
		/* margin-right: 30px !important; */
	}

	.train-con-item:nth-child(9) {
		display: none !important;
	}

	.train-con-item img {
		width: 41px !important;
		height: 40px !important;
	}

	.train-con-item p {
		color: #626262;
		font-size: 24px !important;
		margin-top: 15px !important;
	}

	.train-con-item:nth-child(7) {
		/* background-color: #003399; */
	}

	.train-con-item:nth-child(7) p {
		/* color: #fff; */
	}

	.dfg {
		padding-top: 30px !important;
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.dingzhiBtn {
		width: 200px;
		color: #434343;
		font-size: 14px;
		height: 35px;
		background-color: #003399;
		color: #fff;
		text-align: center;
		line-height: 35px;
	}

	.dingzhiText {
		color: #434343;
		font-size: 20px;
		margin-top: 20px;
	}

	.show-more {
		width: 1347px !important;
		height: 55px !important;
		line-height: 55px !important;
		margin: 0 auto;
		text-align: center;
		border: 1px solid #333333;
		border-radius: 10px !important;
		color: #b01f24;
		font-size: 20px !important;
		margin-top: -115px !important;
		display: block !important;
		/* margin-top: -10px; */
	}

	/* trends */
	.trends {
		margin-top: 140px !important;
	}

	.trends-con {
		width: 1400px !important;
		height: auto !important;
		margin: 0 auto;
		margin-top: 50px !important;
		overflow: hidden;
	}

	.trends-left {
		float: left;
		display: block !important;
		margin-right: 30px !important;
	}

	.trends-left img {
		width: 770px;
	}

	.trends-right {
		/* float: left;
    overflow: hidden; */
		float: right;
		padding-top: 0px !important;
		position: relative;
		width: 590px !important;
		padding-left: 0 !important;
	}

	.trends-item {
		float: left;
		width: 590px !important;
		height: 90px !important;
		border-left: 2px solid #333333 !important;
		padding-left: 15px !important;
		padding-top: 10px !important;
		margin-bottom: 20px !important;
	}

	.trends-item:nth-child(1) {
		border-left: 2px solid #003399 !important;
	}

	.trends-item-left {
		float: left;
	}

	.trends-item-right {
		margin-left: 25px !important;
		float: left;
		color: #333333;
		font-size: 16px !important;
	}

	.trends-right p {
		margin-bottom: 0;
	}

	.trends-item-right h3 {
		font-size: 18px !important;
	}

	.trends-item-left-tit span {
		font-size: 30px !important;
	}

	.trends-item:nth-child(1) .trends-item-left-tit span {
		color: #003399;
	}

	.trends-item-left .data {
		text-align: center;
	}

	.trends-item-right p {
		width: 410px !important;
	}

	.more {
		width: 80px !important;
		height: 28px !important;
		background-color: #003399;
		position: absolute;
		color: #fff;
		font-size: 18px !important;
		text-align: center;
		bottom: 0;
		right: 0;
	}

	/* opt */
	.opt {
		margin-top: 130px !important;
	}

	.opt-swiper {
		width: 96%;
		margin: 0 auto;
		margin-top: 30px !important;
		position: relative;
	}

	.opt-swiper .swiper-container-opt {
		display: block !important;
		/* position: relative; */
		/* width: 75%; */
		margin: 0 auto;
		position: relative !important;
		overflow: hidden !important;
		list-style: none;
		padding: 0;
		z-index: 1;
	}

	.swiper-slide-con img {
		width: 252px !important;
		height: 142px !important;
	}

	.swiper-slide-con p {
		font-size: 14px !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.swiper-slide-con p:nth-child(2) {
		font-size: 22px !important;
	}

	.swiper-slide-con p:nth-child(3) {
		display: block !important;
	}

	.opt-swiper .swiper-wrapper {
		padding-left: 92px !important;
	}

	.swiper-container-opt .swiper-slide {
		width: 252px !important;
		text-align: center;
		box-sizing: border-box;
		margin-right: 30px !important;
	}

	.opt-swiper .swiper-button-next,
	.opt-swiper .swiper-button-prev {
		display: block !important;
		outline: none;
		font-size: 20px !important;
	}

	.opt-swiper .swiper-button-prev {
		left: -25px !important;
		top: 35%;
	}

	.opt-swiper .swiper-button-next {
		right: -30px !important;
		top: 35%;
	}

	:root {
		--swiper-theme-color: #b0b0b0 !important;
		--swiper-navigation-size: 36px !important;
	}

	/* teach */
	.teach {
		margin-top: 110px !important;
	}

	.teach-items {
		overflow: hidden;
		display: block !important;
		width: 1390px;
		margin: 0 auto;
		margin-top: 40px !important;
	}

	.teach-swiper {
		display: none !important;
	}

	.teach-item {
		width: 278px;
		/* width: auto !important; */
		overflow: hidden !important;
		height: auto !important;
		position: relative !important;
		float: left !important;
		/* margin-right: 30px !important; */
	}

	.teach-item img {
		width: 128px;
		float: left !important;
		/* margin-right: 15px !important; */
		/* width: auto !important; */
		height: auto !important;
	}

	.teach-item-right {
		float: left !important;
		width: 150px !important;
		height: 180px !important;
		/* padding-left: 1.3333vw; */
		background-color: #eeeeee;
	}

	.teach-item-right h3 {
		font-size: 20px !important;
		color: #003399;
		margin-top: 30px;
		font-weight: bold;
	}

	.zaixianText {
		color: #434343;
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.teach-item-right p {
		color: #707070;
		width: 115px !important;
		margin-top: 0 !important;
		font-size: 16px !important;
	}

	.square {
		position: absolute !important;
		width: 0 !important;
		height: 0 !important;
		border-top: 10px solid transparent !important;
		border-bottom: 10px solid transparent !important;
		border-left: 10px solid #003399 !important;
		bottom: 15px !important;
		left: 128px !important;
		/* margin-left: -15px; */
	}

	/* view */
	.view {
		margin-top: 130px !important;
		display: block !important;
	}

	.view {
		text-align: center !important;
	}

	/* footer */
	.footer {
		width: 100% !important;
		height: 300px !important;
		background-color: #0d2960 !important;
		margin-top: 90px !important;
		color: #fff;
	}

	.footer-items {
		padding-top: 70px !important;
		padding-left: 100px !important;
	}

	.footer-item-up p {
		font-size: 16px !important;
	}

	.footer-item {
		width: 260px !important;
		float: left !important;
		margin-right: 60px !important;
	}

	.footer-item-up hr {
		width: 260px !important;
		background-color: #fff !important;
	}

	.footer-down p {
		margin-bottom: 5px !important;
		font-size: 14px !important;
	}
  .footer-down p a{
        text-decoration:none;
		color: #fff;  
		}
	.footer-item:nth-child(4) {
		display: block !important;
	}

	/* footer-des */
	.footer-des {
		overflow: hidden !important;
		background-color: #202020 !important;
		color: #fff !important;
		font-size: 14px !important;
		padding: 10px 0 !important;
		padding: 0 265px !important;
	}

	.footer-des-txt {
		float: left !important;
	}

	.contact {
		margin-bottom: 5px !important;
	}

	.icon {
		float: right;
		/* margin-right: 250px; */
		margin-top: 30px !important;
	}

	.icon-item {
		display: inline-block;
		width: 45px !important;
		margin: 0px 5px !important;
		cursor: pointer;
		height: 45px !important;
		line-height: 37px !important;
		border-radius: 50%;
		border: 1px solid #393939;
		border-radius: 50%;
		text-align: center;
	}
}


/* @media (min-width: 1300px) {
    .footer-des {
        padding-left: 140px !important;
    }
    .icon {
        margin-right: 140px !important;
    }
} */
