@charset "UTF-8";


.ny-banner.about1 {
	width:100%;
	height:420px;
	position:relative;
	transition:all ease .5s;
}
.ny-banner .img {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	left:0;
	top:0;
}
.ny-banner .img img {
	max-width:initial;
	width:auto;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
@media(min-width:1921px) {
    .ny-banner .img img {
        max-width:none;
        width:100%;
    }
}
.ny-banner .boxs {
	position:relative;
	max-width:1600px;
	height:100%;
	z-index:2;
	margin:auto;
	color:#fff;
}
.ny-banner.about1 .boxs.n1 {
	padding-top:120px;
	letter-spacing:2px;
	transition:all ease .5s;
}
.ny-banner.about1 .boxs.n1 .t1 {
	font-size:48px;
	font-weight:bold;
	line-height:72px;
}
.ny-banner.about1 .boxs.n1 .t2 {
	font-size:22px;
	line-height:44px;
}

.ny-banner {
	width:100%;
	height:540px;
	position:relative;
	transition:all ease .5s;
}
.ny-banner .boxs {
	position:relative;
	max-width:1600px;
	height:100%;
	z-index:2;
	margin:auto;
	color:#fff;
}
.ny-banner .boxs.n1 {
	padding-top:275px;
	letter-spacing:2px;
	transition:all ease .5s;
}
.ny-banner .boxs.n1 .t1 {
	font-size:36px;
	font-weight:bold;
	line-height:1;
}
.ny-banner .boxs.n1 .t2 {
	font-size:16px;
	line-height:30px;
	margin-top:12px;
}

.ny-banner .boxs.n2 .box {
	width:100%;
	padding-bottom:76px;
	position:absolute;
	left:0;
	bottom:60px;
}
.ny-banner .boxs.n2 .box .t1 {
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
}
.ny-banner .boxs.n2 .box .t2 {
	width:70%;
	font-size:14px;
	line-height:24px;
	color:#fff;
	margin-top:14px;
}

.ny-banner .boxs .breadcrumbs {
	position:absolute;
	right:0;
	bottom:0;
	line-height:60px;
	font-size:14px;
	color:#fff;
	letter-spacing:2px;
	padding-left:25px;
	background:url(../images/icon23.png) left center no-repeat;
}
.ny-banner .boxs .breadcrumbs a {
	color:#fff;
	transition:all ease .3s;
}
.ny-banner .boxs .breadcrumbs a:hover {
	color:#fff;
}
.ny-banner .boxs .breadcrumbs span {
	color:#fff;
}
.ny-banner .nb-menu {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:60px;
	background:rgba(0,0,0,.25);
}
.ny-banner .nb-menu ul {
	max-width:1600px;
	margin:auto;
	padding-top:13px;
	position:relative;
	z-index:5;
}
.ny-banner .nb-menu ul li {
	float:left;
	margin-right:3px;
}
.ny-banner .nb-menu ul li a {
	font-size:14px;
	color:#fff;
	line-height:35px;
	padding:0 20px;
	display:block;
	transition:all ease .3s;
	border-radius:15px;
}
.ny-banner .nb-menu ul li:hover a {
	color:#222;
	background:#fff;
}
.ny-banner .nb-menu ul li.on a {
	color:#222;
	background:#fff;
}

.index-data {
	position: relative;
	overflow: hidden;
	width:100%;
	padding:0 7.8%;
}
.index-data .index-data-list {
	width: 100%;
	padding:120px 0 0;
}

.data-background {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

.index-data .item {
	float: left;
	width: 33.33%;
	height: 280px;
}

.index-data .item-inner {
	position: relative;
	height: 280px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.2);
}

.index-data .item:nth-child(3n) .item-inner {
	border-right: 0;
}

.index-data .item:first-child .item-inner,
.index-data .item:nth-child(2) .item-inner,
.index-data .item:nth-child(3) .item-inner {
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.index-data .text-wrap {
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 16px;
	color: #fff;
	transform: translateY(-50%);
}

.index-data .text-wrap .number-wrap {
	display: block;
	font: normal 108px/1 'AkzidenzGrotesk-BoldCondAlt';
	color: #fff;
	letter-spacing:2px;
}

.index-data .text-wrap .number-wrap strong.icon {
	display: inline-block;
	font-size: 72px;
	vertical-align: 13px;
}


.about {
	width:100%;
}

.about1 {
	width:100%;
	height:auto;
	text-align:center;
	padding-top:70px;
}
.about1 .title {
	font-weight: bold;
	font-size:48px;
	line-height:66px;
	color:#222;
}
.about1 .txt {
	width:900px;
	margin:auto;
	font-size:15px;
	line-height:28px;
	color:#222;
	margin-top:22px;
	text-align: left;
}
.about1 .icon {
	margin-top:40px;
}

.about2 {
	width:100%;
	height:800px;
	background:url(../images/abg1.jpg) center center no-repeat;
	background-size:auto 100%;
	text-align:center;
	padding:100px 7.8% 0;
}
.about2 .title {
	font-weight:bold;
	font-size:36px;
	color:#fff;
	line-height:1;
}
.about2 .txt {
	width:620px;
	margin:23px auto 0;
	font-size:14px;
	line-height:24px;
	color:#fff;
}
.about2 .certificate {
	width:100%;
	position:relative;
	padding:0 80px;
	margin-top:133px;
}
.about2 .certificate .prev, .about2 .certificate .next {
	width:60px;
	height:60px;
	border-radius:50%;
	border:2px solid #fff;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
	transition:all ease .5s;
}
.about2 .certificate .prev {
	background:url(../images/aicon1.png) center center no-repeat;
	left:0;
}
.about2 .certificate .prev:hover {
	border:2px solid #000;
	background:#000 url(../images/aicon1.png) center center no-repeat;
}
.about2 .certificate .next {
	background:url(../images/aicon2.png) center center no-repeat;
	right:0;
}
.about2 .certificate .next:hover {
	border:2px solid #000;
	background:#000 url(../images/aicon2.png) center center no-repeat;
}

.about3 {
	width:100%;
	display:table;
	margin-top:10px;
}
.about3 .tbox {
	width:50%;
	float:left;
	padding-left:7.8%;
	padding-top:27px;
}
.about3 .tbox .title {
	font-size:36px;
	font-weight:bold;
	color:#00205b;
	line-height:1;
}
.about3 .tbox .txt {
	width:80%;
	font-size:14px;
	line-height:28px;
	color:#00205b;
	margin-top:20px;
}
.about3 .tbox .more {
	margin-top:72px;
	width:60px;
	height:60px;
	border-radius:50%;
	border:2px solid #00205b;
	background:url(../images/aicon4.png) center center no-repeat;
	display:block;
	transition:all ease .5s;
}
.about3 .tbox .more:hover {
	background:#00205b url(../images/aicon3.png) center center no-repeat;
}
.about3 .img {
	width:50%;
	float:right;
	overflow:hidden;
}
.about3 .img img {
	width:100%;
	transition:all ease 1s;
}
.about3:hover .img img {
	transform:scale(1.05);
}

.about4 {
	width:100%;
	display:table;
	margin-top:10px;
	background:#f4f4f4;
}
.about4 .img {
	width:50%;
	float:left;
	overflow:hidden;
}
.about4 .img img {
	width:100%;
	transition:all ease 1s;
}
.about4:hover .img img {
	transform:scale(1.05);
}
.about4 .tbox {
	width:50%;
	padding:27px 0 0 7.8%;
	float: right;
}
.about4 .tbox .title {
	font-size:36px;
	font-weight:bold;
	color:#00205b;
	line-height:1;
}
.about4 .tbox .txt {
	width:80%;
	font-size:14px;
	line-height:28px;
	color:#00205b;
	margin-top:20px;
}
.about4 .tbox .more {
	margin-top:72px;
	width:60px;
	height:60px;
	border-radius:50%;
	border:2px solid #00205b;
	background:url(../images/aicon4.png) center center no-repeat;
	display:block;
	transition:all ease .5s;
}
.about4 .tbox .more:hover {
	background:#00205b url(../images/aicon3.png) center center no-repeat;
}

.about5 {
	width:100%;
	height:343px;
	text-align:center;
	padding-top:80px;
}
.about5 .title {
	font-size:36px;
	font-weight:bold;
	color:#00205b;
}
.about5 .txt {
	font-size:14px;
	line-height:28px;
	color:#00205b;
	margin-top:22px;
}
.about5 .link {
	width:161px;
	height:55px;
	line-height:55px;
	border-radius:27px;
	background:#00205b url(../images/aicon5.png) 108px center no-repeat;
	display:block;
	margin:42px auto 0;
	text-align:left;
	padding-left:35px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}


.course {
	width:100%;
	min-height:1040px;
	background:url(../images/abg2.jpg) center center no-repeat;
	background-size:auto 100%;
	padding-left:15%;
}
.course ul {
	width:100%;
	height:100%;
	min-height:1040px;
	background:url(../images/abg3.png) 25.15% 80px no-repeat;
	padding-top:150px;
}
.course li {
	width:100%;
	display:table;
}
.course li.l1 {
	padding-left:53.3%;margin-bottom:67px;
}
.course li.l2 {
	padding-left:50.4%;margin-bottom:17px;
}
.course li.l3 {
	padding-left:39.2%;margin-bottom:64px;
}
.course li.l4 {
	padding-left:36.3%;margin-bottom:11px;
}
.course li.l5 {
	padding-left:24.1%;margin-bottom:47px;
}
.course li.l6 {
	padding-left:18.75%;margin-bottom:50px;
}
.course li.l7 {
	padding-left:17%;margin-bottom:17px;
}
.course li.l8 {
	padding-left:8%;
}
.course li .year {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#222;
	float:left;
}
.course li .dian {
	width:17px;
	height:17px;
	border:1px solid #30b1da;
	border-radius:50%;
	float:left;
	position:relative;
	margin:5px 20px 0;
}
.course li .dian:after {
	width:9px;
	height:9px;
	border-radius:50%;
	background:#21abd7;
	content:"";
	position:absolute;
	left:3px;
	top:3px;
}
.course li .tbox {
	float:left;
	font-size:16px;
	line-height:24px;
	color:#222;
}
.course li .tbox .t1 {
	font-weight:bold;
}
.course li .tbox .t2 {
	margin-top:5px;
}


.staff-corner {
	width:100%;
	padding:0 7.8%;
	background:#f7f7f7;
}
.staff-corner .year {
	width:100%;
	display:table;
	padding-top:55px;
}
.staff-corner .year li {
	float:left;
	font-size:36px;
	color:#999;
	font-family: 'Gotham-Bold';
	margin-right:35px;
	cursor:pointer;
	transition:all ease .5s;
}
.staff-corner .year li:hover {
	color:#222;
}
.staff-corner .year li.on {
	color:#222;
}
.staff-corner .year-box {
	width:100%;
	padding:44px 0 70px;
}
.staff-corner .year-box .box1 {
	width:100%;
	display:table;
	margin-bottom:10px;
}
.staff-corner .year-box .box1 .things1 {
	width:38%;
	float:left;
	position:relative;
}
.staff-corner .year-box .box1 .things1 a {
	display:block;
}
.staff-corner .year-box .box1 .things1 .img {
	width:100%;
	overflow:hidden;
}
.staff-corner .year-box .box1 .things1 .img img {
	width:100%;
	transition:all ease 1s;
}
.staff-corner .year-box .box1 .things1:hover .img img {
	transform:scale(1.05);
}
.staff-corner .year-box .box1 .things1 .tbox {
	line-height:1;
	position:absolute;
	left:30px;
	bottom:27px;
	z-index:2;
}
.staff-corner .year-box .box1 .things1 .tbox .t1 {
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
.staff-corner .year-box .box1 .things1 .tbox .t2 {
	font-size:16px;
	color:#fff;
	font-family: 'gotham-medium';
	margin-top:13px;
}
.staff-corner .year-box .box1 .things2 {
	width:100%;
	/* float:left; */
}
.staff-corner .year-box .box1 .things2 .box2 {
	width:calc(20.6% - 10px);
	margin-left:10px;
	position:relative;
	float:left;
	background:#fff;
}
.staff-corner .year-box .box1 .things2 .box2 a {
	width:100%;
	height:100%;
	display:block;
}
.staff-corner .year-box .box1 .things2 .box2 .img {
	width:100%;
	overflow:hidden;
}
.staff-corner .year-box .box1 .things2 .box2 .img img {
	width:100%;
	transition:all ease 1s;
}
.staff-corner .year-box .box1 .things2 .box2:hover .img img {
	transform:scale(1.05);
}
.staff-corner .year-box .box1 .things2 .box2 .tbox {
	height:50%;
	padding-top:30%;
	padding-left:30px;
}
.staff-corner .year-box .box1 .things2 .box2 .tbox .t1 {
	font-size:22px;
	font-weight:bold;
	color:#222;
}
.staff-corner .year-box .box1 .things2 .box2 .tbox .t2 {
	font-size:16px;
	color:#222;
	font-family: 'gotham-medium';
	margin-top:13px;
}


.job {
	width:100%;
	padding:30px 7.8% 60px;
	background:#f7f7f7;
}
.job li {
	width:100%;
	display:table;
	background:#fff;
	margin-bottom:20px;
}
.job li .tbox {
	width:50%;
	float:left;
	padding-left:70px;
	padding-top:129px;
}
.job li .tbox .t1 {
	font-size:36px;
	font-weight:bold;
	color:#222;
}
.job li .tbox .t2 {
	font-size:14px;
	line-height:24px;
	color:#222;
	width:65%;
	margin-top:24px;
}
.job li .tbox .more {
	width:60px;
	height:60px;
	border-radius:50%;
	border:2px solid #222;
	background:url(../images/aicon4.png) center center no-repeat;
	display:block;
	transition:all ease .5s;
	margin-top:74px;
}
.job li .tbox .more:hover {
	background:#222 url(../images/aicon3.png) center center no-repeat;
}
.job li .img {
	width:50%;
	float:right;
	overflow:hidden;
}
.job li .img img {
	width:100%;
	transition:all ease 1s;
}
.job li:hover .img img {
	transform:scale(1.05);
}
.job li:nth-child(2n) .tbox {
	float:right;
}
.job li:nth-child(2n) .img {
	float:left;
}


.job-info {
	width:100%;
	padding:30px 7.8% 60px;
	background:#f7f7f7;
}
.job-info .box {
	width:100%;
	position:relative;
	background:#fff;
	padding:52px 50px 50px;
}
.job-info .box .title {
	font-size:36px;
	font-weight:bold;
	color:#222;
	line-height:1;
}
.job-info .box .txt {
	font-size:14px;
	line-height:30px;
	color:#222;
	margin-top:40px;
}
.job-info .box .txts {
	font-size:14px;
	line-height:30px;
	color:#222;
	margin-top:30px;
}
.job-info .box .txts span {
	
}
.job-info .box .email {
	width:100%;
	height:70px;
	background:#f7f7f7;
	line-height:70px;
	padding-left:30px;
	font-size:14px;
	font-weight:bold;
	margin-top:50px;
}
.job-info .box .back {
	position:absolute;
	top:40px;
	right:50px;
	width:50px;
	height:50px;
	background:url(../images/aicon6.png) center center no-repeat;
	background-size: 100%;
}
.job-info .list {
	width:100%;
	display:table;
	margin-top:20px;
}
.job-info .list li {
	width:calc(33.3% - 14px);
	float:left;
	margin-right:21px;
	transition:all ease 1s;
}
.job-info .list li:hover {
	box-shadow:0 0 25px 0 rgba(0,0,0,.1);
}
.job-info .list li:nth-child(3n) {
	margin-right:0;
}
.job-info .list li a {
	display:block;
}
.job-info .list li .img {
	width:100%;
	overflow:hidden;
}
.job-info .list li .img img {
	width:100%;
	transition:all ease 1s;
}
.job-info .list li:hover .img img {
	transform:scale(1.05);
}
.job-info .list li .tbox {
	width:100%;
	height:228px;
	background:#fff;
	padding:27px 40px 0;
}
.job-info .list li .tbox .t1 {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#222;
}
.job-info .list li .tbox .t2 {
	font-size:14px;
	line-height:24px;
	color:#222;
	margin-top:24px;
}
.job-info .list li .tbox .icon {
	height:10px;
	background:url(../images/aicon7.png) left center no-repeat;
	transition:all ease 1s;
	margin-top:35px;
}
.job-info .list li:hover .tbox .icon {
	background:url(../images/aicon8.png) left center no-repeat;
}


