
.white {
  color: #ffffff !important;
}

.title {
  color: #5e546a;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.page {
  padding: 0;
}

ul {
  list-style: none;
}

/***********************头部*****************************/

.header {
  height: 500px;
  background-image: url(../imgs/about/aboutBanner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navbarColor {
  background-color: rgba(000, 000, 000, 0.5) !important;
}

.navbar-a {
  color: #ffffff !important;
}

.header div.navbar-lg {
  height: 80px;
}


.navbar-nav .active a {
  color: #08baae !important;
}

.header .jumbotron {
  position: absolute;
  top: 15%;
  width: 100%;
  text-align: center;
  background-color: transparent;
}

.header .jumbotron h2 {
  font-size: 38px;
  padding-bottom: 25px;
  font-weight: bold;
}

.header .jumbotron p {
  font-size: 14px;
}


/***********************公司简介*****************************/

.company {
  padding: 5% 0;
  /*width: 1200px;*/
  /*background-color:skyblue;*/
}

.company .title {
  margin-bottom: 60px;
}

.company p {
  font-size: 14px;
  color: #aaadb7;
}

.company p:nth-child(2) {
  margin-top: 44px;
}

.company #point {
  width: 200px;
}


/***********************公司历史*****************************/

.history {
  background-color: #f5f5f5;
  width: 100%;
}

.course {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 80px;
}

.courseTitle {
  background: url(../imgs/about/about.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 0;
}

.courseTitle .courseBg {
  width: 100%;
  height: 100%;
  background-color: rgba(8, 186, 174, .9);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.courseTitle .courseBg span {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  position: relative;
}

.courseTitle .courseBg span:after {
  display: block;
  content: '';
  width: 35px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.course p {
  color: #000;
}

.course .courseLeft {
  height: 100%;
  padding-right: 30px;
  padding-top: 70px;
}

.course .courseLeft p {
  text-align: right;
  margin-top: 93px;
}

.course .courseCenter {
  padding-top: 70px;
}

.course .courseCenter img {
  width: 12px;
}

.course .courseRight {
  height: 100%;
  padding-left: 30px;
  padding-top: 70px;
}

.course .courseRight p {
  margin-top: 15px;
}

.course .courseRight p.three {
  /* margin-top: 50px; */
  margin-top: 103px;
}

.history h4 {
  font-size: 28px;
  color: #1bbcb1;
}

.history .right {
  padding: 100px 0 0 0;
}

.anchorBL {
  display: none;
}

.history .row .total_mission {
  width: 100%;
  background-color: #ffffff;
}

.history .row .we_mission {
  height: 576px;
  width: 1200px;

  overflow: hidden;
  /*position: relative;*/
  /*margin-top: -50px;*/
  margin: 0 auto;
}

.history .row .we_mission .mission_left {
  height: 100%;
  width: 554px;
  float: left;
  position: relative;
  /*margin: 0 auto;*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*margin-left: -512px;*/
}

.history .row .we_mission .mission_left img {
  height: 400px;
  width: 400px;
  position: absolute;
  left: 77px;
  top: 88px;


}

.history .row .we_mission .mission_center {
  width: 110px;
  height: 100%;
  /*background-color:blue;*/
  float: left;
  margin-top: 61px;
  margin-left: -85px;
}

.history .row .we_mission .text {
  width: 536px;
  height: 100%;
  /*background-color:yellow;*/
  float: right;
  box-sizing: border-box;
}

.history .row .we_mission .text ul {
  list-style: none;
  margin-top: 75px;
}

.history .row .we_mission .text ul li {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
}

.history .row .we_mission .text ul li:nth-child(1) {
  width: 100%;
  height: 100%;
  margin-left: -100px;
  margin-top: 35px;
}

.history .row .we_mission .text ul li:nth-child(2) {
  width: 100%;
  height: 100%;
  margin-left: -75px;
  margin-top: 25px;
}

.history .row .we_mission .text ul li:nth-child(3) {
  width: 100%;
  height: 100%;
  margin-left: -50px;
  margin-top: 25px;
}

.history .row .we_mission .text ul li:nth-child(4) {
  width: 100%;
  height: 100%;
  margin-left: -75px;
  margin-top: 25px;
}

.history .row .we_mission .text ul li:nth-child(5) {
  width: 100%;
  height: 100%;
  margin-left: -100px;
  margin-top: 25px;
}

.history .row .we_mission .text ul li h4 {
  color: rgb(94 84 106);
  font-size: 20px;
  font-weight: bold;
}

.history .row .we_mission .text ul li p {
  font-size: 14px;
  color: rgb(170 173 183);
  margin-bottom: 8px;
  line-height: 14px;
}

/***********************管理团队*****************************/
.manger_team {
  width: 1200px;
  height: 935px;
  /*background-color: rgb(36, 33, 30);*/
  margin: 0 auto;
}

.manger_team ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.manger_team .manger_title {
  width: 100%;
  height: 35px;
}

.manger_team .manger_title h3 {
  text-align: center;
  line-height: 28px;
  color: rgb(94, 84, 106);
  font-weight: bold;
  font-family: BlinkMacSystemFont;
}

.manger_team .manger_mumber ul {
  /*box-sizing: border-box;*/
  /*!*display: flex;*!*/
  /*justify-content: space-between;*/
}

.manger_team .manger_mumber ul li {
  width: 500px;
  height: 230px;
  float: left;
  margin-left: 35px;
  margin-top: 35px;
  background-color: rgb(240, 240, 240);

}

.manger_team .manger_mumber ul li:hover {

  border-left: 3px solid #f67f05;
  box-shadow: 0 0 10px 2px #7c8284;
  background-color: white;
}

.manger_team .manger_mumber .first_name {
  width: 200px;
  height: 100%;
  float: left;
}

.manger_team .manger_mumber .first_name h3 {
  text-align: center;
  margin-top: 85px;
  margin-left: 80px;
  color: rgb(94, 84, 106);

}

.manger_team .manger_mumber .first_name p {
  text-align: center;
  margin-left: 80px;
  color: rgb(94, 84, 106);

}

.manger_team .manger_mumber .first_manger img {
  width: 230px;
  height: 230px;
  float: right;
}


/***********************管理团队*****************************/
/***********************联系我们*****************************/
.contact_us {
  width: 1110px;
  height: 350px;
  margin: 0 auto;
  /*overflow: hidden;*/
}

.contact_us .contact_us_title h3 {
  text-align: center;
  font-family: BlinkMacSystemFont;
  font-size: 28px;
  color: rgb(94, 84, 106);
  line-height: 28px;
  font-weight: bold;
}

.contact_us .contact_us_adress {
  margin-top: 50px;
  width: 100%;
  height: 300px;
  /*margin-bottom: 100px;*/
  /*background-color:green;*/
}

.contact_us .contact_us_adress .iconfont {
  font-size: 100px;
  text-align: center;
}

.contact_us .contact_us_adress ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.contact_us .contact_us_adress ul li {
  height: 100%;
  transition: all 0.5s;

}

/*.contact_us .contact_us_adress ul > li:hover {*/
/*  transform: scale(1.3, 1.3);*/
/*}*/

.contact_us .contact_us_adress ul li p {
  width: 280px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #929397;
}

/*.contact_us .contact_us_adress ul li:nth-child(1) {*/
/*  background-color: green;*/
/*}*/

/*.contact_us .contact_us_adress ul li:nth-child(2) {*/
/*  background-color: #f5d326;*/
/*  margin-left: 13px;*/
/*}*/

/*.contact_us .contact_us_adress ul li:nth-child(3) {*/
/*  background-color: #438fec;*/


/*}*/

/***********************联系我们*****************************/
/***********************底部*****************************/
.about_footer_width {
  width: 100%;
  height: 400px;
  background-color:rgb(49,49,49);
}

.about_footer {
  width: 980px;
  /*background-color: #e9f127;*/
  margin: 0 auto;
}

.about_footer_account {
  width: 100%;
  height: 250px;
  /*background-color:green;*/
  margin-bottom: 80px;
}

.about_footer .about_footer_account ul {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 20px;
  box-sizing: border-box;

}

.about_footer_account ul li img {
  width: 150px;
  height: 150px;
  /*margin-left: 75px;*/
  margin-top: 50px;
}



.about_footer_account ul li p {
  width: 150px;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: rgb(245, 246, 248);
  /*background-color: #fff;*/
}

/*.about_footer_account ul li:nth-child(1){*/
/*  margin-left: 44px;*/
/*}*/

/*.about_footer_account ul li:nth-child(3) p {*/
/*  margin-left: 100px;*/
/*}*/

.about_footer_copyright {
  width: 1110px;
  height: 50px;
  margin: 0 auto;
  /*background-color: #090909;*/
}

.about_footer_copyright p {
  /*text-align: center;*/
  color: #998484;

}

.about_footer_copyright a {
  text-decoration: none;
  color: #998484;
}

.about_footer_copyright a:hover {
  color: #f6f4f4;
}

/*.about_footer_right{*/
/*  width: 440px;*/
/*  height: 100%;*/
/*  background-color:yellow;*/
/*  float: left;*/
/*}*/
/*.about_footer_right img{*/
/*  width: 100px;*/
/*  height: 100px;*/
/*}*/
/*.about_footer_right .Official_account{*/
/*  height: 100%;*/
/*  */
/*}*/
/*.about_footer_right .Official_account p{*/
/*  text-align: center;*/
/*}*/
/***********************底部*****************************/
/*.footer {*/
/*  float: none;*/
/*  width: 1110px;*/
/*    height: 500px;*/
/*    box-sizing: border-box;*/
/*    background-color: #333333;*/

/*}*/

/*.footer .margin-t {*/
/*    margin-top: 20px;*/
/*}*/

/*.footer .noPadding {*/
/*    padding: 0;*/
/*}*/

/*.footer #accordion {*/
/*    height: auto;*/
/*    padding: 5% 0;*/
/*}*/

/*#accordion h4 {*/
/*    margin-bottom: 2px;*/
/*    font-size: 14px;*/
/*    color: #ffffff;*/
/*    cursor: pointer;*/
/*}*/

/*.footer ul li {*/
/*    padding: 5px 0;*/
/*}*/

/*.footer ul li a {*/
/*    font-size: 14px;*/
/*    color: #666666;*/
/*}*/

/*.footer .padd {*/
/*    padding: 15px 0 14px;*/
/*    border-bottom: 1px solid #666666;*/
/*}*/

/*.footer ul li {*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*}*/

/*.footer ul li.small {*/
/*    margin: 8px 0;*/
/*}*/

/*.footer ul {*/
/*    margin-bottom: 0;*/
/*}*/

/*.footer .time {*/
/*    color: #cccccc;*/
/*    font-size: 14px;*/
/*}*/

/*.footer .phone {*/
/*    font-size: 28px;*/
/*}*/

/*.footer .footer-button {*/
/*    height: auto;*/
/*    padding: 15px 0;*/
/*    border-top: 1px solid #484848;*/
/*    color: #666666;*/
/*}*/
