.myteacher{overflow:hidden;padding:15px 0}
.swiper-container3{padding-bottom:20px}
.swiper-container3 
.swiper-slide{text-align:center;font-size:18px;display:table}
.mytable1{background:#ff272e;padding:15px 15px 40px 15px;}
.mytable1:after{content:'';display:block;clear:both;width:100%;height:auto}
.mytable1 .shead{color:#fff}
.mytable1 .shead h1{font-size:22px;text-align: center; line-height:40px;margin-bottom:15px;}
.mytable1 .myformbox label{width:30%;padding:0;line-height:38px;text-align:center;font-size:16px;color:#fff}
.mytable1 .myformbox .layui-input-block{margin-left:31%}
.mytable1 .myformbox .mybtn{text-align:center}
.mytable1 .layui-btn{width:68%;font-size:18px;background-color:#fff;color:#ff272e;}

/*底部版权信息*/

.w3agile.footer {
    background: #000;
    text-align: center;
    height: 120px;
}

.w3agile img {
    margin: 0 auto;
    padding-top: 0px;
}

.footer-nav {
    font-size: 12px;
    padding: 1em 0;
    margin:5px 0px;
    border-top: 1px dotted #A2A2A2;
    border-bottom: 1px dotted #A2A2A2;
}

.footer-nav ul li {
    display: inline-block;
    font-size: 1em;
    margin-left: 2em;
}

.footer-nav ul li:nth-child(1) {
    margin: 0;
}

.footer-nav ul li a {
    color: #A2A2A2;
    font-weight: 300;
}

.footer-nav ul li a:hover {
    color: #27d2c8;
}

.footer-text p {
    color: #A2A2A2;
    text-align: center;
    font-weight: 300;
    font-size: 8px;
}

.footer-text p a {
    color: #27d2c8;
}

.footer-text p a:hover {
    color: #fff;
}

/*end底部版权信息*/
.fl {
  float: left;
}

.fr {
  float: right;
}
.myjiuye {
  overflow: hidden;
  padding: 0 15px;
}
.myjiuye .imglist {
  overflow: hidden;
  margin-top: 25px;
}
.myjiuye .imglist li {
  width: 49.5%;
  margin-bottom: 3px;
  overflow: hidden;
  text-align: center;
}
.myjiuye .imglist img {
  width: 100%;
}
.myjiuye .mytitle {
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
}
.myjiuye .mytitle p {
  font-size: 14px;
  line-height: 22px;
  display: block;
  width: 100%;
}
.myjob1 {overflow:hidden; margin-top:30px;}
.myjob1 .more {width:100%;overflow:hidden;margin:25px 0;text-align:center;}
.myjob1 .more a {
    display: inline-block;
    padding: 12px 30px;
    background: #ff272e;
    color: #fff;
    font-size: 18px;
}


.mywrap {
  overflow: hidden;
  background: #f4f4f4;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.container {
  zoom: 1;/*IE*/
}

.mybanner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mybanner img {
  width: 100%;
}
.myhead {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}
.myhead:after {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  background: #ff272e;
  position: absolute;
  top: 0;
  left: 15px;
}
.myhead small {
  color: #666;
  font-size: 24px;
  padding-left: 10px;
}
.myshead {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px; 
} 
.myshead small {
  color: #666;
  font-size: 24px;
  font-weight: bold;
  padding-top: 8px;
  display: block;
}

.mykf {
  display: inline-block;
  padding: 12px 30px;
  background: #ff272e;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.mykf i {
  margin-left: 5px;
}

/**mysummary**/
.mysummary {
  width: 100%;
}
.mysummary .text {
  background: #fff;
  padding: 25px 15px 75px 15px;
  position: relative;
  color: #fff;
}
.mysummary .text h2 {
  font-size: 30px;
  line-height: 35px;
}
.mysummary .text h2 small {
  font-style: italic;
  color: #666;
  font-size: 25px;
  font-weight: normal;
}
.mysummary .text span {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.mysummary .text p {
  font-size: 16px;
  line-height: 25px;
  text-indent: 2em;
  display: block;
  max-height: 150px;
  overflow: hidden;
  color: #333;
}
.mysummary .img {
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}
.mysummary .img img {
  width: 100%;
}
/**mydetails**/
.mydetails {
  overflow: hidden;
  margin-top: 25px;
}
.mydetails .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.mydetails .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mydetails .swiper-slide img {
  width: 100%;
}
.mydetails .swiper-container-horizontal>.swiper-pagination-bullets {
 bottom: 2px;
}
.mydetails ul {
  overflow: hidden;
  padding: 15px;
}
.mydetails li h3 {
  line-height: 35px;
  font-size: 18px;
  margin-top: 15px;
}
.mydetails li p {
  line-height: 25px;
  font-size: 13px;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
}

/**myteacher**/
.myteacher {
  margin-top: 25px;
  overflow: hidden;
  background: url(../images/img3.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 25px;
}
.myteacher .myhead {
  margin-top: 50px;
  color: #fff;
}
.myteacher .mymain {
  width: 100%;
}
.myteacher .img {
  width: 100%;
  vertical-align: middle;
}
.myteacher .img img {
  width: 100%;
}
.myteacher .text {
  vertical-align: top;
  text-align: center;
}
.myteacher .text_bg {
  overflow: hidden;
  background: #fff; 
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 75px;
  position: relative;
}
.myteacher .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 5px;
}
.myteacher .text h3 {
  font-size: 20px;
  line-height: 35px;
}
.myteacher .text p {
  font-size: 14px;
  line-height: 25px;
}

/**myambient**/
.myambient {
  overflow: hidden;
  margin-top: 25px;
}
.myambient img {
  width: 100%;
}
.myambient p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 15px;
  display: block;
  background: #fff;
}
.myambient .more {
  text-align: center;
  margin-top: 25px;
}
.myambient .more a {
  display: inline-block;
  padding: 12px 30px;
  background: #ff272e;
  color: #fff;
  font-size: 18px; 
}
.myambient .more a i {
  margin-left: 5px;
}

/**myadvantage**/
.myadvantage {
  margin-top: 25px;
  background: url(../images/img4.jpg) no-repeat top center; 
  overflow: hidden;
  padding: 25px 0; 
}
.myadvantage .myhead {
  margin-top: 50px;
  color: #fff;
}
.myadvantage ul{
  color: #fff;
}
.myadvantage ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.myadvantage ul li i {
  font-size: 48px;
  color: #ecdb5e;  
}
.myadvantage ul li h3 {
  font-size: 14px;
  line-height: 25px;
  margin-top: 5px;
  color: #ecdb5e;
}
.myadvantage ul li p {
  font-size: 12px;
  padding: 0 5px;
  line-height: 15px;
  overflow: hidden;
  max-height: 44px;
  margin-top: 5px;
}

/**myabout**/
.myabout {
  overflow: hidden;
  margin-top: 50px;
}
.myabout .myside {
  overflow: hidden;

}
.myabout .myside .side {
  width: 90%;
  background: #1c2126;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 15px auto;

}
.myabout .myside .side div {
  overflow: hidden;
  padding: 15px;
}
.myabout .myside .side span {
  display: block;
  font-size: 26px;
  color: #ecdb5e;
  line-height: 40px;
  border-bottom: 1px solid #ecdb5e;
}
.myabout .myside .side p {
  padding-top: 10px;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}
.myabout .mytext {
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  padding: 0 15px;
  overflow: hidden;
}
.myabout .more {
  text-align: right;
  margin-top: 15px;
}
.myabout .more a {
  display: inline-block;
  padding: 12px 30px;
  background: #ff272e;
  color: #fff;
  font-size: 18px; 
  margin-right: 15px;
}
.myabout .more a i {
  margin-left: 5px;
}

/**mycase**/
.mycase {
  overflow: hidden;
  margin-top: 25px;
  background: #fff;
  padding: 15px 0;
}
.mycase h1 {
  color: #000;
}
.mycase .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
.mycase .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 110px;
  
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mycase .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}
.mycase .swiper-slide img {
  width: 100%;
}

/**mystudent**/
.mystudent {
  overflow: hidden;
  margin-top: 25px;
  background: #fff;
  padding-top: 15px;
}
.mystudent ul li {
  width: 300px;
  float: left;
  text-align: center;
  margin-right: 150px;
}
.mystudent ul li:nth-child(3n+3) {
  margin-right: 0;
}
.mystudent .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  margin: 0 auto;
  background: #fff;
}
.mystudent .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mystudent .swiper-container-horizontal>.swiper-pagination-bullets {
 bottom: 8px;
}

/**mycarve**/
.mycarve {
  overflow: hidden;
  margin-top: 25px;
  text-align: center;
}
.mycarve img {
  width: 100%;
}
/**myjob**/
.myjob {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 60px;
}
.myjob .mylist {
  padding: 15px 0px;
  text-align: center;
  display: inline-block;
  padding: 0 15px 0 15px;
  overflow: hidden;
}
.myjob .mylist a {
  padding: 10px 20px;
  border: 1px solid #eee;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #fff;
  background: #ff272e;
  float: left;
}
.myjob .mylist a:nth-child(3n+3) {
  margin-right: 0;
}
.myjob ul {
  overflow: hidden;
  padding: 0 15px;
}
.myjob ul li {
  float: left;
  overflow: hidden;
  width: 47%;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.myjob ul li:nth-child(2n+2) {
  float: right;
}
.myjob ul li img {
  width: 100%;
}
.myjob ul li p {
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.myjob ul li img {
  width: 100%;
}
.myjob .more {
  text-align: center;
  margin-top: 10px;
}
.myjob .more a {
  display: inline-block;
  padding: 12px 30px;
  background: #ff272e;
  color: #fff;
  font-size: 18px; 
}
.myjob .more a i {
  margin-left: 5px;
}

.makeuptools_bg {
  max-height: 350px;
  background: #ff272e;
  background-size: 100% 100%;
  display: inline-table;
  width: 100%;
  position: relative;
  margin-top: 25px;  
}

.makeuptools {
  color: #fff;
  overflow: hidden;
}

.makeuptools .fl {
  width: 40%;
}
.makeuptools .text {
  width: 86%;
  padding-top: 20px;
  margin: 0 auto;
}

.makeuptools .text li {
  text-shadow: 1px 1px 2px #000;
}

.makeuptools .text li.t1 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.makeuptools .text li.t1 a {
  background: #fff;
  color: #333;
  padding: 0px 10px;
  margin: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  text-shadow: none;
}

.makeuptools .text li.t2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.makeuptools .text li.line {
  border-top: 1px dashed #fff;
  opacity: 0.5;
  padding: 0px;
  margin-top: 20px;
}

.makeuptools .text li.t3 {
  padding-top: 18px;
}

.makeuptools .text li label {
  font-size: 18px;
}

.makeuptools .text li input {
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
}

.makeuptools .text li button {
  background: #fdd943;
  color: #000;
  border-radius: 3px;
  border: none;
  font-size: 18px;
  height: 41px;
  width: 100%;
  cursor: pointer;
}
.makeuptools .layui-input-block {
  margin-left: 18%;
}
.makeuptools .layui-form-label {
  width: 15%;
  padding: 9px 0;
  text-align: left;
}