﻿*{
    padding: 0;
    margin: 0;
    font-size:16px;
    color:#333;
    font-family:'微软雅黑';
    font-style:normal;
}
img{
    display: block;
}
ol,li{
    list-style: none;
}
a,a:hover{
    text-decoration:none;
}
/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.left{
    float:left;
}
.right{
    float: right;
}
.img100{
    width:100%;
}
.top{
    width:100%;
    height:30px;
    line-height: 30px;
    background: #eee;
}
.logo{
    height:100px;
    margin:30px 0 20px;
}
.logo img{
    float:left;
}
.logo img:nth-child(2){
    float:right;
    margin-top: 30px;
}
.menu-list{
    height:60px;
}
.menu-list li{
    width: 10%;
    float: left;
    margin-left: 1.25%;
    position: relative;
}
.menu-list li:nth-child(1){
    margin-left: 0;
}
.menu-list li a:hover,.menu-list a:hover,.menu-list-a{
    color: #3c99de;
}
.menu-list li a{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    cursor:pointer;
}
.menu-list li p{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 111;
    background: #fff;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: #777 0 0 10px;
    padding: 10px 0;
    transition: all linear .3s;
}
.menu-list li p a{
    line-height: 45px;
}
/*通知*/
.notice{

}
.notice li{
    height:80px;
    box-shadow:rgba(0,0,0,.3) 0px 0px 15px;
    position: relative;
    overflow: hidden;
}
.notice li b{
    float: left;
}
.notice li b:nth-child(1){
    width: 55px;
    height:50px;
    background:url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png) center no-repeat;
    position: absolute;
    background-position: -130px -10px;
    top:15px;
    left: 15px;
}
.notice li b:nth-child(2) a{
    margin-left: 80px;
    line-height: 80px;
    font-size: 20px;
}
.notice li b:nth-child(3){
    line-height: 80px;
    color: red;
    position: absolute;
    font-size: 20px;
    right: 30px;
}
/*选择*/
.nav li{
    float:left;
    width:25%;
    height:300px;
    margin: 80px 0;
    position: relative;
    transition:all .25s;
    -moz-transition:all .25s; /* Firefox 4 */
    -webkit-transition:all .25s; /* Safari and Chrome */
    -o-transition:all .25s; /* Opera */
}
.nav li:hover{
    margin-top: 50px;

}
.nav li b,.nav li p{
   position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 26px;

}
.nav li p{
    bottom: 30px;
    font-size: 18px;
}
.nav a:nth-child(1) li{
    background:url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/nav_1.png) center no-repeat;
}
.nav a:nth-child(2) li{
    background:url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/nav_2.png) center no-repeat;
}
.nav a:nth-child(3) li{
     background:url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/nav_3.png) center no-repeat;
 }
.nav a:nth-child(4) li{
    background:url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/nav_4.png) center no-repeat;
}
/*助力*/
.list-title{
    padding: 50px 0 100px;
    position: relative;
}
.list-title p,.list-title b{
    text-align: center;
    letter-spacing: 3px;
}
.list-title span{
    display: block;
    text-align: center;
    margin: 30px 0 0;
    color: gray;
}
.list-title span i{
    color: red;
}
.list-title img{
    margin:0 auto;
}
.list-title p:nth-child(1){
    color: #dce5ee;
    position: relative;
    z-index: 1;
    top:40px;
    font-size: 48px;
}
.list-title b:nth-child(2){
    color: #1a8fef;
    font-size: 40px;
    display: block;
    position: relative;
    z-index: 222;
}

/*查看按钮*/
.service{
    line-height: 60px;
    text-align: center;
    display: block;
    width: 200px;
    height: 60px;
    background: #ed9a4b;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 80px;
    box-shadow: #777 3px 3px 3px;
}
.ambient-botton{
    background: #fb663e;
}
.teachers-botton,.major-botton{
    background: #3d94f5;
}
.major-botton{
    margin-top: 0;
}

