
*{
    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%;
}


.p1 {
    width: 100%;
    height: 10.7rem;
    background: #f6f5fa;
}
.p1-title {
    width: 100%;
    height: 1rem;
    padding-top: 0.5rem;
}
.p1-title p {
    float: left;
}
.p1-title .t-l {
    width: 1.3rem;
}
.p1-title img {
    width: 70%;
}
.p1-title .t-z {
    font-size: 0.4rem;
}
.p1-title .t-r {
    width: 1.3rem;
}
.diandian {
    margin: 0rem 0rem 0rem 3.2rem;
    width: 1.5rem; 
}
.p1-index {
    width: 95%;
    height: 8rem;
    margin: 0.5rem auto 0;
}
.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;
}

.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.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;
}


.p2 {
    width: 100%;
    height: 13rem;
    background: #6435ff;
}
.p2-title {
    width: 100%;
    height: 1rem;
    /* padding-top: 0.5rem; */
}
.p2-title p {
    float: left;
}
.p2-title .t-l {
    width: 1rem;
}
.p2-title img {
    width: 70%;
}
.p2-title .t-z {
    font-size: 0.4rem;
    color: #fff;
}
.p2-title .t-r {
    width: 1rem;
}

.p2-index {
    width: 95%;
    height: 10rem;
    margin: 0.3rem auto 0;
}
.p2-it {
    width: 100%;
    height: 3rem;
    background: url(../img/chengxuyuan.png) no-repeat;
    background-size: 100%;
    margin-bottom: 0.3rem;
    position: relative;
}
.it-xy {
    color: #6435ff;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 0.4rem;
    padding-left: 0.2rem;
    float: left;

}
.p2-sj {
    width: 100%;
    height: 3rem;
    background: url(../img/shejimiao.png) no-repeat;
    background-size: 100%;
    margin-bottom: 0.3rem;
    position: relative;

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

}
.p2-yy {
    width: 100%;
    height: 3rem;
    background: url(../img/yunyingwang.png) no-repeat;
    background-size: 100%;
    position: relative;

}
.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;
}

.kc-right a .p2-img img {
    width: 22%;
    position: absolute;
    top: 31%;left: 50%;
    transform: translate(-50%,-50%);
}
.p2-kc {
    color: #666666;
    font-size: 0.24.5rem;
    text-align: center;
    padding-top: 0.7rem;
}

.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;
}

.p3 {
    width: 100%;
    height: 7.6rem;
    background: #f6f5fa;
    padding-top: 1rem;
}

.p3-index {
    width: 95%;
    height: 6rem;
    margin: 0.3rem auto 0;
    position: relative;
}


.p3-index .p3-left {
    width: 3.2rem;
    height: 4rem;
    position: absolute;
    top: 0.8rem;
    left: 0rem;
    z-index: 9;
}

