* {
  margin: 0;
  padding: 0;
}

#web {
  width: 100%;
  height: 100%;
  background: #fff;
}

.body {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

#logo {
  height: 128px;
  width: 100%;

  background: #0c5fc7;
}
#logo .logo-left {
  margin-top: 30px;
  width: 300px;
  float: left;
}
#logo .logo-left img {
width:509px;
height:60px;
}
#logo .logo-center {
  float: right;
  margin-right: 30px;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
#logo .logo-center img {
  width: 72px;
  height: 72px;
}
#logo .logo-center div {
  width: 72px;
  margin-left: 20px;
}
#logo .logo-center span {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 72px;
}
#logo .logo-right {
  padding-top: 30px;
  float: right;
}
#logo .logo-right .link {
  float: right;
}
#logo .logo-right .link a {
  height: 14px;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin: 0 20px;
  text-decoration: none;
}
#logo .logo-right .link a:last-child {
  margin-right: 0;
}
#logo .logo-right .link span {
  margin-bottom: 2px;
  background: #fff;
  text-align: center;
  width: 1px;
  height: 14px;
  display: block;
  float: left;
}
#logo .logo-right .search {
  width: 320px;
  height: 24px;
  border: 1px solid #fff;
  top: 38px;
  right: -14px;
  position: relative;
  border-radius: 15px;
}
#logo .logo-right .search tr td:nth-child(1) input {
  top: 0;
  outline: none;
  border: 0px;
  left: 15px;
  position: absolute;
  display: block;
  height: 22px;
  width: 300px;
  background: #0c5fc7;
  color: #fff;
}
#logo .logo-right .search tr td:nth-child(2) input {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15%;
  left: 93%;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/searchIcon.png) no-repeat;
  border: none;
  background-size: 100%;
}
#logo .logo-right .search ::-webkit-input-placeholder {
  color: #fff;
}
#logo .logo-right .search a {
  position: absolute;
  left: 172px;
  top: 4px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/searchIcon.png);
  background-position: center;
  display: block;
  height: 14px;
  width: 14px;
}

#tab {
  height: 44px;
  background: #0c7ed9;
}
#tab .wp_nav .sub-nav{
border:none;
}
#tab ul {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#tab ul li {
  list-style: none;
}
#tab ul li a {
  text-decoration: none;
  line-height: 44px;
  font-size: 16px !important;
font-weight:900;
  color: #fff;
}

#banner {
  height: 550px;
}
#banner .carousel-dark .carousel-indicators [data-bs-target] {
  background: #54a4e4;
  height: 3px;
  width: 30px;
  border-radius: 35%;
  border: 0px;
  outline: none;
}
#banner .carousel-item {
  width: 100%;
  height: 550px;
}
#banner .carousel-item img {
  width: 100%;
  height: 550px;
}
#banner .buttonLeft {
  position: absolute;
  top: 260px;
  left: 248px;
  border: none;
  color: #f5f5f5;
  height: 100px;
  width: 50px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/buttonLeft.png) no-repeat;
}
#banner .buttonRight {
  position: absolute;
  top: 260px;
  right: 252px;
  border: none;
  color: #f5f5f5;
  height: 100px;
  width: 50px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/butonRight.png) no-repeat;
}

#show {
  height: 60px;
  width: 100%;
}
#show   img{
width:1400px;
height:60px;
text-align: center;
}

#news {
  height: 554px;
  padding-bottom: 20px;
  padding-top: 20px;
box-sizing:border-box;
}
#news .left {
  float: left;
}
#news .right {
  float: right;
}
#news .carousel {
  position: absolute;
  left: -896px;
}
#news .list_item{
border:none;
}
#news .message1 a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #333;
  margin-top: 16px;
  padding-left: 14px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/grayArrow.png) no-repeat;
  background-position: left;
}
#news .message1  a:hover {
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/blueArrow.png) no-repeat;
  background-position: left;
  color: #0c7ed9;
}
#news .message1 a:nth-child(1){
  margin-top: 0;
  font-size: 18px;
  font-weight: 900;
}
#news .message1  a:nth-child(2){
  margin-top: 26px;
}
#news .message2 {
  margin-top: 26px;
}
#news .message2  tr td a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #333;
  margin-top: 16px;
  padding-left: 14px;
  height: 18px;
  line-height: 18px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/grayArrow.png) no-repeat;
  background-position: left;
}
#news .message2  tr td a:hover {
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/blueArrow.png) no-repeat;
  background-position: left;
  color: #0c7ed9;
}
#news .message2  tr:nth-child(1) td a {
  font-size: 18px;
  font-weight: 900;
}
#news .message2  tr:nth-child(2) td a {
  margin-top: 26px;
}
#news .message3 {
  position: relative;
}
#news .message3 a {
 color:#fff;
