
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
body::-webkit-scrollbar-track-piece,
html::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #999;
  background-clip: padding-box;
  min-height: 28px;
}
body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.bg {
  background-color: #000;
}
body {
  min-width: 1350px;
  overflow-x: hidden;
}
.head {
  width: 100%;
  height: 62px;
  min-width: 1350px;
  background-color: #000;
}
.head .wid {
  max-width: 1700px;
}
.head .logo {
  height: 62px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.head .func .apply {
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}
.head .func .apply .cont {
  width: 150px;
  height: 38px;
  background-image: linear-gradient(to right, #bba581, #000);
  border-radius: 6px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
}
.head .func .nav {
  width: auto;
}
.head .func .nav ul {
  width: 100%;
  margin: 0;
}
.head .func .nav ul li {
  line-height: 62px;
  font-size: 16px;
  margin-left: 50px;
  min-width: 72px;
  text-align: center;
  position: relative;
}
.head .func .nav ul li h5 {
  margin: 0;
}
.head .func .nav ul li h5 a {
  color: #fff;
  line-height: 62px;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.9;
}
.head .func .nav ul li h5 a img {
  position: relative;
  top: -2px;
}
.head .func .nav ul li .slide {
  width: 650px;
  min-height: 100px;
  background-color: rgba(25,25,25,0.96);
  position: absolute;
  left: 0;
  margin-left: -30px;
  top: 62px;
  z-index: 999;
  display: none;
}
.head .func .nav ul li .slide .item {
  width: 25%;
  float: left;
  padding: 12px 0;
  border-right: 1px solid #313131;
}
.head .func .nav ul li .slide .item:last-child {
  border: none;
}
.head .func .nav ul li .slide .item a {
  line-height: 44px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
}
.head .func .nav ul li .slide .item a:hover {
  color: #f7c998;
}
.head .func .nav ul li .slide .item a.blod {
  font-weight: bold;
  color: #f7c998;
}
.head .func .nav ul li:hover h5 a {
  color: #f7c998;
  opacity: 1;
}
.head .func .nav ul li:hover .slide {
  display: block;
}
.head.fix {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 898;
  box-shadow: 0 8px 15px rgba(255,106,0,0.02);

}
.banner {
  width: 100%;
  float: left;
  position: relative;
}
.banner .list {
  width: 100%;
}
.banner .list ul {
  width: 100%;
  margin: 0;
}
.banner .list ul li {
  width: 100%;
}
.banner .list ul li img {
  width: 100%;
  transition: 3.5s;
}
.banner .list ul li.swiper-slide-active img {
  -webkit-animation: myfirst 3.5s;
  animation: myfirst 3.5s;
}
.banner .intrs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.banner .conts {
  width: 100%;
  padding-top: 126px;
}
.banner .conts .title {
  width: 100%;
  height: 432px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner .conts .more {
  width: 100%;
  padding: 16px 0;
}
.banner .conts .more a {
  display: inline-block;
  width: 210px;
  height: 60px;
  background-image: linear-gradient(to right, #ffb849, #f76f24);
  color: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 2px;
}

    .banner .thumbnails {
      width: 792px;
      height: 188px;
      position: absolute;
      right: 20px;
      z-index: 999;
      bottom: 105px;
    }
@media screen and (min-width: 1359px) and (max-width: 1597px){

    .banner .thumbnails {
        width: 792px;
        height: 188px;
        position: absolute;
        right: 20px;
        z-index: 999;
        bottom: 50px;
    }
}

@media screen and (max-width: 1199px){

    .banner .thumbnails {
        width: 750px;
        height: 188px;
        position: absolute;
        right: 20px;
        z-index: 999;
        bottom: 105px;
    }
}
.banner .thumbnails ul {
  width: 100%;
  margin: 0;
}
.banner .thumbnails ul li {
  width: 250px;
  margin-right: 14px;
  cursor: pointer;
}
@media screen and (max-width: 1199px){

    .banner .thumbnails ul li {
        width: 230px;
        margin-right: 14px;
        cursor: pointer;
    }
}
.banner .thumbnails ul li .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.banner .thumbnails ul li .imgs img {
  width: 100%;
  border-radius: 6px;
  transition: 0.5s;
}
.banner .thumbnails ul li .imgs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.banner .thumbnails ul li .txts {
  width: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
}
.banner .thumbnails ul li.active .imgs:after {
  display: none;
}
.banner .thumbnails ul li.active .txts {
  color: #fff;
}
.banner .thumbnails ul li:hover .imgs img {
  transform: scale(1.1);
}
.course {
  width: 100%;
  padding-top: 118px;
  background-color: #000;
  float: left;
}
.course .title {
  width: 100%;
  text-align: center;
}
.course .list {
  padding-top: 50px;
  width: 100%;
}
.course .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.course .list ul li {
  width: 392px;
  margin-bottom: 50px;
  position: relative;
}
.course .list ul li .imgs {
  width: 100%;
}
.course .list ul li .imgs img {
  width: 100%;
}
.course .list ul li .btns {
  position: absolute;
  left: 20px;
  bottom: 52px;
}
.course .list ul li .btns span {
  display: inline-block;
  width: 112px;
  height: 38px;
  background-color: #48393a;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
.course .list ul li .btns span.acti {
  background-image: linear-gradient(to right, #ffbb4d, #f77025);
}
.course .list ul li .btns a {
  display: inline-block;
  width: 112px;
  height: 38px;
  background: #48393a;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
}
.course .list ul li .btns a:hover {
  background-image: linear-gradient(to right, #ffbb4d, #f77025);
}
.course .list ul li .btns a.active {
  background-image: linear-gradient(to right, #ffbb4d, #f77025);
}
.company {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 60px;
}
.company .wid {
  clear: both;
}
.company .title {
  width: 100%;
  text-align: center;
}
.company .step {
  padding-top: 82px;
  width: 100%;
}
.company .step ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company .step ul li {
  width: 326px;
  height: 88px;
  cursor: pointer;
  padding: 0 28px;
}
.company .step ul li .nums {
  width: 82px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.company .step ul li .txts {
  width: calc(100% - 82px);
  padding: 15px 0;
  position: relative;
}
.company .step ul li .txts h5 {
  margin: 0;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.company .step ul li .txts p {
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.company .step ul li .txts:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -18px;
  width: 37px;
  height: 37px;
  background: url("../img/8331d0_37x37.png") center no-repeat;
}
.company .step ul li:hover .txts:after {
  background: url("../img/4d91c7_37x37.png") center no-repeat;
}
.company .step ul li.active {
  background-image: linear-gradient(to right, #ffec56, #ec5811);
  border-radius: 10px;
}
.company .step ul li.active .txts:after {
  /*display: none;*/
    background: url("../img/4d91c7_37x37.png") center no-repeat;

}
.company .conts {
  width: 100%;
  padding: 0 50px;
  padding-top: 70px;
  float: left;
  padding-bottom: 44px;
  background-image: linear-gradient(to bottom, #000, #202025);
}
.company .conts .company-items {
  width: 100%;
  float: left;
  min-height: 410px;
  display: none;
}
.company .conts .company-items.show {
  display: block;
}
.company .conts .company-items .bann {
  width: 640px;
  padding-bottom: 40px;
  float: right;
}
.company .conts .company-items .bann ul {
  width: 100%;
  margin: 0;
}
.company .conts .company-items .bann ul li {
  width: 100%;
}
.company .conts .company-items .bann ul li img {
  width: 100%;
}
.company .conts .company-items .bann .swiper-pagination {
  bottom: 2px !important;
}
.company .conts .company-items .bann .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  margin: 0 9px;
  height: 14px;
  outline: none;
  opacity: 1;
  background: none;
  border: 1px solid #fff;
}
.company .conts .company-items .bann .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffd68d;
  border: 1px solid #ffd68d;
}
.company .conts .company-items .intrs {
  width: 506px;
}
.company .conts .company-items .intrs .text {
  width: 100%;
  color: #fff;
}
.company .conts .company-items .intrs .text p {
  margin: 0;
  margin-bottom: 25px;
  line-height: 28px;
  color: #7b7b7b;
  font-size: 16px;
  text-align: justify;
}
.company .conts .company-items .intrs .text p em {
  color: #ffd78d;
}
.company .conts .company-items .intrs .more {
  width: 100%;
}
.company .conts .company-items .intrs .more a {
  display: inline-block;
  width: 146px;
  height: 42px;
  background-color: #f88d35;
  color: #fff;
  border-radius: 6px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
}
.company .conts .participation {
  width: 100%;
  float: left;
}
.company .conts .participation .intr {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #7b7b7b;
}
.company .conts .participation .lists {
  width: 100%;
  float: left;
  padding: 40px 0;
}
.company .conts .participation .lists ul {
  width: 100%;
}
.company .conts .participation .lists ul li {
  width: 50%;
}
.company .conts .participation .lists ul li .imgs {
  width: 100%;
}
.company .conts .participation .lists ul li .imgs img {
  width: 100%;
  border-radius: 10px;
}
.company .conts .participation .lists .swiper-pagination {
  bottom: 2px !important;
}
.company .conts .participation .lists .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  margin: 0 9px;
  height: 14px;
  opacity: 1;
  background: none;
  outline: none;
  border: 1px solid #fff;
}
.company .conts .participation .lists .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffd68d;
  border: 1px solid #ffd68d;
}
.company .conts .participation .lists .swiper-button-next {
  width: 26px;
  height: 42px;
  background: url("../img/385d7b_26x42.png") center no-repeat;
  margin-top: -21px;
  outline: none;
}
.company .conts .participation .lists .swiper-button-next:after {
  display: none;
}
.company .conts .participation .lists .swiper-button-prev {
  width: 26px;
  outline: none;
  height: 42px;
  background: url("../img/be02cd_26x42.png") center no-repeat;
  margin-top: -21px;
}
.company .conts .participation .lists .swiper-button-prev:after {
  display: none;
}
.company .conts .brand {
  width: 100%;
}
.company .conts .brand .lists {
  width: 100%;
}
.company .conts .brand .lists ul {
  width: 100%;
}
.company .conts .brand .lists ul li {
  width: calc(50% - 14px);
  margin: 0 7px;
  margin-bottom: 14px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.company .conts .brand .lists ul li .imgs {
  width: 100%;
  position: relative;
}
.company .conts .brand .lists ul li .imgs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.company .conts .brand .lists ul li .imgs img {
  width: 100%;
  border-radius: 10px;
  height: 220px;
}
.company .conts .brand .lists ul li .logos {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.company .conts .brand .lists ul li .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 34px;
  background: rgba(248,141,53,0.85);
  padding-top: 24px;
  display: none;
}
.company .conts .brand .lists ul li .slide .logo {
  width: 100%;
  text-align: center;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company .conts .brand .lists ul li .slide .logo img {
  max-height: 70%;
}
.company .conts .brand .lists ul li .slide .text {
  width: 100%;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.company .conts .brand .lists ul li .slide .more {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  line-height: 24px;
}
.company .conts .brand .lists ul li .slide .more a {
  color: #fff;
  text-decoration: underline;
}
.company .conts .brand .lists ul li:hover .logos {
  display: none;
}
.company .conts .brand .lists ul li:hover .slide {
  display: block;
}
.class {
  width: 100%;
  padding-top: 170px;
  float: left;
}
.class .title {
  width: 100%;
  text-align: center;
}
.class .tabs {
  width: 100%;
  padding-top: 65px;
}
.class .tabs ul {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.class .tabs ul li {
  line-height: 54px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  padding: 0 96px;
}
.class .tabs ul li.active {
  color: #ffd78d;
}
.class .conts {
  width: 100%;
  padding-top: 58px;
  float: left;
  padding-bottom: 54px;
}
.class .conts .items {
  width: 100%;
  display: none;
}
.class .conts .items.show {
  display: block;
}
.class .conts .items .bann {
  width: 25%;
}
.class .conts .items .bann img {
  width: 100%;
  height: 800px;
}
.class .conts .items .list {
  width: 75%;
  padding-bottom: 40px;
}
.class .conts .items .list ul {
  margin: 0;
  width: 100%;
}
.class .conts .items .list ul li {
  width: calc(100% / 3);
  position: relative;
}
.class .conts .items .list ul li .imgs {
  width: 100%;
  position: relative;
}
.class .conts .items .list ul li .imgs img {
  width: 100%;
  height: 400px;
}
.class .conts .items .list ul li .imgs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.53);
}
.class .conts .items .list ul li .txts {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 32px;
}
.class .conts .items .list ul li .txts .ico {
  width: 68px;
  height: 68px;
  margin: 10px 0;
}
.class .conts .items .list ul li .txts .ico img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.class .conts .items .list ul li .txts .user {
  width: 100%;
  padding-bottom: 40px;
}
.class .conts .items .list ul li .txts .user h5 {
  margin: 0;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
}
.class .conts .items .list ul li .txts .user p {
  margin: 0;
  line-height: 26px;
  font-size: 18px;
  color: #cbcbcb;
}
.class .conts .items .list ul li .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 32px;
  display: none;
}
.class .conts .items .list ul li .slide .cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.class .conts .items .list ul li .slide .cont img {
  cursor: pointer;
}
.class .conts .items .list ul li .slide .cont p {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(to right, #faae48, #f76e23);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 30px 0;
  font-size: 18px;
}
.class .conts .items .list ul li:hover {
  cursor: pointer;
}
.class .conts .items .list ul li:hover .imgs:after {
  opacity: 0;
}
.class .conts .items .list ul li:hover .txts {
  display: none;
}
.class .conts .items .list ul li:hover .slide {
  display: block;
}
.class .conts .items .list .swiper-pagination {
  bottom: 2px !important;
}
.class .conts .items .list .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  margin: 0 9px;
  height: 14px;
  opacity: 1;
  background-color: #000;
  border: 1px solid #fff;
}
.class .conts .items .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffd78d;
  border: 1px solid #ffffad;
}
.class .conts .items .list .swiper-button-next {
  width: 26px;
  height: 42px;
  background: url("../img/385d7b_26x42.png") center no-repeat;
  margin-top: -21px;
}
.class .conts .items .list .swiper-button-next:after {
  display: none;
}
.class .conts .items .list .swiper-button-prev {
  width: 26px;
  height: 42px;
  background: url("../img/be02cd_26x42.png") center no-repeat;
  margin-top: -21px;
}
.class .conts .items .list .swiper-button-prev:after {
  display: none;
}
.teacher {
  width: 100%;
  float: left;
  padding-bottom: 190px;
}
.teacher .wid {
  max-width: 1460px;
}
.teacher .title {
  width: 100%;
  text-align: center;
  padding-top: 130px;
}
.teacher .conts {
  width: 100%;
  padding-top: 70px;
  position: relative;
  float: left;
}
.teacher .conts .prev {
  width: 64px;
  height: 64px;
  background: #be9674 url("../img/c12381_30x12.png") center no-repeat;
  position: absolute;
  left: 50%;
  top: 117px;
  margin-left: -766px;
  cursor: pointer;
  outline: none;
  z-index: 99;
}
.teacher .conts .next {
  width: 64px;
  height: 64px;
  background: #be9674 url("../img/67585b_30x12.png") center no-repeat;
  position: absolute;
  right: 50%;
  cursor: pointer;
  outline: none;
  top: 117px;
  margin-right: -766px;
  z-index: 99;
}
.teacher .conts .list {
  width: 1302px;
  height: 136px;
  margin: 0 auto;
}
.teacher .conts .list ul {
  width: 100%;
  margin: 0;
}
.teacher .conts .list ul li {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.teacher .conts .list ul li img {
  width: 136px;
  border-radius: 50%;
  height: 136px;
  margin: 0 auto;
  border: 2px solid #000;
}
.teacher .conts .list ul li.swiper-slide-active img {
  border: 2px solid #eccf62;
}
.teacher .conts .list ul li:hover img {
  border: 2px solid #eccf62;
}
.teacher .conts .inform {
  width: 100%;
  height: 590px;
  margin-top: 70px;
  float: left;
  background: url("../img/164011.jpg") center no-repeat;
  background-size: 100% 100%;
  padding: 62px 80px;
}
.teacher .conts .inform .intrs-list {
  width: 100%;
  height: 100%;
}
.teacher .conts .inform .intrs-list ul {
  width: 100%;
}
.teacher .conts .inform .intrs-list ul li {
  width: 100%;
  display: none;
}
.teacher .conts .inform .intrs-list ul li.show {
  display: block;
}
.teacher .conts .inform .intrs-list ul li .image {
  width: 360px;
  height: 446px;
  overflow: hidden;
  position: relative;
  border: 1px solid #c9c8c8b0;
}
.teacher .conts .inform .intrs-list ul li .image img {
  width: 100%;
}
.teacher .conts .inform .intrs-list ul li .image p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  line-height: 72px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
    background: #000000b3;
}
.teacher .conts .inform .intrs-list ul li .intr {
  width: calc(100% - 360px);
  padding-left: 70px;
}
.teacher .conts .inform .intrs-list ul li .intr .tits {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teacher .conts .inform .intrs-list ul li .intr .tits span {
  padding-left: 40px;
  font-size: 24px;
  color: #ffd78d;
  position: relative;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.teacher .conts .inform .intrs-list ul li .intr .tits span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;

  height: 20px;
  background-color: #ffd78d;
  transform: rotate(45deg);
}
.teacher .conts .inform .intrs-list ul li .intr .tits a {
  color: #ffd78d;
  font-size: 18px;
  text-decoration: none;
}
.teacher .conts .inform .intrs-list ul li .intr .tits a img {
  position: relative;
  top: -2px;
}
.teacher .conts .inform .intrs-list ul li .intr .text {
  width: 100%;
  line-height: 28px;
  font-size: 16px;
  color: #fdfdfd;
  text-align: justify;
  margin-top: 18px;
  min-height: 135px;
}
.teacher .conts .inform .intrs-list ul li .intr .works {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3px;
}
.teacher .conts .inform .intrs-list ul li .intr .works .box {
  width: 428px;
  height: 250px;
  border-radius: 10px;
}
.teacher .conts .inform .intrs-list ul li .intr .works .box img {
  width: 100%;
  height: 100%;
}
.honor {
  width: 100%;
  min-height: 100px;
  float: left;
  overflow: hidden;
  height: 431px;
  position: relative;
  margin-top: -28px;
}
.honor ul {
  width: 100%;
  margin: 0;
  height: 374px;
}
.honor ul li {
  width: calc(100% / 9);
  position: relative;
  height: 318px;
  transition: 0.6s;
  overflow: hidden;
  cursor: pointer;
  margin: 28px 0;
}
.honor ul li .imgs {
  width: 100%;
  position: relative;
}
.honor ul li .imgs img {
  width: 100%;
  height: 318px;
}
.honor ul li .imgs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.6s;
  background: rgba(0,0,0,0.6);
}
.honor ul li .text {
  height: 56px;
  background-color: #f88d35;
  text-align: center;
  line-height: 56px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -56px;
  transition: 0.6s;
}
.honor ul li:hover {
  height: 374px;
  position: relative;
  margin-top: 0px;
}
.honor ul li:hover .imgs:after {
  opacity: 0;
}
.honor ul li:hover .text {
  margin-bottom: 0;
}
.honor .swiper-button-next {
  width: 26px;
  height: 42px;
  background: url("../img/385d7b_26x42.png") center no-repeat;
  margin-top: -21px;
}
.honor .swiper-button-next:after {
  display: none;
}
.honor .swiper-button-prev {
  width: 26px;
  height: 42px;
  background: url("../img/be02cd_26x42.png") center no-repeat;
  margin-top: -21px;
}
.honor .swiper-button-prev:after {
  display: none;
}
.advantage {
  width: 100%;
  padding-top: 130px;
  float: left;
}
.advantage .title {
  width: 100%;
  text-align: center;
}
.advantage .conts {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.advantage .conts .list {
  width: 100%;
}
.advantage .conts .list ul {
  width: calc(100% + 16px);
  position: relative;
  left: -8px;
  margin: 0;
}
.advantage .conts .list ul li {
  width: calc(33.3% - 16px);
  margin: 8px;
  cursor: pointer;
  position: relative;
}
.advantage .conts .list ul li .imgs {
  width: 100%;
}
.advantage .conts .list ul li .imgs img {
  width: 100%;
    border-radius: 10px;
}
.advantage .conts .list ul li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
}
.advantage .conts .list ul li .text .ico {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantage .conts .list ul li .text .txt {
  width: 100%;
  line-height: 44px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.advantage .conts .list ul li .slide {
  width: 100%;
  height: 100%;
  background: rgba(248,141,53,0.95);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  border-radius: 6px;
  padding: 0 50px;
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.advantage .conts .list ul li .slide .txts {
    max-width: 100%;
}
.advantage .conts .list ul li .slide .txts h5 {
  margin: 0;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.advantage .conts .list ul li .slide .txts p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  min-height: 72px;
}
.advantage .conts .list ul li .slide .more {
  width: 100%;
  text-align: center;
}
.advantage .conts .list ul li .slide .more a {
  display: inline-block;
  width: 126px;
  height: 36px;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  font-size: 16px;
  color: #f56100;
  text-decoration: none;
}
.advantage .conts .list ul li:hover .text {
  display: none;
}
.advantage .conts .list ul li:hover .slide {
  opacity: 1;
}
.student {
  width: 100%;
  float: left;
  padding-top: 70px;
}
.student .title {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.student .tabs {
  width: 100%;
  padding-top: 50px;
}
.student .tabs ul {
  width: 100%;
  margin: 0;
}
.student .tabs ul li {
  width: 33.3%;
  line-height: 62px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
}
.student .tabs ul li.acti {
  color: #ffed9c;
}
.student .tabs ul li:hover {
  color: #ffed9c;
}
.student .inform {
  width: 100%;
  padding-top: 30px;
  float: left;
}
.student .inform .intr-tabs {
  width: 100%;
  display: none;
}
.student .inform .page-conta {
  width: 100%;
}
.student .inform .page-conta .page-wrapper {
  width: 100%;
}
.student .inform .page-conta .page-wrapper .page-slide {
  width: 100%;
}
.student .inform .page-conta .swiper-button-next {
  width: 26px;
  height: 42px;
  background: url("../img/385d7b_26x42.png") center no-repeat;
  margin-top: -21px;
}
.student .inform .page-conta .swiper-button-next:after {
  display: none;
}
.student .inform .page-conta .swiper-button-prev {
  width: 26px;
  height: 42px;
  background: url("../img/be02cd_26x42.png") center no-repeat;
  margin-top: -21px;
}
.student .inform .page-conta .swiper-button-prev:after {
  display: none;
}
.student .inform .intr {
  width: 25%;
  height: 600px;
  position: relative;
}
.student .inform .intr .imgs {
  width: 100%;
  height: 100%;
  position: relative;
}
.student .inform .intr .imgs img {
  width: 100%;
  height: 100%;
}
.student .inform .intr .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.76);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.6s;
}
.student .inform .intr .slide a {
  display: inline-block;
  width: 128px;
  height: 38px;
  background-image: linear-gradient(to right, #f9b149, #ff7625);
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.student .inform .intr:hover .slide {
  opacity: 1;
}
.student .inform .list {
  width: 75%;
}
.student .inform .list ul {
  width: 100%;
  margin: 0;
}
.student .inform .list ul li {
  width: calc(100% / 3);
  height: 300px;
  position: relative;
}
.student .inform .list ul li.bigs {
  height: 600px;
}
.student .inform .list ul li .imgs {
  width: 100%;
  height: 100%;
  position: relative;
}
.student .inform .list ul li .imgs img {
  width: 100%;
  height: 100%;
}
.student .inform .list ul li .imgs.plays:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-top: -38px;
  top: 50%;
  margin-left: -38px;
  cursor: pointer;
  width: 76px;
  height: 76px;
  background: url("../img/ff1504_76x76.png") center no-repeat;
}
.student .inform .page-slide  .imgs.plays:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-top: -38px;
    top: 50%;
    margin-left: -38px;
    cursor: pointer;
    width: 76px;
    height: 76px;
    background: url("../img/ff1504_76x76.png") center no-repeat;
}
.student .inform .list ul li .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.76);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.6s;
}
.student .inform .list ul li .slide a {
  display: inline-block;
  width: 128px;
  height: 38px;
  background-image: linear-gradient(to right, #f9b149, #ff7625);
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.student .inform .list ul li:hover .slide {
  opacity: 1;
}
.student .inform .list .swiper-button-prev {
  width: 112px;
  height: 100%;
  margin: 0;
  background-image: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0));
  top: 0;
  left: 0;
}
.student .inform .list .swiper-button-prev:after {
  color: #fff;
  font-size: 54px;
}
.student .inform .list .swiper-button-next {
  width: 112px;
  height: 100%;
  margin: 0;
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.6));
  top: 0;
  right: 0;
}
.student .inform .list .swiper-button-next:after {
  color: #fff;
  font-size: 54px;
}
.region {
  width: 100%;
  padding-top: 130px;
  float: left;
  overflow: hidden;
  padding-bottom: 100px;
}
.region .title {
  width: 100%;
  text-align: center;
}
.region .tabs {
  width: 100%;
  padding-top: 54px;
}
.region .tabs ul {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.region .tabs ul li {
  width: 112px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
}
.region .tabs ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 2px;
  height: 16px;
  background-color: #6b6b6b;
}
.region .tabs ul li:last-child:after {
  display: none;
}
.region .tabs ul li.acti {
  color: #e5af75;
}
.region .inform {
  width: 100%;
  padding: 54px 0;
  float: left;
}
.region .inform .intr-tabs {
  width: 1610px;
  display: none;
}
.region .inform .intr-tabs .intr {
  width: 390px;
  height: 318px;
  background: url("https://dsk-1313226193.cos.ap-shanghai.myqcloud.com/gw/index/xiaoqu/474af4_391x317.jpg") center no-repeat;
    border-radius: 8px;
  background-size: cover;
    padding: 0 15px 0 30px;
  padding-top: 25px;
  margin-right: 7px;
}
.region .inform .intr-tabs .intr .tits {
  width: 100%;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
}
.region .inform .intr-tabs .intr .item {
  width: 100%;
  height: 50px;
 /* line-height: 50px;*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.region .inform .intr-tabs .intr .more {
  width: 100%;
  padding: 22px 0;
}
.region .inform .intr-tabs .intr .more a {
  display: inline-block;
  width: 158px;
  height: 42px;
  background-color: #fff;
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.region .inform .intr-tabs .list {
  width: calc(100% - 397px);
  height: 318px;
  padding: 0 7px;
  padding-right: 14px;
}
.region .inform .intr-tabs .list ul {
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
}
.region .inform .intr-tabs .list ul li {
  width: 33.3%;
  height: 318px;
}
.region .inform .intr-tabs .list ul li .imgs {
  width: 100%;
}
.region .inform .intr-tabs .list ul li .imgs img {
  width: 100%;
  height: 318px;
  border-radius: 6px;
}
.region .inform .intr-tabs .list .swiper-button-next {
  width: 26px;
  height: 42px;
  background: url("../img/385d7b_26x42.png") center no-repeat;
  margin-top: -21px;
}
.region .inform .intr-tabs .list .swiper-button-next:after {
  display: none;
}
.region .inform .intr-tabs .list .swiper-button-prev {
  width: 26px;
  height: 42px;
  background: url("../img/be02cd_26x42.png") center no-repeat;
  margin-top: -21px;
}
.region .inform .intr-tabs .list .swiper-button-prev:after {
  display: none;
}
.contact {
  width: 100%;
  height: 412px;
  background: url("https://dsk-1313226193.cos.ap-shanghai.myqcloud.com/gw/index/footer/32d7ca_1920x412.jpg") center no-repeat;
  float: left;
  padding: 50px 0;
    background-size: cover;
/*    background-color: #0F1217;*/
}
.contact .logos {
  width: 400px;
}
.contact .logos .imgs {
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .logos .text {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.contact .logos .share {
  width: 100%;
  margin-top: 15px;
  height: 48px;
}
.contact .logos .share .box {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 16px;
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact .logos .share .box i {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.contact .logos .share .box i.zh {
  background: url("../img/bda8a4_18x18.png") center no-repeat;
    background-size: cover;
}
.contact .logos .share .box i.wx {
    height: 16px;
    background: url(../img/661836_18x18.png) center no-repeat;
    width: 19px;
    background-size: cover;
}
.contact .logos .share .box .slide {
  width: 90px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 40px;
  display: none;
}
.contact .logos .share .box .slide:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
}
.contact .logos .share .box .slide img {
  width: 100%;
}
.contact .logos .share .box:hover .slide {
  display: block;
}
.contact .navigation {
  width: 250px;
}
.contact .navigation .tits {
  width: 100%;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.contact .navigation .txts {
  width: 100%;
  padding: 10px 0;
  float: left;
}
.contact .navigation .txts p {
  margin: 0;
  line-height: 32px;
  font-size: 16px;
}
.contact .navigation .txts p a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  position: relative;
}
.contact .navigation .txts p:hover a {
  color: #f88d35;
  padding-left: 22px;
}
.contact .navigation .txts p:hover a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url("../img/e1d04e_12x11.png") center no-repeat;
}
.contact .consult {
  width: 350px;
}
.contact .consult .tits {
  width: 100%;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.contact .consult .list {
  width: 100%;
}
.contact .consult .list ul {
  width: 100%;
  margin: 0;
}
.contact .consult .list ul li {
  width: 100px;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.contact .consult .list ul li .imgs {
  width: 100%;
  overflow: hidden;
}
.contact .consult .list ul li .imgs img {
  transition: 0.5s;
  width: 100%;
}
.contact .consult .list ul li .txts {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact .consult .list ul li:hover .imgs img {
  transform: scale(1.1);
}
.contact .consult .list ul li:hover .txts {
  color: #f88d35;
}
.contact .conts {
  width: 195px;
  min-height: 100px;
}
.contact .conts .tits {
  width: 100%;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.contact .conts .text {
  width: 100%;
}
.contact .conts .text .box {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 8px;
  float: left;
}
.contact .conts .text .box .ico {
  width: 44px;
  height: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .conts .text .box .txt {
  width: calc(100% - 44px);
  color: #fff;
}
.contact .conts .text .box .txt h5 {
  margin: 0;
  line-height: 28px;
  font-size: 16px;
}
.contact .conts .text .box .txt p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.footer {
  width: 100%;
  height: 60px;
  background-color: #000;
  float: left;
}
.footer .txts {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255,0.9);
  letter-spacing: 1px;
}
.footer a {
       color: rgba(255,255,255,0.9);
    text-decoration: none;
    position: relative;
}
.footer .txts img {
  margin: 0 10px;
}
.cooperation {
  width: 100%;
  height: 744px;
  background: url("../img/ae6939_1920x1081.jpg") center no-repeat;
  background-attachment: fixed;
  float: left;
  padding-top: 96px;
}
.cooperation .title {
  width: 100%;
  text-align: center;
}
.cooperation .conts {
  width: 100%;
  position: relative;
  float: left;
}
.cooperation .conts .prev {
  width: 26px;
  height: 42px;
  background: url("../img/be02cd_26x42.png") center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -700px;
  cursor: pointer;
  outline: none;
  z-index: 99;
  margin-top: -21px;
}
.cooperation .conts .next {
  width: 26px;
  height: 42px;
  background: url("../img/385d7b_26x42.png") center no-repeat;
  position: absolute;
  right: 50%;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-right: -700px;
  z-index: 99;
  margin-top: -21px;
}
.cooperation .conts .list {
  width: 100%;
  margin-top: 50px;
}
.cooperation .conts .list ul {
  width: 100%;
}
.cooperation .conts .list ul li {
  width: 20%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-bann {
  width: 100%;
  height: 260px;
}
.page-bann .wid .title {
  height: 305px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-bann.bann-item1 {
  background: url("https://dsk-1313226193.cos.ap-shanghai.myqcloud.com/gw/news/xw.jpg") center no-repeat;
    background-size: cover;
}
.page-bann.bann-item2 {
  background: url("https://dsk-1313226193.cos.ap-shanghai.myqcloud.com/gw/team/jiaoshi.jpg") center no-repeat;
    background-size: cover;
}
.page-bann.bann-item3 {
  background: url("https://dsk-1313226193.cos.ap-shanghai.myqcloud.com/gw/student/a0b7ad_1920x339.jpg") center no-repeat;
  height: 260px;
    background-size: cover;
}
.page-bann.bann-item4 {
    background: url("https://dsk-1313226193.cos.ap-shanghai.myqcloud.com/gw/form/baoming.jpg") center no-repeat;
    background-size: cover;
}
.page-bann.bann-item4 .wid .title {
    height: 320px;
}
.page-bann.bann-item3 .wid .title {
  height: 320px;
}
.containers {
  width: 100%;
  background-color: #f6f6f8;
  float: left;
  padding-bottom: 94px;
}
.containers.bg2 {
  background-color: #000;
}
.containers .wid {
  max-width: 1000px;
}
.containers.containers-cont {
  padding-bottom: 0;
}
.containers.containers-cont .wid {
  max-width: 1300px;
}
.containers .page-news {
  width: 100%;
  background-color: #fff;
  min-height: 300px;
  position: relative;
  float: left;
  margin-top: -150px;
  padding: 60px 50px;
}
.containers .page-news .title {
  width: 100%;
}
.containers .page-news .title h3 {
  text-align: center;
  margin: 0;
  line-height: 64px;
  font-size: 38px;
  font-weight: bold;
}
.containers .page-news .title h6 {
  margin: 0;
  line-height: 48px;
  font-size: 16px;
  text-align: right;
  color: #7b7b7b;
}
.containers .page-news .labels {
  width: 100%;
  background-color: #f6f8fa;
  padding: 32px 38px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 32px;
  color: #303030;
  text-align: justify;
  margin: 32px 0;
  position: relative;
}
.containers .page-news .labels:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 124px;
  height: 100px;
  background: url("../img/a58512_124x100.png") center no-repeat;
  opacity: 1;
}
.containers .page-news .labels p {
  position: relative;
  margin: 0;
  z-index: 89;
}
.containers .page-news .inform {
  width: 100%;
  padding: 0 36px;
}
.containers .page-news .inform .text {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  color: #272727;
  padding: 24px 0;
}
.containers .page-news .inform .imgs {
  width: 100%;
  padding: 24px 0;
  text-align: center;
}
.containers .page-news .inform img {
    max-width: 100%;

}
.containers .page-news .inform .imgs img {
  max-width: 100%;
}
.containers .page-news .inform .imgs p {
  margin: 0;
  line-height: 36px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.containers .page-news .inform .labs {
  line-height: 50px;
  font-size: 18px;
  color: #8b8b8b;
}
.containers .page-news .inform .labs a {
  color: #000;
  margin-left: 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.containers .page-news .inform .labs a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #cecece;
}
.containers .page-news .abouts {
  width: 100%;
  padding-top: 100px;
  float: left;
}
.containers .page-news .abouts .title {
  width: 100%;
  line-height: 38px;
  font-size: 20px;
  color: #4d4d4d;
}
.containers .page-news .abouts .list {
  width: 100%;
}
.containers .page-news .abouts .list ul {
  width: calc(100% + 18px);
  position: relative;
  left: -9px;
  float: left;
  margin: 0;
}
.containers .page-news .abouts .list ul li {
  width: calc(33.3% - 18px);
  margin: 6px 9px;
}
.containers .page-news .abouts .list ul li .imgs {
  width: 100%;
}
.containers .page-news .abouts .list ul li .imgs img {
  width: 100%;
  border-radius: 6px;
}
.containers .page-news .abouts .list ul li .text {
  width: 100%;
  padding: 14px 0;
  float: left;
}
.containers .page-news .abouts .list ul li .text h5 {
  margin: 0;
  line-height: 32px;
  font-size: 18px;
  color: #383838;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.containers .page-news .abouts .list ul li .text p {
  margin: 0;
  line-height: 28px;
  font-size: 16px;
  color: #8d8d8d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.location {
  width: 100%;
  padding: 64px 0;
  float: left;
}
.location .txts {
  width: auto;
  height: 60px;
  background-color: #1a1a1a;
  padding: 0 14px;
  border-radius: 30px;
  line-height: 60px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.location .txts a {
  font-size: 20px;
  padding: 0 18px;
  color: #6f6e72;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.location .txts a:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 20px;
  background: url("../img/d7da2e_14x20.png") center no-repeat;
}
.location .txts em {
  font-size: 20px;
  padding: 0 18px;
  color: #f88d35;
  display: inline-block;
}
.news {
  width: 100%;
}
.news .intrs {
  width: 100%;
  background-color: #1a1a1a;
  border-radius: 8px;
  float: left;
  overflow: hidden;
}
.news .intrs .imgs {
  width: 800px;
}
.news .intrs .imgs img {
  width: 100%;
}
.news .intrs .text {
  width: calc(100% - 800px);
  padding: 24px 54px;
}
.news .intrs .text .time {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #c4c4c4;
}
.news .intrs .text .title {
    width: 100%;
    line-height: 36px;
    font-size: 26px;
    color: #fff;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 800;
    padding-bottom: 13px;
}
.news .intrs .text .txts {
    width: 100%;
    line-height: 24px;
    font-size: 15px;
    color: #c4c4c4;
    margin: 10px 0;
    text-align: justify;
    min-height: 156px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.news .intrs .text .more {
    width: 100%;
    height: 51px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news .intrs .text .more a {
  color: #fff;
  text-decoration: none;
}
.news .intrs .text .more a img {
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.news .intrs .text .more a:hover {
  color: #ff9638;
}
.news .conts {
  width: 100%;
  padding: 56px 0;
  float: left;
}
.news .conts .list {
  width: 100%;
}
.news .conts .list ul {
  width: 100%;
  margin: 0;
}
.news .conts .list ul li {
  width: 100%;
  padding: 66px 0;
  border-bottom: 2px solid #343434;
}
.news .conts .list ul li .time {
  width: 145px;
  height: 280px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news .conts .list ul li .time .day {
  width: 100%;
}
.news .conts .list ul li .time .day span {
  display: block;
  line-height: 68px;
  padding-left: 8px;
  font-size: 20px;
  color: #bcbcbc;
  position: relative;
}
.news .conts .list ul li .time .day span:after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 21px;
  height: 4px;
  background-color: #ff9638;
}
.news .conts .list ul li .time .day em {
  display: block;
  line-height: 64px;
  font-size: 46px;
  color: #bcbcbc;
}
.news .conts .list ul li .time .year {
  width: 100%;
  line-height: 70px;
  font-size: 34px;
  color: #fff;
}
.news .conts .list ul li .imgs {
  width: 490px;
    height: 280px;
}
.news .conts .list ul li .imgs img {
  width: 490px;
  height: 280px;
}
.news .conts .list ul li .intr {
  width: 550px;
  margin-left: 48px;
  margin-top: 10px;
}
.news .conts .list ul li .intr .labs {
  width: 100%;
  line-height: 56px;
  font-size: 18px;
  color: #c4c4c4;
}
.news .conts .list ul li .intr .txts {
    width: 100%;
    line-height: 36px;
    font-size: 25px;
    color: #fff;
    min-height: 170px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-weight: 600;
}
.news .conts .list ul li .intr .more {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news .conts .list ul li .intr .more a {
  color: #5c5c5c;
  text-decoration: none;
}
.news .conts .list ul li .intr .more a img {
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.news .conts .list ul li .intr .more a:hover,
.news .conts .list ul li .intr .more a a {
  color: #ff9638;
}
.news .conts .read-more {
  width: 100%;
  text-align: center;
  padding: 76px 0;
  float: left;
}
.news .conts .read-more a {
  display: inline-block;
  width: 334px;
  height: 62px;
  background-color: #fff;
  border-radius: 31px;
  text-align: center;
  color: #5c5c5c;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 62px;
}
.page-teacher {
  width: 100%;
  float: left;
}
.page-teacher .tabs {
  width: 100%;
}
.page-teacher .tabs ul {
  width: 100%;
}
.page-teacher .tabs ul li {
  line-height: 76px;
  font-size: 24px;
  color: #fff;
  margin-right: 98px;
  position: relative;
}
.page-teacher .tabs ul li:after {
  content: "";
  position: absolute;
  right: -48px;
  border-radius: 4px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #f7f6f7;
}
.page-teacher .tabs ul li:last-child:after {
  display: none;
}
.page-teacher .tabs ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 9;
}
.page-teacher .tabs ul li.acti:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 5px;
  background-color: #f88d35;
}
.page-teacher .conts {
  width: 100%;
  padding: 34px 0;
}
.page-teacher .conts .list {
  width: 100%;
}
.page-teacher .conts .list ul {
  width: 100%;
  margin: 0;
  margin-top: 34px;
}
.page-teacher .conts .list ul li {
  width: 100%;
  height: 408px;
  margin: 20px 0;
  background-color: #1a1a1a;
}
.page-teacher .conts .list ul li .imgs {
  width: 330px;
  height: 408px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-teacher .conts .list ul li .imgs img {
  max-width: 100%;
  max-height: 100%;
}
.page-teacher .conts .list ul li .intr {
  width: calc(100% - 330px);
  padding-left: 56px;
  padding-right: 168px;
  padding-top: 28px;
  position: relative;
}
.page-teacher .conts .list ul li .intr .more {
  position: absolute;
  right: -4px;
  top: 0;
}
.page-teacher .conts .list ul li .intr .more a {
  display: inline-block;
  width: 124px;
  height: 38px;
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  margin-top: 54px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
}
.page-teacher .conts .list ul li .intr .name {
  width: 100%;
}
.page-teacher .conts .list ul li .intr .name h4 {
  line-height: 68px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  position: relative;
}
.page-teacher .conts .list ul li .intr .name h4 b {
  position: relative;
  z-index: 9;
}
.page-teacher .conts .list ul li .intr .name h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background-color: #fff;
}
.page-teacher .conts .list ul li .intr .name p {
  margin: 0;
  line-height: 72px;
  font-size: 22px;
  color: #fff;
}
.page-teacher .conts .list ul li .intr .txts {
  width: 100%;
  line-height: 26px;
  font-size: 15px;
  color: #d5d5d5;
  margin: 10px 0;
  text-align: justify;
}
.page-teacher .conts .list ul li .intr .image {
  width: 100%;
}
.page-teacher .conts .list ul li .intr .image ul {
  width: 100%;
  margin: 0;
}
.page-teacher .conts .list ul li .intr .image ul li {
  width: auto;
  height: 84px;
  margin-right: 20px;
}
.page-teacher .conts .list ul li .intr .image ul li img {
  height: 78px;
    border-radius: 10px;
}
.page-teacher .conts .read-more {
  width: 100%;
  text-align: center;
  padding: 76px 0;
  float: left;
}
.page-teacher .conts .read-more a {
  display: inline-block;
  width: 334px;
  height: 62px;
  background-color: #fff;
  border-radius: 31px;
  text-align: center;
  color: #5c5c5c;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 62px;
}
.sign-up {
  width: 100%;
}
.sign-up .intrs {
  width: 100%;
  padding: 12px 0;
  float: left;
}
.sign-up .intrs .title {
  width: 100%;
  line-height: 60px;
  background-color: #121116;
  font-size: 20px;
  color: #8b8b8b;
  padding: 0 36px;
  position: relative;
}
.sign-up .intrs .title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  width: 1920px;
  height: 60px;
  background-color: #121116;
}
.sign-up .intrs .title em {
  position: relative;
  z-index: 98;
}
.sign-up .intrs .conts {
  width: 100%;
  padding: 36px 0;
  float: left;
}
.sign-up .intrs .conts .item {
  width: 50%;
  margin: 23px 0;
}
.sign-up .intrs .conts .item .labs {
  width: 168px;
  padding-left: 36px;
  position: relative;
  line-height: 54px;
  font-size: 20px;
  color: #8b8b8b;
}
.sign-up .intrs .conts .item .labs.must:after {
  content: "*";
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 54px;
  font-size: 24px;
  color: #f00;
}
.sign-up .intrs .conts .item .text {
  width: calc(100% - 168px);
  max-width: 394px;
}
.sign-up .intrs .conts .item .text .input {
  width: 100%;
  height: 54px;
  border: 1px solid #777879;
  padding: 0 34px;
}
.sign-up .intrs .conts .item .text .input input {
  width: 100%;
  height: 52px;
  border: none;
  background: none;
  font-size: 18px;
  color: #8b8b8b;
}
.sign-up .intrs .conts .item .text .select {
  width: 100%;
  height: 54px;
  border: 1px solid #777879;
  position: relative;
}
.sign-up .intrs .conts .item .text .select:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #6e6e6e;
}
.sign-up .intrs .conts .item .text .select select {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0 34px;
  font-size: 16px;
  position: relative;
  z-index: 9;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sign-up .intrs .conts .item .text .select .curr {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  cursor: pointer;
  color: #8b8b8b;
}
.sign-up .intrs .conts .item .text .select .slide {
  width: calc(100% + 2px);
  min-height: 30px;
  background-color: #fff;
  position: absolute;
  left: -1px;
  top: 52px;
  z-index: 99;
  display: none;
}
.sign-up .intrs .conts .item .text .select .slide p {
  line-height: 48px;
  font-size: 16px;
  cursor: pointer;
  color: #8b8b8b;
  text-align: center;
  margin: 0;
}
.sign-up .intrs .conts .item .text .select .slide p:hover {
  background-color: #f1f1f1;
}
.sign-up .intrs .button {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  float: left;
}
.sign-up .intrs .button button {
  width: 204px;
  height: 50px;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 20px;
}
.process {
  width: 100%;
  padding-bottom: 134px;
  float: left;
}
.process .title {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  float: left;
}
.process .list {
  padding-top: 40px;
  width: 100%;
  float: left;
}
.process .list ul {
  width: calc(100% + 54px);
  margin: 0;
  left: -27px;
  position: relative;
}
.process .list ul li {
  width: calc(25% - 54px);
  margin: 0 27px;
  background-color: #1b1c20;
  height: 290px;
  position: relative;
}
.process .list ul li:after {
  content: "";
  position: absolute;
  right: -54px;
  top: 0;
  width: 54px;
  height: 1px;
  border-bottom: 1px dashed #727373;
}
.process .list ul li:last-child:after {
  display: none;
}
.process .list ul li .tits {
  width: 100%;
  height: 76px;
  background-color: #fff;
  border-radius: 38px;
  text-align: left;
  padding-left: 36px;
  line-height: 76px;
  font-size: 20px;
  color: #333;
  position: relative;
  margin-top: -38px;
}
.process .list ul li .text {
  width: 100%;
  padding: 0 20px;
  padding-top: 20px;
}
.process .list ul li .text p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  color: #8b8b8b;
  text-align: justify;
  margin: 7px 0;
  float: left;
}
.page-student {
  width: 100%;
  float: left;
  min-height: 100px;
  background-color: #000;
}
.page-student .tabs {
  width: 100%;
}
.page-student .tabs ul {
  width: 100%;
  margin: 0;
}
.page-student .tabs ul li {
  width: 178px;
  height: 68px;
  color: #fff;
  text-align: center;
  line-height: 68px;
  cursor: pointer;
  font-size: 24px;
  margin-right: 100px;
    margin-left: 100px;
  border-radius: 4px;
}
.page-student .tabs ul li.acti {
  background-color: #f88d35;
  font-weight: bold;
}
.page-student .conts {
  width: 100%;
  padding-top: 56px;
  float: left;
}
.page-student .conts .list {
  width: 100%;
}
.page-student .conts .list ul {
  margin: 0;
  width: 100%;
}
.page-student .conts .list ul li {
  width: 20%;
  position: relative;
}
.page-student .conts .list ul li .imgs {
  width: 100%;
  position: relative;
  height: 350px;
}
.page-student .conts .list ul li .imgs img {
  width: 100%;
  height: 350px;
}
.page-student .conts .list ul li .imgs.plays:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.page-student .conts .list ul li .imgs.plays:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-top: -48px;
  top: 50%;
  margin-left: -48px;
  cursor: pointer;
  width: 96px;
  height: 96px;
  background: url("../img/a6ecd3_96x96.png") center no-repeat;
}
/*.page-student .conts .list ul li:nth-child(2),
.page-student .conts .list ul li:nth-child(3),
.page-student .conts .list ul li:nth-child(6),
.page-student .conts .list ul li:nth-child(7),
.page-student .conts .list ul li:nth-child(10),
.page-student .conts .list ul li:nth-child(11),
.page-student .conts .list ul li:nth-child(14),
.page-student .conts .list ul li:nth-child(15),
.page-student .conts .list ul li:nth-child(18),
.page-student .conts .list ul li:nth-child(19){
  width: 30%;
}*/
.page-student .conts .list ul li .slide {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.76);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.6s;
}
.page-student .conts .list ul li .slide a {
  display: inline-block;
  width: 128px;
  height: 38px;
  background-image: linear-gradient(to right, #f9b149, #ff7625);
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.page-student .conts .list ul li:hover .slide {
  opacity: 1;
}
.page-student .conts .more {
  width: 100%;
  text-align: center;
}
.page-student .conts .more a {
  color: #b5b5b5;
  text-decoration: none;
  line-height: 112px;
  font-size: 18px;
  letter-spacing: 2px;
}
.training {
  width: 100%;
  padding-bottom: 94px;
  float: left;
}
.training .title {
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.training .conts {
  width: 100%;
}
.training .conts .sidebar {
  width: 256px;
  height: 484px;
  background-color: #29282d;
/*  border-radius: 6px;*/
  padding-right: 15px;
}
.training .conts .sidebar .list {
  width: 100%;
  padding: 30px 0;
}
.training .conts .sidebar .list ul {
  margin: 0;
  width: 100%;
}
.training .conts .sidebar .list ul li {
  width: 100%;
  height: 78px;
  line-height: 78px;
  padding-right: 54px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  margin: 5px 0;
  color: #fff;
  position: relative;
  z-index: 9;
}
.training .conts .sidebar .list ul li.acti {
  background-color: #f88d35;
}
.training .conts .content {
  width: calc(100% - 256px);
  padding: 30px 0;
}
.training .conts .content .list {
  width: calc(100% + 56px);
  position: relative;
  left: -56px;
}
.training .conts .content .list ul {
  width: 100%;
}
.training .conts .content .list ul li {
  width: 100%;
  height: 424px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: none;
}
.training .conts .content .list ul li.show {
  display: block;
}
.training .conts .content .list ul li .intr {
  width: 419px;
  height: 424px;
/*  background: rgba(0,0,0,0.6);*/
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.training .conts .content .list ul li .intr:after {
  content: "";
  position: absolute;
  left: -115px;
  top: 0;
  width: 0;
  height: 0;
/*  border-bottom: 424px solid rgba(0,0,0,0.6);*/
  border-left: 115px solid transparent;
}
.training .conts .content .list ul li .intr .more {
  width: 100%;
  text-align: center;
  padding-top: 38px;
}
.training .conts .content .list ul li .intr .more a {
  display: inline-block;
  width: 198px;
  height: 58px;
  border-radius: 29px;
  background-image: linear-gradient(to right, #f55b10, #ffdd51);
  line-height: 58px;
  font-size: 58px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
}
.training .conts .content .list ul li .intr .txts {
  width: 100%;
}
.training .conts .content .list ul li .intr .txts h3 {
  margin: 0;
  line-height: 82px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.training .conts .content .list ul li .intr .txts p {
  margin: 0;
  max-width: 290px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #c3c3c3;
  margin: 0 auto;
}
.fix-teacher {
  width: 320px;
  height: 556px;
  position: fixed;
  left: 50%;
  margin-left: -198px;
  top: 50%;
  margin-top: -278px;
  display: none;
  z-index: 9999;
}
.fix-teacher .closes {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -40px;
  top: -40px;
  background: rgba(255,215,141,0.2);
  cursor: pointer;
  z-index: 9;
  border-radius: 20px;
}
.alerts {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
  background: rgba(0,0,0,0.6);
}
.alerts .alert-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.alerts .alert-menu .sidebar {
  width: 254px;
  height: 100%;
  background-color: #272727;
  padding-top: 14px;
  position: relative;
}
.alerts .alert-menu .sidebar .closes {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: flex-start;
  /*align-items: center;*/
    padding-top: 11px;
  padding-left: 50px;
}
.alerts .alert-menu .sidebar .closes span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(255,215,141,0.09);
}
.alerts .alert-menu .sidebar .list {
  width: 100%;
}
.alerts .alert-menu .sidebar a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    position: relative;
}
.alerts .alert-menu .sidebar .list ul {
  width: 100%;
  margin: 0;
}
.alerts .alert-menu .sidebar .list ul li {
  width: 100%;
  height: 45px;
  padding-left: 36px;
  margin: 6px 0;
  cursor: pointer;
}
.alerts .alert-menu .sidebar .list ul li .ico {
  width: 52px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alerts .alert-menu .sidebar .list ul li .text {
  width: calc(100% - 52px);
  line-height: 45px;
  font-size: 18px;
  color: #fff;
}
.alerts .alert-menu .sidebar .list ul li.acti,
.alerts .alert-menu .sidebar .list ul li:hover {
  background-color: #e5af75;
}
.alerts .alert-menu .sidebar .codes {
  width: 100%;
  text-align: center;
  padding: 32px 0;
  float: left;
}
.alerts .alert-menu .sidebar .codes img {
  width: 146px;
}
.alerts .alert-menu .sidebar .tels {
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #fff;
}
.alerts .alert-video {
  width: 1300px;
  height: 600px;
  position: absolute;
  left: 50%;
  margin-left: -650px;
  top: 50%;
  margin-top: -300px;
  background-color: #fff;
  border-radius: 4px;
  padding: 26px;
  display: none;
}
.alerts .alert-video .closes {
  width: 60px;
  height: 60px;
  background: url("../img/64084e_59x58.png") center no-repeat;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}
.alerts .alert-video .video {
  width: 978px;
  height: 100%;
}
.alerts .alert-video .video .imgs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.alerts .alert-video .video .imgs video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.alerts .alert-video .video .imgs i.plays {
  width: 105px;
  height: 105px;
  background: url("../img/03e43b_105x105.png") center no-repeat;
  background-size: 105px 105px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -52px;
  margin-top: -52px;
  z-index: 9;
}
.alerts .alert-video .intr {
  width: calc(100% - 978px);
  padding-left: 16px;
}
.alerts .alert-video .intr .inform {
  width: 100%;
  height: 160px;
  background-color: #efefef;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.alerts .alert-video .intr .inform p {
  margin: 0;
  line-height: 42px;
  font-size: 20px;
  color: #5c5c5c;
}
.alerts .alert-video .intr .inform p b {
  font-weight: bold;
}
.alerts .alert-video .intr .inform p em {
  padding-left: 10px;
}
.alerts .alert-video .intr .type {
  width: 100%;
  margin-top: 60px;
    position: relative;
}
.alerts .alert-video .intr .type img {
  width: 100%;
}
.alerts .alert-video .intr .button {
  width: 100%;
}
.alerts .alert-video .intr .button button {
  width: 100%;
  height: 54px;
  background-image: linear-gradient(to right, #ed5811, #ffdd51);
  border-radius: 27px;
  font-size: 20px;
  color: #fff;
  letter-sapcing: 2px;
  margin-top: 20px;
  box-shadow: 0px 7px 7px 1px rgba(244,81,34,0.2);
}
.alerts .alert-video .intr .type p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 35px;
    font-size: 22px;

    text-align: center;
    color: #fff;

}

@-webkit-keyframes myfirst {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes myfirst {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}



/* 师资介绍 */
.teacher .tabs {
    width: 100%;
    padding-top: 50px;
}

.teacher .tabs ul {
    width: 630px;
    margin: 0 auto;
}

.teacher .tabs ul li {
    width: 25%;
    line-height: 62px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
}

.teacher .tabs ul li.acti {
    color: #ffed9c;
}

.teacher .tabs ul li:hover {
    color: #ffed9c;
}
.teacher .tabs-body{
    padding:0 40px;
    padding-top:55px;
    clear:both;
    position: relative;
}
.teacher .tabs-cont{
    display:none;
    padding:0 60px;
}
.teacher .tabs-cont .item {
    width:100px;
    float:left;
    background: #15181C;
    height: 420px;
    border-radius:8px;
    margin:0 5px;
    overflow: hidden;
}

.teacher .tabs-cont .item .tea-img{
    width:100%;
    height: 420px;
    float:left;
    border-radius:8px;
    cursor: pointer;
    background-position:top center;
    background-size:cover;
}
.teacher .tabs-cont .item  .tea-info{
    display:none;
}
.teacher .tabs-cont  .item.on {
    width:920px;
}
.teacher .tabs-cont   .item.on .tea-img{
    width:340px
}
.teacher .tabs-cont  .item.on .tea-info{
    display: block!important;
    width:100%;
    color:#fff;
    float:left;
    max-width:560px;
    padding:50px 40px;
}

.teacher .tabs-cont .item .tit{
    font-size:34px;
    font-weight: bold;
}
.teacher .tabs-cont .item  .subtit{
    color:#FFD87E;
    font-size:18px;
    margin:10px 0 25px;
}
.teacher .tabs-cont .item  .desc{
    font-size:16px;
    line-height:24px;
    color:#BABABA;
    max-height:96px;
    overflow: hidden;
    margin-bottom:25px;
}
.teacher .tabs-cont .item  .small-pic li{
    width:70px;
    float:left;
    margin-right:24px;
}
.teacher .tabs-cont .item  .small-pic li:last-child{
    margin-right:0;
}
.teacher .tabs-cont .item .small-pic li img{
    width:70px;
    height:70px;
    border-radius:10px;
}
.teacher .tabs-cont .item .small-pic li:hover img{
    opacity:.88;
}
.teacher .swiper-button-prev::after,.teacher .swiper-button-next::after{
    display:none;
}
.teacher .swiper-button-prev {
    width: 26px;
    height: 42px;
    background: url("../img/be02cd_26x42.png") center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -700px;
    cursor: pointer;
    outline: none;
    z-index: 99;
    margin-top: -21px;
}

.teacher .swiper-button-next {
    width: 26px;
    height: 42px;
    background: url("../img/385d7b_26x42.png") center no-repeat;
    position: absolute;
    right: 50%;
    cursor: pointer;
    outline: none;
    top: 50%;
    margin-right: -700px;
    z-index: 99;
    margin-top: -21px;
}
.teacher .wid .link{
    margin-top: 75px;
    text-align: center;
}
.teacher {
    padding-bottom: 100px;
}
.teacher .wid .link a{
    width: 187px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(90deg, #F9B24A 0%, #F76E23 100%);
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}



/* 首页第一届3D大师课 -修改*/
.class .bann,.class li .imgs{background-position:center;background-size:cover;background-repeat:no-repeat;}
.class .bann img,.class li .imgs img{opacity:0;}

/* 首页学生作品 -修改*/
.student .fl .imgs,.student li .imgs{background-position:center;background-size:cover;background-repeat:no-repeat;}
.student .fl .imgs img,.student li .imgs img{opacity:0;}

@media screen and (max-width: 1700px) {
  .wid {
    padding: 0 20px;
  }
  .teacher .conts .inform .intrs-list ul li .intr .works .box {
    width: 48%;
  }
  .region .inform .intr-tabs {
    width: 100%;
  }
  .page-student .tabs ul li {
    margin-right: 60px;
  }
    .teacher .tabs-cont .item.on{
        width:880px
    }
    .teacher .tabs-cont .item.on .tea-img{
        width:320px
    }
}
@media screen and (max-width: 1550px) {
  .teacher .conts .next {
    margin-right: -710px;
  }
  .teacher .conts .prev {
    margin-left: -710px;
  }
  .class .conts .items .bann img {
    height: 600px;
  }
  .class .conts .items .list ul li .imgs img {
    height: 300px;
  }
  .page-student .conts .list ul li .imgs {
    height: 300px;
  }
  .page-student .conts .list ul li .imgs img {
    height: 100%;
  }
  .course .list ul li {
    width: 380px;
  }
  .class .conts .items .list ul li .txts .ico {
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .class .conts .items .list ul li .txts .ico img {
    width: 48px;
    height: 48px;
  }
  .class .conts .items .list ul li .txts .user {
    padding-bottom: 20px;
  }
  .class .conts .items .list ul li .txts .user h5 {
    font-size: 20px;
    line-height: 36px;
  }
  .class .conts .items .list ul li .txts .user p {
    font-size: 14px;
    line-height: 20px;
  }
  .class .conts .items .list ul li .slide .cont img {
    width: 44px;
  }
  .class .conts .items .list ul li .slide .cont p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  .teacher .conts .list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .teacher .conts .list ul li img {
    width: 100px;
    height: 100px;
  }
  .teacher .conts .next {
    transform: scale(0.7);
    margin-right: 0;
    right: 20px;
  }
  .teacher .conts .prev {
    transform: scale(0.7);
    margin-left: 0;
    left: 20px;
  }
    .teacher .tabs-cont .item.on{
        width:860px
    }
    .teacher .tabs-cont .item.on .tea-info{
        width:540px
    }
}
@media screen and (max-width: 1455px) {
  .wid {
    max-width: 1200px;
  }
  .fix-teacher {
    transform: scale(0.9);
  }
  .cooperation .conts .next {
    margin-right: -650px;
  }
  .cooperation .conts .prev {
    margin-left: -650px;
  }
  .contact .logos {
    width: 300px;
  }
  .company .conts .company-items .bann {
    width: 520px;
  }
    .teacher .swiper-button-next {
        margin-right: -650px;
    }

    .teacher .swiper-button-prev {
        margin-left: -650px;
    }
    .teacher .tabs-cont .item.on{
        width:820px
    }
    .teacher .tabs-cont .item.on .tea-info{
        width:500px
    }
    .teacher .tabs-cont .item .small-pic li{
        margin-right:15px;
    }
}
@media screen and (max-width: 1420px) {
    .teacher .tabs-cont .item.on{
        width:780px
    }
    .teacher .tabs-cont .item.on .tea-img{
        width:300px
    }
    .teacher .tabs-cont .item.on .tea-info{
        width:460px;
        padding:45px 30px;
    }
    .teacher .tabs-cont .item .small-pic li{
        margin-right:10px;
    }
}
@media screen and (max-width: 1370px) {
  .fix-teacher {
    transform: scale(0.8);
  }
  .teacher .conts .list ul li {
    height: 100px;
  }
  .page-student .conts .list ul li .imgs {
    height: 240px;
  }
  .page-student .conts .list ul li .imgs img {
    height: 100%;
  }
  .class .conts .items .bann img {
    height: 500px;
  }
  .class .conts .items .list ul li .imgs img {
    height: 250px;
  }
  .course .list ul li {
    width: 33.3%;
    padding: 0 20px;
  }
  .course .list ul li .btns span,
  .course .list ul li .btns a {
    margin-left: 20px;
    margin-right: 0;
    width: 100px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
  .teacher .conts .list {
    width: 100%;
    padding: 0 30px;
    height: 100px;
  }
  .teacher .conts .inform {
    margin-top: 30px;
  }
  .teacher .conts .next {
    right: 10px;
    margin-right: 0;
    top: 96px;
  }
  .teacher .conts .prev {
    left: 10px;
    margin-left: 0;
    top: 96px;
  }
  .company .conts .bann {
    width: 560px;
  }
  .cooperation .conts .next {
    margin-right: -620px;
  }
  .cooperation .conts .prev {
    margin-left: -620px;
  }
  .company .conts .company-items .intrs {
    width: 500px;
  }
  .banner .conts {
    padding-top: 20px;
  }
  .banner .thumbnails {
    bottom: 55px;
  }
    .teacher .swiper-button-next {
        margin-right: -620px;
    }

    .teacher .swiper-button-prev {
        margin-left: -620px;
    }
    .teacher .tabs-cont .item.on{
        width:760px
    }
    .teacher .tabs-cont .item.on .tea-img{
        width:280px
    }
    .teacher .tabs-cont .item.on .tea-info{
        width:460px;
    }


}
@media screen and (max-width: 1200px) {
  .student .inform .intr {
    height: 400px;
  }
  .student .inform .list ul li {
    height: 200px;
  }
  .student .inform .list ul li .imgs.plays:after {
    transform: scale(0.8);
  }
}
