
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,footer,header, hgroup, menu, nav,output,ruby,section,summary,time,mark,audio,video,input{margin: 0;padding: 0;border: 0;font: inherit;font-size: 100%;vertical-align: baseline;}
header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}
html{font-size:.26rem;line-height:1.15;-webkit-text-size-adjust:100%}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
caption,td,th{text-align:left;font-weight:400;vertical-align:middle}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
body,button,li,p,ul{padding:0;margin:0}
img{border:none}
a{color: #2c2c2c; text-decoration: none;}
.img-block{display: block; width: 100%;}
.page{
    width: 7.5rem;
    margin: 0 auto;
    text-align: center;
    background: #f9f9f9;
    font-size: .26rem;
}
.header{
    background: #fff;
    height: .92rem;
    padding: 0 .4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 1.18rem;
    height: .5rem;
    display: block;
}
.menu{
    display: flex;
}
.menu a{
    font-size: .2rem;
    color: #010101;
    margin-left: .2rem;
    padding: 0 .08rem;
    line-height: .3rem;
    border-radius: .15rem;
    border: 1px solid transparent;
}
.menu a:hover,.menu a.active{
    border-color: #ffcb2d;
}
.footer{
    background: #141724;
    position: relative;
    padding: .38rem 0;
    text-align: center;
    font-size: .18rem;
    color: #696d76;
}
.foot-logo{
    width: .96rem;
    display: block;
    margin: 0 auto;
}
.footer a {
    color: #696d76;
}
.footer a:hover {
    color: #999b9f;
}
.footer .link {
    padding: .3rem 0 .2rem;
    line-height: 2;
}
.footer .link li {
    position: relative;
    display: inline-block;
    padding: 0 .1rem;
}
.footer .link li::after {
    content: '';
    width: 1px;
    height: .12rem;
    background: #696d76;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.06rem;
}

.footer .link li:first-child::after {
    display: none;
}

.footer .copyright,.footer .copyright a {
    color: #fff;
}
.banne{
    height: 10.25rem; 
    background-image: url('../../images/campus/banner-h5.jpg'); 
    background-repeat: no-repeat;  
    background-size: cover; 
    background-position: center;
    overflow: hidden;
    position: relative;
}
.btn-apply{
    display: block;
    width: 2.76rem;
    height: .82rem;
    background: url('../../images/campus/btn-apply.png') no-repeat center / cover;
    font-size: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3.42rem;
}
.content{
    background-color: #f9f9f9;
    background-image: url('../../images/campus/content-h5.png');
    background-repeat: no-repeat;
    background-size: 7.5rem auto;
    position: relative;
}
.home-page{
    background-image: url('../../images/campus/home-content-h5.jpg');
    background-repeat: no-repeat;
}
.content::after,.content::before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1.9rem;
}
.content::before{
    width: 1.42rem;
    right: 0;
    top: 0;
    background-image: url('../../images/campus/tr.png');
}
.content::after{
    width: 1.5rem;    
    left: 0;
    bottom: 0;
    background-image: url('../../images/campus/rb.png');
}
.about{
    padding: .85rem 0 1.3rem;
    height: 11rem;
    text-align: center;
}
.title{
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
    line-height: .48rem;
    margin: 0 auto;
    width: 4rem;
    background-image: url('../../images/campus/title.png');
    background-repeat: no-repeat;
    background-size: 4rem auto;
    padding-top: .3rem;
}
.title.t1{
    background-position: 0 0;
}
.title.t2{
    background-position: 0 -1rem;    
}
.title.t3{
    background-position: 0 -2rem;
    padding-top: .36rem;
}
.title.t4{
    background-position: 0 -3rem;
    padding-top: .26rem;
}
.about-title-desc{
    font-size: .26rem;
    line-height: .4rem;
    margin: .3rem 1.28rem .4rem;
}
.about-text{
    padding: .34rem .25rem;
    font-size: .26rem;
    line-height: .64rem;
    width: 6.7rem;
    height: 8.9rem;
    text-align: left;
    background: url('../../images/campus/about-text-h5.png') no-repeat center / cover;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    text-align: justify;
}
.about-text span{
    display: inline;
}
.about-text b{
    font-weight: bold;
    border-bottom: .04rem solid #ffe880;
}
.product{
    background-image: url('../../images/campus/product-h5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 5.5rem;
    box-sizing: border-box;
    padding-top: .56rem;
}
.product .swiper{
    margin: .68rem auto .38rem;
    width: 7.5rem;
}
.product .swiper-slide{
    width: 3.5rem;
    margin: 0 .03rem;
}
.product .album-pic{
    display: block;
    position: relative;
}
.product .album-pic p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .28rem;
    line-height: .28rem;
    font-size: .2rem;
    color: #ffd71f;
    background: rgba(0,0,0,.6);
    text-align: center;
}
.swiper-btn{
    display: flex;
    justify-content: center;
}
.swiper-button-prev,
.swiper-button-next{
    width: .52rem;
    height: .52rem;
    background: #ffd71f;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 .4rem;
    background-image: url('../../images/campus/swiper-btn.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: .13rem .25rem;
}
.swiper-button-next{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.process{
    padding: 1.4rem 0 0;
    min-height: 14.46rem;
}
.process-list{
    margin: .8rem .4rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.process-list li{
    width: 2.8rem;
    height: 3.7rem;
    font-size: .24rem;
    line-height: 1.2;
    text-align: center;
    position: relative;
}
.process-list li:nth-child(1)::before,
.process-list li:nth-child(3)::before{
    content: '';
    width: .98rem;
    height: .1rem;
    position: absolute;
    right: -1.04rem;
    top: 1rem;
    z-index: 1;
    background: url('../../images/campus/process-ico.png') no-repeat center / cover;
}
.process-list li:nth-child(1),
.process-list li:nth-child(2){
    height: 4.25rem;
}
.process-list li:nth-child(5){
    margin-left: 1.95rem;
}
.process-list li .process-icon{
    width: 1.96rem;
    height: 2.26rem;
    margin: 0 auto .08rem;
}
.process-list li h3{
    margin: 0;
    font-size: .36rem;
    line-height: .5rem;
}
.tw{
    min-height: 18.45rem;
}
.tw-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: .62rem .4rem 0;
}
.tw-list li{
    width: 3.14rem;
    height: 4.92rem;
    margin-bottom: .54rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    overflow: hidden;
    border-radius: .2rem;
    text-align: center;
}
.tw-list li .tag{
    width: 2.24rem;
    height: .65rem;
    line-height: .65rem;
    font-size: .34rem;
    font-weight: bold;
    margin: 3.2rem auto .16rem;
    border-radius: .16rem;
}
.tw-list li p{
    font-size: .2rem;
    line-height: .28rem;
}
.tw-list li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.tw-list li:nth-child(1){
    background-image: url('../../images/campus/tw1-h5.jpg');
}
.tw-list li:nth-child(1) .tag{
    background: #fff2b0;
}
.tw-list li:nth-child(2){
    background-image: url('../../images/campus/tw2-h5.jpg');
}
.tw-list li:nth-child(2) .tag{
    background: #b7eed0;
}
.tw-list li:nth-child(3){
    background-image: url('../../images/campus/tw3-h5.jpg');
}
.tw-list li:nth-child(3) .tag{
    background: #f7dabb;
}
.tw-list li:nth-child(4){
    background-image: url('../../images/campus/tw4-h5.jpg');
}
.tw-list li:nth-child(4) .tag{
    background: #d4fff1;
}
.tw-list li:nth-child(5){
    background-image: url('../../images/campus/tw5-h5.jpg');
    margin-left: 1.78rem;
}
.tw-list li:nth-child(5) .tag{
    background: #ffe2d5;
}
.qa-title{
    font-size: .6rem;
    line-height: 1.2;
    padding: .8rem 0 .1rem;
    font-weight: bold;
    text-align: center;
}
.qa{
    padding: .5rem; 
    text-align: left;
}
.qa .qt{
    margin: 0 0 .3rem;
    display: inline-block;
    height: .56rem;
    position: relative;
    padding: 0 .16rem;
}
.qa .qt::before{
    content: '';
    width: 100%;
    height: .24rem;
    background: #ffd71f;
    position: absolute;
    left: 0;
    bottom: 0;
}
.qa .qt div{
    position: relative;
    z-index: 1;
    line-height: .56rem;
    font-size: .4rem;
    font-weight: bold;
}
.qa .part{
    padding-bottom: .5rem;
    font-size: .26rem;
    line-height: .36rem;
}
.qa .part-tit{
    color: #3c9bdd;
    font-weight: bold;
}