/*学院优势*/
.advantage{
    height:810px;
    background:url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/advantage.jpg) center no-repeat;
}
.advantage-ul ul{
    float:left;
    width:33.3%;
}
.advantage-ul ul:nth-child(1) li,.advantage-ul ul:nth-child(3) li{
    padding-bottom: 70px;

}
.advantage-ul ul:nth-child(1) li i,.advantage-ul ul:nth-child(3) li i{
    width: 75px;
    height:75px;
    display: inline-block;
    background: url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png) no-repeat;
}
.advantage-ul ul:nth-child(1) li b,.advantage-ul ul:nth-child(3) li b{
    font-size: 20px;
    border-bottom: 3px solid #016bff;
    padding-bottom: 3px;
}
.advantage-ul ul:nth-child(1) li span,.advantage-ul ul:nth-child(3) li span{
    display: block;
    padding-top: 5px;
}
.advantage-ul ul:nth-child(1) li p{
    float: left;
    width:70%;
    text-align: right;
    margin-top: 10px;
    margin-right: 4px;
}
.advantage-ul ul:nth-child(1) li:nth-child(2) p{
    float: left;
    width:80%;
    text-align: right;
    margin-top: 10px;
}
.advantage-ul ul:nth-child(3) li p{
    float: right;
    width:79%;
    margin-top: 10px;
}
.advantage-ul ul:nth-child(3) li:nth-child(1),.advantage-ul ul:nth-child(3) li:nth-child(3){
    margin-left: 10%;
}
.advantage-ul ul:nth-child(1) li:nth-child(1) i{
    background-position: 0 0;
}
.advantage-ul ul:nth-child(1) li:nth-child(2) i{
    background-position: 0 -130px;
}
.advantage-ul ul:nth-child(1) li:nth-child(3) i{
    background-position: 0 -260px;
}
.advantage-ul ul:nth-child(3) li:nth-child(1) i{
    background-position: 0 -390px;
}
.advantage-ul ul:nth-child(3) li:nth-child(2) i{
    background-position: 4px -525px;
}
.advantage-ul ul:nth-child(3) li:nth-child(3) i{
    background-position: 0 -655px;
}
.advantage-ul ul:nth-child(2) li{
    position: relative;

}
.advantage-ul ul:nth-child(2) li img{
    margin: 0 auto;
}
.advantage-ul ul:nth-child(2) li b{
    position: absolute;
    top:120px;
    left:31%;
    border-bottom: 3px solid #5faefe;
    display: block;
    font-size: 36px;
    width: 38%;
    padding-bottom: 3px;
    color: #5faefe;
    text-align: center;
}
.advantage-ul ul:nth-child(2) li p{
    position: absolute;
    top:200px;
    text-align: center;
    font-size: 18px;
    display: block;
    width: 100%;
    color: #76bfe7;
}
/*热门专业*/
.hot-major{
    height:1455px;
    background:url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/hot_major.jpg) center no-repeat;
}
.major li{
    float:left;
    width:32%;
    margin-right: 2%;
    position: relative;
    margin-bottom:80px;
    box-shadow: #ccc 7px 7px 15px;
    transition: top .3s ease-in-out;
    top:0;
    overflow: hidden;
}
.major li img{
    transition: all linear .3s;
    max-height: 240px;
}
.major li:nth-child(3n){
    margin-right: 0;
}
.major li p:nth-child(2) i{
    width:30px;
    height: 70px;
    display: inline-block;
    background: url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png) no-repeat;
    background-position: -155px -70px;
}
.major li p:nth-child(2) span{
    display: block;
    margin-top: -48px;
    margin-left: 30px;
    font-size: 28px;
    color: #0c81f3;
}
.major li p:nth-child(3) span{
    padding:0 30px;
    display: block;
    margin-top: 20px;
}
.major li p:nth-child(3) span em{
    color: #f8a559;
}
.major li p:nth-child(4) a{
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    line-height: 60px;
    background: #6bb5ff;
    margin-top: 20px;
    color: #fff;
    position: relative;
    transition: all linear .3s;
    top:0;
}
.major li p:nth-child(4) a:hover{
    top: -5px;
}
.major li p:nth-child(4) a:nth-child(2){
    background: #ff6052;
}

/*就业*/
.hot-ming-title{
    font-size: 0.5rem;
    background: #39a0fd;
    height: 1.1rem;
    line-height: 1.1rem;
}
.hot-ming-div{
    border-radius: 0.15rem;
    overflow: hidden;
    border: 0.05rem solid #39a0fd;
    border-top: none;
    min-height: 11rem;
    margin-bottom: 2rem;
}
.hot-ming-div i{
    width:20px;
    height:20px;
    display: inline-block;
    background: url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png) no-repeat;
    background-position: -150px -185px;
    position: relative;
    top: 5px;
}
.hot-ming-title div{
    color: white;
    text-align: center;
    float: left;
    border-right: 1px solid #39a0fd;
}
.hot-ming-title div:nth-child(1),.hot-ming-child div:nth-child(1){
    width: 31%;
}
.hot-ming-title div:nth-child(2),.hot-ming-child div:nth-child(2){
    width: 28%;
}
.hot-ming-title div:nth-child(3),.hot-ming-child div:nth-child(3){
    width: 11%;
}
.hot-ming-title div:nth-child(4),.hot-ming-child div:nth-child(4){
    width: 10%;
}
.hot-ming-title div:nth-child(5),.hot-ming-child div:nth-child(5){
    width: 18%;
    border: none;
}
.hot-ming-child{
    font-size: 0.42rem;
    background: #fff;
    height: 1.1rem;
    line-height: 1.1rem;
    color: #1B1B1B;
    text-align: center;
}
.hot-ming-child:nth-child(2n){
    background: #D3E5FF;
}
.hot-ming-child div:nth-child(4){
    color: #D90312;
}
.hot-ming-child div:nth-child(5) a{
    color: #39a0fd;
    border: none;
}
.hot-ming-child div{
    float: left;
    border-right: 1px solid #39a0fd;
}
#bigBox{
    height: 9.9rem;
    overflow: hidden;
}
.relatives{
    position: relative;
    overflow: hidden;
}
.LR_User_Icon0{
    position: absolute!important;
    left: 0!important;;
    top: 0!important;;
    width: 100%!important;;
    height: 100%!important;;
    z-index: 50!important;;
    opacity: 0!important;;
}
.LR_User_Icon0 a{
    display: block!important;;
    height: 100%!important;;
}
.moreOneHide{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*师资力量*/
.teachers{
    height:1025px;
    width:100%;
    background: url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/bj_2.jpg) no-repeat;
}
.teacher{
    overflow: hidden;
    position: relative;
}
.teacher-list{
    width:3000px;
    padding-left: 75px;
    margin-top: 50px;
    position: relative;
    left:0;
}
.teacher-list li{
    float: left;
    width: 300px;
    margin-right: 75px;
    background: #fff;
    overflow: hidden;
}
.teacher-list li b{
    margin: 10px 10px;
    display: inline-block;
    font-size: 18px;
}
.teacher-list li p{
    line-height: 30px;
    color:#4c4c4c;
    padding: 0 10px 20px 10px;
    min-height: 90px;
}
.teacher-list li img{
    transition: all linear .3s;
}
.teacher-list li img:hover{
    transform: scale(1.05);
}
.button-next{
    width:60px;
    height:100px;
    background: url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png");
    background-position: -145px -505px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 240px;
}
.button-prev{
    width:60px;
    height:100px;
    background: url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png");
    background-position: -130px -380px;
    display: inline-block;
    position: absolute;
    top: 240px;
}
/*校园环境*/
.ambient{
    height:1105px;
    width:100%;
    background: url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/bj_3.jpg) no-repeat;
}
.ambient-nav{
    margin-top: 50px;
}
.ambient-nav li{
    float:left;
    width:18%;
    margin-right: 2.5%;
    background: #7dbaf3;
    height:60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}