text-decoration:none;
}
#news .message3 p {
  position: absolute;
  top: 432px;
  left: 0;
  z-index: 999;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  height: 66px;
  width: 890px;
  display: block;
  text-align: center;
  line-height: 66px;
  background: rgba(0, 0, 0, 0.4);
}
#news .message3 img {
  width: 890px !important;
  height: 498px;
}

.notice {
  height: 282px;

  background: #fff;
}
.notice .noticeBody {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.notice span {
  display: block;
  float: left;
  color: #1573d5;
  font-size: 22px;
}
.notice .more{
 display: block;
 text-decoration:none ;
  float: right;
  color: #919191;
  font-size: 12px;
  margin-top:6px;
 margin-bottom:6px;
}
.notice .line {
  float: left;
  width: 440px;
  height: 5px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/lineDown1400-1.png);
}
.notice tr td{
height:18px;
}
.notice ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.notice ul li {
  margin-top: 18px;
  height: 18px;
  line-height: 18px;
  list-style: none;
  font-size: 18px;
}
.notice ul li div{
display:inline-block;
font-size:16px;
color:#777;
float:right;
}

.notice ul li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
line-height:18px;
}
.notice ul li a:hover {
  color: #0c7ed9;
}
.notice tr:nth-child(1) td ul li {
  margin-top: 25px;
}
.notice .message1 .videoTab {
  float: left;
  width: 440px;
  height: 5px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/lineDown1400-1.png);
}
.notice .message1 div:nth-child(1) {
  float: left;
  width: 440px;
  height: 5px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/lineDown1400-1.png);
}
.notice .message2 div:nth-child(1) {
  float: left;
  width: 440px;
  height: 5px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/lineDown1400-1.png);
}
.notice .message3 div:nth-child(1) {
  float: left;
  width: 440px;
  height: 5px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/lineDown1400-1.png);
}

#tabIcon {
  height: 232px;
  background: #f1f3f5;
  margin-bottom: 30px;
}
#tabIcon tbody {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#tabIcon tr td li {
  list-style: none;
}
#tabIcon tr td li a {
  display: block;
 
  text-decoration: none;
  margin: 42px 0;
}
#tabIcon tr td li .icon img {
   width: 96px;
  height: 96px;
}

#tabIcon tr td li p {
  text-align: center;
  font-size: 18px;
}

#smallerBanner {
  height: 236px;
  margin-bottom: 30px;

}
#smallerBanner .samllerBannerBody {
  position: relative;
}
#smallerBanner a {
  text-decoration: none;
}
#smallerBanner p {
  font-size: 18px;
  color: #738188;
  margin-top: 10px;
  text-align: center;
  width: 270px;
}
#smallerBanner img {
  margin-top: 20px;
  width: 270px;
  height: 166px;
}
#smallerBanner a > img {
  margin-top: 20px;
  width: 270px;
  height: 166px;
}
#smallerBanner .swiper-container {
  width: 1400px;
  margin-left: 10px;
}
#smallerBanner .swiper-wrapper {
  width: 1400px;
}
#smallerBanner .swiper-button-prev {
  top: 44%;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  color: #ebebeb;
  left: 10px;
}
#smallerBanner .swiper-button-next {
  top: 44%;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  color: #ebebeb;
  right: 0px;
}

