.clear {
  clear: both;
}
.headerbox {
  width: 100%;
  background: url(../images/header-bg.png) no-repeat center;
  /* background-color: #065fac; */
}
.header {
  width: 1280px;
  height: 160px;
  margin: 0 auto;
  /* background-color: bisque; */
}
/* å¤´éƒ¨å³ä¸Šæ–¹ */
.header-home {
  float: right;
  width: 246px;
  height: 20px;
  margin-top: 20px;
  /* background-color: #065fac; */
}
.home-icon {
  float: left;
width: 18px;
height: 20px;
  background: url(../images/header-home.png) no-repeat center;
  background-size: 95%;
}
.home-title {
  float: right;
  width: 225px;
}
.home-title a {
  font-size: 16px;
  line-height: 20px;
  color: white;
}
/* å­¦æ ¡ä¸»é¡µåŠ¨ç”» */
.home-title a:hover {
  color: #67c7fb;
}
/* logo + search  */
.logo-search {
  float: left;
  width: 1280px;
  height: 86px;
  /* background-color: aquamarine; */
}
/* logo  */
.logo {
  float: left;
  width: 693px;
  height: 86px;
  background: url(../images/logo.png) no-repeat center;
}
/* searchæœç´¢ */
.searchbox {
  float: right;
  width: 222px;
  height: 30px;
  margin: 28px 0;
  /* background-color: bisque; */
}
.searchbox .search-btn {
  float: left;
  height: 100%;
  width: 32px;
  border-radius: 6px;
  background: url(../images/search-btn-bg.png) no-repeat center;
}
.searchbox .search-txt {
  float: right;
  width: 184px;
  height: 100%;
  border-radius: 6px;
  outline: none;
  text-indent: 15px;
  padding: 0 0 2px 0;
  color: #4d4d4d;
}
/* nav å¯¼èˆªæ  */
.navbox {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background-color: white;
}
.nav {
  width: 1280px;
  margin: 0 auto;
}
.move {
  position: relative;
  float: left;
  height: 50px;
  width: 100px;
  text-align: center;
  line-height: 50px;
  box-sizing: content-box;
  padding: 0 0.8px;
}

.move:nth-child(1) {
  width:60px;
  padding:0;
}

.move h3 a {
  font-weight: normal;
  display: block;
  font-size: 18px;
  color: black;
}
/* navå¯¼èˆªåŠ¨ç”» */
.move:hover {
  background-color: #67c7fb;
}

.move:nth-child(3) .children{
  width:200px;
  left:-50px;
}

