
body{ background-repeat:no-repeat; background-size:100%;-moz-background-size:100%;margin: 0;font-family:'微软雅黑';font-size: 14px;background-color: #F5F5F5}
dl,dd,dt,ul,li,p{list-style:none;margin:0;padding:0;}
a{text-decoration:none;}

#pc1{display: block;}
#wap1{display: none;}
.nav {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .5);
}
.nav-box {
    width: 1200px;
    margin: 0 auto;
}
.nav-box dt {
    position: relative;
    float: left;
    width: 400px;
    padding-top: 0;
	text-align:center;
}
.nav-box dt img{
	width: 230px;
}
.nav-box dd {
    float: left;
	margin:0;
}
.nav-box dd span {
    position: relative;
    font-size: 14px;
    line-height: 60px;
    float: left;
    height: 60px;
	width: 100px;
	text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: rgba(255, 255, 255, .6);
}
.nav-box dd span:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    background: #fdca00;
    opacity: 0;
}
.nav-box dd span.cur:before,
.nav-box dd span:hover:before {
    opacity: 1;
}
.nav-box dd span.cur,
.nav-box dd span:hover {
    color: #fdca00;
}

.banner-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.swiper-slide img{
	width:100%;
	height: auto;
}
.swiper-pagination-bullet {
    display: inline-block;
    opacity: 1;
    width: 60px;
    height: 4px;
    border-radius: inherit;
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #fdca00;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 100px;
    left: 0;
    width: 100%;
}

#pcfourlist{display: block;}
#wapfourlist{display: none;}
.four-list .box {
	background: #FFF;
	border-radius:5px;
    width: 1200px;
    margin: 0 auto;
    height: 150px;
	margin-top:-80px;
	position:relative;
	z-index:1;
}
.four-list dl {
    width: 300px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-right: 1px solid #f7f7f7;
	text-align:center;
}
.four-list dl:nth-child(4) {
    border: none;
}
.four-list dt {
    font-size: 20px;
	font-weight: 600;
	margin-bottom:5px;
}
.four-list dt .num{
    font-size: 24px;
    color: #fdca00;
}

#pc2{display: block;}
#wap2{display: none;}
.product{
	width: 100%;
	float:left;
    background: url(../images/combg.jpg) no-repeat center center;
	background-size:100% 100%;
    margin-top: -75px;
}
.product .box {
    width: 1200px;
    margin: 0 auto;
}
.product .title {
    text-align: center;
	font-size:24px;
	padding-top: 120px;
}
.product .subtitle {
    text-align: center;
	font-size:20px;
	padding-top: 5px;
	margin-bottom:40px;
	color:#848181;
}
.product .one {
    width: 140px;
	float:left;
	background:#fdca00;
	border-radius:10px;
	padding:40px 30px;
	text-align:center;
	margin-bottom:100px;
	padding-bottom:60px;
}
.product .one .menu {
    font-size: 16px;
	color:#fff;
	padding:10px;
	margin-top:20px;
	cursor: pointer;
}
.product .one .menuico {
    width:15px;
	height:15px;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:10px;
}
.product .one .cur {
    background: #fff;
	color:#000;
	border-radius:20px;
}
.product .one .mcur{
    display:none;
}
.product .two {
    width: 1000px;
	float:left;
	margin-bottom:20px;
}
.product .two .content{
    padding: 40px;
	display:none;
}
.product .two .part{
    width:100%;
	float:left;
}
.product .two .name{
    padding: 10px 60px;
	background:#fdca00;
	font-size:16px;
	color:#fff;
	border-radius:20px;
	float:left;
}
.product .two .ketime{
	padding: 11px 30px;
	float:left;
}
.product .two .cont{
	margin-top:20px;
}
.product .two .cur{
	display:block;
}

