body{
    background-color: #F1F1F5;
}
.banner{
    width: 100%;
    height: 564.95px;
}
.sycen{
    width: 100%;
    overflow: hidden;
}
.sycen_top{
    width: 1258px;
    margin: auto;
    overflow: hidden;
}
.jianjie_title{
    padding-top: 40px;
    padding-bottom: 80px;
}
.jianjie_title p{
    font-size: 64px;
    text-align: center;
    color: #69005F;
    line-height: 70px;
    position: relative;
}
.jianjie_title p::before{
    content: "";
    position: absolute;
    background: url(../images/bg01.png) no-repeat;
    width: 360px;
    height: 52px;
    right: 189px;
    top: 36px;
}
.jianjie_title p::first-letter{
    color: #C19A74;
}
.jianjiecen p{
    font-size: 20px;
    line-height: 30px;
    color: #2E3346;
}
.jianjie_more{
    text-align: center;
}
.jianjie_more a{
    display: inline-block;
}
.jianjie_more a p{
    font-size: 20px;
    line-height: 30px;
    color: #75717A;
}
.biaoge{
    padding-top: 20px;
}
.biaoge table{
    margin: auto;
    width: 100%;
}
.biaoge th{
    width: 50%;
    text-align: center;
    color: #ffffff;
}
.biaoge td{
    width: 50%;
    text-align: center;
}
.biaoge tbody tr{
    width: 100%;
    height: 58px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    color: #2E3346;
}
.biaoge tbody tr:nth-child(2n){
    background-color: #EFEEF3;
}
.biaoge tbody tr:nth-child(2n-1){
    background-color: #EDEAF1;
}
.biaoge tbody tr:nth-child(1){
    background-color: #69005F;
}
.sycen_bottom{
    width: 100%;
    height: 756px;
    overflow: hidden;
    background: url(../images/bg03.png) no-repeat;
    background-size: cover;
    margin-top: 50px;
}
.vedio .vedio_title{
    width: 1258px;
    margin: auto;
    padding-top: 40px;
}
.vedio_title p{
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    line-height: 70px;
    position: relative;
}
.vedio_title p::before{
    content: "";
    position: absolute;
    background: url(../images/bg01.png) no-repeat;
    width: 360px;
    height: 52px;
    right: 220px;
    top: 36px;
}
.vedio_cen{
    width: 100%;
    height: 636px;
    position: relative;
}
.vedio_cen img{
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1258px;
}
.daoshi{
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
}
.daoshi_title p{
    font-size: 64px;
    color: #2E3346;
    text-align: center;
    line-height: 70px;
    position: relative;
}
.daoshi_title p::before{
    content: "";
    position: absolute;
    background: url(../images/bg01.png) no-repeat;
    width: 360px;
    height: 52px;
    right: 220px;
    top: 36px;
}
.daoshicen{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}
.daoshicen .hd{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 35px;
}
.daoshicen .hd .next{
    width: 36px;
    height: 13px;
    display: block;
    background: url(../images/section-rightarrow.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    margin-left: 30px;
}
.daoshicen .hd .prev{
    width: 36px;
    height: 13px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/section-leftarrow.png) no-repeat;
    margin-right: 30px;
}
.daoshicen .hd ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.daoshicen .hd ul li{
    font-size: 0px;
    width: 15px;
    height: 15px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}
