@charset "utf-8";

input {

    -webkit-appearance: none;

}

/* 禁用长按页面时的弹出菜单 */

img,

a {

    -webkit-touch-callout: none;

}

* {

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    outline: 0
}

blockquote,

body,

button,

dd,

dl,

dt,

fieldset,

form,

h1,

h2,

h3,

h4,

h5,

h6,

hr,

input,

legend,

li,

ol,

p,

pre,

td,

textarea,

th,

ul {

    margin: 0;

    padding: 0;

    vertical-align: baseline
}




/* 在移动端浏览器默认的外观在IOS上加上这个属性才能给按钮和输入框自定义样式 */

input {

    -webkit-appearance: none;

}

img,

a {

    border: 0;

    vertical-align: top
}




/* 禁用长按页面时的弹出菜单 */

img,

a {

    -webkit-touch-callout: none;

}

em,

i {

    font-style: normal
}

ol,

ul {

    list-style: none
}

button,

h1,

h2,

h3,

h4,

h5,

h6,

input,

select {

    font-size: 100%;

    font-family: inherit
}

table {

    border-collapse: collapse;

    border-spacing: 0
}

a,

a:visited {

    text-decoration: none;

    color: #333
}

body {
    background: #fff;

    font-size: 14px;

    font-family: -apple-system, Helvetica, sans-serif;

    line-height: 1.5;

    color: #666;

    -webkit-text-size-adjust: 100% !important;

    padding-bottom: env(safe-area-inset-bottom);

}
.clearfix:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

