﻿/* ============================================================
   样式重置
   ============================================================ */
*{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; 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-size: 0.26rem;font-weight: 400;background:#fff; color:#333;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
input,textarea{font-family:"Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 400;}
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;}
.v-bottom{display: flex;display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.v-baseline{display: flex;display: -webkit-flex;-webkit-align-items:baseline;align-items:baseline;}
.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: #777; font-size:0.3rem;}
::-webkit-input-placeholder { color: #777; font-size: 0.3rem;}
:-ms-input-placeholder { color: #777;  font-size: 0.3rem;}

.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;min-height: 100%;box-sizing:border-box;margin: 0 auto;overflow: hidden;-webkit-overflow-scrolling: touch;position:relative;}

.page1{ position:relative; background:#12368F url(https://gkbimg.360eol.com/ncdx/top1.png) top no-repeat; background-size:100% auto; padding-top:0.48rem;}
.page1 .top{ position:absolute; z-index:1; content:'';left:0;right:0;top:0;}
.page1 .logo{ position:relative; z-index:2; margin-left:0.36rem; width:2.67rem;}
.page1 .topztwz{position:relative;z-index:2; margin-top:0.4rem; margin-left:0.84rem;width:4.98rem;}
.viewbg{ position:relative;z-index:2;margin:0 auto; margin-top:2.16rem; width:100%;}
.viewbg .swiper-container{ padding-bottom:0.4rem; width: 7rem;}
.viewbg .swiper-slide{ height:4.5rem; position:relative;display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;}

.viewbg .videobox{ margin:0 auto;height:4.5rem;position: relative;border-radius:0.12rem; width: 100%}
.viewbg .swiper-slide.swiper-slide-active .videobox{height:100%;}
.viewbg .on-box{position: absolute; top: 0; left: 0; right: 0;bottom: 0; border-radius:0.12rem; background:#000;overflow:hidden; height: 100%; z-index:10;}
.viewbg .on-box .play{ position:absolute; transform:translate(-50%,-50%); top:50%; left:50%; background:url(https://gkbimg.360eol.com/ncdx/play.png) no-repeat; width:0.88rem; height:0.88rem; background-size:cover; }
.viewbg .cover-img{height:100%;}
.viewbg .video-play{ width:100%; height:100%; display:block; overflow: hidden;background:#000;border-radius:0.12rem;}
.viewbg .swiper-pagination{ height:0.06rem; font-size:0; vertical-align:top; bottom:0;}
.viewbg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 0.05rem; width:0.24rem; height:0.06rem;border-radius:0;background:#fff; border-radius:2px;opacity:0.47;}
.viewbg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{opacity:1;}
.index_card{ position:relative;z-index:2;margin:0 auto; margin-top:0.5rem; width:6.78rem;}
.index_card img{ display:block; width:100%;}
.index_card>div:nth-child(2){ margin-top:0.2rem;}
.index_bt1{ width:2.12rem;}
.index_bt1>div:nth-child(2){margin-top:0.2rem;}
.index_bt2{ width:calc(50% - 0.1rem);box-sizing:border-box;}
.index_title1{position: relative; z-index:2;margin:0 auto; margin-top:0.26rem;margin-bottom:0.74rem; width:6.04rem;}
.index_con{position: relative; z-index:2;margin:0 auto; margin-top:0.74rem; padding-top:0.1px;}
.index_con:before{position:absolute; content:'';left:0;right:0;top:0;height: 532px;background: linear-gradient(180deg, #37C0E2 0%, rgba(228,234,200,0) 100%);opacity: 0.5;}
.index_btn{ position:relative;margin:0 auto; margin-top:-0.38rem; width:6.78rem;}
.index_btn a{ display:block; margin-bottom:0.18rem;width: 2.1rem;height: 0.76rem; text-align:center; line-height:0.76rem;background: #fff;border-radius: 0.16rem; font-size:0.32rem;font-weight: 500;color: #4D577E;}
.index_btn a.on{background: #A5DCFF;font-weight: 600;color: #12368F;}
.index_list{ padding-top:0.32rem;margin:0 auto; width:6.78rem;}
.list_card{ display:block; margin-top:0.24rem; height:2.3rem; background:url(https://gkbimg.360eol.com/ncdx/cardbg.png) no-repeat;background-size:cover; position:relative; padding-right:0.23rem;}
.list_card:first-child{margin-top:0}
.list_card .info{padding:0.24rem 0rem 0.2rem 2.45rem; height:1.61rem; }
.list_card .info .bt{font-size: 0.32rem;font-weight: 500;color: #0C2447;line-height: 0.44rem;}
.list_card .info .xy{ margin-top:0.15rem;font-size: 0.24rem;font-weight: 400;color: #12368F;line-height: 0.33rem; height:0.66rem;}
.list_card .bot{ height:0.45rem;background: linear-gradient(270deg, rgba(61,154,226,0) 0%, #5AAAE7 33%, #00459C 100%); position:relative; padding-left:2.45rem; font-size:0.22rem;font-weight: 600;color: #FFFFFF;line-height: 0.30rem;}
.list_card .bot span:first-child{ font-size:0.30rem;line-height: 0.4rem; margin-right:0.1rem}
.list_card .bot:before{ position:absolute; content:''; right:0;top:50%; transform:translateY(-50%); width:0.3rem; height:0.3rem; background:url(https://gkbimg.360eol.com/ncdx/arrow1.png) no-repeat;background-size:cover;}
.list_card .pic{ position:absolute;top:0;left:0.24rem; width:1.64rem; height:2.06rem; border-radius:0.06rem; overflow:hidden;}
/*.list_card .pic img{width:1.64rem; height:2.06rem;}*/
.list_card .pic img{ height:2.07rem;}

.index_title2{position: relative; z-index:2;margin:0 auto; margin-top:0.44rem;margin-bottom:0.36rem; width:6.04rem;}
.index_call{ font-size:0.32rem;font-weight: 400;color: #FFFFFF;line-height: 0.44rem; padding:0 0.5rem; text-align:center;}
.index_ma{ display:block; width:2.18rem; margin:0 auto; margin-top:0.4rem; margin-bottom:0.16rem;}
.index_mawz{font-size:0.26rem;font-weight: 400;color: #FFFFFF;line-height: 0.44rem;  text-align:center;}
.index_footwz{ padding-top:0.62rem; padding-bottom:1.46rem; background:url(https://gkbimg.360eol.com/ncdx/foot.png) bottom no-repeat;background-size:100% auto;font-size:0.26rem;font-weight: 400;color: #FFFFFF;line-height: 0.37rem;letter-spacing: 1px; text-align:center;}

.nypage{height: 100%;box-sizing:border-box;}
.nypage:before{ position:absolute; z-index:1; content:'';left:0;right:0;top:0;bottom:0; background:url(https://gkbimg.360eol.com/ncdx/nybg.png) center top no-repeat; background-size:100% auto;}
.nypage:after{ position:absolute;z-index:2; content:'';left:0;right:0;top:0;bottom:0; background:url(https://gkbimg.360eol.com/ncdx/ny.png) center bottom no-repeat; background-size:100% auto;}
.nycon{ position:relative; z-index:3; height:100%;overflow:auto; }
.ny_main{ position:relative; z-index:3; padding:0.32rem 0rem;}
/*.ny_main{ position:relative; z-index:3; padding:0.5rem 0.32rem;}*/

.nydetail{font-size:0.3rem;font-weight: 500;color: #0C2447;line-height: 0.42rem; text-align:left; text-align:justify;}
.nydetail img{display: block;margin: 0.24rem auto;width: auto;max-width: 100%;}
.nyfootwz{padding:0.5rem 0.32rem;font-size:0.26rem;font-weight: 400;color: #5C5F68;line-height: 0.37rem;letter-spacing: 1px; text-align:center}

.ny_list{position:relative; z-index:3; padding:0.5rem 0px; margin:0 auto; width:6.87rem;min-height:calc(100% - 1.75rem)}
.ny_list li{ margin-top:0.4rem; width:6.87rem; height:2.67rem; position:relative;}
.ny_list li:first-child{ margin-top:0;}
.ny_list li a{ display:block;}
.ny_list li .pho{ display:block;width:6.87rem; height:2.67rem;}
.ny_list li .cover{ position:absolute; left:0;right:0; top:0; bottom:0;}
.ny_list li .cover .bt{ width:3.09rem;}
.ny_list li .cover .btn{ margin-top:2px;width: 1.64rem;height: 0.37rem;background: #3665E0;box-shadow: 0px 1px 2px 0px #000000;border-radius: 0.24rem; font-size:0.24rem;color: #FFFFFF;
line-height: 0.37rem; text-align:center;}

/**学校介绍**/
.nypage2{height: 100%;box-sizing:border-box;}
.nypage2:before{ position:absolute; z-index:1; content:'';left:0;right:0;top:0;bottom:0; background:url(https://gkbimg.360eol.com/ncdx/ny2.png) center 1.02rem no-repeat; background-size:100% auto;}
.nypage2:after{ position:absolute;z-index:2; content:'';left:0;right:0;top:0;bottom:0; background:url(https://gkbimg.360eol.com/ncdx/ny.png) center bottom no-repeat; background-size:100% auto;}
.school_main{ position:relative; z-index:3; height:100%;overflow:auto; padding-top:1.08rem;}
.menu_list{position: fixed;top:0;left:0;right:0; margin:0 auto; max-width:750px; z-index:5; height:1.08rem;width: 100%;overflow: hidden; background:#B9E6FF; }
.menu_list ul{ padding:0 0.32rem;}
.menu_list li{ display:inline-block;font-size: 0.32rem;color: #000;text-align: center;height: 1.06rem;line-height: 1.08rem; position:relative;}
.menu_list li.on{font-weight:bold;}
.menu_list li.on:before{position:absolute; content:'';bottom:0;left:0;right:0;margin:0 auto;width: 0.7rem;height: 0.1rem;background: #134C81;border-radius: 0.05rem;}
.tab_con{ padding:0.48rem 0.32rem; min-height:calc(100% - 1.75rem)}
.tab_list{ display:none;}
.tab_list:first-child{ display:block;}
.zy_list li{ margin-top:0.3rem; background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 100%);border-radius: 0.12rem;position:relative;}
.zy_list li:first-child{ margin-top:0;}
.zy_list li a{ display:block;position:relative;height: 0.88rem; padding:0.22rem; font-size:0.3rem;font-weight: 500;color: #0C2447;line-height: 0.44rem; padding-right:1.56rem;}
.zy_list li a .more{ position:absolute; top:50%; right:0.22rem; transform:translateY(-50%);width: 1.34rem;height: 0.48rem;background: #A5DCFF;border-radius: 0.24rem; font-size:0.24rem;font-weight: 500;
color: #000000;line-height: 0.48rem; padding-left:0.2rem;}
.zy_list li a .more:before{ position:absolute; content:'';right:0.2rem; top:50%; transform:translateY(-50%);width: 0.2rem;height: 0.2rem;background:url(https://gkbimg.360eol.com/ncdx/arrow2.png) center no-repeat; background-size:cover; }


.scorepage{ padding:0 0.3rem}
.form-ptk{ height:0.64rem; margin-top:0.36rem;position:relative; padding-left:1.2rem; cursor:pointer;}
.form-ptk>span{ position:absolute; left:0; top:0; width:1.2rem; height:0.64rem; line-height:0.64rem; color:#666;}
.form-ptk>i{position: absolute;right: 0.46rem;top:50%; margin-top:-0.13rem;width:0.26rem;height: 0.26rem; background:url(../images/arrow.png) center center no-repeat; background-size:cover;transform: rotate(0deg)}
.form-ptk .inptk{height: 0.64rem;width: 95%;border: 1px solid #d9d9d9; background:#fff; border-radius: 4px;}
.form-ptk input {width: 100%; border: 0;background: transparent;padding: 0 0.4rem 0 0.2rem;height: 0.6rem;line-height: 0.6rem;}
.form-ptk .item-list{ position:absolute; left:1.2rem;width: 79%; top:0.64rem; right:0;border: 1px solid #d9d9d9; background:#fff; border-radius: 4px; max-height:5.8rem; overflow:auto; display:none; z-index:20;}
.form-ptk .item-list li{ line-height:0.56rem;border-bottom: 1px solid #d9d9d9; text-align:center;}
.form-ptk .item-list li:last-child{border-bottom:0;}
.form-ptk .item-list li:hover{ background:#e6f7ff;}
.form-ptk .item-list li.on{ background:#e6f7ff;}
.form-ptk.set i{transform: rotate(180deg);}


.tulist img{ display:block; margin-top:0.4rem;}




/**适配**/
@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){
		.fixed_page{ padding-bottom:1.14rem;}
		.fixed_tijiao{ bottom:0.7rem;}
		.go_home{ bottom:1.7rem;}
		.ny_cent.tijiao{ height:calc(100vh - 4.4rem)}
	}

	/* x/xs */
	@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
		.fixed_page{ padding-bottom:1.7rem;}
		.fixed_tijiao{ bottom:1.26rem;}
		.go_home{ bottom:1.7rem;}
		.ny_cent.tijiao{ height:calc(100vh - 4.4rem)}
	}

	/* xs max/xr/11 */
	@media only screen and (device-width: 414px) and (device-height: 896px){
		.fixed_page{ padding-bottom:1.7rem;}
		.fixed_tijiao{ bottom:1.26rem;}
		.go_home{ bottom:1.7rem;}
		.ny_cent.tijiao{ height:calc(100vh - 4.4rem)}
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
		.fixed_page{ padding-bottom:1.7rem;}
		.fixed_tijiao{ bottom:1.26rem;}
		.go_home{ bottom:1.7rem;}
		.ny_cent.tijiao{ height:calc(100vh - 4.4rem)}
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
		.fixed_page{ padding-bottom:1.7rem;}
		.fixed_tijiao{ bottom:1.26rem;}
		.go_home{ bottom:1.7rem;}
		.ny_cent.tijiao{ height:calc(100vh - 4.4rem)}
	}