#pc3{display: block;}
#wap3{display: none;}
.teachering{
	width: 100%;
	float:left;
    background: url(../images/teachering-bg.jpg) no-repeat center center;
}
.teachering .box {
    width: 1200px;
    margin: 0 auto;
}
.teachering .title {
    text-align: center;
	font-size:24px;
	padding-top: 40px;
	color:#fff;
}
.teachering .subtitle {
    text-align: center;
	font-size:20px;
	padding-top: 5px;
	margin-bottom:40px;
	color:#fff;
}
.teachering .cont {
    width: 100%;
	float:left;
	padding-bottom:80px;
}
.teachering .one {
    width: 390px;
	float:left;
	margin-right:10px;
	height:500px;
	position:relative;
}
.teachering .two {
    width: 400px;
	float:left;
	height:500px;
	position:relative;
}
.teachering .two .fir{
    width: 400px;
	float:left;
	height:245px;
	position:relative;
	margin-bottom:5px;
}
.teachering .two .sec{
    width: 400px;
	float:left;
	height:245px;
	position:relative;
	margin-top:5px;
}
.teachering .three {
    width: 390px;
	float:left;
	margin-left:10px;
	height:500px;
	position:relative;
}
.teachering .tbg{
	width:100%;
	height:100%;
	border:2px solid #ff000000;
	cursor: pointer;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.teachering .name{
	position:absolute;
	top:50%;
	left:50%;
	color:#fff;
	font-size:18px;
	margin-left:-36px;
	margin-top:-12px;
	cursor: pointer;
	_display:none;
	opacity:0;
	z-index:2;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.teachering .cur{
    border:2px solid #fdca00;
	position:relative;
	background-size:120%!important;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.teachering .cur .name{
    _display:block;
	opacity:1;
}
.teachering .cur .huibg{
    position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, .5);
	z-index:1;
}
.teachering-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.teachering-button {
    position: absolute;
    top: 50%;
    width: 100%;
}
.teacheringcontent{
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	z-index:-99;
}
.teacheringcontent .otherbox{
	padding: 0 200px;
	display:none;
}
.teacheringcontent .tico{
	height:100vh;
}
.teacheringcontent .cancel{
	position:absolute;
	top:30px;
	right:30px;
	background:#fdca00;
	z-index:999;
	border-radius:50%;
	width:50px;
	height:50px;
	color:#fff;
	text-align:center;
	line-height:50px;
	cursor: pointer;
	display:none;
}

#pc4{display: block;}
#wap4{display: none;}
.teacher{
	width: 100%;
	float:left;
    background: #F7F7F7;
}
.teacher .box {
    width: 1200px;
    margin: 0 auto;
	position:relative;
}
.teacher .title {
    text-align: center;
	font-size:24px;
	padding-top: 40px;
}
.teacher .subtitle {
    text-align: center;
	font-size:20px;
	padding-top: 5px;
	margin-bottom:40px;
	color:#848181;
}
.teacher-swiper {
    position: relative;
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
	height:430px;
}
.teacher-button {
    position: absolute;
    top: 50%;
    width: 100%;
}
.teacher-swiper .swiper-pagination-bullet {
    display: inline-block;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}
.teacher-swiper .swiper-pagination-bullet-active {
    background: #fdca00;
}
.teacher-swiper .swiper-pagination-bullets{
    bottom: 20px;
}
.teacher-swiper .item{
    width: 180px;
    height: 340px;
    margin: 0 auto;
	overflow:hidden;
	background: #EEEEEE;
	padding:20px;
}
.teacher-swiper .item dt {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.teacher-swiper .item .one {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
	text-align:center;
}
.teacher-swiper .item .two {
    color: #6e6d6d;
	text-align:center;
	line-height:20px;
}

.about{
	width: 100%;
	float:left;
    background: #FFF;
}
.about .box {
    width: 1200px;
    margin: 0 auto;
}
.about .title {
    text-align: center;
	font-size:24px;
	padding-top: 40px;
}
.about .subtitle {
    text-align: center;
	font-size:20px;
	padding-top: 5px;
	margin-bottom:40px;
	color:#848181;
}
.about .one {
    width: 620px;
	margin:0 auto;
}
.about .one .menu {
	width:180px;
	float:left;
    font-size: 16px;
	padding:10px 0;
	cursor: pointer;
	text-align:center;
	background:#fff;
	border: 1px solid #fdca00;
	color:#000;
	border-radius:20px;
	margin:0 10px;
}
.about .one .menuico {
    width:15px;
	height:15px;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:10px;
}
.about .one .cur {
    background: #fdca00;
	color:#fff;
	border-radius:20px;
}
.about .one .mcur{
    display:none;
}
.about .two {
    width: 100%;
	float:left;
	padding:40px 0;
}
.about .two .content{
	display:none;
}
.about .two .cur{
	display:block;
}
.about .two img{
	max-width:100%;
}

.query{
	width: 100%;
	float:left;
    background: #F7F7F7;
}
.query .box {
    width: 1200px;
    margin: 0 auto;
}
.query .title {
    text-align: left;
	font-size:24px;
	padding-top: 40px;
}
.query .subtitle {
    text-align: left;
	font-size:20px;
	padding-top: 5px;
	color:#848181;
	margin-bottom:20px;
}
.query .menu {
    width: 100%;
	float:left;
	background:#EEEEEE;
	margin-bottom:20px;
	padding:20px 0;
	border-radius:5px;
	color:#6e6d6d;
}
.query .wapuse{
	width: 100%;
	float:left;
	background:#EEEEEE;
	border-radius:5px;
	padding:10px 0;
}
.query .wapuse2{
	padding:0 40px;
}
.query .ico {
	float:left;
	background:#EEEEEE;
	text-align:center;
	margin-right:10px;
}
.query .ico  img{
    width:10px;
	height:10px;
	vertical-align:middle;
}
.query .name {
    width: auto;
	float:left;
	font-size:18px;
	font-weight:600;
}
.query .cont {
	margin-top:20px;
    width: 100%;
	float:left;
}

#pc7{display: block;}
#wap7{display: none;}
.job {
	width: 100%;
	float:left;
    background: #F7F7F7;
	padding-bottom:40px;
}
.job .box {
    width: 1200px;
    margin: 0 auto;
}
.job .job-left{
	width:240px;
	float:left;
}
.job .job-left .title{
	text-align: left;
	font-size:24px;
	padding-top: 20px;
}
.job .job-left .subtitle{
	text-align: left;
	font-size:20px;
	padding-top: 5px;
	color:#848181;
	margin-bottom:20px;
}
.job .job-left .txt{
	color:#6e6d6d;
	margin-bottom:10px;
	line-height:25px;
}
.job .job-right {
    width: 900px;
    float: right;
}
.job .job-right .job-head {
    position: relative;
    z-index: 2;
    height: 40px;
    margin-top: 20px;
    background: #fed023;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align:left;
}
.job .job-right .name{
    width:100px;
	float:left;
	padding-left:50px;
}
.job .job-right .xz{
	width:100px;
	padding-left:40px;
	padding-right:10px;
	float:left;
}
.job .job-right .yx{
    width:285px;
	float:left;
	padding-right:5px;
}
.job .job-right .company{
    width:305px;
	float:left;
	padding-left:5px;
}
.job .job-right .job-container {
    position: relative;
    overflow: hidden;
    width: 900px;
    height: 250px;
    margin: 0 auto;
}
.job .job-right .job-container ul {
    position: relative;
	width:100%;
	float:left;
	text-align:left;
	margin-top:5px;
	color:#6e6d6d;
}
.job .job-right  .job-bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fed023;
}


@-webkit-keyframes rowup {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, -507px, 0);
		transform: translate3d(0, -507px, 0);
	}
}
@keyframes rowup {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, -507px, 0);
		transform: translate3d(0, -507px, 0);
	}
}
.rowup{
	-webkit-animation: 30s rowup linear infinite normal;
	animation: 30s rowup linear infinite normal;
	position: relative;
}