.daoshicen .hd ul li.on{
    background-color: #69005F;
}
.daoshicen .bd{ padding:10px;}
.daoshicen .bd .tempWrap{ margin: auto;}
.daoshicen .bd ul{ overflow:hidden; zoom:1; }
.daoshicen .bd ul li{ margin:0 40px; float:left; display:inline; overflow:hidden; text-align:center;  }
.daoshicen .bd ul li .pic{ text-align:center; }
.daoshicen .bd ul li .pic img{ width:150px; height:150px; display:block;  padding:2px; border-radius: 50%;}
.daoshicen .bd ul li .pic a:hover img{ border-color:#999;  }
.daoshicen .bd ul li .title{ line-height:24px;   }


.imglist{
    width: 1258px;
    margin: auto;
    padding-top: 40px;
}
.imglist_up{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 3px solid #69005F;
    position: relative;
}
.imglist_up::before{
    content: "";
    position: absolute;
    width: 512px;
    height: 290px;
    background: #69005F;
    top: 10px;
    left: 0px;
    z-index: -1;
}
.up_imgcen{
    width: 512px;
    overflow: hidden;
    margin-left: 20px;
}
.up_imgtitle{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 631px;
}
.up_titlecen{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.up_titlecen>a{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 2px solid #E6E6E6;
    padding-bottom: 20px;
}
.up_titlecen span{
    font-size: 22px;
    color: #75717A;
    line-height: 30px;
    margin-top: 15px;
}
.up_imgtm{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.up_imgtm span{
    font-size: 22px;
    color: #75717A;
    line-height: 30px;
}
.up_imgtm a{
    background: url(../images/bg04.png) no-repeat;
    width: 124px;
    height: 36px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
}
.imglist_down{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.imglist_down ul li{
    width: 32%;
    float: left;
    margin-bottom: 30px;
}
.imglist_down ul li:nth-child(3n-1){
    margin: 0 2%;
}
.down_imgcen img{
    width: 100%;
    overflow: hidden;
}
.down_title{
    padding: 15px 0 15px 0;
}
.down_title a{
    font-size: 18px;
    line-height: 24px;
    color: #2E3346;
    font-weight: bold;
}
.down_tm{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.down_tm p{
    font-size: 16px;
    color: #75717A;
    line-height: 30px;
}
.down_tm a{
    border: 1px solid #69005F;
    color: #69005F;
    border-radius: 15px;
    width: 100px;
    text-align: -webkit-center;
    line-height: 27px;
    font-size: 12px;
    letter-spacing: 2px;
}




.blocklist{
    width: 1496px;
    margin: auto;
}
.blist_title{
    padding-bottom: 20px;
    margin-top: 25px;
}
.blocklist .blist_title p{
    font-size: 64px;
    line-height: 70px;
    color: #69005F;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.blocklist .blist_title p::first-letter{
    color: #C19A74;
}
.blocklist .blist_title p::before{
    content: "";
    position: absolute;
    background: url(../images/bg01.png) no-repeat;
    width: 360px;
    height: 52px;
    right: 430px;
    bottom: -14px;
}
.blistcen{
    width: 100%;
    height: 673px;
    overflow: hidden;
    position: relative;
    margin: 70px 0;
}
.blistcen ul{
    width: 100%;
    height: 100%;
    position: relative;
}
.blistcen ul li{
    width: 290px;
    height: 290px;
    background-color: #69005F;
    border: 2px solid #ffffff;
    position: absolute;
}
.blistcen ul li:nth-child(1){
    bottom: 50px;
    left: 0;
    padding: 55px;
}
.blistcen ul li:nth-child(2){
    top: 127px;
    left: 213px;
    z-index: 1;
    padding: 82px;
}
.blistcen ul li:nth-child(3){
    bottom: 0;
    left: 523px;
    padding: 32px;
}
.blistcen ul li:nth-child(4){
    top: 17px;
    right: 502px;
    background-color: #C19A74;
    padding: 42px;
}
.blistcen ul li:nth-child(5){
    top: 297px;
    right: 280px;
    padding: 45px;
    z-index: 1;
}
.blistcen ul li:nth-child(6){
    top: 0;
    right: 0;
    padding: 41px;
}
.blistcen ul li a:nth-child(1){
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blistcen ul li a:nth-child(2){
    position: absolute;
    bottom: 50px;
    right: 30px;
}
.blistcen ul li:nth-child(4) a+a{
    left: 30px;
    bottom: 30px;
}
.blistcen .dt{
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #C19A74;
    top: 46px;
    left: 140px;
    z-index: 2;
    border: 2px solid #fff;
}


.itlist{
    width: 1258px;
    margin: 50px auto;
}
.itlist li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #E3E3E4;
    margin-bottom: 30px;
}
.itlist_lf{
    width: 440px;
    overflow: hidden;
    height: 249px;
}
.itlist_rg{
    width: 764px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.itlist_rgup{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.itlist_rgup p{
    color: #2E3346;
    font-size: 30px;
    line-height: 70px;
    font-weight: bold;
}
.itlist_rgup span{
    color: #75717A;
    font-size: 22px;
    line-height: 30px;
}
.itlist_rgdown p{
    color: #75717A;
    font-size: 22px;
    line-height: 50px;
}


.lfrgit{
    width: 1258px;
    margin: 50px auto;
}
.lfrgit_tilte p{
    font-size: 64px;
    font-weight: bold;
    color: #69005F;
    text-align: center;
    line-height: 70px;
    padding-bottom: 40px;
    position: relative;
}
.lfrgit_tilte p::before{
    content: "";
    position: absolute;
    width: 360px;
    height: 52px;
    background: url(../images/bg01.png) no-repeat;
    right: 300px;
    bottom: 23px;
}
.lfrgit_tilte p::first-letter{
    color: #C19A74;
}
.lfrgit_cen{
    padding-top: 130px;
}
.lfrgit_cen li{
    width: 100%;
    height: 274px;
    position: relative;
    border: 1px solid #C19A74;
    margin-bottom: 120px;
}
.lfrgit_cen li img{
    width: 462px;
    height: 318px;
    position: absolute;
    bottom: 26px;
    left: 26px;
}
.lfrgit_cen li:nth-child(2n) img{
    right: 80px;
    left: auto;
}
.lfrgit_rg{
    width: 663px;
    position: absolute;
    right: 80px;
    top: 30px;
}
.lfrgit_cen li:nth-child(2n) .lfrgit_rg{
    left: 26px;
    right: auto;
}
.lfrgit_rg p{
    color: #69005F;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    position: relative;
    padding-bottom: 35px;
}
.lfrgit_rg p::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0;
    bottom: 17px;
    background-color: #69005F;
}
.lfrgit_rg span{
    color: #2E3346;
    font-size: 21px;
    line-height: 31px;
}



.lfirgt{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.lfirgt>img{
    margin: 120px 0;
    position: relative;
}
.rgt_cen ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 48px 0 48px 170px;
    position: relative;
}
.rgt_cen ul li::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    left: 65px;
}
.rgt_cen ul li:nth-child(1)::before{
    background: url(../images/icon001.png) no-repeat;
}
.rgt_cen ul li:nth-child(2)::before{
    background: url(../images/icon002.png) no-repeat;
}
.rgt_cen ul li:nth-child(3)::before{
    background: url(../images/icon003.png) no-repeat;
}
.rgt_cen ul li:nth-child(4)::before{
    background: url(../images/icon004.png) no-repeat;
}
.rgt_cen ul li:nth-child(5)::before{
    background: url(../images/icon005.png) no-repeat;
}
.rgt_cen ul li span{
    font-size: 66px;
    color: #69005F;
    width: 66px;
    text-align: center;
}
.rgt_cen ul li p{
    font-size: 22px;
    color: #2E3346;
    padding-left: 50px;
}


.mapcen{
    width: 1258px;
    margin: 60px auto;
}
.mapcen img{
    width: 100%;
    overflow: hidden;
}
.tp{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.tp p{
    font-size: 22px;
    color: #2E3346;
    line-height: 30px;
    padding: 20px 0px 20px 50px;
    border-bottom: 1px solid #E5E5E7;
    position: relative;
}
.tp p::before{
    content: "";
    position:absolute;
    left: 10px;
    top: 24.5px;
}
.tp p:nth-child(1)::before{
    width: 18px;
    height: 22px;
    background: url(../images/position.png) no-repeat;
}
.tp p:nth-child(2)::before{
    width: 22px;
    height: 22px;
    background: url(../images/telephone.png) no-repeat;
}



.article_cen{
    width: 1258px;
    margin: 60px auto;
}
.article_cen>img{
    width: 100%;
    overflow: hidden;
}
.atcen{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}
.atcen p{
    width: 579px;
    overflow: hidden;
    font-size: 20px;
    color: #2E3346;
    line-height: 30px;
    padding-top: 14px;
}
.atcen img{
    width: 585px;
    overflow: hidden;
}



.visa{
    width: 1450px;
    margin: auto;
    padding-bottom: 115px;
}
.visa_title{
    padding: 50px 0px 80px 0px;
}
.visa_title p{
    font-size: 64px;
    color: #69005F;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.visa_title p::before{
    content: "";
    position: absolute;
    background: url(../images/bg01.png) no-repeat;
    width: 360px;
    height: 52px;
    top: 24px;
    right: 494px;
}
.visa_cen ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.visa_cen ul li{
    width: 665px;
    height: 330px;
    background-color: #69005F;
    position: relative;
}
.visa_cen ul li::before{
    content: "";
    position: absolute;
    background: url(../images/bg05.png) no-repeat;
    width: 100%;
    height: 186px;
    background-size: 576px 186px;
    background-position: center;
    bottom: 0;
}
.visa_cen ul li:nth-child(1)::after{
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    background-color: #C19A74;
    right: -98px;
    top: 0;
}
.visa_cen ul li:nth-child(2)::after{
    content: "";
    position: absolute;
    width: 104px;
    height: 104px;
    background-color: #C19A74;
    left: -326px;
    bottom: 16px;
}
.visa_cen ul li:nth-child(2){
    margin-top: 150px;
}
.visa_cen ul li div{
    width: 575px;
    margin: auto;
    padding-top: 40px;
}
.visa_cen ul li p{
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.visa_cen ul li a{
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
}




.tptt{
    width: 1450px;
    margin: auto;
    padding-bottom: 200px;
}
.tptt_title{
    padding: 50px 0px 200px 0px;
}
.tptt_title p{
    font-size: 64px;
    color: #69005F;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.tptt_title p::first-letter{
    color: #C19A74;
}
.tptt_title p::before{
    content: "";
    position: absolute;
    background: url(../images/bg01.png) no-repeat;
    width: 360px;
    height: 52px;
    top: 30px;
    right: 356px;
}
.tptt_cen{
    background: url(../images/bg07.png) no-repeat;
    height: 182px;
}
.tptt_cen ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.tptt_cen ul li{
    width: 262px;
    height: 262px;
    border-radius: 50%;
    border: 1px dashed #D9D8D8;
    position: relative;
}
.tptt_cen ul li:nth-child(1){
    top: -60px;
}
.tptt_cen ul li:nth-child(2){
    top: 25px;
}
.tptt_cen ul li:nth-child(3){
    top: -25px;
}
.tptt_cen ul li::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #69005F;
    border-radius: 50%;
    top: 19px;
    right: 41px;
}
.tptt_cen ul li:nth-child(2):before{
    background-color: #C19A74;
}
.tptt_cen ul li .tptt_chlid{
    width: 242px;
    height: 242px;
    border-radius: 50%;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.tptt_cen ul li:nth-child(2) .tptt_chlid{
    background-color: #69005F;
}
.tptt_chlid a img{
    top: 35%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}
.tptt_chlid a p{
    font-size: 26px;
    color: #2E3346;
    font-weight: bold;
    position: relative;
    top: 40px;
    text-align: center
}
.tptt_cen ul li:nth-child(2) .tptt_chlid a p{
    color: #ffffff;
}



.study{
    width: 100%;
    height: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: url(../images/img/study.png) no-repeat;
    background-size: cover;
}
.study_lf{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.study_lf p{
    font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 48px;
}
.study_rg{
    width: 800px;
    position: relative;
}
.study_rg ul li{
    width: 333px;
    height: 333px;
    background: #F8E5F6;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.study_rg ul li:nth-child(1){
    position: absolute;
    top: 93px;
    left: 245px;
}
.study_rg ul li:nth-child(2){
    position: absolute;
    top: 93px;
    right: -160px;
}
.study_rg ul li:nth-child(3){
    position: absolute;
    top: 284px;
    left: 54px;
}
.study_rg ul li:nth-child(4){
    position: absolute;
    top: 284px;
    right: 32px;
}
.study_rg ul li:nth-child(5){
    position: absolute;
    top: 476px;
    left: 243px;
}
.study_rg ul li:nth-child(6){
    position: absolute;
    top: 476px;
    right: -161px;
}
.study_rg ul li a:nth-child(2){
    font-size: 24px;
    margin-bottom: 45px;
    margin-top: 20px;
}
.study_rg ul li a img{
    width: 100px;
    border-radius: 50%;
}




.life{
    width: 100%;
    height: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: url(../images/img/life.png) no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.life_rg{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.life_rg p{
    font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 46px;
}
.life_lf{
    width: 800px;
    position: relative;
}
.life_lf ul li{
    width: 333px;
    height: 333px;
    background: #F8E5F6;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.life_lf ul li:nth-child(1){
    position: absolute;
    top: 93px;
    left: -31px;
}
.life_lf ul li:nth-child(2){
    position: absolute;
    top: 93px;
    right: 114px;
}
.life_lf ul li:nth-child(3){
    position: absolute;
    top: 284px;
    left: 162px;
}
.life_lf ul li:nth-child(4){
    position: absolute;
    top: 476px;
    left: -31px;
}
.life_lf ul li:nth-child(5){
    position: absolute;
    top: 476px;
    left: 353px;
}
.life_lf ul li a:nth-child(2){
    font-size: 24px;
    margin-bottom: 45px;
    margin-top: 20px;
}
.life_lf ul li a img{
    width: 100px;
    border-radius: 50%;
}
