.main {
  width: 100%;
}

.crumbs-nav {
  width: 100%;
  height: 428px;
  background-image: url('../images/crumbsNav.png');
  background-size: 100% 428px;
}

.crumbs-nav-con {
  width: 1324px;
  height: 428px;
  margin: 0 auto;
  overflow: hidden;
}

.crumbs-nav-logo {
  width: 300px;
  height: 300px;
  margin-top: 64px;
  display: inline-block;
}

.crumbs-nav-list {
  height: 244px;
  list-style: none;
  display: inline-block;
  margin-left: 130px;
}

.crumbs-nav-list li {
  float: left;
  margin-left: 32px;
  width: 124px;
  height: 198px;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 24px;

  writing-mode: vertical-lr;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.0300), 0px 9px 28px 0px rgba(0, 0, 0, 0.0500), 0px 6px 16px -8px rgba(0, 0, 0, 0.0800);
  border-left: 4px solid #0095BC;
  cursor: pointer;
}

.crumbs-nav-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333;
}

.crumbs-nav-list li:hover {
  width: 124px;
  height: 244px;
  margin-top: -30px;
  background-color: #fff;
  background: #0095BC;
  color: #fff;
}

.crumbs-nav-list li:hover a {
  color: #fff;
}

.crumbs-nav-list li.crumbs-nav-list-active {
  width: 124px;
  height: 244px;
  margin-top: -30px;
  background-color: #fff;
  background: #0095BC;
  color: #fff;

}

.crumbs-nav-list li.crumbs-nav-list-active a {
  color: #fff;
}

.intro-con {
  width: 1324px;
  margin: 64px auto 64px;
  padding-bottom: 64px;
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  border-bottom: 1px solid #E8E8E8;
}

.list-con {
  width: 1324px;
  margin: 64px auto 64px;
  font-size: 0;
}

.list-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}

.leader-list {
  width: 100%;
  min-height: 228px;
  margin-top: 10px;
  padding: 20px 0 0 40px;
  box-sizing: border-box;
  display: inline-block;
  background: #FFFFFF;
  font-size: 20px;
  vertical-align: top;
}
.leader-list-item{
  overflow: hidden;
  margin-top: 10px;
  cursor: pointer;
}
.leader-list-item-name{
  width: 100px;
  font-weight: bold;
  float: left;
}
.leader-list-item-title{
  float: left;
}


.leader-list-item-list span{
  float: left;
  width: 130px;
  text-align: center;
}

.leader-list-r {
  margin-left: 20px;
}


.honor-list {
  list-style: none;
  margin-top: 4px;
}

.honor-list li {
  width: 316px;
  height: 256px;
  cursor: pointer;
  background: #FFFFFF;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.0300), 0px 9px 28px 0px rgba(0, 0, 0, 0.0500), 0px 6px 16px -8px rgba(0, 0, 0, 0.0800);
}

.honor-list li:nth-child(4n+1) {
  margin-left: 0;
}

.honor-list li>p {
  width: 316px;
  height: 66px;
  line-height: 66px;
  font-size: 24px;
  color: #0095BC;
  text-align: center;
  font-weight: bold;

}

.honor-list li>div {
  width: 268px;
  height: 160px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E8E8E8;

}

.honor-list div img{
  max-height: 124px;
}

.honor-list li>div p {
  font-size: 14px;
  color: #333333;
}
.honor-info-img{
  width: 1000px;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -500px;
  z-index: 1001;
}
.show-more {
  width: 160px;
  height: 40px;
  margin: 64px auto 96px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #AEAEAE;
}
.no-more{
  width: 100%;
  text-align: center;
  margin: 64px auto 96px;
  font-size: 16px;
  color: #999;
}
.res-list li{
  width: 428px;
  height: 383px;
  cursor: pointer;
  background: #FFFFFF;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.0300), 0px 9px 28px 0px rgba(0, 0, 0, 0.0500), 0px 6px 16px -8px rgba(0, 0, 0, 0.0800);

}
.res-list li:nth-child(3n+1) {
  margin-left: 0;
}
.res-list li img{
  width: 396px;
  height: 297px;
  margin: 16px auto 0;
}
.res-list li p{
  width: 396px;
  padding: 0 16px;
  font-size: 20px;
  margin-top: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.leader-item{
  cursor: pointer;
}
.leader-info,.honor-info{
  width: 100%;
  height: 100%;
  background-color: rgba(1,1,1,0.3);
  position: fixed;
  top: 0;
  z-index: 999;
}
.leader-info-cot{
  width: 1000px;
  height: 600px;
  padding: 30px 50px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -500px;
  overflow-y: auto;
}
.leader-info-title{
  font-size: 32px;
  font-weight: bold;
  color: #0095BC;
  padding: 20px 0;
  letter-spacing: 2px;
  border-bottom: 1px solid #E8E8E8;
}
.leader-info-l{
  width: 300px;
  padding-top: 50px;
  text-align: center;
  margin: 0 auto;
}
.leader-info-l img{
  width: auto;
  height: 200px;
  margin: 0 auto;
  text-align: center;
}
.leader-info-name{
  margin-top: 10px;
  font-size: 30px;
  color: #0095BC;
  margin-bottom: 10px;
}
.leader-info-desc{
  font-size: 16px;
  margin-top: 10px;
  width: 800px;
  margin: 0 auto;
}

/*.leader-info-r{
  width: 900px;
  height: 450px;
  padding: 30px 20px;
  text-indent: 2em;
  overflow-y: scroll;
  box-sizing: border-box;
  float: right;
}
.leader-info-l img{
  width: 180px;
  height: 180px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.leader-info-l p{
  font-size: 30px;
  text-align: center;
  color: #0095BC;
  font-weight: 500;
  margin-top: 25px;
}
.leader-info-r-title{
  font-size: 28px;
  color: #666;
}
.leader-info-r img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto 20px;
}
.leader-info-r p{
  font-size: 16px;
  color: #666;
}
*/
/* 设置滚动条的样式 */
.leader-info-r::-webkit-scrollbar {
  width: 5px;
}

/* 滚动槽 */
.leader-info-r::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(1, 1, 1, 0.1);
}

/* 滚动条滑块 */
.leader-info-r::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0095BC;
}

.leader-info-r::-webkit-scrollbar-thumb:window-inactive {
  background: #0095BC;
}
.leader-info-close{
  width: 25px;
  height: 25px;
  background-image: url('../images/close_icon.png');
  background-size: 25px 25px;
  position: absolute;
  right: 50px;
  top: 40px;
  cursor: pointer;
  transition: all linear 0.1s;
}
.leader-info-close:hover{
  transform: rotate(90deg);

}