#pc8{display: block;}
#wap8{display: none;}
.news{
	width: 100%;
	float:left;
    background: url(../images/news-bg.jpg) no-repeat center center;
}
.news .box {
    width: 1200px;
    margin: 0 auto;
}
.news .title {
    text-align: center;
	font-size:24px;
	padding-top: 40px;
	color:#fff;
}
.news .subtitle {
    text-align: center;
	font-size:20px;
	padding-top: 5px;
	margin-bottom:40px;
	color:#fff;
}
.news .cont{
	width:100%;
	float:left;
}
.news .cont li{
	background:#fff;
	padding:10px;
	border-radius:5px;
	margin-bottom:10px;
}
.news .cont li:nth-child(2n-1){
	width:570px;
	float:left;
}
.news .cont li:nth-child(2n){
	width:570px;
	float:right;
}
.news .cont .one{
	width:170px;
	height:110px;
	float:left;
	margin-right:10px;
}
.news .cont .one img{
	max-width:100%;
	height:100%;
}
.news .cont .two{
	width:390px;
	float:left;
}
.news .cont .name{
	font-size:16px;
	width:100%;
	float:left;
	height:30px;
	line-height:30px;
	overflow:hidden;
	color:#000;
}
.news .cont .dec{
	width:100%;
	float:left;
	color:#6e6d6d;
	height:60px;
	overflow:hidden;
}
.news .cont .more{
	width:100%;
	float:left;
	text-align:right;
	color:#fdca00;
}
.news .cont .more a{
	color:#fdca00;
}
.news .morebox{
	width:100%;
	float:left;
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
}
.news .morebtn{
	color:#FFF;
	padding:10px 40px;
	border:1px solid #fff;
}
.news .morebtn:hover{
	color:#fdca00;
	border:1px solid #fdca00;
}

#pc9{display: block;}
.footertop {
	width: 100%;
	float:left;
    background: #F7F7F7;
	padding:40px 0;
}
.footertop .box {
    width: 1200px;
    margin: 0 auto;
}
.footertop .one {
    width:800px;
	float:left;
}
.footertop .one img{
    max-width:100%;
}
.footertop .two {
    width:400px;
	float:right;
	text-align:right;
}
.footertop .two .companyphone{
    font-size:24px;
	width:100%;
	float:right;
}
.footertop .two .time{
	width:100%;
	float:right;
}
.footertop .two .service{
	width:100%;
	float:right;
	margin-top:20px;
}
.footertop .two .service a{
	padding: 10px 30px;
	background: #4363F6;
	border-radius:20px;
	color:#fff;
}
.footertop .two .service img{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-top:-5px;
	margin-right:5px;
}

