.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1380px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1560px;
  }
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('https://api.cas.cn/lib/font-size/lato/Lato-Bold.woff2') format('woff2'),
    url('https://api.cas.cn/lib/font-size/lato/Lato-Bold.woff') format('woff'),
    url('https://api.cas.cn/lib/font-size/lato/Lato-Bold.ttf') format('truetype'),
}

@font-face {
  font-family: 'Lato-Heavy';
  src: url('https://api.cas.cn/lib/font-size/lato/Lato-Heavy.woff2') format('woff2'),
    url('https://api.cas.cn/lib/font-size/lato/Lato-Heavy.woff') format('woff'),
    url('https://api.cas.cn/lib/font-size/lato/Lato-Heavy.ttf') format('truetype'),
}

@font-face {
  font-family: 'OpenSans';
  src: url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Regular.woff2') format('woff2'),
    url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Regular.woff') format('woff'),
    url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Regular.ttf') format('truetype'),
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Bold.woff2') format('woff2'),
    url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Bold.woff') format('woff'),
    url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Bold.ttf') format('truetype'),
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Bold.woff2') format('woff2'),
    url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Bold.woff') format('woff'),
    url('https://api.cas.cn/lib/font-size/opensans/OpenSans-Bold.ttf') format('truetype'),
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Regular.woff') format('woff'),
    url('https://api.cas.cn/lib/font-size/montserrat/Montserrat-Regular.ttf') format('truetype'),
}

header {
  width: 100%;
  /* position: fixed; */
  z-index: 999;
  /* top: 0; */
  /* left: 0; */
  padding-top: 10px;
  padding-bottom: 30px;
  transition: all ease 0.25s;
  background: #fff;
}

header.active {
  background: #fff;
  position: fixed !important;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 30px !important;
}

header .img-logo {
  display: flex;
  align-items: center;
  width: 504px;
  flex-shrink: 0;
  /* 防止被挤压 */
  gap: 15px;
}

.img-logo .zky-logo {
  /* width: 80px; */
  width: 44px;
  flex-shrink: 0;
  height: auto;
}

.img-logo .yjs-logo {
  flex: 1;
  /* 占满剩余空间 */
  height: auto;
  min-width: 0;
  /* 防止flex子项溢出 */
}

