/****************************************
* name:zcity
* tips:城市选择
****************************************/
.zcityGroup {
    *zoom: 1;
    display: inline-block;
}
.zcityGroup:after {
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    content: '\0020';
}
.zcityGroup .zcityItem {
    position: relative;
    z-index: 1;
    width: 210px;
    display: inline-block;
}
.cityitem{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
}
.cityitem.active{

    color: #0066FF;
}
.zcityItem-1{
    margin-right:34px;
}
.zcityItem-2{
}
.zcityGroup .zcityItem .zcityItem-head {
    position: relative;
    z-index: 0;
    padding: 0 25px 0 5px;
}
.zcityGroup .zcityItem .zcityItem-head:before {
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    z-index: 0;
    right: 5px;
    background: url(../img/ico-triangle-down.png) right center no-repeat;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.zcityGroup .zcityItem .zcityItem-head .currentValue {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    background: #fff;
    padding: 0;
    cursor: pointer !important;
}
.zcityGroup .zcityItem .zcityItem-main {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 32px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}
.zcityGroup .zcityItem .zcityItem-main .cityContainer {
    max-height: 224px;
    overflow-x: hidden;
    overflow-y: auto;

}
.zcityGroup .zcityItem .zcityItem-main .citylist {
}
.zcityGroup .zcityItem .zcityItem-main .cityTips,
.zcityGroup .zcityItem .zcityItem-main .citylist .cityitem {
    padding: 0 20px;
    display: block;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
.zcityGroup .zcityItem .zcityItem-main .cityTips:hover,
.zcityGroup .zcityItem .zcityItem-main .citylist .cityitem:hover {
    background: #f5f5f5;
}
.zcityGroup .zcityItem.on .zcityItem-main {
    visibility: visible;
    opacity: 1;
}
.zcityGroup .zcityItem.on .zcityItem-head:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*zcity end*/

* {
    margin: 0;
    padding: 0;
}
html, body {
    position: relative;
    height:100%;
    min-width:1200px;
    font-family: "PingFangSC-Regular","Arial","Microsoft YaHei","微软雅黑","宋体" !important;
    background: #fff;
}
h3,h4,h5{
    font-weight:normal;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
img {
    border: 0;
}
.gh-container{
    width:100%;
}
.gh-head-bg{
    background: #666;
    opacity: .9;
}
.gh-img-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.gh-page-1{
    position: relative;
}
.gh-header{
    width:100%;
    height:60px;
    position: absolute;
    top:0;
    left:0;
    color:#fff;
}
.gh-head-content,.gh-head-bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.gh-head-content{
    z-index: 1;
    width:1200px;
    height:60px;
    left:50%;
    margin-left: -600px;
}
.gh-page{
    width:100%;
    height:0;
    padding-top:37.5%;
    position: relative;
}

.gh-page-1{
    padding-top:40.625%;
}
.gh-page.gh-page-min{
    padding-top:600px;
}
.gh-page-10{
    padding-top:720px;
}
.gh-page-10.gh-page-min{
    padding-top:700px;
}
.gh-label-border{
    border-bottom:2px solid #71737a;
}

.gh-page-content{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.gh-page-1 .gh-section{
    position: absolute;
    top: 31%;
    left: 27.5%;
}
.gh-page-1 .gh-page-title{
    font-family: PingFangSC-Semibold;
    font-size: 60px;
    color: #FFFFFF;
}
.gh-page-1 .gh-page-desc{
    font-family: PingFangSC-Medium;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 11%;
}
.gh-border-r,.gh-border-l{
    border-bottom: 2px solid #71737a;
    position: absolute;
    bottom:-5px;
}
.gh-border-r{
    width:220px;
    right:0;
}
.gh-border-l{
    width:270px;
    left:0;
}
.gh-btn-blue{
    background: #0080FF;
    border-radius: 4px;
    height:56px;
    line-height: 56px;
    padding:0 40px;

    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #FFFFFF;
    transition: .2s;
}
.gh-btn-blue:hover{
    background: #0f87ff;
}
.gh-page-1 .gh-btn-blue{
    margin-top: 30%;
}
.gh-page-2{
    text-align: center;
    padding-top:37.5%;
}
.gh-part-title{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 5% 0 74px;
    position: relative;
}
.gh-bar{
    display: inline-block;
    background: #0080FF;
    border-radius: 70px;
    width:40px;
    height:4px;
    position: absolute;
    bottom:68px;
    left:50%;
    margin-left:-20px;
}

.gh-msg-bar{
    width:40px;
    height:3px;
    background: #0080FF;
    margin:40px 0 30px;
}
.gh-card-list{
    overflow: hidden;
}
.gh-card-item{
    float:left;
}
.gh-item-edge{
    margin-right:0 !important;
}
.gh-card-img{
    width:130px;
    height:130px;
}
.gh-card-title{
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333333;
    margin: 18px 0 12px;
}

.gh-card-msg{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
}
.gh-card-msg p{
    white-space:nowrap;
}
.gh-page-2 .gh-card-list{
    width:850px;
    margin:4% auto 0;
}
.gh-page-2 .gh-card-item{
    width:130px;
    margin-right:230px;
}
.gh-img-p21{
    background:url(../img/ghSchool/p21.png) no-repeat;
}
.gh-img-p22{
    background:url(../img/ghSchool/p22.png) no-repeat;
}
.gh-img-p23{
    background:url(../img/ghSchool/p23.png) no-repeat;
}

.gh-page-3,.gh-page-7,.gh-page-9{
    background: #f3f3f3;
}
.gh-view-content{
    width:850px;
    height:100%;
    margin:0 auto;
    position: relative;
}
.gh-view-left,.gh-view-right{
    position: absolute;
    top: 50%;
    height:326px;
    margin-top:-163px;
}
.gh-view-left{
    left:0;
}
.gh-view-right{
    right:0;
}
.gh-page-4 .gh-view-right{
    margin-top: -122px;
}
.gh-page-3 .gh-view-right{
    width:430px;
    height:326px;
    background:url(../img/ghSchool/p3_img_computer.png) no-repeat;
}
.gh-view-title{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
}
.gh-view-msg{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.gh-page-4 .gh-view-left,.gh-view-right{
    height:348px;
    margin-top:-174px;
}
.gh-page-4 .gh-view-left{
    width:432px;
    height:348px;
    background:url(../img/ghSchool/p4_img_blackboard.png) no-repeat;
}
.gh-page-5 .gh-part-title{
    color:#fff;
}
.gh-fun-list{
    width:1090px;
    margin:20px auto 0;
    overflow: hidden;
    color:#fff;
}
.gh-fun-item{
    width:130px;
    margin-right:30px;
    float:left;
    background: rgba(255,255,255,0.20);
    height:280px;
}
.gh-fun-img{
    width:84px;
    height:84px;
    margin: 30px auto 24px;
}
.gh-fun-img1{
    background:url(../img/ghSchool/p5_icon_kczx.png) no-repeat;
}
.gh-fun-img2{
    background:url(../img/ghSchool/p5_icon_wd.png) no-repeat;
}
.gh-fun-img3{
    background:url(../img/ghSchool/p5_icon_test.png) no-repeat;
}
.gh-fun-img4{
    background:url(../img/ghSchool/p5_icon_dc.png) no-repeat;
}
.gh-fun-img5{
    background:url(../img/ghSchool/p5_icon_zl.png) no-repeat;
}
.gh-fun-img6{
    background:url(../img/ghSchool/p5_icon_zx.png) no-repeat;
}
.gh-fun-img7{
    background:url(../img/ghSchool/p5_icon_bb.png) no-repeat;
}
.gh-fun-title{
    padding:0 17px 10px;
    text-align: center;
    font-size: 16px;
}
.gh-fun-msg{
    padding:0 17px;
    line-height: 17px;
    font-size: 12px;
}

.gh-prod-list{
    max-width:1000px;
    min-width: 900px;
    width:60%;
    margin:0 auto;
    padding: 0 10px 10px;
    overflow: hidden;
}
.gh-prod-item{
    width:28%;
    padding-top:35%;
    margin-right:8%;
    float:left;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    border-radius: 8px;
    overflow: hidden;
    height: 0;
    position: relative;
}
.prod-content{

}
.prod-img-wrap{
    width:100%;
    padding-top:64.28%;
    height: 0;
    position: relative;
}
.gh-prod-img,.prod-content{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.gh-prod-title{
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333333;
    padding:15px 30px 10px;
    text-align: center;
}
.gh-prod-msg{
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #666666;
    padding:0 39px;
    line-height: 20px;
}
.gh-prod-img1{
    background:url(../img/ghSchool/p6_img_yznr.png) center no-repeat;
}
.gh-prod-img2{
    background:url(../img/ghSchool/p6_img_dzdzc.png) center no-repeat;
}
.gh-prod-img3{
    background:url(../img/ghSchool/p6_img_kfspt.png) center no-repeat;
}

.gh-serve-list{
    width:1000px;
    margin:3% auto 0;
    overflow: hidden;
}
.gh-serve-item{
    width:280px;
    margin-right:80px;
    float:left;
    overflow: hidden;
}
.gh-serve-img{
    width:100px;
    height:100px;
    margin:0 auto;
}
.gh-serve-title{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    padding:15px 30px 10px;
    text-align: center;
}
.gh-serve-msg{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    padding:0 35px;
    line-height: 20px;
}
.gh-serve-img1{
    background:url(../img/ghSchool/p7_icon_zb.png) no-repeat;
}
.gh-serve-img2{
    background:url(../img/ghSchool/p7_icon_jk.png) no-repeat;
}
.gh-serve-img3{
    background:url(../img/ghSchool/p7_icon_fls.png) no-repeat;
}
.gh-page-8 .gh-part-title{
    color:#fff;
}
.gh-plank-wrap{
    width:940px;
    height:370px;
    margin:0 auto;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-430px;
    margin-top:-185px;
}
.gh-plank-right,.gh-plank-left,.gh-plank-middle{
    width:260px;
    height:370px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    border-radius: 8px;
    float:left;
    transition: .3s;
    text-align:center;
}
.gh-plank-right:hover,.gh-plank-left:hover,.gh-plank-middle:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.gh-plank-left{
    /*margin-right:160px;*/
}
.gh-plank-middle{
    margin-right:78px;
    margin-left:78px;
}
.gh-plank-right{

}

.plank-btn-red,.plank-btn-blue,.form-btn-blue{
    border-radius: 4px;
    width:200px;
    height:44px;
    line-height: 44px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    text-align:center;
    transition: .2s;

}

.plank-btn-blue-apply{
    border-radius: 4px;
    width:200px;
    height:44px;
    line-height: 44px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    text-align:center;
    transition: .2s;
    background: #0066FF;
    margin-top: 90px;

}

.form-btn-blue{
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    background: #0073FF;
    box-shadow: 0 0 10px 0 rgba(0,24,61,0.20);
    border-radius: 4px;
    width:300px;
    margin-top:20px;
}
.form-btn-blue:hover{
    background: #0f6efd;
}
.plank-btn-red{
    background: #FF432B;

}

.plank-btn-blue{
    background: #0066FF;
}

.plank-btn-gray{
    border-radius: 4px;
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    transition: .2s;
}

.gh-plank-title{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333;
    padding:44px 0 55px;
}

.gh-plank-mid {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333;
    padding: 44px 0 83px;
}
.gh-plank-prize{
    color: rgb(245,2,11);
    font-size: 20px;
    margin-bottom: 78px;
}
.gh-plank-prize strong{
    font-family: PingFangSC-Medium;
    font-size: 30px;
}
.gh-plank-prize-small{
    color: #333;
    display: block;
    font-size: 18px;
    margin-top: 6px;
}
.gh-plank-msg{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #999999;
    padding:129px 0 100px;
}

.gh-bar-apply{
    position: fixed;
    bottom:0;
    left:0;
    z-index: 10;
    width:100%;
    height:48px;
    line-height: 48px;
    background-image: #0080FF;
    background-image: linear-gradient(90deg, #4DC6FE 0%, #0080FF 100%);
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    cursor:pointer;
    transition: .2s;
}
.gh-apply-hide{
    bottom:-48px !important;
}

.gh-page-10{
    background: #363741;
}
.gh-page-10 .gh-part-title{
    color:#fff;
    padding: 5% 0 65px;
}
.gh-page-10 .gh-part-title .gh-bar{
    bottom: 59px;
}
.gh-apply-form{
    width:520px;
    margin:0 auto;
}
.gh-row{
    height:40px;
    line-height: 40px;
    border-bottom:2px solid #71737a;
    margin-bottom:28px;
    position: relative;
}
.gh-input[type='text'],.zcityItem-head input[type='text']{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    background: #363741;
    border:none;
    outline: none;
    color:#fff;
    width:350px;
    padding:5px 0;
    box-shadow: inset 0 0 1000px 100px #363741;
}
.gh-label{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    margin-right:15px;
}
.gh-row-bottom{
    text-align: center;
}
.gh-client-wrap{
    /*width:840px;*/
    width:750px;
    margin:80px auto 0;
    text-align: center;
}
.gh-logo{
    display: inline-block;
    width:150px;
    height:72px;
    background-size: 100% 100%;
    background-color:#fff;
    margin:0 20px 40px;
}
.gh-logo1{
    background-image: url(../img/ghSchool/logo1.png) ;
}
.gh-logo2{
    background-image: url(../img/ghSchool/logo2.png);
}
.gh-logo3{
    background-image: url(../img/ghSchool/logo3.jpg) ;
}
.gh-logo4{
    background-image: url(../img/ghSchool/logo4.jpg)  ;
}
.gh-logo5{
    background-image: url(../img/ghSchool/logo5.jpg)  ;
}
.gh-head-logo{
    width:130px;
    height:50px;
    margin:5px 136px 0 85px;
    background-image: url(../img/ghSchool/head_logo.png) ;
    background-repeat: no-repeat;
    float: left;
}
.gh-head-list{
    line-height: 60px;
    float: left;
}
.gh-head-link{
    line-height: 59px;
    display:inline-block;
    position: relative;
    min-width:90px;
    padding:0 10px;
    color:#fff;
    font-size: 16px;
    transition:.01s ease;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid transparent;
}
.gh-head-link:hover,.gh-head-link.active{
    color:#b10d0d;
    border-bottom: 1px solid #b10d0d;
}
.gh-menu-link:hover,.gh-sub-link:hover{
    color:#b10d0d;
}

.gh-menu-bg{
    background: rgba(102,102,102,0.9);
}
.gh-menu{
    position: absolute;
    top:60px;
    left:0;
    width:90px;
    padding-top:10px;
    display: none;
}
.gh-sub-menu{
    position: absolute;
    top:0;
    left:90px;
    width:90px;
    padding-left:10px;
    height:0;
    overflow: hidden;
}
.gh-head-link:hover .gh-menu{
    display: block;
}
.gh-menu-link:hover .gh-sub-menu{
    /*display: block;*/
    /*height:auto;*/
}
.outMenuTriangle{
    width:0;
    height:0;
    position: absolute;
    top:3px;
    left: 50%;
    margin-left:-5px;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid rgba(102,102,102,0.9);
}
.gh-menu-link,.gh-sub-link{
    display:block;
    width:100%;
    height:40px;
    line-height: 40px;
    color:#fff;
    font-size: 14px;
    margin:0;
    position: relative;
}

.gh-form-tip{
    color: red;
    font-size: 12px;
    line-height: 15px;
    margin-top:8px;
}
.gh-tip-city{
    margin-top:11px;
}



/*.gh-container{*/
    /*min-height:4758px;*/
    /*background: url(../img/ghSchool/1.png);*/
    /*background-size: 100% auto;*/
/*}*/
/*.gh-img-bg{*/
    /*display: none;*/
/*}*/
/*.gh-page-3, .gh-page-7, .gh-page-9,.gh-page-10,.gh-input[type='text'], .zcityItem-head input[type='text']{*/
    /*background: none;*/
/*}*/