
*{
    margin: 0;
    padding: 0;
}
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{
    font-weight:normal;
    font-family:'Microsoft YaHei','微软雅黑', sans-serif;
    color:#222222;
    font-size: 0.25rem;
}
b{font-weight:normal}
a{text-decoration:none;}
a:hover{text-decoration:none;cursor:pointer}
img{display:block}


body {
    width: 100%;
    overflow-x: hidden;
}

body.fixed{
    top:0;
    position:fixed;
}
.index {
    width: 100%;
}
.nav {
    width: 100%;
    height: 1.2rem;
    background: #7147ff;
  
}
.logo {
    width: 3.5rem;
    float: left;
    margin-top: 0.4rem;
    margin-left: 0.2rem;
}
.logo img {
    width: 100%;
}
.sidenav {
    margin-left:auto;
    top: 0;
    right: 0;
    width: 5.5rem;
    font-size: 0.25rem;
    height: 100%;
    position: fixed;
    overflow: auto;
    display: block;
    z-index: 9999999;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    transform: translate(10rem, 0);
    transition: transform .3s;
}
.show {
    transform: translate(0, 0)
}
.sidenav-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    overflow:hidden;
    position: fixed;
    background: rgba(0, 0, 0, .8);
}
.sidenav{
    background:#6437fe;
}
.sidenav h2{
    /* width: 1rem; */
}
.sidenav h2 a{
    display:block;
}
.sidenav h2 p{
    font-size: 0.33rem;
    color: #fff;
    margin-top: 0.4rem;
    width: 1.5rem;
    float: left;
    margin-left: 0.3rem;
}
.sidenav ul{
    margin-top:0;
}
.sidenav ul li{
    margin:0;
    height:50px;
    text-align:left;
    line-height:50px;
    box-sizing:border-box;
    padding-left:20px;
    border-bottom:1px solid #141414;
}
.sidenav ul li:nth-last-of-type(odd){
    border-right:1px solid  #141414;
}
 .sidenav ul li {
    width: 50% !important;
}
.sidenav ul li a{
    display:block;
}
.sidenav .m-link {
    display:block;
}
.btn-course {
    display: block;
    float: right;
    margin-top: 0.4rem;
    margin-right: 0.2rem;
    width: 0.6rem;
}
.btn-course img{
    width: 100%;
}
.sidenav-btn {
    background: url(../img/guanbi.png) no-repeat;
    background-size: 50% 60%;
    width: 0.5rem;
    height: 0.7rem;
    margin-left: 5rem;
    float: left;
    margin-top: -0.4rem;
}

.it {
    width: 5rem;
    height: 4.9rem;
    background-color: #7147ff;
    margin: 1.2rem auto 0;
}
.it-title {
    display: flex;
    align-items: center;
    padding-top: 0.2rem;
} 
.it-title p {
    float: left;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.it-title .baikuai {
    width: 0.2rem;
    height: 0.3rem;
    background: #fff;
    margin-right: 0.2rem;
}
.it-kc {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    height: 4rem;
    margin: 0.2rem auto 0;
}
.it-kc p {
    width: 44%;
    height: 0.55rem;
    line-height: 0.55rem;
}
.it-kc p a {
    color: #fff;
    text-decoration: none;
    font-size: 0.25rem;
}
.sj {
    width: 5rem;
    height: 3.1rem;
    background-color: #7147ff;
    margin: 0.3rem auto 0;
}

.sj-title {
    display: flex;
    align-items: center;
    padding-top: 0.2rem;
} 
.sj-title p {
    float: left;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.sj-title .baikuai {
    width: 0.2rem;
    height: 0.3rem;
    background: #fff;
    margin-right: 0.2rem;
}
.sj-kc {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    height: 2rem;
    margin: 0.2rem auto 0;
}
.sj-kc p {
    width: 44%;
    height: 0.55rem;
    line-height: 0.55rem;
}
.sj-kc p a {
    color: #fff;
    text-decoration: none;
    font-size: 0.25rem;
}






.yy {
    width: 5rem;
    height: 3.1rem;
    background-color: #7147ff;
    margin: 0.3rem auto 0;
}
.yy-title {
    display: flex;
    align-items: center;
    padding-top: 0.2rem;
} 
.yy-title p {
    float: left;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.yy-title .baikuai {
    width: 0.2rem;
    height: 0.3rem;
    background: #fff;
    margin-right: 0.2rem;
}

.yy-kc {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    height: 2rem;
    margin: 0.2rem auto 0;
}
.yy-kc p {
    width: 45%;
    height: 0.55rem;
    line-height: 0.55rem;
}
.yy-kc p a {
    color: #fff;
    text-decoration: none;
    font-size: 0.25rem;
}





.banner {
    width: 100%;
    height: 11.4rem;
}
.banner img {
    width: 100%;
}
.top {
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: space-around;
}
.top div {
    background: #fff;
    width: 22%;
    height: 2rem;
    border-radius: 5px;
}
.top div img {
    width: 87%;
    margin-top: 0.2rem;
}
.top div p {
    font-size: 0.25rem;
    color: #000;
    text-align: center;
    margin-top: -0.1rem;
    font-weight: bold;
}
.bottom {
    width: 97%;
    height: 6rem;
    background: url(../img/tuoyuan.png) no-repeat;
    background-size: 100%;
    margin: 0.3rem auto 0;
}
.b-title {
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 0.3rem;
}
.b-index {
    width: 88%;
    height: 4rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 8px 23px 6px #e8e3fa;
    margin: 0.35rem auto 0;
    position: relative;

}



#banner{
	width:100%;
	max-width:100%;
    height:4rem;
}
#banner .swiper-slide{
	width:100%;
    height:4rem;
	position:relative;
	overflow:hidden;
    margin-top: 0.2rem;
}

#banner img{
	top:0;
	left:52%;
	margin-left:-3.05rem;
	width:90%;
    /* height:4rem; */
	position:absolute;
}