.ambient-nav li:nth-child(5){
    margin-right: 0;
}
.ambient-img{
    height:553px;
    margin-top: -40px;
}
.ambient-img img{
    transition: all linear .3s;
}
.ambient-img img:hover{
    transform: scale(1.05);
}
.ambient-nav-select{
    background: #0a82f2 !important;
}

.ambient-img-l{
    width:50%;
    height:553px;
    overflow: hidden;
}
.ambient-img ul{
    width:50%;
    margin-top: -10px;
}
.ambient-img-r li{
    float: left;
    width: 47%;
    margin-left: 3%;
    margin-top: 10px;
    height: 271px;
    overflow: hidden;
}
/*关心问题*/
.doubt{
    margin-bottom: 100px;
}
.doubt li{
    float: left;
    width:10.5%;
    height:140px;
    margin-right: 4%;
    line-height: 40px;
    text-align: center;
    transition: all linear .8s;
}
.doubt li:nth-child(7){
    margin-right: 0;
}
.doubt li i{
    width:80px;
    height:80px;
    display:block;
    margin: 10px auto 0;
    background: url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png") no-repeat;
    background-position:-268px -35px;
}
.doubt li:hover{
   box-shadow: #777 0 0 10px;

}
.doubt li:nth-child(2) i{
    background-position:-268px -175px;
}
.doubt li:nth-child(3) i{
    background-position:-268px -320px;
}
.doubt li:nth-child(4) i{
    background-position:-268px -465px;
}
.doubt li:nth-child(5) i{
    background-position:-275px -620px;
}
.doubt li:nth-child(6) i{
    background-position:-430px 5px;
}
.doubt li:nth-child(7) i{
    background-position:-430px -142px;
}