.children {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 100000;
  background-color: #ffffff;
  transform:translateY(20px);
  transition:all .3s;
  /* box-shadow:5px 0 10px #484848; */
  opacity: 0;
  visibility: hidden;
}
.move:hover .children{
   transform:translateY(0px);
   opacity: 1;
  visibility: visible;
}
.children li{
  float: left;
  width: 100%;
  height: 50px;
  /* display: none; */
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
/* navå­å¯¼èˆªåŠ¨ç”» */
.children li:hover {
  background-color: #67c7fb;
}
.children li a {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 50px;
}
/* #small {
  position: absolute;
  left: -20px;
  width: 140px;
} */

.move:nth-child(3) ul li:nth-child(2) {
  line-height: 26px;
}

/* é¦–é¡µè½®æ’­å›¾ */
.swiperbox {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  /* background-color: #4d4d4d; */
  /* background: url(../images/swiper-bg.png) no-repeat center; */
  max-width: 1920px;

}
.swiper-left {
  float: left;
  width: 16.6%;
  height: 500px;
  background-color: #000000;
  background: url(../images/swiper-left.png) no-repeat center;
}
.swiper-right {
  float: left;
  width: 16.6%;
  height: 500px;
  background-color: #000000;
  background: url(../images/swiper-right.png) no-repeat center;
}

/* è½®æ’­å›¾ */
.banner-container {
  width: 66.8%;
  /* width: 1280px; */
  height: 500px;
  float: left;
  position: relative;
}
.banner-wrap {
  width: 100%;
  height: 100%;
}
/* å¯¼èˆªç‚¹  */
.banner-nav {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.banner-nav div {
  box-sizing: border-box;
  float: left;
  width: 17px;
  height: 17px;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 50%;
  margin: 0 10px;
}
.banner-nav .on,
.banner-nav div:hover {
  border: 2px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0);
}
/* æŒ‰é’® */
.prev,
.next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.prev {
  left: 0;
  background: url(../images/prev-bg.png) no-repeat center;
}
.next {
  right: 0;
  background: url(../images/next-bg.png) no-repeat center;
}
/* è½®æ’­å›¾ç‰‡ */

.banner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.banner  ul {
  height: 100% !important;
}
.banner  ul li {
  height: 100% !important;
}
.banner .block {
  height: 100% !important;
}
.banner img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* æ–°é—»åŠ¨æ€ */
.newbox {
  width: 100%;
  /* height: 580px; */
  margin: 0 auto;
  /* background-color: #ffffff; */
}
.new {
  width: 1280px;
  height: 580px;
  margin: 0 auto;
  /* background-color: #4d4d4d; */
  /* åŽ»é™¤ margin å¡Œé™·é—®é¢˜ */
  overflow: hidden;
}

.new-title {
  width: 100%;
  height: 35px;
  text-align: center;
  font-size: 22px;
  margin-top: 30px;
  /* font-weight: bold; */
  /* background-color: #065fac; */
  background: url(../images/new-title-bg.png) no-repeat 580px 0;
}
.new-title a {
  line-height: 47px;
  font-weight: bold;
}
/* æ–°é—»åŠ¨æ€å†…å®¹ */
.new-content {
  float: left;
  width: 620px;
  /* height: 450px; */
  margin-top: 27px;
  /* background-color:
  aqua; */
}
.new-content:nth-child(1) {
  margin-right: 40px;
}
/* å†…å®¹ä¸Šé¢éƒ¨åˆ† */
.new-content-top {
  height: 220px;
  border-radius: 10px;
  /* background-color: #065fac; */
}
/* æ–°é—»åŠ¨æ€ä¸Šéƒ¨åˆ†åŠ¨ç”» */
/* .new-content-top:hover {
  transform: translateY(-8px);
  box-shadow: 5px 5px 10px #cfcfcf;
} */
.new-l {
  float: left;
  width: 308px;
  height: 200px;
  /* margin-top: 10px; */
  overflow: hidden;
  /* background-color: rgb(114, 116, 116); */
}
.new-l img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
/* æ–°é—»åŠ¨æ€å›¾ç‰‡åŠ¨ç”» */
.new-l img:hover {
  transform: scale(1.2);
}
.new-r {
  float: right;
  width: 290px;
  height: 200px;
  /* margin-right: 5px; */
  /* margin-top: 10px; */
  /* background-color: bisque; */
}
.new-r-title {
  height: 60px;
  /* width: 100%; */
  width: 290px;
  font-size: 16px;
  text-align: justify;
  /* background-color: #313131; */
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
/* æ–°é—»åŠ¨æ€ä¸Šéƒ¨åˆ†åŠ¨ç”»æ•ˆæžœ */
.new-r-title:hover {
  transform: translateY(-5px);
}
.new-r-mid:hover {
  transform: translateY(-5px);
}

.new-r-title a {
  font-weight: bold;
  background: linear-gradient(to right, #98a8df ,#49c4ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new-r-mid {
  height: 95px;
  width: 290px;
  margin-top: 20px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.new-r-mid a {
  display:block;
  max-height:88px;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.new-r-bt {
  height: 22px;
  width: 100%;
  /* background-color: #4d4d4d; */
}
.new-more {
  float: left;
  width: 70px;
  height: 25px;
  text-align: center;
  border-radius: 6px;
  background-image: linear-gradient(to bottom,#98a8df ,#49c4ee);
}
.new-more a {
  line-height: 25px;
  /* padding-left: 13px; */
  font-size: 11px;
  color: white;
}
.new-day {
  width: 89px;
  /* height: 17px; */
  float: right;
}
.new-day a {
  line-height: 25px;
  color: #d9d9d9;
}
/* å†…å®¹ä¸‹é¢éƒ¨åˆ† */
.new-content-bt {
  /* height: 114px; */
  width: 100%;
  /* background-color:#000000; */
}
.new-line {
  height: 24px;
  width: 92%;
  /* background-color: pink; */
  /* åŽ»é™¤ margin å¡Œé™· */
  overflow: hidden;
}
.line-icon {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #065fac;
  margin-top: 9px;
}
.new-line .line {
  width: 560px;
  height: 2px;
  margin: 13px 0 0 14px;
  background-color: #cccccc;
}
.new-bt-content {
  /* height: 68px; */
  padding: 10px 0;
  width: 100%x;
  border-radius: 10px;
  /* background-color: antiquewhite; */
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
/* æ–°é—»åŠ¨æ€åŠ¨ç”» */
.new-bt-content:hover {
  transform: translateY(-8px);
  /* box-shadow: 5px 5px 10px #cfcfcf; */
}
.new-bt-title  {
  height: 30px;
  width: 98%;
  margin-left: 2%;
  /* background-color: #4d4d4d; */
}

.new-bt-title-l {
  float: left;
  width: 70%;
}
/* æ–°é—»åŠ¨æ€ä¸‹éƒ¨åˆ†æ–‡å­—åŠ¨ç”» */
/* .new-bt-title-l:hover {
  transform: translateY(-5px);
}
.new-essay:hover {
  transform: translateY(-3px);
} */
.new-bt-title-l a {
  display:block;
  max-height:20px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new-bt-title span {
  float: right;
  margin-right: 17px;
  color: #141414;
}
/* æ‘˜è¦  */
.new-essay {
  width: 98%;
  margin-left: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-essay-l {
  float: left;
  width: 70%;
  font-size: 12px;
  line-height: 20px;
}
.new-essay-l a {
  display:block;
  max-height:40px;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.more2 {
  float: left;
  width: 70px;
  height: 26px;
  text-align: center;
  margin-left: 75px;
  margin-top: 14px;
  border: 1px solid #065fac;
  border-radius: 5px;
  }
  .more2 a {
    font-size: 10px;
    line-height: 24px;
    color: #065fac;
  }
  /* æ–°é—»åŠ¨æ€åŠ¨ç”» */
/* .new-bt-content:hover {
  transform: translateY(-5px);
  box-shadow: 5px 5px 10px #cfcfcf;
} */
/* é€šçŸ¥å…¬å‘Š  */
.notice {
  width: 100%;
  height: 365px;
  background: url(../images/notice-bg.png) no-repeat center;
  overflow: hidden;
}
.minbox {
width: 1280px;
margin: auto;
}
.notice-title {
  width: 100%;
  height: 35px;
  text-align: center;
  font-size: 22px;
  margin-top: 30px;
  /* background-color: #065fac; */
  background: url(../images/new-title-bg.png) no-repeat 671px 0;
}
.notice-title a {
  line-height: 18px;
  font-weight: bold;
}
.notice-slid {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.notice-wrap {
  height: 256px;
  width: 1280px;
  /* background-color: #fd7e7e; */
}
.swiper {
  height: 256px;
  width: 1280px;
  /* background-color: #000000; */
}
.swiper li {
  float: left;
  width: 400px;
  height: 90px;
  margin: 15px 0;
  /* background-color: #49c4ee; */
  background-color: rgba(255, 255, 255, 0.329);
}
.swiper li:nth-child(2) {
  margin:15px 40px;
}
.swiper li:nth-child(5) {
  margin:15px 40px;
}

.notice-date {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 18px;
  /* background-color: #ffffff; */
  border-radius: 5px;
  background-image: linear-gradient(to bottom,#98a8df ,#49c4ee);
}
.notice-date .day {
  height: 56px;
  width: 100%;
  text-align: center;
  /* background-color: #000000; */
}
.notice-date .day a {
  line-height: 63px;
  font-size: 34px;
  color: white;
}
.notice-date .year {
  height: 27px;
  width: 100%;
  text-align: center;
}
.notice-date .year a {
  font-size: 16px;
  color: white;
}
.notice-content {
  width: 378px;
  margin-top: 12px;
  text-align: justify;
  /* margin: 14px 17px 15px 0; */
}
.notice-content a {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.notice-content a:hover {
  color: #67c7fb;
}
/* æŒ‰é’® */
.notice-prev,
.notice-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  cursor: pointer;
}
.notice-prev {
  left: 45%;
  background: url(../images/notice-left.png) no-repeat center;
}
.notice-next {
  right: 45%;
  top: 266px;
  background: url(../images/notice-right.png) no-repeat center;

}

/* æ—¥å¸¸ç®¡ç† åˆ›æ–°åˆ›ä¸š å­¦å·¥åŠ¨æ€  */
.manageBox {
  width: 100%;
  margin: 0 auto;
  background:url(../images/manage-bg.png) no-repeat;
}
.manage {
  width: 1280px;
  height: 498px;
  margin: 0 auto;
  /* background-color: #4d4d4d; */
}

.tabBox {
  width: 100%;
  height: 100%;
}
/* åˆ‡æ¢æ å¤´éƒ¨ */
.tabTitle {
  height: 90px;
  text-align: center;
  /* background-color: #ff8585; */
  overflow: hidden;
}
.tabTitle ul {
  width: 423px;
  height: 34px;
  margin: 28px auto;
  /* background-color: #49c4ee; */
}
.tabTitle ul span {
  float: left;
  width: 8px;
  height: 34px;
  line-height: 34px;
  background-image: linear-gradient(to bottom,#98a8df ,#49c4ee);
  transform: skewX(-25deg);
}
.tabTitle li {
  float: left;
  margin: 0 21px;
}
/* é€šçŸ¥å…¬å‘Šæ ‡é¢˜åŠ¨ç”» */
.tabTitle li:hover a {
  cursor: pointer;
}
.tabTitle li.on a {
  color: black;
}
.tabTitle li a {
  font-size: 22px;
  color:#9b9b9b;
  font-weight: bold;
}
/* åˆ‡æ¢æ å†…å®¹ */
.tabContent {
  height: 408px;
  width: 100%;
  /* background-color: chartreuse; */
}
.tab-left {
  float: left;
  width: 580px;
  height: 360px;
  /* background-color: #000000; */
  overflow: hidden;
}
.tab-left img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  
}
/* åˆ‡æ¢æ å›¾ç‰‡åŠ¨ç”» */
.tab-left img:hover {
  transform: scale(1.2);
}
.tab-right {
  float: right;
  width: 666px;
  height: 360px;
  /* background-color: #4d4d4d; */
}
.tab-tit {
  height: 294px;
  width: 100%;
  /* background-color: #d9d9d9; */
}
.tab-tit ul li {
  width: 100%;
  height: 36px;
  margin: 7px 0;
  background-color: cadetblue;
  background: url(../images/tab-tit-bg.png) no-repeat 0px;
}

.tab-tit ul li .tab-font {
  float: left;
  margin-left: 25px;
  width: 80%;
}
.tab-tit ul li .tab-font a {
  display:block;
  max-height:36px;
  line-height: 36px;
  font-size: 16px;
  /* text-indent: 23px; */
  color: #9b9b9b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* åˆ‡æ¢æ æ–‡å­—åŠ¨ç”» */
.tab-tit ul li .tab-font a:hover {
  color: #707070;
}
.tab-day {
  float: right;
}
.tab-day span {
  color: #9b9b9b;
  line-height: 36px;
}
.tab-more {
  float: left;
  margin-top: 26px;
  width: 70px;
  height: 25px;
  text-align: center;
  border-radius: 6px;
  background-image: linear-gradient(to bottom,#98a8df ,#49c4ee);
}
.tab-more a {
  line-height: 25px;
  font-size: 11px;
  color: white;
}


/* åº•éƒ¨å‹æƒ…é“¾æŽ¥ */
.relationbox {
  width: 100%;
  height: 310px;
  margin: 0 auto;
  max-width: 1920px;
  /* background-color: #9b9b9b; */
}
.relation {
  float: left;
  width: 20%;
  height: 310px;
  /* background-color: #000000; */
  overflow: hidden;
}
.relation img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.relation-top {
  height: 62px;
  width: 100%;
  border-bottom: 1px solid #9b9b9b;
  background: url(../images/relation-top-bg.png) no-repeat 23px 18px;
}
.relation-top a {
  display: block;
  line-height: 62px;
  font-size: 20px;
  color: #9b9b9b;
  text-indent: 57px;
}
.relation-content {
  width: 264px;
  height: 204px;
  /* background-color: #98a8df; */
  margin: 10px 0 0 26px;
}
.relation-content a {
  display: block;
  line-height: 36px;
  color: #9b9b9b;
}
/* å‹æƒ…é“¾æŽ¥åŠ¨ç”» */
.relation a:hover {
  cursor: pointer;
  color: #49c4ee;
}
/* å‹æƒ…é“¾æŽ¥å›¾ç‰‡åŠ¨ç”» */
.relation img:hover {
  transform: scale(1.2);
}
/* åº•éƒ¨ footer */
.footerbox {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #065fac;
}
.footer {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  /* background-color: #000000; */
}
.footer-logo {
  position: absolute;
  top: 58px;
  width: 347px;
  height: 85px;
  background: url(../images/footer-logo.png) no-repeat;
}
.footer-right1 {
  position: absolute;
  top: 58px;
  right: 228px;
width: 250px;
font-size: 16px;
color: white;
line-height: 30px;
/* background-color: #cccccc; */
}
.footer-right2 {
  position: absolute;
  top: 58px;
  right: 0px;
  /* width: 205px; */
  font-size: 16px;
  line-height: 30px;
color: white;
  /* background-color: #9b9b9b; */
}