*{
    margin: 0; 
    padding: 0; 
    color: #333; 
    font-size: 0.24rem; 
    font-family: 微软雅黑;
}
a {
    text-decoration: none;
    color: #000000;
}

li {
    list-style: none;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-center{
    display: flex;
    align-items: center;
}

.row-center{
    display: flex;
    justify-content: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-column{
    display: flex;
    flex-direction: column;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-wraps{
    display: flex;
    flex-wrap: wrap;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}

.row-end{
    display: flex;
    justify-content: flex-end;
}
.column-end{
    display: flex;
    align-items: flex-end;
}




/*导航栏及侧边划入导航*/
.leftMenu a {
    text-decoration: none;
    display: block;color: #fff;font-size: .3rem;border-bottom: 1px dashed rgba(255,255,255,.5);line-height: 1.2rem
}

.leftMenu {
    background: rgba(119, 26, 26, 0.9);
    left: -1000px;
    position: fixed;
    top: .88rem;
    display: block;
    height: 100%;
    width: 100%;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;box-sizing: border-box
}

.leftMenu ul li {
    position: relative;
   line-height: .8rem;
    overflow:hidden;box-sizing: border-box
}
   
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 24px;
    font-weight: 300;
}

.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: -3px;
}

.f1 {padding: .6rem;}
.f2, .f3 {
    height: 0;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}




.head {height: .88rem;background-color: white;display: flex;align-items: center;justify-content: space-between}	
	.logo {
        width: 4rem;
    height: .7rem;
    background-image: url(../img/LOGO.png);
    background-size: cover;
    }
	.btn {background-image: url(../img/menu.png);width: .5rem;height: .4rem;background-size: cover;background-position: center;border: none;
        outline: none;
        background-color: transparent;
    }

    .heard-ss{
        width: 0.5rem;
        height: 0.5rem;
        background-image: url(../img/heard-ss.png);
        background-size: contain;
        margin-left: 0.5rem;
    }
/*导航栏及侧边划入导航*/

/* banner */

.banner {width: 100%;height: 6rem;}	
.sw-container1{
	width: 100%;
	height: 100%;
}
.sw-wrapper>.swiper-slide{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

/* banner */

.head {
    height: .88rem;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pd-all {
    padding: 0 .3rem;
    box-sizing: border-box;
}



.excel-ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.6rem 0;
}
.excel-ul>li{
    width: 49%;
    /* border: 1px solid #ccc; */
    line-height: .8rem;
    border-top: none;
    background-color: #f8f8f8;
}
.excel-ul>li:nth-of-type(1),.excel-ul>li:nth-of-type(2){
    border-top: 1px solid #ccc;
}
/* .excel-ul>li:nth-of-type(n+(2*n)){
    background-color: #f3f3f3;
} */
.excel-ul>li:nth-child(odd){
    border-right: none;
}
/* .excel-ul>li:nth-child(even){
    
} */
.excel-ul>li>a{
    text-align: center;
    
    width: 100%;
}


.three-nav{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}
.three-nav>li{
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.three-nav>li>p{
    width: 90%;
    border: 1px solid #b5b1b1;
    text-align: center;
    line-height: 0.6rem;
}
.three-nav>li>.active-p{
    border: none;
    background-color: #c03333;
    color: #ffffff;
}

.user-h3{
    font-size: 0.3rem;
    padding: 0.08rem 0;
}
