/*html{*/
/*    font-size: 10px;*/
/*}*/

#header,.page-body,#footer,.container{
    width: 100%;
    min-width: 100%;
}
.accessibility-box{
    position: relative;
}
.mobile-content-box{
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    box-sizing: border-box;
}
.header-container{
    display: none;
}

.header-container-mobile{
    height: 30vw;
    color: #ffffff;
    padding: 0 3vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-container-mobile .logo{
    width: 8vw;
    height: 8vw;
    margin-right: 1rem;
}
.header-container-mobile .title-box{
    height: 8vw;
    flex-direction: column;
    justify-content: space-between;
}
.header-container-mobile .title{
    line-height: 4.2vw;
    font-size: 4.2vw;
    font-weight: bold;
}
.header-container-mobile .subtitle{
    line-height: 2.2vw;
    font-size: 2.2vw;
}
.header-container-mobile .search-input-box{

}
#header .header-container-mobile .search-input{
    width: 100%;
    height: 8vw;
    max-height: 36px;
}
#header .header-container-mobile .search-texts{
    /*font-size: 1.2rem;*/
    font-size: 2.4vw;
    margin-bottom: 0;
    height: 4.4vw;
    justify-content: left;
}
#header .header-container-mobile .search-texts .item{
    margin-right: 1rem;
}
#header .header-container-mobile .search-texts .item:last-child{
    margin-right: 0;
}

.header-container-mobile .icon-menu{
    width: 2.8rem;
    color: rgba(255,255,255,1);
    margin-left: 10px;
    cursor: pointer;
}

#footer{
    border-top: none;
}
#footer .footer-container{
    display: none;
}
#footer .footer-container-mobile .tabs-box{
    padding: 1.5rem 3rem;
    box-sizing: border-box;
}
#footer .footer-container-mobile .tabs .icon-up-down{
    color: #444444;
    width: 28px;
}
#footer .footer-container-mobile .tabs .label{
    color: #444444;
    font-size: 1.6rem;
    padding: 1rem 0;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
}
#footer .footer-container-mobile .tabs .link-items{
    margin: 0;
    padding-left: 1.2rem;
    box-sizing: border-box;
    list-style: none;
}
#footer .footer-container-mobile .tabs .link-item{
    color: #444444;
    font-size: 1.4rem;
    height: 2.8rem;
    line-height: 2.8rem;
    position: relative;
}
#footer .footer-container-mobile .tabs .link-item:before{
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background-color: #D7D7D7;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}
#footer .footer-container-mobile .tabs .link-item a{
    color: #444444;
    display: block;
    cursor: pointer;
}
#footer .footer-container-mobile .tabs .link-item a:hover{
    color: #337ecc;
}
#footer .footer-container-mobile .other-info{
    padding: 1.5rem 3rem 1.5rem;
    box-sizing: border-box;
}
#footer .footer-container-mobile .other-info .content{
    color: #333333;
    font-size: 1.6rem;
    padding: 0.7rem 0;
    box-sizing: border-box;
}
#footer .footer-container-mobile .gzh-qrcode{
    margin-left: 0;
    width: 80px;
    height: 80px;
}
#footer .footer-container-mobile .beian{
    width: 100%;
}


