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 {margin-top: 30px; overflow: hidden;}
.mytitle h1 {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #d74f34;
    text-align: center;
}
.mytitle p {font-size: 14px; color: #333; padding-top: 5px; text-align: center;}
.myzx {width: 70%; margin: 25px auto 0 auto; overflow: hidden;}
.myzx a {
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to right, #d74f34 , #fc8878);
    border-radius: 23px;
    overflow: hidden;
}

.myyouhui {padding: 0 15px; overflow: hidden;}
.myyouhui .imglist { margin: 25px 0; overflow: hidden;}
.myyouhui .imglist img {
    width: 28%;
    float: left;
    margin-right: 8%;
    overflow: hidden;
}
.myyouhui .imglist img:last-child {margin-right: 0;}
.myinput {overflow: hidden;}
.myinput .inputbox {margin-bottom: 25px; line-height: 40px; overflow: hidden; font-size: 14px;}
.myinput .inputs {width: 100%; line-height: 40px; padding-left: 5px; border: 1px solid #d4d4d4; border-radius: 5px; background: #eaeaea; overflow: hidden;}
.mybtn .anbtn {display: block; width: 100%; line-height: 50px; background: linear-gradient(to right, #d74f34 , #fc8878); color: #fff; font-size: 18px; text-align: center; border-radius: 25px; overflow: hidden; border: none;}
.index_bmlb {background: #ffe5e0; padding: 15px; margin-top: 25px; border-radius: 10px; overflow: hidden;}
.index_bmlb h1 {font-size: 18px; color: #d74f34; text-align: center; margin-bottom: 15px;}
.index_bmlb .table_tt {background: #d63a3a; overflow: hidden;}
.index_bmlb span {display: block; text-align: center; font-size: 14px; float: left;}
.index_bmlb .span1 {width: 30%}
.index_bmlb .span2 {width: 40%}
.index_bmlb .span3 {width: 30%}
.index_bmlb .table_tt span {line-height: 35px; color: #fff;}
.bmlb_box{ width:100%;  overflow:hidden; position:relative;}
.bmlb_box .hd{ overflow:hidden;  height:30px; background:#f4f4f4;}
.bmlb_box .infoList li{ height:30px; line-height:30px; overflow: hidden;}
.bmlb_box .infoList li .date{ float:right; color:#999;  }

.mymajor {background: #eeeeee; padding: 0 15px 30px 15px; margin-top: 30px; overflow: hidden;}
.mymajor .lists {
    width: 47%;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin-top: 25px;
    overflow: hidden;
}
.mymajor .lists img {width: 100%;}
.mymajor .lists:nth-child(2n+2) {float: right;}
.mymajor .lists .text {padding: 5px;}
.mymajor .lists h2 {
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #d74f34;
}
.mymajor .lists p { display: block; height: 95px; font-size: 14px; color: #333; text-align: center;}

.mywenti {background: #eee; padding-bottom: 15px; overflow: hidden;}
.mywenti .mytitle p {color: #333;}
.mywenti .main {padding: 0 15px; margin-top: 25px; overflow: hidden;}
.mywenti .smod {width: 48%; float: left; border-radius: 5px; background: #fff; overflow: hidden; padding: 5px; display: table; margin-bottom: 15px;}
.mywenti .smod:nth-child(2n+2) {float: right;}
.mywenti .smod .text {width: 60%; display: table-cell; vertical-align: middle; padding-right: 5px;}
.mywenti .smod .text span {font-size: 16px; color: #d74f34; padding-bottom: 6px; display: block;}

.mylists {padding: 15px 15px 0 15px; overflow: hidden;}
.mylists ul {overflow: hidden;}
.mylists ul ol {padding: 15px 0; font-size: 16px; color: #d74f34; text-align: center;}
.mylists ul li {margin-bottom: 15px; overflow: hidden;}
.mylists ul li p {line-height: 30px; color: #111; float: left;}
.mylists ul li a {display: inline-block; padding: 0 8px 0 22px; line-height: 30px; background: #d74f34 url(../images/lists.png) no-repeat 5px center; background-size: 12px 12px; color: #fff; border-radius: 5px; overflow: hidden; float: right;}
.mylists img {margin: 15px 0 30px 0;}

.mybiaodan1 {padding:25px 15px 50px 15px; background: #ffe5e0;}
.mybiaodan1 h1 {color: #16569d; padding-top: 0;}
.mybiaodan1 .inputs {border-radius: 8px; background: #fff; border-color: #d74f34;}
.mybiaodan1 .inputbox {margin-bottom: 0;}
.mybiaodan1 .mybtn {margin-top: 25px;}

.mybottom {background: #d74f34; padding: 20px 35px; font-size: 14px; overflow: hidden;}
.mybottom span {color: #fff; float: left;}
.mybottom p {color: #fff; float: right;}






/*定义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) {

}