a {text-decoration: none;color: #999;}
a:hover {color: #dc19a8;text-decoration: none;}
.fl {float: left;}
.fr {float: right;}
.clearfix:after{content: ''; display: block; height: 0; clear: both; visibility: hidden;  }
.clearfix {/* 触发 hasLayout */ zoom: 1; }
.mytitle {width:100%; margin-top: 25px; overflow: hidden;}
.mytitle h2 {
    display: block; 
    width:100%; 
    font-size: 20px; 
    color: #3b6caa; 
    font-weight: 700; 
    line-height: 30px; 
    padding-bottom: 10px;
    text-align: center; 
    position: relative; 
    z-index: 1;
}
.mytitle h2:after {
    content: ''; 
    display: block; 
    width: 24%; 
    height: 3px; 
    border-radius: 5px;
    overflow: hidden;
    background: #3b6caa;
    position: absolute;
    left: 38%;
    bottom: 0;
} 
.mytitle p {display: block; line-height: 22px; text-align: center; padding-top: 10px;}

.mybtn {overflow: hidden; padding: 0 15px;}
.mybtn p {
    display: block; 
    width: 58%; 
    line-height: 45px;
    padding-left: 14%;
    float: left; 
    font-size: 16px;
    color: #3b6caa;
    font-weight: 700;
    background: url(../images/phone.jpg) no-repeat 5% center #f3f3f3;
    background-size: 30px 24px;
}
.mybtn a {
    display: block; 
    width: 42%;
    float: left;
    line-height: 45px; 
    font-size: 14px;
    background: #3b6caa;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.mybtn a:hover {color: #fff;}

.mypost .main {overflow: hidden; padding: 25px 15px 0 15px;}
.mypost .sides {
    width: 48%; 
    float: left; 
    margin-bottom: 15px; 
    background: #55c0f8;
    text-align: center;
    color: #fff;
    padding: 15px;
    border-radius: 10px; 
    overflow: hidden;     
}
.mypost .sides:nth-child(2n+2) {float: right;}
.mypost .sides:nth-child(2) {background: #5edbb9;}
.mypost .sides:nth-child(3) {background: #ffa95e;}
.mypost .sides:nth-child(4) {background: #ff737d;}
.mypost .sides h3 {display: block; width: 100%; font-size: 16px; font-weight: 700; line-height: 26px; border-bottom: 1px solid #fff;}
.mypost .sides p {display: block; width: 100%; font-size: 14px; line-height: 20px; padding-top: 10px;}

.mybmh .main {overflow: hidden; padding: 25px 15px 0 15px;}
.mybmh .main img {border-radius: 10px 10px 0 0;}
.mybmh .main span {display: block; width: 100%; padding: 15px 0 5px 0; font-size: 18px; text-align: center; font-weight: 700; color: #333;}
.mybmh .main p {font-size: 14px; line-height: 22px; padding-top: 10px; text-indent: 10px; color: #333;}
.picshow {overflow: hidden; padding: 0 15px;}
.swiper-container-ry {
    width: 100%;
    height: auto;
    margin: 20px auto;

}
.picshow .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;
}

.mybm {overflow: hidden;}
.mybm .main {padding: 25px 15px 25px 15px; display: flex; justify-content: center; align-items: center; text-align: center;}
.mybm .main img {width: 100%;}

.mycourse {overflow: hidden;}
.mycourse .main {padding: 25px 15px 0 15px; overflow: hidden;}
.mycourse .showpic {width: 48%; float: left; overflow: hidden; margin-bottom: 15px;}
.mycourse .showpic:nth-child(2n+2) {float: right;}
.mycourse .showpic img {width: 100%;}
.mycourse .showpic h3 {display: block; width: 100%; text-align: center; font-size: 16px; font-weight: 700; padding: 8px 0; color: #333;}
.mycourse .showpic .zx {overflow: hidden;}
.mycourse .showpic p {display: block; width: 100%; font-size: 12px; line-height: 20px; color: #333; padding-bottom: 10px;}
.mycourse .showpic a {display: block; width: 50%; float: left; line-height: 30px; font-size: 14px; background: #ffea01; color: #333; text-align: center;}
.mycourse .showpic a:last-child {background: #ffa95e;}

.myhj {overflow: hidden;}
.myhj .main {padding: 25px 15px; overflow: hidden;}

.mysc {overflow: hidden;}
.mysc .main {overflow: hidden; padding: 25px 15px 0 15px;}
.mysc ul li {width: 48%; margin-bottom: 15px; float: left; justify-content: center; align-items: center; text-align: center; overflow: hidden;}
.mysc ul li:nth-child(2n+2) {float: right;}
.mysc .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
}
.mysc .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;
}

.myzs {
    padding: 0 15px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.myzs .mybox {
    border: 2px solid #3b6caa; 
    margin: 25px 0; 
    padding:8px; 
    border-radius: 8px; 
    overflow: hidden;
}
.myzs .l_head {
    overflow: hidden; 
    width: 100%; 
    margin: 10px auto 15px auto;
}
.myzs .l_head a {
    display: block;
    width: 32%;
    float: left;
    background: #8e8e8e;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    overflow: hidden;
    margin-right:2%;
}
.myzs .l_head a:last-child {margin-right: 0;}
.myzs .l_head a.l_btn {background: #3b6caa;}

.myteach {overflow: hidden;}
.myteach .swiper-container {
    width: 100%;
    height: 100%;
}
.myteach .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;
}
.myteach .main {border: 2px solid #3b6caa; border-radius: 10px; margin: 25px 15px; overflow: hidden;}
.myteach .main img {border-radius: 10px;}

.myworks .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;
    
    /* 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;
}

.myworks {overflow: hidden;}
.myworks .mybox {margin: 25px auto 10px auto; overflow: hidden; padding: 0 15px;}
.myworks .shead {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between; 
    margin-bottom: 15px;  
}
.myworks .shead a {
    display: inline-block;
    width: 24%;
    line-height: 28px;
    text-align: center;
    border: 1px solid #3b6caa;
    color: #3b6caa;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
	font-size: 12px;
}
.myworks .shead a.mybtn {display:block; background: #3b6caa; color: #fff;}
.myworks .main,
.myworks .list{overflow: hidden;}
.myworks .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between; 
    overflow: hidden;    
}
.myworks .list ul li {
    width: 48%; 
    border-radius: 7px;
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.myworks img {width: 100%;}

.myxuezi {overflow: hidden;}
.myxuezi .main {padding: 25px 15px; overflow: hidden;}
.myxuezi .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
}
.myxuezi .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;
}

.myforms {
    overflow: hidden; 
    margin-top: 25px;
    margin-bottom: 15px;
}
.myforms .stitle {
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 35px;
}
.myforms .layui-fluid {padding:0;}
.myforms .stitle h1 {font-size: 18px; color: #333333; font-weight: bold;}
.myforms .stitle img {width: 48px; height: 15px;}
.myforms .myfav {
    width: 90%; 
    margin: 15px auto;
    border: 1px dashed #d2d2d2;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
    line-height: 22px;
}
.myforms .myfav span {font-size: 14px; font-weight: bold;}
.myforms .layui-input {width: 80%; padding-left: 20px; height: 40px; margin: 0 auto; line-height: 35px; border-radius: 20px; overflow: hidden;}
.myforms .layui-btn {width: 100%; font-size: 16px; font-weight: 700; background: #f43335; color:#fff; height: 40px; line-height: 40px;}

.myact {overflow: hidden; margin-top: 30px;}
.myact h1 {color: #f43335; font-size: 24px; font-weight: 700; text-align: center;}
.myact .stitle p {text-align: center; line-height: 18px; font-size: 14px; color: #333; padding-top: 10px;}
.myact .layui-input {
    height: 40px; 
    line-height: 40px; 
    border-radius: 8px;
    overflow: hidden;
    border-color: #f43335;
}
.myact .layui-btn {width: 100%; height: 40px; line-height: 40px; background: #f43335; border-radius: 8px; overflow: hidden; font-size: 16px;}
.myact .layui-input:hover {border-color: #f43335!important;}

.nav_list {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
}
.nav_list i {font-size: 20px;}
.nav_list  p {
    display: block; 
    font-size: 12px; 
    line-height: 18px;
    padding-top: 5px;
}
.nav_list .nav_xf,
.nav_list .nav_dh{
    width: 22%; 
    height: 100%;
    float: left; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
 }
.nav_list .nav_lq {
    width: 56%; 
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
}
.nav_list .nav_lq a {
    display: block; 
    width: 90%; 
    line-height: 35px;
    height: 35px; 
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    background: #f43335;
    overflow: hidden;
    animation: mscale 1s infinite;
    /*Safari and Chrome*/
    -webkit-animation:mscale 1s infinite;    
}

.myflogo {overflow: hidden;}
.myflogo .main {padding:25px 15px; overflow: hidden;}
.myflogo .main img {border-radius: 8px; overflow: hidden;}
.myflogo .main p {font-size: 14px; padding: 10px 0; line-height: 22px;}
.myflogo ul {overflow: hidden;}
.myflogo ul li {width: 25%; margin-bottom: 10px; float: left; justify-content: center; align-items: center; text-align: center;}
.myflogo ul li img {width: 90%; border: 1px solid #eaeaea;}

.footer {
  overflow: hidden;
  background: #fff;
  text-align: center;
  color: #333;
  font-size: 14px;
  padding: 12px 12px 70px 12px;
  border-top: 3px solid #f1f1f1;
}
.footer p {
  display: block;
  line-height: 18px;
  padding: 5px 0;
}
.footer .copy {width: 15%;margin: 0 auto;}
.footer img {width: 100%;}
.footer a {color: #333; font-size: 24px;}


/*定义mscale*/
@keyframes mscale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.94);
    }
    100% {
      transform: scale(1);
    }
}

/*大于pad*/
@media only screen and (min-width: 750px) {
.myforms .stitle h1 {font-size: 30px;}
.myforms .myfav span {font-size: 20px;}
.myforms .myfav p {font-size: 16px; line-height: 22px;}
.myforms .layui-input {height: 45px; line-height: 45px;}
.myforms .layui-btn {height: 50px; line-height: 50px; font-size: 20px;}
.mypost .sides h3 {font-size: 24px; line-height: 40px;}
.mypost .sides p {line-height: 26px; font-size: 18px;}
.mybtn p {line-height: 55px; font-size: 24px;}
.mybtn a {line-height: 55px; font-size: 22px;}
.mytitle h2 {font-size: 30px; line-height: 55px;}
.mybmh .main span {font-size: 26px; line-height: 35px;}
.mybmh .main p {font-size: 18px; line-height: 26px;}
}

/*iphone 5*/
@media screen and (min-width: 320px) and (max-width: 374px) {

}