/* 公共的css */

/* * {
    box-sizing: border-box;
} */

@media screen and (max-width: 1200px) {
  .speech {
    width: 1200px !important;
  }
}

.auto_cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.auto_cut1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 和六六冲突的样式 */

.footer_bottom_nav a {
  display: inline;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  display: block;
}

.transtion {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav_content_desc>p>a {
  display: inline;
}

.nav_news_desc>a {
  display: inline;
}

.content_web {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

/* 公共样式 */
.cur {
  background: #006cff;
  color: white !important;
}

.col_common {
  color: #006cff !important;
}

/* 简介 & 视频 */
.profile {
  margin-top: 67px;
}

.company_video {
  width: 445px;
  height: 316px;
  position: relative;
}

.company_profile {
  width: 720px;
}

.company_video img {
  /* position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer; */
  width: 445px;
  height: 316px;
}

video {
  outline: none;
}

.news_list_title_left .en {
  font-size: 18px;
  font-weight: bold;
  color: #dcdcdc;
}

.news_list_title_left>p {
  font-size: 24px;
}

.company_profile_line {
  width: 720px;
  height: 1px;
  background: #f3f3f3;
  margin-bottom: 19px;
}

.news_list_title_left {
  padding-bottom: 14px;
}

.company_profile_left {
  width: 425px;
}

.company_profile_left p {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 31px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  height: 248px;
}


.company_profile_left> :nth-child(2) {
  width: 108px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  color: #999999;
}

.company_profile_left> :nth-child(2):hover {
  background: #006cff;
  color: white;
}

.company_profile_right {
  width: 266px;
}

.company_profile_right_single {
  width: 266px;
  height: 76px;
  background: #f4f4f4;
  margin-bottom: 9px;
}

.company_profile_right_single img {
  width: 40px;
  height: 40px;
  margin-top: 18px;
  margin-left: 47px;
}

.company_profile_right_single a {
  width: 100%;
  height: 100%;
}

.company_profile_right_single a>div {
  font-size: 16px;
  font-weight: 400;
  color: #a2a2a2;
  margin-top: 26px;
  margin-left: 26px;
}

.company_profile_right_single:hover {
  background-color: #006cff;
  transition: all .3s ease-in-out;
}

.company_profile_right_single:hover a>div {
  color: #fff;
  transition: all .3s ease-in-out;
}

.active_img {
  display: none;
}

.company_profile_right:last-child {
  margin-bottom: 0;
}

/* 领导致辞 */
.speech {
  width: 100%;
  height: 600px;
  background: url("../images/icon_lingdao_bg.png");
  background-size: 100% 100%;
  margin: 66px 0 0 0;
}

.speech_title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 53px;
  margin-bottom: 41px;
}

.speech_title span {
  font-size: 18px;
  font-weight: bold;
  opacity: 0.3;
  text-indent: 1em;
  margin-left: 6px;
}

.speech_content {
  box-sizing: border-box;
  height: 425px;
  background: #ffffff;
  padding: 32px 34px 32px 60px;
}

.speech_content_left {
  width: 596px;
}

.speech_content_left> :nth-child(1)>p {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.speech_content_left> :nth-child(2)>p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 17px;
  color: #333333;
}

.speech_content_left> :nth-child(3)>p {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 31px;
  height: 279px;
  margin-top: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
}

.speech_content_left a p>span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-left: 20px;
}

.speech_content_right {
  width: 480px;
  margin-top: 22px;
}

.speech_content_right img {
  width: 100%;
}

/* 联系我们 */
.contact_us {
  margin-bottom: 50px;
}

.contact_us a {
  overflow: hidden;
}

.contact_us img:hover {
  transform: scale(1.2);
}

/* 添加或者删除的类 */
.activing_l {
  background: #ffffff;
  box-shadow: 0px 2px 32px 0px rgba(133, 139, 144, 0.3);
}

.more_activing {
  background: #206bd1;
  color: #ffffff;
}

/* 冰山 */
.bingshan {
  margin-top: 140px;
  height: 246px;
  width: 100%;
}

.bingshan>img {
  width: 100%;
  height: 100%;
}