.page-index{

}
.page-index .left-and-right-box{
    flex-direction: column;
}
.page-index .left-box{
    flex-direction: column;
}
.page-index .company-navs{
    display: flex;
    margin-right: 0;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.page-index .company-navs .nav{
    width: 23.5%;
    height: 11vw;
    padding: 1rem;
    margin-right: 2%;
    box-sizing: border-box;
}
.page-index .company-navs .nav:nth-child(4n){
    margin-right: 0;
}
.page-index .company-navs .nav .label{
    font-size: 2.6vw;
}

.page-index .left-box,.page-index .right-box{
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
}
.page-index .right-box{
    margin-left: 0;
    margin-top: 2rem;
}
.page-index .right-box.right-box-margin-num{
    margin-left: 0;
}
.page-index .company-culture .items{
    padding-left: 12px;
    padding-right: 12px;
}
.page-index .company-culture .label{
    font-size: 28px;
}
.page-index .company-culture .icon-box{
    width: 60px;
    height: 60px;
    border: 4px solid #F3F3F5;
}
.page-index .company-culture .icon-box .icon{
    width: 30px;
    height: 30px;
}
.page-index .company-culture .title{
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.page-index .company-culture .subtitle{
    font-size: 12px;
}
.page-index .carousel{
    margin: 0 -1rem 0;
    /*padding: 0 !important;*/
}

.page-index .tabs{
    white-space: nowrap;
    overflow: scroll;
}
.page-index .tabs .tab{
    flex: 1;
    text-align: center;
    padding: 0 6px;
    box-sizing: border-box;
    position: relative;
}
.page-index .tabs .tab:after{
    content: '';
    width: 1px;
    background-color: #eeeeee;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
}
.page-index .tabs .tab:last-child:after{
    background-color: transparent;
}
.page-index .category-label{
    width: 100%;
    margin: 1rem 0 1rem 0;
}

.page-index .hot-special-topic{
    height: 22.6vw;
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.page-index .hot-special-topic .icon{
    width: 23vw;
    height: 23vw;
}
.page-index .hot-special-topic .arrow.left{
    width: 8vw;
    height: 8vw;
    margin: 0;
}
.page-index .hot-special-topic .arrow.right{
    width: 8vw;
    height: auto;
}
/*.page-index .hot-special-topic .special-topic-list{*/
/*    display: none;*/
/*}*/
/*.page-index .hot-special-topic .arrow{*/
/*    display: none;*/
/*}*/
/*.page-index .special-topic-carousel{*/
/*    margin-left: 1.5rem;*/
/*}*/

.page-error{
    width: 100%;
    height: auto;
    margin-bottom: 10vh;
}
.page-error .info{
    flex-direction: column;
    margin-top: 10vh;
}
.page-error .logo-box .title{
    font-size: 1.8rem;
}
.page-error .logo-box .subtitle{
    font-size: 1rem;
}
.page-error .info .content-box{
    margin-top: 3rem;
}
.page-error .info .error-img{
    width: 50vw;
    margin: 0 auto;
}
.page-error .info .title,.page-error .info .content,.page-error .info .button{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.pagination .el-pager{
    display: none;
}
.column-page .el-dialog{
    width: 94vw !important;
}
.column-page .breadcrumbs{
    display: none;
}
.column-page .columns{
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.column-page .columns .column{
    font-size: 1.4rem;
    margin: 0 5px 10px;
    padding: 0 10px;
    border-radius: 3px;
    height: 40px;
}
.column-page .info{
    flex-direction: column;
}

.column-page .article-label{
    flex-direction: column;
}
.column-page .article-label .left{
    font-size: 2rem;
    height: 50px;
    line-height: 50px;
}
.column-page .article-label .right{
    padding: 1.4rem 0 1rem;
    justify-content: center;
}
.column-page .about-article-label{
   padding-left: 12px;
}
.column-page .article-label .ask-a-question{
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 12px;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.column-page .article-info{
    width: 100vw;
    min-width: 0 !important;
    flex-direction: column;
    min-height: 0;
}
.column-page .map-box{
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.column-page .liuyan-form .el-form-item{
    display: block;
}
.column-page .liuyan-form .el-form-item__label{
    width: auto !important;
}
.column-page .liuyan-form .el-form-item__content{
    margin-left: 0 !important;
}

.column-page .gongsirongyu-title-box{
    width: 94vw;
}

.column-page .lingdao-info{
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
.column-page .lingdao-info .header-img{
    width: 100%;
    margin-right: 0;
}
.column-page .lingdao-info .name-info{
    line-height: 28px;
    margin-top: 10px;
}
.column-page .lingdao-info .name-info .name{
    margin-right: 10px;
    margin-left: 10px;
}

.column-page .zhiyuanzhe-website-items .zhiyuanzhe-website-item{
    padding: 1rem;
}
.column-page .zhiyuanzhe-website-item .cover-img-box{
    width: 30%;
    height: auto;
    margin-right: 2%;
}
.column-page .zhiyuanzhe-website-items .zhiyuanzhe-website-item .title{
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
}
.column-page .zhiyuanzhe-website-items .zhiyuanzhe-website-item .content{
    color: #616161;
    font-size: 1.4rem;
    line-height: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis; /* 文本溢出时显示省略号来代表被修剪的文本 */
    display: -webkit-box; /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 文本需要显示多少行 */
}
.column-page .zhiyuanzhe-website-items .zhiyuanzhe-website-item .button{
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 1.4rem;
    padding: 0.6rem 2rem;
    box-sizing: border-box;
    margin-top: 1rem;
}
.column-page .zhiyuanzhe-signup{
    margin-left: 12px;
    margin-right: 12px;
}
.column-page .zhiyuanzhe-signup .form{
    width: 100%;
}

.column-page .kaifhanri-yuyue-box{
    margin-left: 0;
    flex-wrap: wrap;
}
.column-page .kaifhanri-yuyue-box .left{
    width: 100%;
    margin-right: 0;
}

.column-page .gongyi-item .cover-img{
    height: 24vw;
}
.column-page .gongyi-items .gongyi-item .bottom{
    height: 16vw;
    min-height: 70px;
    padding: 6px 10px 2px;
}
.column-page .gongyi-items .gongyi-item .bottom .title{
    height: 52px;
    line-height: 20px;
    font-size: 1.4rem;
}
.column-page .gongyi-items .gongyi-item .bottom .date{
    font-size: 1.4rem;
}


.column-page .guanfang-video-items{
    justify-content: space-between;
}
.column-page .guanfang-video-items .item{
    width: 49%;
    padding: 1rem;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-bottom: 1.8rem;
}
.column-page .guanfang-video-items .cover-img{
    height: 24.5vw;
}
.column-page .guanfang-video-items .title{
    font-size: 1.6rem;
}

.column-page .zhaopin-items .zhaopin-item{
    padding: 1rem 1.6rem;
    flex-wrap: wrap;
}
.column-page .zhaopin-items .zhaopin-item .title-box{
    flex-wrap: wrap;
}
.column-page .zhaopin-items .zhaopin-item .title{
    width: 100%;
}
.column-page .zhaopin-items .zhaopin-item .date{
    margin: 1rem 0 0;
}
.column-page .zhaopin-items .zhaopin-item .button{
    width: auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

.search-page{
    width: 100%;
}
.search-page .search-box,.search-list-page .search-box{
    width: 100%;
    margin-top: 20px;
}
.search-page .search-box .logo, .search-list-page .search-box .logo, .search-gaoji-page .logo-box .logo{
    width: 48px;
    height: 48px;
    margin-right: 8px;
}
.search-page .search-box .title,.search-list-page .search-box .title,.search-gaoji-page .logo-box .title{
    font-size: 1.8rem;
}
.search-page .search-box .subtitle,.search-list-page .search-box .subtitle,.search-gaoji-page .logo-box .subtitle{
    font-size: 1.2rem;
}

.search-list-page .top,.search-list-page .search-result,.search-list-page .search-box{
    width: 100%;
}
.search-list-page .search-result .right{
    display: none;
}
.search-gaoji-page .label-box .label{
    padding-left: 12px;
    box-sizing: border-box;
}
.search-gaoji-page .top,.search-gaoji-page .label,.search-gaoji-page .search-box,.search-gaoji-page .search-box .form{
    width: 100%;
}
.search-list-page .search-box .gaoji-search-text{
    margin-left: 1rem;
}
