.head{
    position: relative;
    width: 100%;
    height: 320px;
    background-position: top center;
    background-size: 100% 100%;
}
.video_head{
    height: 70px;
    background: none;
}
/*content*/
#profile .content-tit,
#zuzhi .content-tit,
#aptitude .content-tit,
#honor .content-tit,
#culture .content-tit{
    margin: 0 auto 46px;
}
#profile{
    padding: 64px 0;
    background-color: #fff;
}
#profile .content-main{
    padding: 22px 84px 64px; 
    border: 2px solid #0168b7; 
    border-radius: 0 60px / 60px; 
    -ms-border-radius: 0 60px / 60px;
    -moz-border-radius: 0 60px / 60px;  
    -webkit-border-radius: 0 60px / 60px; 
    -o-border-radius: 0 60px / 60px; 
}
.content-main p{
    text-indent: 2em;
}

#profile img{
    width: 47%;
    height: 180px;
    margin: 62px 10px 20px;
}
#zuzhi{
    padding: 44px 0 64px;
    background-color: #f5f5f5;
}
#zuzhi .min-container{
    text-align: center;
}
#aptitude{
    padding: 44px 0 64px;
    background-color: #fff;
}
#aptitude .all{
    width: 90%;
    margin: 0 auto;
}

.aptitude-list{
    height: 160px;
    margin: 24px 0 30px 0;
    overflow: hidden;
}
.aptitude-list p{
    height: 32px;
    line-height: 32px;
    color: #666;
}
.aptitude-list a{
    display: block;
    height: 32px;
    line-height: 32px;
    color: #666;
}
.aptitude-list i{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;  
    -webkit-border-radius: 50%; 
    -o-border-radius: 50%; 
    border: 2px solid #f39800;
    margin-right: 12px;
}
.aptitude-img{
    width: 100%;
    height: 365px;
}
.aptitude-img img{
    width: 100%;
    height: 100%;
}
#honor{
    padding: 44px 0 64px;
    background-color: #fff;
}
#honor .all{
    width: 90%;
    margin: 0 auto;
}
#honor img{
    width: 100%;
    height: 616px;
}
#honor img:first-child{
    height: 446px;
}
#culture{
    padding: 44px 0 64px;
    background-color: #f5f5f5;
}
#culture .all{
    overflow: hidden;
    text-align: center;
    padding: 0 35px;
}
#culture .all > div{
    display: inline-block;
    width: 232px;
    height: 320px;
    margin: 24px 38px;
    color: #000;
    vertical-align:top;
}
#culture img{
    width: 180px;
    height: 180px;
}
#culture h4{
    height: 32px;
    line-height: 32px;
    margin-top: 24px;
    font-size: 22px;
}
#culture .intro{
    height: 70px;
    line-height: 70px;
    margin-top: 8px;
}
#culture p{
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-indent: 0;
    color: #666;
}
.content-wrap .home{
    height: 24px;
    font-size: 14px;
    margin: 36px 110px 0;
}
.content-tit span{
    display: inline-block;
    height: 42px;
    margin: 0 20px;
}
.content-main{
    padding: 0 110px 42px;
}
.content-ud{
    padding: 28px 0 90px;
    border-top: 1px dotted rgb(211, 211, 211);
}
.content-ud a{
    line-height: 26px;
    display: block;
    margin-left: 110px;
}
#video{
    height: 100%;
}
#zckd_video{
    width: 100%;
    height: 100%;
    background: url(../../../images/gfb/category/videobg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.video_content{
    text-align: center;
    color: #fff;
}
.video_tit{
    height: 272px;
    line-height: 272px;
    margin-top: 28px;
}
.video_tit h2{
    font-size: 90px;
}
.video_con{
    width: 100%;
    background: rgba(255,255,255,.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);  
    padding: 84px 0;
}
.video_btn .play_btn{
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #f6b240;
    margin: 0 auto 22px;
    cursor: pointer;
}
.play_btn:before{
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 84px;
    height: 84px;
    border: 4px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.play_btn:after{
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 28px solid #fff;
    border-bottom: 20px solid transparent;
    transition: transform .6s cubic-bezier(.37,.16,.12,1),-webkit-transform .6s cubic-bezier(.37,.16,.12,1);
    -webkit-transition: transform .6s cubic-bezier(.37,.16,.12,1),-webkit-transform .6s cubic-bezier(.37,.16,.12,1);
}
.play_btn:hover:before{
    opacity: .7;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform .6s cubic-bezier(.37,.16,.12,1),-webkit-transform .6s cubic-bezier(.37,.16,.12,1);
    -webkit-transition: transform .6s cubic-bezier(.37,.16,.12,1),-webkit-transform .6s cubic-bezier(.37,.16,.12,1);
}
.play_btn:before{
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    transition: transform .6s cubic-bezier(.37,.16,.12,1),-webkit-transform .6s cubic-bezier(.37,.16,.12,1);
}
.play_btn:hover:after{
    -webkit-transform: scale(.7);
    transform: scale(.7);
    transition: transform .6s cubic-bezier(.37,.16,.12,1),-webkit-transform .6s cubic-bezier(.37,.16,.12,1);
}
.video_con .sub{
    color: #fff;
    font-size: 20px;
}
.video_con .sub:hover{
    color: #fff;
}
.video_wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
    /*-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);    
    filter: blur(10px);  */  
    display: none;
}

.video_show{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -370px;
    margin-left: -553px;
    width: 1106px;
    height: 740px;
    background: url(../../../images/gfb/category/laptop.png);
    transform: scale(0.5);
}
.to_big{
    transform: scale(1);
    transition: all 1s;
}
.video_close{
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.video_close:before{
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.video_close:hover:before{
    opacity: .7;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 1s cubic-bezier(.37,.16,.12,1),-webkit-transform .6s cubic-bezier(.37,.16,.12,1);
}
.video_box{
    position: absolute;
    left: 159px;
    top: 58px;
    width: 789px;
    height: 502px;
}
.video_box video{
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    object-fit: initial;
}


/*kf*/
.kf-intro p{
    text-indent: 2em;
}
.min-container .cus,
.min-container .hot,
.min-container .per{
    margin-top: 76px;
    text-align: center;
}
.cus .tit,
.hot .tit,
.per .tit{
    height: 74px;
    line-height: 74px;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.hot .tel-box span{
    display: inline-block;
    width: 292px;
    height: 68px;
    line-height: 68px;
    border-radius: 42px;
    -ms-border-radius: 42px;
    -moz-border-radius: 42px;  
    -webkit-border-radius: 42px; 
    -o-border-radius: 42px;
    border: 2px solid #0168b7;
    font-size: 24px;
    color: #0168b7;
    margin: 52px 26px 28px;
}
.per > div{
    margin: auto 58px;
}
.per .per-item{
    float: left;
    width: 184px;
    height: 184px;
    padding: 16px;
    border-radius: 22px;
    -ms-border-radius: 22px;
    -moz-border-radius: 22px;  
    -webkit-border-radius: 22px; 
    -o-border-radius: 22px;
    background-color: #0168b7;
    color: #fff;
    margin: 34px 42px 144px;
}
.per-item h2{
    height: 74px;
    line-height: 74px;
    font-size: 42px;
}
.per-item p{
    height: 104px;
    line-height: 22px;
    text-align: left;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.business .min-container{
    margin-bottom: 34px;
    text-align: center;
}
.business .coninfo{
    display: inline-block; 
    width: 288px; 
    height: 288px; 
    border-radius: 50%; 
    background-color: #eee; 
    margin: 24px; 
    padding: 12px 42px;
    box-sizing: border-box;
}
.business .coninfo span{
    font-size: 60px; 
    color: #0168b7;
}
.business .coninfo .span{
    font-size: 60px; 
    color: #0168b7;
}
.business .coninfo h6{
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    margin-bottom: 4px;
}
.business .coninfo p{
    height: 92px;
    font-size: 12px; 
    text-indent: 0; 
    text-align: left;
    overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1152px){
    body {
        font: 14px/1.5 'Microsoft Yahei',Tahoma,Helvetica,Arial,sans-serif;
    }
    .min-container{
        width: 96%;
    }
    .head .logo{
        display: none;
    }
    .content-menu .sep{
        margin: 0 24px;
    }
    .honor-list{
        margin-right: 24px;
    }
    .per .per-item{
        width: 164px;
        height: 164px;
        margin: 34px 27px 144px;
    }
    .per-item h2{
        height: 58px;
        line-height: 58px;
        font-size: 42px;
    }
    .footer .qrcode{
        margin-right: 40px;
    }
    .footnav{
        margin: 42px 0 46px 14px;
    }
    .footnav a{
        margin: 0 6px;
    }
    .footer .copyright {
        margin:                          