/* .header-width {
	width: 100%;
	position: fixed;
	z-index: 99;
	transition: all 0.5s ease 0s;
}

.header {
	width: 1200px;
	min-height: 86px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
 */
/* .logo img {
	width: 320px;
} */

/* .sNav {
	width: 490px;
	height: 86px;
}

.sNav>a>div {
	background: none !important;
}

.sNav>a>div>span {
	width: 98px !important;
}

.sNav>a {
	width: 98px !important;
	font-size: 16px;
	list-style: none;
	float: left;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.sNav>a li {
	text-align: center;
	color: #333;
	height: 86px;
	line-height: 86px;
}

.sNav>a span {
	text-align: center;
	display: block;
	font-weight: bold;
} */
/*.header {
	height: 86px;
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 z-index: 9999;
}

.head {
	width: 1200px;
	height: 86px;
	margin: 0 auto
}

.tel {
	color: #7bcde7;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 34px;
	font-size: 20px;
}


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

.nav {
	position: relative;
	left: 50px;
}

.nav>ul>li {
	float: left;
    height: 66px;
    padding-top: 18px;
    line-height: 48px;
    margin: 0px 20px;
    position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 16px;
	color: #333;
}
.nav>ul>li>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
    background: #fff;
    transition: transform 0.5s;
    transform: scaleX(0);
}
.nav>ul>li>a:hover::after {
    transform: scaleX(1);
}
.nav>ul>li.focus>a{
	border-bottom: 3px solid #fff;
}

.subnav {
	position: absolute;
	left: -80px;
	top: 86px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0px 0px 4px 4px;
	width: 220px;
	display: none;
	min-height: 130px;
	padding: 6px;
}

.subnav>li {
	height: 42px;
	line-height: 42px;
	text-align: center;
	width: 45%;
    float: left;
    margin-left: 7px
}

.subnav>li>a {
	display: block;
	height: 100%;
	color: #fff !important;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.subnav-list>li{
	display: flex;
}
.subnav-list>li>a{
	color: #fff !important;
}
.subnav-list>li>a:hover{
	color: #2589ff;
}
.subnav-list>li:before{
	content: "▶";
	color: #fff;
	padding-right: 6px;
}
*/
.nav>ul>li>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 137% !important;
    left: 0;
    background: #fff;
    transition: transform 0.5s;
    transform: scaleX(0);
}
.banner-width {
	width: 100%;
	background: #ecedee;
}

.banner {
	width: 1200px;
	height: 352px;
	margin: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.pst-title {
	position: absolute;
	top: 36%;
	left: 0%;
}

.pst-title p:first-child {
	font-size: 56px;
	color: #2B8EFD;
	letter-spacing: 10px;
}

.pst-title p:last-child {
	font-size: 40px;
	color: #303030;
	padding-top: 4px;
}

.main-width {
	width: 100%;
	padding: 40px 0;
}

.main {
	width: 1200px;
	margin: auto;
}
.brand-bg{
	padding-bottom: 80px;
}
.brand {
	height: 410px;
	display: flex;
	justify-content: space-between;
	background: url(./../../Images/about/about-img02.png)no-repeat center;
}

.brand-title {
	font-size: 30px;
	color: #303030;
	font-weight: bold;
}

.brand-title::before {
	content: url(./../../Images/about/title-left.png);
	padding-right: 18px;
}

.brand-title::after {
	content: url(./../../Images/about/title-right.png);
	padding-left: 18px;
}

.brand-left {
	width: 730px;
}

.brand-introduce {
	margin-top: 54px;
}

.brand-introduce p {
	text-indent: 2em;
	font-size: 18px;
	color: #303030;
	line-height: 30px;
}

.scroll-data {
	height: 160px;
	display: flex;
	justify-content: space-between;
}

.scroll-data li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 182px;
	height: 100%;
}

.scroll-data li {
	color: #2B8EFD;
}

.num-count {
	font-size: 56px;
}

.scroll-data li p span:nth-child(2) {
	position: relative;
	top: 0px;
	left: 5px;
	color: #2B8EFD;
	vertical-align: 40px;
	font-size: 20px;
	font-weight: bold;
}

