@charset "utf-8";

body {
  background: #ffffff;
}

.department-image-div {
  width: 100%;
  height: 300px;
  min-width: 1680px;
  min-height: 300px;
}

.depart-left-column {
  width: 260px;
  min-height: 640px;
  min-width: 260px;
  position: absolute;
  bottom: 62px;
  background: #ffffff;
  /*filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));*/
  box-shadow:0px 5px 18px rgba(0,0,0,0.15);
}

.depart-left-other-column{
  bottom: 122px;
}

.depart-left-div-1 {
  width: 100%;
  height: 80px;
}

.depart-right-column {
  width: 1160px;
  height: auto;
  float: right;
}


.depart-current {
  width: auto;
  height: 20px;
}


.depart-tit {
  width: 100%;
  height: 75px;
}

.depart-tit-font {
  text-align: center;
  font-size: 24px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
  line-height: 95px;
}

.depart-content-div {
  width: 1050px;
  margin: 0 auto;
}

.depart-end-bar {
  top: 61px;
}

.tail-div {
  width: 100%;
  height: 70px;
  background: #ffffff
}

.depart-current-position {
  position: relative;
}


.setting-right-content {
  min-height: 500px;
}

.setting-content-div {
  width: 100%;
  height: 100px;
  margin-top: 20px;
}

.setting-inner-content-div {
  width: 1052px;
  height: 100%;
  margin: 0 auto;
}

.setting-content {
  width: 300px;
  height: 100px;
  background: rgb(248, 248, 248);
  transition: unset;
  text-align: left;
  white-space: pre-wrap;
  opacity: 1;
  float: left;
  margin-left: 50px;
  color: rgb(51, 51, 51);
  font-size: 20px;
  font-family: "Microsoft YaHei", sans-serif;
  margin-top:20px;
   
}

.setting-inner-content {
  width: 100%;
  height: 50px;
  position: relative;
  white-space: nowrap;
  margin:-33px 0;
  border-left: 4px solid rgb(146, 19, 22);
  overflow: hidden;
}

.setting-font {
  position: absolute;
  top: 10px;
  left: 20px;
cursor: pointer;
}

.setting-end-bar {
  top: 2px;
  transform: translate(0px, 0px) rotate(0deg);
}

.leader-content-div {
  width: 100%;
  height:auto;
}

.leader-inner-content-div {
    height: 100%;
    width: 100%;
    transform: translateY(7px) rotate(0deg);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leader-content {
  width: 1000px;
  height: 100px;
  min-height: 100px;
  background: rgba(146, 19, 22, 0.05);
  margin-top:25px;
}

.leader-content:hover{
      box-shadow: 5px 5px 5px #c0c0c0;
      cursor: pointer;
}


.leader-content-s {
  position: relative;
  left: 101px;
}

.leader-content-div-s{
  margin-top: 25px;
}

.leader-content-inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  white-space: nowrap;
  letter-spacing: 0;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leader-name {
  font-size: 20px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 35%;
  left:30px;
}

.leader-other-data {
  width: 77%;
  font-size: 18px;
  font-family: "Microsoft YaHei", sans-serif;
  position: relative;
 white-space: nowrap;
  margin: 0 auto;

}

.leader-other-data p:nth-child(1){
    text-align: left;
    left: 70px;
}

.leader-other-data p:nth-child(2){
    text-align: right;
    top: -35px;
}

.leader-other-data p{
      text-align: center;
    top: 7px;
    position: relative;
}

.other-s{
  position: absolute;
  top: 35px;
}

.tail-other-div{
  width: 100%;
  height: 65px;
  min-height: 65px;
}

.duty-right-content{
  min-height: 560px;
}

.right-mien-div{
  width: 100%;
  margin: 0 auto;
}

.right-mien-inner-div{
  width: 320px;
  height: 240px;
  overflow: hidden;
  opacity: 1;
  transition: unset;
  float: left;
  margin-top:40px;
  margin-left:50px;
}
.right-mien-inner-div span{
      font-size: 18px;
    font-family: "Microsoft YaHei", 微软雅黑;
    letter-spacing: 0px;
    position: relative;
    top: 10px;
}


.right-mien-inner-div:hover{
  filter: drop-shadow(0px 3px 6px rgba(146,19,22,0.3));
}

.right-float{
  float: right;
}


.mien-other-div{
  height:60px;
  width:100%;
  float:left;
}

.server-right-content{
  min-height: 500px;
}

.server-right-content-div{
  min-height: 402px;
}

.server-end-bar{
  top: 0px;
}

.contact-content-inner-div{
  width: 1100px;
  height: auto;
  margin: 0 auto;
  line-height: 24px;
}

.contact-font{
  font-size: 18px;
  font-family: "Microsoft YaHei",sans-serif;
  text-align: left;
  color: rgb(51,51,51);
}