#pc10{display: block;}
.footerone {
	width: 100%;
	float:left;
    background: #313131;
	padding-top:40px;
	padding-bottom:20px;
	color:#fff;
}
.footerone .box {
    width: 1200px;
    margin: 0 auto;
}
.footerone .one {
    width:100px;
	float:left;
}
.footerone .one img{
    max-width:100%;
}
.footerone .two {
	margin-top:25px;
	margin-left:20px;
    width:400px;
	float:left;
}
.footerone .two .name{
    font-size:18px;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.footerone .two .cont{
	width:100%;
	float:left;
}
.footerone .two .cont span{
	width:200px;
	float:left;
	margin-bottom:5px;
}
.footerone .three{
	width:460px;
	float:left;
	margin-left:220px;
}
.footerone .three .ico img{
	height:50px;
	margin-bottom:5px;
}
.footerone .three .cont{
	width:100%;
	float:left;
	margin-bottom:5px;
}

#pc11{display: block;}
.footertwo {
	width: 100%;
	float:left;
    background: #313131;
	padding-bottom:20px;
	color:#fff;
}
.footertwo .box {
    width: 1200px;
    margin: 0 auto;
}
.footertwo .link a{
	color:#fff;
	margin-right: 10px;
	color:#313131;
}
.footertwo .link a:hover{
	color:#fff;
}

#pc12{display: block;}
.footerthree {
	width: 100%;
	float:left;
    background: #313131;
	padding-bottom:20px;
	color:#fff;
}
.footerthree .box {
    width: 1200px;
    margin: 0 auto;
}
.footerthree .cont{
	text-align:center;
}
.footerthree .cont a{
	color:#fff;
}

#wapfoot{
	display:none;
}

.xian{
	width:100%;
	height:1px;
	background:#454545;
	float:left;
	margin-top:20px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    background-image: url(../images/team-btn-left.png);
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(../images/team-btn-left.png);
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../images/team-btn-left.png);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-image: url(../images/team-btn-right.png);
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(../images/team-btn-right.png);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../images/team-btn-right.png);
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
}

.teacherbutton-other .swiper-button-next,.teacherbutton-other .swiper-button-prev{
	margin-top:20px;
}

#suspendpc{
	display:block;
}
#suspendwap{
	display:none;
}
.suspend {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 10px;

    margin-top: -105px;
}
.suspend ul {
    position: relative;
    z-index: 2;
    width: 40px;
    background: #fdca00;
}
.suspend li {
    height: 50px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fdca00 url(../images/more.png) no-repeat center -150px;
}
.suspend li:nth-child(1) {
    background-position: center 14px;
}
.suspend li:nth-child(2) {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-position: center -35px;
}
.suspend li:nth-child(2) a {
    display: block;
    height: 100%;
}
.suspend li:nth-child(3) {
    background-position: center -85px;
}
.suspend li:hover {

}
.suspend span {
    position: relative;
    z-index: 2;
    display: block;
    border-bottom: 1px solid #000;
    width: 40px;
    height: 28px;
    cursor: pointer;
    background: url(../images/more-top.png) no-repeat center;
}
.suspend-tel-box {
    font-size: 18px;
    line-height: 36px;
    position: absolute;
    top: 34px;
    right: 55px;
    display: none;
    width: 235px;
    height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: rgba(0, 0, 0, .8);
}
.suspend-qrcode-box {
    position: absolute;
    top: 28px;
    right: 55px;
    display: none;
    width: 154px;
    height: 154px;
}
.suspend-qrcode-box img {
    width: 100%;
}



