/*金牌解说 开始*/
.com-banner{
    width: 100%;
    position: relative;
    color: #fff;
}
.com-banner .com-img{
    height: 100%;
    overflow: hidden;
}
.com-banner .com-img img{
    height: 100%;
}
.com-banner .com-txt{
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    font: normal 16px/24px "Microsoft YaHei";

}
.com-title{
    font: normal 40px/60px "Microsoft YaHei";
}
.com-hx{
    display: block;
    width: 160px;
    border-bottom: 2px solid #fff;
    margin: 10px 0 26px 0;
}
.com-banner .com-txt .txt{
    width: 65%;
    position: absolute;
    left: 0;
    top: 118px;
    z-index: 32;
}
.com-author{
    width: 33%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 30;
}
.com-sumary{
    position: absolute;
    right: 0;
    bottom: 38px;
    font: normal 14px/30px "Microsoft YaHei";

}
.com-name{
    font: bold 48px/60px "Microsoft YaHei";
    width: 50px;
    line-height: 1;
    float: left;
}
.com-sumary .dis{
    width: 25px;
    line-height: 1;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}
.pc-com-head{
    height: 100%;
    display: flex;
    align-items: center;
}
.mb-com-head{
    display: none;
}

@media screen and (max-width: 1200px){
    .com-banner .com-txt{
        width: 100%;
    }
    .pc-com-head,.com-sumary{
        display: none;
    }
    .mb-com-head{
        display: block;
        text-align:right;
    }
    .com-banner .com-txt .txt{
        left: 32px;
    }
}
@media screen and (max-width: 767px){
    .pc-com-head,.com-sumary{
        display: none;
    }
    .mb-com-head{
        display: block;
    }
    .com-author{
        width: 42%;
    }
    .com-banner .com-txt .txt{
        width: 80%;
        top:60px;
        left: 20px;
    }
    .com-title{
        font:normal 26px/28px "Microsoft YaHei";
    }
    .com-hx{
        margin: 10px 0 14px 0;
        width: 106px;
    }
}

.core-box{
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    position: relative;
}
.erweima-left{
    position: fixed;
    right: 6%;
    top:75%;
    z-index: 150;
}
.core-title{
    font: normal 30px/46px "Microsoft YaHei";
    text-align: center;
    margin-bottom: 40px;
}
.core-main{
    overflow: hidden;
}
.core-img{
    width: 55%;
    text-align: center;
    float: left;
}
.core-img img{
    height: 100%;
}
.core-content{
    width: 35%;
    background-color: #f6f6fc;
    font-size: 16px;
    padding: 70px 40px 110px;
    float: right;
}
.core-redTitle{
    font: normal 30px/46px "Microsoft YaHei";
    color: #df2128;
}
.core-t{
    margin-top: 30px;
    font: normal 24px/36px "Microsoft YaHei";
}
@media screen and (max-width: 1366px){
    .erweima-left{
        display: none;
    }
}
@media screen and (max-width: 1200px){
    .core-box{
        width: 100%;
    }
    .core-img{
        width: 100%;
        float:none;
    }
    .core-content{
        width: 82%;
        margin: 0 auto;
        padding: 5%;
        float:none;
    }
}
@media screen and (max-width: 767px){
    .core-box{
        padding: 20px 0;
    }
    .core-img img{
        width: 100%;
    }
    .core-title{
        margin-bottom: 20px;
        font-size: 26px;
    }
    .core-content{
        margin: 14px auto;
    }
    .core-redTitle{
        font-size: 26px;
    }
    .core-t{
        margin-top: 8px;
        font-size: 20px;
    }
}


.feature-box{
    width: 100%;
    background-color: #f6f6fc;
    padding-top: 70px;
}
.feature-list{
    width: 1200px;
    margin: 0 auto 78px;
}
.feature-list ul{
    margin-left: 42px;
    overflow: hidden;
}
.feature-list ul li{
    float: left;
    margin: 0 20px;
    transition: all .5s;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: auto;
}
.feature-list ul li a{
    display: block;
    padding: 40px;
    background-color: #fff;
    color: #666;
    font-size: 20px;
    cursor: auto;
}
.feature-list ul li a *{
    vertical-align: middle;
}
.feature-list ul li:hover{
    border: 1px solid #e2e2e2;
}
.feature-list ul li i{
    display: inline-block;
    zoom: 1;
    *display:inline;
    background: url("../images/feature-list-icon.png") no-repeat;
    background-size: cover;
    color: #df2128;
    width: 68px;
    text-align: center;
    font: normal 30px/60px "Microsoft JhengHei Light" ;
}
.feature-list ul li span{
    display: inline-block;
    zoom: 1;
    *display:inline;
    width: 324px;
    margin-left: 40px;
}
.h-box{
    width: 100%;
    overflow: hidden;
    color: #999;
    position: relative;
}
.h-box .h-img{
    float: left;
    width: 50%;
    overflow:hidden;
}
.h-box .h-img img{
    width: 100%;
    transition: all .5s;
}
.h-box .h-img:hover img{
    transition: all .5s;
    transform: scale(1.1,1.1);
}
.h-box .h-content{
    width: 50%;
    background-color: #333;
    /*padding: 126px 0;*/
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
}
.h-content .core-redTitle{
    color: #fff;
}
.h-content .core-t{
    color: #999;
}
.h-content>div{
    margin: 12%;
}

