@charset "UTF-8";

#m-header,
#m-footer,
#navs {
	display: none;
}

#pc-header,
#pc-footer {
	display: block;
}

.inner {
	margin: 0 auto;
	width: 96rem;
	height: 30rem;
	margin-top: 1.9rem;
}

.ny-banner.about1 {
	width: 100%;
	height: 860px;
	position: relative;
	transition: all ease .5s;
}


.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: flex;
	justify-content: center;
	font-size: 8rem;
	color: #fff;
	letter-spacing: 2px;
}
.index-data .text-wrap .small-title {
	position: relative;
	top: 1rem;
	font-size: 1.5rem;
	color: #fff;
}

.index-data .text-wrap .number-wrap strong.icon {
	display: inline-block;
	width: 20%;
	font-size: 72px;
	vertical-align: 13px;
}


.about {
	width: 100%;
}

.about1 {
	width: 100%;
	/* height:625px; */
	height: auto;
	text-align: center;
	padding-top: 70px;
	padding: 80px 7.8%;
}

.about1 .title {
	width: 55%;
	font-size: 2.25rem;
	text-align: left;
	line-height: 4.13rem;
	color: #222;
}

.about1 .txt {
	width: 55%;
	float: left;
	height: 28rem;
	text-indent: 2em;
    overflow: hidden;
    overflow-y: auto;
	/* width: 60rem; */
	margin: auto;
	font-size: 1rem;
	text-align: left;
	line-height: 28px;
	color: #222;
	margin-top: 22px;
}

.about1 .icon {
	width: 42%;
    text-align: left;
	float: right;
	margin-top: 20px;
}

.about2 {
	width: 100%;
	/* height: 800px; */
	height: auto;
	background: url(../images/abg1.jpg) center center no-repeat;
	background-size: auto 100%;
	text-align: center;
	/* padding: 100px 7.8% 0; */
	padding: 80px 7.8%;
}

.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 40px;
	/* margin-top: 133px; */
}
.about2 .certificate1 {
	width: 100%;
	position: relative;
	padding: 0 40px;
	height: 400px;
	/* margin-top: 133px; */
}
/*ls添加 date:3/22*/

.certificate1 .b1{
	width: 50%;
	float: left;
}
.certificate1 .b2{
	width: 50%;
	float: right;
}
.certificate1 .ntitle ,.certificate .ntitle{
	/* margin-bottom: 40px;  */
	margin: 40px 0;
	text-align: left;
}

.certificate1 .ntitle span{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
}

.about2 .certificate1  .gallery .img-item {
	height: 18.75rem;
	border: 1px solid #dcdddd;
	margin-left: -1px;
	margin-top: -1px;
}
.about2 .certificate1 .b1 .gallery .img-item {
	float: left;
	width: 49.9%;

}
.about2 .certificate1 .b2 .gallery .img-item {
	float: left;
	width: 33.33%;


}

.about2 .certificate1 .gallery .img-item img {
	padding: 20px;
	display: block;
	width: 100%;
	height: 100%;
	/* margin: 0 auto; */
}

.certificate .ntitle span{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
}

.about2 .certificate .gallery .img-item {
	float: left;
	width: 14.285%;
	/*width: 200px;*/
	/* height: 200px; */
	height: auto;
	border: 1px solid #dcdddd;
	margin-left: -1px;
	margin-top: -1px;
}


.about2 .certificate .gallery .img-item img {
	padding: 20px;
	display: block;
	width: 100%;
	height: 100%;
}



/* .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: 207px;
}

.about3 .tbox .title {
	font-size: 36px;
	font-weight: bold;
	color: #222;
	line-height: 1;
}

.about3 .tbox .txt {
	width: 80%;
	font-size: 14px;
	line-height: 28px;
	color: #222;
	margin-top: 20px;
}

.about3 .tbox .more {
	margin-top: 72px;
	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;
}

.about3 .tbox .more:hover {
	background: #222 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);
}


.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;
}

/*--------企业文化--------*/
.about-intro2 {
    width: 100%;
	padding: 70px 0px 40px;
	position: relative;
	overflow: hidden;
}

