html,body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,div,ul,ol,li,video,section,header,form,button,input,textarea,table,th,td {margin:0;padding:0; box-sizing: border-box;}
html {background:#fff;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
body {color: #313131; background-color: #f2f5fa;font:normal 14px/24px "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei",Arial,sans-serif;width:100%;min-width:1200px;overflow-x:hidden;overflow-y:scroll;}
address, caption, cite, code, dfn, em, th, var {font-style:normal;font-weight:normal;}
button,input, select, textarea {font-size:100%;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
ul,ol,li {list-style:none;}
iframe {display:block;}
table{border-collapse:collapse;border-spacing:0;}
img{vertical-align:middle; border:0;}
input,textarea,select{ font-family:inherit; font-size:inherit; font-weight:inherit; border: none;}
input:focus{border: none; outline: none;}
a{ color: #313131;outline:none;text-decoration:none;transition:all .4s;-moz-transition:all .4s;-webkit-transition:all .4s;-o-transition:all .4s;}
a:hover{text-decoration:none;}
video{ border: none; object-fit: fill;}
body.stop-scrolling{ overflow: initial;}
.fl{float: left;}
.fr{float: right;}
.mt40{ margin-top: 40px;}
.w12{ width: 1200px; margin: 0 auto; overflow: hidden;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{display:inline-block;} 
.header{
    padding: 20px 0;
    background-color: #fff;
}
.header-main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-main-logo a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main-logo a img{
    flex-shrink: 0;
}
.header-main-logo a p{
    font-size: 24px;
    font-weight: bold;
    color: #6b7d87;  
}
.header-main-xq{
    display: none;
    width: 256px;
    height: 42px;
    line-height: 42px;
    padding-left: 34px;
    margin: 20px 0 0 50px;
    border: 1px solid #e6e6e6;
    background: url(../images/icon.png) no-repeat -3px -62px;
    position: relative;
    cursor: pointer;
}
.header-main-xq.on ul {
    height: 337px;
}
.header-main-xq.on:after {
    transform: rotate(180deg);
}
.header-main-xq p {
    font-size: 14px;
}
.header-main-xq ul {
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    z-index: 1001;
    position: absolute;
    width: 256px;
    height: 0;
    left: -1px;
    top: 40px;
    overflow: hidden;
    transition: all .3s linear;
}
.header-main-xq:after {
    position: absolute;
    top: 14px;
    right: 10px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #3bbcce;
    transition: all .3s linear;
}
.header-main-xq li {
    font-size: 14px;
}
.header-main-xq li:hover{
    background-color: #3bbcce;
}
.header-main-xq li a{
    padding-left: 36px;
}
.header-main-xq li:hover a{
    color: #fff;
}
.header-main-tel{
    line-height: 32px;
    padding-left: 43px;
    margin-top: 24px;
    position: relative;
}
.header-main-tel::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/header-main-xq-tel.png) no-repeat;
}
.header-main-tel p{
    font-size: 30px;
}

.menu{
    height: 82px;
    background-color: #fff;
}
.menu ul{
    width: 1200px;
    margin: 0 auto;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu li{
    line-height: 80px;
    padding: 0 56px;
    position: relative;
}
.menu li a{
    font-size: 24px;
}
.menu li.on::after{
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%);
    content: '';
    display: inline-block;
    width: 15%;
    height: 5px;
    border-radius: 3px;
    background-color: #3bbcce;
}
.menu li.on a{
    color: #3bbcce;
}
.nav .w12{
    display:flex;
    height: 50px;
    align-items: center;
}
.nav a{
    display: inline-block;
    font-size: 16px;
    margin-right: 60px;
}
.banner{
    position: relative;
}
.swiper-container_b .swiper-slide img{
    width: 100%;
}
.swiper-pagination_b{
    bottom: 20px !important;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
}
.swiper-pagination_b span{
    width: 14px;
    height: 14px;
    margin: 0 3px;
}
#courses:before{
    content: '';
    display: block;
    position: absolute;
    top: 36px;
    right: 28px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #3bbcce;
    transition: all .3s linear;
}
.menu li.on:before{
    transform: rotate(-180deg);
}
#courses dl{
    display: none;
    position: absolute;
    top: 83px;
    left: -6px;
    background: #fff;
    z-index: 99;
    width: 220px;
    padding: 10px 0;
}
#courses dd{
    line-height:34px;
    text-align: center;
}
#courses dd a{
    font-size: 17px;
    padding: 0 5px;
    color: #333;
}
#courses dd:hover{
    background-color: #7a24fd;
    border-radius: 5px;
}
#courses dd:hover a{
    color: #fff;
    font-weight: bold;
}