.clearfix {
    zoom: 1;
}
/* 正文开始顶部导航 */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
.header .headerBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.2rem;
    padding: 0 0.1rem;
    border-bottom: 1px solid #ccc;
    background-color: #FFFFFF;
    position: relative;
}
.header .headerBox .headerNav {
    position: absolute;
    left: 0;
    bottom: -5.38rem;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    display: none;
}
.header .headerBox .headerNav h3 {
    background-color: #F5F5F5;
    position: relative;
    padding-left: 0.4rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.34rem;
    font-weight: 600;
    color: #000000;
}
.header .headerBox .headerNav h3::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.3rem;
    background-color: #267EE0;
    position: absolute;
    left: 0.15rem;
    top: 0.25rem;
}
.header .headerBox .headerNav>div {
    padding: 0.3rem 0;
}
.header .headerBox .headerNav>div a {
    border: 1px solid #267EE0;
    color: #267EE0;
    width: 28%;
    float: left;
    margin: 0.15rem 2%;
    font-size: 0.3rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .headerBox .logoImg img {
    width: 3rem;
    display: block;
    margin-left: 0.1rem;
}

.header .headerBox .rightMore {
    width: 0.7rem;
    height: 0.7rem;
    background-color: #0083FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.3rem;
    box-shadow: 0 0 0 3px #F5F5F5;
}
.header .headerBox .rightMore img {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
}
.header .headerBox .rightMore .cha {
    display: none;
}
/* banner图 */
.focus {
    width: 90%;
    padding-top: 1.5rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.focus img {
    width: 100%;
    height: 2.8rem;
    border-radius: 0.1rem;
}

.focus ul {
    overflow: hidden;
    margin-left: -100%;
    width: 500%;
}

.focus ul li {
    float: left;
    width: 20%;
}

.focus ol {
    position: absolute;
    bottom: 0.2rem;
    right: 0.3rem;
    margin: 0;
    line-height: 0;
}

.focus ol li {
    display: inline-block;
    /*使li标签在一行显示*/
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: white;
    list-style: none;
    transition: all .3s;
    /*使宽度慢慢变化*/
}

.focus ol li.current {
    width: 0.3rem;
    background-color: coral;
}
/* nav导航 */
.nav {
    padding: 0.5rem 0.2rem;
    overflow: hidden;
}
.nav>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0.1rem 0.2rem;
    width: 20%;
}
.nav a img {
    display: block;
    width: 70%;
    border-radius: 50%;
}
.nav a span {
    display: block;
    font-size: 0.38rem;
    padding: 0.1rem 0;
}
/* 中部热点轮播 */
.newslunbo {
    width: 90%;
    background-color: #f7f9fc;
    padding: 0.1rem;
    border-radius: 3px;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0.5rem;
    box-sizing: border-box;
}
.newslunbo .lbtit {
    width: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.38rem;
    font-weight: 600;
    padding-left: 0.2rem;
}
.newslunbo .lbtit img {
    width: 0.5rem;
    margin-right: 0.1rem;
}
.newslunbo .lbtit span {
    font-style: italic;
    color: #000000;
}
.newslunbo .lbtit span em {
    font-style: italic;
    color: #0083ff;
}
.newslunbo .lbul {
    position: relative;
    width: 6.2rem;
    height: 0.6rem;
    overflow: hidden;
    font-size: 0.34rem;
}
.newslunbo ul {
    position: absolute;
    bottom: -0.72rem;
    left: 0;
}
.newslunbo ul li {
    width: 6rem;
    height: 0.68rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.newslunbo ul li a {
    display: block;
    width: 100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
/* 栏目更新 */
.lanmu {
    width: 93%;
    color: #333;
    font-size: 0.36rem;
    border-radius: 4px;
    margin: 0.6rem auto;
}

.lanmu .lmTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lanmu .lmTit h3 {
    display: flex;
    align-items: center;
    height: 1rem;
}

.lanmu .lmTit h3 img {
    width: 0.6rem;
    height: 0.6rem;
}

.lanmu .lmTit h3 span {
    font-size: 0.4rem;
    font-weight: 600;
    margin-left: 0.15rem;
}

.lanmu .lmTit h5 {
    font-size: 0.38rem;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 1rem;
    position: relative;
}

.lanmu .lmTit h5 span {
    margin: 0 0.25rem;
    position: absolute;
}

.lanmu .lmTit h5 span.s1 {
    right: 2rem;
}

.lanmu .lmTit h5 span.s2 {
    right: 0;
}

.lanmu .lmTit h5 span.ck {
    color: #188EEE;
    font-weight: 600;
}

.lanmu .lmContent {
    padding: 0 0.2rem;
    border-radius: 4px;
    box-shadow: 0 0 3px #ccc;
}

.lanmu .lmContent ul {
    display: none;
}

.lanmu .lmContent ul:first-child {
    display: block;
}

.lanmu .lmContent ul li {
    height:2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.1rem;
    font-size: 0.37rem;
    border-bottom: 1px dashed #e5e5e5;

}

.lanmu .lmContent ul li:last-child {
    border: 0;
}

.lanmu .lmContent ul li .lml{
    width: 68%;
    font-size: 0.32rem;
    color: #000000;
}
.lanmu .lmContent ul li .lml p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.36rem;
    line-height: 0.7rem;
}
.lanmu .lmContent ul li .lml .huati {
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.1rem;
}
.lanmu .lmContent ul li .lml .huati span {
    color: #267EE0;
    line-height: 0;
    padding: 0.3rem 0.2rem;
    background: #f1f6ff;
    border-radius: 0.1rem;
    box-shadow: 1px 1px 1px #CCCCCC;
    text-align: center;
    width: 68%;
}
.lanmu .lmContent ul li .lml .huati em {
    font-size: 0.3rem;
    color: #999;
    text-align: end;
}
.lanmu .lmContent ul li .lmr {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.lanmu .lmContent ul li .lmr img {
    width: 2.38rem;
    max-width: 100%;
    max-height: 95%;
}
/*.lanmu .lmContent ul li:last-child {*/
/*    height: 0.9rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.lanmu .lmContent ul li:last-child p {*/
/*    width: 100%;*/
/*    height: 0.5rem;*/
/*    border: 1px solid #ccc;*/
/*    background-color: #F5F5F5;*/
/*    color: #333333;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 0.3rem;*/
/*}*/

.lanmu .lmContent ul li:last-child span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.lanmu .lmContent ul li:last-child span:nth-of-type(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.lanmu .lmContent ul li:last-child span,
.flexBottom>span span {
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* 底部 */
.footer {
    background-color: #2c363d;
    color: #ccc;
    font-size: 0.3rem;
    padding: 0.25rem;
    text-align: center;
}
/* 底部定位 */
.bottomFlex {
    height: 1.5rem;
    background-color: rgba(0,0,0,0.8);
    width: 94%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0 3%;
    z-index: 999;
}
.bottomFlex .bfBox {
    position: relative;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 0.3rem;
    height: 100%;
}
.bottomFlex .bfBox>i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: -0.2rem;
    top: 0.1rem;
}
.bottomFlex .bfBox>i img {
    width: 100%;
    display: block;
}
.bottomFlex .bfBox>img {
    width: 1.5rem;
    display: block;
}
.bottomFlex .bfBox>p span {
    display: block;
    line-height: 0.5rem;
    text-align: center;
    margin-left: 0.3rem;
}
.bottomFlex .bfBox>span{
    display: flex;
}
.bottomFlex .bfBox>span a {
    background-color: #ee531c;
    color: #fff;
    border-radius: 4px;
    display: block;
    padding: 0.28rem 0.2rem;
    margin-left: 0.4rem;
    line-height: 0;
    border: 1px solid #EE531C;
}
.bottomFlex .bfBox>span a:last-child {
    background-color: inherit;
    border: 1px solid #EE531C;
    color: #EE531C;
}
/* 中部新增两个按钮 */
.centerNav {
    width: 90%;
    margin: 0 auto 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.centerNav a {
    width: 4.2rem;
    height: 1.8rem;
    box-sizing: border-box;
    padding: 0.2rem 0.4rem;
    box-shadow: 0 0 0.3rem 0 rgb(0 0 0 / 6%);
    background:  url(/skin/default/images/img/subNav01.png) no-repeat right bottom;
    background-position: 2.5rem 0.1rem;
    background-size: 50%;
    border: 1px solid #eee;
}
.centerNav a:last-child {
    background: url(/skin/default/images/img/subNav02.png) no-repeat right bottom;
    background-size: 45%;
}
.centerNav a h5 {
    font-size: 0.4rem;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: start;
    height: 0.7rem;
}
.centerNav a span {
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 0.6rem;
}
/* 底部报名表 */
.mbmTable {
    width: 90%;
    height: 9.5rem;
    margin: 0 auto 0.5rem;
    background:  url(/skin/default/images/img/mbmbg.png) no-repeat left top;
    background-size: 100%;
    border-radius: 10px;
    font-size: 0.34rem;
    color: #333;
    box-sizing: border-box;
    padding-top: 0.5rem;
}
.mbmTable h3 {
    font-size: 0.4rem;
    font-weight: 600;
    text-align: center;
}
.mbmTable>ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    margin: 0.3rem 0;
}
.mbmTable>ul li p {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 52%;
}
.mbmTable>ul li p .bmchck {
    display: none;
}
.mbmTable>ul li i {
    width: 30%;
    text-align: end;
    margin-right: 3%;
}
.mbmTable>ul li p span {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.mbmTable>ul li p span.ck .bmchck {
    display: block;
}
.mbmTable>ul li p span.ck .bmchckno {
    display: none;
}
.mbmTable>ul li p span img {
    width: 0.5rem;
    margin-right: 0.1rem;
}
.mbmTable form ul {
    width: 6rem;
    margin: 0 auto;
}
.mbmTable form ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
}
.mbmTable form ul li:last-child {
    justify-content: space-between;
    margin-bottom: 0;
}
.mbmTable form ul li:last-child input {
    width: 3.5rem;
}
.mbmTable form ul li:last-child img {
    width: 2rem;
    height: 0.8rem;
}
.mbmTable form ul li select,input {
    border: 1px solid #eee;
    border-radius: 3px;
    height: 0.8rem;
    box-sizing: border-box;
    padding-left: 3%;
    font-size: 0.34rem;
    color: #333333;
    background-color: #FFFFFF;
    width: 6rem;
}
.mbmTable .mbnt {
    width: 6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0.5rem auto 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f66d2a;
    background: -moz-linear-gradient(left,#f8a537,#f66d2a);
    background: -webkit-linear-gradient(left,#f8a537,#f66d2a);
    background: linear-gradient(left,#f8a537,#f66d2a);
    border: 0;
    cursor: pointer;
}







.topp{
    width:1200px;
    margin:0 auto;
}
.topp ul{
    display:flex;
    align-items:center;
}
.topp ul li{
    height:40px;
    margin:0;
    padding:0;
    list-style:none!important;
    background:none;
}
.topp ul li a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    color:#fff;
    padding:0 15px;
}


.listcont{
    padding:10px 0
}
.listcont .tits{
    position: relative;
    margin-bottom: 20px;
    padding-left: 27px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f5f5f5;
}
.listcont .titsmore{
    float:right;margin-right:10px;color:#999}
.listcont .tits:after {
    position: absolute;
    left: 13px;
    top: 50%;
    content: '';
    margin-top: -8px;
    width: 3px;
    height: 16px;
    background-color: #409eff;
}
.listcont .spdian {
    width:5px;height:5px;background:#ddd;border-radius:100%;display:inline-block;float:left;margin:10px 10px 0 0
}









body{
    max-width:750px;
    margin:0 auto;
}



.lists{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.lists-l{
    display: block;
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}
.lists-r{
    padding: 0px 0 0 15px;
}
.lists-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.lists-r span{
    color: #999;
    font-size: 14px;
}
.lists-r-t{
    font-size: 18px;
    margin-bottom:10px;
}



.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;;}


.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    flex-shrink: 0;
}

::-webkit-scrollbar{
    display:none;
}





.footer{
    padding:20px 0;
    background-color:#4b5054;
    color:#999;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#999;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #12c8d5;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #12c8d5;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}