#lectureNotice {
  padding-top: 10px;
  height: 302px;
  background: #f5f5f5;
  margin-bottom: 30px;
}
#lectureNotice .top span {
  display: block;
  float: left;
  color: #1573d5;
  font-size: 28px;
}
#lectureNotice .top p {
  display: block;
  float: right;
  color: #919191;
  font-size: 18px;
  margin: 6px 0;
}
#lectureNotice .top p a{
  text-decoration:none;
  color: #919191;
}
#lectureNotice .top div {
  float: left;
  width: 1400px;
  height: 5px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/linedown1400-2.png);
}
#lectureNotice .bottom {
  float: left;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#lectureNotice .bottom .messageBox {
  width: 442px;
  height: 205px;
  background: #f1f1f1;
}
#lectureNotice .bottom .messageBox .pic {
  float: left;
}
#lectureNotice .bottom .messageBox .pic img {
  height: 205px;
  width: 134px;
}
#lectureNotice .bottom .messageBox .line {
  width: 290px;
  height: 1px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  float: left;
}
#lectureNotice .bottom .messageBox .message {
  float: left;
  width: 290px;
  margin-left: 10px;
}
#lectureNotice .bottom .messageBox .message .title a {
  float: left;
  text-decoration: none;
  color: #266ca6;
  font-size: 20px;
  margin-top: 20px;
}
#lectureNotice .bottom .messageBox .message .personalMessage {
  height: 88px;
  float: left;
}
#lectureNotice .bottom .messageBox .message .personalMessage ul {
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
#lectureNotice .bottom .messageBox .message .personalMessage ul li {
  height: 30px;
  float: left;
  list-style: none;
  margin-top: 8px;
}
#lectureNotice .bottom .messageBox .message .personalMessage ul li p {
  float: left;
  line-height: 30px;
  margin-right: 6px;
}
#lectureNotice .bottom .messageBox .message .personalMessage ul li span {
  float: left;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 30px;
  width:268px;
  display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
  overflow:hidden;
}
#lectureNotice .bottom .message1 {
  float: left;
}
#lectureNotice .bottom .messageBox:nth-child(2) {
  float: left;
  margin-left: 37px;
}
#lectureNotice .bottom .messageBox:nth-child(3) {
  float: left;
  margin-left: 37px;
}

#labortory {
  height: 558px;
  padding-bottom: 20px;
}
#labortory .top {
  height: 58px;
}
#labortory .top span {
  display: block;
  float: left;
  color: #1573d5;
  font-size: 26px;
}
#labortory .top .more {
  display: block;
  float: right;
  color: #919191;
  font-size: 18px;
  margin: 12px 0;
text-decoration: none;
}
#labortory .top div {
  float: left;
  width: 1400px;
  height: 5px;
  background: url(/_upload/tpl/0d/6a/3434/template3434/static/img/img/linedown1400-2.png);
}
#labortory .bottom {
  padding-top: 20px;
  height: 470px;
}
#labortory .bottom .left {
  float: left;
}
#labortory .bottom .left video {
  width: 720px;
  height: 470px;
  object-fit: fill;
}
#labortory .bottom .center {
  height: 470px;
  float: left;
  margin-left: 10px;

}
#labortory .bottom .center img {
  height: 470px;
  width:310px
}
#labortory .bottom .right {  float: left;}
#labortory .bottom .right  tbody{

  display: flex;
  flex-wrap: wrap;
  width: 360px;
}
#labortory .bottom .right a {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}

#labortory .bottom .right  tr:nth-child(1) img{
width:350px;
height:230px;
}
#labortory .bottom .right  tr:nth-child(2) img{
width:350px;
height:230px;
}