.p3-index .p3-zhong {
    width: 70%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.p3-index .p3-zhong img{
    width: 100%;
    
}

.p3-index .p3-right {
    width: 3.2rem;
    height: 4rem;
    position: absolute;
    top: 0.5rem;
    right: 0rem;
    z-index: 9;
}

.p3-left-top {
    width: 3.2rem;
    height: 1.5rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    margin-bottom: 0.8rem;
    position: relative;
}
.p3-left-top img {
    width: 19%;
    position: absolute;
    top: -0.5rem;
    left: 0.2rem;
}
.p3-left-top p:nth-child(2) {
    color: #000;
    font-size: 0.29rem;
    font-weight: bold;
    margin-left: 1.2rem;
    padding-top: 0.2rem;
}
.p3-left-top p:nth-child(3) {
    color: #666666;
    width: 3rem;
    height: 0.5rem;
    background: #efecfa;
    line-height: 0.5rem;
    border-radius: 2rem;
    text-align: center;
    margin: 0.15rem auto 0;
}
.p3-left-bottom {
    width: 3.2rem;
    height: 1.5rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    position: relative;
}

.p3-left-bottom img {
    width: 19%;
    position: absolute;
    top: -0.5rem;
    left: 0.2rem;
}

.p3-left-bottom p:nth-child(2) {
    color: #000;
    font-size: 0.29rem;
    font-weight: bold;
    margin-left: 1.2rem;
    padding-top: 0.2rem;
}
.p3-left-bottom p:nth-child(3) {
    color: #666666;
    width: 3rem;
    height: 0.5rem;
    background: #efecfa;
    line-height: 0.5rem;
    border-radius: 2rem;
    text-align: center;
    margin: 0.15rem auto 0;
}








.p3-right-top {
    width: 3.2rem;
    height: 1.5rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    background: #fff;
    margin-bottom: 0.8rem;
    position: relative;
}
.p3-right-top img {
    width: 19%;
    position: absolute;
    top: -0.5rem;
    right: 0.2rem;
}
.p3-right-top p:nth-child(2) {
    color: #000;
    font-size: 0.29rem;
    font-weight: bold;
    margin-left: 0.2rem;
    padding-top: 0.2rem;
}
.p3-right-top p:nth-child(3) {
    color: #666666;
    width: 2.8rem;
    height: 0.5rem;
    background: #efecfa;
    line-height: 0.5rem;
    border-radius: 2rem;
    /* text-align: center; */
    padding-left: 0.2rem;
    margin: 0.15rem auto 0;
}
.p3-right-bottom {
    width: 3.2rem;
    height: 1.5rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    background: #fff;
    position: relative;
}

.p3-right-bottom img {
    width: 19%;
    position: absolute;
    top: -0.5rem;
    right: 0.2rem;
}

.p3-right-bottom p:nth-child(2) {
    color: #000;
    font-size: 0.29rem;
    font-weight: bold;
    margin-left: 0.2rem;
    padding-top: 0.2rem;
}
.p3-right-bottom p:nth-child(3) {
    color: #666666;
    width: 2.8rem;
    height: 0.5rem;
    background: #efecfa;
    line-height: 0.5rem;
    border-radius: 2rem;
    /* text-align: center; */
    padding-left: 0.2rem;

    margin: 0.15rem auto 0;
}

.p4 {
    width: 100%;
    height: 9.3rem;
    background: #6435ff;
    position: relative;
}



#banner1{
	width:95%;
	max-width:95%;
    height:6.8rem;
    margin: 0 auto;
}
#banner1 .swiper-wrapper {
    /* padding-top: 1rem; */
}
#banner1 .swiper-slide{
	width:95%;
    height:6.8rem;
	position:relative;
	overflow:hidden;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#banner1 .swiper-slide .sp{
    width: 47%;
    height: 2.5rem;
    background: #fff;
    border-radius: 10px;
}




#banner1 .swiper-slide .sp .sp-kc {
    width: 90%;
    margin: -0.2rem auto 0;
}
#banner1 .swiper-slide .sp .sp-js {
    color: #666666;
    font-size: 0.27rem;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
}
#banner1 .swiper-slide .sp .sp-dc p{
    float: left;
    margin-top: 0.1rem;
    color: #666;
    font-size: 0.2rem;
}
#banner1 .swiper-slide .sp .sp-dc p img {
    width: 82%;
}
#banner1 .swiper-slide .sp .sp-dc p:nth-child(1) {
    margin-left: 0.13rem;
}











#banner1 .swiper-slide .sp .sp-dc p:nth-child(3) a {
    width: 1.2rem;
    height: 0.38rem;
    background: #fa7411;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    line-height: 0.38rem;
    border-radius: 5px;
    display: block;
    margin-left: 0.15rem;
    margin-top: -0.03rem;
}
#banner1 img{
	/* top:0;
	left:52%;
	margin-left:-3.05rem;
	width:90%;
	position:absolute; */
}


.p4 .pagination {
    position: absolute;
    z-index: 20;
    top: 87%;
    left: 51%;
    transform: translate(-50%,-50%);
    /* background: #fff; */
    width: 1.2rem;
    height: 0.1rem;
    border-radius: 2rem;
}


.p4 .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #b29aff;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    width: 0.4rem;
    height: 0.1rem;
}
.p4 .swiper-visible-switch {
    background: #ffffff;
    width: 0.4rem;
    height: 0.1rem;
}
.p4 .swiper-active-switch {
    background: #fff;
    width: 0.4rem;
    height: 0.1rem;
}

.p5 {
    width: 100%;
    height: 13.5rem;
    background-color: #f6f5fa;
}











/* box */

.box{
    width: 95%;
    /* background: #fff; */
    margin: 0.3rem auto 0;
}

