.uiWeb {
  background: white;
}
@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html,
  body {
    font-size: 8px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  html,
  body {
    font-size: 9px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  html,
  body {
    font-size: 10px;
  }
}
@media screen and (min-width: 1601px) {
  html,
  body {
    font-size: 10px;
  }
}
.section-leadership {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section-leadership .banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.section-leadership .tit {
  width: 100%;
  color: white;
  font-size: 5.4rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  z-index: 1;
  font-weight: bold;
}
.section-leadership .tit .word {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto;
}

.section-tabar {
  width: 100%;
  color: #818181;
  font-size: 2.4rem;
  text-align: center;
  border-bottom: 3px solid #f8f8f8;
  z-index: 999;
}
.fixed-tab {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.section-tabar .content .cbtn {
  width: 50%;
  height: 60px;
  line-height: 60px;
  float: left;
  /* margin-top: -3px; */
  transition: all 0.3s;
}
.section-tabar .content .cbtn span {
  transition: all 0.3s;
  cursor: pointer;
  display: inline-block;
  /* border-bottom: 3px solid rgba(0,0,0,0); */
  position: relative;
}
.section-tabar .content .cbtn .on,
.section-tabar .content .cbtn:hover span {
  color: #1d1d1d;
}
.section-tabar .content .cbtn .on:after,
.section-tabar .content .cbtn:hover span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e60012;
}
/* .section-tabar .content .cbtn:nth-of-type(1) span,
.section-tabar .content .cbtn:hover{
	display: inline-block;
	border-bottom: 3px solid #DC000C;
} */

.section-message {
  padding: 10rem 0 14.4rem 0;
}
.section-message .content {
  text-align: left;
}
.section-message .content .one:nth-of-type(1) {
  width: 29.33%;
  float: left;
  color: #1d1d1d;
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: bold;
}
.section-message .content .one:nth-of-type(2) {
  width: 58.33%;
  float: right;
}
.section-message .content .one:nth-of-type(2) .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #3e3e3e;
}
.section-message .content .one:nth-of-type(2) .summing {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1d1d1d;
  line-height: 5rem;
  margin-top: 4rem;
}

.section-board {
  padding: 8rem 0;
  background: #f8f8f8;
}
.section-board .content .tit {
  font-size: 5.4rem;
  font-weight: bold;
  text-align: center;
  color: #1d1d1d;
  line-height: 6rem;
  margin-bottom: 4.8rem;
}
.section-board .content .value {
  max-width: 1200px;
  margin: 0 auto;
}
.section-board .content .value .item {
  text-align: center;
  background: white;
  width: 100%;
  position: relative;
  /* padding-bottom: 140.351%; */
  /* padding-bottom: 124%;
    height: 0px; */
}
.section-board .content .value .item .head {
  width: 59.65%;
  margin: 3.8rem auto;
}
.section-board .content .value .item .name {
  margin: 0rem 0 0.8rem 0;
  color: #3e3e3e;
  font-size: 2rem;
  font-weight: bold;
}
.section-board .content .value .item .desc {
  font-size: 1.6rem;
  color: #504f4f;
  line-height: 2.2rem;
  height: 2.2rem;
  padding: 0 20px;
  padding-bottom: 3.8rem;
  /*display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 4;    
	overflow: hidden;*/
}
.section-board .content .outer-item {
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 20px !important;
  float: left;
  width: calc(25% - 20px);
}
.section-board .content .outer-item:hover {
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1180px) {
  .section-board .content .outer-item {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  .new-container {
    width: calc(100% - 34px);
  }
  .section-board .content .outer-item {
    width: calc((100% - 15px) / 2);
  }
  .section-board .content .value{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .section-board .content .value .item {
    /*padding-bottom: 156.442%;*/
    /* padding-bottom: 138%; */
  }
  .section-board .content .value .item .head {
    width: 90px;
    margin: 20px 0 20px 0;
  }
  .section-board .content .outer-item:nth-child(odd) {
    /*奇数*/
    margin-right: 7.5px !important;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
  }
  .section-board .content .outer-item:nth-child(even) {
    /*偶数*/
    margin-right: 0px !important;
    margin-left: 7.5px !important;
    margin-bottom: 15px !important;
  }
  .section-board .content .value .item .name {
    font-size: 16px;
    padding: 0px 10px;
  }
  .section-board .content .value .item .desc {
    font-size: 14px;
    line-height: 15px;
    height: 30px;
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .section-message {
    padding: 42px 0 53px 0;
  }

  .section-leadership .tit {
    top: 50%;
    font-size: 24px;
  }
  .section-leadership .tit .word {
    text-align: center;
  }
	.section-tabar{
		/*font-size: 14px;*/
		font-size: 16px;
    	line-height: 1.2;
    	border-bottom: 1px solid #F8F8F8;
	}
	.section-tabar .content .cbtn span{
		margin-top: 2px;
		height: 58px;
    line-height: 1.2;
		display: flex;
		align-items: center;
		justify-content: center;
	}

  .section-tabar .content .cbtn .on,
  .section-tabar .content .cbtn:hover span {
    color: #1d1d1d;
  }
  .section-tabar .content .cbtn:hover span:after {
    height: 0;
  }
  .section-tabar .content .cbtn span.on::after {
    /* border-bottom: 2px solid #E60012; */
    height: 2px;
  }
  .section-message .content .one {
    width: 100% !important;
    margin: 0px;
  }
  .section-message .content .one:nth-of-type(1) {
    font-size: 20px;
    line-height: 23px;
  }
  .section-message .content .one:nth-of-type(2) .desc {
    margin-top: 13px;
    color: #3e3e3e;
    /*font-size: 14px;
		line-height: 20px;*/
    font-size: 16px;
    line-height: 27px;
  }
  .section-message .content .one:nth-of-type(2) .summing {
    font-size: 18px;
    margin-top: 20px;
    line-height: 22px;
  }
  .section-tabar .content .cbtn {
    height: 58px;
    line-height: 58px;
  }
}
#fixed_tabar {
  display: none;
}
@media only screen and (max-width: 350px) {
	.section-tabar{
		font-size: 14px;
	}
}