@charset "utf-8";
/* CSS Document */
/*@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('SourceHanSerifCN-Regular.woff'),
    	 url('SourceHanSansKR-Regular.ttf');
}*/
*{ margin:0;padding:0;}
html,body{ color:#242424;font-size:16px; line-height: 36px; font-family:"Noto Serif SC",serif;}
html,body{scroll-behavior:smooth;scroll-padding-top: 90px;}
/*::-webkit-scrollbar {display:none}*/
a{color:#242424; font-family: "Noto Serif SC",serif; outline:none;text-decoration:none; star:expression(this.onFocus=this.blur());-webkit-tap-highlight-color:rgba(0,0,0,0)}
a:hover{text-decoration:none;outline:none;}
a:focus{text-decoration:none;outline:none;}
:focus{outline:0;}
div,ol,ul,li,dl,dd,a,td,input,h2,textarea{box-sizing: border-box;}
ul li,dl dd{list-style-type: none;}
img{ vertical-align: middle;}
.clear{ clear: both;}
.clearfix{zoom:1;}
.pr{position:relative;}
.pa{position:absolute;}
.fl{float:left;}
.fr{float:right;}
.mt60{margin-top:60px;}
.flex {display: flex;justify-content: space-between;flex-wrap: wrap;}
.wrapper{max-width: 1760px; margin:0 auto;}
@media screen and (max-width: 1760px){
	.wrapper{padding:0 15px;}
}
@keyframes fadeRight{
  0%{transform:translateX(100%);}
}
@keyframes fadeLeft{
  0%{transform:translateX(100%);}
}
.box-tab{display: table;position: relative;width: 100%;height:100%;}
.box-cell{display: table-cell;vertical-align: middle;}
/* header */
.header{position: fixed;width: 100%;height: 90px;line-height: 90px; top:40px; z-index: 999999;}
.header img{vertical-align: middle;}
.header .logo{float:left;}
.header .logo img{float:left;margin-top:23px; }
.logo .blue{display: none;}
.header .logo .logo-text{float:left; height: 50px;line-height: 50px;font-size: 24px; color: #fff;font-weight: bold; border-left:1px solid rgba(255,255,255,0.3);margin-top:20px; margin-left: 30px; padding-left:30px;}
.header .header-right{float:right;}
.header .header-right a{color: #fff;line-height: 21px;}
/*.header .header-right span{margin-left: 25px;}*/
.header .header-right span:first-child{padding-left:50px; padding-right: 25px; cursor: pointer;}
.header .header-right .header-menu{position: relative;display: inline-block; }
.header .header-right .header-menu:before{position: absolute; display: block;content: ''; width: 30px; height: 2px; background: #fff; top: 5px; left: -45px;}
.header .header-right .header-menu:after{position: absolute; display: block;content: ''; width: 25px; height: 2px; background: #fff; top: 15px; left: -45px;}
.header .header-right span:last-child{position: relative;}
.header .header-right span:last-child:before{position:absolute; display: block; content: ''; width: 1px; height: 14px; background: rgba(255,255,255,0.3); top:3px; left: 0}
.header .header-right span:last-child a{margin:0 25px; }
.header .header-right span::last-child a:last-child{margin-right: 0;}
.header .header-right a img{margin-right: 10px; margin-top:-4px;}
.header-right a .grey{ display: none; }
.nobg{background: #fff; top:0;box-shadow:0 3px 8px rgb(0 0 0 / 15%);}
.nobg .logo .white,.nobg .header-right a .white{ display: none; }
.nobg .logo .blue,.nobg .header-right a .grey{ display:inline-block; }
.nobg .logo .logo-text{color: #666; border-left: 1px solid rgba(0,0,0,0.3);}
.nobg .header-right a{ color: #242424; }
.nobg .header-right .header-menu::before,.nobg .header-right .header-menu::after{ background: #242424;}

/* 展开导航 */
.nav-box{position: fixed;display: none; top:0;right: 0; width: 50%; height: 100%; background: #0b46a2;animation:fadeRight 0.5s; z-index: 9999999;padding-top:90px;}
.nav-box .logo{margin-bottom: 60px;margin-left: 110px;}
.nav-box .nav-close{position: absolute;top:30px; right: 30px;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.nav-box #nav-list-box li{position: relative;}
.nav-box #nav-list-box li h3,.nav-box #nav-list-box li h3 a{height: 48px;line-height: 48px; font-size: 18px; color: #fff;}
.nav-box #nav-list-box li h3{padding-left: 110px;}
.nav-box #nav-list-box li .sec-column-list{ display: none; padding-left:170px; background: #0b4aa8;}
.nav-box #nav-list-box li .sec-column-list a{display:block; height:48px;line-height: 48px;font-size: 16px; color: #fff;}
.nav-box #nav-list-box li:hover{border-top: 1px solid #0b4aa8;border-bottom: 1px solid #0b4aa8;}
.nav-box .nav-close:hover{transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.nav-box #nav-list-box .takeback{display: none; position:absolute;width: 27px; height: 27px; top:5px; right: 20%;}
.nav-box #nav-list-box .takeback img{ width: 100%; height: auto; }


/* banner */
.banner{position: relative; width: 100%; height: auto;}
.swiper-banner{position: relative; width: 100%;height: 100%;}
.swiper-banner .swiper-slide{text-align: left;background: #fff; overflow: hidden;}
.swiper-banner .swiper-slide img{width: 100%;height: auto;}
.swiper-banner .swiper-button-next:after,.swiper-banner .swiper-button-prev:after{ display:none; }
.swiper-banner .swiper-button-next{left:17%;}
.swiper-banner .swiper-tit{width: 100%; font-size: 75px; color: #fff;padding-left:10.5%;}
.swiper-banner .swiper-abstract{width: 100%;font-size: 30px; color: #fff;}
.swiper-banner .swiper-button-next,.swiper-banner .swiper-button-prev{width: 42px; height: 42px; background: #165cd8;border-radius: 50%; top:90%; outline: none;}
.swiper-banner .swiper-button-prev{left:210px;}
.swiper-banner .swiper-button-next{left:275px;}
.swiper-banner .swiper-banner-prev .icon-left{ display: block;width: 11px; height: 7px; background: url(../images/banjt.png) no-repeat; background-position: 0 -7px; }
.swiper-banner .swiper-banner-next .icon-right{ display: block;width: 11px; height: 7px; background: url(../images/banjt.png) no-repeat; background-position: -11px -7px; }
.swiper-banner .swiper-banner-prev:hover,.swiper-banner .swiper-banner-next:hover{ background:rgba(255,255,255,0.8); }
.swiper-banner .swiper-banner-prev:hover .icon-left{ background-position: 0 0; }
.swiper-banner .swiper-banner-next:hover .icon-right{ background-position: -11px 0; }
.m-swiper-banner{ display: none; }

/* banner三大专业 */
.banner-major{position: absolute;height: 65%;left:0; bottom:0;z-index: 999;}
.banner-major .major-list{position: relative;width:80px;height:33.3333333%;overflow: hidden; cursor: pointer; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.banner-major .major-list:nth-child(1){background: rgba(2,63,158,0.95);}
.banner-major .major-list:nth-child(2){background: rgba(94,72,193,0.95);}
.banner-major .major-list:nth-child(3){background: rgba(224,66,27,0.95);}
.banner-major .major-list .tit{float:left; width:80px;height: 100%;font-size:18px;color: #fff; writing-mode:vertical-rl;writing-mode:tb-rl;-webkit-align-items:center;
align-items:center;padding:0; display: flex;-webkit-display: flex; flex-direction:column;justify-content: center; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s; }
.banner-major .major-list .cont{ display: none; float:left; width:500px;height:100%;line-height: 42px;margin-left: 30px; margin-right: 70px; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.banner-major .major-list .cont a{display: inline-block;font-size: 16px;color: #fff;margin:0 40px;}
.banner-major .major-list:hover .tit{font-size: 22px;}

/* banner最新消息 */
.banner-news{position: absolute; width: 460px; height: 310px;padding:30px; background: rgba(10,87,219,0.95); right: 0; bottom:0;z-index: 999;}
.banner-news .tit{font-size: 22px;line-height: 22px; color: #fff;}
.banner-news .tit img{ float:left; margin-right: 10px;margin-top:-3px; }
.notice-cont{float:left; width:100%overflow:hidden;padding-left:50px;margin-top:35px;}
.notice-cont ul{ overflow:hidden; zoom:1; }
.notice-cont ul li{line-height: 30px;font-size: 16px;color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.notice-cont ul li .name{display: inline-block;width:40px;}
.notice-cont ul li .sex{margin:0 20px;}

/* 报名 */
.i-box01{ width: 100%; overflow: hidden; }
.i-box01 .i-box01-list{position: relative; float:left; width: 25%; text-align: center;padding:6% 15px; background: #f6f6f6;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s; }
.i-box01 .i-box01-list:nth-child(2),.i-box01 .i-box01-list:nth-child(4){ background: #fff; }
.i-box01 .i-box01-list .icon{ display: block; width: 30px; height: 29px; background: url(../images/syicon.png) no-repeat;margin:0 auto; }
.i-box01 .i-box01-list .icon01{ background-position: 0 0; }
.i-box01 .i-box01-list .icon02{ background-position: -30px 0; }
.i-box01 .i-box01-list .icon03{ background-position: -60px 0; }
.i-box01 .i-box01-list .icon04{ background-position: -90px 0; }
.i-box01 .i-box01-list .tit{position: relative; font-size: 24px;font-weight: bold; color: #252525;margin:40px 0 25px 0;z-index: 1;}
.i-box01 .i-box01-list .abstract{position: relative;font-size: 14px;color: #7f7f7f; margin-bottom:75px;z-index: 1;}
.i-box01 .i-box01-list a{position: relative;padding:10px 50px;font-size: 14px;color: #242424; background: #fff; border:1px solid #ecebeb; border-radius: 50px;z-index: 1;}
.i-box01 .i-box01-list a img{ width: 6px; height: auto;margin-left: 10px;}
/*.i-box01 .i-box01-list:before{position: absolute; display: block;content: ''; width: 100%; height: 100%; background: #0c51c7;left: 0; top:0;z-index:0;transform-origin: 50% 50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .7s cubic-bezier(.58,1,.38,1);transition: all .7s cubic-bezier(.58,1,.38,1);}
.i-box01 .i-box01-list:hover:before{-webkit-transform: scale(1); transform: scale(1);}*/
.i-box01 .i-box01-list:hover .tit,.i-box01 .i-box01-list:hover .abstract{ color: #fff; }
.i-box01 .i-box01-list:hover .icon01{background-position: -120px 0;}
.i-box01 .i-box01-list:hover .icon02{background-position: -150px 0;}
.i-box01 .i-box01-list:hover .icon03{background-position: -180px 0;}
.i-box01 .i-box01-list:hover .icon04{background-position: -210px 0;}
@media screen and (max-width: 1400px){
	.pc-swiper-banner{height: 760px; }
	.pc-swiper-banner .swiper-slide img{ display: none; }
	.nav-box{width: 60%;}
	.swiper-banner .swiper-button-prev{left:160px;}
	.swiper-banner .swiper-button-next{left:220px;}
}
@media screen and (max-width: 1024px){
	.header .logo .logo-text,.banner-major{display: none;}
	.i-box01 .i-box01-list{ width: 50%; }
	.i-box01 .i-box01-list:nth-child(3){ background: #fff; }
	.i-box01 .i-box01-list:nth-child(4){ background: #f6f6f6; }
	.pc-swiper-banner{height: 600px; }
	.header .header-right span:first-child{padding-right: 0;}
	.swiper-banner .swiper-button-prev{left:80px;}
	.swiper-banner .swiper-button-next{left:140px;}

}
.i-box01 .i-box01-list:hover{background: #0c51c7;}
@media screen and (max-width: 768px){
	.header{height: 60px;line-height: 60px;}
	.header .header-right span:last-child{ display: none; }
	.header .logo img{ height: 35px; margin-top:15px; }
	.header .header-right .header-menu:before,.header .header-right .header-menu:after{left:-40px;}
	.nav-box{ width: 100%; }
	.pc-swiper-banner{ display: none; }
	.m-swiper-banner{ display:block; }
	.swiper-banner .swiper-pagination-banner .swiper-pagination-bullet{ width: 12px; height: 12px; }
	.swiper-banner .swiper-pagination-banner .swiper-pagination-bullet-active{ width: 30px; }
	.banner-news{position: relative;width:100%; height: 100px;}
	.banner-news .tit{float:left; width:20%;text-align: center;}
	.banner-news .tit img{float:none;margin-bottom: 10px;}
	.banner-news .tit span{display: block;font-size: 18px;}
	.banner-news .notice-cont{float:left; width: 80%; margin-top:0;padding-left: 15px;}
	.i-box01 .i-box01-list{padding:10% 15px;}
	.i-box01 .i-box01-list .tit{font-size: 18px;line-height: 24px;}
	.i-box01 .i-box01-list .abstract{height: 32px;line-height: 24px; margin-bottom: 45px;}
	.nav-box #nav-list-box .takeback{width:20px; height: 20px;}
	.banner-news{padding:15px;}
	.banner-news .tit{margin-top:10px;}
}
@media screen and (max-width: 560px){
	.nav-box{padding-top:60px;}
	.nav-box .nav-close{top:15px;}
	.nav-box .logo{margin-left:0;margin-bottom:30px; text-align: center;}
	.nav-box .logo img{max-width: 80%;}
	.nav-box #nav-list-box li h3{padding-left: 60px; }
	.swiper-banner .swiper-button-prev{left:40px;}
	.swiper-banner .swiper-button-next{left:100px;}
	.banner-news .tit span{display: block;font-size: 16px;}
	.i-box02 .cont dd .tit{height: 48px;line-height: 24px;}
}
@media screen and (max-width: 380px){
	.header .logo img{ height: 30px; margin-top:18px; }
	.i-box01 .i-box01-list .tit{height:52px;margin: 35px 0 15px 0;}
}
@media screen and (max-width: 340px){
	.header .logo img{ height: 25px; margin-top:20px; }
	.i-box01 .i-box01-list a{padding:5px 30px;}
}
@media screen and (max-width: 280px){
	.header .logo img{ height: 20px; margin-top:20px; }
}
.box-tit{margin-top:60px; width: 100%;color: #242424; overflow: hidden;}
.box-tit .tit{font-size: 32px;line-height: 32px;font-weight: bold; }
.box-tit p{font-size: 16px;margin-top:10px; letter-spacing: 8px;}
.box-more{position: absolute;display:inline-block; top:10px; right: 0; padding:10px 50px;font-size: 14px;border:1px solid #242424; border-radius: 50px; color: #242424;}
.box-more img{margin-left: 10px;margin-top:-5px;}

/* 热门专业 */
.i-box02{position: relative; width:100%;overflow: hidden;background: #3469cc;padding-bottom: 30px; }
.i-box02 .wrapper{position: relative;}
.i-box02 .tit,.i-box02 .box-tit p{ color: #fff; }
.i-box02 .box-more{ color: #fff; border:1px solid #fff; }
.i-box02 .cont{margin-top:40px;}
.i-box02 .cont dl{margin-right: -1.5%;overflow: hidden;}
.i-box02 .cont dd{float:left; width: 23.5%; margin-right: 1.5%;margin-bottom: 30px;}
.i-box02 .cont dd .Img{ width: 100%; height: auto; overflow:hidden; }
.i-box02 .cont dd .Img img{ width: 100%; height: auto; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.i-box02 .cont dd .dd-cont{width: 100%; height: auto; background: #fff;padding:40px; text-align: center; }
.i-box02 .cont dd .tit{font-size: 24px; font-weight: bold; color: #383636;}
.i-box02 .cont dd .abstract{font-size: 14px; color: #7f7f7f; margin-top:15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.i-box02 .cont dd:hover .Img img{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.i-box02 .cont dd:hover .tit{ color: #023f9e; }
@media screen and (max-width: 1400px){
	.i-box02 .cont dd .dd-cont{padding:20px;}
	.i-box02 .cont dd .tit{font-size: 20px;}
}
@media screen and (max-width: 1280px){
	.i-box02 .cont dl{margin-right: -2%;}
	.i-box02 .cont dd{width:31.3333333%;margin-right: 2%;}
	.i-box02 .cont dd:nth-child(7),.i-box02 .cont dd:nth-child(8){ display: none; }
}
@media screen and (max-width: 768px){
	.i-box02{padding-bottom: 50px;}
	.i-box02 .cont dd{width:48%;margin-bottom: 15px; }
	.i-box02 .cont dd .dd-cont{padding:20px 10px;}
	.i-box02 .cont dd .tit{font-size: 18px;}
	.i-box02 .cont dd .abstract{font-size: 14px;}
	/*.i-box02 .fl{width: 100%; text-align: center;}
	.i-box02 .more{position: absolute; bottom: 30px;}*/
	.i-box02 .cont{margin-bottom:40px;}
	.nav-box #nav-list-box li .sec-column-list{padding-left: 120px;}
}

.i-box03{width:100%; height: 318px;overflow:hidden;}
.i-box03 img{ width: 100%; height: 100%; object-fit: cover; }
.i-box03 .mobile-img{ display: none; }

@media screen and (max-width: 1024px){
	.i-box03{height: 260px;}
}
@media screen and (max-width: 768px){
	.i-box03{height: 260px;}
	.i-box03 .web-img{ display: none; }
	.i-box03 .mobile-img{ display: block; }
}
@media screen and (max-width: 414px){
	.i-box03{height: 220px;}
}
@media screen and (max-width: 280px){
	.i-box01 .i-box01-list .tit,.i-box02 .cont dd .tit{font-size: 16px;}
}
/* 报名现场 */
.i-box04{ width: 100%; }
.i-box04 .wrapper{position: relative;}
.i-box04 .poxDiv{ width: 100%; margin-top:60px;padding-bottom: 60px; overflow: hidden; display: flex; justify-content: space-between; }
.i-box04 .poxDiv .Img{float:left; width: 42.6%;height: auto; overflow: hidden; }
.i-box04 .poxDiv .Img img{ width: 100%; height:auto;}
.i-box04 .poxDiv .cont{float:left; width: 57.4%;padding-left: 60px;padding-right: 15%;}
.i-box04 .poxDiv .cont .tit{font-size: 30px;line-height: 40px; color: #242424;}
.i-box04 .poxDiv .cont .abstract{font-size: 16px;line-height: 40px; color: #242424; margin:15% 0 10% 0;}
.i-box04 .poxDiv .cont .more{padding:10px 50px;font-size: 14px;color: #242424;border:1px solid #ecebeb; border-radius: 50px;}
.i-box04 .poxDiv .cont .more img{ width: 6px; height: auto;margin-left: 10px;}
.i-box04 .poxDiv .cont .more .white{display:none;}
.i-box04 .poxDiv:hover .cont .more{ background:#023f9e; color: #fff; }
.i-box04 .poxDiv:hover .cont .more .grey{display: none;}
.i-box04 .poxDiv:hover .cont .more .white{display:inline-block;}
.i-signup-list{margin-right: -1.5%;overflow: hidden;}
.i-signup-list dd{float:left; width: 23.5%; margin-right: 1.5%;overflow: hidden;margin-bottom: 20px;}
.i-signup-list dd .Img{ width: 100%; height: auto; overflow:hidden; }
.i-signup-list dd .Img img{ width: 100%; height: auto; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.i-signup-list dd:hover .Img img{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.i-signup-list dd p{height: 48px; font-size: 16px; line-height: 24px; text-align: center;color: #242424; margin-top:30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.i-signup-list dd:hover p{ color: #023f9e; }

@media screen and (max-width: 1400px){
	.i-box04 .poxDiv .cont{padding-right: 5%;}
}
@media screen and (max-width: 1280px){
	.i-signup-list{margin-right: -2%;}
	.i-signup-list dd{width:31.3333333%;margin-right: 2%;}
	.i-signup-list dd:nth-child(4){ display: none; }
}
@media screen and (max-width: 1024px){
	.i-box04 .poxDiv .cont{padding:0 30px;}
	.i-box04 .poxDiv .cont .tit{font-size: 24px; line-height: 30px;}
	.i-box04 .poxDiv .cont .abstract{font-size: 14px;line-height: 30px; margin:5% 0 5% 0;}
}
@media screen and (max-width: 768px){
	.i-box04 .poxDiv{ display: block;margin-top:30px; padding-bottom: 30px;}
	.i-box04 .poxDiv .Img,.i-box04 .poxDiv .cont{width:100%;}
	.i-box04 .poxDiv .cont{padding:0; margin-top:30px;}
	.i-box04 .poxDiv .cont .tit{font-size: 18px;line-height: 24px;margin-bottom: 30px;}
	.i-box04 .poxDiv .cont .abstract{ display: none; }
	.i-signup-list{margin-bottom: 20px;}
	.i-signup-list dd{width:48%;}
	.i-signup-list dd:nth-child(4){ display:block; }
	.i-signup-list dd p{font-size: 14px; margin-top:15px;}

}

/* 效果环境 */
.i-box05{ width: 100%;overflow: hidden; margin-top:60px;}
.i-box05 dd{position: relative; float:left; width: 25%;height:957px;text-align: center; border-right: 1px solid #fff;background: #242424;}
.i-box05 dd .Img{position: absolute; width: 100%; height:957px; z-index: 1;left:0;top:0;overflow: hidden;}
.i-box05 dd .Img img{ width: 100%; height: 100%; object-fit: cover;opacity: 0.7; -webkit-opacity: 0.7; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.i-box05 dd .tit{position: relative;width: 100%; text-align: center; font-size: 45px;font-weight:bold;color: #fff; line-height: 50px;letter-spacing: 5px; z-index: 2;}
.i-box05 dd .tit span{ display: block; }
.i-box05 dd .more{position: relative;display: block; width: 75px; height:75px; line-height: 75px;border-radius: 5px; text-align: center;font-size: 30px;font-weight: bold; color:#242424; background: rgba(255,255,255,0.8);z-index: 2;margin:0 auto; margin-top:70px;}
.i-box05 dd:last-child{border-right:none;}
.i-box05 dd:hover .Img img{opacity: 0.8; -webkit-opacity: 0.8;transform: scale(1.1);-webkit-transform: scale(1.1);}

@media screen and (max-width: 1400px){
	.i-box05 dd{ height: 760px; }
	.i-box05 dd .Img{height: 760px;}
	.i-box05 dd .more{ width: 65px; height: 65px; line-height:65px;margin-top:50px; }
}
@media screen and (max-width: 1024px){
	.i-box05 dd .tit{font-size:36px;line-height: 48px;}
	.i-box05 dd{ height: 580px; }
	.i-box05 dd .Img{height: 580px;}
	.i-box05 dd .more{ width: 55px; height: 55px; line-height:55px;margin-top:40px; }
}
@media screen and (max-width: 768px){
	.i-box05 dd{ width: 100%;height:260px;border-right: none;margin-bottom: 1px;}
	.i-box05 dd .Img{height:260px;}
	.i-box05 dd .tit{font-size: 24px;line-height: 32px;}
	.i-box05 dd .tit span{ display:inline-block; }
	.i-box05 dd .more{margin-top:20px;}

}

/* 就业学子 */
.i-box06 .wrapper{position: relative;}
.i-box06 .cont{overflow: hidden;margin-top:60px; display: flex; justify-content: space-between;}
.i-box06 .i-box06-lf{float:left; width: 34%;padding:3%; background: #3469cc;}
.i-box06 .poxDiv{padding-bottom: 10%; overflow: hidden;border-bottom: 1px solid #658dd8;}
.i-box06 .poxDiv .tit{font-size: 30px;font-weight: bold; line-height: 40px;color: #fff; overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.i-box06 .poxDiv .data{font-size: 18px;color: #fff;margin-top:20px;}
.i-box06 .poxDiv:hover{opacity: 0.8;-webkit-opacity: 0.8;}

.i-box06 .i-box06-lf .poxDiv-more{ display: none; }
.i-box06 .i-box06-lf dl{ overflow: hidden;margin-top:10%; }
.i-box06 .i-box06-lf dd{font-size: 16px;line-height: 42px; color: #fff;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.i-box06 .i-box06-lf dd a{color: #fff;}
.i-box06 .i-box06-lf dd:hover{opacity: 0.8;-webkit-opacity: 0.8;}
.i-box06 .i-box06-rt{float:left; width: 66%; }
.i-box06 .i-box06-rt dl,.n-jiuyestudents dl{overflow: hidden;}
.i-box06 .i-box06-rt dd,.n-jiuyestudents dd{position: relative;float:left; width:33.3333333%;height: auto; overflow: hidden; }
.i-box06 .i-box06-rt dd img,.n-jiuyestudents dd img{ width: 100%; height:auto;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s; }
.i-box06 .i-box06-rt dd:hover img,.n-jiuyestudents dd:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.i-box06 .i-box06-rt dd::after,.n-jiuyestudents dd:after{content: "";position: absolute; z-index: 1; width:100%; height: 100%; left:0;bottom:-100%; background: #3469cc; filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9; transition:all ease 0.5s; }
.i-box06 .i-box06-rt dd .title,.n-jiuyestudents dd .title{position: absolute;width:100%; height: 100%; left: 0; bottom:-100%;text-align: center; color: #fff; z-index: 66;transition:all ease 0.5s; }
.i-box06 .i-box06-rt dd .title h2,.n-jiuyestudents dd h2{font-size: 24px;}
.i-box06 .i-box06-rt dd .title p,.n-jiuyestudents dd .title p{font-size: 18px;margin:15px 0 8px 0; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.i-box06 .i-box06-rt dd:hover::after,.i-box06 .i-box06-rt dd:hover .title,.n-jiuyestudents dd:hover:after,.n-jiuyestudents dd:hover .title{bottom:0;}

@media screen and (max-width: 1705px){
	.i-box06 .i-box06-lf dd:nth-child(10){ display: none; }
}
@media screen and (max-width: 1576px){
	.i-box06 .i-box06-lf dd:nth-child(9){ display: none; }
}
@media screen and (max-width: 1450px){
	.i-box06 .poxDiv .tit{font-size: 24px; line-height: 30px;}
	
}
@media screen and (max-width: 1381px){
	.i-box06 .i-box06-lf dd:nth-child(8){ display: none; }
}
@media screen and (max-width: 1252px){
	.i-box06 .i-box06-lf dd:nth-child(7){ display: none; }
}
@media screen and (max-width: 1123px){
	.i-box06 .i-box06-lf dd{font-size: 14px;line-height: 36px;}
}
@media screen and (max-width: 1024px){
	.i-box06 .i-box06-rt dd{ width: 50%; }
	.i-box06 .i-box06-rt dd:nth-child(5),.i-box06 .i-box06-rt dd:nth-child(6){ display: none; }
	.i-box06 .i-box06-lf dd:nth-child(7),.i-box06 .i-box06-lf dd:nth-child(8),.i-box06 .i-box06-lf dd:nth-child(9),.i-box06 .i-box06-lf dd:nth-child(10){ display: block; }
}
@media screen and (max-width: 943px){
	.i-box06 .i-box06-lf dd:nth-child(10){ display: none; }
}
@media screen and (max-width: 815px){
	.i-box06 .i-box06-lf dd:nth-child(9){ display: none; }
}
@media screen and (max-width: 768px){
	.i-box06 .wrapper{padding:0;}
	.i-box06 .i-box06-lf{padding:8% 3%;}
	.i-box06 .poxDiv{padding-bottom: 30px;}
	.i-box06 .poxDiv .tit{font-size: 20px;line-height: 24px;}
	.i-box06 .poxDiv .data{font-size: 14px;}
	.i-box06 .i-box06-lf dl{margin-bottom: 20px;}
	.i-box06 .i-box06-lf .poxDiv-more{position: relative; display:inline-block; padding:5px 50px;font-size: 14px;color: #242424; background: #fff; border:1px solid #ecebeb; border-radius: 50px;left:50%;margin-left: -90px;z-index: 1;}
	.i-box06 .i-box06-lf .poxDiv-more img{ width: 6px; height: auto;margin-left: 10px;}
	.i-box06 .box-more{display: none;}
	.i-box06 .cont{flex-direction:column-reverse;margin-bottom: 50px;margin-top:30px;}
	.i-box06 .i-box06-lf,.i-box06 .i-box06-rt{ width: 100%; }
	.i-box06 .i-box06-lf dl{margin-top:30px;}
}

/* 新闻资讯 */
.i-box07{ overflow: hidden; }
.i-box07 .i-news{position: relative;float:left; width: 73%;}
.i-box07 .i-news .i-news-nav{position: absolute; width: 66%; top:60px; right: 0;}
.i-box07 .i-news .i-news-nav h5{float:left; width:16%;font-size: 18px;text-align: right;}
.i-box07 .i-news .tab-hd{display: inline-block;float:left; width:84%;}
.i-box07 .i-news .tab-hd li{position: relative; display: inline-block;float:left; width: 20%; font-size: 18px;text-align: right; cursor: pointer;}
.i-box07 .i-news .tab-hd li:after{position: absolute; display: block; content: '/'; top:0; right: 75%;}
.i-box07 .i-news .cont{display: none; overflow: hidden; margin-top:60px; }
.i-box07 .i-news-lf{float:left; width: 34%; }
.i-box07 .i-news-lf .Img{ width: 100%;max-height: 270px; height: auto;overflow: hidden; }
.i-box07 .i-news-lf .Img img{ width: 100%; height:auto;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s; }
.i-box07 .i-news-lf .tit{font-size: 30px;line-height: 40px; color: #242424;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-top:20px;}
.i-box07 .i-news-lf .abstract{font-size: 14px;line-height: 22px; color: #727272;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-top:10px;}
.i-box07 .i-news-lf a:hover img{ transform: scale(1.1);-webkit-transform: scale(1.1); }
.i-box07 .i-news-lf a:hover .tit{color: #023f9e;}
.i-box07 .i-news-list{float:left; width: 66%; padding-left:7%;}
.i-box07 .i-news-list dd{margin-bottom:8.8%;}
.i-box07 .i-news-list dd .Img{float:left; width: 165px; height: 110px;margin-right: 20px; overflow: hidden; }
.i-box07 .i-news-list dd .Img img{width: 100%; height: auto;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s; }
.i-box07 .i-news-list dd .tit{font-size: 18px;line-height: 18px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.i-box07 .i-news-list dd .abstract{font-size: 14px;line-height: 22px; color: #727272;margin-top:20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.i-box07 .i-news-list dd:hover .Img img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.i-box07 .i-news-list dd:hover .tit{color: #023f9e;}
.i-box07 .i-news-list dd:last-child{margin-bottom: 0;}
.i-box07 .i-students{float:left; width: 22%;margin-left: 5%;}
.i-box07 .i-students dl{overflow: hidden;margin-top:50px;}
.i-box07 .i-students dd{line-height: 40px;font-size: 16px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.i-box07 .i-students dd a:hover{color: #023f9e;}
@media screen and (max-width: 1560px){
	.i-box07 .i-students dd:nth-child(11){ display: none; }
	.i-box07 .i-news-list dd .Img{ height: 100px; }
	.i-box07 .i-news-lf .tit{font-size: 26px;line-height: 30px;}
}
@media screen and (max-width: 1200px){
	.i-box07 .i-news,.i-box07 .i-students{ width: 100%; margin-left: 0;}
	.i-box07 .i-students dl{margin-right: -2%;}
	.i-box07 .i-students dd{float:left; width: 48%;margin-right: 2%; }
	.i-box07 .i-news .tab-hd li:after{right:80%;}
}
@media screen and (max-width: 768px){
.i-box07 .i-news-lf,.i-box07 .i-news-list,.i-box07 .i-students dd{width:100%;}
.i-box07 .i-news-list{padding-left: 0; margin-top:30px;}
.i-box07 .i-news .cont{margin-top:30px;}
.i-box07 .i-students dl{margin-right: 0; margin-top:30px;}
.i-box07 .i-news .i-news-nav{ display: none; }
.i-box07 .i-news-lf .tit{font-size: 20px;line-height: 28px;}
.i-box07 .i-news-list dd{margin-bottom: 0; overflow: hidden;}
.i-box07 .i-news-list dd .Img{width:110px;margin-right: 10px;}
.i-box07 .i-news-list dd .abstract{margin-top:10px;}
}
/* 管理部门 */
.i-box08{ overflow: hidden;margin:60px 0; }
.i-box08 dd{float:left; width:16.6666666%; padding:3.5% 10px; text-align: center;background-image: linear-gradient(45deg, #035ca5,#358cfe, #69eddb); }
.i-box08 dd .icon{display: block; width: 42px; height: 42px; background: url(../images/syicon.png) no-repeat;margin:0 auto;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.i-box08 dd .icon01{background-position: 0 -29px;}
.i-box08 dd .icon02{background-position: -42px -29px;}
.i-box08 dd .icon03{background-position: -84px -29px;}
.i-box08 dd .icon04{background-position: -126px -29px;}
.i-box08 dd .icon05{background-position: -168px -29px;}
.i-box08 dd .icon06{background-position: -210px -29px;}
.i-box08 dd .icon07{background-position: -252px -29px;}
.i-box08 dd p{font-size: 24px; line-height: 24px; color: #fff; margin-top:15%;}
.i-box08 dd:hover .icon{transform:scale(1.1);-webkit-transform:scale(1.1);}
@media screen and (max-width: 1024px){
	.i-box08 dd{ width: 33.3333333%;padding:5% 10px; }
	.i-box08 dd p{font-size: 20px;margin-top:20px;}
}
@media screen and (max-width: 768px){
	.i-box08{margin:30px 0;}
	.i-box08 dd p{font-size: 16px;}
}

/* footer */
.footer{ width: 100%; height: auto; overflow: hidden; background: #f6f6f6; padding-top:60px;}
.footer-top{overflow: hidden; }
.footer-top .footer-lf{float:left; width: 66%; height: auto;}
.footer-top .footer-lf li{float:left; width: 20%; }
.footer-top .footer-lf li h5{font-size: 18px;line-height: 18px; font-weight: bold; color: #323232; margin-bottom: 25px;}
.footer-top .footer-lf li a{display: block; font-size:14px; color: #666; line-height: 40px;}
.footer-top .footer-lf li a:hover{ color: #02488d; }
.footer-top .footer-rt{float:left; width:34%; }
.footer-top .footer-rt-tp{width:100%; height: 145px; border-bottom: 1px solid #ededec; }
.footer-top .footer-rt-tp .weixin{margin-left:20px;}
.footer-top .footer-rt-tp .service{margin-top:15px;}
.footer-top .footer-rt-tp .service p{font-size: 14px;line-height: 14px; color: #323232;}
.footer-top .footer-rt-tp .service .phone{font-size: 30px; color: #da4949;}
.footer-top .footer-rt-tp .service img{margin-top:5px; margin-right: 10px;}
.footer-top .footer-rt-btm{font-size: 14px; text-align: right; margin-top:30px; color: #646464;}
.footer_bottom{width:100%; height: 110px;line-height: 110px; background: #fff;margin-top:60px; font-size: 14px; color: #666;}
.footer_bottom a{color: #666;}

@media screen and (max-width: 1235px){
	.footer-top .footer-lf{ width: 100%; }
	.footer-top .footer-rt{ display: none; }
}
@media screen and (max-width: 768px){
	.footer{padding-top:30px;}
	.footer-top .footer-lf{ display: none;}
	.footer-top .footer-rt{width:100%; display: block; }
	.footer-top .footer-rt-tp{width:390px;height: 105px; margin:0 auto;border-bottom: none;}
	.footer-top .footer-rt-btm{display: none;}
	.footer_bottom{height: 80px; line-height: 24px;border-top: 1px solid #ededec;padding-top:18px;}
	.footer_bottom .fl{width:100%; text-align: center;}
	.footer_bottom .fr{ display: none; }
	.footer_bottom a{ display: block; text-align: center; }
}
@media screen and (max-width:414px){
	.footer-top .footer-rt-tp{width:310px;height: 80px;}
	.footer-top .footer-rt-tp .service img{ width: 45px; }
	.footer-top .footer-rt-tp .service .phone{font-size: 22px;}
	.footer-top .footer-rt-tp .weixin img{width:80px;}
	.footer_bottom{font-size:12px;}
}
@media screen and (max-width:320px){
	.footer-top .footer-rt-tp{width:290px;}
	.footer-top .footer-rt-tp .service .phone{font-size: 21px;}
}

/* 内页banner */
.ny-banner{ width: 100%; height:626px;text-align: center; padding-top:275px; }
.ny-banner .tit{font-size: 70px;line-height: 70px; color: #fff;}
.ny-banner .abstract{font-size:22px; color: #fff;margin-top:30px;}
.ny-banner .down-arrow{ width: 80px; height: 80px;line-height: 80px; border-radius: 50%; text-align: center; background: rgba(255,255,255,0.58); margin:0 auto; margin-top:60px;}
@media screen and (max-width: 1400px){
	.ny-banner .tit{font-size: 60px;}
	.ny-banner .abstract{font-size: 20px; margin-top:20px;}
}
@media screen and (max-width: 768px){
	.ny-banner{height: 526px; padding-top:235px; }
	.ny-banner .tit{font-size: 42px;}
	.ny-banner .abstract{font-size: 18px; margin-top:15px;}
	.ny-banner .down-arrow{ width: 60px; height: 60px;line-height: 60px; margin-top:50px;}
}

/* 学校概况 */
.n-about{ overflow: hidden; margin:60px 0;}
.n-about .n-about-lf{float:left; width: 49%;}
.n-about .n-about-lf .box-tit{margin-top:0;}
.n-about .n-about-lf .cont{height:288px;font-size: 16px;line-height: 36px; color: #686868; margin:7.5% 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:8; -webkit-box-orient:vertical;}
.n-about .n-about-lf .more{ width: 100%; }
.n-about .n-about-lf .more a{ display: inline-block;}
.n-about .n-about-lf .more a{padding: 10px 50px;font-size: 14px;border-radius: 50px;}
.n-about .n-about-lf .more a img{width: 6px;height: auto;margin-left: 10px;}
.n-about .n-about-lf .more a:first-child{color: #242424;border: 1px solid #ecebeb;margin-right: 20px;}
.n-about .n-about-lf .more a:last-child{ background: #034d96;color: #fff;}
.n-about .n-about-img{float:left; width: 48%; margin-left: 3%; }
.n-about .n-about-img img{ width: 100%; height: auto;}
@media screen and (max-width: 1760px){
	.n-about .n-about-lf .cont{margin:5.5% 0;}
}
@media screen and (max-width: 1560px){
	.n-about .n-about-lf .cont{height:252px; margin:3.5% 0; -webkit-line-clamp:7; }
}
@media screen and (max-width: 1280px){
	.n-about .n-about-lf .cont{height:180px; margin:4.5% 0; -webkit-line-clamp:5; }
}
@media screen and (max-width: 1024px){
	.n-about .n-about-lf,.n-about .n-about-img{width:100%;}
	.n-about .n-about-lf .cont{height:288px;-webkit-line-clamp:8;}
	.n-about .n-about-img{margin-left: 0; margin-top:50px;}
}
@media screen and (max-width: 768px){
	.n-about{margin:30px 0;}
	.n-about .n-about-lf .cont{height:240px;font-size: 14px; line-height: 30px;}
	.n-about .n-about-lf .more{text-align: center;}
	.n-about .n-about-lf .more a{padding:8px 25px;font-size: 12px;}
	.n-about .n-about-lf .more a:first-child{margin-right: 10px;}
	.n-about .n-about-img{margin-top:30px;}	
}

/* 资质荣誉 */
.n-honor{overflow: hidden;background: #f6f6f6;}
.n-honor .wrapper{position: relative; }
.n-honor .cont{margin:50px 0 60px 0; overflow: hidden;}
.n-honor .cont dl{overflow: hidden;}
.n-honor .cont dd{float:left; width:20%; overflow: hidden; border-right: 2px solid #f6f6f6; border-bottom: 2px solid #f6f6f6;}
.n-honor .cont dd img{ width: 100%; height: auto; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.n-honor .cont dd:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
@media screen and (max-width: 1400px){
	.n-honor .cont dd{width:25%;}
	.n-honor .cont dd:nth-child(9),.n-honor .cont dd:nth-child(10){ display: none; }
}
@media screen and (max-width: 1024px){
	.n-honor .cont dd{width:33.3333333%;}
	.n-honor .cont dd:nth-child(7),.n-honor .cont dd:nth-child(8){ display: none; }
}
@media screen and (max-width: 768px){
	.n-honor .cont{margin:30px 0 20px 0;}
	.n-honor .cont dd{width:50%;}
	.n-honor .cont dd:nth-child(5),.n-honor .cont dd:nth-child(6){ display: none; }
	.n-honor{padding-bottom: 50px;}
}

/* 优秀教师 */
.n-teacher .wrapper,.n-equipment .wrapper,.n-environment .wrapper{position: relative;}
.n-teacher dl{overflow: hidden;margin-top:50px;margin-right: -2%;}
.n-teacher dd{float:left; width:23%; margin-right: 2%;margin-bottom: 60px;}
.n-teacher dd .Img{ width: 100%; height: auto; overflow: hidden; }
.n-teacher dd .Img img,.n-equipment dd img,.n-environment dd img{ width: 100%; height: auto; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s; }
.n-teacher dd:hover .Img img,.n-equipment dd:hover img,.n-environment dd:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.n-teacher dd .cont{padding:36px 10px 0 10px; text-align: center;}
.n-teacher dd .cont .tit{font-size: 24px;line-height: 24px;font-weight: 500; color: #383636;  }
.n-teacher dd .cont .abscract{font-size: 14px; color: #7f7f7f;margin-top:15px;}

/* 教学设备 */
.n-equipment{overflow: hidden;background: #f6f6f6;}
.n-equipment dl,.n-environment dl{overflow: hidden;margin-top:50px;margin-right:-2px;}
.n-equipment dd,.n-environment dd{float:left; width:25%;border-right: 2px solid #f6f6f6;border-bottom: 2px solid #f6f6f6;overflow: hidden;}

.n-environment{ overflow: hidden;padding-bottom: 60px; }

@media screen and (max-width: 1400px){
	.n-teacher dd{width:31.3333333%;}
	.n-teacher dd:nth-child(5),.n-teacher dd:nth-child(6),.n-equipment dd:nth-child(5),.n-equipment dd:nth-child(6),.n-environment dd:nth-child(5),.n-environment dd:nth-child(6){ display:none; }
	.n-equipment dd,.n-environment dd{ width: 33.3333333%;}
}
@media screen and (max-width: 768px){
	.n-teacher{padding-bottom: 50px;}
	.n-teacher dl{margin-right: 0; margin-top:20px;}
	.n-teacher dl dd{width:50%;margin-right: 0;margin-bottom: 30px; }
	.n-teacher dl dd .cont .tit{font-size: 18px;}
	.n-teacher dl dd .cont .abscract{margin-top:10px;}
	.n-teacher dl dd:nth-child(3),.n-teacher dl dd:nth-child(4),.n-equipment dd:nth-child(3),.n-equipment dd:nth-child(4),.n-environment dd:nth-child(3),.n-environment dd:nth-child(4){ display:none; }
	.n-equipment,.n-environment{padding-bottom: 50px}
	.n-equipment dd,.n-environment dd{ width: 50%;}
	.n-equipment .box-more,.n-environment .box-more{margin-top:30px;}
	.n-environment{padding-bottom: 30px;}
}

/* 视频媒体 */
.n-video{overflow: hidden; background: #062a6e;padding-bottom: 100px;}
.n-video .wrapper{ position: relative; }
.n-video .box-tit{color: #fff;}
.n-video .box-more{background: #fff; color: #242424;}
.n-video dl{margin-top:50px;margin-right: -2px;}
.n-video dd{float:left; width:25%;border-right: 2px solid #062a6e;}
.n-video dd .Img{position: relative; width: 100%; overflow:hidden;}
.n-video dd .Img img{position: relative; width: 100%; height: auto; left: 0; top:0; z-index: 6;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.n-video dd .play{position: absolute; display: block; width: 80px; height: 80px;line-height: 80px; border-radius: 50%; text-align: center; background: rgba(255,255,255,0.59); left: 50%; margin-left: -40px; top: 50%; margin-top: -40px; z-index: 8;} 
.n-video dd .play img{ width: auto; }
.n-video dd p{height: 52px; font-size: 18px; text-align: center; color: #fff;padding:0 10px; margin-top:40px; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.n-video dd:hover .Img img{ transform: scale(1.1); -webkit-transform: scale(1.1);}

@media screen and (max-width: 1400px){
	.n-video dd{ width: 33.3333333%; }
	.n-video dd:last-child{ display: none; }
}
@media screen and (max-width: 768px){
	.n-video{padding-bottom: 60px;}
	.n-video dl{margin-bottom: 20px;}
	.n-video dd{ width: 50%; margin-bottom: 20px; }
	.n-video dd p{height: 38px; font-size: 14px;line-height: 24px;}
	.n-video dd:last-child{ display: block;}
	.n-video dd .play{width: 60px; height: 60px;line-height: 60px; margin-left: -30px;margin-top:-30px;}
}

/* 三大专业 */
.n-three-major{ overflow: hidden; }
.n-three-major .three-major-list{float:left; width: 33.3333333%; padding:8.5% 15px 7.5% 15px;}
.n-three-major .three-major-list .tit{font-size: 42px;line-height: 42px; text-align: center;  color: #fff; margin-bottom: 8%;}
.n-three-major .three-major-list .cont{ max-width:440px;height: 160px; font-size: 16px; line-height: 40px; margin:0 auto;text-align: center;} 
.n-three-major .three-major-list .cont a{ display: inline-block; color: #fff;margin:0 10px;}
.n-three-major .three-major-list .cont span{ display: inline-block;color: #fff; }
.n-three-major .three-major-list .signUp{margin-top:15%; text-align: center;}
.n-three-major .three-major-list .signUp a{display: inline-block; padding: 8px 50px;font-size: 14px; border-radius: 50px;color: #242424;margin:0 10px; }
.n-three-major .three-major-list .signUp a:first-child{ background: #f8f018; }
.n-three-major .three-major-list .signUp a:last-child{background: #fff;}
.n-three-major .three-major-list .signUp a img{margin-left:10px;margin-top:-5px;}
.n-three-major .three-major-list:nth-child(1){background: url(../images/zybj01.jpg) no-repeat; background-size:100% 100%;}
.n-three-major .three-major-list:nth-child(2){background: url(../images/zybj02.jpg) no-repeat; background-size:100% 100%;}
.n-three-major .three-major-list:nth-child(3){background: url(../images/zybj03.jpg) no-repeat; background-size:100% 100%;}

@media screen and (max-width: 1400px){
	.n-three-major .three-major-list .tit{font-size:38px;line-height:38px;}
	.n-three-major .three-major-list .cont{height: 120px;}
}
@media screen and (max-width: 1280px){
	.n-three-major .three-major-list .cont{height: 160px;}
	.n-three-major .three-major-list .signUp a{padding:8px 30px;margin:0 5px;}
	.n-three-major .three-major-list .signUp a{margin-bottom: 20px;}
}
@media screen and (max-width: 820px){
	.n-three-major .three-major-list .tit{font-size: 32px;}
	.n-three-major .three-major-list .cont{height: 200px;}
}
@media screen and (max-width: 768px){
	.n-three-major .three-major-list{ width: 100%; }
	.n-three-major .three-major-list .cont{height:auto;}
}

/* 专业列表页 */
.n-professional-lf{position: relative; float:left; width: 25%;top:-100px; z-index: 666;}
.n-professional-lf .n-professional-top{ width: 100%; overflow: hidden; background: #023f9e; }
.n-professional-lf h2{font-size: 34px; line-height: 34px; text-align: center; color: #ffffff; margin-top:20%;}
.n-professional-lf ul{overflow: hidden;margin-top:15%;}
.n-professional-lf li{font-size: 16px; line-height: 60px;border-bottom: 1px solid #0a47a6;}
.n-professional-lf li a{display: block; width: 100%;height: 100%; color: #fff;padding-left: 30%;}
.n-professional-lf li:first-child{border-top:1px solid #0a47a6;}
.n-professional-lf li:hover,.n-professional-lf li.active{ background:#033a90;  }
.n-professional-lf .hotline{width:100%;background: #033a90;padding:35px 0; overflow: hidden; margin-top:25%;}
.n-professional-lf .hotline .Img{float:left; width: 26%; height: 66px;line-height: 66px; text-align: center; border-right: 1px solid #2c5aa2; }
.n-professional-lf .hotline .tel{float:left;font-size: 16px; color: #fff;padding-left: 8%;}
.n-professional-lf .hotline .tel p{font-size: 28px;font-weight:bold; }
.n-professional-lf .map{width: 100%; height: auto; margin-top:50px;}
.n-professional-lf .map img{ width: 100%; height: auto; }

.n-professional-rt{float: left; width: 72%; margin-left: 3%; overflow: hidden; margin-top:80px;margin-bottom: 80px;}
.n-major-list dd{ background:#f6f6f6;margin-bottom:20px; overflow: hidden;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.n-major-list dd .Img{float:left; width: 40%;  height: auto; margin-right: 3%; overflow: hidden;}
.n-major-list dd .Img img{ width: 100%; height: auto;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.n-major-list dd .cont{padding-right: 5%;}
.n-major-list dd .tit{font-size: 28px; margin-top:5%;}
.n-major-list dd .abscract{font-size: 16px;line-height: 34px; margin-top:2%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;}
.n-professional-rt .curlocation{font-size: 14px; margin-bottom: 30px;}
.n-professional-rt .curlocation a{ color: #242424; margin:0 5px; }
.n-professional-rt .curlocation a:first-child{margin-left: 0;}
.n-major-list dd:hover{background:#023f9e;}
.n-major-list dd:hover .Img img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.n-major-list dd:hover .tit,.n-major-list dd:hover .abscract{color: #fff;}
.n-professional-rt .n-honor,.n-professional-rt .n-equipment,.n-professional-rt .n-video{background: none;}
.n-professional-rt .n-video dd{border-right: none;margin-bottom: 20px;}
.n-professional-rt .n-video dd p{color:#242424;margin-top:20px;}
.n-professional-rt .n-honor dd{width:25%;}

@media screen and (max-width: 1600px){
	.n-major-list dd .tit{margin-top:3%;}
}
@media screen and (max-width: 1400px){
	.n-professional-lf h2{font-size: 32px; line-height: 32px;}
	.n-professional-lf li a{padding-left: 15%;}
	.n-professional-lf .hotline .tel p{font-size: 24px;}
	.n-major-list dd .tit{font-size: 24px;}
	.n-major-list dd .abscract{font-size: 14px;line-height: 30px;}
}
@media screen and (max-width: 1360px){
	.n-major-list dd .abscract{line-height: 26px;}	
}
@media screen and (max-width: 1200px){
	.n-professional-lf .hotline .Img{ width: 20%; }
	.n-professional-lf .hotline .tel p{font-size: 20px;}
	.n-major-list dd .tit{margin-top:2%;}

}
@media screen and (max-width: 1024px){
 	.n-professional-lf{ display: none; }
 	.n-professional-rt{ width: 100%;margin:50px 0; }
 	.n-professional-rt .curlocation{ display: block; }
}
@media screen and (max-width: 768px){
	.n-professional-rt{margin:30px 0;}
	.n-professional-rt .n-major-list dd{padding-bottom:30px;}
	.n-professional-rt .n-major-list dd .Img{ width: 100%; margin-bottom: 30px; }
	.n-professional-rt .n-major-list dd .cont{padding:0 10px;}
}

/* 在线报名 */
.n-registration{width:100%;padding:5% 2%; background: #034d96; overflow: hidden;}
.n-registration h2{margin-bottom: 33px;font-size:42px; color: #fff;margin-bottom: 20px; text-align: center; margin-bottom: 6%;}
.n-registration dl{width: 60%; margin:0 auto;}
.n-registration dl dd{ height:50px;line-height:50px;margin-bottom: 20px; font-size: 18px; }
.n-registration dl dd label{ display: inline-block; float:left;width:20%;font-size: 20px;text-align: right; color: #fff; }
.n-registration dl dd input,.n-registration dl dd select{float:left;width:80%;height:50px; font-size: 14px; color: #000; border: none; background: #fff; outline: none;}
.n-registration dl dd input{padding: 0 10px;}
.n-registration dl dd select{padding: 0 5px;}
.n-registration button{float:right;width:80%;height:50px; background: #f8f018; font-size:18px; color: #242424;border: none;border-radius: 50px; margin-top:15px;}
.n-registration button img{margin-left: 10px;margin-top:-5px;}

/* 报名流程 */
.n-bmprocess{overflow: hidden;}
.n-bmprocess dl{margin-right: -6%;margin-top:50px;}
.n-bmprocess dd{position: relative; float:left; width:14%; margin-right: 6%;}
.n-bmprocess dd .num{padding:20px 0; text-align: center; background: #f6f6f6;font-size: 32px; color: #242424;border-radius: 5px;}
.n-bmprocess dd .num p{font-size: 16px;margin-top:10px;}
.n-bmprocess dd .abstract{font-size: 14px;color: #494949; margin-top:20px;}
.n-bmprocess dd:after{position: absolute; display: block; content: ''; width: 12px; height: 23px; background: url(../images/bmjt.png) no-repeat; top:26%; right: -25%;}
.n-bmprocess dd:last-child:after{ display: none; }

@media screen and (max-width: 1760px){
	.n-professional-rt .wrapper{padding:0;}
	.n-professional-rt .n-honor,.n-professional-rt .n-equipment{background: none;}

}
@media screen and (max-width: 1400px){
	.n-registration dl{width:80%;}
	.n-registration h2{font-size: 36px;}
	.n-registration dl dd label{font-size: 18px;}
}
@media screen and (max-width: 1280px){
	.n-bmprocess dl{margin-right: -7%;}
	.n-bmprocess dd{ float:left;width: 26.3333333%; margin-right: 7%; margin-bottom: 30px; }
	.n-bmprocess dd .abstract{height: 60px;}
	.n-bmprocess dd:nth-child(3):after{ display: none; }
	.n-bmprocess dd:after{right: -16%;}
}
@media screen and (max-width: 768px){
	.n-registration dl{width:90%;}
	.n-registration h2{font-size:28px;}
	.n-registration dl dd label{font-size: 16px;}
	.n-registration button{font-size: 14px;}
	.n-bmprocess dd .abstract{height: 75px;}
}
@media screen and (max-width:510px){
	.n-registration h2{font-size: 24px;}
	.n-registration dl dd{height:38px; line-height: 38px;}
	.n-registration dl dd label{width: 25%;}
	.n-registration dl dd input,.n-registration dl dd select{ width: 75%; height: 38px;line-height: 38px; }
	.n-registration button{width:100%;height: 38px;line-height: 38px;}
	.n-bmprocess dd .num{font-size: 24px;}
	.n-bmprocess dd .num p{margin-top:0;}
	.n-bmprocess dd:after{top:18%;}
	.n-bmprocess dd .abstract{font-size: 12px;}
}
@media screen and (max-width:405px){
	.n-registration dl dd label{width: 30%;font-size: 14px;}
	.n-registration dl dd input,.n-registration dl dd select{ width: 70%; }
	.n-bmprocess dl{margin-right: -8%;}
	.n-bmprocess dd{width:42%; margin-right: 8%;margin-bottom: 10px;}
	.n-bmprocess dd:nth-child(3):after{display: block;}
	.n-bmprocess dd:nth-child(2):after,.n-bmprocess dd:nth-child(4):after{ display: none; }
}

/* 联系我们 */
.n-contact{width: 100%; overflow: hidden;}
.n-contact dd{float:left; width: 20%; padding:8% 30px; background:#062a6e; text-align: center; color: #fff;}
.n-contact dd:nth-child(2n){background:#0a307a;}
.n-contact dd .icon{ width: 53px; height: 50px;margin:0 auto; }
.n-contact dd .icon img{ width: 100%; height: auto; }
.n-contact dd .tit{font-size: 22px; margin:18% 0 10% 0;}
.n-contact dd p{font-size: 16px; height:69px; }

.n-contact-map{ width: 100%; height:745px; overflow: hidden; }
.n-contact-map img{ width: 100%; height: 100%; object-fit: cover; }

@media screen and (max-width: 1400px){
	.n-contact dd p{font-size: 16px; height:92px; }
	.n-contact-map{height: 645px;}
}
@media screen and (max-width: 1024px){
	.n-contact dl{margin-right: -1px;}
	.n-contact dd{width:33.333333%;border-right: 1px solid #163a80;border-bottom: 1px solid #163a80;padding:8% 10px;}
	.n-contact dd:nth-child(4),.n-contact dd:nth-child(5){width:50%;}
	.n-contact dd .tit{margin:40px 0 15px 0;}
	.n-contact-map{height: 480px;}
}
@media screen and (max-width: 768px){
	.n-contact dd .tit{font-size: 18px;}
	.n-contact dd p{font-size: 14px;}
	.n-contact dd .icon{width: 42px;}
	.n-contact dd .tit{margin:25px 0 10px 0;}
	.n-contact-map{height: 380px;}
}
@media screen and (max-width:510px){
	.n-contact dd{width:50%;}
	.n-contact dd:nth-child(3){background: #0a307a;}
	.n-contact dd:nth-child(4){background: #062a6e;}
	.n-contact dd:nth-child(5){width:100%;}
	.n-contact dd .tit{margin:15px 0 10px 0;}
}

/* 新闻列表页 */
.n-news-list,.n-newswutu-list{overflow: hidden;}
.n-news-list dd,.n-newswutu-list dd{position: relative; padding-bottom: 30px;margin-bottom:30px; overflow: hidden;}
.n-news-list dd:before,.n-newswutu-list dd:before{position: absolute;display: block; content: ''; width:100%; height: 2px; background: #e7e6e7; left: 0; bottom:0; z-index:6;}
.n-news-list dd:after,.n-newswutu-list dd:after{position: absolute;display: block; content: ''; width:0; height: 2px; background: #023f9e; left: 0; bottom:0;z-index: 8;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.n-news-list dd .Img{float:right; width: 40%;  height: auto; margin-left: 3%; overflow: hidden;}
.n-news-list dd .Img img{ width: 100%; height: 100%; object-fit: cover;-webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.n-news-list dd .cont{padding-right: 5%;}
.n-news-list dd .tit,.n-newswutu-list dd .tit{font-size: 24px; margin-top:5%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-news-list dd .abscract,.n-newswutu-list dd .abscract{font-size: 16px;line-height: 34px; margin-top:2%; color: #7f7f7f;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.n-news-list dd .more,.n-newswutu-list dd .more{display: block; font-size: 14px;line-height: 14px; color: #7f7f7f; margin-top:5%;}
.n-news-list dd .more img,.n-newswutu-list dd .more img{width:6px; margin-top:-3px;margin-right: 5px;}
.n-news-list dd:hover .tit,.n-newswutu-list dd:hover .tit{ color:#023f9e; }
.n-news-list dd:hover .Img img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.n-news-list dd:hover:after,.n-newswutu-list dd:hover:after{width:100%;}

@media screen and (max-width: 1280px){
	.n-news-list dd .tit,.n-newswutu-list dd .tit{font-size: 22px; margin-top:2%;}
}
@media screen and (max-width:768px){
	.n-news-list dd .tit,.n-newswutu-list dd .tit{margin-top:20px;}
	.n-news-list dd .Img,.n-newswutu-list dd .Img{float:none; width:100%; margin-left: 0;}
	.n-news-list dd .abscract,.n-newswutu-list dd .abscract{font-size:14px; line-height: 30px;}
}

/* 详情页 */
.n-show .show-top{padding-bottom: 40px;border-bottom: 1px solid #f6f6f6;text-align: center;}
.n-show .show-top .tit{font-size: 36px; color: #242424;}
.n-show .show-top .data{font-size:14px; color: #999;margin-top:15px; }
.n-show .neirong{padding:40px 0;}

/* 详情页 */
.n-page .page-tit{padding-bottom: 40px;border-bottom: 1px solid #f6f6f6;font-size: 36px; color: #242424;}
.n-page .neirong{padding:40px 0;}

/*分页*/
.page{width: 100%;text-align: center;margin:50px 0 80px 0; font-size: 16px;}
.page .tiao {color: #9c9b9b;padding: 15px 15px;background:#f7f7f7;margin-right: 10px;}
.page .current{padding: 15px 15px;margin:0 10px;background: #165cd8;color: #fff;}
.page a{padding: 15px 15px;margin:0 10px;background:#f7f7f7;color: #9c9b9b;}
.page .next{margin:0 0 0 5px;}

@media screen and (max-width: 1280px){
	.n-show .show-top .tit{font-size: 30px;}
}
@media screen and (max-width: 768px){
	.n-show .show-top{padding-bottom: 30px;}
	.n-show .show-top .tit{font-size: 26px;}
	.n-show .neirong{padding:30px 0;}
	.n-page .page-tit{font-size: 24px;padding-bottom: 20px;}
	.page{font-size: 14px;margin:30px 0 50px 0;}
	.page .tiao {padding: 8px;margin-right: 5px;}
	.page .current{padding:8px;margin:0 5px;}
	.page a {padding: 8px;margin:0 5px;}
	.page span{ color: #165cd8; }
}

.freecall{ display: none; }


@media screen and (max-width: 1760px){
	.box-more{right:15px;} 
}
@media screen and (max-width: 1400px){
	.box-tit{margin-top:40px;}
	.box-tit p{margin-top:5px;}
}
@media screen and (max-width: 768px){
	.box-tit{ text-align: center;margin-top:30px; }
	.box-tit .tit{font-size: 24px;line-height: 24px;}
	.box-tit p{font-size: 14px;}
	.box-more{position: relative;left:50%; margin-left:-90px;padding:5px 50px;}
	.mt60{margin-top:30px;}
	.freecall{ display: block; width: 100%; height: auto; overflow: hidden; }
	.freecall img{width: 100%; height: auto; }
}

@media screen and (max-width: 280px){
	.i-box03{height: 180px;}
	.i-box05 dd{height: 200px;}
	.i-box05 dd .Img{height: 200px;}
	.i-box07 .i-news-list dd .Img{display: none;}

}