.about-intro2 .container {
	position: relative;
	overflow: hidden;
}

.about-intro2 .intro-card {
	margin: 0 auto;
}

.about-intro2 .intro-card .card {
	float: left;
	width: 31.3333%;
	overflow: hidden;
	margin-right: 3%;
}

.about-intro2 .intro-card .card:last-child {
	margin-right: 0;
}

.about-intro2 .intro-card .card:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.about-intro2 .intro-card .inner {
	position: relative;
	margin: unset;
	width: unset;
	height: unset;
	margin-top: unset;
}

.about-intro2 .intro-card .inner img {
	display: block;
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.about-intro2 .intro-card .inner img,
.full-certificate-article .certificate img,
.full-adv-case img,
.full-ablum img {
	width: 100% !important;
	height: auto !important;
}

.about-intro2 .intro-card .info {
	position: absolute;
    left: 4rem;
    top: 4rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding-right: 4rem;
}

.about-intro2 .intro-card .en {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.about-intro2 .intro-card .cn {
	margin-bottom: 3rem;
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: bold;
}

/* 发展历程 */
.about-slide {
	padding: 4.38rem 0px;
	height: 35rem;
	background-color: #f5f5f5;
	background-image: url(../images/about_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.about-slide .container {
	height: 100%;
}

.course-warp {
	padding-left: 3.75rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.course-warp .title {
	margin-bottom: 2.5rem;
}

.course-warp .title span {
	color: #999;
	font-size: 1.5rem;
	line-height: 4rem;
	font-weight: bold;
}

.course-warp .title p {
	color: #353535;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.course-warp .title i {
	color: #009966;
}

.course-warp .course-menu {
	margin-bottom: 1.5rem;
}

.course-warp .course-menu a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 1rem;
	height: 1.88rem;
	line-height: 1.5rem;
	color: #353535;
	font-family: Arial;
	margin-right: .94rem;
	padding: 0 2px 6px;
	/*transition: all .4s ease;*/
}

.course-warp .course-menu a.active {
	color: #009966;
	font-size: 1.38rem;
}

.course-warp .course-loop {
	width: 100%;
}

.course-warp .course-loop .course-item .course-cont {
	color: #353535;
	font-size: 18px;
	line-height: 2.8rem;
}

.course-warp .course-loop .course-item .course-cont p:before {
	content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(../images/icon_check.png);
    background-size: 16px 16px;
}

/*-------获客--------*/
.index-floor.foot-contact {
	padding: 0px;
	background-image: url(../images/index_contact.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.foot-contact .experience {
	float: left;
	padding: 30px 0px;
	width: 480px;
	text-align: center;
	position: relative;
	background: #009966;
}

.foot-contact .experience .num {
	font-size: 4rem;
    line-height: 5.5rem;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.foot-contact .experience .num i {
	font-size: 6rem;
    line-height: 6rem;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
}

.foot-contact .experience p {
	font-size: 3.13rem;
	color: #fff
}

.foot-contact .foot_contact_cont {
	float: left;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: -webkit-calc(100% - 480px);
	width: calc(100% - 480px);
	padding: 20px 0px 0px;
	position: relative;
	z-index: 9;
}

.foot-contact .foot_contact_cont dl {
	float: left;
	position: relative;
	padding-bottom: 80px;
	padding-left: 50px;
	text-align: left;
}

.foot-contact .foot_contact_cont dl dt h4 {
	font-size: 2rem;
	color: #fff;
}

.foot-contact .foot_contact_cont dl dt .desc {
	font-size: 1rem;
	color: #fff;
	font-weight: 700;
	padding-top: 10px;
}

.foot-contact .foot_contact_cont dl dd {
	width: 12rem;
	max-width: inherit;
	position: absolute;
	bottom: 0px;
	left: 50px;
}

.foot-contact .foot_contact_cont dl dd a {
	display: block;
	width: calc(50% - 5px);
	height: 54px;
	line-height: 46px;
	font-weight: 700;
	border-radius: 40px;
	border: 4px solid #009966;
	float: left;
	margin-left: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transition: all .6s ease;
	position: relative;
}

.foot-contact .foot_contact_cont dl dd a.cur,
.foot-contact .foot_contact_cont dl dd a:hover {
	background-color: #009966;
	border-color: #009966;
	color: #fff;
}

.foot-contact .foot_contact_cont dl dd a:nth-child(1) {
	width: 100%;
	margin-left: 0px;
}

.foot-contact .foot_contact_cont dl dd a ul {
	position: absolute;
	text-align: center;
	width: 130px;
	left: 0;
	right: 0;
	bottom: 130%;
	margin: 0 auto;
	display: none;
	background: #fff;
	border-radius: 5px;
	overflow: visible;
	z-index: 99;
}

.foot-contact .foot_contact_cont dl dd a ul li {
	margin: 5px;
}

.foot-contact .foot_contact_cont dl dd a:hover ul {
	display: block;
	box-shadow: 0 0 4px #a9a9a9
}

.foot-contact .foot_contact_cont .right_form {
	float: right;
	width: 32.5rem;
}

.foot-contact .foot_contact_cont .right_form .tit {
	font-size: 1rem;
	color: #ffffff;
	text-align: right;
	margin-bottom: 1rem;
}

.foot-contact .foot_contact_cont .right_form form {
	width: 100%;
}

.foot-contact .foot_contact_cont .right_form form label {
	display: block;
	position: relative;
}

.foot-contact .foot_contact_cont .right_form form label span {
	font-size: .88rem;
	line-height: 3rem;
	color: #999;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.foot-contact .foot_contact_cont .right_form form label {
	width: 360px;
	height: 48px;
	padding: 0 16px;
	box-sizing: border-box;
	float: left;
	background-color: rgba(240, 240, 240, 0.9);
}

.foot-contact .foot_contact_cont .right_form form .input {
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 14px 0;
	background-color: rgba(0, 0, 0, 0);
	border: none;
}

.foot-contact .foot_contact_cont .right_form form .btn {
	width: 160px;
	display: block;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	float: left;
	background-color: #009966;
	border: none;
	color: #fff;
	font-size: 16px;
	transition: all 0.6s ease;
}

.foot-contact .foot_contact_cont .right_form form .btn:hover {
	background-color: #009966;
}



@media(max-width:1660px) {

	.ny-banner .boxs,
	.news-info,
	.news .box1,
	.news .list1,
	.page-list {
		margin: 0 30px;
	}

	.case-tj {
		margin: 60px 30px 0;
	}

	.ny-banner .nb-menu {
		padding-left: 30px;
	}
}

@media(max-width:1370px) {
	.ny-banner.about1 {
		height: 580px;
	}

	.ny-banner.about1 .img img {
		width: 100%;
	}

	.ny-banner .boxs.n1 {
		padding-top: 250px;
	}

	.ny-banner {
		height: 380px;
	}

	.ny-banner .boxs.n1 {
		padding-top: 193px;
	}


	.index-data .index-data-list {
		padding: 60px 0 0;
	}

	.index-data .item,
	.index-data .item-inner {
		height: 200px;
	}


	.design .list li .tbox .t2 {
		padding: 0 12%;
	}

	.relevant-information .list li {
		padding: 20px 20px 0;
	}

	.microsite .box1 .tbox {
		padding-top: 130px;
	}

	.microsite .box2,
	.microsite .box3,
	.microsite .box4 {
		height: 580px;
	}

	.microsite .box2 .tbox {
		padding-top: 160px;
	}

	.microsite .box3 .img {
		width: 60%;
	}

	.microsite .box3.active .img {
		top: -255px;
	}

	.microsite .box3 .tbox {
		padding-top: 230px;
	}

	.microsite .box4 .tbox {
		padding-top: 230px;
	}

	.microsite .box1 .tbox .t2,
	.microsite .box2 .tbox .t2,
	.microsite .box3 .tbox .t2,
	.microsite .box4 .tbox .t2 {
		font-size: 18px;
	}



	.course {
		padding-left: 10%;
	}

	.course li.l1 {
		padding-left: 62.6%;
	}

	.course li.l1 .tbox {
		width: 62%;
	}

	.course li.l2 {
		padding-left: 53.7%;
	}

	.course li.l3 {
		padding-left: 42.9%;
	}

	.course li.l4 {
		padding-left: 37.5%;
	}

	.course li.l5 {
		padding-left: 22.8%;
	}

	.course li.l6 {
		padding-left: 15.6%;
	}

	.course li.l7 {
		padding-left: 11.7%;
	}

	.course li.l8 {
		padding-left: 0.3%;
	}

	.about3 .tbox {
		padding-top: 107px;
	}

	.job li .tbox {
		padding-top: 69px;
	}





}

@media(max-width:1330px) {
	.ny-banner .boxs.n1 .breadcrumbs {
		display: none;
	}

	.job {
		padding: 30px 3% 60px;
	}

	.staff-corner {
		padding: 0 3%;
	}

	.staff-corner .year-box .box1 .things2 .box2 .tbox {
		padding-top: 15%;
		padding-left: 15px;
	}

	.staff-corner .year-box .box1 .things2 .box2 .tbox .t1 {
		font-size: 18px;
	}

	.course {
		padding: 0 3%;
		min-height: auto;
		background: none;
	}

	.course ul {
		background: none;
		min-height: auto;
		padding: 50px 0;
	}

	.course li.l1,
	.course li.l2,
	.course li.l3,
	.course li.l4,
	.course li.l5,
	.course li.l6,
	.course li.l7,
	.course li.l8 {
		padding-left: 0;
		margin-bottom: 15px;
	}






	.foot-top {
		padding: 60px 3.8% 18px;
	}

	.foot-top li {
		margin-right: 2%;
	}

	.foot-top li {
		width: 23%;
	}

	.job-info {
		padding: 30px 3% 60px;
	}



}

@media(max-width:1200px) {
	.ny-banner .boxs.n2 .box .t2 {
		padding: 10px;
		line-height: 30px;
	}

	.about3 .tbox {
		padding-top: 80px;
	}

	.about3 .tbox .more {
		margin-top: 10px;
	}

	.job li .tbox {
		padding-top: 50px;
		padding-left: 30px;
	}

	.job li .tbox .t1 {
		font-size: 24px;
	}

	.job li .tbox .t2 {
		width: 95%;
	}

	.job li .tbox .more {
		width: 50px;
		height: 50px;
		margin-top: 20px;
	}




}


@media (max-width: 960px) {


	.about-slide .container {
		height: 100%;
		min-width: unset;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.course-warp .course-menu a {
		font-size: 16px;
	}
	.course-warp .course-menu a.active {
	    color: #009966;
	    font-size: 18px;
	}

	.course-warp {
		padding-left: 0;
	}

	.course-warp .course-loop .course-item .course-cont {
		color: #353535;
	    font-size: .3rem;
	    line-height: .6rem;
	}
	.course-warp .course-loop .course-item .course-cont p:before {
	    margin-right: .1rem;
	}

	.index-data .text-wrap .number-wrap {
		font: normal 90px/1 'AkzidenzGrotesk-BoldCondAlt'
	}
	.index-data .text-wrap .number-wrap strong.animateNum{
		font-size: .5rem;
	}
	.index-data .text-wrap .number-wrap strong.icon{
		font-size: .4rem;
	}
	.about-intro2 {
		display: none;
	}

	.about1 .txt {
		width: 100%;
		padding: 0 30px;
		line-height: .5rem;
		font-size: .3rem;
	}

	.about-slide {
		height: auto;
		padding: 35px 0px;
	  }
	.course-warp .title {
		margin-bottom: .5rem;
	  }
	.course-warp .title span {
		font-size: .35rem;
		line-height: .6rem;
	  }

	.about2 .certificate1,.about2 .certificate{
		/* margin-top: .5rem; */
		padding: 0 20px;
	}
	/* .about2 .certificate1{
		height: 6rem;
	} */

	.certificate1 .b1 .gallery .img-item,.certificate1  .b2 .gallery .img-item{
		height: auto;
	}
	.certificate1 .b1 ,.certificate1  .b2{
		width: 100%;
		float: left;
	}
	.about2 .certificate{
		margin-top: 1.3rem;
		/* display: none; */

	}
	.about2 .certificate .gallery .img-item{
		width: 33%;

	}
	.about3 .tbox {
		padding-top: 30px;
	}

	.about3 .tbox .title {
		font-size: 26px;
	}

	.about3 .tbox .txt {
		line-height: 24px;
		margin-top: 10px;
	}

	.about3 .tbox .more {
		width: 45px;
		height: 45px;
	}


	.ny-banner .boxs.n1 .t1 {
		font-size: 24px;
	}

	.job li .tbox {
		padding-top: 30px;
	}

	.job li .tbox .t2 {
		margin-top: 10px;
	}


	.foot-top li {
		width: 32%;
		margin-right: 2%;
	}

	.foot-top li:nth-child(3) {
		margin-right: 0;
	}

	.foot-top li:last-child {
		display: none;
	}

	.foot-center {
		padding: 25px 2% 18px;
	}

	.foot-center li .tbox.tel {
		padding: 8px 0 0 30px;
		background-size: 22px;
	}

	.foot-center li .tbox.sz,
	.foot-center li .tbox.gz {
		padding: 8px 0 0 30px;
	}

	.index-data .index-data-list {
		padding: 25px 0 0;
	}

	.course li {
		display: flex;
	}

	.course li .tbox {
		width: 65%;
	}

	.staff-corner .year-box .box1 {
		margin-bottom: 0;
	}

	.staff-corner .year-box .box1 .things2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.staff-corner .year-box .box1 .things1 {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}

	.staff-corner .year-box .box1 .things1 .tbox .t1 {
		font-size: 18px;
	}

	.staff-corner .year-box .box1 .things2 .box2 {
		width: calc(50% - 5px);
		margin-left: 0;
		margin-bottom: 10px;
	}

	.staff-corner .year-box .box1 .things2 .box2 .tbox {
		line-height: 1;
		position: absolute;
		left: 30px;
		bottom: 27px;
		z-index: 2;
		padding-top: 0;
		padding-left: 0;
		height: auto;
	}

	.staff-corner .year-box .box1 .things2 .box2 .tbox .t1 {
		color: #fff;
	}

	.staff-corner .year-box .box1 .things2 .box2 .tbox .t2 {
		color: #fff;
	}

	.staff-corner .year-box .box1 .things2 .box2 .img {
		height: 100%;
	}

	.staff-corner .year-box .box1 .things2 .box2 .img img {
		height: 100%;
		max-width: initial;
	}

	.job-info .list {
		display: none;
	}

	.index-floor.foot-contact .container {
		width: 100%;
		min-width: unset;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.foot-contact .experience {
		display: none;
	}

	.foot-contact .foot_contact_cont {
		width: 100%;
		display: block;
		padding: 20px 15px;
	}

	.foot-contact .foot_contact_cont dl {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.foot-contact .foot_contact_cont dl dd {
		position: static;
		width: 100%;
		margin-top: 40px;
	}

	.foot-contact .foot_contact_cont .right_form {
		width: 100%;
		margin-top: 40px;
		padding: 0;
	}

	.foot-contact .foot_contact_cont dl dt h4 {
		font-size: 32px;
	}

	.foot-contact .foot_contact_cont .right_form .tit {
		font-size: .3rem;
	    margin-bottom: .5rem;
		text-align: left;
	}

	.foot-contact .foot_contact_cont .right_form form label {
		width: calc(100% - 140px);
	}

	.foot-contact .foot_contact_cont .right_form form .btn {
		width: 140px;
	}

	.foot-contact .foot_contact_cont dl {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.foot-contact .foot_contact_cont dt {
		display: none;
	}

	.foot-contact .foot_contact_cont dl dd {
		position: static;
		width: 100%;
		margin-top: 40px;
	}

	.foot-contact .foot_contact_cont dt {
		display: none;
	}

	.foot-contact .foot_contact_cont dd {
		display: none;
	}

	.foot-contact .foot_contact_cont .right_form {
		margin-top: 0px;
	}

	.foot-contact .experience {
		display: none;
	}

	footer .footer-copyright {
		margin-top: 1rem;
		padding-top: 0.875rem;
		/* border-top: 0.0625rem solid rgba(255,255,255,.3); */
		text-align: center;
	}


}

@media (max-width: 767px) {

	#pc-header,
	#pc-footer {
		display: none;
	}

	#m-header,
	#m-footer,
	#navs {
		display: block;
		z-index: 15;
		width: 100%;
	}

	.about-intro2 {
		display: block;
		padding: 35px 0px;
	}
	.about-intro2 .intro-card {
	    margin: 0 auto;
	}
	.about-intro2 .intro-card .card {
	    float: unset;
	    width: 100%;
	    overflow: hidden;
	    margin: 0 auto;
	}
	.about-intro2 .intro-card .inner {
	    position: relative;
	    margin: unset;
	    width: 100%;
		max-width: unset;
	    height: unset;
	    padding: 10px;
	    margin-top: unset;
	}
	.about-intro2 .intro-card .info {
	    position: absolute;
	    left: 0;
	    top: 0;
	    color: #fff;
	    font-size: 18px;
	    line-height: 28px;
	    padding: 45px;
	}
	.about-intro2 .intro-card .en {
	    font-size: .3rem;
	    line-height: .5rem;
	    text-transform: uppercase;
	}
	.about-intro2 .intro-card .cn {
	    margin-bottom: .5rem;
	    font-size: 0.5rem;
	    line-height: 1rem;
	    font-weight: bold;
	}
	.about-intro2 .intro-card p {
		font-size: .3rem;
	    line-height: .5rem;
	    text-transform: uppercase;
	}

	.about-slide .container {
		height: 100%;
		min-width: unset;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.course-warp .course-menu a {
		font-size: .25rem;
		height: unset;
	    line-height: .3rem;
	    margin-right: 0;
	}
	.course-warp .course-menu a.active {
	    color: #009966;
	    font-size: .3rem;
	}
	.course-warp .course-menu {
	    margin-bottom: .2rem;
    	line-height: .6rem;
	}

	.course-warp {
		padding-left: 0;
	}

	.course-warp .course-loop .course-item .course-cont {
		color: #353535;
		font-size: .3rem;
		line-height: .5rem;
	}
	.course-warp .course-loop .course-item .course-cont p:before {
	    margin-right: .1rem;
	}

	.inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		max-width: 95%;
	}



	#m-header .inner .regis {
		position: absolute;
		top: 0.5rem;
		right: 4rem;
		width: 5.55rem;
		line-height: 2rem;
		height: 2rem;
		color: #fff;
		text-align: center;
		border-radius: 2rem;
		background-image: linear-gradient(to right, #ea802c, #f05908);
	}

	header.fixed,
	.header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 3rem;
		background: #00000080;
		-webkit-box-shadow: 0 0 0.09rem 0 #999;
		box-shadow: 0 0 0.09rem 0 #999;
		z-index: 999;
	}

	header {
		background: #525252;
		border-bottom: none;
		-webkit-box-shadow: 0 0 0.09rem 0 #999;
		box-shadow: 0 0 0.09rem 0 #999;
	}

	.header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 3rem;
	}

	.header .header-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: auto;
		height: 2rem;
	}

	.header .header-logo img {
		margin: 0 auto;
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: 100%;
	}

	.header .header-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 2rem;
		height: 1.2rem;
	}

	.header .header-menu span {
		position: relative;
		display: inline-block;
		width: 2rem;
		height: 0.18rem;
		background: white;
		-webkit-transition: all .3s;
		transition: all .3s;
		border-radius: 0.05rem;
	}

	.header .header-menu span::before {
		position: absolute;
		left: 0;
		content: '';
		display: inline-block;
		width: 2rem;
		height: 0.18rem;
		background-color: transparent;
	}

	.header .header-menu span::after {
		position: absolute;
		left: 0;
		content: '';
		display: inline-block;
		width: 2rem;
		height: 0.18rem;
		background: white;
		border-radius: 50%;
	}

	.header .header-menu.active span::before {
		display: none;
	}

	.header .header-menu.active span::after {
		display: none;
	}

	.header .header-menu.active span:nth-child(1) {
		width: 2rem;
		-webkit-transform: rotate(40deg) translateY(0.5rem) translateX(0.2rem);
		transform: rotate(40deg) translateY(0.5rem) translateX(0.2rem);
	}

	.header .header-menu.active span:nth-child(2) {
		display: none;
	}

	.header .header-menu.active span:nth-child(3) {
		-webkit-transform: rotate(-40deg) translateY(-0.5rem) translateX(0.2rem);
		transform: rotate(-40deg) translateY(-0.5rem) translateX(0.2rem);
	}

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

		to {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
			-webkit-transition-duration: 1s;
			transition-duration: 1s;
			-webkit-transition: 1s;
			transition: 1s;
		}
	}

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

		to {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
			-webkit-transition-duration: 1s;
			transition-duration: 1s;
			-webkit-transition: 1s;
			transition: 1s;
		}
	}

	nav#navs {
		width: 280px;
		top: 3rem;
		padding: 0 0.38rem;
		height: calc(100vh - 2.08rem);
		background-image: linear-gradient(#3d4655, #181e24);
		box-shadow: none;

		visibility: hidden;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background-color: white;
		z-index: 1111;
		color: #333;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	nav#navs h2 {
		margin-bottom: 0.1rem;
		font-size: 0.28rem;
	}

	nav#navs>ul {
		position: fixed;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 1rem auto;
		width: 100%;
		height: calc(100vh - 100px);
	}

	nav#navs>ul li {
		position: relative;
		width: 90%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 0.5rem;
		line-height: 3rem;
		border-bottom: 0.01rem solid #ccc;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	nav#navs>ul li a {
		position: relative;
		top: 0.1rem;
		display: inline-block;
		width: 90%;
		font-size: 0.8rem;
		color: #fff;
	}

	nav#navs>ul li i {
		position: absolute;
		right: 0.25rem;
		font-size: 0.3rem;
		color: #555;
		top: 0.15rem;
	}

	nav#navs>ul li i::before {
		content: "\ea27";
	}

	nav#navs>ul li>ul {
		display: none;
	    height: 1rem;
	}
	nav#navs>ul li .item-gp {
		width: 50%;
		float: left;
	}

	nav#navs>ul li.active {
		color: #fff;
	}

	nav#navs>ul li.active i {
		color: #0c111c;
	}

	nav#navs>ul li.active i::before {
		content: "\ea24";
	}

	nav#navs>ul li.active>a {
		color: #009966;
		font-size: .35rem;
	}

	nav#navs.show {
		visibility: visible;
		right: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		z-index: 14;
	}

	nav#navs.fixed {
		position: fixed;
	}

	.nav-modal {
		background: rgba(21, 22, 35, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 13;
		display: none;
	}

	.nav-modal.nav-show {
		display: block;
	}

	.foot-top {
		display: none;
	}

	.foot-center {
		display: none;
	}

	.foot-button {
		padding: 15px 3%;
	}

	.foot-button .link-box .copyright {
		text-align: center;
		margin-top: 0;
	}

	.about-address {
		display: none;
	}


	.ny-banner.about1 {
		height: 460px;
	}

	.index-data .text-wrap .number-wrap {
		font-size: .2rem;
	}
	.index-data .text-wrap .number-wrap strong {
		display: inline-block;
		font: unset;
	    font-size: .7rem;
	    font-weight: bold;
	    margin: .2rem auto;
		margin-right: 0;
		vertical-align: bottom;
	}

	.index-data .text-wrap .number-wrap strong.icon {
		width: 28px;
		font-size: .5rem;
		margin: .2rem auto;
		margin-left: 0;
		vertical-align: bottom;
	}
	.index-data .text-wrap .small-title {
	    top: 0;
	    font-size: .2rem;
	    color: #fff;
	}

	.index-data .text-wrap .number-wrap .icons {
		font-size: 42px;
		vertical-align: 2px;
	}

	.index-data .item {
		height: 2.2rem;
		width: 50%;
	}
	.index-data .item-inner {
		width: 100%;
		height: 2.2rem;
	}
	.index-data .index-data-list {
	    padding: .5rem .3rem;
	}
	.index-data .item:nth-child(3n) .item-inner{
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.index-data .item:nth-child(2n) .item-inner{
		border-right: 0;
	}
	.index-data .item:nth-child(4) .item-inner {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}

	.index-data .video{
		display: none;
	}

	.about1 {
		/* height: 540px; */
		height: auto;
		padding: 0 10px 80px;
	}

	.about1 .title {
		width: 100%;
		font-size: .4rem;
		text-align: center;
		line-height: .8rem;
		margin: .3rem auto .2rem;
		color: #555;
	}

	.about1 .txt {
		font-size: .3rem;
		line-height: .45rem;
		color:#555;
		text-align: justify;
		height: 5rem;
		padding: 0 8px;
	    float: unset;
		margin-top: 0;
		overflow: hidden;
		overflow-y: scroll;
	}

	.course-warp .title span {
		font-size: .35rem;
		line-height: .6rem;
	}
	.course-warp .title p {
	    color: #353535;
	    font-size: 0.47rem;
	    font-weight: bold;
	    letter-spacing: 2px;
	}
	.course-warp .title {
	    margin-bottom: 20px;
	}

	.about1 .icon {
		width: 100%;
    	margin: 30px auto 10px;
	}
	.about1 .icon img{
	    width: 100%;
		position: relative;
	}

	.about2 {
		width: 100%;
		height: auto;
		padding: 40px 0;
	}

	.about2 .title,.about2 .ntitle span {
		font-size: 26px;
	}

	.about2 .txt {
		width: 100%;
		margin: 10px auto 0;
	}

	.about2 .certificate .prev,
	.about2 .certificate .next {
		width: 40px;
		height: 40px;
	}
	.certificate1 .ntitle, .certificate .ntitle {
	    margin: 30px 0 15px;
	}

	/* .about2 .certificate {
		padding: 0px 50px;
		margin-top: 50px;
	} */



	.about3 .tbox {
		width: 100%;
		padding: 30px;
	}

	.about3 .img {
		width: 100%;
	}

	.ny-banner .boxs.n1 .t1 {
		font-size: 20px;
	}

	.ny-banner .boxs.n1 .t2 {
		font-size: 14px;
		line-height: 26px;
	}

	.ny-banner .nb-menu {
		height: 50px;
	}

	.ny-banner .nb-menu ul {
		padding-top: 10px;
	}

	.ny-banner .nb-menu ul li a {
		line-height: 30px;
	}

	.job li {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.job li .tbox {
		width: 100%;
		padding: 20px;
	}

	.job li .img {
		width: 100%;
	}


	.course li .year {
		width: 70px;
	}

	.course li .tbox {
		width: 62%;
	}


	.staff-corner .year-box .box1 .things1 .tbox {
		left: 15px;
		bottom: 15px;
	}

	.staff-corner .year-box .box1 .things1 .tbox .t1 {
		font-size: 14px;
	}

	.staff-corner .year-box .box1 .things1 .tbox .t2 {
		font-size: 12px;
	}

	.staff-corner .year-box .box1 .things2 .box2 .tbox {
		left: 15px;
		bottom: 15px;
	}

	.staff-corner .year-box .box1 .things2 .box2 .tbox .t1 {
		font-size: 14px;
	}

	.staff-corner .year-box .box1 .things2 .box2 .tbox .t2 {
		font-size: 12px;
	}


	.job-info .box {
		padding: 20px;
	}

	.job-info .box .title {
		font-size: 18px;
	}

	.job-info .box .txt {
		margin-top: 30px;
	}

	.job-info .box .back {
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
	}

	.about-slide {
		height: auto;
		padding: 35px 0px;
	}




}
