/* 轮播图 */
.self-container{
    width:100%;
    background:#fff;
}
.font-box{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.font-box .container{
    height:100%;
    position: relative;
}
.font-box .container div{
    width:1200px;
    position:absolute;
    left:0;
    top:38%
}
.font-box .title{
    font-size:56px;
    color:#fff;
    line-height:80px;
    font-weight:bold;
    /* margin:296px 0 42px 0; */
    margin:0 0 42px 0;
}
.font-box .des{
    font-size:20px;
    color:#fff;
    height:32px;
    line-height:32px;
    margin:0;
}
.font-box .des span{
    margin-right:36px;
}
.carousel-inner .item img{
   width: 100%;
   min-width:1200px;
}
/* .carousel-indicators{
    bottom:30px;
} */
.carousel-indicators li,.carousel-indicators .active{
    width:36px;
    height:20px;
    border:none;
    margin:0 6px;
    background:none;
}
.carousel-indicators li span,.carousel-indicators .active span{
    width:36px;
    height:3px;
    display:block;
    margin-top:6px;
}
.carousel-indicators li span{
    background:rgba(255,255,255,0.4)
}
.carousel-indicators .active span{
    background:#fff;
}
/* 集团简介 */
.enter .content-list .top{
    padding-top:124px;
    padding-bottom:144px;
    background:#fff;
}
.enter .content-list .top img{
    width:100%;
    max-width:516px;
}
.enter .content-list .cont h3{
    font-size:30px;
    color:#333;
    font-weight:bold;
    margin:60px 0 30px 0;
}
.enter .content-list .cont p{
    font-size:14px;
    color:#333;
    line-height:32px;
}
.enter .content-list .bg{
    width:100%;
    height:258px;
    background:url(../images/enter_bg.png) no-repeat center top;
    background-size:100% 100%;
    text-align: center;
    font-size:30px;
    font-weight:bold;
    color:#fff;
    padding-top:82px;
    line-height:52px;
}
.enter .content-list .business-land{
    margin-top:118px
}
.enter .content-list .business-land .list-box{
    margin-top:80px
}
/* 企业文化 */
.enter .content-list .culture{
    background:#fff;
    padding:64px 70px 64px 90px;
    margin:54px auto 62px auto;
}
.enter .content-list .culture img{
    width:100%;
}
.enter .content-list .culture h3{
    font-size:20px;
    color:#333;
    font-weight:bold;
    height:42px;
    line-height:42px;
    margin:0 0 46px 0;
}
.enter .content-list .culture h4{
    font-size:18px;
    color:#00539C;
    height:38px;
    line-height:38px;
    margin:0 0 12px 0;
    font-weight:bold;
}
.enter .content-list .culture p{
    font-size:16px;
    color:#8B9FC0;
    height:32px;
    line-height:32px;
    margin-bottom:4px;
}
.enter .content-list .culture span{
    display: block;
    font-size:12px;
    color:#8B9FC0;
    height:32px;
    line-height:32px;
    margin-bottom:58px;
}
/* 加入我们 */
.enter .content-list .talent-concept{
    background: #fff;
    overflow: hidden;
    color:#333;
    padding:26px 0 48px 0;
}
.enter .content-list .talent-concept h3{
    font-size:20px;
    height:82px;
    line-height:82px;
    font-weight:bold;
    position:relative;
}
.enter .content-list .talent-concept h3::after{
    content: '';
    width:32px;
    height:2px;
    background:#00539C;
    position: absolute;
    left:50%;
    bottom:0;
}
.enter .content-list .talent-concept p{
    font-size:14px;
    line-height:48px;
}
.enter .content-list .jobs-box{
    background:#fff;
    margin:74px auto 92px auto;
    padding:56px 0 40px 0;
}
.enter .content-list .jobs-box h3{
    font-size:20px;
    color:#333;
    font-weight:bold;
    padding-left:76px;
    position: relative;
}
.enter .content-list .jobs-box h3::after{
    content: '';
    width:4px;
    height:20px;
    background:#00539C;
    position: absolute;
    left:56px;
    top:0;
}
.enter .content-list .jobs{
    /* height:566px; */
    overflow: hidden;
}
.enter .content-list .jobs.ha{
    height:auto;
}
.enter .content-list .job_lists{
    display:none;
}
.enter .content-list .job_lists .cont{
    background:#fff;
    padding:40px;
    color:#333;
    height:530px;
}
.enter .content-list .job_lists h4{
    font-size:18px;
    line-height:18px;
    font-weight:bold;
}
.enter .content-list .job_lists .title{
    font-size:16px;
    line-height:20px;
    margin-top:18px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.enter .content-list .job_lists .title span{
    color:rgba(0,0,0,0.2);
    margin:0 16px;
}
.enter .content-list .job_lists .content h5{
    font-size:16px;
    height:42px;
    line-height:42px;
    margin:0;
}
.enter .content-list .job_lists .content p{
    font-size:12px;
    line-height:30px;
    color:#999;
    max-height:300px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 8;    
    overflow: hidden;
}
.enter .content-list .job_lists .detail_btn{
    display:block;
    width:100%;
    height:32px;
    line-height:32px;
    text-align:center;
    background:#f5f5f5;
    font-size:12px;
    color:#999;
    margin-top:20px;
    cursor: pointer;
}
.enter .content-list .more,.enter .content-list .up{
    width:100px;
    height:50px;
    margin:0 auto;
    cursor: pointer;
    text-align: center;
    color:#999; 
    display:none;
}
.enter .content-list .more{
    background:url(../images/more.png) no-repeat center bottom;
}
.enter .content-list .up{
    background:url(../images/up.png) no-repeat center bottom;
}
/* 联系我们 */
@media (max-width: 1200px){
    /* body {
        width: 1200px;
    } */
}
.enter .contact{
    /* width:1200px;
    height:432px; */
    max-width:1200px;
    min-height: 432px;
    overflow:hidden;
    background:url(../images/contact_bg.png) no-repeat left top #fff;
    margin:64px auto 84px auto;
    /* display:flex;
    justify-content: space-between;
    align-items: center; */
    padding:40px 84px 0 84px;
}
.enter .contact .contactus{
    /* width:400px; */
    color:#EFF4F8;
    margin-bottom:100px;
}
.enter .contact .contactus h3{
    color:#366BA8;
    font-size:30px;
    font-weight: bold;
}
.enter .contact .contactus h4{
    color:#fff;
    font-size:20px;
    font-weight: bold;
}
.enter .contact .contactus ul{
    padding:0;
    margin-top:36px;
}
.enter .contact .contactus li{
    list-style: none;
    font-size:14px;
    line-height: 50px;
}
.enter .contact .feedback{
    /* width:466px */
}
.enter .contact .feedback h4{
    font-size:20px;
    font-weight:bold;
    text-align: center;
    margin-bottom:42px;
}
.enter .contact .feedback .form-group{
    display: flex;
    margin:0 0 15px 0;
}
.enter .contact .feedback label{
    width:86px;
    font-size:14px;
    color:#333;
    line-height:46px;
    text-align: left;
    padding:0;
}
.enter .contact .feedback .form-control{
    display: inline-block;
    width:380px;
    height:46px;
    border:1px solid #EAEAEA;
}
.enter .contact .feedback .form-control.h60{
    height:72px;
    resize: none;
}
.enter .contact .feedback .submit-btn{
    width:160px;
    height:40px;
    background:#00539C;
    font-size:14px;
    color:#fff;
    margin-left:178px;
    margin-top:15px;
    padding:0;
    line-height: 40px;
}
#container label{max-width:none;}
/* 弹窗 */
#myModal .modal-dialog{
    width:400px;
}
#myModal .modal-header,#myModal .modal-footer{
    border:none;
    text-align: center;
}
#myModal .modal-body{
    text-align: center;
    font-size:16px;
    color:#333;
    padding-top:30px;
}
#myModal .modal-footer .btn-default{
    width:100px;
    height:40px;
    line-height:40px;
    padding:0;
    background:#00539C;
    font-size:14px;
    color:#fff;
    margin-bottom:30px;
}
/* 招聘信息弹窗 */
@media (min-width: 576px){
    #myModal2 .modal-dialog {
        max-width: 600px;
        margin:160px auto 0 auto;
    }
}
#myModal2 .job_lists{
    height:500px;
    background:#fff;
    padding:36px 40px 38px 40px;
    color:#333;
}
#myModal2 .job_lists h4{
    font-size:18px;
    line-height:18px;
    font-weight: bold;
}