/* .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
} */
/*
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
} */

 .arrow-left {
    background: url(../img/left.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    margin-top: -15px;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 999;
  } 
  .arrow-right {
    background: url(../img/right.png) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    right: -0.2rem;
    top: 50%;
    margin-top: -15px;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 999;

  }

.b-title2 {
    color: #999999;
    font-size: 0.25rem;
    margin-left: 4.2rem;
    margin-top: 0.3rem;
}


.yy-xy {
    color: #6435ff;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 0.4rem;
    padding-left: 0.2rem;
    float: left;
}

.kc-right {
    width: 5.3rem;
    height: 2.5rem;
    position: absolute;
    top: 53%;
    right: -36%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.kc-right a {
    display: block;
    width: 31%;
    height: 1.1rem;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.button-a {
    display: block;
    color: #fff;
    font-size: 0.26rem;
    letter-spacing: 1px;
    text-align: center;
}

.button {
    width: 4.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #fa7411;
    margin: 0.4rem auto 0;
    display: block;
    border-radius: 2rem;
    color: #fff;
    text-align: center;
    font-size: 0.35rem;
    letter-spacing: 1px;
    position: relative;
    z-index: 99;
}


.qiye {
    margin-top: 0.4rem;
}
.qiye p{
    color: #666666;
    font-size: 0.28rem;
    border: 1px solid #666;
    border-radius: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    float: left;
}
.qiye p:nth-child(1){
    width: 1.7rem;
    margin-left: 0.2rem;
}
.qiye p:nth-child(2){
    width: 2.4rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;

}
.qiye p:nth-child(3){
    width: 2.1rem;
}
.qiye p:nth-child(4){
    width: 2.1rem;
    margin-top: 0.2rem;
    margin-left: 1.4rem;
}
.qiye p:nth-child(5){
    width: 1.6rem;
    margin-top: 0.2rem;
    margin-left: 0.3rem;
}



.content {
	width: 95%;
	overflow: hidden;
	height: 5rem;
	position: relative;
	margin: 0 auto;
    top:0.3rem;
    left: 0px;
}
.yiping {
    width: 100%;
    height: 5rem;
}
.yiping img {
    width: 100%;
}
.erping {
    width: 100%;
    height: 5rem;
}
.erping img {
    width: 100%;
}


.points {
    position: absolute;
    z-index: 5;
    list-style: none;
    width: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    border-radius: 25px;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.points li {
	cursor: pointer;
	display: inline-block;
	width: 24px;
	height: 6px;
	margin: 0px auto;
	border-radius: 30px;
	background-color: #ffe0df;
    margin-left: 0.1rem;
}

.active {
    background-color: #fa7411 !important;
}

.prev {

	border-radius: 0 30px 30px 0;
}

.next,
.prev {
    display: none;
}

.next {
	right: 0px;
	border-radius: 30px 0 0 30px;
}
.prev:hover{
    background-color: hsla(0,0%,0%,0.5);
}
.next:hover{
    background-color: hsla(0,0%,0%,0.5);
}



.banner-n {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    position: relative;
    margin: 0.2rem auto 0;
    background-color: #fff;
    border-radius: 10px;
}

.banner-n > ul {
    display: none;
    height: 3.5rem;
    position: absolute;
    top:0;
    left: 0;
}

.banner-n > ul > li  {
    float: left;
    height: 3.5rem;
    list-style: none;
}
.banner-n > ul > li img {
    width: 92%;
    margin-left: 0.1rem;
    margin-top: 0.3rem;
}
.banner-n > ul > li > a {
    display: block;

}

/* .left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../img/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../img/left-1.png");
} */

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 0.3rem;
    height: 0.1rem;
    border-radius: 1rem;
    margin: 0 5px;
    background: #ffe2cd;
    cursor: pointer;
}

.img-btn-list > span.current {
    /* border: 1px solid rgba(0,0,0,0.8); */
    /* background: rgba(255,255,255,0.8); */
    background: #fa7411;
}