.web-tag{
    width: 1180px;
    margin: -78px auto 0;
    background-color: #fff;
    border-radius: 36px 0;
    box-shadow: 2px 0 24px rgba(14, 41, 183, .2);
    padding: 44px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
}
.web-tag-items{
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #3e3e3e;
    color: #3e3e3e;
    font-size: 18px;
}
.web-tag-items:last-child{
    border-right: 0;
}
.web-tag-items i{
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    font-size: 36px;
    color: #7a24fd;
    margin-bottom: 14px;
}
.part1{
    background: #f2f5fa;
    padding-top: 60px;
}
.part-title{
    text-align: center;
    padding: 10px 0;
    margin: 30px 0;
    line-height: 40px;
}
.part-title p{
    font-size: 36px;
    font-weight: bold;
    color: #000;
}
.part-title span{
    font-size: 18px;
    color: #232323;
}

.kecheng-nav{
    height: 74px;
    width: 100%;
}
.kecheng-nav-cont{
    width: 1200px;
    height: 70px;
    line-height: 45px;
    border-radius: 10px 10px 0px 0px;
    opacity: 1;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    position: relative;
}
.swiper-container-kc{
     width: 1200px;
}
.swiper-container-kc .swiper-slide {
    width: 182px;
    height: 70px;
}
.swiper-container-kc span {
    display: block;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
    float: left;
    width: 160px;
    height: 70px;
    display: flex;
}
.swiper-container-kc span.on {
    font-size: 18px;
    font-weight: 400;
    background-color: #7a24fd;
    border-radius: 15px;
    color: #fff;
}
.kecheng-nav-cont .swiper-container-kc span {
    display: block;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
    float: left;
    width: 182px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kecheng-nav-cont .swiper-container-kc span img {
    width: 25px;
    height: 25px;
}

.kecheng-nav-cont .swiper-container-kc span img:nth-child(2) {
    display: none;
}
.kecheng-nav-cont .swiper-container-kc span.on img:first-child {
    display: none;
}
.kecheng-nav-cont .swiper-container-kc span.on img:nth-child(2) {
    display: block;
}
.kecheng-nav-cont .swiper-container-kc span p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 70px;
    overflow: hidden;
    width: 100px;
}
.kecheng-nav-cont .swiper-container-kc span.on p {
    color: #fff;
}
.kecheng-nav .swiper-button-prev-kc {
    background-image: url(../images/part2_left.png) !important;
    top: 30%;
    left: -34px !important;
    right: auto !important;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    width: 13px;
    height: 24px;
}
.kecheng-nav .swiper-button-next-kc {
    background-image: url(../images/part2_right.png) !important;
    top: 30%;
    right: -34px !important;
    left: auto !important;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    width: 13px;
    height: 24px;
}
.kecheng-content{
    width: 1200px;
   margin: 30px auto;
}
.kecheng-content .active_div{
    display: none;
}
.kecheng-content .active_div .active_div-n{
    display: flex;
    justify-content: space-between;
}
.kecheng-content .active_div.on{
    display: block;
}
.kecheng-cont-n{
    display: flex;
}
.kecheng-cont-n img{
    border-radius: 20px;
}
.kecheng-content-l{
    width: 729px;
    height: 310px;
}
.kecheng-content-r{
    width: 462px;
    display: flex;
    flex-wrap: wrap;
}
.kecheng-content-r-list{
    width: 194px;
    height: 140px;
    background-color: #fff;
    box-shadow: 7px 0 15px rgba(14, 41, 183, .18);
    border-radius: 10px;
    margin: 0 0 26px 28px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s;
}
.kecheng-content-r-list:hover{
    transform: translate(-4px,-4px);
    cursor: pointer;
}
.kecheng-content-r-list img{
    width: 54px;
    height: 54px;
}
.kecheng-content-r-list p{
    margin-top: 10px;
    text-align: center;
}
.zixun{
    text-align: center;
    margin: 30px 0;
}
.zixun a{
    line-height: 66px;
    border-radius: 66px;
    padding: 0 50px;
    font-size: 30px;
    display: inline-block;
    color: #fff;
    background: #2356f9;
}
.jj-c{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.jj-cl{
    width: 582px;
}
.jj-cl p{
    font-size: 16px;
    margin-bottom: 21px;
    line-height: 30px;
    color: #000;
}
.jj-cl p:last-child{
    margin-bottom: 0;
}
.jj-cr{
    width: 594px;
    position: relative;
}
.jj-cr,.jj-cr .swiper-slide,.jj-cr .swiper-container,.jj-cr .swiper-slide img{
    border-radius: 10px;
}
.swiper-pagination-jj{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 16px;
    z-index: 99999;
}
.swiper-pagination-jj span{
    margin: 0 2px;
}
.part2-zixun{
    width: 1216px;
    margin: 40px auto;
    background: url(../images/part3-zixun.png) no-repeat center;
    height: 128px;
}
.part2-zixun .w12{
    position: relative;
    height: 128px;
}
.part2-zixun a{
    display: block;
    position: absolute;
    -webkit-animation: float 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
    -o-animation: float 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
    animation: float 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
}
@-webkit-keyframes float {
    0% {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    25% {
      -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
      -o-transform: translateY(15px);
      transform: translateY(15px); }
    50% {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    75% {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px); }
    100% {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); } 
}
.part2-zixun a.part2-zixun1{
    width: 132px;
    height: 52px;
    left: 240px;
    top: 40px;
    animation-duration: 4s;
}
.part2-zixun a.part2-zixun2{
    width: 132px;
    height: 52px;
    right: 240px;
    top: 20px;
    animation-duration: 5s;
}
.part2-zixun a.part2-zixun3{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #e5f3ff;
    color: #fff;
    background: linear-gradient(to bottom, #8a6afd,#aa99ff,#8a6afd);
    border-radius: 40px;
    right: 80px;
    top: 36px;
    text-align: center;
    font-size: 18px;
    animation: none;
    text-shadow: 0 2px 1px #5636fe;
    transition: all .3s;
}
.part2-zixun a:hover.part2-zixun3{
    transform: translate(2px,2px);
}
.part3{
    margin-bottom: 50px;
}
.part3-n{
    width: 1136px;
    height: 469px;
    margin: 0 auto;
    background: url(../images/part3.png) no-repeat center;
    display: flex;
    justify-content: space-between;
    padding: 18px 0 0 21px;
}
.part3-nl{
    width: 84px;
    height: 427px;
    line-height: 84px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-lr;
    text-align: center;
    letter-spacing: 6px;
}
.part3-nr{
    width: 984px;
    height: 429px;
    /* border-radius: 10px; */
    /* box-shadow: 0 7px 15px rgba(122,36,253,.18); */
    display: flex;
    flex-wrap: wrap;
    padding: 52px 0 0 130px;
}
.part3-nr-list{
    width: 200px;
    margin-right: 60px;
}
.part3-nr-list4{
    margin: 60px 0 0 140px;
    width: 220px;
}
.part3-nr-list5{
    margin: 60px 0 0 140px;
    width: 200px;
}
.part3-nr-list h3{
    font-size: 23px;
    color: #6238e8;
}
.part3-nr-list p{
    font-size: 18px;
    margin-top: 30px;
}
.part3-n2{
    width: 1102px;
    height: 300px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(122, 36, 253, .18);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.part3-n2-list{
    padding: 0px 30px;
    margin: 30px 0;
    border-right: 1px solid #bfbfbf;
}
.part3-n2-list:nth-child(2){
    border: 0;
    margin-right: 110px;
}
.part3-n2-list-tit{
    display: flex;
}
.part3-n2-list-tit img{
    width: 93px;
    height: 100px;
}
.part3-n2-list-tit h3{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0 0 20px;
    color: #7a24fd;
    background: url(../images/part3-img2.png) no-repeat bottom;
}
.part3-n2-list ul{
    padding-left: 105px;
}
.part3-n2-list li{
    font-size: 18px;
    line-height: 44px;
    background: url(../images/part3-li.png) no-repeat left;
    padding-left: 10px;
}
.part3-n2-list li span{
    font-size: 24px;
    color: #f77521;
}
.part3-n2-title{
    width: 84px;
    height: 301px;
    line-height: 84px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-lr;
    text-align: center;
    letter-spacing: 6px;
    background: url(../images/part3-right.png) no-repeat;
}
.effect {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: auto;
}
.loop-wrap {
    width: 94%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.loop {
    display: flex;
    width: fit-content;
    animation-name: loop;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);
    margin-bottom: 10px;
    width: 100%;
}
.loop img{
    width: 189px;
    height: 127px;
    margin-right: 10px;
}
.loop img:last-child{
    margin-right: 0;
}
@keyframes loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
.content4-n{

}
.content4-n-top{
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content4-n-top-img{
    width: 343px;
    height: 343px;
    border-radius: 50%;
    margin-right: 68px;
    text-align: center;
    background: linear-gradient(to right,#122d3e, #4c778b,#122d3e);
    overflow: hidden;
    flex-shrink: 0;
    color: #4c4c4c;
}
.content4-n-top-ifo h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.content4-n-top-ifo span{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0;
    color: #4c4c4c;
}
.content4-n-top-ifo p{
    font-size: 18px;
    line-height: 30px;
    color: #4c4c4c;
}
.content4-n-cont{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content4-n-cont .on .techer-ifo{
    display: block;
}
.content4-n-cont-list{
    width: 270px;
    height: 400px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.content4-n-cont-list:hover{
    cursor: pointer;
}
.content4-n-cont-list-top{
    text-align: center;
}
.content4-n-cont-list-topimg{
    width: 270px;
    height: 298px;
    overflow: hidden;
    background-color: #000;
    border-radius: 10px 10px 0 0;
}
.content4-n-cont-list-topimg img{
    width: 100%;
}
.content4-n-cont-list-top h3{
    font-size: 32px;
    line-height: 40px;
    padding: 10px 0;
    font-weight: bold;
}
.content4-n-cont-list-top span{
    font-size: 20px;
}
.techer-ifo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, .7);
    border-radius: 10px;
    color: #fff;
    padding: 30px 16px;
    font-size: 18px;
    display: none;
}
.techer-ifo dt{
    font-size: 24px;
    font-weight: bold;
}
.techer-ifo dd:nth-of-type(1){
    padding: 15px 0;
}
.techer-ifo dd:nth-of-type(2){
    height: 240px;
    overflow: hidden;
}
.part5-n{
    display: flex;
    justify-content: space-between;
}
.part5-n-list{
    width: 224px;
    border-radius: 10px 10px 0 0;
}
.part5-n-list img{
    border-radius: 10px 10px 0 0;
}
.part5-n-list p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    text-align: center;
}
.part5{
    background: url(../images/jiuye-bg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 20px;
}
.part5-n2 h4{
    font-size: 24px;
    line-height: 40px;
    padding: 0 0 14px;
    color: #fff;
}
.part5-n2n{
    display: flex;
    justify-content: space-between;
}
.part5-n2n-list{
    width: 224px;
    height: 97px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0 0 10px;
    position: relative;
}
.part5-n2n-list img{
    width: 69px;
    height: 69px;
    position: absolute;
    right: 0;
    top: 0;
}
.part5-n2n-list p{
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
}
.part5-zixun{
    margin-top: 26px;
    text-align: center;
}
.part5-zixun a{
    display: inline-block;
    font-size: 28px;
    color: #fff;
    border-radius: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    padding: 0 60px;
}

.part66{
    margin-top: 50px;
    background: url(../images/part4-bg.jpg) no-repeat top center;
    background-size: 1920px 276px;
    padding-top: 20px;
    margin-bottom: 50px;
}
.part66 .part-title p,.part66 .part-title span{
    color: #fff;
}
.part66-n{
    width: 1280px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(14, 41, 183, .18);
    padding: 20px 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}
.part66-n img{
    width: 333px;
}
.part66-zx{
    width: 1200px;
    margin: 30px auto;
}
.part66-zx a{
    width: 1200px;
    display: inline-block;
    height: 113px;
    background: url(../images/part6-zixun.png) no-repeat center;
}

.part6{
    margin-bottom: 40px;
}
.part6-content{
    width: 1140px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(122, 36, 253, .18);
    padding: 40px;
    display: flex;
    justify-content: space-between;
}
.part6-content-l{
    width: 603px;
}
.part6-content-r {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    text-align: center;

}
.part6-content-r h4{
    font-size: 30px;
    font-weight: bold;
}
.part6-content-r span{
    display: inline-block;
    width: 40px;
    height: 6px;
    border-radius: 4px;
    background-color: #7b26fd;
    margin: 30px auto;
}
.part6-content-r p{
    font-size: 18px;
    line-height: 34px;
    text-align: left;
}
.part6-content-r a{
    display: inline-block;
    width: 30%;
    font-size: 17px;
    color: #7b26fd;
    border-radius: 5px;
    border: 1px solid #7b26fd;
    padding: 0 20px;
    line-height: 46px;
    margin: 30px auto 0;
    transition: all .3s;
}
.part6-content-r a:hover{
    background-color: #7b26fd;
    color: #fff;
    transform: translate(-3px,-3px);
}
.part6-content-ryu{
    width: 92%;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}
.part6-content-ryu-list{
    width: 196px;
    height: 309px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(14, 41, 183, .18);
    position: relative;
    padding: 0 16px;
}
.part6-content-ryu-list img{
    width: 117px;
    height: 134px;
    position: absolute;
    bottom: -2px;
    right: -2px;
}
.part6-content-ryu-list h3{
    font-size: 24px;
    line-height: 30px;
    margin-top: 28px;
    font-weight: bold;
}
.part6-content-ryu-list p{
    font-size: 19px;
    margin-top: 40px;
}
.part6-content-ryu-list p span{
    font-size: 32px;
    font-weight: bold;
    color: #f77521;
}

.part6 .from{
    text-align: center;
    padding-top: 30px;
}

.part7 {
    padding: 50px 0;
    background: linear-gradient(to bottom,#7b26fd 70%,#f2f5fa 30%);
}
.part7 .part-title *{
    color: #fff;
}
.part7 .part-title span{
    text-transform:uppercase;
}
.part7-tit{
    width: 920px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}
.part7-tit p{
    font-size: 24px;
    width: 150px;
    line-height: 54px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.part7-tit p.on,.part7-tit p:hover{
    color: #7b26fd;
    background: #fff;
    cursor: pointer;
    
}
.part7-cont{
    width: 1786px;
    margin: 30px auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(14, 41, 183, .18);
    padding: 10px;
}
.part7-cont-list{
    display: none;
}
.part7-cont-list img{
    width: 100%;
}
.part7-cont .on{
    display: block;
}
.part8{
    margin-bottom: 30px;
}
.part8-top{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.part8-top-l strong{
    font-size: 48px;
}
.part8-top-l p{
    padding-top: 10px;
    font-size: 40px;
    line-height: 42px;
}
.part8-top-r{
    display: flex;
    justify-content: space-between;
}
.part8-top-r a{
    display: inline-block;
    margin-left: 110px;
}
.part8-top-r a span{
    display: inline-block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
}
.part8-top-r a img{
    display: block;
    width: 30px;
    height: 30px;
    margin:12px auto 0;
    transition: all .3s;
}
.part8-top-r a:hover span img{
    transform: translateY(3px);
}
.part8-top-r a:nth-child(1) span{
    background: #fb6a00;
}
.part8-top-r a:nth-child(2) span{
    background: #0862ff;
}
.part8-top-r a:nth-child(3) span{
    background: #00d483;
}
.part8-n{
    width: 1260px;
    padding: 0 30px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part8-n-list{
    width: 280px;
    height: 146px;
    background: #fff;
    box-shadow: 0 0 20px rgba(14, 41, 183, .2);
    border-radius: 10px;
    margin-top: 26px;
    transition: all .3s;
}
.part8-n-list:hover{
    transform: translate(2px,2px);
    cursor: pointer;
}
.part8-n-list h4{
    font-size: 24px;
    margin: 24px 0 13px 0;
    font-weight: bold;
    text-align: center;
}
.part8-n-list p{
    font-size: 16px;
    padding: 0 20px;
    color: #343434;
    text-align: center;
}
.footer{
    background: #edeff0;
    height: 45px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer p{
    color: #666;
    font-size: 14px;
}
.footer ul{
    display: flex;
}
.footer li{
    margin-left: 20px;
}
.footer li a{
    color: #666;
    font-size: 14px;
}
.footer li.gongan{
    padding-left: 24px;
    background: url(../images/global_organization_sponsor_bottom_info_beiang.png) left center no-repeat;
}