@media screen and (max-width: 1366px){
    .h-content>div{
        margin: 6%;
    }
}
@media screen and (max-width: 1200px){
    .feature-list{
        width: 100%;
    }
    .feature-list ul{
        margin-left: 0;
    }
    .feature-list ul li{
        float:none;
        margin: 20px;
    }
    .feature-list ul li span{
        width: 80%;
    }
    .h-box .h-img{
        display: none;
    }
    .h-box .h-content{
        width: 100%;
        position: static;
    }
}
@media screen and (max-width: 767px){
    .feature-list{
        width: 100%;
        margin: 0px auto 38px;
    }
    .feature-list ul{
        margin-left: 0;
    }
    .feature-list ul li{
        float:none;
        margin: 20px;
    }
    .feature-list ul li a{
        padding: 18px;
        font-size: 14px;
        vertical-align: bottom;
    }
    .feature-list ul li span{
        width: 80%;
        margin-left: 8px;
    }
    .feature-list ul li i{
        width: 45px;
        line-height: 39px;
        font-size: 24px;
    }
    .h-box .h-content{
        padding: 50px 0;
    }
    .h-content>div{
        margin-left: 30px;
    }
}
@media screen and (max-width: 370px){
    .feature-list ul li span{
        width: 70%;
        margin-left: 8px;
        vertical-align: middle;
    }
}