.tab_menu{
    overflow:hidden;
    display: flex;
    justify-content: space-around;
    background-color: #6435ff;
    width: 100%;
    border-radius: 1rem;
    height: 0.7rem;
    line-height: 0.7rem;
}






.tab_menu li{
    width: 14%;
    float:left;
    height:0.55rem;
    line-height:0.55rem;
    color:#fff;
    background:#8762ff;
    text-align:center;
    cursor:pointer;
    list-style: none;
    border-radius: 1rem;
    margin-top: 0.07rem;
}

.tab_menu li.current{
    color:#fff;
    background:#481ae2;
    border-radius: 1rem;

}

.tab_menu li a{
    color:#fff;
    text-decoration:none;
    font-size: 0.23rem;
}

.tab_menu li.current a{
    color:#fff;
}

.tab_box{
    height: 10rem;
}

.tab_box li{
    height:24px;
    line-height:24px;
    overflow:hidden;
    list-style: none;
}

.tab_box li span{
    margin:0 5px 0 0;
    font-size:12px;
    font-weight:400;
    color:#ddd;
}

.tab_box .hide{
    display:none;
}

.js-java {
    width: 100%;
}
.js-java div {
    width: 88%;
    height: 3rem;
    background-color: #fff;
    margin-top: 0.3rem;
    border-radius: 10px;
    margin-left: 0.8rem;
    position: relative;
}
.js-java div img {
    width: 43%;
    position: absolute;
    top: 0.15rem;
    left: -0.75rem;
}
.js-title {
    margin-left: 2.18rem;
    padding-top: 0.35rem;
}
.js-title span:nth-child(1){
    color: #6435ff;
    font-size: 0.4rem;
    font-weight: bold;
}
.js-title span:nth-child(2){
    color: #6435ff;
    font-size: 0.3rem;
    padding-left: 0.1rem;
}

.js-jieshao {
    width: 4rem;
    margin-left: 2.18rem;
    padding-top: 0.2rem;
    color: #666666;
    line-height: 0.45rem;
    font-size: 0.28rem;
}

.p6 {
    width: 100%;
    height: 13rem;
    background-color: #6435ff;
    position: relative;
}

.p6-index2 {
    width: 95%;
    height: 7.8rem;
    margin: 0.5rem auto 0;
    background-color: #fff;
    border-radius: 10px;
}

.xhx-t {
    text-align: center;
    color: #000;
    font-size: 0.35rem;
    font-weight: bold;
    padding-top: 0.3rem;
}
.xhx-h {
    width: 3.5rem;
    height: 0.2rem;
    background-color: #fa7411;
    border-radius: 1rem;
    margin: -0.2rem auto 0;
}
.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;
}

.p6-index3 {
    width: 95%;
    height: 4.5rem;
    margin: 0.5rem auto 0;
    background-color: #fff;
    border-radius: 10px;
}


.p7 {
    width: 100%;
    height: 13.5rem;
    background: #f6f5fa;
}

.p7-index1 {
    width: 95%;
    height: 2.7rem;
    margin: 0.3rem auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.p7-index1 div {
    width: 47%;
    height: 1.2rem;
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.15rem;
    text-indent: 0.15rem;
}
.p7-index1 .p7-1 {
    background: url(../img/tongyikecheng.png) no-repeat;
    background-size: 100%;
}
.p7-index1 .p7-2 {
    background: url(../img/tongyijiaoxue.png) no-repeat;
    background-size: 100%;
}
.p7-index1 .p7-3 {
    background: url(../img/qiyejiangshi.png) no-repeat;
    background-size: 100%;
}
.p7-index1 .p7-4 {
    background: url(../img/tongyijiuye.png) no-repeat;
    background-size: 100%;
}


.m-slider {
    overflow-x: hidden;
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 5rem;
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 2px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination > .slider-pagination-item {
    margin: 0.1rem;
    width: 0.4rem;
    height: 0.1rem;
    display: inline-block;
    background: #ffe2cd;
    border-radius:1rem;
}

.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #fa7411;
    width: 0.4rem;

}

.p8 {
    width: 100%;
    height: 1.2rem;
    color: #fff;
    text-align: center;
    background: #6435ff;
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding-top: 0.5rem;
}