﻿/* ============================================================
   样式重置 
   ============================================================ */
*{box-sizing:border-box; cursor:pointer; -webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:400;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
img{display:inline-block;overflow:hidden;vertical-align:top; max-width:100%;}
em{font-style:normal;}
strong{font-weight:bolder;}
table{border-collapse:collapse;border-spacing:0;}
button,input{cursor:pointer;border:0 none;-webkit-appearance: none;appearance:none; border-radius: 0;}
textarea{word-wrap:break-word;resize:none;}  /* word-wrap for opera, resize for webkit */
menu{margin:0;padding:0;}
body{margin: 0 auto;-webkit-user-select: none;-webkit-text-size-adjust: none!important;font-family:"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 400;background:#fff; color:#333; }
input,textarea{font-family:"Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 300;}
input[type="number"]{-webkit-user-select:text;}
a,button,input{-webkit-touch-callout:none;}/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */
input,select,textarea{outline:none;background: none;font-weight: 400;}
/* input { -webkit-appearance: none; } */
/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */
a,button,input,select,li{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */
@media all and (-webkit-transform-3d){
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    /*a,button,input{-webkit-tap-highlight-color:rgba(130,130,130,.52);}*/
    a,button,input,select{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
}
a{text-decoration:none;}
.fl{
    float:left;
}
.fr{
    float:right;
}

/*弹性盒子*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-top{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:center;align-items:flex-start;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-space-around{-webkit-justify-content:space-around;justify-content:space-around;}
.flex-space-between{-webkit-justify-content:space-between;justify-content:space-between;}
.hor-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}
.ver-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}
.hor-gap{width:1px;height:100%;line-height:0}
.ver-gap{height:1px;width:100%;line-height:0}

.between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center}
.start{display: flex;display: -webkit-flex; justify-content: flex-start;-webkit-justify-content: flex-start}
.end{display: flex;display: -webkit-flex; justify-content: flex-end;-webkit-justify-content: flex-end}
.middle{display: flex;display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}　
.fn-hide{display:none}

.clearfix:after,.clearfix:before {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom: 1; }
::-moz-placeholder { color: #cecece; font-size:0.34rem;}
::-webkit-input-placeholder { color:#cecece;  font-size: 0.34rem;}
:-ms-input-placeholder { color:#cecece;  font-size: 0.34rem;}

.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.midcenter {display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center; align-items: center;}

html {overflow-y: auto;overflow-x: hidden;height: 100%;max-width:750px; margin:0 auto;}
body{max-width:750px; margin:0 auto;}
.bg_one img{ display:block; width:100%;}

.bg_one{min-height: 100%;margin: 0 auto;overflow: hidden;-webkit-overflow-scrolling: touch;position:relative; background:#7b7ae6; position:relative;}
.bg{ position:absolute;z-index:1;top:0;left:0;right:0;margin:0 auto;width:100%;}
.index_main{position: relative;z-index:2;padding-top:0.64rem;}

.toplogo{margin:0 auto; width:4.06rem;}
.topwzbt{margin:0 auto; margin-top:0.48rem; width:4.8rem;}
.top_house{margin:0 auto; margin-top:0.48rem;  width:5.17rem;}

.viewbg{ position:relative;z-index:8; margin-top:0.42rem;}
.viewbg .swiper-container{}
.viewbg .swiper-slide{ width:100%; padding-bottom:0.62rem; position:relative;}
.videobox{ margin:0 auto; width:6.7rem; height:3.76rem;position: relative;box-shadow: 4px 4px 8px 0px rgba(8,20,48,0.38);
border-radius: 0.06rem;}
.videobox .on-box{position: absolute; top: 0; left: 0; right: 0;bottom: 0; background:#000;border-radius: 0.06rem; overflow:hidden; height: 100%; z-index:10;}
.videobox .on-box .play{ position:absolute; transform:translate(-50%,-50%); top:50%; left:50%; background:url(https://kyimg.360eol.com/sigs2023/play.png) no-repeat; width:1.08rem; height:1.08rem; background-size:1.08rem 1.08rem; }
.videobox .cover-img{height:3.76rem;}
.videobox .video-play{ width:100%; height:3.76rem; display:block; border-radius: 0.06rem;overflow: hidden;}
.viewbg .swiper-pagination{ height:0.12rem; font-size:0; vertical-align:top; bottom:8px;}
.viewbg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 0.05rem; width:0.24rem; height:0.06rem;border-radius:0;background: #641c78;opacity:0.32;}
.viewbg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{width:0.24rem;background: #641c78;opacity:1;}
.viewbox .video-play{ width:100%; height:3.76rem; display:block;}

.gkb_link-box{ position:relative; z-index:5; border:0;padding:0rem 0.32rem; margin-bottom:0.32rem;}
.gkb_link{width:24.2%; margin-top:0.25rem;}
.gkb_link:nth-child(4n){ width:27%}
.gkb_link img{ width:0.96rem; height:0.96rem; margin:0 auto;border-radius: 0.24rem;box-shadow: 3px 3px 6px 0px rgba(100,28,120,0.15), 0px 2px 2px 0px rgba(157,32,191,0.18); }
.gkb_link .bt {display: block;margin-top: 0.16rem;font-size: 0.26rem;font-weight: 500;text-align: center;color:#641C78;line-height: 0.37rem;}

.ind_con,.ind_xy{ margin:0 auto; width:6.7rem;}
.ind_tu1{ width:calc(50% - 0.08rem);}
.ind_xy{ margin-top:0.32rem;background: linear-gradient(180deg,rgba(35,83,254,0.71) 20%, rgba(130,190,227,0.71));border: 0.04rem solid rgba(230,191,248,0.7);border-radius: 0.28rem; position:relative; padding-top:0.46rem;}
.ind_xy:before{ position:absolute; content:'';top:0;left:0;right:0; height:1.76rem;opacity: 0.71;background: linear-gradient(180deg,#8e52f5, rgba(142,82,245,0.00));border-radius: 0.24rem 0.24rem 0px 0px;}
.bt_title{position:relative; z-index:3; margin:0 auto; width:3.18rem;}
.xylist{position:relative; z-index:3;padding:0rem 0.4rem 0.72rem;}
.xylist li{ width:100%;padding:0.02rem 0rem; border-bottom:1px dashed #9bc4e6;}
.xylist li a{display: flex; display: -webkit-flex;box-sizing:border-box;width:100%; height:1.12rem;position:relative; padding:0 1.7rem 0 0;}
.xylist li a .xybt{font-size:0.3rem;color: #fff;line-height: 0.42rem;font-weight: 600;}
.xylist li a .link{ position:absolute;right:0;top:50%;transform:translateY(-50%);width: 1.28rem;height: 0.52rem;background: #fff;border-radius: 0.28rem; text-align:center; font-size:0.26rem; font-weight:600;color: #641c78;line-height: 0.52rem;}

.footwz{position:relative; z-index:4; padding:0.76rem 0.4rem 0.8rem;font-size:0.26rem;font-weight: 400;text-align:center;color: #fff;line-height: 0.37rem;letter-spacing: 1.3px;}
.fixedlay{ position:fixed; z-index:10;right:0;bottom:1.48rem;width: 1.92rem;}
.fixedlay a{ margin-bottom:0.14rem;height: 0.64rem;background:rgba(0,0,0,0.54);border-radius: 2rem 0px 0px 2rem;padding-left:0.08rem;height: 0.64rem;font-size:0.26rem; color:#fff;}
.fixedlay a img{ width:0.47rem; height:0.47rem; margin-right:0.09rem;}
.fixedlay a span{color:#fff;}


.bg_two{min-height: 100%;margin: 0 auto;overflow: hidden;-webkit-overflow-scrolling: touch;position:relative;background:#b5cbff; position:relative;}
.bg_fixbot{ padding-bottom:1.84rem}
.nytopbg { position:absolute;z-index:1;top:0;left:0;right:0;margin:0 auto;width:100%;}
.nyfootwz{position:relative; z-index:4; padding:0.76rem 0.4rem 0.8rem;font-size:0.26rem;font-weight: 400;text-align:center;color: #743a97;line-height: 0.37rem;letter-spacing: 1.3px;}
.namebt{position: relative;z-index:3; padding:0.72rem 1rem; min-height:3.6rem;}
.name_01{ font-size:0.24rem;font-weight: 400;text-align: center;color: #ffffff;line-height: 0.33rem;text-shadow: 0px 4px 8px 0px rgba(0,0,0,0.50); }
.name_02{ font-size:0.4rem;font-weight: 600;text-align: center;color: #ffffff;line-height: 0.56rem;text-shadow: 0px 4px 8px 0px rgba(0,0,0,0.50); margin-top:0.06rem; }
.name_arrow{ margin:0.2rem auto;width: 1.12rem;height: 0.08rem;background: #fff;box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.50); }
.name_03{ font-size:0.28rem;font-weight: 400;text-align: center;color: #ffffff;line-height: 0.40rem;text-shadow: 0px 4px 8px 0px rgba(0,0,0,0.50); }
.name_bt{ position:absolute; top:1.62rem; left:0;right:0; width:5.06rem; margin:0 auto; font-size:0.64rem;font-weight: 600;text-align: center;color: #ffffff;line-height: 0.9rem;height: 0.9rem;}
.name_bt:before{ position: absolute; content:''; bottom:-3px;left:0;right:0; width:5.06rem; margin:0 auto;width: 3.45rem;height: 0.30rem;opacity: 0.59;background: linear-gradient(180deg,rgba(67,61,228,0.00) 20%, #2353fe);border-radius:0 0 0.15rem  0.15rem;}

.nycon{position:relative; z-index:3;}
.nycon_list{margin:0 auto;width:6.7rem; background: linear-gradient(180deg,rgba(35,83,254,1) 20%, rgba(130,190,227,1));border: 0.04rem solid rgba(230,191,248,1);border-radius: 0.28rem; position:relative; margin-top:0.36rem; padding-top:0.4rem;text-align:center;}
.nycon_list:before{ position:absolute; z-index:1; content:'';top:0;left:0;right:0; height:1.12rem;opacity: 0.71;background: linear-gradient(180deg,#8e52f5, rgba(142,82,245,0.00));border-radius: 0.24rem 0.24rem 0px 0px;}
.nycon_list:first-child{margin-top:0}
.nybt_title{position:relative; z-index:5; display:inline-block; margin:0 auto;  height:0.56rem; font-size:0.4rem; font-weight: 600;text-align: center;color: #fff;line-height: 0.56rem;margin-bottom:0.16rem; position:relative; text-align:center;vertical-align: top;}
.nybt_title:before{ position:absolute; content:'';left:0;right:0;bottom:0; height: 0.13rem;background: linear-gradient(180deg,rgba(209,152,129,0.00), #ffa480);}
.nybt_title:after{ position:absolute; content:'';left:-0.14rem; top:0;width: 0.27rem;height: 0.27rem;background: linear-gradient(180deg,#a71af2, rgba(167,26,242,0.00));border-radius: 50%;}
.ny_list{width: 100%;display: block; padding:0 0.3rem; text-align:left; padding-bottom:0.16rem; position:relative; z-index:5;}
.ny_list li{ width:100%;border-bottom:1px dashed #d7e6ff;}
.ny_list li:last-child{ border-bottom:0;}
.ny_list li a{display: flex; display: -webkit-flex;box-sizing:border-box;width:100%;position:relative; padding:0.23rem 0.56rem 0.23rem 0;}
.ny_list li a:before{ position:absolute; content:'';right:0;top:0.29rem; width:0.32rem; height:0.32rem; background:url(https://kyimg.360eol.com/sigs2023/arrow.png) no-repeat; background-size: 0.32rem 0.32rem;}
.ny_list li a .xybt{font-size:0.32rem;color: #fff;line-height: 0.45rem;font-weight: 600;}
.fixed_bottom{ position:fixed; z-index:5; bottom:0;left:0;right:0; margin:0 auto; max-width:750px; background:#fff; padding-bottom:0.48rem;}
.foot_btn{ height:1.36rem;}
.foot_btn a{ display:block; margin:0 auto; width:5.93rem; height:0.8rem;background: linear-gradient(180deg,#2353fe 20%, #82bee3);border: 2px solid #e6bff8;border-radius:0.44rem;text-align:center; line-height:0.8rem; font-size: 0.28rem; color:#fff; }

.bg_three{min-height: 100%;margin: 0 auto;overflow: hidden;-webkit-overflow-scrolling: touch;position:relative; background:#fff; position:relative;}
.school_top{ position:relative;}
.school_top .school_bt{ position:absolute;min-height:0.96rem;top:1.02rem;left:1.22rem; right:1.22rem; font-size:0.34rem;font-weight: 600;text-align:center;color: #ffffff;line-height: 0.48rem;text-shadow: 0px 4px 8px 0px rgba(0,0,0,0.50); }
.school_top .school_bt:before{ position:absolute; content:'';left:0; right:0; margin:0 auto; bottom:-0.24rem; width:0.8rem; height:0.08rem; background:#fff;box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.50); }
.nav_bar{height: 0.88rem;background: linear-gradient(180deg,#8782f1, #7680f6); padding:0 0.9rem;}
.nav_bar li{ width:49%; font-size:0.32rem;color: rgba(255,255,255,0.7); line-height:0.88rem; text-align:center; position:relative;}
.nav_bar li.on{font-weight: 500;color:rgba(255,255,255,1);}
.nav_bar li.on:before{ position:absolute; content:'';bottom:0;left:0;right:0; margin:0 auto;width: 0.48rem;height: 0.06rem;background: #fff;}
.school_con{ padding:0.05rem 0.4rem 0.25rem 0.4rem; display:none;}
.school_con:first-child{ display:block;}
.xm_name{font-size:0.32rem;font-weight: 500;text-align: left;color: #000000;line-height:0.45rem; padding:0.23rem 0 0.23rem 0.46rem; background:url(https://kyimg.360eol.com/sigs2023/bt.png) left center no-repeat; background-size:0.32rem 0.32rem; border-bottom:1px solid #e67ecf;margin-top: 0.1rem;}
.xm_wz{ margin-top:0.24rem;font-size:0.28rem;font-weight: 400;text-align: justify;color: #313134;line-height: 0.48rem;letter-spacing: 2px;}
.xm_view{margin-top:0.24rem;}


.nytop4{position: relative;z-index:2; padding-top:0.72rem; height:2.72rem;}
.nytop4 .toplogo{ position:absolute;z-index:2;left:0;right:0;}
.nycon_list4 {padding-top: 0.14rem; background: linear-gradient(180deg,#4169fe 20%, #92beff); min-height:calc(100vh - 5.1rem);}

.callbg{ background:#b9d6ff;}
.call_top{position: relative;z-index: 2;padding-top:0.72rem; margin-bottom:0.64rem;}
.call_top img{ display:block;}
.call_top .top_house{ margin-top:0.7rem;}
.call_list{
    padding-top: 0.14rem;
    background: linear-gradient(180deg,#4169fe 20%, #92beff);
}
.call_list:before{ height:2.7rem;}
.link_bt{ margin:0 auto; margin-bottom:0.56rem; width:5.04rem; height:0.8rem; line-height:0.8rem;background: #641c78;border-radius: 40px; font-size:0.28rem;color: #ffffff; text-align:center; position:relative;z-index:6;}
.call_bottom{ padding:0.5rem 0.5rem;}
.call_01{ padding:0.24rem 0.5rem; font-size:0.3rem;text-align: center;color: #fff;line-height: 0.42rem;}
.call_tu{margin:0 auto;width: 2.85rem;height: 2.85rem;background: linear-gradient(180deg,#2353fe 20%, #82bee3);border: 2px solid #e6bff8; padding:0.12rem;}
.call_tu img{width: 100%;height: 100%;background: #fff;}
.call_02{ padding:0.12rem;text-align:center;font-size:0.26rem;text-align: center;color: #fff;line-height: 0.37rem;}



.s04{animation-delay:0.4s }
.s06{animation-delay:0.2s }
.s08{animation-delay:0.4s }
.s10{animation-delay:1s }
.s12{animation-delay:1.2s }
.s14{animation-delay:1.4s }
.s16{animation-delay:1.6s }
.s18{animation-delay:1.8s }

/**适配**/
@media screen and (min-width:320px) {
    html { font-size: 42.66px }
    }
    @media screen and (min-width:360px) {
    html { font-size: 48px }
    }
    @media screen and (min-width:375px) {
    html { font-size: 50px }
    }
    @media screen and (min-width:384px) {
    html { font-size:51.2px }
    }
    @media screen and (min-width:400px) {
    html { font-size: 54px }
    }
    @media screen and (min-width:414px) {
    html { font-size: 54px }
    }
    @media screen and (min-width:424px) {
    html { font-size: 56.54px }
    }
    @media screen and (min-width:480px) {
    html { font-size: 64px }
    }
    @media screen and (min-width:540px) {
    html { font-size: 72px }
    }
    @media screen and (min-width:640px) {
    html { font-size: 85.32px }
    }
    @media screen and (min-width:720px) {
    html { font-size: 96px }
    }
    @media screen and (min-width:750px) {
    html { font-size: 100px }
    }
	
	@media only screen and (device-width: 375px) and (device-height: 667px){
		.bg_fixbot{ padding-bottom:1.36rem;}
		.fixed_bottom{ padding-bottom:0;}
		.call_bottom{ padding:0.5rem 0.5rem;}
	}
	
	/* x/xs */
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
		.bg_fixbot{ padding-bottom:1.84rem;}
		.fixed_bottom{ padding-bottom:0.48rem;}
		.call_bottom{ padding:1.12rem 0.5rem;}
    }
	/* xs max/xr */
	 @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
		.bg_fixbot{ padding-bottom:1.84rem;}
		.fixed_bottom{ padding-bottom:0.48rem;}
		.call_bottom{ padding:1.12rem 0.5rem;}
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {	
		.bg_fixbot{ padding-bottom:1.84rem;}
		.fixed_bottom{ padding-bottom:0.48rem;}
		.call_bottom{ padding:1.12rem 0.5rem;}
	} 
	
