@charset "utf-8";
*{margin:0;padding:0}
html{overflow-x:hidden;font-size:13.3333333333vw}
body{width:100%;min-width:320px;min-height:100vh;margin:0 auto;font-family:Source Han Sans CN,sans-serif; background:#fff;overflow-x:hidden;text-align:left;position:relative;font-size:16px;color:#000}
img{border:none}
a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;outline:none;}
input,select,textarea{font-family:Source Han Sans CN,sans-serif; font-size:16px;outline:0;margin:0;padding:0}
input[type=button],input[type=date],input[type=number],input[type=reset],input[type=search],input[type=submit],input[type=text],input[type=time]{-webkit-appearance:none}
select{-webkit-appearance:none}
textarea{-webkit-appearance:none}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}
ol,ul{padding:0;list-style-type:none}
em{font-style:normal}
input.sub,label{border:none;cursor:pointer}
input,textarea{font-family:Source Han Sans CN,sans-serif; outline:0;margin:0;padding:0}
table{border-collapse:collapse}
td,th{padding:0}
*{box-sizing:border-box}
.clear { clear:both;}
i{ font-style:normal;}
.wrap{width:1600px; max-width:100%;margin:0 auto}
/*自定义*/
/*header*/
.header {height:100px; }
.header .wrap { display:flex; }
.header .logo{ height:100px; width:17.1%; }
.header .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: center;}
.header .logo img{ max-width:100%; max-height:100%; vertical-align:middle; }
.header .nav { flex:1; margin-left:6%;  }
.header .nav ul { display: flex; }
.header .nav ul li{ flex: 1;  width:auto; color:#000000; font-size:20px; line-height:100px;  position:relative; text-align:center; } 
.header .nav ul li a { display:block; color:#000000;  }
.header .nav ul li:hover a { color:#1074bc;  }
.header .nav ul li.active a { color:#1074bc; font-weight:bold; }
.header .nav ul li .sub { position: absolute;width:150%;left:-25%; text-align:center; top:100px;z-index:30000; }
.header .nav ul li .sub ul { display:block; }
.header .nav ul li .sub ul li { float:left; min-width:auto; width:100%; line-height:45px; position:relative;text-align:center;  margin:0; padding:0; font-size:15px; font-weight:normal;  background-color:#FFF;}
.header .nav ul li .sub ul li a { color:#000000; }
.header .nav ul li .sub ul li:hover { background-color:#1074bc;  color:#ffffff;}
.header .nav ul li .sub ul li:hover a { color:#ffffff;}
.header .h-right {  display:flex; align-items: center; justify-content: space-between; margin-left:6%;  }
.header .h-tel { color:#666666; font-size:16px; line-height:40px; }
.header .h-tel span { display:inline-block; color:#f47c26; font-size:24px; font-weight:bold; transform: translateY(2px); }
.header .h-tel i { margin-right:5px; font-weight:bold;  }
.header .h-contact { width:auto; height:40px; background-color:#025de6; border-radius:20px; color:#ffffff; font-size:18px; line-height:40px; margin-left:20px; }
.header .h-contact a { display:block; padding:0 25px;  }
.header .h-contact i { margin-right:5px; }
.header .h-contact:hover { background: linear-gradient(to right, #3a82ff, #025de6); }
/*header2*/
.header2{height:60px;position:fixed;background:#ffffff;z-index:22;top:0;width:100%; display:none; }
.header2 .h-tel { float:right; color:#f47c26; font-size:15px; line-height:35px; margin-top:12.5px; margin-right:20px; }
.header2 .h-tel i { margin-right:4px; font-weight:bold;  }
.header2 .main-wrap{height:60px;padding:0 3%;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}
.header2 .logo{width:200px; height:40px;margin-top:10px;overflow:hidden;  float: left; display: inline;}
.header2 .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: left;}
.header2 .logo img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.header2 .nav-btn{width:25px;height:16px;position:relative;cursor:pointer;margin-top:22px; float: right; display: inline;}
.header2 .nav-btn .zi { width:20px; color:#f47c26; font-size:16px; line-height:1; position:absolute; right:-10px; top:-8px; }
.header2 .nav-btn.active{-webkit-animation:rotate .5s linear 0s;animation:rotate .5s linear 0s}
.header2 .nav-btn .line{display:block;width:50%;height:2px;border-radius:2px;background-color:#f47c26;position:absolute;left:50%;margin-left:-15px}
.header2 .nav-btn .line1{-webkit-transform-origin:4px 0;-ms-transform-origin:4px 0;transform-origin:4px 0}
.header2 .nav-btn.active .line1{top:0}
.header2 .nav-btn.hover .line{background:#f47c26}
.header2 .nav-btn .line2{top:7px}
.header2 .nav-btn .line3{bottom:0;-webkit-transform-origin:1px center;-ms-transform-origin:1px center;transform-origin:1px center}
.header2 .sub-menu{width:100%;padding:0 3%;display:none;position:absolute;left:0;top:70px;z-index:2;overflow-y:auto}
.header2 .sub-menu ul{width:100%;overflow-y:auto;height:calc(100vh - 55px - 1.5rem)}
.header2 .js-m-3{opacity:0;-webkit-transform:translate(30px,0);-ms-transform:translate(30px,0);transform:translate(30px,0);-webkit-transition:all .8s ease;transition:all .8s ease}
.header2 .js-m-3.animate{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
.header2 .sub-menu li{border-bottom:1px solid #555;font-size:16px;padding:0 20px}
.header2 .sub-menu .tit{display:inline-block;text-decoration:none;width:80%;line-height:50px;color:#fff;position:relative;box-sizing:border-box}
.header2 .sub-menu .sub-tit.on{background-color:#e9e9e9}
.header2 .sub-menu .sec-list{line-height:40px; padding-bottom:10px; display:none}
.header2 .sub-menu .jt{position:relative;display:inline-block;width:10%;height:50px;text-align:center;background:0 0;float:right}
.header2 .sub-menu .jt:after{content:'';display:block;width:26px;height:26px;background:url(../images/mobile_nav_jia.png) no-repeat center;background-size:17px auto;position:absolute;right:3%;top:10px}
.header2 .sub-menu .jt.jtRote:after{background:url(../images/mobile_nav_jian.png) no-repeat center;background-size:20px auto}
.header2 .sub-menu .sec-list p{background:url(../images/mobile_nav_dian.png) no-repeat left center;background-size:3px auto;font-size:14px}
.header2 .sub-menu .sec-list a{padding-left:5%;color:#cccccc;display:block}
.header2 .sub-menu .sec-list a:active{color:#37a3dc}
.header2 .icon-close:before{content:"\e6d3"}
.search-bg{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:20; background-color:rgba(55,55,55,.95); display:none; } 
.header-wrap { display:none;}
/* nav_zzc */
.nav_zzc{display: none;background: rgba(0, 0, 0, 0.6);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99990;}
.nav_menu {  width:0; position:fixed;  right:0; top:0; height: 100%;z-index: 99999;overflow: scroll;background: #fff;}
.nav_menu .nav_menu_top{width: 100%; height:50px;}
.nav_menu .nav_menu_btn{display: block;width:25px;position: absolute;top:16px;right:20px;}
.nav_menu .nav_menu_btn img{display: block;width:25px; }
.nav_menu ul{overflow:hidden; width:100%;overflow: scroll;height: 80%;}
.nav_menu li{ width:100%; overflow:hidden; background:url(../images/nav_icon01.png) no-repeat 89% center;height:50px;border-bottom: 1px solid #eaeaea;}
.nav_menu li a{ color:#333333;font-size:14px;display: block;height:50px;line-height:50px;box-sizing: border-box;padding-left: 6%;}
/*banner*/
.banner { position:relative; }
.banner .swiper{width:100%;height:100%}
.banner .swiper-slide{display:flex;justify-content:center;align-items:center}
.banner .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}
.banner .swiper-pagination-bullet { background: #ffffff; opacity:0.5; }
.banner .swiper-pagination-bullet-active { background-color:#ffffff; opacity:1;  }
/*分页*/
.pagination{padding-left:0;margin:40px 0;border-radius:4px;text-align:center;width:100%}
ul.pagination{display:inline-block;width:auto}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#f47c26;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#f47c26;border-color:#f47c26}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
/*i-public*/
.i-public { text-align:center; }
.i-public .tit { color:#000000; font-size:46px; line-height:1.5; font-weight:bold; }
.i-public .tit i { display:inline-block; width:60px; height:50px; background:url(../images/public-icon.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin:0 35px; }
.i-public .tit i:nth-child(2) { transform: scaleX(-1); }
.i-public .des { color:#595959; font-size:20px; line-height:1.5; margin-top:15px; }
.i-public.white .tit { color:#ffffff; }
.i-public.white .des { color:#ffffff;  }
/*i-majors*/
.i-majors { background:url(../images/majors-bg.jpg) repeat-y center center; background-size:100% auto; padding-top:70px; padding-bottom:80px; }
.i-majors-list { padding-top:20px; }
.i-majors-list ul li { float:left;  width:calc((100% - 40px) / 3); height:auto; margin-left:20px; margin-top:20px; border-radius:15px; overflow:hidden; background-color:#FFF;  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); border:#FFF solid 5px; padding-bottom:20px; }
.i-majors-list ul li:nth-child(3n+1) { margin-left:0; }
.i-majors-list ul li .pic { height:280px; overflow:hidden; }
.i-majors-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;transition: 0.5s;}
.i-majors-list ul li .con { padding-top:15px; }
.i-majors-list ul li .con .tit { color:#000000; font-size:24px; line-height:2; padding:0 15px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.i-majors-list ul li .con .des{ padding:0 7.5px; height:220px; overflow:auto; margin-top:5px; }
.i-majors-list ul li .con .des { overflow-y:auto;}
.i-majors-list ul li .con .des{ scrollbar-arrow-color:#e2e8ef;  scrollbar-track-color:#ffffff;scrollbar-face-color:#e2e8ef;  }
.i-majors-list ul li .con .des::-webkit-scrollbar{ width:7px; height:7px; background-color:transparent;}
.i-majors-list ul li .con .des::-webkit-scrollbar-track {background-color:#ffffff; border-radius:4px;} 
.i-majors-list ul li .con .des::-webkit-scrollbar-thumb {background-color:#e2e8ef;  border-radius:4px;  }
.i-majors-list ul li .con .des a{display:inline-block; height:40px; color:#343434; font-size:18px; line-height:38px; padding:0 25px; text-decoration:none;color:#343434;border-radius:4px; margin:7.5px 7px; background: linear-gradient(90deg, #daeefb 0%, #fde9d3 100%); border:#eaecea solid 1px;  }
.i-majors-list ul li .con .des a:hover{background: linear-gradient(90deg, #0964a7 0%, #0189ec 100%); border:#1074bc solid 1px; color:#ffffff;}
.i-majors-list ul li .con .more { padding:0 15px; margin-top:15px; }
.i-majors-list ul li .con .more a { display:block; width:100%; height:50px; background: linear-gradient(90deg, #f69a2f 0%, #f47b25 100%); text-align:center; color:#ffffff; font-size:18px; line-height:50px;  border-radius:25px;  }
.i-majors-list ul li .pic:hover img {transform: scale(1.05);transition: 0.5s;}
.i-majors-list ul li .con .tit:hover { color:#f47c26;  }
.i-majors-list ul li .con .more a:hover {    background: linear-gradient(90deg, #ffab4c 0%, #ff8c33 100%); }
/*i-teacher*/
.i-teacher { background:url(../images/teacher-bg.jpg) no-repeat top center; background-size:cover;  padding-top:60px; padding-bottom:70px;  }
.i-teacher-sub { text-align:center; margin-top:35px; }
.i-teacher-sub ul { display:inline-block; }
.i-teacher-sub ul li { float:left; width:190px; height:45px; text-align:center; background-color:#ffffff; border-radius:23px; color:#000000; font-size:20px; line-height:43px; margin:0 12px; border:#1074bc solid 1px; }
.i-teacher-sub ul li a { display:block; color:#000000; }
.i-teacher-sub ul li:hover,.i-teacher-sub ul li.active { color:#1074bc; }
.i-teacher-sub ul li:hover a,.i-teacher-sub ul li.active a { color:#1074bc; font-weight:bold; }
.i-teacher-list { height:auto;}
.i-teacher-list ul li { float:left; width:49%; height:380px; position:relative; margin-top:80px;  }
.i-teacher-list ul li:nth-child(even) { margin-left:2%; }
.i-teacher-list ul li .pic { position:absolute; top:0; left:0; width:37%; height:100%; overflow:hidden; border-radius:15px; transform: translateY(-25px); background-color:#FFF;  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); transition: 0.3s; }
.i-teacher-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.i-teacher-list ul li .con { float:right; width:94%; height:100%; background: linear-gradient(90deg, #daeefc 0%, #fde9d2 100%); border-radius:15px; padding-left:38%; padding-right:4.5%; padding-top:40px; }
.i-teacher-list ul li .con .tit { color:#000000; font-size:34px; line-height:2; font-weight:bold; }
.i-teacher-list ul li .con .des { color:#000000; font-size:18px; line-height:36px; height:144px; overflow:hidden; }
.i-teacher-list ul li .con .more { float:right; width:45px; height:45px; background-color:#FFF; border-radius:50%; color:#1074bc; font-size:18px; line-height:45px; font-weight:normal; text-align:center;transform:rotate(-45deg); margin-top:50px; margin-right:30px; }
.i-teacher-list ul li:hover .pic { transform: translateY(-35px); transition: 0.3s; }
.i-teacher-list ul li:hover .con .tit { color:#1074bc; }
.i-teacher-li { display:none; }
/*i-okr*/
.i-okr { padding-top:60px; padding-bottom:70px; }
.i-okr-top { margin-top:70px; padding:0 100px; }
.i-okr-top ul li { float:left; width:33.33%; text-align:center; }
.i-okr-top ul li .en { color:#1c7bbf; font-size:22px; line-height:1.5; font-weight:bold; }
.i-okr-top ul li .tit { color:#000000; font-size:34px; line-height:1.5; font-weight:bold; position:relative; margin-top:5px; padding-bottom:15px; }
.i-okr-top ul li .tit::after{content:""; position:absolute; left:50%; margin-left:-25px; bottom:0; width:50px; height:4px; border-radius:2px;  background-color:#1074bc; }
.i-okr-top ul li .des { color:#000000; font-size:20px; line-height:40px; display:inline-block; background: linear-gradient(90deg, #daeefc 0%, #fde9d2 100%); border-radius:20px; padding:0 30px; margin-top:20px; }
.i-okr-bot { padding-top:50px; }
.i-okr-bot ul li { float:left; width:calc((100% - 90px) / 4); margin-left:30px; height:300px; background-color:#FFF;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:15px; padding-top:90px; position:relative; margin-top:50px; }
.i-okr-bot ul li:nth-child(4n+1) { margin-left:0;}
.i-okr-bot ul li .ban { position:absolute; top:-20px; left:0; width:307px; height:68px; background:url(../images/okr-bot-ban.png) no-repeat center center; background-size:100% 100%; text-align:center; color:#ffffff; font-size:24px; line-height:68px; font-weight:bold; padding-right:50px; }
.i-okr-bot ul li .tit { text-align:center; color:#000000; font-size:28px; line-height:1.5; font-weight:bold; }
.i-okr-bot ul li .con { background: linear-gradient(90deg, #daeefc 0%, #fde9d2 100%); padding:10px 25px; margin-top:20px;  }
.i-okr-bot ul li .des { text-align:center; color:#000000; font-size:24px; line-height:36px; min-height:72px; }
/*i-planning*/
.i-planning { background:#157ffa url(../images/planning-bg.jpg) no-repeat top center; background-size:100% 100%; padding-top:60px; padding-bottom:110px; }
.i-planning-list { padding-top:15px; }
.i-planning-list ul li { float:left; width:calc((100% - 120px) / 4); margin-left:40px;  height:190px; background-color:#FFF;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:15px; margin-top:40px; padding-top:30px; }
.i-planning-list ul li:nth-child(4n+1) { margin-left:0;}
.i-planning-list ul li .tit { color:#1074bc; font-size:28px; line-height:40px; font-weight:bold; padding-left:86px; position:relative;  }
.i-planning-list ul li .tit::after{content:"01"; position:absolute; left:-6px; top:-9px; width:80px; height:47px; background:url(../images/planning-ban.png) no-repeat center center; background-size:100% 100%; text-align:center; color:#ffffff; font-size:28px; line-height:54px; font-weight:bold;  }
.i-planning-list ul li .des { color:#343434; font-size:20px; line-height:50px; text-align:center; margin-top:35px; }
.i-planning-list ul li .des span { display:inline-block; background: linear-gradient(90deg, #daeefc 0%, #fde9d2 100%); padding:0 25px; border-radius:5px; }
.i-planning-list ul li:nth-child(2) .tit::after { content:"02"; }
.i-planning-list ul li:nth-child(3) .tit::after { content:"03"; }
.i-planning-list ul li:nth-child(4) .tit::after { content:"04"; }
.i-planning-list ul li:nth-child(5) .tit::after { content:"05"; }
.i-planning-list ul li:nth-child(6) .tit::after { content:"06"; }
.i-planning-list ul li:nth-child(7) .tit::after { content:"07"; }
.i-planning-list ul li:nth-child(8) .tit::after { content:"08"; }
.i-planning-more { margin-top:60px; text-align:center; }
.i-planning-more a { display:inline-block; width:30%; height:50px; background: linear-gradient(90deg, #f69a2f 0%, #f47b25 100%); text-align:center; color:#ffffff; font-size:18px; line-height:50px;  border-radius:25px;  }
.i-planning-more a:hover {   background: linear-gradient(90deg, #ffab4c 0%, #ff8c33 100%);}
/*i-training*/
.i-training { padding-top:30px; padding-bottom:70px; }
.i-training-top { padding-top:30px; }
.i-training-top ul li { float:left; width:49%; height:450px;  background-color:#FFF;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); overflow:hidden; margin-top:20px; background-color:#FFF;  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border-radius:15px;}
.i-training-top ul li:nth-child(even) { margin-left:2%; }
.i-training-top ul li img { width: 100%;height: 100%; object-fit: contain; }
.i-training-list { padding-top:45px; }
.n-main .i-training-list { padding-top: 25px; }
.i-training-list ul li { float:left; width:calc((100% - 90px) / 4); margin-left:30px; margin-top:30px; border-radius:15px; overflow:hidden; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border:#0a65a7 solid 1px; }
.i-training-list ul li:nth-child(4n+1) { margin-left:0;}
.i-training-list ul li .pic { height:275px; overflow:hidden; border-top-left-radius:15px; border-top-right-radius:15px; }
.i-training-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;transition: 0.5s;}
.i-training-list ul li .tit { border-top:#0a65a7 solid 1px; border-bottom-left-radius:15px; border-bottom-right-radius:15px; background: linear-gradient(90deg, #daeefc 0%, #fde9d2 100%); text-align:center; color:#0a65a7; font-size:18px; line-height:60px; font-weight:bold;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; } 
.i-training-list ul li:hover .pic img {transform: scale(1.05);transition: 0.5s;}
/*i-slogan*/
.i-slogan { width:100%; }
.i-slogan img { width:100%; }
/*i-papers*/
.i-papers {  background:url(../images/majors-bg.jpg) repeat-y center center; background-size:100% auto; padding-top:70px; padding-bottom:50px; }
.i-papers-list { margin-top:50px; height:576px; }
.i-papers-list .swiper{width:100%; height:100%; }
.i-papers-list .swiper-slide{ text-align:center;font-size:18px;display:flex;justify-content:center;align-items:center; overflow:hidden; padding:10px 20px; }
.i-papers-list .swiper-slide .box { height:556px; padding:10px; background: #FFF url(../images/papers-pic-bg.jpg) no-repeat center center; background-size:100% 100%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.i-papers-list .swiper-slide .pic { width:100%; height:100%;  overflow:hidden; }
.i-papers-list .swiper-slide .pic img{ width: 100%;height: 100%; object-fit: cover;object-position: center 30%; transition: 0.5s; border-radius:10px; }
.i-papers-list .swiper-slide:hover img {transform: scale(1.05);transition: 0.5s;}
.i-papers-list .swiper-button-next { outline:none; width:60px; height:70px; background: rgba(0, 0, 0, 0.2);}
.i-papers-list .swiper-button-next:hover { background: rgba(0, 0, 0, 0.5); }
.i-papers-list .swiper-button-next:after { color:#ffffff; font-size:18px; }
.i-papers-list .swiper-button-prev { outline:none; width:60px; height:70px; background: rgba(0, 0, 0, 0.2);}
.i-papers-list .swiper-button-prev:after { color:#ffffff; font-size:18px;   }
.i-papers-list .swiper-button-prev:hover { background: rgba(0, 0, 0, 0.5); }
/*i-student*/
.i-student {  background:url(../images/majors-bg.jpg) repeat-y center center; background-size:100% auto; padding-top:50px; padding-bottom:70px; }
.i-student-list { padding-top:15px; }
.i-student-list ul li { float:left; width:calc((100% - 105px) / 4); margin-left:35px; margin-top:35px; height:426px; background-color:#FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); border-radius:15px; padding:13px; }
.i-student-list ul li:nth-child(4n+1) { margin-left:0; }
.i-student-list ul li img { width: 100%;height: 100%; object-fit: contain; transition: 0.5s; border-radius:10px; }
.i-student-list ul li:hover img { transform: scale(1.05);transition: 0.5s; }
/*i-service*/
.i-service { padding-top:60px; padding-bottom:70px; }
.i-service-box { background-color:#FFF;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius:15px; padding-top:80px;margin-top:80px;  position:relative; padding-bottom:40px; }
.i-service-ban { position:absolute; top:-20px; left:0; width:407px; height:68px; background:url(../images/okr-bot-ban.png) no-repeat center center; background-size:100% 100%; text-align:center; color:#ffffff; font-size:24px; line-height:68px; font-weight:bold; padding-right:50px; }
.i-service-list { height:auto; }
.i-service-list ul li { float:left; width:calc((100% - 125px) / 4); margin-left:25px; border-radius:15px; overflow:hidden; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border:#0a65a7 solid 1px;  }
.i-service-list ul li .pic { height:260px; overflow:hidden; border-top-left-radius:15px; border-top-right-radius:15px; }
.i-service-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;transition: 0.5s;}
.i-service-list ul li .tit { border-top:#0a65a7 solid 1px; border-bottom-left-radius:15px; border-bottom-right-radius:15px; background: linear-gradient(90deg, #daeefc 0%, #fde9d2 100%); text-align:center; color:#0a65a7; font-size:18px; line-height:60px; font-weight:bold;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; } 
.i-service-list ul li:hover .pic img {transform: scale(1.05);transition: 0.5s;}
/*i-vip*/
.i-vip { background:url(../images/vip-bg.jpg) no-repeat top center; background-size:100% auto; padding-top:60px; padding-bottom:70px; }
.i-vip .table {  border-top:#4594cd solid 1px ; border-right:#4594cd solid 1px; margin-top: 40px; border-top-left-radius:15px; border-top-right-radius:15px; overflow:hidden; }
.i-vip .table-tr { border-bottom:#4594cd solid 1px ; background-color: #ffffff; position: relative; display: table; width: 100%;}
.i-vip .table-tr:nth-child(odd) { background: linear-gradient(90deg, #daeefc 0%, #fde9d2 100%); }
.i-vip .table-tr:first-child { background: linear-gradient(90deg, #0964a6 0%, #0189ec 100%);  }
.i-vip .table-th { display: inline-block; border-left:#4594cd solid 1px ; color:#ffffff; font-size:26px; line-height:80px;  height: 80px; font-weight: bold;  text-align: center; }
.i-vip .table-th:nth-child(1) { width: 14%; box-sizing:border-box; }
.i-vip .table-th:nth-child(2) { width: 15%; box-sizing:border-box}
.i-vip .table-th:nth-child(3) { width: 24%; box-sizing:border-box}
.i-vip .table-th:nth-child(4) { width: 34%; box-sizing:border-box}
.i-vip .table-th:nth-child(5) { width: 13%; box-sizing:border-box}
.i-vip .table-td { display: inline-block; border-left:#4594cd solid 1px ; color:#000000; font-size:18px; line-height:2; padding-top: 15px; padding-bottom: 15px; vertical-align: middle; text-align: center; display: table-cell; }
.i-vip .table-td:nth-child(1) { width: 14%; box-sizing:border-box; color:#156cab; font-weight:bold; }
.i-vip .table-td:nth-child(2) { width: 15%; box-sizing:border-box}
.i-vip .table-td:nth-child(3) { width: 24%; box-sizing:border-box}
.i-vip .table-td:nth-child(4) { width: 34%; box-sizing:border-box}
.i-vip .table-td:nth-child(5) { width: 13%; box-sizing:border-box}
.i-vip a { display:inline-block; border:#1074bc solid 1px; border-radius:10px; padding:0 25px; transition: 0.2s; background-color:#FFF; }
.i-vip a:hover { background-color:#0a65a7; color:#ffffff; }
/*f-contact*/
.f-contact { width:100%; margin-top:50px; }
.f-contact img { width:100%; border-radius:10px; }
/*footer*/
.footer { background-color:#2e2e2e; color:#959393; font-size:16px; line-height:2; padding-top:60px; margin-top:50px; padding-bottom:50px; position:relative; }
.footer a:hover { color:#ffffff; }
.f-left { float:left; width:66%; }
.f-left h3 { font-weight:normal; }
.f-right { float:right; text-align:center; margin-top:40px; }
.f-right img { width:150px; }
/*f-copy*/
.f-copy { background-color:#2e2e2e; border-top:#434343 solid 1px; color:#6b6969; font-size:16px; line-height:2; padding-top:25px; padding-bottom:25px; text-align:center; }
.f-copy a:hover { color:#ffffff; }
/*n-banner*/
.n-banner { height:300px; position:relative; background-color:#1074bc; }
.n-banner .pic { width:100%; height:100%; }
.n-banner .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.n-banner .con { position:absolute; top:0; left:0; width:100%; height:100%; display: flex; align-items: center;  justify-content: center;  flex-direction: column;}
.n-banner .con .tit { color:#ffffff; font-size:50px; line-height:1.5; position:relative; padding-bottom:15px; margin-bottom:20px; }
.n-banner .con .tit::after{content:""; position:absolute; left:50%; margin-left:-50px; bottom:0; width:100px; height:5px; border-radius:3px;  background-color:#ffffff; }
.n-banner .con .des { color:#ffffff; font-size:24px; line-height:1.5; padding:0 8.5%; }
/*n-main*/
.n-main { min-height:300px; }
/*n-news-list*/
.n-news-list { height:auto; }
.n-news-list ul li { border-bottom:#e5e5e5 solid 1px; padding:40px 5px; }
.n-news-list ul li .pic { float:left; width:310px; height:190px; overflow:hidden; border:#e5e5e5 solid 1px; }
.n-news-list ul li .pic img { width: 100%;height: 100%; object-fit: contain; transition: 0.5s; }
.n-news-list ul li .con { float:right; width:calc(100% - 310px - 40px); }
.n-news-list ul li .con .date { color:#8d8a8a; font-size:16px; line-height:1.5; margin-top:40px; }
.n-news-list ul li .con .date i { margin-right:10px; }
.n-news-list ul li .con .tit { color:#000000; font-size:22px; line-height:1.5; margin-top:10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;  }
.n-news-list ul li .con .des { color:#7c7c7c; font-size:16px; line-height:1.5; margin-top:15px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-news-list ul li:hover .pic img { transform: scale(1.05); transition: 0.5s; }
.n-news-list ul li:hover .con .tit { color:#1074bc; }
/*n-newshow*/
.n-newshow { padding-top:40px; padding-bottom:30px; }
.n-show {padding:20px 0; color:#000000; font-size:18px; line-height:2; min-height:300px; }
.n-show img { max-width:100%;}
.n-tit { font-size:30px; text-align:center; line-height:1.5; color:#000000; }
.n-time { font-size:16px; text-align:center; line-height:1.5; margin-top:15px; color:#828181; }
.n-xian {border-bottom:#eeeeee solid 1px; height:1px; margin-top:28px;}
.n-show table {border-collapse: collapse;}
.n-show table tr th { color:#FFF; font-weight: normal; background-color: #4874cb;padding: 10px;border:#ffffff solid 1px;}
.n-show table tr td { border:1px solid #ffffff; padding:10px;  }
.n-show table tr {background-color:#ebf0fa;}
.n-show table tr.row-group-odd { background-color:#b5c6ea; }
/*n-page*/
.n-page {padding:50px 0; color:#000000; font-size:18px; line-height:2; min-height:300px; }
.n-page img { max-width:100%;} 
.n-page h3 { font-size:30px; line-height:1.5; }
/*n-course-sub*/
.n-course-sub { text-align:center; padding:20px 0; }
.n-course-sub ul { display:flex; align-items: center; justify-content: center; flex-wrap: wrap;  }
.n-course-sub ul li { float:left; color:#000000; font-size:20px; line-height:50px; border:#1577bd solid 1px; border-radius:25px; padding:0 25px; margin:0 10px; margin-top:20px;  }
.n-course-sub ul li a { display:block; color:#000000; }
.n-course-sub ul li:hover a { color:#1577bd; font-weight:bold; }
.n-course-sub ul li.active a { color:#1577bd; font-weight:bold; }



@media (max-width:1750px){
.wrap{width:90%}
/*header1650*/
.header {height:90px; }
.header .logo{ height:90px; }
.header .nav { margin-left:5%;  }
.header .nav ul li{ font-size:18px; line-height:90px; } 
.header .nav ul li .sub { top:90px; }
.header .h-right {  margin-left:5%;  }
.header .h-tel { font-size:15px; line-height:30px; }
.header .h-tel span { font-size:18px; transform: translateY(1px); }
.header .h-contact { height:30px; font-size:16px; line-height:30px; margin-left:18px; }
.header .h-contact a { padding:0 15px;  }
/*i-public1650*/
.i-public .tit { font-size:40px; }
.i-public .tit i { width:54px; height:45px; margin:0 25px; }
.i-public .des { font-size:18px; margin-top:13px; }
/*i-majors1650*/
.i-majors {  padding-top:60px; padding-bottom:70px; }
.i-majors-list { padding-top:15px; }
.i-majors-list ul li { width:calc((100% - 30px) / 3); margin-left:15px; margin-top:15px; border:#FFF solid 4px; padding-bottom:18px; }
.i-majors-list ul li .pic { height:220px; }
.i-majors-list ul li .con { padding-top:13px; }
.i-majors-list ul li .con .tit { font-size:20px; padding:0 10px; }
.i-majors-list ul li .con .des{ padding:0 5px; height:188px; margin-top:5px; }
.i-majors-list ul li .con .des a{ height:36px; font-size:16px; line-height:34px; padding:0 20px; margin:5.5px 5px;  }
.i-majors-list ul li .con .more { padding:0 10px; margin-top:10px; }
.i-majors-list ul li .con .more a { height:40px; font-size:16px; line-height:40px;  }
/*i-teacher1650*/
.i-teacher { padding-top:50px; padding-bottom:60px;  }
.i-teacher-sub { margin-top:20px; }
.i-teacher-sub ul li { width:170px; height:40px; font-size:18px; line-height:38px; margin:0 10px; }
.i-teacher-list ul li { height:280px; margin-top:70px;  }
.i-teacher-list ul li .con { padding-top:25px; }
.i-teacher-list ul li .con .tit { font-size:26px; }
.i-teacher-list ul li .con .des { font-size:16px; line-height:32px; height:128px; }
.i-teacher-list ul li .con .more { width:40px; height:40px; font-size:16px; line-height:40px; margin-top:10px; margin-right:20px; }
/*i-okr1650*/
.i-okr { padding-top:50px; padding-bottom:60px; }
.i-okr-top { margin-top:60px; padding:0 6%; }
.i-okr-top ul li .en { font-size:19px; }
.i-okr-top ul li .tit { font-size:30px; margin-top:4px; padding-bottom:13px; }
.i-okr-top ul li .tit::after{ margin-left:-20px; width:40px; height:3px; }
.i-okr-top ul li .des { font-size:18px; line-height:36px; padding:0 25px; margin-top:18px; }
.i-okr-bot { padding-top:40px; }
.i-okr-bot ul li { width:calc((100% - 75px) / 4); margin-left:25px; height:210px; padding-top:55px; margin-top:40px; }
.i-okr-bot ul li .ban { top:-17px; left:0; width:210px; height:50px; font-size:20px; line-height:50px; padding-right:40px; }
.i-okr-bot ul li .tit { font-size:22px; }
.i-okr-bot ul li .con { padding:8px 20px; margin-top:15px;  }
.i-okr-bot ul li .des { font-size:18px; line-height:30px; min-height:60px; }
/*i-planning1650*/
.i-planning { padding-top:50px; padding-bottom:100px; }
.i-planning-list { padding-top:10px; }
.i-planning-list ul li { width:calc((100% - 75px) / 4); margin-left:25px; height:150px; margin-top:25px; padding-top:20px; }
.i-planning-list ul li .tit { font-size:22px; line-height:30px; padding-left:65px;  }
.i-planning-list ul li .tit::after{ left:-5px; top:-5px; width:60px; height:35px; font-size:21px; line-height:40px;  }
.i-planning-list ul li .des { font-size:18px; line-height:40px; margin-top:30px; }
.i-planning-list ul li .des span { padding:0 20px; }
.i-planning-more { margin-top:50px; }
.i-planning-more a { height:40px; font-size:16px; line-height:40px; }
/*i-training1650*/
.i-training { padding-top:20px; padding-bottom:60px; }
.i-training-top { padding-top:25px; }
.i-training-top ul li { height:400px; margin-top:18px;}
.i-training-list { padding-top:40px; }
.n-main .i-training-list { padding-top: 20px; }
.i-training-list ul li {width:calc((100% - 75px) / 4); margin-left:25px; margin-top:25px; }
.i-training-list ul li .pic { height:200px; }
.i-training-list ul li .tit {  font-size:16px; line-height:50px; } 
/*i-papers1650*/
.i-papers { padding-top:60px; padding-bottom:40px; }
.i-papers-list { margin-top:35px; height:420px; }
.i-papers-list .swiper-slide .box { height:400px; }
.i-papers-list .swiper-button-next { width:45px; height:50px; }
.i-papers-list .swiper-button-next:after { font-size:16px; }
.i-papers-list .swiper-button-prev { width:45px; height:50px; }
.i-papers-list .swiper-button-prev:after { font-size:16px;   }
/*i-student1650*/
.i-student { padding-top:40px; padding-bottom:60px; }
.i-student-list { padding-top:10px; }
.i-student-list ul li { width:calc((100% - 90px) / 4); margin-left:30px; margin-top:30px; height:300px; padding:11px; }
/*i-service1650*/
.i-service { padding-top:50px; padding-bottom:60px; }
.i-service-box { padding-top:70px;margin-top:70px; padding-bottom:30px; }
.i-service-ban { top:-15px; left:0; width:280px; height:50px; font-size:20px; line-height:50px; padding-right:30px; }
.i-service-list ul li { width:calc((100% - 100px) / 4); margin-left:20px; }
.i-service-list ul li .pic { height:210px; }
.i-service-list ul li .tit { font-size:16px; line-height:50px; } 
/*i-vip1650*/
.i-vip { padding-top:50px; padding-bottom:60px; }
.i-vip .table { margin-top: 30px; }
.i-vip .table-th { font-size:20px; line-height:70px;  height: 70px; }
.i-vip .table-td { font-size:16px; padding-top: 13px; padding-bottom: 13px; }
.i-vip a { padding:0 20px; }
/*f-contact*/
.f-contact { margin-top:40px; }
/*footer1650*/
.footer { font-size:15px; padding-top:50px; margin-top:40px; padding-bottom:40px; }
.f-right {margin-top:30px; }
.f-right img { width:130px; }
/*f-copy1650*/
.f-copy { font-size:15px; padding-top:20px; padding-bottom:20px; }
/*n-banner1650*/
.n-banner { height:270px; }
.n-banner .con .tit { font-size:42px; padding-bottom:13px; margin-bottom:18px; }
.n-banner .con .tit::after{ margin-left:-40px; width:80px; height:4px; }
.n-banner .con .des { font-size:20px; padding:0 5%; }
/*n-main1650*/
.n-main { min-height:250px; }
/*n-news-list1650*/
.n-news-list ul li { padding:35px 5px; }
.n-news-list ul li .pic { width:240px; height:150px; }
.n-news-list ul li .con { width:calc(100% - 240px - 35px); }
.n-news-list ul li .con .date { font-size:15px; margin-top:25px; }
.n-news-list ul li .con .date i { margin-right:8px; }
.n-news-list ul li .con .tit { font-size:19px; margin-top:8px; }
.n-news-list ul li .con .des { font-size:15px; margin-top:13px; }
/*n-newshow1650*/
.n-newshow { padding-top:35px; padding-bottom:25px; }
.n-show {font-size:16px;}
.n-tit { font-size:26px; }
.n-time { font-size:15px; margin-top:13px; }
.n-xian {margin-top:26px;}
/*n-page1650*/
.n-page {padding:40px 0; font-size:16px; }
.n-page h3 { font-size:26px; }
/*n-course-sub1650*/
.n-course-sub { padding:15px 0; }
.n-course-sub ul li { font-size:18px; line-height:40px; border-radius:20px; padding:0 20px; margin:0 8px; margin-top:18px;  }

}

@media (max-width:1400px){
.wrap{width:92%}
/*header1400*/
.header {height:80px; }
.header .logo{ height:80px; }
.header .nav { margin-left:2%;  }
.header .nav ul li{ font-size:17px; line-height:80px; } 
.header .nav ul li .sub { top:80px; }
.header .h-right {  margin-left:2%;  }
.header .h-tel span { font-size:17px; }
.header .h-contact { font-size:15px; margin-left:16px; }
.header .h-contact a { padding:0 10px;  }
/*i-public1400*/
.i-public .tit { font-size:32px; }
.i-public .tit i { width:42px; height:35px; margin:0 20px; }
.i-public .des { font-size:16px; margin-top:11px; }
/*i-majors1400*/
.i-majors {  padding-top:50px; padding-bottom:60px; }
.i-majors-list ul li .pic { height:210px; }
.i-majors-list ul li .con .des a{ padding:0 10px; }
/*i-teacher1400*/
.i-teacher { padding-top:40px; padding-bottom:50px;  }
.i-teacher-list ul li { height:260px; margin-top:60px;  }
.i-teacher-list ul li .con { padding-top: 20px; }
.i-teacher-list ul li .con .tit { font-size:22px; }
/*i-okr1400*/
.i-okr { padding-top:40px; padding-bottom:50px; }
.i-okr-top { margin-top:50px; padding:0 5%; }
.i-okr-top ul li .en { font-size:17px; }
.i-okr-top ul li .tit { font-size:24px; margin-top:3px; padding-bottom:11px; }
.i-okr-bot ul li .ban { top:-15px; left:0; width:180px; height:40px; font-size:18px; line-height:40px; padding-right:30px; }
/*i-planning1400*/
.i-planning { padding-top:40px; padding-bottom:90px; }
/*i-training1400*/
.i-training { padding-top:10px; padding-bottom:50px; }
.i-training-top ul li { height:350px; margin-top:16px;}
.n-main .i-training-list { padding-top: 15px; }
.i-training-list ul li .pic { height:180px; }
/*i-papers1400*/
.i-papers { padding-top:50px; padding-bottom:30px; }
.i-papers-list { height:360px; }
.i-papers-list .swiper-slide .box { height:340px; }
/*i-student1400*/
.i-student { padding-top:30px; padding-bottom:50px; }
.i-student-list ul li { height:250px; padding:9px; }
/*i-service1400*/
.i-service { padding-top:40px; padding-bottom:50px; }
.i-service-ban { top:-13px; width:220px; height:40px; font-size:18px; line-height:40px; padding-right:25px; }
.i-service-list ul li .pic { height:190px; }
/*i-vip1400*/
.i-vip { padding-top:40px; padding-bottom:50px; }
.i-vip .table-th { font-size:18px; line-height:60px;  height: 60px; }
.i-vip .table-td { font-size:15px; padding-top: 11px; padding-bottom: 11px; }
.i-vip a { padding:0 15px; }
/*f-contact1400*/
.f-contact { margin-top:30px; }
/*footer1400*/
.footer { padding-top:40px; margin-top:30px; padding-bottom:30px; }
.f-right img { width:110px; }
/*n-banner1400*/
.n-banner { height:220px; }
.n-banner .con .tit { font-size:37px; padding-bottom:11px; margin-bottom:16px; }
.n-banner .con .tit::after{ margin-left:-30px; width:60px; height:3px; }
.n-banner .con .des { font-size:18px;  padding:0 4%;  }
/*n-newshow1400*/
.n-newshow { padding-top:30px; padding-bottom:20px; }
.n-tit { font-size:22px; }
.n-time { font-size:14px; margin-top:11px; }
.n-xian {margin-top:24px;}
/*n-course-sub1400*/
.n-course-sub { padding:10px 0; }
.n-course-sub ul li { font-size:16px; line-height:35px; border-radius:18px; padding:0 15px; margin:0 6px; margin-top:16px;  }

}

@media (max-width:1200px){
.wrap{width:94%}
/*header1200*/
.header .nav { margin-left:1%;  }
.header .nav ul li{ font-size:16px; } 
.header .h-right {  margin-left:1%;  }
.header .h-tel span { font-size:16px; }
.header .h-contact { margin-left:12px; }
.i-majors-list ul li .con .tit { font-size:18px; }
.i-majors-list ul li .con .des a { padding: 0 5px; }
.i-okr-bot ul li .des  { font-size: 16px; }
.i-planning-list ul li .des { font-size: 16px; }
.i-planning-list ul li .des span { padding: 0 10px; }
/*i-papers1200*/
.i-papers-list { height:290px; }
.i-papers-list .swiper-slide .box { height:270px; }
/*i-student1200*/
.i-student-list ul li { height:230px; }
/*i-training1200*/
.i-training-list ul li .pic { height: 170px; }
/*i-service1200*/
.i-service-list ul li .pic { height: 180px; }
.n-banner .con .des { padding:0 3%;  }
/*n-newshow1200*/
.n-newshow { padding-top:25px; padding-bottom:15px; }
.n-tit { font-size:20px; }
.n-time { margin-top:9px; }
.n-xian {margin-top:22px;}
/*n-page1200*/
.n-page {padding:30px 0; }
.n-page h3 { font-size:20px; }

}


@media (max-width:992px){
/*header992*/
.welcome { display:none;}
.header{ display:none;}
.nav{ display:none;}
.header2{ display: block; } 
.header-wrap { display:block; height:60px;}
/*i-public992*/
.i-public .tit { font-size:28px; }
.i-public .tit i { width:32px; height:25px; margin:0 15px; }
.i-public .des { font-size:15px; margin-top:9px; }
/*i-majors992*/
.i-majors-list ul li .pic { height: 160px; }
/*i-teacher992*/
.i-teacher-list ul li { height: 180px; margin-top: 50px; }
.i-teacher-list ul li .con { padding-top: 10px; }
.i-teacher-list ul li .con .tit { font-size: 19px; }
.i-teacher-list ul li .con .des { height:96px; }
.i-teacher-list ul li .con .more { display:none; }
/*i-okr992*/
.i-okr-bot ul li .ban { width: 140px; padding-right: 20px; }
.i-okr-bot ul li .tit { font-size: 20px; }
.i-okr-bot ul li .des { font-size: 15px; }
.i-okr-bot ul li .con { padding: 5px 5px;  }
/*i-planning992*/
.i-planning-list ul li .tit { font-size: 20px; }
.i-planning-list ul li .des { font-size: 15px; }
.i-planning-list ul li .des span { padding: 0 5px; }
/*i-training992*/
.i-training-top ul li { height: 250px; }
/*i-training992*/
.i-training-list ul li .pic { height: 120px; }
/*i-student992*/
.i-student-list ul li { height: 200px; }
/*i-service992*/
.i-service-list ul li .pic { height: 120px; }
/*footer992*/
.f-left { float:none; width:100%; }
.f-right { float:none; width:100%; margin-top:30px; }
/*n-banner992*/
.n-banner { height:180px; }
.n-banner .con .tit { font-size:31px; padding-bottom:9px; margin-bottom:14px; }
.n-banner .con .tit::after{ margin-left:-20px; width:40px; height:2px; }
.n-banner .con .des { font-size:16px; }
/*n-newshow992*/
.n-newshow { padding-top:20px; padding-bottom:10px; }
.n-tit { font-size:18px; }
.n-time { margin-top:7px; }
.n-xian {margin-top:20px;}


}

@media (max-width:767px){
.wrap{width:80%}
/*i-public767*/
.i-public .tit { font-size:20px; }
.i-public .tit i { width:10px; height:10px; margin:0 5px; }
/*i-majors767*/
.i-majors { padding-top: 30px; padding-bottom: 40px; }
.i-majors-list { padding-top: 5px; }
.i-majors-list ul li { float:none; width:100%; margin-left:0; }
.i-majors-list ul li .pic { height: 180px; }
/*i-teacher767*/
.i-teacher-sub ul li { width: 100px; height: 35px; font-size: 16px;line-height: 33px; margin:0 5px; }
.i-teacher-list ul li { float:none; width:100%; }
.i-teacher-list ul li:nth-child(even) { margin-left:0; }
/*i-okr767*/
.i-okr-top { margin-top: 30px; padding: 0; }
.i-okr-top ul li .en { font-size: 12px; }
.i-okr-top ul li .tit { font-size: 20px; }
.i-okr-top ul li .tit::after { height: 2px; }
.i-okr-top ul li .des { font-size: 16px; line-height: 26px; padding: 0 10px; }
.i-okr-bot { padding-top: 10px; }
.i-okr-bot ul li { width: calc((100% - 20px) / 2); margin-left:20px; height: 180px; padding-top: 45px; margin-top: 40px; }
.i-okr-bot ul li:nth-child(odd) { margin-left:0; }
.i-okr-bot ul li .tit { font-size: 18px; }
/*i-planning767*/
.i-planning { background-size: 200% 100%; }
.i-planning-list ul li { width: calc((100% - 20px) / 2); margin-left:20px; margin-top:20px; }
.i-planning-list ul li:nth-child(odd) { margin-left:0; }
.i-planning-list ul li .tit { font-size: 18px; padding-left: 55px; }
.i-planning-list ul li .tit::after { left: -4px; top: -1px; width: 50px; height: 30px; font-size: 17px; line-height: 35px; }
.i-planning-more a { width:50%; }
/*i-training767*/
.i-training-top { padding-top: 15px; }
.i-training-top ul li { float:none; width:100%; }
.i-training-top ul li:nth-child(even) { margin-left: 0; }
.i-training-top ul li { height: 230px; }
.i-training-list { padding-top: 30px; }
.n-main .i-training-list { padding-top: 5px; }
.i-training-list ul li { width: calc((100% - 20px) / 2); margin-left:20px; margin-top:20px; }
.i-training-list ul li:nth-child(odd) { margin-left:0; }
.i-training-list ul li .tit {line-height:25px; height:50px; padding:0 5px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  white-space: normal; display: flex; align-items: center;  justify-content: center;  flex-direction: column;}
/*i-papers767*/
.i-papers { padding-top: 30px;padding-bottom: 20px;}
.i-papers-list { height: 400px; margin-top: 25px;}
.i-papers-list .swiper-slide .box { height: 380px; }
/*i-student767*/
.i-student { padding-top: 20px; padding-bottom: 40px; }
.i-student-list ul li { width: calc((100% - 20px) / 2); margin-left:20px; margin-top:20px; }
.i-student-list ul li:nth-child(odd) { margin-left:0; }
/*i-service767*/
.i-service-list ul li { width: calc((100% - 60px) / 2); margin-left:20px; margin-top:20px; }
.i-service-list ul li .pic { height: 110px; }
.i-service-box { padding-top: 30px; margin-top: 50px; padding-bottom: 20px; }
.i-service-list ul li .tit { line-height:25px; height:50px; padding:0 5px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  white-space: normal; display: flex; align-items: center;  justify-content: center;  flex-direction: column; }
/*f-contact767*/
.f-contact { margin-top:20px; }
/*footer767*/
.footer { padding-top: 30px; margin-top:20px; }
.f-left { margin-top:10px; }
/*n-banner767*/
.n-banner { height:150px; }
.n-banner .con .tit { font-size:20px; padding-bottom:7px; margin-bottom:10px; }
.n-banner .con .des { font-size:15px; }
/*n-news-list767*/
.n-news-list ul li { padding:20px 0; }
.n-news-list ul li .pic { float:none; width:100%; height:190px; }
.n-news-list ul li .con { float:none; width:100%; }
.n-news-list ul li .con .date { margin-top: 20px; }
.n-news-list ul li .con .tit { font-size: 17px; }
/*n-newshow767*/
.n-newshow { padding-top:15px; padding-bottom:5px; }
.n-tit { font-size:18px; }
.n-show table tr th { padding: 5px;}
.n-show table tr td { padding:5px; }
/*n-page767*/
.n-page {padding:20px 0; }
.n-page h3 { font-size:18px; }
/*n-course-sub767*/
.n-course-sub { padding:0; padding-top:10px; }
.n-course-sub ul li { width:100%; font-size:15px; line-height:35px; border-radius:15px; padding:0 10px; margin:0; margin-top:10px;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap;  }

}

@media (max-width:500px){
.wrap{width:94%}


}