.service-box{
    width: 1600px;
    margin: 0 auto;
    padding: 70px 0;
}
.service ul{
    margin-left: 30px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
}
.service ul li{
    width: 30%;
    float: left;
    margin-left: 30px;
    border: 1px solid #eaeaea;
}
.service ul li a{
    display: block;
    width: 100%;
    padding: 30px 0;
    color: #333;
    cursor: auto;
}
@media screen and (max-width: 1600px){
    .service-box{
        width: 1200px;
    }

}
@media screen and (max-width: 1200px){
    .service-box{
        width: 100%;
    }
    .service ul{
        margin-left: 0;
    }
    .service ul li{
        float: none;
        margin: 20px auto;
        width: 66%;
    }

}
@media screen and (max-width: 768px){
    .service-box{
        width: 100%;
    }
    .service ul{
        margin-left: 0;
    }
    .service ul li{
        float: none;
        margin: 20px auto;
        width: 70%;
    }
    .service ul li a{
        padding: 16px 0;
    }

}
.tc-box{
    position: fixed;
    z-index: 999;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
}
.tc-p{
    background: url("../images/opa80.png") repeat;
    height: 100%;
    width: 100%;
}
.tc-img{
    width: 408px;
    height: 424px;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.tc-img img{
    width: 100%;
}
.tc-close{
    display: block;
    width: 23px;
    height: 23px;
    background: url("../images/tc-close.png") no-repeat;
    position: absolute;
    top:0;
    right: -54px;
}
.erweima-bt{
    margin: 0 auto;
    width: 70%;
    text-align: center;
    display: none;
}
@media screen and (max-width: 768px){
    .tc-box{
        display:block;
    }
    .tc-img{
        width: 60%;
        height: 48%;
    }
    .tc-close{
        right: -38px;
    }
    .erweima-bt{
        display: block;
    }
}
/*金牌解说 结束*/

/*加入我们 开始*/
.job-search{
    width: 100%;
    background-color: #f6f6fc;
}
.job-search>div{
    width: 1200px;
    margin: 0 auto;
    padding: 37px 0;
    height: 46px;
}
.job-search input {
    float: left;
    background: #fff;
    border: 0;
    width: 280px;
    height: 46px;
    padding-left: 20px;
    font-family: "Microsoft YaHei", "Arial", "SimSun"!important;
}
.branch {
    position: relative;
    float: left;
}
.job-search .br span {
    width: 340px;
}
.branch span {
    display: inline-block;
    width: 384px;
    height: 46px;
    padding-left: 20px;
    margin-left: 24px;
    color: #999;
    background: #fff;
    line-height: 45px;
    font-size: 13px;
    cursor: pointer;
}
.branch img {
    position: absolute;
    right: 20px;
    top: 20px;
}
.br ul {
    width: 420px;
}
.branch ul {
    position: absolute;
    left: 25px;
    top: 50px;
    display: none;
    height: 270px;
    width: 360px;
    overflow-y: scroll;
    background: #fff;
}
.br li {
    width: 380px;
}
.branch li {
    width: 320px;
    height: 46px;
    padding-left: 20px;
    color: #999;
    background: #fff;
    line-height: 46px;
    font-size: 13px;
    cursor: pointer;
}
.job-search button {
    float: left;
    margin-left: 24px;
    width: 78px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #bbb;
    cursor: pointer;
}
.job-search button:hover {
    background: #df2128;
}
.job-search button img {
    width: 18px;
    height: 18px;
    margin-top: 14px;
}
.job-name{
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
}
.job-title {
    height: 60px;
    width: 100%;
    background: #535353;
    color: #fff;
    font-size: 14px;
    margin-top: 35px;
}
.j1 {
    display: inline-block;
    width: 190px;
    height: 60px;
    padding-left: 40px;
    line-height: 60px;
    font-size: 16px;
}
.j2 {
    display: inline-block;
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}
.j3 {
    display: inline-block;
    width: 190px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}
.j4 {
    display: inline-block;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.j5 {
    display: inline-block;
    width: 280px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    padding-left: 80px;
    box-sizing: border-box;
}
.job-name>ul {
    background: #fff;
    padding: 0 0 50px;
}
.job-name ul .title span{
    font-size: 16px;
    color: #999;
}
.job-name li.active  .title span{
    color: #222!important;
    font-weight: bold;
}
.job-name li.active  .title span.j5{
    color: #df2128!important;
    font-weight: bold;
}
.job-name ul .title{
    border-bottom: 1px solid #e1e1e1;
}
.job-name ul .title .j5{
    color: #df2128!important;
    cursor: pointer;
}
.job-cont{
    padding: 20px 19px;
    border-bottom: 1px solid #e1e1e1;
}
.job-cont-in{
    /*background: #F7F7F7;*/
  /*  padding: 35px;*/
}
.col-f{
    color: #666;
    font-size: 14px;
    font-weight: bold;
}
.col-b{
    color: #555;
    font-size: 14px;
}
.job-cont-in li>.d1{
    float: left;
    margin-left: 20px;
    width: 220px;
}
.job-cont-in  p{
    margin-bottom: 10px;
}
.job-cont-in li{
    padding: 10px 0;
    /*border-bottom: 1px solid #E1E1E1;*/
}
.job-cont-in li>.c1{
    margin-left: 20px;
    padding-right: 20px;
}
.job-cont-in li>.c2{
    margin-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}
.job-cont-in .link{
    padding: 30px 20px;
    border: none;
}
.job-cont-in .link span{
    color: #999;
    font-size: 14px;
    margin-left: 20px;
}
.job-cont-in .link a{
    display: inline-block;
    width: 180px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border:1px solid #009AFB;
    background: #009AFB;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}
.job-cont-in .link a:hover{
    background: #fff;
    color: #009AFB;
}
.job-cont{
    display: none;
}

@media screen and (max-width: 1200px){
    .job-search>div{
       width: 100%;
        padding: 10px 0;
    }
    .job-search input{
        width: 40%;
        padding-left:5px;
        margin-left: 3%;
    }
    .job-search .br span{
        width: 100%;
    }
    .branch{
        width: 26%;
        margin-left: 1%;
    }
    .branch span{
        background:none;
        padding-left:0;
        margin-left: 8%;
    }
    .job-search button{
        display: none;
    }
    .job-name{
        width: 100%;
    }
    .job-title{
        display: none;
    }

    .j1,.j2,.j3,.j5{
        width: 32%;
        padding-left:0;
        line-height: 30px;
        height: 30px;
        text-align: right;
    }
    .j1{
        text-align: left;
    }
    .j4{
        width: 65%;
        text-align: right;
        line-height: 30px;
        height: 30px;
    }
    .job-name>ul{
        padding: 20px;
    }
    .job-cont{
        padding: 0;
    }
    .job-cont-in{
        padding: 0;
    }
    .job-cont-in li>.c1,.job-cont-in li>.c2{
        width: 100%;
        margin-left:0;
        padding-right:0;
    }
    .branch img{
        right: 10px;
    }
    .branch ul{
         left: 0;
         top: 0;
        width:100%
    }
    .branch li{
        width: 90%;
    }
}

/*加入我们 结束*/
/* 2020.1.2新增企业文化页面样式 */
.culture-bg{
    background-color: #f5f5f5;
}
.daq-culture{
    width: 100%;
    max-height: 593px;
    padding: 80px 0 95px 0;
    background-color: #fff;
    text-align: center;
}
.daq-culture-tit{
    color: #333;
    font-size: 30px;
}
.daq-culture-info{
    margin-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 16px;
}
.daq-culture img{
    margin-top: 50px;
}

.culture-daq{
    width: 100%;
    height: 1090px;
    padding-top: 130px;
    text-align: center;
    background: #f5f5f5 url(../images/culture-bg.jpg) no-repeat center top;
}
.culture-daq-tit{
    padding-bottom: 15px;
    color: #fff;
    font-size: 30px;
}
.culture-daq-info{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.culture-btn{
    margin-top: 35px;
    text-align: center;
}
.culture-btn span{
    display: inline-block;
    width: 118px;
    height: 38px;
    margin: 0 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease;
}
.culture-btn span:hover, .culture-btn span.curr{
    color: #df2128;
    background-color: #fff;
}
.culture-slide{
    width: 1180px;
    height: 834px;
    margin: 60px auto 0;
    border: 10px solid #dcdcdc;
    overflow: hidden;
}
.culture-slide-news{
    float: left;
    display: block;
    width: 100%;
    height: 100%;
}
.culture-slide-news img{
    width: 100%;
    height: 100%;
}

.hl-daq{
    width: 1200px;
    margin: 100px auto 0;
    text-align: center;
}
.hl-daq-tit{
    color: #333;
    font-size: 30px;
}
.hl-daq-info{
    margin-top: 15px;
    padding: 0 140px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
.pd55{
    padding: 0 55px;
}
.hl-list{
    min-height: 200px;
    margin-top: 35px;
}
.hl-list li{
    float: left;
    margin-right: 30px;
}
.hl-list li:last-child{
    margin-right: 0;
}
.hl-list li a{
    position: relative;
    display: block;
    width: 380px;
    height: 280px;
    overflow: hidden;
}
.hl-list li a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/hl-daq-bg.png) no-repeat center;
}
.hl-list li a img{
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.hl-list li a p{
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.hl-list li:hover img{
    transform: scale(1.1);
    transition: all .3s ease;
}

.media-report{
    margin-top: 104px;
    padding: 100px 0;
    background-color: #fff;
}
.media-report-tit{
    color: #333;
    font-size: 30px;
    text-align: center;
}
.media-report-list{
    position: relative;
    width: 1230px;
    min-height: 503px;
    margin: 25px auto 0;
}
.media-report-list li{
    float: left;
    margin: 15px;
}
.media-report-list li a{
    display: block;
    width: 380px;
    background-color: #f5f5f5;
}
.media-cover{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.media-cover img{
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.media-report-list li:hover img{
    transform: scale(1.1);
    transition: all .3s ease;
}
.media-report-name{
    padding: 20px 15px 0 15px;
    color: #333;
    font-size: 18px;
    line-height: 30px;
}
.media-report-time{
    position: relative;
    margin-top: 24px;
    padding: 30px 0 40px 0;
    color: #999;
    font-size: 14px;
    text-align: center;
}
.media-report-time::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 360px;
    height: 1px;
    margin-left: -180px;
    background-color: #dbdbdb;
}

/* 企业文化轮播样式 */
/* 文化大旗 */
.culture-daq .swiper-button-prev, .culture-daq .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/culture-btn1.png) no-repeat 0 0;
}
.culture-daq .swiper-button-prev, .culture-daq .swiper-container-rtl .swiper-button-next {
    background-position: 0 0;
    left: 0;
    right: auto;
}
.culture-daq .swiper-button-prev, .culture-daq .swiper-container-rtl .swiper-button-next{
    background-position: 0 0;
    left: 0;
    right: auto;
}
.culture-daq .swiper-button-next, .culture-daq .swiper-container-rtl .swiper-button-prev {
    background: url(../images/culture-btn1.png) no-repeat 0 -160px;
    right: 0;
    left: auto;
}

.culture-daq .swiper-button-prev, .culture-daq .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 80px!important;
    height: 80px!important;
    margin-top: -40px!important;
    z-index: 10;
    cursor: pointer;
}

/* 活力大旗、温馨大旗 */
.hl-daq .swiper-button-prev, .hl-daq .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/culture-btn.png) no-repeat 0 0;
}
.hl-daq .swiper-button-prev, .hl-daq .swiper-container-rtl .swiper-button-next {
    background-position: 0 0;
    left: 0;
    right: auto;
}
.hl-daq .swiper-button-prev, .hl-daq .swiper-container-rtl .swiper-button-next{
    background-position: 0 0;
    left: 0;
    right: auto;
}
.hl-daq .swiper-button-next, .hl-daq .swiper-container-rtl .swiper-button-prev {
    background: url(../images/culture-btn.png) no-repeat 0 -120px;
    right: 0;
    left: auto;
}

.hl-daq .swiper-button-prev, .hl-daq .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 60px!important;
    height: 60px!important;
    margin-top: -30px!important;
    z-index: 10;
    cursor: pointer;
}
/* 单行省略 */
.camp1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
/* 多行省略 */
.camp2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}