@media screen and (max-width: 1200px) {

.nav-box {width: 1000px;}
.nav-box dt {width: 360px;}
.nav-box dt img{width: 200px;}
.nav-box dd span {width: 80px;}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {bottom: 80px;}

.four-list .box {width: 1000px;height: 130px;margin-top:-70px;}
.four-list dl {width: 250px;padding: 20px;}
.four-list dt {font-size: 18px;}
.four-list dt .num{font-size: 20px;}

.product .box {width: 1000px;}
.product .title {font-size:20px;padding-top: 110px;}
.product .subtitle {font-size:18px;margin-bottom:20px;}
.product .one {width: 140px;padding:40px 20px;margin-bottom:60px;padding-bottom:60px;}
.product .two {width: 820px;}
.product .two .content{padding: 30px;}

.teachering .box {width: 1000px;}
.teachering .title {font-size:20px;padding-top: 30px;}
.teachering .subtitle {font-size:18px;margin-bottom:20px;}
.teachering .cont {padding-bottom:60px;}
.teachering .one {width: 320px;height:470px;}
.teachering .two {width: 340px;height:470px;}
.teachering .two .fir{width: 340px;height:230px;}
.teachering .two .sec{width: 340px;height:230px;}
.teachering .three {width: 320px;height:470px;}

.teacher .box {width: 1000px;}
.teacher .title {font-size:20px;padding-top: 20px;}
.teacher .subtitle {font-size:18px;margin-bottom:20px;}
.teacher-swiper {width: 900px;height:430px;}
.teacher-swiper .item{width: 160px;height: 350px;  }
.teacher-swiper .item dt {width: 90px;height: 90px;}
.teacher-swiper .item .one {height: 50px;line-height: 50px;}
.teacher-swiper .swiper-pagination-bullets{bottom: 10px;}

.about .box {width: 1000px;}
.about .title {font-size:20px;padding-top: 20px;}
.about .subtitle {font-size:18px;margin-bottom:20px;}
.about .two {padding:20px 0;}

.query .box {width: 1000px;}
.query .title {font-size:20px;padding-top: 20px;}
.query .subtitle {font-size:18px;margin-bottom:10px;}
.query .menu {margin-bottom:10px;padding:10px 0;}

.job {padding-bottom:20px;}
.job .box {width: 1000px;}
.job .job-left{width:210px;}
.job .job-left .title{font-size:20px;padding-top: 10px;}
.job .job-left .subtitle{font-size:18px;margin-bottom:10px;}
.job .job-left .txt{margin-bottom:5px;line-height:20px;}
.job .job-right {width: 720px;}
.job .job-right .job-head {height: 30px;margin-top: 10px;line-height: 30px;font-size: 16px;}
.job .job-right .name{width:100px;padding-left:30px;}
.job .job-right .xz{width:60px;padding-left:20px;}
.job .job-right .yx{width:240px;}
.job .job-right .company{width:250px;}
.job .job-right .job-container {width: 720px;height: 210px;}

.news .box {width: 1000px;}
.news .title {font-size:20px;padding-top: 20px;}
.news .subtitle {font-size:18px;margin-bottom:20px;}
.news .cont li:nth-child(2n-1){width:470px;}
.news .cont li:nth-child(2n){width:470px;}
.news .cont .one{width:140px;}
.news .cont .two{width:320px;}
.news .morebox{padding-top:20px;padding-bottom:40px;}

.footertop {padding:20px 0;}
.footertop .box {width: 1000px;}
.footertop .one {width:600px;}

.footerone {padding-top:20px;}
.footerone .box {width: 1000px;}
.footerone .two {margin-left:10px;width:380px;}
.footerone .two .cont span{width:190px;}
.footerone .three{width:460px;margin-left:50px;}

.footertwo .box {width: 1000px;}

.footerthree .box {width: 1000px;}







}

@media screen and (max-width: 1100px) {

.nav-box {width: 900px;}
.nav-box dt {width: 340px;}
.nav-box dt img{width: 200px;}
.nav-box dd span {width: 70px;}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {bottom: 90px;}

.four-list .box {width: 900px;height: 150px;margin-top:-80px;}
.four-list dl {width: 225px;padding: 20px;}
.four-list dt {font-size: 16px;}
.four-list dt .num{font-size: 18px;}

.product .box {width: 900px;}
.product .two {width: 720px;}

.teachering .box {width: 900px;}
.teachering .one {width: 280px;height:440px;}
.teachering .two {width: 320px;height:440px;}
.teachering .two .fir{width: 320px;height:215px;}
.teachering .two .sec{width: 320px;height:215px;}
.teachering .three {width: 280px;height:440px;}

.teacher .box {width: 900px;}
.teacher-swiper {width: 800px;height:440px;}
.teacher-swiper .item{width: 130px;height: 370px;  }
.teacher-swiper .item dt {width: 80px;height: 80px;}
.teacher-swiper .item .one {height: 40px;line-height: 40px;}
.teacher-swiper .swiper-pagination-bullets{bottom: 10px;}

.about .box {width: 900px;}

.query .box {width: 900px;}

.job .box {width: 900px;}
.job .job-right {width: 660px;}
.job .job-right .name{width:100px;padding-left:10px;}
.job .job-right .xz{width:60px;padding-left:10px;}
.job .job-right .yx{width:225px;}
.job .job-right .company{width:235px;}
.job .job-right .job-container {width: 660px;height: 210px;}

.news .box {width: 900px;}
.news .cont li:nth-child(2n-1){width:420px;}
.news .cont li:nth-child(2n){width:420px;}
.news .cont .one{width:140px;}
.news .cont .two{width:270px;}

.footertop .box {width: 900px;}
.footertop .two {width:300px;}

.footerone .box {width: 900px;}
.footerone .two {margin-left:10px;width:380px;}
.footerone .two .cont span{width:190px;font-size:12px;}
.footerone .three{width:390px;margin-left:20px;font-size:12px;}

.footertwo .box {width: 900px;}

.footerthree .box {width: 900px;}



}

