/*@font-face{font-family: 'titlefont';src:url('font/SourceHanSerifCN-Bold.ttf') format('truetype')}*/
@font-face{font-family: 'titlefont';src:url('font/SourceHanSerifCN-Bold.woff2') format('woff2')}
html,body,div,span,p,ul,ol,li,h1,h2,h3,h4,h5,video,a,map,dl,dt,dd,area {box-sizing: border-box;font-family: "Microsoft YaHei", "MicrosoftJhengHei","NotoSerifCJKsc-Regular", sans-serif;margin: 0;padding: 0;outline: none;scroll-behavior: smooth;}
div::-webkit-scrollbar,
span::-webkit-scrollbar,
p::-webkit-scrollbar,
ul::-webkit-scrollbar,
ol::-webkit-scrollbar,
li::-webkit-scrollbar,
h1::-webkit-scrollbar,
h2::-webkit-scrollbar,
h3::-webkit-scrollbar,
h4::-webkit-scrollbar,
h5::-webkit-scrollbar,
video::-webkit-scrollbar,
a::-webkit-scrollbar,
map::-webkit-scrollbar,
area::-webkit-scrollbar {display: none;}

html {width: 100vw;overflow-x: hidden;}
body {min-width: 100vw;min-height: 100vh;background: #f5faff;}

a {color: inherit;text-decoration: none;}
a:hover {text-decoration: none;color: #0e42a7;outline: none;}
a:focus{outline:none;}
.cf{zoom:1;clear:both;}
.cf:after{clear:both;content:".";display:block;height:0;visibility:hidden;}

li {list-style: none;}
img {border: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

div,p,span {font-size: 14px;color: #222;}
.position-relative {position: relative;height: inherit;}

@font-face {
  font-family: "iconfont";
  /* project id 1830376 */
  src: url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.eot");
  src: url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.eot?#iefix") format("embedded-opentype"),
    url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.woff2") format("woff2"),
    url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.woff") format("woff"),
    url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.ttf") format("truetype"),
    url("https://at.alicdn.com/t/font_1830376_lqzlgwbuexp.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav {position: fixed;width: 100vw;height: 160px;z-index: 1000;transition: top 0.7s ease-out 0s;}
.nav.active {top: 0;background: linear-gradient(to bottom, rgba(14, 66, 167, 0.9) 0%, rgba(14, 66, 167, 0) 90%);}



.index {
  /* min-height: 800px; */
  overflow-x: hidden;
  /* background: url(../img/index-news-bg.png) no-repeat center top;
  background-size: 100% auto;
  background-attachment: fixed; */
}

.index-top-banner {
  width: 100vw;
  height: auto;
  overflow: hidden;
  height: 100vh;
}

.index-top-banner .swiper-slide {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.index-top-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-top-banner .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(180deg,
      rgba(197, 22, 29, 0) 0%,
      rgba(197, 22, 29, 0.58) 100%);
}

.index-top-swiper {
  width: inherit;
  height: inherit;
  position: relative;
}

.swiper-wrapper .imged{width:100%; height: 100%;background-position: center center;background-size: cover;background-repeat: no-repeat;transform: translate3d(0px, 0px, 0px) scale(1); transition: opacity 0.6s}
.swiper-wrapper .swiper-slide-active .imged{transform: scale(1.05); transition: all 6s ; }

.index-top-banner-text {
  position: absolute;
  left: 0;
  bottom: 56px;
  z-index: 1;
  font-family: "NotoSansCJKsc-Bold";
  font-size: 28px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
}

.index-top-swiper-button-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;  
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  transition: opacity linear 0.5s;
  border-radius:50%;
}

.index-top-swiper-button-next {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  transition: opacity linear 0.5s;
  border-radius:50%;
}

.index-top-swiper-button-prev .iconfont,
.index-top-swiper-button-next .iconfont {
  font-size: 16px;
  color: #fff;
}

.index-top-banner .swiper-button-disabled {
  opacity: 0.4;
}

.index-top-banner .swiper-pagination {
  position: absolute;
  left: auto;
  right: 150px;
  bottom: 58px;
  width: auto;
  z-index: 1;
}

.index-top-banner .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-family: ".AppleSystemUIFont";
  font-size: 16px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  border: 1px solid #9c9c9c;
  transition: all linear 0.5s;
}

.index-top-banner .swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #e05050;
  border: none;
}



/*news*/
.index-news {padding:65px 0 80px;background: url(index-news-bg.jpg) no-repeat center top;background-size: 100% auto;}

.index-news-title{float:left;width:240px;padding:10px 0 30px;background: url(tag_bg_ding.png) no-repeat center 5px ;background-size: 32%;}
.index-news-title h1{font-size:29px;color:#0d42a7;font-family:titlefont;text-align:center;}
.index-news-title h1 span{padding:0 6px 0;font-size:42px;color:#b1c1de;}
.index-news-title h2{margin: 6px 0 0 0;font-size:14px;color:#97aacd;font-family:titlefont;text-align:center;}
.index-news-mores{float:right;margin-top:25px;color:#0d42a7;width:120px;height:38px;line-height:38px;text-indent:15px;background: url(tag_bg_more.png) no-repeat center center ;background-size: 100%;}
.index-news-mores a{font-family:titlefont;transition: all 0.5s linear 0s;}
.index-news-mores:hover a{margin-left:-3px;color:#b1c1de;}
.index-news-mores-xxw{margin-right:30px;}

.index-news-topbg{padding-bottom:30px;background:url(index-news-topbg.jpg) no-repeat right bottom;background-size: 51% auto;}

.index-news-tops {width: 100%;height: 380px;}
.index-news-tops .index-news-media-box {width: 100%;height: 380px;position: relative;overflow: hidden;background: #dde6f6;}
.index-news-tops .index-news-media-box img {width: inherit;height: inherit;object-fit: cover;transition: transform linear 0.5s;}
@media screen and (max-width: 991px) {
	.index-news-tops .index-news-media-box img {
		height: 55vw;
	}
}
.index-news-tops:hover .index-news-media-box img {transform: scale(1.05);}
.index-news-tops .index-news-media-tt {position: absolute;z-index: 1;bottom:0;left: 20px;right:20px;height:70px;background: linear-gradient(to bottom, rgba(14, 66, 167, 0) 0%, rgba(14, 66, 167, 1) 100%);}
.index-news-tops .index-news-media-time {position: absolute;z-index: 9;bottom: 65px;left: 40px;padding: 4px 12px;font-size: 12px;color: #fff;letter-spacing: 0.15px;border-radius: 14px;background: #0072f9;transition: all 0.2s linear 0s;}
.index-news-tops .index-news-media-title {position: absolute;z-index: 9;bottom: 25px;padding: 0 60px 0 40px;height: 28px;line-height: 28px;font-size: 20px;color: #fff;font-weight:bold;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;transition: all 0.2s linear 0s;}
.index-news-tops:hover .index-news-media-time{bottom:70px;}
.index-news-tops:hover .index-news-media-title{bottom:30px;}

.index-news-topss {margin:50px 0 0 -10px;width: 100%;height: 280px;}
.index-news-topss .index-news-media-box {width: 100%;height: 280px;position: relative;overflow: hidden;background: #dde6f6;}
.index-news-topss .index-news-media-box img {width: inherit;height: inherit;object-fit: cover;transition: transform linear 0.5s;}
@media screen and (max-width: 991px) {
	.index-news-topss .index-news-media-box img {
		height: 55vw;
	}
}
.index-news-topss:hover .index-news-media-box img {transform: scale(1.05);}
.index-news-topss .index-news-media-tt {position: absolute;z-index: 1;bottom:0;left: 10px;right:30px;height:70px;background: linear-gradient(to bottom, rgba(14, 66, 167, 0) 0%, rgba(14, 66, 167, 1) 100%);}
.index-news-topss .index-news-media-time {position: absolute;z-index: 9;bottom: 55px;left: 25px;padding: 4px 10px;font-size: 10px;color: #fff;letter-spacing: 0.15px;border-radius: 14px;background: #0072f9;transition: all 0.2s linear 0s;}
.index-news-topss .index-news-media-title {position: absolute;z-index: 9;bottom: 20px;padding: 0 40px 0 25px;height: 28px;line-height: 28px;font-size: 17px;color: #fff;font-weight:bold;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;transition: all 0.2s linear 0s;}
.index-news-topss:hover .index-news-media-time{bottom:60px;}
.index-news-topss:hover .index-news-media-title{bottom:25px;}

/*index-news-item*/
.index-news-item {display: block;margin-top:30px;width: 100%;height: 150px;border-bottom: 3px solid #0e42a7;background: #edf3fd url(../img/index-news-item-icon.png) no-repeat right bottom;padding: 20px 25px 0;transition: background linear 0.5s;}
.index-news-item:hover {background: #0e42a7 url(../img/index-news-item-icon.png) no-repeat right bottom;}
.index-news-item-time {display: inline-block;width: 70px;height: 70px;padding-top: 14px;background: #dde6f6;text-align: center;margin-right: 20px;}
.index-news-item-time-day {font-size: 30px;font-weight:bold;color: #0e42a7;line-height: 30px;}
.index-news-item-time-month {font-size: 11px;color: #0e42a7;line-height: 18px;}
.index-news-item-title {display: inline-block;float: right;width: calc(100% - 90px);height: 78px;margin-top:0;font-size: 18px;line-height: 26px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.index-news-item-mores{float:right;margin-top:15px;width:30px;height:11px;background:url(tag_left.png) no-repeat 0 center;background-size: 60%;transition: all 0.5s linear 0s;}
.index-news-item:hover .index-news-item-time {background: #fff;}
.index-news-item:hover .index-news-item-title {color: #fff;}
.index-news-item:hover .index-news-item-mores {background: url(tag_left_on.png) no-repeat 6px center;background-size: 60%;}
/*index-news-item*/
/*news*/

/*notice*/
.index-notice {padding:20px 0 15px;background: #f5faff url(index-bg-mudan.png) no-repeat 8% bottom;background-size: 36% auto;}
.index-notice-title{margin-left:39.5%;}
.index-notice-topbg{padding-bottom:90px;background:url(index-notice-topbg.png) no-repeat right bottom;background-size:cover;}
.notice-list-one{width:85%;margin:0 0 20px 65px;}
.notice-list-two{width:85%;}
/*index-notice-item*/
.index-notice-item {display: block;margin-top:25px;padding: 25px 20px 5px 15px;width: 100%;height: 100px;background: #fff url(index-notice-item-bg.png) no-repeat right bottom;background-size: 40%;border-top-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 6px 6px 0 0 rgba(246, 243, 234, 1);transition: all 0.5s linear 0s;}
.index-notice-item:hover {background: #f0efea url(index-notice-item-bg-on.png) no-repeat right bottom;background-size: 45%;box-shadow: 6px 6px 0 0 rgba(255, 255, 255, 1);}
.index-notice-item-time {display: inline-block;width: 60px;height: 60px;padding-top: 6px;text-align: center;display: inline-block;transform: skewX(-8deg);transition: all 0.5s linear 0s;}
.index-notice-item-time-day {font-size: 30px;font-weight:bold;color: #0e42a7;line-height: 30px;}
.index-notice-item-time-month {font-size: 11px;color: #0e42a7;line-height: 18px;}
.index-notice-item-title {display: inline-block;float: right;width: calc(100% - 65px);height: 56px;margin-top:0;font-size: 18px;line-height: 28px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition: all 0.5s linear 0s;}
.index-notice-item:hover .index-notice-item-time{padding-left:3px;}
.index-notice-item:hover .index-notice-item-title {color: #222;padding-left:3px;}
/*index-notice-item*/
/*notice*/

/*research*/
.index-research {width: 100%;margin-top:60px;padding-top: 20px;padding-bottom: 20px;background: #f5faff url(index-bg-ding.png) no-repeat center top;background-size: 45% auto;}
.index-research-topbg{background:url(index-research-topbg.png) no-repeat center 220px;background-size: 100% auto;}

.index-research .list-center{margin-top:41px;}
.index-research-list {width: 100%;padding-right:10px;height: 270px;background:url(index-research-list-bg.png) no-repeat right 80%;background-size: 70% auto;transition: all 0.2s linear 0s;}
.index-research-list:hover {width: 100%;padding-right:10px;height: 270px;background:url(index-research-list-bg.png) no-repeat right 90%;background-size: 70% auto;}
.index-research-list .index-research-media-box {width: 100%;height: 270px;position: relative;overflow: hidden;background: #dde6f6;border-top-right-radius:40px;border-bottom-left-radius:40px;}
.index-research-list .index-research-media-box img {width: inherit;height: inherit;object-fit: cover;transition: transform linear 0.5s;}
@media screen and (max-width: 991px) {
	.index-research-list .index-research-media-box img {
		height: 55vw;
	}
}
.index-research-list:hover .index-research-media-box img {transform: scale(1.05);}
.index-research-list .index-research-media-tt {position: absolute;z-index: 1;bottom:0;left: 10px;right:20px;height:90px;background: linear-gradient(to bottom, rgba(14, 66, 167, 0) 0%, rgba(14, 66, 167, 1) 80%);border-bottom-left-radius:40px;transition: all 0.2s linear 0s;}
.index-research-list .index-research-media-title-time{display: none;position: absolute;z-index: 9;bottom: 85px;left: 45px;padding: 4px 10px;font-size: 10px;color: #fff;letter-spacing: 0.15px;border-radius: 14px;background: #0072f9;}
.index-research-list .index-research-media-title {position: absolute;z-index: 9;bottom: 20px;padding: 0 50px 0 35px;height: 56px;line-height: 28px;font-size: 18px;color: #fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;transition: all 0.2s linear 0s;}
.index-research-list:hover .index-research-media-title-time{display: block;bottom:95px;}
.index-research-list:hover .index-research-media-title{bottom:30px;}
.index-research-list:hover .index-research-media-tt {height:200px;}
/*research*/

/*media*/
.index-media {width: 100%;margin-top:20px;padding-top: 30px;padding-bottom: 30px;background: url(index-bg-dingjs.png) no-repeat right top;background-size: 26% auto;}
.index-media-title{padding:10px 0 0;}
.index-media-mores{margin-top:35px;}
.index-media .list-left{float:left;width:31%;margin-top:38px;}
.index-media .list-left .index-media-media-box{border-top-left-radius:40px;}
.index-media .list-center{float:left;width:38%;}
.index-media .list-center .index-media-media-box{height: 300px;border-top-right-radius:40px;}
.index-media .list-center .index-media-media-title{padding: 20px 40px 0;height: 145px;border-bottom-left-radius:40px;color:#fff;background:#0e42a7 url(index-media-list-bg.png) no-repeat right -20px;background-size: 11% auto;}
.index-media .list-center .index-media-media-title h2{margin-top:16px;color:#a0b4da;height: 26px;line-height: 26px;font-size: 16px;}
.index-media .list-center:hover .index-media-media-title{background:#0e42a7 url(index-media-list-bg-on.png) no-repeat right -10px;background-size: 11% auto;}
.index-media .list-right {float:left;width:31%;margin-top:38px;}
.index-media .list-right .index-media-media-box{border-top-right-radius:40px;}

.index-media-list {width: 100%;}
.index-media-list .index-media-media-box {width: 100%;height: 240px;overflow: hidden;}
.index-media-list .index-media-media-box img {width: inherit;height: inherit;object-fit: cover;transition: transform linear 0.5s;}
@media screen and (max-width: 991px) {
	.index-media-list .index-media-media-box img {
		height: 55vw;
	}
}
.index-media-list:hover .index-media-media-box img {transform: scale(1.1);}
.index-media-list .index-media-media-title {padding: 20px 30px 0 30px;height: 130px;transition: all 0.2s linear 0s;background: #d9e6fd;}
.index-media-list .index-media-media-title h1{height: 56px;line-height: 28px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index-media-list .index-media-media-title h2{margin-top:12px;color:#0e42a7;height: 26px;line-height: 26px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.index-media-list:hover .index-media-media-title{padding-top:15px;color:#fff;background: #0e42a7;}
.index-media-list:hover .index-media-media-title h2{color:#b5ceff;}

.index-media-media-title-mores{float:right;margin-top:8px;width:30px;height:11px;background:url(tag_left.png) no-repeat 0 center;background-size: 60%;transition: all 0.4s linear 0s;}
.index-media-list:hover .index-media-media-title-mores {background: url(tag_left_c.png) no-repeat 6px center;background-size: 60%;}
.index-media .list-center .index-media-media-title-mores{background:url(tag_left_c.png) no-repeat 0 center;background-size: 60%;}
.index-media .list-center:hover .index-media-media-title-mores {background: url(tag_left_on.png) no-repeat 6px center;background-size: 60%;}
/*media*/

/*campus*/
.index-campus {width: 100%;margin-top:20px;padding-top: 30px;padding-bottom: 60px;background: url(index-bg-mudan.png) no-repeat left top;background-size: 38% auto;}
.index-campus-title{padding:10px 0 0;}
.index-campus-mores{margin-top:35px;}
.index-campus .list-left{float:left;width:48%;margin-top:55px;}
.index-campus .list-left .index-campus-campus-box{border-top-left-radius:40px;}
.index-campus .list-right {float:left;width:52%;margin-top:20px;padding:0;}
.index-campus .list-right .index-campus-campus-box{border-top-right-radius:40px;}

.index-campus-list {width: 100%;height: 345px;}
.index-campus-list .index-campus-media-box {width: 100%;height: 345px;position: relative;overflow: hidden;background: #dde6f6;border-top-right-radius:40px;border-bottom-left-radius:40px;}
.index-campus-list .index-campus-media-box img {width: inherit;height: inherit;object-fit: cover;transition: transform linear 0.5s;}
@media screen and (max-width: 991px) {
	.index-campus-list .index-campus-media-box img {
		height: 55vw;
	}
}
.index-campus-list:hover .index-campus-media-box img {transform: scale(1.08);}
.index-campus-list .index-campus-media-tt {position: absolute;z-index: 1;bottom:0;left: 20px;right:20px;height:85px;background: linear-gradient(to bottom, rgba(14, 66, 167, 0) 0%, rgba(14, 66, 167, 1) 80%);border-bottom-left-radius:40px;}
.index-campus-list .index-campus-media-title {position: absolute;z-index: 9;bottom: 22px;padding: 0 50px 0 35px;height: 28px;line-height: 28px;font-size: 18px;color: #fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;transition: all 0.2s linear 0s;}
.index-campus-list:hover .index-campus-media-tt {height:160px;}
.index-campus-list:hover .index-campus-media-title{bottom:28px;}

.index-campus-r{width: 100%;height: 195px;}
.index-campus-r-media-box{display: inline-block;float:left;width: 260px;height: 195px;overflow: hidden;}
.index-campus-r-media-box img {width: inherit;height: inherit;object-fit: cover;transition: transform linear 0.5s;}
.index-campus-r-media-title{display: inline-block;width: calc(100% - 260px);height: 195px;background:#0e42a7 url(index-campus-list-bg-one.png) no-repeat 115px center;background-size: 45% auto;transition: all 0.2s linear 0s;}
.index-campus-r-media-title i {display: block;margin:28px 30px 15px;width:0;border-top: 2px solid #0e42a7;transition: width .5s;-webkit-transition: width .5s;-moz-transition: width .5s;-ms-transition: width .5s;-o-transition: width .5s;}

.index-campus-r-media-title h1{margin:10px 30px 10px;height: 56px;line-height: 28px;color:#fff;font-size: 18px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index-campus-r-media-title h2{margin:0 30px;color:#b5ceff;height: 48px;line-height: 24px;font-size: 14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index-campus-r:hover .index-campus-r-media-box img {transform: scale(1.05);}
.index-campus-r:hover .index-campus-r-media-title{background:#edf3fd url(index-campus-list-bg-one-on.png) no-repeat 105px center;background-size: 45% auto;}
.index-campus-r:hover .index-campus-r-media-title i{width: 290px;}
.index-campus-r:hover .index-campus-r-media-title h1{color:#222;}
.index-campus-r:hover .index-campus-r-media-title h2{color:#aebeda;}

.index-campus-r-one{}
.index-campus-r-one-media-box{float: left;border-top-left-radius:40px;}
.index-campus-r-one-media-title{float: right;}
.index-campus-r-tow{margin-top:20px;}
.index-campus-r-tow-media-box{float: right;border-bottom-right-radius:40px;}
.index-campus-r-tow-media-title{float: left;background:#0e42a7 url(index-campus-list-bg-tow.png) no-repeat 50px center;background-size: 45% auto;}
.index-campus-r:hover .index-campus-r-tow-media-title{background:#edf3fd url(index-campus-list-bg-tow-on.png) no-repeat 60px center;background-size: 45% auto;}
.index-campus-r:hover .index-campus-r-tow-media-title h1{color:#222;}
.index-campus-r:hover .index-campus-r-tow-media-title h2{color:#aebeda;}
/*campus*/

/*index-data*/
.index-data{width: 100%;margin:20px 0 10px;background: url(index-bg-data.png) no-repeat center bottom;background-size: 90% auto;}
.index-data-title{margin-left:41%;}
.index-data-topbg{padding:200px 0 200px;position: relative;background:url(index-data-topbg.png) no-repeat 50% center;background-size: 100% auto;}
.index-data-item{position: absolute;z-index: 9;text-align:center;}
.index-data-item h1{position: absolute;z-index: 8;top:50px;width: 155px;font-size:35px;color:#0e42a7;font-weight:bold;transition: all 0.6s linear 0s;}
.index-data-item h2{position: absolute;z-index: 8;top:95px;width: 155px;font-size:12px;transition: all 0.2s linear 0s;}
.index-data-item h3{position: absolute;z-index: 8;top:90px;width: 155px;line-height: 14px;font-size:11px;transition: all 0.2s linear 0s;}
.index-data-item .index-data-item-bg{position: absolute;z-index: 1;width: 155px;height: 155px;background-image: url('index-data-item-bg.png');background-size: cover;animation: rotateAnimation 60s infinite linear;transition: all 0.4s linear 0s;}
.index-data-item:hover h1{top:45px;transform: rotateY(360deg);}
.index-data-item:hover h2{top:92px;}
.index-data-item:hover h3{top:87px;}
.index-data-item:hover .index-data-item-bg{background-image: url('index-data-item-bg-on.png');background-size: cover;animation-play-state:paused;}
.index-data-item-1 {top:0;left: 20%;}
.index-data-item-2 {top:110px;left: 6%;}
.index-data-item-3 {top:180px;left: 26%;}
.index-data-item-4 {top:280px;left: 12%;}
.index-data-item-5 {top:45px;right: 34%;}
.index-data-item-6 {top:110px;right: 18%;}
.index-data-item-7 {top:230px;right: 32%;}
.index-data-item-8 {top:295px;right: 17%;}
.index-data-item-9 {top:320px;right: 47%;}
@keyframes rotateAnimation {
	from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
/*index-data*/

/*focus*/
.index-focus {padding:50px 0 0px;background:url(index-focus-bg.jpg) no-repeat center top;background-size: 100% auto;}
.index-focus-title{margin-left:39.5%;margin-bottom:10px;}
.index-focus-list {position: relative;padding: 0;}
.index-focus-list a{display: block;}
.index-focus-list .swiper-container{width:92%;}
.index-focus-list a .cover_img{padding-top: 110px;border-radius: 8px;}
.index-focus-list .cover_img {position: relative;/*padding-top: 75%;*/overflow: hidden;}
.index-focus-list .cover_img .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.index-focus-list .cover_img:hover .a{transform: scale(1.05);}
.index-focus-list .btnn{width: 30px;height: 30px;margin-top: -1%;border-radius: 30px;border:none;transition: all linear 0.5s;box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08);}
.index-focus-list .prev{left: 0%;background:#fff url("tag_right.png") no-repeat center center;background-size: 50% auto;}
.index-focus-list .prev:hover{background:#0d42a7 url("tag_right_on.png") no-repeat center center;background-size: 50% auto;}
.index-focus-list .next{right: 0%;background:#fff url("tag_left.png") no-repeat center center;background-size: 50% auto;}
.index-focus-list .next:hover{background:#0d42a7 url("tag_left_on.png") no-repeat center center;background-size: 50% auto;}
.index-focus-bottom{margin-top:90px;padding:0;height:105px;background:url(index-focus-bg-bottom.png) no-repeat center bottom;background-size: auto 100%;}
/*focus*/


/********/
a.qrcode {position: relative;}
.qrcode img {visibility: hidden;opacity: 0;transform: translate(0, 10px);transition: all 0.3s ease-in-out;position: absolute;left:0;bottom: 25px;width: 130px;height: 130px;}
.qrcode:hover img {visibility: visible;transform: translate(0, 0px);opacity: 1;}
/********/

@media screen and (max-width:1200px) and (min-width: 992px) {
  .footer-logo {
    width: 120px;
    height: 155px;
  }
  .nav-list-one li {
    font-size: 15px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 992px) {
  .footer-nav-box:last-child .footer-nav-class {
	border: none;
  }
}













.nav-list-one a:hover {
  color: #fff;
}

.nav.scroll .nav-list-one a:hover {
  color: #a1080b;
}

.display {
  width: 66%;
  height: auto;
}






body {
  width: 100vw;
  #f5faff
  /* overflow-x: hidden; */
}


@media(max-width: 991px) {
  .footer {
    margin-top: 0;
    color: #fff !important;
  }
}

.index-top-swiper .swiper-slide a img {
  height: 100vh !important;
  object-fit: cover;
}



.main-content {
  z-index: 10;
  width: 100%;
  height: auto;
  background: #f5faff;
  /* overflow: auto; */
  outline: none;
  transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
}

@media (max-width: 991px) {
  .nav-bottom-list {
    display: none;
  }
}

@media (max-width: 991px) {
  .index-top-banner {
    height: 50vw;
  }
  .index-top-banner .swiper-slide::after {
    height: 20vw;
  }
}


/*page*/
.page {
  overflow-x: hidden;
  background: url(page-box-bg.jpg) no-repeat center 15vh;
  background-size: 100% auto;
}

/*top-banner*/
.page-top-banner {width: 100vw;height: auto;overflow: hidden;height: 430px;}
.page-top-banner .swiper-slide {position: relative;background-position: center top;background-size: cover;background-repeat: no-repeat;height: 100%;}
.page-top-banner .swiper-slide::after {content: "";width: 100%;height: 100px;position: absolute;left: 0;bottom: 0;pointer-events: none;background-image: linear-gradient(180deg,rgba(14, 66, 167, 0) 0%,rgba(14, 66, 167, 0.8) 100%);}
.page-top-swiper {width: inherit;height: inherit;position: relative;}
/*top-banner*/

/*page-ejdh*/
.page-ejdh{box-shadow: 0 0 10px rgba(4,97,147,0.30);background: #f5f7fa;}
.page-ejdh ul{overflow: auto;margin:0 auto;width:90%;}
.page-ejdh ul::after{content: "";display: block;clear: both;}
.page-ejdh ul li{float: left;}
.page-ejdh ul li a{font-size: 16px;display: block;padding: 15px 34px;transition: 0.4s;}
.page-ejdh ul li.on a,.page-ejdh ul li:hover a{color: #fff;background: #0e42a7;}
header {width: 100%;z-index: 999;position:absolute;}
header.smaller {position: fixed;display: block;top:0px;display: none;}
header.displayblock {display: block;}

/*page-sjdh*/
.page-sjdh{}
.page-sjdh ul{overflow: auto;margin:25px auto 0;width:90%;}
.page-sjdh ul::after{content: "";display: block;clear: both;}
.page-sjdh ul li{float: left;width:20%;text-align:center;border-bottom: 1px solid #cadbed;}
.page-sjdh ul li a{font-size: 16px;display: block;padding: 15px 0;transition: 0.4s;}
.page-sjdh ul .on {color: #0e42a7;border-bottom: 2px solid #0e42a7;}

/*page-about*/
.page-about {padding:60px 0 30px;}
.page-about-box{display: inline-block;padding-right:10px;background:url(index-research-list-bg.png) no-repeat right 98%;background-size: 25% auto;}
.page-about-box-txt{padding:50px 80px 280px;color:#fff;background:#0e42a7 url(page-about-bg.jpg) no-repeat center bottom;background-size: 100% auto;border-bottom-left-radius:40px;}
.page-about-box-txt p{margin-bottom:16px;color:#fff;text-indent:32px;text-align: justify;font-size: 16px;line-height: 28px;word-break: normal;word-wrap: break-word;}

/*page-ld*/
.page-ld {padding:15px 0 30px;}
.page-ld-list-f{margin-left:310px;}
.page-ld-list-l{margin-left:87px;}
.page-ld-item {display: block;margin-top:40px;padding: 30px 0 0 0;width: 100%;height: 90px;background: #fff url(index-notice-item-bg.png) no-repeat right bottom;background-size: 30%;border-top-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 0px 5px 0 0 rgba(246, 243, 234, 1);transition: all 0.5s linear 0s;}
.page-ld-item:hover {background: #f0efea url(index-notice-item-bg-on.png) no-repeat right bottom;background-size: 35%;box-shadow: 6px 6px 0 0 rgba(255, 255, 255, 1);}
.page-ld-item-title {display: inline-block;padding-left:55px;font-weight:bold;font-size: 24px;line-height: 26px;transition: all 0.3s linear 0s;}
.page-ld-item-title em{margin-left:10px;font-style:normal;font-weight:400;font-size:15px;}
.page-ld-item:hover .page-ld-item-title {padding-left:50px;color:#222;}
/*page-ld*/

/*page-dept*/
.page-dept-mobile{display:none;}
.page-dept-pc{display:inline-block;}
.page-dept {padding:30px 0 20px;}
.page-dept-item {display: inline-block;padding: 30px 0 5px 0;width: 100%;transition: all 0.5s linear 0s;}
.page-dept-item-title {display: inline-block;font-weight:bold;font-size: 22px;color: #fff !important;}
.page-dept-item-list{margin-top:6px;font-style:normal;font-weight:400;font-size:14px;line-height:28px;}
.page-dept-item-list em{font-style:normal;margin-right:14px;color:#bbb;}
.page-dept-item-list em a{color:#666;}
.page-dept-item-list em:hover a{color:#0e42a7;}
.page-dept-item u{display: block;margin:15px 0 10px;width:100%;height:2px;background:#cadbed;}
.page-dept-item i{display: block;width:40px;border-top: 2px solid #0e42a7;transition: all 0.5s linear 0s;}
.page-dept-item:hover {}
.page-dept-item:hover i{width:100%;}
/*page-dept*/

/*page-schools*/
.page-schools-mobile{display:none;}
.page-schools-pc{display:inline-block;}
.page-schools {padding:40px 0 10px;}
.page-schools-list-l{margin-left:0px;}
.page-schools-item {display: inline-block;padding: 20px 0 15px 20px;width:calc(100% - 20px);transition: all 0.5s linear 0s;}
.page-schools-item-title {display: inline-block;font-weight:bold;font-size: 23px;color: #fff !important;}
.page-schools-item-list{margin-top:6px;font-style:normal;font-weight:400;font-size:16px;line-height:20px;}
.page-schools-item-list em{display: block;padding-top:14px;font-style:normal;color:#bbb;}
.page-schools-item-list em a{color:#222;}
.page-schools-item-list em:hover a{color:#0e42a7;}
.page-schools-item-list em span{display: block;color:#999;font-size:13px;line-height:22px;}
.page-schools-item u{display: block;margin:25px 0 10px;width:100%;height:2px;background:#cadbed;}
.page-schools-item i{display: block;width:40px;border-top: 2px solid #0e42a7;transition: all 0.5s linear 0s;}
.page-schools-item:hover {}
.page-schools-item:hover i{width:100%;}
/*page-schools*/

/*page-list*/
.page-list{padding:30px 0 30px;}
.page-list-item {display: inline-block;margin:0;padding: 18px 25px;width:100%;transition: all 0.5s linear 0s;border-bottom: 1px solid #cadbed;}
.page-list-item-time {float: left;width: 60px;height: 56px;padding-top: 4px;text-align: center;transition: all 0.5s linear 0s;}
.page-list-item-time-day {font-size: 22px;font-weight:bold;color: #0e42a7;line-height: 30px;}
.page-list-item-time-month {font-size: 9px;color: #0e42a7;line-height: 12px;}
.page-list-item-title {float: right;width: calc(100% - 78px);padding-top: 10px;font-size: 20px;font-weight:bold;line-height: 28px;}
.page-list-item:hover {border-bottom: 1px solid #0e42a7;background:#fff;}
.page-list-item:hover .page-list-item-time{margin:0;background: #dde6f6;}
/*page-list*/

/*page-txt*/
.page-txt{padding:30px 0 30px;}
.page-txt-item {display: inline-block;margin:0;padding: 35px 65px 60px;width:100%;background:#fff;}
.page-txt-item-path{font-size:10px;color:#a0b4da;}
.page-txt-item-time {height: 50px;line-height: 50px;color:#0e42a7;font-size:12px;}
.page-txt-item-time i{font-style: normal}
.page-txt-item-time em{}
.page-txt-item-title {padding-top: 15px;font-size: 26px;font-weight:bold;line-height: 36px;}
.page-txt-item-txt {padding:32px;border-top: 1px solid #cadbed;transition: all 0.5s linear 0s;}
.page-txt-item-txt p{text-align: justify !important; /* 两端对齐 */
 text-justify: inter-character; /* 中文文本两端对齐优化 */}
.page-txt-item-txt p a{color:#1252b5;text-decoration: underline;}
.page-txt-item-txt p a:hover{color:#333;text-decoration: underline;}
.page-txt-item-txt td p{padding-bottom:0px;}
.page-txt-item:hover .page-txt-item-txt{border-top: 1px solid #0e42a7;}
/*page-txt*/

/*page-so*/
.page-so {padding:60px 0 30px;}
.page-so-box{display: inline-block;text-align:center;}
.page-so-box .txt{margin:0 auto;width:60%;}



/*版权*/
.footer .year {
  color: #fff !important;
}
.page-so-box .so-box{margin:0 auto;width:600px;}
/*page-so*/