/*
共享css，即本css文件中定义的样式在其它css文件中可以直接引用
@date 20171207
@author guob
*/
/**
 * 关于公司界面样式
 * @author guob
 * @date 20171226
 */
.cm-banner2-item {
  background: url(../img/banner.jpg) center right no-repeat;
}
.mission,
.sense,
.aboutus,
.course {
  padding: 80px 0px;
  text-align: center;
  overflow: hidden;
}
.sense {
  padding-bottom: 120px;
}
.mission-content,
.sense-content,
.aboutus-content,
.course-content {
  width: 1180px;
  margin: 0 auto;
}
.content-title1 {
  font-size: 38px;
  color: #333333;
}
.mission-quotestart,
.mission-quoteend {
  color: #A7A7A7;
  letter-spacing: 0;
  text-align: left;
  width: 50px;
  height: 64px;
  background: url(../img/quote1.png) bottom left no-repeat;
}
.mission-quoteend {
  float: right;
  background: url(../img/quote2.png) top right no-repeat;
}
.mission-text {
  font-size: 30px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 52px;
  padding: 0px 60px;
  font-weight: bold;
}
.mission-content > .content-title1 {
  margin-bottom: 70px;
}
.sense-content > .content-title1 {
  margin-bottom: 100px;
}
.mission-main {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mission-presale,
.mission-support {
  width: 50%;
}
.sense-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sense-item-container {
  position: relative;
  max-width: 220px;
  max-height: 220px;
  border-radius: 50%;
  padding: 10px;
  width: 25%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sense-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.sense-image {
  width: 100%;
  height: 100%;
}
.sense-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: white;
  letter-spacing: 3.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sense-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #128BFF;
}
.sense-hover {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background: #128BFF;
}
.sense-item-container:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.sense-item-container:hover > .sense-hover {
  display: block;
}
.aboutus {
  position: relative;
  /*background-color: #25313d;*/
}
.aboutus-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background:  #263340 url(../../../theme/mbzj/img/about.png) no-repeat center bottom;
}
.aboutus-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.22;
}
.aboutus-content {
  position: relative;
}
.aboutus-text1 {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.aboutus-text2 {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.3px;
  line-height: 58px;
  white-space: pre-wrap;
}
.aboutus-text2-inner {
  white-space: normal;
}
.aboutus-text3 {
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 1.3px;
  line-height: 58px;
}
.course-main {
  position: relative;
}
.course-content > .content-title1 {
  margin-bottom: 80px;
}
.course-left {
  width: 50%;
  text-align: right;
  position: relative;
  padding-right: 30px;
}
.course-right {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course-right-placeholder {
  width: 50%;
}
.course-right-content {
  width: 50%;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.course-split {
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 100%;
  background-color: #128BFF;
}
.course-circle {
  position: absolute;
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #128BFF;
}
.course-left > .course-circle {
  right: -7px;
}
.course-right .course-circle {
  left: -7px;
}
.course-title {
  font-size: 16px;
  color: #575757;
  font-weight: bold;
  margin-bottom: 10px;
}
.course-text {
  font-size: 16px;
  color: #111111;
  margin-bottom: 20px;
}
.course-button {
  width: 100px;
  margin: 0 auto;
  padding: 6px 12px;
}
.ie9 .sense-item-container {
  margin: 0px 30px;
}
.ie9 .sense-main {
  height: 220px;
}
.ie9 .sense-text {
  line-height: 220px;
}
/********************************************响应式布局开始******************************************************/
@media (min-width: 1920px) {
  .cm-banner2-item {
    background-size: 100%;
  }
}
@media (max-width: 1279px) {
  .mission-content,
  .sense-content,
  .aboutus-content,
  .course-content {
    width: 100%;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sense-content {
    padding: 0px 10px;
  }
}
@media (max-width: 1200px) {
  .mission-content,
  .sense-content,
  .aboutus-content,
  .course-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 928px) {
  .aboutus-text1 {
    margin-bottom: 0px;
  }
  .aboutus-text2 {
    font-size: 14px;
    line-height: 48px;
    margin-bottom: 0px;
  }
  .aboutus-text2-inner {
    white-space: pre-wrap;
  }
  .aboutus-text3 {
    line-height: 48px;
    margin-top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cm-banner2-item {
    background-position: -700px 0px;
  }
}
@media (max-width: 768px) {
  .cm-banner2-item {
    background-size: cover;
    background-position: -600px 0;
  }
  .mission,
  .sense,
  .aboutus,
  .course {
    padding: 40px 0px;
  }
  .mission-content > .content-title1 {
    margin-bottom: 60px;
  }
  .content-title1 {
    font-size: 30px;
  }
  .sense-text {
    font-size: 22px;
  }
  .course-text {
    font-size: 14px;
  }
  .mission-quotestart,
  .mission-quoteend {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 600px) {
  .sense-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sense-item-container {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .cm-banner2-item {
    background-size: cover;
    background-position: -890px 0px;
  }
  .mission,
  .sense,
  .aboutus,
  .course {
    padding: 30px 0px;
  }
  .mission-text {
    font-size: 16px;
    padding: 0px 20px;
    text-align: left;
  }
  .mission-quotestart,
  .mission-quoteend {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .mission-content > .content-title1 {
    margin-bottom: 20px;
  }
  .sense-content > .content-title1 {
    margin-bottom: 40px;
  }
  .course-content > .content-title1 {
    margin-bottom: 40px;
  }
  .aboutus-text1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .aboutus-text2-inner {
    white-space: normal;
  }
  .aboutus-text2 {
    font-size: 14px;
    white-space: normal;
    text-align: justify;
    line-height: 38px;
  }
  .aboutus-text3 {
    font-size: 20px;
  }
  .content-title1 {
    font-size: 24px;
  }
  .course-text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.jobcont {
    padding: 80px 0 60px 0;
     
}

.joblist {
    padding-top: 60px;
    height: auto;
}

    .joblist .hd {
        text-align: center;
    }

        .joblist .hd ul li {
            display: inline-block;
            padding: 0 25px;
            height: 41px;
            line-height: 41px;
            border-radius: 41px;
            font-size: 18px;
            color: #666;
            border: 1px solid #e2e2e2;
            margin: 0 6px;
            cursor: pointer;
        }

            .joblist .hd ul li:hover,
            .joblist .hd ul li.on {
                background-color: #1976d2;
                border-color: #1976d2;
                color: #fff;
            }

    .joblist .bd {
        display: none;
        padding: 70px 40px 0 40px;
        overflow: hidden;
    }

.joblist-img {
    float: left;
        margin-top: 15px;
}
.container {
    width: 1170px;
    margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.joblist .word {
    float: left;
    width: 718px;
    padding-left: 30px;
}

    .joblist .word .tit {
        font-size: 18px;
        color: #1976d2;
        padding-top: 30px;
        padding-bottom: 13px;
    }

        .joblist .word .tit:first-child {
            padding-top: 0;
        }

    .joblist .word p {
        font-size: 14px;
        color: #999;
        line-height: 2;
        margin-bottom: 10px;
    }
.maincont-tit {
    position: relative;
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
}

    .maincont-tit:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
        display: inline-block;
        width: 40px;
        height: 5px;
        background-color: #066ed9;
    }
.contactus {
    background-color: #fbfbfb;
    padding: 50px 0 110px 0;
}

    .contactus .bd {
        padding-top: 55px;
        padding-left: 25px;
    }

    .contactus .tit {
        font-size: 18px;
        color: #1976d2;
        padding-bottom: 10px;
    }

        .contactus .tit:before {
            content: "";
            position: relative;
            top: -1px;
            display: inline-block;
            width: 14px;
            height: 20px;
            vertical-align: middle;
            background: url(../img/icon_addss.png) no-repeat;
            margin-right: 8px;
        }

    .contactus p {
       /* font-size: 14px;
        color: #777;
        line-height: 1.8;
        margin-bottom: 0;*/
    }


.col-md-5 {
    width: 41.66666667%;
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-header::after, .modal-footer::after {
    clear: both;
}
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-header::before, .modal-header::after, .modal-footer::before, .modal-footer::after {
    content: " ";
    display: table;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}