@media screen and (max-width: 992px) {

.nav-box {width: 800px;}
.nav-box dt {width: 320px;}
.nav-box dt img{width: 200px;}
.nav-box dd span {width: 60px;}

.four-list .box {width: 800px;}
.four-list dl {width: 200px;}

.product .box {width: 800px;}
.product .two {width: 620px;}

.teachering .box {width: 800px;}
.teachering .one {width: 240px;height:420px;}
.teachering .two {width: 300px;height:420px;}
.teachering .two .fir{width: 300px;height:205px;}
.teachering .two .sec{width: 300px;height:205px;}
.teachering .three {width: 240px;height:420px;}

.teacher .box {width: 800px;}
.teacher-swiper {width: 700px;height:460px;}
.teacher-swiper .item{width: 110px;height: 390px;  }
.teacher-swiper .item dt {width: 70px;height: 70px;}
.teacher-swiper .item .one {height: 35px;line-height: 35px;}
.teacher-swiper .swiper-pagination-bullets{bottom: 10px;}

.about .box {width: 800px;}

.query .box {width: 800px;}

.job .box {width: 800px;}
.job .job-right {width: 560px;}
.job .job-right .name{width:60px;padding-left:10px;}
.job .job-right .xz{width:60px;}
.job .job-right .yx{width:200px;}
.job .job-right .company{width:200px;}
.job .job-right .job-container {width: 560px;height: 210px;}

.news .box {width: 800px;}
.news .cont li:nth-child(2n-1){width:370px;}
.news .cont li:nth-child(2n){width:370px;}
.news .cont .one{width:140px;}
.news .cont .two{width:220px;}

.footertop .box {width: 800px;}
.footertop .two {width:200px;}

.footerone .box {width: 800px;}
.footerone .two {margin-left:10px;width:340px;}
.footerone .two .cont span{width:170px;font-size:12px;}
.footerone .three{width:340px;margin-left:10px;font-size:12px;}

.footertwo .box {width: 800px;}

.footerthree .box {width: 800px;}


}

@media screen and (max-width: 850px) {

#pc1{display: none;}
#wap1{display: block;}
.nav {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, .5);
}
.nav-box {
    width: 100%;
    margin: 0 auto;
	position: relative;
}
.nav-box dt {
    position: relative;
    float: left;
    width: auto;
    padding-top: 0;
}
.nav-box dt img{
	height: 45px;
}
.nav-box .menuico{
	float: right;
	padding: 10px 10px 4px 10px;
}
.nav-box .menuico img{
	width: 25px;
	height: 25px;
}
.nav-box .menulist{
	top: 45px;
	position: absolute;
	right: 0;
}  
.nav-box .menulist li{
	padding: 5px 20px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align:left;
}   
.nav-box dd {
    float: left;
}	
.nav-box dd span {
    position: relative;
    font-size: 14px;
    line-height: 60px;
    float: right;
    height: 60px;
    margin-left: 38px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: rgba(255, 255, 255, .6);
}	
.nav-box dd span:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    content: '';
    width: 26px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -13px;
    background: url(../images/nav-hover.png) no-repeat center;
    opacity: 0;
}
.nav-box dd span.cur:before,
.nav-box dd span:hover:before {
    opacity: 1;
}
.nav-box dd span.cur,
.nav-box dd span:hover {
    color: #fdca00;
}