#myModal2 .job_lists .title{
    font-size:16px;
    line-height:16px;
    margin-top:20px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
#myModal2 .job_lists .title span{
    color:rgba(0,0,0,0.2);
    margin:0 16px;
}

#myModal2 .job_lists .content{
    margin-top:8px;
}
#myModal2 .job_lists .content h5{
    font-size:16px;
    height:42px;
    line-height:42px;
}
#myModal2 .job_lists .content p{
    font-size:12px;
    line-height:30px;
    color:#999;
}
#myModal2 .job_lists .more{
    display:block;
    width:290px;
    height:32px;
    line-height:32px;
    text-align:center;
    background:#f5f5f5;
    font-size:12px;
    color:#999;
    cursor: pointer;
    margin-top:20px;
  }

  #myModal2 .jobsinfo{
    padding:0;
}
#myModal2 .close{
    width:60px;
    height:60px;
    text-align: center;
    line-height: 60px;
    position:absolute;
    top:0;
    right:0;
    border:none;
    outline: none;
}
#myModal2 .close:focus {
    outline: 0;
}
#myModal2 .jobsinfo .job_lists .content{
    height:340px;
    overflow-y:scroll;
}

.aboutBox{
    width: 100%;
    margin: 0 auto;
    height: 470px;
}
.aboutMap {
    width: 100%;
    height: 470px;
    box-sizing: border-box;
}

#container2{
    width:100%;
    height:470px;
}