/*新闻中心*/
.new{
    background: #f5f5f5;
    padding-bottom: 80px;
}
.new li{
    float:left;
    width:32%;
    margin-right: 2%;
    box-shadow: #777 0 0 10px;
    padding-bottom: 30px;
	min-height: 483px;
}
.new li:nth-child(3){
    margin-right: 0;
}
.new li b{
    margin: 20px auto;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #4a99dc;
}
.new li img{
    margin: 0 auto;
    border-radius: 10px;
}
.new li a{
    display: block;
    padding: 20px 20px 0;
    position: relative;
}
.new li a i{
    display: inline-block;
    margin-right: 5px;
    color: #cccccc;
}
.new li a:hover i,.new li a:hover{
    color: #4a99dc;
}
.new li a span{
    position: absolute;
    right: 20px;
}
/*合作单位*/
.cooperation{
    padding-bottom: 80px;
}
.cooperation li{
    float: left;
    width: 18.4%;
    margin-right: 2%;
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px;
    font-size: 18px;
    position: relative;
    top:0;
    transition: all linear .3s;
}
.cooperation li:hover{
    top:-12px;
}
.cooperation li:nth-child(5n){
    margin-right: 0;
}
/*叶底图标导航*/
.bottom-nav li{
    float: left;
    width: 25%;
    text-align: center;
    line-height: 25px;
    margin-bottom: 80px;
    font-size: 18px;
    position: relative;
    top:0;
    transition: all linear .3s;
}
.bottom-nav li i{
    width:80px;
    height:80px;
    display:block;
    margin: 10px auto 0;
    background: url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png") no-repeat;
    background-position:-430px -280px;
}
.bottom-nav li p{
    border-right: 1px #777 solid;
}
.bottom-nav li:hover p,.bottom-nav li:hover{
    top:-15px;
    color: #4a99dc;
}
.bottom-nav li:nth-child(4) p{
    border-right: none;
}
.bottom-nav li:nth-child(2) i{
    background-position:-430px -410px;
}
.bottom-nav li:nth-child(3) i{
    background-position:-430px -540px;
}
.bottom-nav li:nth-child(4) i{
    background-position:-430px -650px;
}
/*底部*/
.footer{
    background: #465483;
    width:100%;
    position: relative;
    padding-bottom: 50px;
}
.footer-ul{
    position: relative;
    height:320px;
}
.footer-ul>img{
    padding-top: 50px;
    position: relative;
    float: left;
}
.footer-ul p:nth-child(2){
    position: absolute;
    right: 200px;
	top: 20px;
    width:142px;
}
.footer-ul p:nth-child(1){
    position: absolute;
    top: 20px;
}
.footer-ul p:nth-child(1) em{
    display: block;
    line-height: 30px;
    color: #fff;
}
.footer-ul p span{
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    display: block;
    letter-spacing: 3px;
}
.from{
    position: fixed;
    bottom: 0;
    width: 100%;
    height:150px;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
.from-ul{
margin-top: 20px;
}
.from-ul li{
    float: left;
    margin-left: 45px;
    margin-top: 40px;
}
.from-ul li span{
    color: #fff;
    font-size:18px;
}
.from-ul img{
    margin-top: -75px;
    float: left;
}
.from-ul input{
    height: 40px;
    border-radius: 5px;
    border: none;
    padding-left: 5px;
}
.from-ul li:nth-child(4) input{
    width: 120px;
    background: #ca090a;
    color: #f4d9db;
}
/*
*
*
*公共样式
*/
/*分支页标题*/
.classes-title{
    padding: 80px 0;
}
.classes-title b,.classes-title p{
    display: block;
    text-align: center;
    color: #1a3a9d;
}
.classes-title b{
    font-size: 28px;
}
.classes-title p{
    font-size: 13px;
}
/*面包屑导航*/
.nav-btn i{
    background: url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png") no-repeat;
    background-position: -800px 0;
    width:40px;
    height:30px;
    display: inline-block;
    position: relative;
    top:5px;
}
.nav-btn a:hover{
    color: #1a3a9d;
}
/*班级优势*/
.classes-advantage{
    padding-bottom: 50px;
}
.classes-advantage li{
    float: left;
    background: #d7ab7a;
    height:350px;
    width:47%;
    margin-right: 6%;
    border-radius: 8px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.classes-advantage li:nth-child(2n){
    margin-right: 0;
}
.classes-advantage li:nth-child(2){
    background: #368bff;
}
.classes-advantage li:nth-child(3){
    background: #ee5255;
}
.classes-advantage li:nth-child(4){
    background: #bc82fd;
}


.classes-advantage li img{
    width: 50%;
    float: left;
    transition: all linear .3s;
}
.classes-advantage li img:hover{
    transform: scale(1.05);
}
.classes-advantage li p{
    padding: 20px 20px;
    width: 50%;
    float: right;
    box-sizing: border-box;
}
.classes-advantage li p i{
    display: block;
    color: #fff;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
font-weight: bold;
}
.classes-advantage li p b{
    display: block;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.classes-advantage li p b strong{
    
    color: #d7ab7a;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    width: 70px;
    height: 100px;
    background: url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png) no-repeat;
    background-position: -920px -420px;
    line-height: 75px;
}
.classes-advantage li:nth-child(2) p b strong{
    color: #368bff;
}
.classes-advantage li:nth-child(3) p b strong{
    color: #ee5255;
}
.classes-advantage li:nth-child(4) p b strong{
    color: #bc82fd;
}
.classes-advantage li p span{
    color: #fff;
    letter-spacing: 2px;
    line-height: 25px;
}
.classes-advantage li p a{
    display: block;
    text-align: center;
    padding: 4px;
    border: 2px #fff solid;
    color: #fff;
    border-radius: 5px;
    width: 110px;
    bottom: 20px;
    position: absolute;
    left: 65%;
}
.background-eef2fe{
    background: #eef2fe;
}
 /*
  *
  *
  *
  *classes.html
  */
.nav-btn{
    width:100%;
    background: #f5f5f5;
    height:50px;
}
.nav-btn a{
    line-height: 50px;
}
.classes-title{
    padding: 80px 0;
}
.classes-title b,.classes-title p{
    display: block;
    text-align: center;
    color: #1a3a9d;
}
.classes-title b{
    font-size: 28px;
}
.classes-title p{
    font-size: 13px;
}
.classes-show  li p{
    font-size: 18px;
    line-height: 40px;
}
/*班级介绍*/
.classes-show{
    padding:0 30px 80px;
}
.classes-show li{
    float: left;
    width:40%;
    height:320px;
    overflow: hidden;
}
.classes-show li:nth-child(2){
    width:60%;
    padding:0 30px;
    box-sizing:border-box ;
    line-height: 25px;
    position: relative;
}
.classes-show li:nth-child(2) a{
    position: absolute;
    bottom: 0;
    border: 2px #359ef9 solid;
    line-height: 45px;
    border-radius: 45px;
    width: 140px;
    text-align: center;
}
.classes-show li:nth-child(2) a:nth-child(2):hover{
    background: #359ef9;
    color: #fff;
}
.classes-show li:nth-child(2) a:nth-child(3){
    left: 200px;
}
.classes-show li:nth-child(2) a:nth-child(3):hover{
    background: #359ef9;
    color: #fff;
}
/*涉及专业*/
.background-f7f7f7{
    background: #f7f7f7;
    width:100%;
}
.classes-major li p:nth-child(3) span{
    line-height: 30px;
}

/*升学保障*/
.classes-guarantee{
    padding-bottom: 80px;
}
.classes-guarantee li{
    width: 30%;
    margin-right: 5%;
    float: left;
    padding: 20px 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    transition: all linear .3s;
    position: relative;
    min-height: 520px;
}
.classes-guarantee li:hover{
    box-shadow: #ccc 0 0 10px;
}
.classes-guarantee li:nth-child(3){
    margin-right: 0;
}
.classes-guarantee li b i{
    display: inline-block;
    width:80px;
    height:80px;
    background: url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png") no-repeat;
    background-position:-808px -47px;
}
.classes-guarantee li:nth-child(2) b i{
    background-position:-808px -150px;
}
.classes-guarantee li:nth-child(3) b i{
    background-position:-810px -254px;
}
.classes-guarantee li b{
    display: block;
    text-align: center;
    margin: 20px 0 0;
}
.classes-guarantee li b em{
    position: relative;
    top: -30px;
    font-size: 24px;
    color: #2f4479;
}
.classes-guarantee li p{
    text-align: center;
    font-size: 18px;
    color: #3c4787;
}
.classes-guarantee li span{
    padding:0 0 20px;
    display: block;
    color: #747474;
    line-height: 30px;
}
.classes-guarantee li a{
    padding: 10px 5px;
    width: 40%;
    border-radius: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #374a85;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 28%;
}
/*
.banbiejieshao li a{
    position: relative;
    right: 0;
    bottom: 0;

}
*/
/*魅力校园*/
.classes-ambient{
    padding-bottom: 100px;
}
.classes-ambient-nav{
    margin: 50px auto;
    width: 80%;
}
.classes-ambient-nav li{
    width:23.5%;
    margin-right: 2%;
}
.classes-ambient-nav li:nth-child(4){
    margin-right: 0;
}

/*
  ambient.html
 */
.ambient-title-li{
    text-align: center;
    background: url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png) no-repeat;
    width: 185px;
    height: 80px;
    margin: 100px auto 50px;
    line-height: 80px;
    color: #fff;
    font-size: 26px;
}
.school-ambient-title:nth-child(1){
    background-position: -587px -2px;
}
.school-ambient-title:nth-child(3){
    background-position: -587px -110px;
}
.school-ambient-title:nth-child(5){
    background-position: -587px -211px;
}
.school-ambient-title:nth-child(7){
    background-position: -587px -320px;
}
.school-ambient-title:nth-child(9){
    background-position: -587px -423px;
}
.ambient-content{
    padding-bottom: 80px;
    line-height: 32px;
}
.ambientHtml li,.ambientHtml li p{
    float: left;
    overflow: hidden;
}
.ambientHtml img{
    border-radius: 5px;
    transition: all linear .3s;
}
.ambientHtml img:hover{
    transform: scale(1.05);
}
.ambientHtml li p{
    margin-bottom: 15px;
}
.ambientHtml li:nth-child(2){
    width:50%;
}
.ambientHtml li:nth-child(1),.ambientHtml li:nth-child(3){
    width:24%;
}
.ambientHtml li:nth-child(1){
    margin-right: 1%;
}
.ambientHtml li:nth-child(3){
    margin-left: 1%;
}


/*
school_introduce.html
*/
.school-introduce{
    padding-bottom: 80px;
}
.school-introduce p{
    width:50%;
    float: left;
    line-height: 36px;
    font-size: 18px;
}
.school-introduce p span{
    display: block;
    text-indent: 40px;
}
.school-introduce img{
    width:50%;
    float: left;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all linear .3s;
}
.school-introduce img:hover{
    transform: scale(1.05);
}
.school-target{
    padding: 80px 0;
}
.school-target li{
    float:left;
    width:23.5%;
    margin-right: 2%;
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    box-sizing: border-box;
}
.school-target li:hover{
    background: #1c76ff;
}
.school-target li:hover b,.school-target li:hover p{
    color: #fff;
}
.school-target li:hover span{
    background: #fff;
}
.school-target li:nth-child(4){
    margin-right: 0;
}
.school-target li span{
    display:block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50px;
}
.school-target li i{
    display:block;
    background: url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png") no-repeat;
    background-position:-885px 20px;
    width: 100px;
    height: 100px;
}
.school-target li:nth-child(2) i{
    background-position:-890px -70px;
}
.school-target li:nth-child(3) i{
    background-position:-897px -150px;
}
.school-target li:nth-child(4) i{
    background-position:-897px -250px;
}
.school-target li p{
    line-height: 25px;
    font-size: 14px;
    color: #7d7d7d;
    min-height: 130px;
}
.school-target li b{
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
}
.honor-list{
    padding-bottom:50px ;
    position: relative;
}
.honor-list li{
    float: left;
    width: 28%;
    margin-right: 8%;
    text-align: center;
    padding-bottom: 30px;
    overflow: hidden;
}
.honor-list li img{
    transition: all linear .3s;
}
.honor-list li img:hover{
    transform: scale(1.05);
}
.honor-list li:nth-child(3n){
    margin-right: 0;
}
.honor-list li b{
    font-size: 18px;
    line-height: 50px;
}
/*
zhongzhuan.html
 */
.zhonghuan-guarantee{
    position: relative;
    padding-bottom: 80px;
}
.zhonghuan-guarantee img{
    width:48%;
    float:left;
}
.zhonghuan-guarantee p{
    width:48%;
    float:right;
    font-size: 17px;
    line-height: 36px;
}
.zhonghuan-guarantee p a{
    background: #374a85;
    padding: 7px 5px;
    display: inline-block;
    width: 180px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
    position: absolute;
    left: 52%;
    bottom: 80px;
}
.zhonghuan-guarantee-mode li{
    width:23.5%;
    margin-right: 2%;
    transition: all linear .3s;
    min-height: 500px;
    position: relative;
}
.zhonghuan-guarantee-mode li:hover{
    margin-top: -30px;
}
.zhonghuan-guarantee-mode li:nth-child(4){
    margin-right: 0;
}
.zhonghuan-guarantee-mode li:nth-child(3){
    margin-right: 2%;
}
.school-guarantee-mode{
     padding-bottom: 80px;
}
.school-guarantee-mode li{
    box-sizing: border-box;
    width: 50%;
    float: left;
    height:400px;
    background-size:100% 100%;
}
.school-guarantee-mode li p{
    width:50%;
    float: right;
    background-color:rgba(87,169,242,0.8);
    height:400px;
}
.school-guarantee-mode li p b{
    display: block;
    margin: 10px auto 0;
    text-align: center;
    width: 40%;
    line-height: 32px;
    border: 2px #fff solid;
    color: #fff;
}
.school-guarantee-mode li p span{
    padding: 10px 20px 0;
    color: #fff;
    display: block;
    line-height: 24px;
}

/*升学专业*/
.further-major{
    padding-bottom: 80px;
}
.further-major li{
    width:32%;
    margin-right: 2%;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.further-major li img{
    transition: all linear .3s;
}
.further-major li img:hover{
    transform: scale(1.05);
}
.further-major li:nth-child(3n){
    margin-right: 0;
}
.further-major li p{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    line-height:40px;
}
.further-major li p i{
    color: #fff;
    margin-left: 20px;
}
.further-major li span{
    color: #c5c4c3;
    margin-right: 20px;
    display: block;
    float: right;
}

/*
teacher.html
 */
.leaders{
    padding-bottom: 50px;
}
.leaders img{
    width:25%;
    float: left;
    margin-left: 100px;
    box-shadow: #8babff 10px 10px 0 ;
}
.leaders p{
    width: 45%;
    padding:50px 0 0 100px;
    line-height: 30px;
}
.leaders p em{
    display: block;
    font-size: 18px;
    color: #686868;
}
.leaders p b{
    font-size: 20px;
}
.leaders p span{
    display: block;
    width: 80%;
    margin-top: 20px;
}
.leaders p i{
    display: block;
   margin-top: 20px;
    color: #686868;
}
.leaders-banner{
    position: relative;
}
.leaders-list{
    margin: 0 100px 100px;
    overflow: hidden;
    
}
.leaders-banner a{
    top: 40px;
}
.leaders-ul{
    margin: 0 auto;
    position: relative;
    left:0;
}
.leaders-ul li{
    float:left;
    width:160px;
    margin-right: 50px;
    transition: all linear .3s;
    box-sizing: border-box;
    border: 1px #d1d1d1 solid;
}
.border-style{
    border: 2px #8babff solid !important;
}
.leaders-ul li img{
    border: 1px #fff solid;
    box-sizing: border-box;
}
.teacher-guarantee{
    padding-bottom: 80px;
}
.teacher-guarantee li{
    width: 26%;
    margin-right: 11%;
    text-align: center;
    float: left;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    transition: all linear .3s;
}
.teacher-guarantee li:hover{
    box-shadow: #777 0 0 10px;
}
.teacher-guarantee li i{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 20px 0 0;
    background: url(/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png) no-repeat;
    background-position: -810px -365px;
}
.teacher-guarantee li:nth-child(2) i{
    background-position: -805px -505px;
}
.teacher-guarantee li:nth-child(3) i{
     background-position: -865px -625px;
 }
.teacher-guarantee li:nth-child(3){
    margin-right: 0;
}
.teacher-guarantee li p{
    text-align: center;
    font-size: 18px;
}
.teacher-guarantee li span{
    padding: 20px 0;
    display: block;
}
.teacher-show{
    padding-bottom: 50px;
}
.teacher-show li{
    width: 23.5%;
    margin-right: 2%;
    float: left;
    border-radius: 10px;
    transition: all linear .3s;
    position: relative;
    top:0;
    margin-bottom: 50px;
	overflow:hidden;
}

.teacher-show li:nth-child(4n){
    margin-right: 0;
}
.teacher-show li p{
    border-radius: 5px;
    background: #f1f5f8;
    padding: 30px 8px;
    min-height: 120px;
    box-sizing: border-box;
}
.teacher-show li p em{
    display: block;
    color:#333;
    margin-bottom: 15px;
}
.teacher-show li p b{
     margin-right: 20px;
    font-size: 22px;

}
.teacher-show li p span{
    display: block;
    font-size: 18px;
    color: #666;
}
.teacher-show li i{
    height:0;
    width: 100%;
    background: #d0edff;
    position: absolute;
    transition: all linear .5s;
    z-index: -22;
    bottom: 0;
}
.teacher-show li:hover i{
    height: 400px;
    border-radius: 5px;
    box-shadow:#cfedff 10px 10px 10px ;
}
.teacher-show li:hover p{
    background: #48bcff;
}
.teacher-show li:hover{
    top:-15px;
}
.teacher-show li:hover em,.teacher-show li:hover b,.teacher-show li:hover span{
    color:#fff;
}
/*
major.html
 */
.major-show{
    margin-bottom: 80px;
    position: relative;
}
.major-show img{
    width: 40%;
    float: left;
    box-shadow: #8babff 10px 10px 0;
}
.major-show p{
    width: 55%;
    margin-left: 4%;
    line-height: 30px;
}
.major-show p i{
    background:url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/icon.png") no-repeat ;
    width:180px;
    height:60px;
    display: inline-block;
    background-position:-595px -524px ;
    text-align: center;
    line-height: 60px;
    color: #8fc41e;
}
.major-show p i:nth-child(2){
    background-position:-595px -597px ;
    color: #00b5ee;
    padding-left: 25px;
    box-sizing: border-box;
}
.major-show p i:nth-child(3) {
    width: 270px;
    background-position: -555px -672px;
    color: #ffa101;
}
.major-show span{
    display: block;
    margin: 20px 0;
    color: #329ef8;
    font-size: 20px;
}
.major-show p a{
    width: 140px;
    display: inline-block;
    padding: 7px 5px;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
    position: absolute;
    bottom:0;
    left:44%;
    border:3px solid #359cf9;
}
.major-show p a:hover{
    color:#fff ;
    background: #359cf9 ;
}
.major-show p a:nth-child(7){
    left:60%;
}
.major-list li p:nth-child(3) strong{
    color:red;
    display: inline-block;
    margin-right: 50px;
    font-weight: 500;
}
.major-list li p:nth-child(3) span:nth-child(2){
    color:#0c81f3;
}
.major-employment{
    padding-bottom: 80px;
}
.major-employment p{
    text-indent: 50px;
    padding-bottom: 50px;
    line-height: 30px;
    font-size: 18px;
}
.major-employment ul li,.major-certificate li{
    float:left;
    width:30%;
    margin-right: 5%;
}
.major-employment ul li:nth-child(3),.major-certificate li:nth-child(3){
    margin-right: 0;
}
.base{
    background: url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/major_base.jpg") no-repeat;
    height:790px;
}
.major-base{
    padding-bottom: 80px;
}
.major-base li:nth-child(1){
    width:36%;
    margin-right: 1%;
    float:left;
}
.major-base li img{
    margin-bottom: 15px;
    border-radius: 5px;
    float:left;
}
.major-base li:nth-child(2) img{
     width:49%;
     margin-right: 2%;
}
.major-base li:nth-child(2) img:nth-child(2n){
    margin-right: 0;
}
.major-base li:nth-child(2){
    float: right;
    width:63%;
}
.certificate-bj{
    background: url("/web/20220114132546im_/http://www.gkcfwz.com/skin/default/images/certificate_bj.jpg") no-repeat;
    padding-bottom: 80px;
}
.background-f2f7fa{
    background: #f2f7fa;
}
.major-obtain-employment li{
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    width:100%;
}
.major-obtain-employment li img{
    width:50%;
    padding-right: 20px;
    box-sizing: border-box;
}
.major-obtain-employment li b i{
    width: 6px;
    height: 20px;
    background: #0da7c9;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.major-obtain-employment li b{
    padding-bottom: 20px;
    display: block;
    font-size: 20px;
}
.major-obtain-employment li p{
    text-indent: 35px;
    line-height: 30px;
}
.major-obtain-employment li a{
    text-align: center;
    display: inline-block;
    padding: 10px 10px;
    border: 3px #1280ef solid;
    width: 120px;
    color:#1280ef;
    position: absolute;
    bottom: 0;
    left: 70%;
}
.major-obtain-employment li a:hover{
    color:#fff;
    background:#1280ef;
}
.major-obtain-employment li:nth-child(2) a{
    left: 20%;
}
.major-obtain-employment li:nth-child(1) span {
    width: 50%;
    display: inline-block;
}
.major-obtain-employment li:nth-child(2) span{
    width:43%;
    display: inline-block;
}
.major-obtain-employment li:nth-child(2) img{
    width:55%;
}


/*
new_list.html
 */
.new-list{
    margin-top: 80px;
    margin-bottom: 80px;
}
.new-list li{
    padding: 20px 0;
    border-top:1px #ccc solid;
    clear: both;
}
.new-list li img{
    width:20%;
    margin-right: 2%;
    display: inline-block;
}
.new-list li p{
     float: right;
     width: 78%;
 }
.new-list li p strong{
    font-size: 18px;
    display: block;
    padding-bottom: 18px;
}
.new-list li p i{
    display: block;
    color: #aaa;
    padding-bottom: 24px;
}
.new-list li p span{
    color: #3c3c3c;
    line-height: 30px;
}
/*
major_list.html
 */
.majorSet-list{
    margin: 80px auto;
}
.majorSet-list li{
    width:49%;
    margin-right: 2%;
    float: left;
    box-shadow:#ccc 10px 8px 15px;
    margin-bottom: 50px;
    position: relative;
}
.majorSet-list li img{
    width:41%;
    margin-right: 15px;
}
.majorSet-list li:nth-child(2n){
    margin-right: 0;
}
.majorSet-list li p b a{
    display: block;
    font-size: 24px;
    color: #3f91f5;
    margin: 15px 0;
}
.majorSet-list li p b i{
     width: 5px;
     height: 20px;
     display: inline-block;
     background: #3f91f5;
     margin-right: 10px;
}
.majorSet-list li p span{
    display: block;
    margin-bottom: 10px;
}
.majorSet-list li p span em{
    color: #fba35b;
}
.majorSet-list>li>p>a{
      padding: 8px 5px;
      width: 120px;
      background: #3f91f5;
      color: #fff;
      display: inline-block;
      text-align: center;
      border-radius: 10px;
    margin-right: 30px;
    margin-top: 5px;
  }
.majorSet-list>li>p>a:nth-child(5){
    background: #fba35b;
}
.sanjiao{
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 41%;
    margin-left: -35px;
    border-bottom: 177px solid #fff;
    border-left: 35px solid transparent;
}

/*
applt.html
 */
input,select { 
     outline: none;
 }
input:focus
{
background-color:#fff;
}
.apply-from li{
    padding:10px 50px;
    border-bottom: 1px #ccc solid;
    height: 130px;
    line-height: 130px;
position: relative;
}
.apply-from li em{
    color: red;
}
.apply-from li span,.apply-from li em,.inputlabel{
    font-size: 28px;
    letter-spacing: 5px;
}
.inputlabel{
    margin-left: 30px;
}
.apply-from li input{
    line-height: 130px;
    font-size: 28px;
    border: none;
    margin-left: 30px;
}
.apply-from select{
    margin-left: 20px;
    font-size: 28px;
    color: #a2a2a2;
    letter-spacing: 5px;
    /* padding: 50px 0; */
    /* -webkit-appearance: none;*/
}
.apply-from strong{
    width: 0;
    height: 0;
    position: absolute;
    top: 70px;
    left: 550px;
    border-left: 10px;
    border-top: 15px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.apply-from li input::placeholder{
    color: #a2a2a2;
    letter-spacing: 5px;
}

.apply-from-btn{
    margin: 80px auto;
    display: block;
    width: 290px;
    border-radius: 10px;
    height: 70px;
    font-size: 28px;
    color: #fff;
    background: #465483;
}
.regular-radio {
    display: none;
}
.regular-radio + label {
    -webkit-appearance: none;
    /*background-color: RGB(248,248,249);*/
    border: 2px solid #d0d0d0;
    padding: 15px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    top: 10px;
    left: 30px;
}
.regular-radio:checked + label:after {
    content: ' ';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    background: #7e7e7e;
    text-shadow: 0px;
    left: 8px;
    font-size: 32px;
}
.regular-radio:checked + label {
    border: 2px solid #d0d0d0;
}
.note{
    padding-bottom: 100px;
}
.note p{
    line-height: 25px;
    color: #3b3b3b;
}
.note i{
    display: block;
    padding: 5px;
    background: red;
    width: 200px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    margin-bottom: 25px;
}
.note p:nth-child(5){
    margin: 25px 0;
    width:50%;
    color:red;
}
.note b{
    font-size: 38px;
    color:red;
}
/*
address.html
 */
.address-route{
    padding-bottom: 80px;
}
.address-route p{
    line-height: 30px;
    font-size: 18px;
}
.address-img{
    margin:30px auto;
}
.address-img img{
    margin: 20px auto;
}
.display{
    display: none;
}
.major-fangxiang{
    padding-bottom: 40px;
}
.left-box{
    z-index: 999999;
    position: fixed;
    width: 135px;
	height: 450px;
	background: #3a6eff;
	top: 20%;
	left: 5px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 10px 10px 30px 10px;
	box-sizing: border-box;
}
.left-box ul{
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 40px;
    padding-bottom: 20px;
}
.left-box ul li:first-child strong{
	color: #3a6eff;
	font-size: 30px;
	font-weight: 600;
	margin: 0 15px 30px;
	text-align: center;
	border: 2px #3a6eff dashed;
	display: block;
	position: relative;
	top: 15px;
	border-radius: 10px;
	line-height: 35px;
	padding: 5px 0;
}
.left-box>a{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	display: block;
	margin-top: 10px;
}
.left-box ul li a{
	font-size: 14px;
	margin:0 7px;
	line-height: 36px;
	text-align: center;
	display: block;
	border-bottom: 1px #3a6eff solid;
}
.left-box ul li:last-child a{
	border: none;
}
.left-box ul li a:hover{
	background: #3a6eff;
	color: #fff;
}
.left-box b{
	position: absolute;
	top: -7px;
	right: -7px;
	background: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	cursor: pointer;
}
	.position-float{
		position: fixed;
		width: 600px;
		z-index: 9999;
		height: 300px;
		top:300px;
	}
	.position-float a{
		width: 125px;
		height: 40px;
		display: inline-block;
		position: absolute;
		bottom: 18px;
		left: 35px;
	}
	.position-float a:nth-child(3){
		left: 195px;
		cursor: pointer;
	}

.pages {padding:20px 0 20px 0;text-align:center;font-size:12px;color:#666666;line-height: 30px;position: absolute;bottom: 0;left: 30%;width: 40%;}
.pages a:link,.pages a:visited,.pages a:active {background:#FFFFFF;border:#DDDDDD 1px solid;padding:1px;text-decoration:none;}
.pages a:hover {background:#258CFF;border:#258CFF 1px solid;color:#FFFFFF;padding:1px;text-decoration:none;}
.pages strong {background:#258CFF;padding:1px;border:#258CFF 1px solid;color:#FFFFFF;}
.pages_inp {width:15px;border:#DDDDDD 1px solid;color:#666666;padding:2px;text-align:center;}
.pages_btn {width:26px;border:#FF6600 1px solid;color:#FFFFFF;padding:1px;background:#FF6600;font-weight:bold;font-size:11px;}
.pages label {background:#FFFFFF;border:#DDDDDD 1px solid;color:#666666;padding:3px 5px 3px 5px;}
.pages label em {color:red;font-weight:bold;font-style:normal;}
.pages label span {font-weight:bold;}
.pages cite {font-style:normal;}
/*
     FILE ARCHIVED ON 13:25:46 Jan 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:26:12 Apr 28, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.599
  exclusion.robots: 0.183
  exclusion.robots.policy: 0.174
  cdx.remote: 0.052
  esindex: 0.009
  LoadShardBlock: 112.855 (3)
  PetaboxLoader3.datanode: 106.369 (4)
  PetaboxLoader3.resolve: 95.641 (2)
  load_resource: 122.644
*/