.banner-swiper .swiper-slide img{
	height: 200px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {bottom: 20px;}

#pcfourlist{display: none;}
#wapfourlist{display: block;margin-top:-5px;}
.four-list{
	width: 100%;
	float: left;
	background:#fff;
}
.four-list .box {
    width: auto;
    height: 100%;
    margin: 0 auto;
	padding: 10px;
	float:left;
	border-radius:0;
}
.four-list dl {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: right bottom;
    border: none;
	text-align:left;
}
.four-list dt {
    font-size: 16px;
	margin:0;
}
.four-list .one {
    background: #fdca00;
	color:#fff;
	padding: 10px;
}
.four-list .two {
    margin-top: 5px;
    font-size: 14px;
    color: #666d7b;
    line-height: 20px;
	height: 80px;
	overflow: hidden;
}

#pc2{display: none;}
#wap2{display: block;}
.product{
    margin-top: 0;
}
.product .box {
    width: 100%;
    margin: 0 auto;
}
.product .title {
    text-align: center;
	font-size:20px;
	padding-top: 20px;
}
.product .subtitle {
    text-align: center;
	font-size:18px;
	padding-top: 5px;
	margin-bottom:20px;
	color:#848181;
}
.product .two {
    width: 100%;
	float:left;
	margin-bottom:30px;
}
.product .two .content{
    padding: 0 60px;
	display:block;
}
.product .two .part{
    width:100%;
	float:left;
}
.product .two .name{
    padding: 5px 20px;
	background:#fdca00;
	font-size:14px;
	color:#fff;
	border-radius:20px;
	float:left;
}
.product .two .ketime{
	padding: 5px 20px;
	float:left;
}
.product .two .cont{
	margin-top:15px;
	height:530px;
	overflow:hidden;
}
.product .two .cont img{
	width:auto;
}
.product-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.product-button {
    position: absolute;
    top: 50%;
    width: 100%;
}

#pc3{display: none;}
#wap3{display: block;}
.teachering .box {
    width: 100%;
    margin: 0 auto;
}
.teachering .title {
    text-align: center;
	font-size:20px;
	padding-top: 20px;
	color:#fff;
}
.teachering .subtitle {
    text-align: center;
	font-size:18px;
	padding-top: 5px;
	margin-bottom:20px;
	color:#fff;
}
.teachering .cont{
	padding-bottom:30px;
}
.teachering .otherboxwap{
	padding: 0 60px;
}
.teachering .ticowap{
	height:225px;
}
.teachering .name{
	position:absolute;
	top:0;
	left:50%;
	color:#fff;
	font-size:16px;
	margin-left:-32px;
	margin-top:0;
	cursor: pointer;
	display:block;
}
.teachering .one {
    width: auto;
	float:none;
	margin-right:0;
	height:auto;
	position:relative;
}
.teachering .fir{
    width: auto;
	float:none;
	height:auto;
	position:relative;
	margin-bottom:0;
}
.teachering .sec{
    width: auto;
	float:none;
	height:auto;
	position:relative;
	margin-top:0;
}
.teachering .three {
    width: auto;
	float:none;
	margin-left:0;
	height:auto;
	position:relative;
}
.teacheringcontent{
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	z-index:-99;
}
.teacheringcontent .otherbox{
	padding: 0 60px;
}
.teacheringcontent .tico{
	height:100vh;
}
.teacheringcontent .cancel{
	position:absolute;
	top:10px;
	right:10px;
	background:#fdca00;
	z-index:999;
	border-radius:50%;
	width:30px;
	height:30px;
	color:#fff;
	text-align:center;
	line-height:30px;
	cursor: pointer;
}

#pc4{display: none;}
#wap4{display: block;}
.teacher{
	width: 100%;
	float:left;
    background: #F7F7F7;
}
.teacher .box {
    width: 100%;
    margin: 0 auto;
	position:relative;
}
.teacher .title {
    text-align: center;
	font-size:20px;
	padding-top: 20px;
}
.teacher .subtitle {
    text-align: center;
	font-size:18px;
	padding-top: 5px;
	margin-bottom:20px;
	color:#848181;
}
.teacher_wap-swiper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
	height:390px;
}
.teacher-button {
    position: absolute;
    top: 50%;
    width: 100%;
}
.teacher_wap-swiper .swiper-pagination-bullet {
    display: inline-block;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}
.teacher_wap-swiper .swiper-pagination-bullet-active {
    background: #fdca00;
}
.teacher_wap-swiper .swiper-pagination-bullets{
    bottom: 20px;
}
.teacher_wap-swiper .item{
    width: 60%;
    height: 300px;
    margin: 0 auto;
	overflow:hidden;
	background: #EEEEEE;
	padding:20px;
}
.teacher_wap-swiper .item dt {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.teacher_wap-swiper .item .one {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
	text-align:center;
}
.teacher_wap-swiper .item .two {
    color: #6e6d6d;
	text-align:center;
	line-height:20px;
}

.about .box {
    width: 100%;
    margin: 0 auto;
}
.about .title {
    text-align: center;
	font-size:20px;
	padding-top: 20px;
}
.about .subtitle {
    text-align: center;
	font-size:18px;
	padding-top: 5px;
	margin-bottom:20px;
	color:#848181;
}
.about .one {
    width: 360px;
	margin:0 auto;
}
.about .one .menu {
	width:100px;
	float:left;
    font-size: 14px;
	padding:5px 0;
	cursor: pointer;
	text-align:center;
	background:#fff;
	border: 1px solid #fdca00;
	color:#000;
	border-radius:20px;
	margin:0 5px;
}
.about .one .menuico {
    width:15px;
	height:15px;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:5px;
}
.about .one .cur {
    background: #fdca00;
	color:#fff;
	border-radius:20px;
}
.about .one .mcur{
    display:none;
}
.about .two {
    width: auto;
	float:left;
	padding:20px;
}
.about .two .content{
	display:none;
}
.about .two .cur{
	display:block;
}

.query .box {
    width: 100%;
    margin: 0 auto;
}
.query .title {
    text-align: center;
	font-size:20px;
	padding-top: 20px;
}
.query .subtitle {
    text-align: center;
	font-size:18px;
	padding-top: 5px;
	margin-bottom:10px;
	color:#848181;
}
.query .menuwap{
	padding:0 20px;
}
.query .menu {
	width:100%;
	background:#F7F7F7;
	margin-bottom:0;
	padding:5px 0;
}
.query .wapuse{
	width: 100%;
	float:left;
	background:#EEEEEE;
	border-radius:5px;
	padding:15px 0;
}
.query .wapuse2{
	padding:0 10px;
}
.query .ico {
	float:left;
	background:#EEEEEE;
	text-align:center;
	margin-right:10px;
}
.query .ico img{
    width:10px;
	height:10px;
	vertical-align:middle;
}
.query .name {
    width: auto;
	float:left;
	margin-bottom:5px;
}
.query .cont {
	margin-top:0;
    width: 100%;
	float:left;
}

#pc7{display: none;}
#wap7{display: block;}
.job {
	width: 100%;
	float:left;
    background: #F7F7F7;
	padding-bottom:20px;
}
.job .box {
    width: 100%;
    margin: 0 auto;
}
.job .title {
    text-align: center;
	font-size:20px;
	padding-top: 10px;
}
.job .subtitle {
    text-align: center;
	font-size:18px;
	padding-top: 5px;
	margin-bottom:20px;
	color:#848181;
}
.job .job-head {
    position: relative;
    z-index: 2;
    height: 30px;
    margin-top: 20px;
    background: #fed023;
	line-height: 30px;
	margin: 0 auto;
	color: #fff;
	padding: 0 10px;
	text-align: left;
}
.job .name {
    float: left;
	width: 15%;
}
.job .name span{
	padding-left: 1px;
}
.job .xz {
    float: left;
	width: 15%;
}
.job .xz span{
	padding-left: 10px;
}
.job .yx {
    float: left;
	width: 33%;
}
.job .yx span{
	padding-left: 3px;
}
.job .company {
    float: left;
	width: 37%;
}
.job .company span{
	padding-left: 4px;
}
.job .job-container {
    position: relative;
    z-index: 2;
	padding: 0 10px;
	float:left;
	height: 300px;
	overflow:hidden;
}
.job .job-container ul {
    position: relative;
	width:100%;
	float:left;
	text-align:left;
	margin-top:5px;
	color:#6e6d6d;
	font-size:12px;
}
.job .job-bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fed023;
}

