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; }
.myhead {width: 100%; overflow: hidden; padding-bottom: 25px; text-align: center; line-height: 45px;}
.myhead h1 {font-size: 30px; font-weight: bold;}
.anniu {
    display: block; 
    width: 100%; 
    line-height: 40px; 
    text-align: center; 
    border-radius: 20px; 
    overflow: hidden; 
    color: #fff; 
    font-size: 16px; 
    background: #f03438;
}

.toppic {width: 100%; display: flex; justify-content: center; align-items: center; text-align: center;}
.toppic img {width: 100%;}

.mypro {overflow: hidden; margin-top: 25px;}
.mypro h1 {color: #f03337;}
.mypro ul {padding: 20px 15px 0 10px; overflow: hidden;}
.mypro li {
    width: 33.333%; 
    float: left; 
    text-align: center;
}
.mypro li a {
    display: inline-block;
    width: 90%;
    line-height: 30px;
    background: #0f7f83;
    color: #fff;
    margin-bottom: 8px;
}
.mypro .proslide {overflow: hidden; padding: 0 15px;}
.mypro .showimg {
    width: 32%;
    float: left; 
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}
.mypro .showimg:nth-child(2) {margin:25px 2% 0 2%;}
.mypro .showimg img {width: 100%;}
.mypro .showimg p {
    display: block;
    background: #0f7f83;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}


.mytest {overflow: hidden; padding: 25px 15px 0 15px;}
.mytest .mytitle {margin-bottom: 10px; width: 100%; text-align: center;}
.mytest .mytitle h1 { font-size: 20px; font-weight: bold; color: #f03337;}
.mytest .listbox {overflow: hidden;}
.mytest h3 {
    font-size: 14px; 
    font-weight: 700;
    color: #000; 
    line-height: 22px; 
    display:  block;
    margin: 8px 0;
}
.mytest .lists {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.mytest .lists span {
    display: inline-block;
    width: 31%;
    line-height: 30px;
    float: left;
    text-align: center;
    color: #333;
    border: 1px solid #ccc;
    margin-right: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
    overflow: hidden;
}
.mytest .lists span:last-child {margin-right: 0;}
.mytest .lists span.active {
    position: relative;
    background-color: #0f7f83;
    border: 1px solid #0f7f83;
    color: #ffffff;
    z-index: 0;
}
.myform {overflow: hidden;}
.myform .myinput {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center;
    margin-bottom: 15px;
    width: 48%;
}
.myform .myinput input {border-color: #ccc;}
.myform .mysubmit {overflow: hidden; width: 100%; float: left;}
.myform .layui-btn {
    width: 100%;
    line-height: 35px;
    padding: 0;
    
    border-radius: 5px;
    overflow: hidden;
}

.mycourse {margin-top: 25px; margin-bottom: 25px; overflow: hidden;}
.mycourse h1 {color: #f03337;}
.mycourse .mybox {overflow: hidden; padding: 0 15px;}
.mycourse ul {width:100%; overflow: hidden;}
.mycourse ul li {width: 25%; float: left; display: block; overflow: hidden;}
.mycourse ul li a {display: block; width: 90%; margin: 0 4px 8px 4px; position: relative; text-align: center; overflow: hidden;}
.mycourse ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 28px;
    height: 28px;
    font-size: 10px;
    background: #0f7f83;
    color: #fff;
    overflow: hidden;
}

.mybmh {overflow: hidden; margin-bottom: 25px;}
.mybmh .showpic {padding: 25px 15px; background: #0f7f83; overflow: hidden;}
.mybmh .showpic h2 {font-size: 14px; color: #fff; text-align: center; padding-bottom: 15px;}
.mybmh .showpic span {display: block; border-radius: 15px; overflow: hidden;}
.mybmh .lists {overflow: hidden; text-align: center; padding: 15px 0;}
.mybmh .lists span {display: inline-block; padding: 0 8px; line-height: 26px; background: #0f7f83; color: #fff; margin: 0 5px; border-radius: 15px; overflow: hidden;}
.mybmh .pshow {margin: 0 15px; padding: 15px; border: 2px solid #0f7f83; border-radius: 15px; background: #fff; overflow: hidden;}
.mybmh .pshow h1 {color: #0f7f83; font-weight: bold;}
.mybmh .pshow h1 small {font-size: 12px; text-transform: uppercase;}
.mybmh .pshow p {font-size: 12px; line-height: 18px; text-indent: 20px; padding-top: 8px; color: #333;}

.myreform {margin-bottom: 25px; overflow: hidden;}
.myreform h2 {font-size: 20px; font-weight: bold; text-align: center; margin-bottom: 10px; display: block;}
.myreform .mainbox {padding: 0 15px; overflow: hidden;}
.myreform span {display: block; text-indent: 20px; font-size: 14px; line-height: 20px;}
.myreform ul {padding-top: 15px; overflow: hidden;}
.myreform ul li {width: 32%; margin-right: 2%; float: left; overflow: hidden;}
.myreform ul li:last-child {margin-right: 0;}
.myreform ul li p {display: block; line-height: 20px; font-size: 12px;}

.myadv {background: #0f7f83; padding: 25px 15px; margin-bottom: 25px;}
.myadv .myhead h1 {color: #fff;}
.myadv .main {background: #fff; padding: 10px 10px 0 10px; margin-bottom: 25px; overflow: hidden;}
.myadv h3 {display: block; margin-bottom: 15px; font-weight: 700; text-align: center; line-height: 20px; font-size: 14px;}
.myadv dl {width: 48%; margin-bottom: 10px; float: left; display: table; overflow: hidden;}
.myadv dl:nth-child(2n+2) {float: right;}
.myadv dl dt {display: table-cell; width: 52%; padding-left: 5px; background: #e9e9e9; vertical-align: middle;}
.myadv dl dt p {font-size: 10px; padding-bottom: 5px;}
.myadv dl dt a {display: inline-block; width: 80%; text-align: center; line-height: 20px; border-radius: 15px; overflow: hidden; font-size: 10px; color: #fff; background: #f03337;}
.myadv dl dd {display: table-cell; float: left; text-align: center; vertical-align: middle; overflow: hidden;}
.myadv dl dd img {width: 100%;}
.youhui {overflow: hidden;}
.youhui li {width: 48%; padding: 15px; float: left; margin-bottom: 15px; background: url(../images/ybg1.png) no-repeat top center; background-size: 100% 100%;}
.youhui li:nth-child(2n+2) {float: right;}
.youhui li span {display: block; font-size: 14px; color: #fcff00; text-align: center; line-height: 30px; border-bottom: 1px solid #fff;}
.youhui li p {display: block; text-align: center; padding-top: 10px; color: #fff; font-size: 12px; line-height: 16px;}
.myadv .abtn {display: block; width: 60%; line-height: 40px; margin:0 auto; text-align: center; background: #f03337; border: 2px solid #ccc; color: #fff; border-radius: 20px; overflow: hidden; font-size: 16px;}

.myhj {overflow: hidden; padding: 0 15px; margin-bottom: 25px;}
.myhj .shead {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;  
    width: 80%; 
    margin: 0 auto 20px auto;
}
.myhj .shead a {
    display: inline-block;
    width: 30%;
    line-height: 28px;
    text-align: center;
    border: 1px solid #0f7f83;
    color: #0f7f83;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}
.myhj .shead .mybtn {background: #0f7f83; color: #fff;}
.swiper-container-hdlb1,
.swiper-container-hdjs2,
.swiper-container-hdsc3
 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-bottom: 25px;
}
.myhj .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;
}
.myhj .anniu {margin-top: 25px;}

.myjiuye {background: #0f7f83; overflow: hidden; padding: 25px 15px; margin-bottom: 25px;}
.myjiuye h1 {color: #fff;}
.myjiuye ul {overflow: hidden;}
.myjiuye ul li {width: 48%; margin-bottom: 10px; float: left; text-align: center; overflow: hidden;}
.myjiuye ul li:nth-child(2n+2) {float: right;}
.myjiuye ul li img {width: 100%; border-radius: 5px; overflow: hidden;}
.myjiuye ul li p {display: block; line-height: 35px; font-size: 15px; color: #fff;}
.myjiuye .anniu {background: #f03337;}

.mymeili {margin-bottom: 25px; overflow: hidden; padding: 0 15px;}
.mymeili ul {overflow: hidden;}
.mymeili ul li {width: 48%; margin-bottom: 15px; float: left; text-align: center; overflow: hidden; position: relative; z-index: 1;}
.mymeili ul li:after {content: ''; display: block; width: 100%; height: 35px; background: #000; opacity: 0.7; position: absolute; left: 0; bottom:0; z-index: 2;}
.mymeili ul li:nth-child(2n+2) {float: right;}
.mymeili ul li img {width: 100%; border-radius: 5px; overflow: hidden;}
.mymeili ul li p {display: block; line-height: 35px; font-size: 15px; color: #fff; position: absolute; left: 0; bottom: 0; z-index: 3; text-align: center; display: block; width: 100%;}

.myenroll {overflow: hidden; padding: 15px 0; background: #fff;}
.myenroll h3 {display: block; font-size: 18px; font-weight: 700; text-align: center;}
.myenroll p {font-size: 14px; color: #ef2e39; text-align: center; line-height: 35px; margin-bottom: 15px;}
.myenroll .myinput {width: 100%;}
.myenroll .myinput input {height: 45px; padding-left: 40px; line-height: 45px; border-radius: 5px; overflow: hidden;}
.myenroll .myinput .layui-input1 {background: url(../images/input1.png) no-repeat 10px center; background-size: 22px 22px;}
.myenroll .myinput .layui-input2 {background: url(../images/input2.png) no-repeat 10px center; background-size: 22px 22px;}
.myenroll .myinput .layui-btn {width: 100%; height: 45px; line-height: 45px; background: #f03438; color: #fff; font-size: 20px;}
.myenroll .myinput .layui-btn:after {display: block; content: ''; width: 65px; height: 25px; position: absolute; top: -8px ;right: -15px; font-size: 12px; background: url(../images/shiting.png) no-repeat center; background-size: 100%;}
.myenroll .myinput .cure { font-size: 12px; text-align: center;line-height: 30px; margin-bottom: 10px;}




/*底部导航*/
.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: #f03438;
    overflow: hidden;
    animation: mscale 1s infinite;
    /*Safari and Chrome*/
    -webkit-animation:mscale 1s infinite;    
}




.footer {
  overflow: hidden;
  background: #eaeaea;
  text-align: center;
  color: #330000;
  font-size: 14px;
  padding: 12px 12px 70px 12px;
}
.footer p {
  display: block;
  line-height: 18px;
  padding: 5px 0;
}
.footer .copy {width: 15%;margin: 0 auto;}
.footer img {width: 100%;}
.footer a {color: #330000; 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) {

/*iphone 5*/
@media screen and (min-width: 320px) and (max-width: 374px) {

}