.header-tool {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-tool span {
  font-size: 12px;
  padding: 0 10px;
  transform: scale(0.8);
}

.header-tool a.search-trigger i {
  font-size: 18px;
}

.header-tool a,
.header-tool span {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  cursor: pointer;
}

.aside-item {
  transform: translateY(-230px);
}

.aside-item h3 span {
  line-height: 30px;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  padding: 30px 0;
  display: inline-block;
}

.aside-item .aside-list {
  background: #1E4BB2;
  padding-bottom: 70px;
  padding-top: 30px;
}

.aside-item .aside-list li {
  padding: 0 20px;
  transition: all ease 0.25s;
}

.aside-item .aside-list li.active a {
  color: #fff;
  background: url(ib-icon02.png) right center no-repeat;
  background-size: 20px 20px;
}

.aside-item .aside-list li.active,
.aside-item .aside-list li:hover {
  background: #2A88D0;
}

.aside-item .aside-list li a {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #fff;
  width: 100%;
  padding: 6px 0;
  font-family: Lato;
}

.left-column ul li {
  margin: 10px 0;
}

.main-content {
  background: #fff;
  margin-bottom: 50px;
  padding-top: 25px;
}

.main-content .channel-title {
  font-size: 25px;
  color: #444444;
  line-height: 34px;
  text-align: left;
}

.main-content .channel-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.main-content .channel-title span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 8px;
  background: #1E4BB2;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 导航横板 */
.channels-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channels-title .chantils {
  position: relative;
  font-family: Lato, Lato;
  font-weight: bold;
  font-size: 28px;
  color: #444444;
  line-height: 43px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.channels-title .chantils:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 9px;
  background: #1E4BB2;
  bottom: 0;
  left: 0;
}

.channels-title .bread-item a {
  font-size: 16px;
  color: #444;
  padding-right: 20px;
  background: url(cdsws23.png) center right no-repeat;
  background-size: 12px;
}

.channels-title .bread-item a:last-child {
  padding-right: 0;
  background: none;
}

.channels-title .bread-item .home i {
  font-size: 28px;
  padding-right: 10px;
}

.channels-title .bread-item a:hover {
  color: #1E4BB2;
}

.top-head-box .puti-box {
  margin-top: 40px;
}

.head-aside-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.head-aside-item .head-list {
  display: flex;
  align-items: center;
}

.head-aside-item .head-list li a {
  font-family: Lato, Lato;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 8px 15px;
}

.head-aside-item .head-list li.active a,
.head-aside-item .head-list li a:hover {
  background: #2A88D0;
  color: #fff;
  border-radius: 8px 8px 0px 0px;
}

.head-aside-item .head-titles span {
  font-weight: 800;
  font-size: 42px;
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.top-head-box {
  position: relative;
  margin-top: -150px;
  z-index: 3;
}

.top-head-box .main-content {
  padding: 30px 40px 0 40px;
}

.top-head-box .puti-box .puti-boxs .img-boxbs {
  min-height: 230px;
  max-height: 230px;
}

.top-head-box .main-content .detail,
.top-head-box .wenzi-item,
.top-head-box .tuwen-item {
  padding-top: 0;
}

.tuwen-item {
  padding-top: 30px;
}

.tuwen-item>li {
  background-color: #ffffff;
  transition: all ease 0.25s;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D8D8D8;
}

.tuwen-item>li:hover {
  transform: translateY(-5px);
}

.tuwen-item li:hover a.db .tuwen-list .title {
  color: #2A88D0;
}

.tuwen-item li a.db {
  position: relative;
  padding-right: 330px;
  min-height: 200px;
}

.tuwen-item li a.db .img-boxs {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
}

.tuwen-item li a.db .img-boxs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tuwen-item li a.db .img-boxs img[src=""] {
  display: none;
}

.tuwen-item li a.db[data-img=""] {
  padding-left: 0;
  padding-right: 0;
  min-height: 100px;
}

.tuwen-item li a.db[data-img=""] .img-boxs {
  display: none;
}

.tuwen-item li .tuwen-list .title {
  font-size: 18px;
  color: #444444;
  line-height: 26px;
  text-align: left;
  transition: all ease 0.25s;
}

.tuwen-item li .tuwen-list .des {
  font-size: 15px;
  line-height: 26px;
  color: #444444;
  margin-top: 8px;
}

.tuwen-item li .tuwen-list .date-s {
  color: #7C7C7C;
  margin-top: 15px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .top-head-box {
    margin-top: -52px;
  }

  .top-head-box .main-content {
    padding: 30px 15px;
  }

  .head-aside-item .head-titles span {
    font-size: 30px;
  }

  .channels-title .chantils {
    font-size: 22px;
  }
}

/* foot*/
.footer {
  width: 100%;
  background: url(bg03.png) center center no-repeat;
  background-size: cover;
}

.footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer .footer-logo .db:first-child {
  max-width: 240px;
}

.footer .footer-logo .db:last-child {
  max-width: 110px;
  margin-left: 60px;
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 72px;
  font-weight: 700;
  font-size: 18px;
  color: #5C35E5;
}

.footer .footer-info {
  text-align: left;
  position: relative;
}

.footer .footer-info p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: OpenSans;
}

.footer .footer-info p.footer-more {
  display: flex;
}

.footer .footer-info p.footer-more span {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.footer .footer-info p i {
  font-size: 22px;
  padding-right: 10px;
}

.footer .footer-info p i.fa-fax {
  font-size: 20px;
}

.footer .footer-info p i.fa-map-marker,
.footer .footer-info p i.fa-phone {
  font-size: 24px;
}

.footer .rightbz {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer .foot-channel {
  width: 100%;
  padding: 60px 0 45px 0;
  display: flex;
  justify-content: space-between;
}

.footer .foot-channel .channel-title {
  margin-bottom: 30px;
  color: #fff;
  font-family: Lato, Lato;
  font-size: 20px;
  text-transform: uppercase;
}

.footer .foot-channel li {
  margin-top: 15px;
}

.footer .footer-infos {
  padding: 40px 0 40px 0;
  background: linear-gradient(225deg, rgba(42, 136, 208, 0.8) 0%, rgba(42, 136, 208, 0.3) 100%);
}

.footer .foot-channel li a {
  color: #fff;
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-family: OpenSans;
}

.footer .foot-channel li a:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer .foot-channel li a:hover {
  color: #F7CF00;
}


.footer .footer-info {
  display: flex;
}

.footer .footer-info .info-logo {
  /* width: 49%; */
  width: 40%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.btm-logo01 {
  /* width: 37%;
  margin-right: 5%; */
  width: 28%;
  margin-right: 3%;
}

.btm-logo02 {
  /* width: 50%; */
  width: 60%;
}

.btm-logo02 img {
  /* filter: invert(1) hue-rotate(180deg) brightness(1.3); */
}

.footer .footer-info .info-txt {
  border-left: 1px solid #fff;
  padding-left: 50px;
  /* width: 43%; */
  width: 52%;
  flex-shrink: 0;
}

.footer .footer-info .rgt-jctb {
  width: 8%;
  flex-shrink: 0;
  text-align: right;
}

.footer .footer-info .info-txt a,
.footer .footer-info .info-txt span {
  margin-right: 20px;
}

.footer .footer-info .info-txt p a {
  margin-left: 30px;
  color: #fff;
  margin-right: 0;
}

.footer .footer-info .info-txt p a:hover {
  text-decoration: underline;
}

.footer .footer-info .info-txt a img {
  display: inline-block;
  width: 18px;
  margin: 0 6px 0 0;
  vertical-align: text-bottom;
}

.footer .footer-info .info-txt>div {
  margin-bottom: 8px;
}

.footer .footer-info .info-txt>p {
  margin-bottom: 8px;
}

.footer .footer-info .info-txt>p img {
  width: 17px;
  display: inline-block;
  float: left;
  margin: 6px 5px 0 0;
}

.rgt-jctb {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1600px) {}

@media screen and (max-width: 1599px) {}

@media screen and (max-width: 1499px) {}

@media screen and (max-width: 1399px) {
  .footer .footer-info .info-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 1299px) {
  .footer .footer-info .info-txt {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .rgt-jctb {
    float: none;
  }

  .footer .footer-info .info-txt {
    border: 0;
  }

  .footer .footer-info .info-txt p a {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer .footer-info {
    padding-left: 0;
    display: block;
  }

  .footer .footer-info .info-logo {
    width: 100%;
    justify-content: space-between;
  }

  .footer .footer-info .info-txt p a {
    margin-left: 10px;
  }

  .footer .footer-info .info-txt {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }

  .footer .footer-info .rgt-jctb {
    width: 80px;
  }

  .footer .footer-info .info-txt>p img {
    margin-top: 6px;
  }

  .main-content .channels-title .rel,
  .head-aside-item .head-list {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer .info-logo {
    margin-bottom: 15px;
  }

  .footer .footer-info .info-txt p a {
    display: block;
    margin-left: 0;
    margin-top: 7px;
  }

  .btm-logo01 {
    width: 45%;
  }

}




.main-content .detail {
  font-size: 18px;
  padding-top: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.main-content .detail img,
.main-content .detail table {
  max-width: 100%;
}

.detail-box .tit {
  color: #444444;
  line-height: 34px;
  text-align: left;
}

.detail-box .info-box {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-box .info-box span {
  font-weight: 500;
  font-size: 16px;
  color: #7C7C7C;
  line-height: 22px;
}

.detail-box .info-box span.time {
  margin-right: 50px;
}

.detail-box .info-box font {
  cursor: pointer;
}

.detail-box .info-box font:hover {
  color: #2A88D0;
}

.detail-box .info-box .fontM {
  margin: 0 10px;
}

.wenzi-item li {
  transition: all ease 0.3s;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.wenzi-item li a:hover,
.wenzi-item li .data-s:hover {
  color: #2A88D0;
}

.wenzi-item {
  padding-top: 30px;
  border-bottom: 1px solid #D8D8D8;
}

.wenzi-item li a {
  font-size: 18px;
  color: #022233;
  padding-left: 0;
  position: relative;
  font-family: OpenSans;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 10px;
}

.wenzi-item li a:hover {
  color: #2A88D0;
}

.wenzi-item li:nth-child(odd) a {
  background: #F7F7F7;
}

.wenzi-item li a .title {
  font-family: Lato-Bold;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
}

.wenzi-item li a .des {
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;
  color: #022233;
  line-height: 32px;
  text-align: left;
  margin-top: 5px;
}

.wenzi-item li .wenzi-tiem {
  width: 100px;
  height: 89px;
  border: 1px solid #F7F7F7;
}

.wenzi-item li .tuwen-list {
  flex: 1;
  padding-left: 20px;
}

.wenzi-tiem span {
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  font-family: Montserrat, Montserrat;
}

.wenzi-tiem span.nian {
  color: #444444;
}

.wenzi-tiem span.yue {
  font-size: 22px;
  background: #2A88D0;
}

.wenzi-tiem span.nian {
  font-size: 20px;
}

.wenzi-item li .data-s {
  color: #444;
  font-size: 18px;
  display: inline-block;
  width: 120px;
  text-align: right;
}

.people-item>li {
  margin-bottom: 35px;
}

.people-item .img-box {
  height: 310px;
}

.people-item .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.people-item .people-bot {
  height: 55px;
}

.people-item>li .people-bot {
  margin-top: 10px;
  text-align: center;
}

.people-item>li>a {
  display: block;
}

.people-item>li>a:hover {
  transform: translateY(5px);
}

.people-detail {
  padding-bottom: 50px;
}

.people-detail-top {
  width: 100%;
  display: flex;
}

.people-detail-top .people-xpwj {
  width: 160px;
}

.people-detail-top .people-info {
  flex: 1;
  padding-left: 20px;
}

.people-info .name {
  color: #444;
  margin-bottom: 15px;
}

.people-info .name .zc {
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
}

.people-info {
  margin-top: 10px;
}

.people-info .info {
  font-weight: 400;
  font-size: 16px;
  color: #444;
  margin: 10px 0 10px 0;
  line-height: 24px;
}

.people-info .info .tit {
  color: #009A44;
  font-weight: 600;
  padding-right: 10px;
}

.people-detail .gunius-list {
  margin-top: 40px;
}

.people-detail .gunius-list h3.h18 {
  background: #E5F2F1;
  color: #444444;
  padding: 14px 15px;
  border-left: 10px solid #2A88D0;
}

.people-detail .gunius-list .gunitem {
  padding: 15px 0 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}

.yjtd-box {
  padding-bottom: 50px;
}

.yjtd-box .yjtd-list {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 50px;
  border-bottom: 1px solid #D8D8D8;
}

.yjtd-box .yjtd-list:hover {
  transform: translateY(5px);
}

.yjtd-box .yjtd-list img {
  width: 60px;
  margin-right: 15px;
}

.yjtd-box .yjtd-list .yjtd-tit {
  flex: 1;
  background: url(icon1.png) center right no-repeat;
}

.yjtd-head {}

.yjtd-head .yjtd-top {
  width: 100%;
  display: flex;
}

.yjtd-head .yjtd-name {
  width: 40%;
  font-weight: 800;
  font-size: 24px;
  color: #444444;
  line-height: 34px;
  padding: 20px 40px 0px 50px;
  border-top: 6px solid #007680;
}

.yjtd-head .yjtd-name span {
  color: #007680;
}

.yjtd-head .yjtd-nav {
  width: 60%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  background: #5DB83F;
  justify-content: space-around;
}

.yjtd-head .yjtd-nav li a {
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  padding: 12px 0 8px 0;
  border-bottom: 4px solid transparent;
}

.yjtd-head .yjtd-nav li a:after {
  content: '';
  background: #fff;
  font-size: 14px;
  position: absolute;
  right: -50%;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 13px;
  transform: translate(-50%, -50%);
}

.yjtd-head .yjtd-nav li:last-child a:after {
  display: none;
}

.yjtd-head .yjtd-nav li.active a {
  border-bottom: 4px solid #F7D210;
}

.yjtd-head .yjtd-nav li:hover a {
  border-bottom: 4px solid #F7D210;
}

.yjtd-head .yjtd-channels {
  padding-left: 50px;
}

.yjtd-head .yjtd-channel {
  margin-top: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
}

.yjtd-head .yjtd-channel span {
  font-weight: 800;
  font-size: 22px;
  color: #009A44;
  background: url(icon3.png) left center no-repeat;
  padding-left: 45px;
  background-size: contain;
}

.yjtd-detail .detail-box {
  border: none;
}

.yjtd-detail .detail-box .info-box {
  background: #F2F2F2;
  padding: 15px 25px;
}

.yjtd-home {
  margin-top: 35px;
  padding: 0 50px 50px 50px;
}

.yjtd-home .yjtd-prod {
  display: flex;
}

.yjtd-home .yjtd-prod img {
  width: 500px;
}

.yjtd-home .prod-box {
  flex: 1;
  margin-left: 30px;
}

.yjtd-home .yjtd-channel {
  margin-top: 0;
  position: relative;
}

.yjtd-home .yjtd-channel .more {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.yjtd-home .prod-box .prod {
  font-weight: 500;
  font-size: 18px;
  color: #444444;
  padding-top: 20px;
  line-height: 34px;
}

.yjtd-home .yjtd-item {
  margin-top: 50px;
}

.yjtd-home .yjtd-item a {
  display: block;
  position: relative;
}

.yjtd-home .yjtd-item .tit {
  font-weight: 800;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.yjtd-home .yjtd-news {
  margin-top: 50px;
}

.yjtd-home .yjtd-news .wenzi-item {
  padding-top: 20px;
}

.yjtd-home .yjtd-news .wenzi-item li {
  padding-left: 15px;
  position: relative;
}

.yjtd-home .yjtd-news .wenzi-item li:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #444;
  left: 0;
  top: 23px;
  position: absolute;
}

.achievement {
  width: 100%;
  padding: 0;
  margin-top: 30px;
}

.achievement .achievement-swiper .img-box {
  height: 520px;
  display: block;
  overflow: hidden;
}

.achievement .achievement-swiper .img-box img {
  transition: all ease 0.5s;
}

.achievement .achievement-swiper .img-box:hover img {
  transform: scale(1.05);
}

.achievement .achievement-swiper .img-box img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.achievement .achievement-swiper .top-tit {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 20px 25px;
  padding-right: 20%;
  background: linear-gradient(0deg, #000 0%, rgba(157, 30, 35, 0) 100%);
}

.achievement .achievement-swiper .top-tit a {
  display: block;
  color: #fff;
  padding-top: 12px;
}

.achievement .achievement-swiper .top-tit a:hover {
  color: #2A88D0;
}

.achievement .achievement-swiper .top-tit .des {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 10px;
}

.achievement .achievement-swiper .swiper-pagination {
  width: 120px;
  right: 30px;
  left: auto;
  bottom: 18px;
  text-align: right;
}

.achievement .achievement-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
}

.achievement .achievement-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.achievement .achievement-swiper .swiper-button:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 13px 12px !important;
}

.index-new {
  background: #f0f2f5;
  padding: 50px 0;
}

.index-news {
  width: 100%;
  padding: 60px 0;
  background: url(com-bg01.png) top center no-repeat;
  background-size: cover;
}

.index-news.index-inter {
  background: url(com-bg03.png) center center no-repeat;
  background-size: cover;
}

.index-inter .inter-title {
  text-align: left;
  color: #fff;
  font-family: Lato, Lato;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

.index-news.index-rese {
  background: url(com-bg04.png) center center no-repeat;
  background-size: cover;
}

.index-news.index-pub {
  background: url(bg05.png) center center no-repeat;
  background-size: cover;
}

.index-news-box {
  margin-top: 35px;
}

.index-news-box .index-tit {
  color: #022233;
  line-height: 38px;
  margin-top: 15px;
  font-family: OpenSans;
  transition: all ease 0.25s;
}

.index-news-box .index-news-list .img-boxs img {
  max-height: 505px;
  object-fit: cover;
}

.index-news-box .index-news-list .litlim img {
  max-height: 245px;
  min-height: 245px;
  object-fit: cover;
}

.index-news-box .index-tits {
  line-height: 24px;
  margin-top: 10px;
  min-height: 50px;
}

.index-news-box .index-news-lists .img-boxs {
  height: 245px;
}

.index-news-box .img-boxs img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.index-news-box .index-time {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  display: inline-block;
  padding: 5px 20px;
  left: 0;
  bottom: 0;
  background: rgba(42, 136, 208, 0.7);
}

.index-news-box .index-news-list {
  margin-bottom: 30px;
}

.index-news-box .index-news-list:hover a {
  transform: translateY(5px);
}

.index-news-box .index-news-list:hover .index-tit {
  color: #2A88D0;
}

.index-banner .view-more {
  position: relative;
  z-index: 11;
  margin-top: 50px;
}

.index-banner .view-more span {
  background: #2A88D0;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
  text-align: left;
  display: flex;
  padding: 12px 16px;
  width: 160px;
}

.index-banner .view-more span img {
  width: 25px;
  display: block;
  max-width: 25px;
  margin-left: 11px;
  object-fit: contain;
  transition: all ease 0.25s;
}

.index-banner .view-more:hover img {
  transform: translateX(10px);
}

.index-banner .index-box {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 8;
}

.index-box .big-tit {
  font-weight: bold;
  font-family: Lato, Lato;
  ;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: left;
  font-style: normal;
  transition: all ease 0.25s;
}

.index-box .small-tit {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  margin-top: 26px;
  font-family: OpenSans;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.swiper-slide .index-box .big-tit,
.swiper-slide .index-box .small-tit,
.swiper-slide .index-box .view-more {
  opacity: 0;
  transform: translateX(-100%);
  transition: all ease 2s;
}

.swiper-slide-active .index-box .big-tit,
.swiper-slide-active .index-box .small-tit,
.swiper-slide-active .index-box .view-more {
  opacity: 1;
  transform: translateX(0);
}

.swiper-slide .index-box .big-tit {
  transition-delay: 0.3s;
}

.swiper-slide .swiper-box>a {
  display: block;
}

.swiper-slide .swiper-box>a img {
  width: 100%;
}

.swiper-slide-active .index-box .small-tit {
  transition-delay: 0.5s;
}

.swiper-slide-active .index-box .view-more {
  transition-delay: 0.7s;
}

.index-banner .swiper-box:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.index-banner-swiper .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 8px;
  border: 3px solid #fff;
  background: transparent;
}

.index-banner-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.index-banner-swiper .swiper-other {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
}

.index-banner .swiper-pagination {
  position: initial;
  margin-right: 60px;
}

.index-banner-swiper .swiper-button {
  width: 60px;
  height: 60px;
  opacity: 1;
  position: initial;
  background: #F7F7F7;
  transition: all ease 0.25s;
}

.index-banner-swiper .line {
  width: 1px;
}

.index-banner-swiper .swiper-button i {
  font-size: 40px;
  color: #333;
  transition: all ease 0.25s;
}

.index-banner-swiper .swiper-button:after {
  display: none;
}

.index-banner-swiper .swiper-button:hover {
  background: #2A88D0;
}

.index-banner-swiper .swiper-button:hover i {
  color: #fff;
}

@media (max-width: 1199px) {
  .index-banner .index-box {
    bottom: 40px;
  }
}

@media (max-width: 991px) {
  .index-box .big-tit {
    font-size: 20px;
  }

  .index-banner .index-box {
    bottom: 20px;
  }

  .index-banner .view-more {
    margin-top: 20px;
  }

  .index-news-box .index-news-lists .img-boxs {
    height: auto;
  }

  .index-news-box .index-news-list .img-boxs img {
    max-height: none;
  }
}

@media (max-width: 767px) {
  .wenzi-item li a .title {
    font-size: 18px;
  }

  .wenzi-item li a .des {
    font-size: 16px;
  }
}

/* 导航 */
.header-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-box .nav-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 70px;
}

.header-box .nav-wrap ul {
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: space-between;
}

.header-box ul li a {
  color: #444;
  text-decoration: none;
  padding: 15px 0;
  font-size: 18px;
  display: block;
  font-weight: 700;
  font-family: Lato;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s;
}

header.active .nav-wrap>ul>li>a {
  color: #444;
}

.header-box .nav-wrap>ul>li>a:hover {
  color: #2A88D0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background: transparent;
}

.header-box .nav-wrap>ul>li.active>a:after {
  content: '';
  display: inline-block;
  width: 56px;
  height: 6px;
  background: #3CBB73;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-box ul li a:hover {
  color: #f0f0f0;
}

.header-box ul .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: auto;
  min-width: 200px;
  transform: translateX(-50%);
  display: block;
  background: #2A88D0;
  list-style: none;
  opacity: 0;
  padding-top: 7px;
  padding-bottom: 10px;
  visibility: hidden;
  border: none;
  transition: all 0.3s ease;
  margin: 0;
}

.header-box ul li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.header-box ul .dropdown-menu li {
  display: block;
}

.header-box ul .dropdown-menu li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  transition: background 0.3s;
}

.header-box ul .dropdown-menu li a:hover {
  background: #4799d7;
  color: #fff;

}

.index-event-list a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.index-event-list a .img-boxs {
  width: 360px;
}

.index-event-list a .h24 {
  flex: 1;
  line-height: 36px;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-news-box .wenzi-item {
  border-bottom: none;
  padding-top: 0;
}

.index-news-box .h24 p {
  font-size: 18px;
  color: #022233;
  line-height: 28px;
}

.index-news-box p .fa-map-marker {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  padding-right: 10px;
}

.index-news-box .wenzi-item li .wenzi-tiem {
  width: 100px;
  height: 100px;
}

.index-news-box .wenzi-tiem span {
  line-height: 50px;
}

.index-news-box .wenzi-item li .tuwen-list {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.puti-box {
  margin-top: 60px;
}

.puti-box .puti-boxs {
  margin-bottom: 50px;
  display: block;
}

.puti-box .puti-boxs .img-boxbs {
  min-height: 200px;
  max-height: 200px;
}

.puti-box .puti-boxs .img-boxbs img {
  object-fit: cover;
  object-position: center center;
}

.puti-box .puti-tit {
  font-family: Lato, Lato;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  color: #444444;
  padding-top: 40px;
  line-height: 28px;
  text-align: center;
  transition: all ease 0.25s;
}

.puti-box .puti-boxs .img-boxb {
  text-align: center;
  overflow: hidden;
  width: 280px;
  height: 280px;
  margin: 0 auto;
}

.puti-box .puti-boxs .img-boxb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.puti-box .puti-tit:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #2A88D0;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.puti-boxs:hover .puti-tit {
  color: #2A88D0;
}

.other-body .puti-boxs .puti-tits {
  font-family: Lato, Lato;
  font-weight: bold;
  font-size: 18px;
  color: #444444;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
}

.other-body .puti-boxs .puti-tits:hover {
  color: #1E4BB2;
}

.other-body .puti-box .puti-boxs {
  margin-bottom: 40px;
}

.about-box {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}

.about-box .common-title {
  padding-bottom: 50px;
  margin-right: 70px;
}

.about-box .common-title .tit {
  white-space: nowrap;
}

.about-box .common-title .more {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  transform: translateY(0);
}

.about-box .about-des {
  font-family: OpenSans;
  font-size: 18px;
  color: #022233;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}

.index-events {
  background: url(com-bg02.png) center center no-repeat;
  background-size: cover;
}

.index-event-box {
  box-shadow: 0px 2px 10px 0px #DFDFDF;
  border-radius: 5px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.index-event-box .event-box {
  width: 70px;
  font-family: Montserrat, Montserrat;
  text-align: center;
  border: 1px solid #979797;
}

.index-event-box .event-box .yue {
  background: #2A88D0;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 5px;
}

.index-event-box .event-box .nian {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 3px;
}

.index-event-box .tuwen-list {
  flex: 1;
}

.index-event-box .title {
  font-family: Lato, Lato;
  font-weight: 400;
  font-size: 18px;
  color: #022233;
  line-height: 28px;
  padding-left: 20px;
  transition: all ease 0.25s;
}

.index-event-box:hover {
  background: #7aa8ed;
}

.index-event-box:hover .event-box .yue {
  background-color: #2A88D0;
}

.index-Scient .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2A88D0;
}

.index-event-box:hover .event-box {
  border-color: #fff;
}

.index-event-box:hover .event-box .nian {
  color: #Fff;
}

.index-event-box:hover .title {
  color: #Fff;
}

.index-Scient {
  padding: 60px 0 70px 0;
}

.index-Scient .common-title {
  width: 100%;
}

.index-Scient .swiper-scrollbar {
  width: 270px;
  height: 2px;
  background: #D8D8D8;
  transform: translatey(-12px);
  margin-right: 40px;
}

.index-Scient .swiper-button-prevs {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(com-icon01.png) center center no-repeat #F2F4F7;
}

.index-Scient .swiper-bartools {
  position: absolute;
  display: flex;
  align-items: center;
  right: 180px;
  top: 50%;
}

.index-Scient .swiper-button-nexts {
  width: 40px;
  height: 40px;
  margin-left: 40px;
  border-radius: 50%;
  background: url(com-icon01.png) center center no-repeat #F2F4F7;
  transform: rotate(180deg);
}

.index-Scient .swiper-button-nexts,
.index-Scient .swiper-button-prevs {
  position: initial;
  transition: all ease 0.25s;
}

.index-Scient .swiper-button-nexts {}

.index-Scient .swiper-button-prevs:after,
.index-Scient .swiper-button-nexts:after {
  display: none;
}

.jous-box {
  display: flex;
  width: 100%;
  /* align-items: center; */
  justify-content: space-between;
  gap: 40px;
}

.jous-box li {
  flex: 1;
}

.jous-box li a {
  font-family: Lato, Lato;
  font-weight: bold;
  font-size: 18px;
  color: #022233;
  line-height: 32px;
  text-align: left;
}

.jous-box li .time {
  font-family: OpenSans;
  font-size: 16px;
  color: #777777;
  line-height: 22px;
  text-align: left;
  margin-top: 20px;
}

.rese-box {
  margin-top: 40px;
}

.rese-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rese-box ul li {
  width: calc(100%/6);
  overflow: hidden;
  transition: all ease 0.25s;
}

.rese-box ul li.active {
  width: calc(100%/3);
}

.rese-box ul li img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.rese-box ul li a {
  position: relative;
}

.rese-box ul li a .rese-title {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  font-family: Lato, Lato;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}

.pub-box {
  position: relative;
  margin-top: 80px;
}

.pub-box .line-box {
  height: 160px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #2A88D0;
}

.pub-box-swiper {
  position: relative;
  padding: 0 130px;
}

.pub-box-swiper .swiper-pub-prev,
.pub-box-swiper .swiper-pub-next {
  width: 40px;
  height: 40px;
  background: #F2F4F7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 30px;
  color: #444;
  transform: translateY(-50%);
  transition: all ease 0.25s;
}

.pub-box-swiper .swiper-pub-prev:hover,
.pub-box-swiper .swiper-pub-next:hover {
  color: #fff;
  background: #2A88D0;
}

.pub-box-swiper .swiper-pub-prev {
  left: 50px;
}

.pub-box-swiper .swiper-pub-next {
  right: 50px;
}

.pub-box-swiper .swiper-slide {
  transition: all ease 0.25s;
}

.pub-box-swiper .swiper-slide:hover {
  transform: translateY(-5px);
}

@media (max-width: 991px) {
  .about-box .common-title {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  .puti-box .puti-boxs {
    margin-bottom: 25px;
  }

  .puti-box .puti-boxs .img-box img {
    width: 100%;
  }
}


/* people */
.academicians-groups .box-s,
.academicians-list .box-s {
  background-image: url("ibpzw2024-icon-39.png");
  background-color: #2A88D0;
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
  background-size: calc(100vw * 110 / 1920);
}

.academicians-list ul {
  display: flex;
  flex-wrap: wrap;
  /* gap: 50px 40px;  */
}

@media (max-width: 1199px) {

  .academicians-groups .box-s,
  .academicians-list .box-s {
    border-radius: 0.7142857143rem;
    background-size: 7.8571428571rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s,
  .academicians-list .box-s {
    border-radius: 0.9090909091rem;
    background-size: 10rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s,
  .academicians-list .box-s {
    border-radius: 0.9090909091rem;
    background-size: 10rem;
  }
}

@media (max-width: 500px) {
  .academicians-list ul li {
    width: 100%;
  }
}

.academicians-groups .box-s.box-other .box-img::before,
.academicians-list .box-s.box-other .box-img::before {
  display: block;
}

.academicians-groups .box-s:hover,
.academicians-list .box-s:hover {
  background-color: #1E4BB2;
}

.academicians-groups .box-s:hover .box-img img,
.academicians-list .box-s:hover .box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.academicians-groups .box-s .box-img,
.academicians-list .box-s .box-img {
  overflow: hidden;
  border-radius: 1px;
  position: relative;
  border-radius: 3px;
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-img,
  .academicians-list .box-s .box-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-img,
  .academicians-list .box-s .box-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-img,
  .academicians-list .box-s .box-img {
    border-radius: 0.9090909091rem;
  }
}

.academicians-groups .box-s .box-img::before,
.academicians-list .box-s .box-img::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-img::before,
  .academicians-list .box-s .box-img::before {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-img::before,
  .academicians-list .box-s .box-img::before {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-img::before,
  .academicians-list .box-s .box-img::before {
    border-radius: 0.9090909091rem;
  }
}

.academicians-groups .box-s .box-img::after,
.academicians-list .box-s .box-img::after {
  border-width: 1px;
  opacity: 0.5;
  border-radius: 6px;
  border-radius: calc(100vw * 6 / 1920);
  left: calc(100vw * 7 / 1920);
  right: calc(100vw * 7 / 1920);
  top: calc(100vw * 7 / 1920);
  bottom: calc(100vw * 7 / 1920);
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-img::after,
  .academicians-list .box-s .box-img::after {
    border-radius: 0.4285714286rem;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    bottom: 0.5rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-img::after,
  .academicians-list .box-s .box-img::after {
    border-radius: 0.5454545455rem;
    left: 0.6363636364rem;
    right: 0.6363636364rem;
    top: 0.6363636364rem;
    bottom: 0.6363636364rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-img::after,
  .academicians-list .box-s .box-img::after {
    border-radius: 0.5454545455rem;
    left: 0.6363636364rem;
    right: 0.6363636364rem;
    top: 0.6363636364rem;
    bottom: 0.6363636364rem;
  }
}

.academicians-groups .box-s .box-img a,
.academicians-list .box-s .box-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.academicians-groups .box-s .box-img img,
.academicians-list .box-s .box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* height: calc(100vw * 300 / 1920); */
}

/* @media (max-width: 1199px) {
  .academicians-groups .box-s .box-img img, .academicians-list .box-s .box-img img {
    height: 15rem;
  }
}
@media (max-width: 991px) {
  .academicians-groups .box-s .box-img img, .academicians-list .box-s .box-img img {
    height: 30.4545454545rem;
  }
}
@media (max-width: 767px) {
  .academicians-groups .box-s .box-img img, .academicians-list .box-s .box-img img {
    height: 40.454545rem;
  }
}
@media (max-width: 521px) {
  .academicians-groups .box-s .box-img img, .academicians-list .box-s .box-img img {
    height: auto;
  }
} */
.academicians-groups .box-s .box-info,
.academicians-list .box-s .box-info {
  color: #FFFFFF;
  height: calc(100vw * 90 / 1920);
  padding: calc(100vw * 15 / 1920) calc(100vw * 15 / 1920) calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-info,
  .academicians-list .box-s .box-info {
    height: 7.1428571429rem;
    padding: 1.7857142857rem 1.0714285714rem 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-info,
  .academicians-list .box-s .box-info {
    height: 11.6363636364rem;
    padding: 2.2727272727rem 1.3636363636rem 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-info,
  .academicians-list .box-s .box-info {
    height: 11.6363636364rem;
    padding: 2.2727272727rem 1.3636363636rem 1.8181818182rem;
  }
}

.academicians-groups .box-s .box-info .info-title,
.academicians-list .box-s .box-info .info-title {
  color: #FFFFFF;
  margin-bottom: calc(100vw * 10 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    height: 2.1818181818rem;
  }
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    line-height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-info .info-title,
  .academicians-list .box-s .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.academicians-groups .box-s .box-info .info-title span,
.academicians-list .box-s .box-info .info-title span {
  display: inline-block;
}

.academicians-groups .box-s .box-info .info-title .name-s,
.academicians-list .box-s .box-info .info-title .name-s {
  font-size: calc(100vw * 24 / 1920);
  margin-right: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-info .info-title .name-s,
  .academicians-list .box-s .box-info .info-title .name-s {
    font-size: 1.7142857143rem;
    margin-right: 0.3571428571rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-info .info-title .name-s,
  .academicians-list .box-s .box-info .info-title .name-s {
    font-size: 2.1818181818rem;
    margin-right: 0.4545454545rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-info .info-title .name-s,
  .academicians-list .box-s .box-info .info-title .name-s {
    font-size: 2.1818181818rem;
    margin-right: 0.4545454545rem;
  }
}

.academicians-groups .box-s .box-info .info-txt>div,
.academicians-list .box-s .box-info .info-txt>div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-info .info-txt>div,
  .academicians-list .box-s .box-info .info-txt>div {
    height: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-info .info-txt>div,
  .academicians-list .box-s .box-info .info-txt>div {
    height: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-info .info-txt>div,
  .academicians-list .box-s .box-info .info-txt>div {
    height: 1.8181818182rem;
  }
}

@media (max-width: 1199px) {

  .academicians-groups .box-s .box-info .info-txt>div,
  .academicians-list .box-s .box-info .info-txt>div {
    line-height: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .academicians-groups .box-s .box-info .info-txt>div,
  .academicians-list .box-s .box-info .info-txt>div {
    line-height: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-info .info-txt>div,
  .academicians-list .box-s .box-info .info-txt>div {
    line-height: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .academicians-groups .box-s .box-info .info-txt>div,
  .academicians-list .box-s .box-info .info-txt>div {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.academicians-list .box-s {
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .academicians-list .box-s {
    margin-bottom: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .academicians-list .box-s {
    margin-bottom: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .academicians-list .box-s {
    margin-bottom: 4.5454545455rem;
  }
}

.personnel-details .info-top {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 60 / 1920) calc(100vw * 400 / 1920) calc(100vw * 60 / 1920) calc(100vw * 80 / 1920);
  min-height: calc(100vw * 505 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
}

.personnel-details .info-tops {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 60 / 1920) calc(100vw * 60 / 1920) calc(100vw * 60 / 1920) calc(100vw * 80 / 1920);
  min-height: calc(100vw * 505 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .personnel-details .info-top {
    border-radius: 0.7142857143rem;
    padding: 4.2857142857rem 28.5714285714rem 4.2857142857rem 5.7142857143rem;
    min-height: 36.0714285714rem;
    margin-bottom: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top {
    border-radius: 0.9090909091rem;
    padding: 5.4545454545rem 5.4545454545rem 5.4545454545rem 5.4545454545rem;
    min-height: 45.9090909091rem;
    margin-bottom: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top {
    border-radius: 0.9090909091rem;
    padding: 2.4545454545rem 2.4545454545rem 2.4545454545rem 2.4545454545rem;
    min-height: 45.9090909091rem;
    margin-bottom: 4.5454545455rem;
  }
}

.personnel-details .info-top .box-img {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  right: calc(100vw * 60 / 1920);
  top: calc(100vw * 60 / 1920);
  width: calc(100vw * 300 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .personnel-details .info-top .box-img {
    right: 4.2857142857rem;
    top: 4.2857142857rem;
    width: 21.4285714286rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top .box-img {
    position: initial;
    right: 5.4545454545rem;
    top: 5.4545454545rem;
    width: 27.2727272727rem;
    border-radius: 0.9090909091rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top .box-img {
    right: 5.4545454545rem;
    top: 5.4545454545rem;
    width: 27.2727272727rem;
    border-radius: 0.9090909091rem;
  }
}

.personnel-details .info-top .box-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: contain;
  left: calc(100vw * -300 / 1920);
  width: calc(100vw * 300 / 1920);
}

@media (max-width: 1199px) {
  .personnel-details .info-top .box-img::after {
    left: -21.4285714286rem;
    width: 21.4285714286rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top .box-img::after {
    left: -27.2727272727rem;
    width: 27.2727272727rem;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top .box-img::after {
    left: -27.2727272727rem;
    width: 27.2727272727rem;
  }
}

.personnel-details .info-top .box-img img {
  display: block;
  width: 100%;
  height: calc(100vw * 385 / 1920);
}

@media (max-width: 1199px) {
  .personnel-details .info-top .box-img img {
    height: 27.5rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top .box-img img {
    height: 35rem;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top .box-img img {
    height: 35rem;
  }
}

.personnel-details .info-top .box-info {
  overflow: hidden;
}

.personnel-details .info-top .box-info .info-title {
  position: relative;
  color: #333333;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: calc(100vw * 25 / 1920);
  padding-bottom: calc(100vw * 15 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .personnel-details .info-top .box-info .info-title {
    margin-bottom: 1.7857142857rem;
    padding-bottom: 1.0714285714rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top .box-info .info-title {
    margin-bottom: 2.2727272727rem;
    padding-bottom: 1.3636363636rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top .box-info .info-title {
    margin-bottom: 2.2727272727rem;
    padding-bottom: 1.3636363636rem;
    font-size: 1.4545454545rem;
  }
}

.personnel-details .info-top .box-info .info-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2A88D0;
  width: calc(100vw * 22 / 1920);
  height: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .personnel-details .info-top .box-info .info-title::after {
    width: 1.5714285714rem;
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top .box-info .info-title::after {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top .box-info .info-title::after {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

.personnel-details .info-top .box-info .info-title span {
  font-size: calc(100vw * 18 / 1920);
  display: inline-block;
}

@media (max-width: 1199px) {
  .personnel-details .info-top .box-info .info-title span {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top .box-info .info-title span {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top .box-info .info-title span {
    font-size: 1.6363636364rem;
  }
}

.personnel-details .info-top .box-info .info-title span.title-name {
  font-size: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .personnel-details .info-top .box-info .info-title span.title-name {
    font-size: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top .box-info .info-title span.title-name {
    font-size: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top .box-info .info-title span.title-name {
    font-size: 3.0909090909rem;
  }
}

.personnel-details .info-top .box-info .info-txt {
  color: #333333;
}

.personnel-details .info-top .box-info .info-txt p {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-family: Lato, Lato;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .personnel-details .info-top .box-info .info-txt pre {
    line-height: 2.1428571429rem;
    font-size: 1.2857142857rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top .box-info .info-txt pre {
    line-height: 2.7272727273rem;
    font-size: 1.6363636364rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top .box-info .info-txt pre {
    line-height: 2.7272727273rem;
    font-size: 1.6363636364rem;
    margin-bottom: 2.7272727273rem;
  }
}

.personnel-details .info-top .box-info .box-s {
  position: relative;
  line-height: 30px;
  min-height: 30px;
  margin-bottom: calc(100vw * 6 / 1920);
  font-size: 18px;
}

.personnel-details .info-top .box-info .box-s.no-title {
  padding-left: 0;
  color: #333;
}

.personnel-details .info-top .box-info .box-s.no-title a {
  color: #8C726E;
}

.personnel-details .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}

.personnel-details .info-top .box-info .box-s span {
  vertical-align: top;
  word-wrap: break-word;
}

.personnel-details .info-top .box-info .box-s .title-s {
  color: #333;
  font-weight: bold;
  left: 0;
  top: 0;
  color: #444;
}

.personnel-details .info-top .box-info .box-s .txt-s {
  color: #666666;
}

.personnel-details .info-top .box-info .info-table {
  display: table;
  width: 100%;
}

.personnel-details .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}

.personnel-details .info-top .box-info .info-table .table-row>div {
  line-height: calc(100vw * 26 / 1920);
  padding-top: calc(100vw * 3 / 1920);
  padding-bottom: calc(100vw * 3 / 1920);
  padding-right: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .personnel-details .info-top .box-info .info-table .table-row>div {
    line-height: 1.8571428571rem;
    padding-top: 0.2142857143rem;
    padding-bottom: 0.2142857143rem;
    padding-right: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .personnel-details .info-top .box-info .info-table .table-row>div {
    line-height: 2.3636363636rem;
    padding-top: 0.2727272727rem;
    padding-bottom: 0.2727272727rem;
    padding-right: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .personnel-details .info-top .box-info .info-table .table-row>div {
    line-height: 2.3636363636rem;
    padding-top: 0.2727272727rem;
    padding-bottom: 0.2727272727rem;
    padding-right: 0.9090909091rem;
  }
}

.personnel-details .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}

.ryxq_glbli .box-tit {
  height: 50px;
  background: #f2f7ff;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #2A88D0;
}

.ryxq_glbli .box-cont {
  padding-left: 20px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 25px;
}

.research-table {
  overflow: hidden;
  overflow-x: auto;
}

.research-table .table-wrap {
  min-width: 550px;
  overflow: hidden;
  border-radius: 0.2083333333vw;
}

.research-table table {
  width: 100%;
}

.research-table table thead tr th {
  background: #2a88d0;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
}

@media (max-width: 1199px) {
  .research-table table thead tr th {
    line-height: 3.2857142857rem;
    height: 3.2857142857rem;
  }
}

@media (max-width: 991px) {
  .research-table table thead tr th {
    line-height: 4.1818181818rem;
    height: 4.1818181818rem;
  }
}

@media (max-width: 767px) {
  .research-table table thead tr th {
    line-height: 4.1818181818rem;
    height: 4.1818181818rem;
  }
}

.research-table table tbody tr:nth-child(2n) {
  background: #F5F5F5;
}

.research-table table tbody tr td {
  color: #333333;
  line-height: 1.6;
  padding: calc(100vw * 14 / 1920) calc(100vw * 20 / 1920);
  border: 1px solid #fff;
  text-align: center;
}

@media (max-width: 1199px) {
  .research-table table tbody tr td {
    padding: 1rem 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .research-table table tbody tr td {
    padding: 1.2727272727rem 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .research-table table tbody tr td {
    padding: 1.2727272727rem 1.8181818182rem;
  }
}

.research-table .td-wcr,
.research-table .td-pm,
.research-table .td-l {
  text-align: left;
}

.research-table .td-title {
  display: block;
  color: #333;
  line-height: 1.6;
  text-align: left;
}

.research-table .td-title:hover {
  color: #2a88d0;
}

.table-details {
  overflow: hidden;
  overflow-x: auto;
}

.table-details table {
  border: 1px solid #EDEDED;
  width: 100%;
}

.table-details table tr:nth-child(2n+1) td {
  background: #F7F6F6;
}

.table-details table tr td {
  color: #333;
  border: 1px solid #fff;
  line-height: calc(100vw * 30 / 1920);
  padding: calc(100vw * 15 / 1920) calc(100vw * 30 / 1920) calc(100vw * 15 / 1920) calc(100vw * 80 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .table-details table tr td {
    line-height: 2.1428571429rem;
    padding: 1.0714285714rem 2.1428571429rem 1.0714285714rem 5.7142857143rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .table-details table tr td {
    line-height: 2.7272727273rem;
    padding: 1.3636363636rem 2.7272727273rem 1.3636363636rem 7.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .table-details table tr td {
    line-height: 2.7272727273rem;
    padding: 1.3636363636rem 2.7272727273rem 1.3636363636rem 7.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

.table-details table tr td:first-child {
  color: #fff;
  background: #9E9E9E;
  width: calc(100vw * 250 / 1920);
  padding-right: calc(100vw * 80 / 1920);
  font-size: calc(100vw * 18 / 1920);
  text-align: center;
}

@media (max-width: 1199px) {
  .table-details table tr td:first-child {
    width: 25rem;
    padding-right: 5.7142857143rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .table-details table tr td:first-child {
    width: 31.8181818182rem;
    padding-right: 7.2727272727rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .table-details table tr td:first-child {
    width: 31.8181818182rem;
    padding-right: 7.2727272727rem;
    font-size: 1.6363636364rem;
  }
}



.common-title {
  position: relative;
}

.common-title .tit {
  display: inline-block;
  padding-top: 18px;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  text-transform: uppercase;
  font-family: Montserrat, Montserrat;
  color: #444444;
  line-height: 38px;
}

.common-title .tit:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 7px;
  background: #2A88D0;
  position: absolute;
  top: 0;
  left: 0;
}

.common-title .more {
  color: #022233;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  padding-bottom: 7px;
  border-bottom: 1px solid #979797;
  transform: translateY(-50%);
}

.common-title .more i {
  padding-left: 12px;
  transition: all ease 0.25s;
}

.common-title .more:hover {
  border-bottom-color: #2A88D0;
}

.common-title .more:hover i {
  color: #2A88D0;
  transform: translateX(10px);
}

.common-title .white span {
  color: #fff;
}

.common-title .white .more i,
.common-title .white .more:hover i {
  color: #fff;
}

.common-title .white .more {
  color: #fff;
}

.index-link {
  padding: 50px 0;
  background: #f0f2f5;
}

.index-link .index-link-item {
  margin-top: 30px;
}

.lw-box:hover {
  transform: translateY(5px);
}

.lw-box:hover .lwtm {
  color: #27939F;
}

.lw-box {
  background: #fff;
  padding: 25px 20px;
  min-height: 150px;
  margin-bottom: 30px;
  border-top: 3px solid #27939F;
}

.lw-box .lwtm {
  font-size: 17px;
  margin-bottom: 15px;
  transition: all ease 0.25s;
}

.lw-box .lwzz {
  color: #999;
  font-size: 15px;
}

.index-channel {
  background: url(bg04.png) top center no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.kyjz-item {
  background: #fff;
  margin-top: 30px;
  border-radius: 3px;
  overflow: hidden;
  min-height: 370px;
}

.kyjz-item .index-channer-list {
  padding: 20px;
}

.kyjz-item .img-boxs {
  border-radius: 3px;
  overflow: hidden;
  height: 250px;
}

.kyjz-item .index-channer-list li a {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  position: relative;
  padding-top: 5px;
  min-height: 55px;
}

.kyjz-item .index-channer-list li a:hover {
  color: #2A88D0;
}

.kyjz-item .index-channer-list li {
  margin-bottom: 15px;
}

.kyjz-item .index-channer-list li:last-child {
  margin-bottom: 0;
}

.kyjz-item .index-channer-list li a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #27939F;
  position: absolute;
  left: 0;
  top: 0;
}

.kyjz-item .index-channer-list li .time {
  color: #7D89A5;
  font-size: 14px;
  padding-left: 0;
  margin-top: 5px;
}

.common-title.common-switch {
  overflow: hidden;
}

.common-title.common-switch h4 {
  float: left;
}

.common-title.common-switch h4 .tit {
  border-bottom: transparent;
}

.common-title.common-switch h4 .more {
  display: none;
}

.common-title.common-switch h4.active .more {
  display: block;
}

.common-title.common-switch h4:last-child {
  margin-left: 20px;
}

.common-title.common-switch h4.active .tit {
  border-bottom: 5px solid #007F71;
}

.kyjz-item-switch .index-channer-list {
  display: none;
}

.kyjz-item-switch .index-channer-list.active {
  display: block;
}

.kyjz-items {
  margin-top: 30px;
}

.kyjz-items .index-news-list {
  border-top: none;
  overflow: hidden;
}

.kyjz-items .index-news-time span.small:after {
  display: none;
}

.kyjz-items .index-news-detail h3 {
  min-height: 50px;
  line-height: 26px;
  transition: all ease 0.25s;
}

.kyjz-items .index-news-detail h3:hover {
  color: #2A88D0;
}

.kyjz-items .index-news-detail p {
  font-size: 16px;
  color: #999999;
  line-height: 18px;
  text-align: left;
  margin-top: 10px;
  padding-left: 25px;
}

.kyjz-items .index-news-detail p.times {
  background: url(icon4.png) left center no-repeat;
  background-size: contain;
}

.kyjz-items .index-news-detail p.address {
  background: url(icon5.png) left center no-repeat;
  background-size: contain;
}

.kyjz-items .index-news-detail p.auther {
  background: url(icon6.png) left center no-repeat;
  background-size: contain;
}

.kyjz-items .index-news-list {
  margin-bottom: 30px;
}


@media (max-width: 767px) {
  .common-title .tit {
    font-size: 24px;
  }
}

/* 内页 */
.other-body header {
  position: initial;
  background: #fff;
}

.other-body .header-box ul li a {
  color: #444;
}

.other-body .header-box ul .dropdown-menu li a {
  color: #fff;
}

.other-body .header-tool a {
  color: #444;
  transition: all ease 0.25s;
}

.other-body .header-tool a:hover {
  color: #009A44;
}

.banner-box img {
  width: 100%;
}

.banner-box .img-box {
  max-height: 440px;
  overflow: hidden;
  position: relative;
}

.banner-box .img-box:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url(bg06.png) bottom center no-repeat;
  background-size: 100%;
}

.banner-box .bread-item {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.banner-box .bread-item a {
  color: #FFFFFF;
  font-size: 16px;
  font-family: Verdana;
  padding-right: 20px;
  background: url(ib-icon02.png) center right no-repeat;
}

.banner-box .bread-item a:last-child {
  background: none;
  padding-right: 0;
}

.banner-box .home {
  display: flex;
  align-items: center;
}

.banner-box .home i {
  font-size: 28px;
  padding-right: 15px;
}

/* zuhe */
.zuhe-box {
  width: 100%;
  overflow: hidden;
}

.zuhe-box .index-inter,
.zuhe-box .index-events {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  background: none;
}

.zuhe-box .index-inter:after {
  content: '';
  display: inline-block;
  width: 130%;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -1;
  background: url(com-bg05.png) center center no-repeat;
  background-size: cover;
}

.zuhe-box .index-events:after {
  content: '';
  display: inline-block;
  width: 130%;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: -1;
  background: url(com-bg06.png) center center no-repeat;
  background-size: cover;
}

.zuhe-box .puti-box .puti-boxs {
  margin-bottom: 0;
}

.zuhe-box .index-events {
  padding-right: 30px;
}

.zuhe-box .index-rese {
  padding-top: 70px;
}

.zuhe-box .index-rese .rese-box ul li {
  width: calc(100%/4);
}

.zuhe-box .index-rese .rese-box ul li.active {
  width: calc(100%/2);
}

.zuhe-box .index-pub .pub-box-swiper {
  padding: 0;
}

.zuhe-box .index-pub {
  padding-top: 160px;
  padding-left: 80px;
  margin-left: 60px;
  padding-bottom: 55px;
  position: relative;
}

.zuhe-box .index-pub:after {
  content: '';
  display: inline-block;
  width: 130%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  background: url(com-bg07.png) center center no-repeat;
  background-size: cover;
}

.zuhe-box .index-pub .pub-box {
  margin-top: 40px;
}

.zuhe-box .jous-box {
  display: block;
}

.zuhe-box .jous-box li {
  margin-bottom: 20px;
}

.zuhe-box .jous-box li:last-child {
  margin-bottom: 0;
}

.zuhe-box .jous-box li .time {
  margin-top: 10px;
}

.zuhe-box.zuhe-sine {
  margin-top: 60px;
  background: url(com-bg08.png) top center no-repeat;
  background-size: cover;
}

.zuhe-box .index-Jour {
  padding: 60px 0 70px 0;
}

.zuhe-box .index-Scient {
  padding-right: 45px;
}

.zuhe-box .index-Jour {
  padding-left: 45px;
  position: relative;
  border-left: 1px solid rgba(226, 237, 255, 0.5);
}

.zuhe-box .index-Jour:after {
  content: '';
  display: inline-block;
  width: 130%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  background: rgba(226, 237, 255, 0.5);
}

.zuhe-box .puti-box .puti-boxs .img-boxb {
  width: 220px;
  height: 220px;
}



@media (max-width: 1660px) {
  .index-box .big-tit {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1600px) {}

@media (max-width: 1599px) {
  .index-banner .index-box {
    width: 60%;
  }

  header .img-logo {
    width: 450px;
  }

  .img-logo .zky-logo {
    /* width: 68px; */
    width: 42px;
  }

  .header-box .nav-wrap {
    margin-left: 50px;
  }

  .index-news .puti-box .puti-boxs .img-boxbs {
    min-height: initial;
  }

  .zuhe-box .puti-box .puti-boxs .img-boxb {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 1439px) {
  header .img-logo {
    width: 350px;
  }

  .img-logo .zky-logo {
    /* width: 55px; */
    width: 34px;
  }

  .header-box ul li a {
    font-size: 16px;
  }

  .index-box .big-tit {
    font-size: 24px;
    line-height: 30px;
  }

  .index-news-box .index-news-list .litlim img {
    min-height: 200px;
    max-height: 200px;
  }

  .footer .footer-info p.footer-more span {
    margin-right: 15px;
  }

  .footer .footer-info {
    padding-right: 50px;
  }

  .aside-item .aside-list li.active a {
    background: none;
  }

  .aside-item .aside-list li {
    padding: 0 15px;
  }

  .aside-item .aside-list li a {
    font-size: 20px;
  }

  .aside-item .aside-list {
    padding-bottom: 30px;
  }

  .aside-item {
    transform: translateY(0);
  }

  .aside-item h3 span {
    font-size: 36px;
    padding: 20px 0;
    color: #444;
  }

  .zuhe-box .puti-box .puti-boxs .img-boxb {
    width: 160px;
    height: 160px;
  }

  .zuhe-box .index-pub {
    padding-left: 30px;
    margin-left: 0;
  }

  .zuhe-box .index-Scient .swiper-scrollbar {
    display: none;
  }
}

@media (min-width: 1199px) {}

@media (max-width: 1279px) {
  .index-box .small-tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .zuhe-box .index-Jour {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  header {
    position: relative;
    background: #fff;
    padding-bottom: 30px;
  }

  .header-box .nav-wrap {
    display: none;
  }

  header .header-tool a,
  header .header-tool span {
    color: #2A88D0;
  }

  header .img-logo {
    /* width: 500px; */
    width: auto;
  }

  .img-logo .zky-logo {
    /* width: 76px; */
    width: 45px;
  }

  .index-news .index-news-box>.row>.col-md-3 {
    width: 50%;
  }

  .index-news-box .index-news-list .litlim img {
    max-height: 320px;
  }

  .index-event-list a .img-boxs {
    width: 100%;
  }

  .index-event-list a .h24 {
    padding-left: 0;
  }

  .footer .foot-channel .channel-title {
    font-size: 18px;
    font-weight: 700;
  }

  .footer .footer-infos .col-md-4,
  .footer .footer-infos .col-md-8 {
    width: 100%;
  }

  .content-box.row>.col-md-2 {
    width: 25%;
  }

  .content-box.row>.col-md-10 {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .banner-box .bread-item {
    bottom: 10px;
  }

  .other-body header {
    padding-bottom: 30px;
  }

  header .img-logo {}

  .content-box.row>.col-md-10 {
    width: 100%;
  }

  .aside-item h3 span {
    font-size: 24px;
  }

  .aside-item h3 span {
    padding: 0;
  }

  .other-body .puti-box .puti-boxs {
    margin-bottom: 30px;
    min-height: initial;
  }

  .puti-box .puti-boxs .img-boxbs {
    max-height: initial;
  }

  .puti-box .puti-boxs .img-boxbs img {
    width: 100%;
  }

  .index-news .index-news-box>.row>.col-md-3 {
    width: 100%;
  }

  .index-news-box .index-news-list .litlim img {
    max-height: initial;
  }

  .header-tool {
    margin-bottom: 10px;
  }

  .index-news .puti-box .puti-boxs .img-boxbs .overflow_des {
    display: none;
  }

  .footer .foot-channel {
    flex-wrap: wrap;
    display: none;
  }

  .footer .foot-channel .channel-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer .foot-channel .channel-title {
    margin-bottom: 20px;
  }

  .footer .footer-info p.footer-more {
    flex-wrap: wrap;
  }

  .footer .footer-info p.footer-more span {
    width: 100%;
    margin-bottom: 10px;
  }

  .headers {
    display: none;
  }

  .index-news {
    margin-top: 30px;
    padding: 40px 0;
  }

  .kyjz-item .img-boxs {
    height: auto;
    width: 100%;
  }

  .kyjz-item .img-boxs img {
    width: 100%;
  }

  .kyjz-item {
    min-height: initial;
  }

  .index-channel-item .col-md-4:nth-child(2),
  .index-channel-item .col-md-4:nth-child(3) {
    margin-top: 50px;
  }

  .achievement .achievement-swiper .top-tit .des {
    display: none;
  }

  .index-news-list .index-news-detail .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .aside-item {
    position: fixed;
    top: 150px;
    width: 200px;
    margin-right: 0;
    z-index: 9999;
    box-sizing: border-box;
    transition: all ease 0.25s;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .tuwen-item {
    padding: 0;
  }

  .main-content .tuwen-item {
    margin-top: 25px;
  }

  .tuwen-item li a.db {
    padding-right: 0;
  }

  .main-content .channel-title {
    font-size: 22px;
    padding: 0;
    margin-bottom: 0;
  }

  .overflow_des {
    display: none;
  }

  .tuwen-item li a.db {
    padding-left: 0;
  }

  .tuwen-item li a.db .img-boxs {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .wenzi-item li {
    display: block;
    margin-bottom: 15px;
  }

  .fontSize {
    display: none;
  }

  .yjtd-head .yjtd-name {
    font-size: 20px;
  }

  .yjtd-head .yjtd-top {
    display: block;
  }

  .yjtd-head .yjtd-name,
  .yjtd-head .yjtd-nav,
  .yjtd-home .yjtd-prod img {
    width: 100%;
  }

  .yjtd-head .yjtd-name {
    padding: 20px 15px 0px 15px;
  }

  .yjtd-home {
    padding: 0 15px 50px 15px;
  }

  .yjtd-head .yjtd-nav li a:after {
    display: none;
  }

  .yjtd-head .yjtd-nav {
    flex-wrap: wrap;
    padding: 10px;
  }

  .yjtd-head .yjtd-nav li {
    width: 33.333%;
    text-align: center;
  }

  .yjtd-home .yjtd-news {
    margin-top: 30px;
  }

  .yjtd-home .yjtd-prod {
    display: block;
  }

  .yjtd-home .prod-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .yjtd-home .yjtd-item a {
    margin-bottom: 20px;
  }

  .yjtd-head .yjtd-channels {
    padding-left: 15px;
  }

  .yjtd-box .yjtd-list {
    padding-right: 0;
  }

  .yjtd-box .yjtd-list .yjtd-tit {
    background: none;
  }

  .about-box {
    display: block;
  }

  .index-Scient .swiper-bartools {
    display: none;
  }

  .jous-box {
    display: block;
  }

  .zuhe-box .puti-box .puti-boxs .img-boxb {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 768px) {
  header .img-logo {
    /* width: 80%; */
  }

  .img-logo .zky-logo {
    /* width: 16%; */
  }

  .footer .footer-info {
    padding-right: 0 !important;
  }

  .footer .footer-info .info-logo {
    display: block;
  }

  .btm-logo01 {
    display: block !important;
    width: 70% !important;
    margin: 0 auto 20px auto !important;
  }

  .btm-logo02 {
    display: block;
    width: 100%;
  }

  .footer .footer-info .info-txt {
    text-align: left;
  }

  .footer .footer-info .rgt-jctb {
    margin: 0 auto;
  }

  .img-logo .yjs-logo {
    flex: none;
    min-width: 255px;
    max-width: 100%;
    width: 255px;
  }

  .img-logo .zky-logo {
    width: 33px;
  }

  .achievement .achievement-swiper .img-box {
    height: 300px;
  }

  .people-detail-top {
    display: block;
  }

  .index-banner .index-box {
    width: 100%;
    padding: 10px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }

  .index-banner .swiper-pagination {
    display: none;
  }

  .index-box .big-tit {
    font-size: 14px;
    line-height: 24px;
    padding-right: 50px;
  }

  .people-detail-top .people-info {
    padding-left: 0;
    margin-top: 20px;
  }

  .index-banner .view-more {
    display: none;
  }

  .index-banner .swiper-box a img {
    min-height: 240px;
    height: 240px;
    object-fit: cover;
  }

  .index-banner-swiper .swiper-button {
    width: 30px;
    height: 30px;
  }

  .index-news-box p {
    display: none;
  }

  .rese-box ul {
    display: block;
  }

  .rese-box ul li.active,
  .rese-box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .pub-box-swiper {
    padding: 0 30px;
  }

  .wenzi-item li .wenzi-tiem {
    display: none;
  }

  .tuwen-item {
    margin-top: 20px;
  }

  .wenzi-item li .tuwen-list {
    padding-left: 0;
  }

  .zuhe-box .index-rese .rese-box ul li,
  .zuhe-box .index-rese .rese-box ul li.active {
    width: 100%;
  }

  .zuhe-box .puti-box .puti-boxs {
    margin-bottom: 25px;
  }

  .banner-box .bread-item {
    display: none;
  }
}

.hc-mobile-nav .nav-wrapper {
  background: linear-gradient(225deg, rgba(42, 136, 208, 0.8) 0%, rgba(42, 136, 208, 0.3) 100%);
}

/* search */
@media (max-width:767px) {
  .x_search_inp div.x_gjssl {
    width: 100%;
  }

  .x_search_inp .x_search_r .x_search_qw {
    overflow: hidden;
  }

  .common-title .tit {
    font-size: 26px;
  }






}