#pc8{display: none;}
#wap8{display: block;}
.news{
	width: 100%;
	float:left;
    background: url(../images/news-bg.jpg) no-repeat center center;
}
.news .box {
    width: 100%;
    margin: 0 auto;
}
.news .title {
    text-align: center;
	font-size:20px;
	padding-top: 20px;
	color:#fff;
}
.news .subtitle {
    text-align: center;
	font-size:18px;
	padding-top: 5px;
	margin-bottom:20px;
	color:#fff;
}

.news-swiper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
	height:auto;
}
.news-button {
    position: absolute;
    top: 50%;
    width: 100%;
}
.news-swiper .item{
    width: 70%;
    height: auto;
    margin: 0 auto;
	overflow:hidden;
	background: #EEEEEE;
	padding:10px;
}
.news .item .one{
	width:30%;
	height:110px;
	float:left;
}
.news .item .one img{
	max-width:100%;
	height:100%;
}
.news .item .two{
	width:68%;
	float:right;
}
.news .item .name{
	font-size:16px;
	width:100%;
	float:left;
	height:30px;
	line-height:30px;
	overflow:hidden;
	color:#000;
}
.news .item .dec{
	width:100%;
	float:left;
	color:#6e6d6d;
	height:60px;
	overflow:hidden;
}
.news .item .more{
	width:100%;
	float:left;
	text-align:right;
	color:#fdca00;
}
.news .item .more a{
	color:#fdca00;
}
.news .morebox{
	width:100%;
	float:left;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}
.news .morebtn{
	color:#FFF;
	padding:10px 40px;
	border:1px solid #fff;
}
.news .morebtn:hover{
	color:#fdca00;
	border:1px solid #fdca00;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
}

#pc9{display: none;}
#pc10{display: none;}
#pc11{display: none;}
#pc12{display: none;}

#wapfoot{display: block;}
.footerone {
	width: 100%;
	float:left;
	background: #313131;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
}
.footerone .box {
    width: 100%;
    margin: 0 auto;
}
.footerone .cont{
    padding: 0 20px;
	float:left;
	text-align:center;
}
.footerone .cont .one{
	width: 100%;
	margin-bottom:10px;
}
.footerone .cont .one img{
    width: 100px;
    
}
.footerone .cont .text{
	width: 100%;
	margin-bottom:5px;
}
.footerone .cont .text2{
	font-size:20px;
}
.footerone .cont a{
	color:#fff;
}

#suspendpc{display:none}
#suspendwap{display:block}
.suspendwap {
    position: fixed;
    z-index: 10;
	top: none;
    bottom: 0;
	width: 100%;
	text-align: center;
	height: 45px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 16px;
}
.suspendwap li {
    width: 50%;
	float: left;
	margin-top: 11px;
	height: 25px;
}
.suspendwap .telleft{
	border-right: 1px solid;
	height: 25px;
}
.suspendwap .mesrig{
	border-left: 1px solid;
	height: 25px;
}
.suspendwap .subimg{
	width: 25px;
	height: 25px;
	vertical-align:middle;
}
.suspendwap span{
	vertical-align:middle;
}
.suspendwap .telleft a{
	color: #fff;
}
.suspendwap .mesrig a{
	color: #fff;
}





}

@media screen and (max-width: 768px) {



}