#bottomTabbar {
  height: 342px;
  background: #eeeeee;
}
#bottomTabbar .bottomTabbarBody {
  display: flex;
  flex-direction: row;
}
#bottomTabbar .bottomTabbarCommon {
  margin-top: 44px;
  margin-bottom: 30px;
  height: 274px;
}
#bottomTabbar .bottomTabbarCommon .title {
  font-size: 18px;
  color: #1478d8;
}
#bottomTabbar .bottomTabbarCommon .message tbody{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 6px;
  height: 274px;
}
#bottomTabbar .bottomTabbarCommon .message tr td li {
  list-style: none;
  height: 40px;
}
#bottomTabbar .bottomTabbarCommon .message tr td li a {
  text-decoration: none;
  line-height: 40px;
  color: #6c5d6a;
  font-size: 16px;
}
#bottomTabbar .message1 {
  width: 320px;
  border: 3px solid #e7e7e7;
  border-width: 0px 3px 0px 0px;

}
#bottomTabbar .message2 {
  width: 320px;
  margin-left: 50px;
  border: 3px solid #e7e7e7;
  border-width: 0px 3px 0px 0px;
}
#bottomTabbar .message3 {
  width: 406px;
  margin-left: 42px;
  border: 3px solid #e7e7e7;
  border-width: 0px 3px 0px 0px;
}
#bottomTabbar .message4 {
  margin-left: 34px;
  width: 192px;
}
#bottomMessage {
  background: #0c7ed9;
  height: 202px;
}
#bottomMessage a {
  height: 14px;
  line-height: 14px;
}
#bottomMessage .top {
  border-bottom: 4px solid #1d87dd;
  height: 151px;
}
#bottomMessage .top .right {
  float: right;
}
#bottomMessage .top .right .bottomLogo {
  margin-top: 65px;
}
#bottomMessage .top .left {
  float: left;
}
#bottomMessage .top .left span {
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
#bottomMessage .top .left div {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}
#bottomMessage .top .left ul {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  width: 650px;
  margin-top: 10px;
}
#bottomMessage .top .left ul li {
  list-style: none;
  margin-right: 36px;
  font-size: 14px;
  color: #fff;
  height: 22px;
}
#bottomMessage .bottom {
  height: 29px;
  padding-top: 10px;
}
#bottomMessage .bottom span {
  float: left;
  font-size: 14px;
  color: #fff;
}
#bottomMessage .bottom p {
  float: right;
  font-size: 14px;
  color: #fff;
}
#bottomMessage .WP_VisitCount{
float:right !important;
}
#bottomMessage .WP_VisitCount span{
margin:0;
padding:0;
border:none;
}
@media screen and (max-width: 480px) {
  #logo {
    width: 100%;
    margin-top: 0px;
    padding-top: 0;
    height: auto;
  }
#logo embed{
width:95%;
margin-left:2%;
}
  #logo .logo-left {
    margin-top: 0px;
    width: auto;
    float: none;
  }
  #logo .logo-left img {
    margin-top: 10px;
    width: 100%;
    transform: scale(0.9);
  }
  #logo .logo-right {
    float: none;
    padding-top: 0px;
    margin-left: 0px;
  }
  #logo .logo-right .link {
    float: none;
    display: flex;
    justify-content: center;
    height: auto;
    margin-top: 10px;
  }
  #logo .logo-right .search {
    display: none;
  }
  #logo .logo-center {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 10px;
justify-content: center;
  }
#logo .logo-center div{
margin-left:15px;
}
  .body {
    width: 100%;
  }

  #tab {
    display: none;
    width: 100%;
  }
  #tab ul {
    display: block;
  }

  #banner {
    width: 100%;
    height: 180px;
  }
  #banner img {
    height: 180px !important;
  }
  #banner .carousel-inner {
    height: 180px;
  }
  #banner .buttonLeft {
    display: none;
  }
  #banner .buttonRight {
    display: none;
  }
  #banner .carousel-indicators {
    display: none;
  }
  #banner #carouselExampleDark {
    height: 180px !important;
  }

  #show {
    display: none;
    width: 100%;
  }


  #bottomMessage {
    width: 100%;
    height: auto;
  }
  #bottomMessage .top {
    height: auto;
  }
  #bottomMessage .top .left {
    float: none;
    margin-left: 10px;
  }
  #bottomMessage .top .left span {
    display: block;
    padding-top: 20px;
    margin-top: 0;
  }
  #bottomMessage .top .left ul {
    display: block;
  }
  #bottomMessage .top .left ul li {
    margin-top: 10px;
  }
  #bottomMessage .top .right {
    float: none;
  }
  #bottomMessage .top .right .bottomLogo {
    margin-top: 25px;
  }
  #bottomMessage .top .right a img {
    width: 90%;
    height: 38px;
    margin-left: 3%;
  }
  #bottomMessage .bottom {
    height: auto;
    padding-left: 15px;
  }
  #bottomMessage .bottom span {
    float: none;
  }
  #bottomMessage .bottom div {
    display: none;
  }
  #bottomMessage .bottom p {
    display: none;
   
  }
}