.scroll-data li p:nth-child(2) {
	padding-top: 10px;
	font-size: 20px;
	color: #6F6F6F;
}


.brand-right {
	width: calc(1200px - 750px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-right img {
	width: 350px;
}

.course-bg {
	height: 796px;
	padding: 0;
	background: url(./../../Images/about/about-img10.png)no-repeat center bottom #f7f7f7;
	background-size: contain;
}

.course {
	height: 100%;
	position: relative;
	background: url(./../../Images/about/about-img04.png)no-repeat center;
}

.course-title {
	padding-top: 112px;
}

.year-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 200px;
	height: 60px;
	position: absolute;
	transform: translateY(-50%);
}

.year-box-left .year {
	min-width: 150px;
	text-align: right;
	display: inline-block;
	height: 100%;
}

.year-box-right .year {
	min-width: 150px;
	text-align: left;
	display: inline-block;
	height: 100%;
}

.year-box-left img {
	margin-left: 36px;
}

.year-box-right img {
	margin-right: 36px;
}

.year p:first-child {
	color: #303030;
	font-weight: bold;
	font-size: 32px;
}

.year p:last-child {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 14px;
}

.year-2011 {
	top: 73%;
	left: 24%;
}

.year-2011-at {
	animation: twinkling 1.5s 4100ms 1 ease-out;
}

.year-2012 {
	top: 69%;
	left: 53%;
}

.year-2012-at {
	animation: twinkling 1.5s 4200ms 1 ease-out;
}

.year-2013 {
	top: 62%;
	left: 10%;
}

.year-2013-at {
	animation: twinkling 1.5s 4300ms 1 ease-out;
}


.year-2014 {
	top: 58%;
	left: 42%;
}

.year-2014-at {
	animation: twinkling 1.5s 4400ms 1 ease-out;
}

.year-2015 {
	top: 48%;
	left: 5%;
}

.year-2015-at {
	animation: twinkling 1.5s 4500ms 1 ease-out;
}

.year-2016 {
	top: 43%;
	left: 44%;
}

.year-2016-at {
	animation: twinkling 1.5s 4600ms 1 ease-out;
}


.year-2017 {
	top: 34%;
	left: 19%;
}

.year-2017-at {
	animation: twinkling 1.5s 4700ms 1 ease-out;
}

.year-2018 {
	top: 32%;
	left: 54%;
}

.year-2020 {
	top: 23%;
	left: 68%;
}

.year-2018-at {
	animation: twinkling 1.5s 4800ms 1 ease-out;
}

.year-2019 {
	top: 24%;
	left: 36%;
}

.year-2019-at {
	animation: twinkling 1.5s 4900ms 1 ease-out;
}
.year-2020-at {
	animation: twinkling 1.5s 5000ms 1 ease-out;
}
@keyframes twinkling {
	0% {
		opacity: 0;
		display: none;
	}

	100% {
		opacity: 1;
		display: block;
	}
}

.aircraft-pst {
	margin-top: 40%;
	transform: scale(0.3);
}

.aircraft-animation {
	position: absolute;
	animation:
		run-right-right 4s 0s 1 ease-out,
		run-right-top 4s 0s 1 cubic-bezier(.05, .08, .1, .92);
	animation-fill-mode: forwards;
}

@keyframes run-right-top {
	0% {
		bottom: 0;
	}

	100% {
		bottom: 80%;
	}
}

@keyframes run-right-right {
	0% {
		left: 0;
		transform: scale(0.3);
	}

	100% {
		left: 60%;
		transform: scale(0.8);
	}
}

.glory {
	position: absolute;
	top: 54%;
	right: 0;
	transform: translate(-50%, -50%);
	color: #A9A9A9;
}

.glory p:first-child {
	font-size: 60px;
}

.glory p:first-child span {
	font-size: 98px;
	font-family: serif;
}

.glory p:last-child {
	font-size: 30px;
}

.cost-bg {
	height: 732px;
	padding: 0;
	background: url(./../../Images/about/about-img09.png)no-repeat center bottom #2B8EFD;
	background-size: cover;
}

.cost {
	width: 1200px;
	height: 100%;
}

.cost-title {
	color: #fff;
	text-align: center;
	padding-top: 72px;
}

.cost-title::before {
	content: url(./../../Images/about/title-left-white.png);
}

.cost-title::after {
	content: url(./../../Images/about/title-right-white.png);
}

.cost-img {
	height: 360px;
	position: relative;
	text-align: center;
	margin: 4%;
}

.circle-left {
	top: 11%;
	left: 0%;
}

.circle-right {
	top: 11%;
	right: 0%;
}

.cost-pst {
	position: absolute;
}

.circle-pst {
	position: absolute;
}

.circle01 {
	top: 11%;
	left: 38.5%;
	animation: rotate1 5s infinite ease-in-out;
}

@keyframes rotate1 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate1 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate1 {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate1 {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-o-keyframes rotate1 {
	from {
		-o-transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(360deg);
	}
}



.circle02 {
	top: 0;
	left: 35%;
	animation: rotate2 5s infinite ease-in-out;
}

@keyframes rotate2 {
	from {
		transform: rotate(360deg);
	}

	to {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes rotate2 {
	from {
		-webkit-transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0deg);
	}
}

@-moz-keyframes rotate2 {
	from {
		-moz-transform: rotate(360deg);
	}

	to {
		-moz-transform: rotate(0deg);
	}
}

@-ms-keyframes rotate2 {
	from {
		-ms-transform: rotate(360deg);
	}

	to {
		-ms-transform: rotate(0deg);
	}
}

@-o-keyframes rotate2 {
	from {
		-o-transform: rotate(360deg);
	}

	to {
		-o-transform: rotate(0deg);
	}
}

.star01 {
	top: 50%;
	left: 53%;
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	transform: translate(-50%, -50%);
}

.star-font {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}

.star02 {
	top: 1%;
	left: 1%;
}

.star03 {
	top: 41%;
	left: -5%;
}

.star04 {
	top: 66%;
	left: 0%;
}

.star05 {
	top: 0%;
	right: -6%;
}

.star06 {
	top: 39%;
	right: -7%;
}

.star07 {
	top: 72%;
	right: -5%;
}

.honor-bg {
	background: #F7F7F7;
}

.honor-title {
	text-align: center;
	padding-bottom: 20px;
}

.honor-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.honor-list::after {
	content: "";
	width: 279px;
}

.honor-list li {
	width: 279px;
	height: 174px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	transition: all 0.5s ease 0s;
}

.honor-list li:hover {
	transform: scale(1.05);
}

.honor-list li img {
	width: 100%;
}

.honor-list li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	background: #2B8EFD;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.partner-bg{
	background: #fff;
}

.partner-list{
	width: 100%;
	margin-top: 20px;
}
.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-top .bd ul li {
	text-align: center;
	zoom: 1;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.picMarquee-top .bd ul li .pic {
	text-align: center;
	width: 160px;
	height: 56px;
}

.picMarquee-top .bd ul li .pic img {
	display: block;
}


.environment-bg{
	background: #f7f7f7;
}

.bd{
	margin-top: 20px;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 278px;
	height: 178px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.tempWrap{
	width: 1200px !important;
}

/*.footer-bg{
	padding: 0;
	background: url(./../../Images/about/footer-bg.png)no-repeat center #232d37;
}
.footer{
	padding: 0;
	display: flex;
	justify-content: space-between;
	color: #fff;
	width: 1200px;
	height: 316px;
}

.footer-list p {
    font-size: 18px;
    padding-bottom: 16px;
	position: relative;
}
.footer-list p:after{
	content: url(./../../Images/about/footer-img02.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
.ulList{
	padding-top: 20px;
}
.ulList:first-child{
	padding: 0;
}
.ulList li {
    color: #bfbfbf;
    padding-bottom: 10px;
}
.ulList li a {
    color: #bfbfbf;
}

.copyright{
	text-align: center;
	padding: 26px 0 26px 0;
	background: #141B24;
	color: #BFBFBF;
}
.copyright p a{
	color: #BFBFBF;
}*/

