body{overflow-x:hidden;} 
/*::-webkit-scrollbar{  display: none;}*/

.indexSwiper{height:100vh;overflow:hidden;}
.indexSwiper>.swiper-wrapper>.swiper-slide{height:100%; overflow: hidden;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0); }
.indexSwiper>.swiper-wrapper>.swiper-slide-active{z-index: 10;}
.indexSwiper>.swiper-wrapper>.swiper-slide.autoheight{height:auto;}
.indexSwiper>.swiper-wrapper>.swiper-slide-active .fadeInUp{-webkit-animation-name: fadeInUp!important;
    animation-name: fadeInUp!important; visibility: visible!important;}
.indexSwiper>.swiper-wrapper>.swiper-slide>.section{height:100%;padding:120px 0;}
.indexSwiper>.swiper-wrapper>.swiper-slide.autoheight>.section{height:auto;padding:0;}

.indexSwiper{height:auto;}
.indexSwiper>.swiper-wrapper{display:block;}
.indexSwiper>.swiper-wrapper>.swiper-slide {height: auto;overflow: visible;} 
.indexSwiper>.swiper-wrapper>.swiper-slide>.section{height: auto;padding: 0;}

.indFadeUp{transform:translateY(50px);-webkit-transform:translateY(50px);opacity:0;transition:all 0.5s ease 0.2s;-webkit-transition:all 0.5s ease 0.2s;}
.indFadeUp1{transform:translateY(50px);-webkit-transform:translateY(50px);opacity:0;transition:all 0.5s ease 0.3s;-webkit-transition:all 0.5s ease 0.3s;}
.indFadeUp2{transform:translateY(50px);-webkit-transform:translateY(50px);opacity:0;transition:all 0.5s ease 0.4s;-webkit-transition:all 0.5s ease 0.4s;}
.indSlideLeft{transform:translateX(-100px);-webkit-transform:translateX(-100px);opacity:0;transition:all 0.5s ease 0.2s;-webkit-transition:all 0.5s ease 0.2s;}
.indSlideLeft1{transform:translateX(-100px);-webkit-transform:translateX(-100px);opacity:0;transition:all 0.5s ease 0.3s;-webkit-transition:all 0.5s ease 0.3s;}
.indSlideLeft2{transform:translateX(-100px);-webkit-transform:translateX(-100px);opacity:0;transition:all 0.5s ease 0.4s;-webkit-transition:all 0.5s ease 0.4s;}
.indSlideRight{transform:translateX(20%);-webkit-transform:translateX(20%);opacity:0;transition:all 0.5s ease 0.6s;-webkit-transition:all 0.5s ease 0.2s;}
.indZoom{transform:scale(.2);-webkit-transform:scale(.2);opacity:0;transition:all 0.5s ease 1s;-webkit-transition:all 0.5s ease 1s;}
.active .indFadeUp,.active .indFadeUp1,.active .indFadeUp2{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
.active .indSlideRight{transform:translateX(0);-webkit-transform:translateX(0);opacity:1;}
.active .indZoom{transform:scale(1);-webkit-transform:scale(1);opacity:1;}
.section{-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0); }
.banner {height:100%;} 
.banner .swiper-pagination{  position: static; text-align: left; display: flex;justify-content: space-between;}
.banner .swiper-pagination-bullet{ width: 20%;height: 2px;opacity:0.4;margin:0!important; position: relative;background: #fff;border-radius: 3px;transition:all 0.3s;}
.banner .swiper-pagination-bullet-active{width:35%;opacity: 1;} 
.banner .swiper-button-prev, .banner .swiper-button-next{width:46.5px;height:12px;background-repeat:  no-repeat; background-position: left center; background-size:100%;margin-top:0;top:-50px;}
.banner .swiper-button-next:after,.banner  .swiper-button-prev:after{display: none;}
.banner .swiper-button-prev{background-image:url(../images/jiantou2.png);left:auto;right:86px;}
.banner .swiper-button-next{background-image:url(../images/jiantou1.png);right:0;}
.banner .swiper-dots{position: absolute;left:0;right:0;bottom:12%;z-index: 10;}
.banner .swiper-dots .wrap{position: relative;}
.banner .swiper-play{position: absolute;right:5%;bottom:10%;z-index: 20; text-align: center;color:#fff; cursor:pointer;}
.banner .swiper-play .icon-bofang:before{color:#fff;font-size:50px;}
.banner .swiper-slide-active .indSlideLeft,.banner .swiper-slide-active .indSlideLeft1,.banner .swiper-slide-active .indSlideLeft2{transform:translateX(0);-webkit-transform:translateX(0);opacity:1;}

.banner{position: relative;height:calc(100vh + 38px);overflow: hidden;} 
.banner .swiper{height:100%; }
.banner .video{width: 100%;height:100%;}
.banner .video video{display:block;width:100%;height:100%;object-fit: cover;}
.banner .img{height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;;}
.banner .img img{width:100%;height:100%;object-fit: cover; } 
.banner a{display: block;} 
.banner_text{z-index: 3; width: 100%;position: absolute;left: 0;bottom:30%;transition:all 1s ease 0.5s;-webkit-transition:all 1s ease 0.5s;/*-webkit-transform: translateX(200px) translateY(0px);transform:translateX(200px) translateY(0px);*/} 
.banner_p{max-width:80%;text-align: left;display: inline-block;}  
.banner_p .tit{margin-top:20px;} 

@keyframes arrowdown
{
	0% {transform:translateY(0);}
	50%  {transform:translateY(40%);}
	100% {transform:translateY(0);}
}

@-webkit-keyframes arrowdown
{
	0% {-webkit-transform:translateY(0);}
	50%  {-webkit-transform:translateY(40%);}
	100% {-webkit-transform:translateY(0);}
}
  
.btn_more{display: inline-block!important; white-space: nowrap; padding-left:56px;background-image:url(../images/icon2.png);background-repeat:  no-repeat; background-position: left center;background-size:48px;}
.btn_more:hover{text-decoration: underline; }  
.btn_more.c-fff{background-image:url(../images/icon1.png);}
.view_more:hover{background: linear-gradient(90deg, rgba(8, 62, 141, 0.9) 0%, rgba(33, 106, 176, 0.9) 25%, rgba(47, 135, 201, 0.9) 55%, rgba(108, 171, 207, 0.9) 100%), #1A1A1A;
-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}

.indSection1{margin-top:-38px;position: relative;z-index: 10;}
.indNews_left{width:49.5%;padding:20px 24px 24px 44px;background: linear-gradient(233deg, rgba(108, 171, 207, 0.8) 0%, rgba(47, 135, 201, 0.8) 25%, rgba(33, 106, 176, 0.8) 55%, rgba(8, 62, 141, 0.8) 99%); backdrop-filter: blur(30px); position: relative;}
.newsBlock .item .img a{display: block;height:0;padding-bottom: 56.3%;position: relative;}
.newsBlock .item .fenlei_date{margin-top:13px;}
.newsBlock .item .fenlei_date  .fenlei{padding:5px 12px;background: linear-gradient(180deg, rgba(177, 227, 255, 0.7) 0%, rgba(3, 121, 188, 0.21) 100%);margin-right:12px;}
.newsBlock .item .fenlei_date .date{opacity: 0.4;}
.newsBlock .item .tit{margin-top:5px;width:80%;}
.newsBlock .item .tit a:hover{background: linear-gradient(90deg, rgba(8, 62, 141, 0.9) 0%, rgba(33, 106, 176, 0.9) 25%, rgba(47, 135, 201, 0.9) 55%, rgba(108, 171, 207, 0.9) 100%), #1A1A1A;
-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.jiantou{width:46.5px;height:11px;position: absolute;right:33px;bottom:28px;background-repeat:  no-repeat; background-position: left center;background-size:100%;background-image:url(../images/jiantou3.png);}
.jiantou_white{background-image:url(../images/jiantou1.png);}
.headline{writing-mode:vertical-rl;font-size:12px;color:#fff;position: absolute;left:10px;top:24px;}
.indNews_right{width:49.5%;display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.indNews_right .item{width:100%;height:32%;padding:23px 28px;background: linear-gradient(257deg, rgba(210, 239, 255, 0.6) 5%, rgba(194, 219, 255, 0.6) 100%);backdrop-filter: blur(133px);position: relative;margin-top: 10px;}
.indNews_right .item .fenlei_date{margin-top:0; flex-direction: row-reverse; justify-content: flex-end;}
.indNews_right .item .fenlei_date .fenlei{margin-right:0;margin-left:12px;}
.indNews_right .item .fenlei_date .date{opacity: 0.4;}
.indNews_right .item:nth-child(1){margin-top:0;}
.indNews_right .item .jiantou{bottom:auto;top:29px;}
.indSection2{margin-top:130px;}
.about-nums { margin-top: 36px; } 
.about-nums ul{flex-wrap: wrap;justify-content: space-between;}
.about-nums li{width:24%;}
.about-nums h3 { white-space: nowrap;  justify-content: center; align-items: flex-end; position: relative; padding-bottom: 15px;}
.about-nums h3:after{width:100%;height:1px;content:'';position: absolute;left:0;bottom:0;background: linear-gradient(270deg, rgba(108, 171, 207, 0.95) 0%, rgba(47, 135, 201, 0.95) 25%, rgba(33, 106, 176, 0.95) 55%, rgba(8, 62, 141, 0.95) 100%);backdrop-filter: blur(30px);}
.about-nums h3 span { line-height: 100%; width: auto!important;background: linear-gradient(180deg, rgba(108, 171, 207, 0.95) 0%, rgba(47, 135, 201, 0.95) 25%, rgba(33, 106, 176, 0.95) 55%, rgba(8, 62, 141, 0.95) 100%);
-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;backdrop-filter: blur(30px);   }
.about-nums h3 cite { margin-left: 15px; position: relative; }
.about-nums h3 cite sub { position: absolute; top: -25px; font-size: 18px; }
.about-nums .tit {  margin-top: 8px; display: block;text-align: center;padding:0 5px; }
.figuresPop{width:100%;height:100%;position: fixed;left:0;top:0;z-index: 1000;opacity: 0;visibility: hidden; transition:all 0.3s;background:rgba(0,0,0,0.4);}
.figuresPop.show{opacity: 1;visibility: visible;}
.popContent{width:1105px;height:100vh;max-height:1000px;padding:30px;background:#f0f0f0; display: flex;flex-direction: column;margin:auto; position: relative; }
.popTitle{line-height: 1;}
.popClose{width:35px;height:35px;position: absolute;right:25px;top:25px;cursor: pointer;}
.figuresPop .popCon{margin-top:70px;flex:1;overflow-y: auto;}
.figuresPop .about-nums{margin-top:0;}
.figuresPop .about-nums ul{padding:0 58px;}
.figuresPop .about-nums ul li{width:30.33%;margin:0 1.5% 30px;}
.anchor{position: relative;top:-160px;} 
.links_box .item{border-bottom:1px solid #1a1a1a;padding:16px 0 32px;position: relative;}
.links_box .item:nth-child(1){border-top:1px solid #1a1a1a;}
.links_box .item .tit{width:60%;}
.links_box .item .img{width:266px;position: absolute;bottom:5px;right:16.4%;opacity: 0;visibility:hidden;bottom:20px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.links_box .item .img a{padding-bottom: 56.39%}
.links_box .item .jiantou{right:12px;bottom:auto;top:50%;transform:translateY(-50%);opacity: 0;visibility:hidden;right:20px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.links_box .item:hover .tit a{background: linear-gradient(90deg, rgba(8, 62, 141, 0.9) 0%, rgba(33, 106, 176, 0.9) 25%, rgba(47, 135, 201, 0.9) 55%, rgba(108, 171, 207, 0.9) 100%), #1A1A1A;
-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.links_box .item:hover .img{opacity: 1;visibility: visible;bottom:5px;}
.links_box .item:hover .jiantou{opacity: 1;visibility:visible;right:12px;}
.links_box1{margin-top:75px;margin-bottom:80px;justify-content: flex-end;}
.links_box1 .item{width:33.33%;padding:70px 12px 10px 12px;display: flex;flex-direction: column; align-items: flex-end;border-right:1px solid #1a1a1a;}
.links_box1 .item:nth-child(1){border-left:1px solid #1a1a1a;}
.links_box1 .item .tit{margin-top:24px; line-height: 1;}
.links_box1 .item:hover .tit a{background: linear-gradient(90deg, rgba(8, 62, 141, 0.9) 0%, rgba(33, 106, 176, 0.9) 25%, rgba(47, 135, 201, 0.9) 55%, rgba(108, 171, 207, 0.9) 100%), #1A1A1A;
-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.foot_media{float:right;}
.mediaBox{ display: flex;margin-top:35px;justify-content: flex-end;}  
.mediaBox a{display: inline-block;width:47px;height:47px;margin-left:16px; position: relative;} 
.mediaBox .media_pop{width:120px;padding:10px;background:#fff;position: absolute;left:50%;bottom:110%;margin-left:-60px; opacity: 0;visibility:hidden; box-shadow: 0px 0px 12px rgba(153,153,153,0.3);border-radius:4px; transition:all 0.3s;text-align:center;}
.mediaBox .media_pop2{width:100px;margin-left:-50px; white-space: nowrap; font-size:14px; font-family: "MiSans-Medium";color: #5D5D5D;}
.mediaBox .media_pop:after{width:  30px;height: 30px;background: #fff;transform: rotate(-45deg) skewX(0deg) scale(1, 1);border-top-right-radius: 12%;content:''; z-index: 0; content:''; position: absolute; bottom:-6px;left:50%;margin-left:-15px;}
.media_pop img,.media_pop span{position: relative;z-index:2;} 
.mediaBox a:hover .media_pop{opacity:1;visibility:visible;}
.foot_address{ margin-top:15px;}

.inbanner{position: relative;height: 100vh;}
.inbanner .img{height:100%;}
.inbanner .img img{width:100%;height:100%;object-fit: cover;}
.inban_tit{position: absolute;left:0;right:0;top:60%; z-index: 10;} 
.crumbs{width:100%; text-align:right;margin-top:40px;position: relative;z-index: 10;}
.crumbs .wrap{ white-space: nowrap;overflow: hidden;}
.crumbs span,.crumbs a{color:#000;white-space: nowrap; display: inline-block;vertical-align:top;}
.crumbs span{max-width: 9em; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.crumbs a,.crumbs em{color:#000;}
.crumbs em{padding:0 15px;font-size:14px;font-family: "宋体";font-weight: bold;vertical-align: -2px;}
.crumbs a:hover{color:#404040;} 

.aboutSection1{width:100%;padding:20px 36px 44px 36px;background: linear-gradient(234deg, #8DDCD0 -2%, #3DB2E7 100%); position: relative;}
.aboutSwiper {position: relative; }  
.aboutSwiper .swiper{/*margin-right:-20px;*/}
.aboutSwiper .swiper-wrapper{align-items: flex-end;}
.aboutSwiper .swiper-slide{width:65%;height: auto;  display: flex;align-items: flex-end;/*padding-right:20px;*/transition: all 0.3s;transform:scale(1);transform-origin: center bottom;} 
.aboutSwiper .swiper-slide .img{transition:all 0.3s;}  
.aboutSwiper .swiper-slide-next .img {width:51%;} 
.aboutSwiper .swiper-slide-active .img{width:100%;} 
.aboutSwiper .swiper-slide.active .img{width:100%;} 
.aboutSwiper .swiper-slide.default {justify-content: flex-end}
.aboutSwiper .swiper-slide.default .img{width:51%;} 
.aboutSwiper .swiper-button-prev, .aboutSwiper .swiper-button-next{width:46.5px;height:12px;background-repeat:  no-repeat; background-position: left center; background-size:100%;margin-top:0;top:auto;bottom:-30px;}
.aboutSwiper .swiper-button-next:after,.aboutSwiper  .swiper-button-prev:after{display: none;}
.aboutSwiper .swiper-button-prev{background-image:url(../images/jiantou2.png);left:auto;right:86px;}
.aboutSwiper .swiper-button-next{background-image:url(../images/jiantou1.png);right:0;}
.about_description{width:80%;margin-top:25px;max-height: 350px;overflow: hidden;}
.about_description p{margin-bottom: 1.5em;}
.about_description .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#fff!important;}
.about_description .mCSB_scrollTools .mCSB_draggerRail{background:rgba(255,255,255,0.4);}
.about_glance{position: absolute;right:40px;bottom:44px;line-height: 1;text-align: right;}
.about_links{margin-top:80px;}
.about_links .item .img{width:225px;height:156px;padding:6px 8px;border:1px solid #215299;}
.about_links .item .img a{display: flex;align-items: center;justify-content: center;padding:0;height:100%;background:#fafafa;}
.about_links .item .img img{max-height: 100%;}
.about_contact .item{padding:40px 12px 0 12px;}
.about_contact .item:nth-child(1){border-left:none;}
.leader_list .item{display: flex;align-items: center;margin-bottom: 26px;}
.leader_list .item .name{width:200px;margin-right: 12px;}
.leader_list .item .pos{flex:1;}
.leader_list .item .pos span{display:inline-block;/*padding:9px 23px;background: radial-gradient(10% 145% at 0% 100%, rgba(8, 62, 141, 0.1) 0%, rgba(33, 106, 176, 0.1) 25%, rgba(47, 135, 201, 0.1) 55%, rgba(108, 171, 207, 0.1) 100%);*/}
.about_joinus{margin-top:120px;position: relative;padding:60px 0 100px;}
.about_joinus a{display: block;}
.about_joinus .join_icon{width:16.05%;position: absolute;right:62px;top:-63px;}
.about_joinus>div{position: relative;z-index: 3;}
.about_joinus .tit{line-height: 1;}
.about_joinus .join_bg{width:90vw;height:100%;background: linear-gradient(260deg, rgba(93, 180, 229, 0.1) 5%, rgba(8, 62, 141, 0.1) 100%);position: absolute;left:0;top:0;z-index: 0;}
.mediaSwiper {position: relative;margin-top:80px; }  
.mediaSwiper .page_title{position: absolute;right:0;top:0;z-index: 10;}  
.mediaSwiper .swiper{/*margin-right:-20px;*/}
.mediaSwiper .swiper-wrapper{align-items: flex-end;}
.mediaSwiper .swiper-slide{width:75%;height: auto;  display: flex;align-items: flex-end;/*margin-right:20px;*/transition: all 0.3s; }   

.mediaSwiper .swiper-slide .img{width:100%;transition:all 0.3s;} 
.mediaSwiper .swiper-slide .img img{width:100%;}
.mediaSwiper .swiper-slide-active .img{width:100%;}
.mediaSwiper .swiper-slide .mask{width:100%;position: absolute;left:0;top:0;right:0; height:100%;padding:30px;background: rgba(0, 3, 23, 0.5);z-index: 10; display: flex;flex-direction: column;justify-content: flex-end;align-items: center;transition:all 0.3s; }
.mediaSwiper .swiper-slide .mask .tit{text-align: center;font-size:16px;line-height:1.2;/*white-space: nowrap;overflow: hidden;text-overflow: ellipsis;*/}
.mediaSwiper .swiper-slide .mask .btn_play{width:60px;height:60px;margin-top:25px;display: none;} 
.mediaSwiper .swiper-slide-next .img,.mediaSwiper .swiper-slide-next .mask {width:32%;/*overflow: hidden;*/} 
.mediaSwiper .swiper-slide.active .img,.mediaSwiper .swiper-slide.active .mask{width:100%; }
.mediaSwiper .swiper-slide-active .mask{width:100%;justify-content: center;transform:scale(1); }
.mediaSwiper .swiper-slide-active .mask .tit{font-size:24px;font-family: "Merriweather-Bold";}
.mediaSwiper .swiper-slide-active .mask .btn_play{display: block;}
.mediaSwiper .swiper-button-prev, .mediaSwiper .swiper-button-next{width:46.5px;height:30px;background-repeat:  no-repeat; background-position: left center; background-size:100%;margin-top:0;top:auto;bottom:40%;z-index: 20;}
.mediaSwiper .swiper-button-next:after,.mediaSwiper  .swiper-button-prev:after{display: none;}
.mediaSwiper .swiper-button-prev{background-image:url(../images/jiantou4.png);left:auto;right:86px;}
.mediaSwiper .swiper-button-next{background-image:url(../images/jiantou3.png);right:0;}
.video_show{position: fixed;top: 0;left: 0;bottom: 0;right: 0;background:rgba(0,0,0,0.8);z-index: 9999;text-align: center;display:none;}
.video_show.show{display:block;}
.video_show .video_w{width: 76%;max-width:1200px;position: absolute;top: 50%;left: 50%; transform:translate3d(-50%,-50%,0); }
.video_show .video_w video{width: 100%;}
.video_show .video_close{width:46px;height:46px;position:absolute;top:40px;right:40px;cursor:pointer;}
.logo_list .item{margin-bottom: 30px;}
.logo_list .item .img{width:225px;height:156px;padding:6px 8px;border: 1px solid #215299;margin-right:15%; display: flex;align-items: center;justify-content: center;}
.logo_list .item .img img{max-height: 100%;}
.logo_list .item:nth-child(2) .img{border:none;}
.logo_list .item:nth-child(2) .img img{border: 1px solid #215299;border-radius: 100%;}
.article_box{max-width:1136px;margin-left:auto;margin-right:auto;}
.article_title{line-height: 1.2;}
.article_content{line-height: 1.8;overflow-x:auto;}
.article_content p{margin-bottom: 1.5em;}
.article_content img{height:auto!important;}
.academic_calendars{padding:90px 0 90px;}
.schools_img{width:48%;}
.schools_colleges .links_box{width:48%;}
.schools_colleges .links_box .item{padding:24px 0 30px 35px;}
.schools_colleges .links_box .item .tit{width:86%;}
.schools_colleges .links_box .item .tit a{cursor: pointer;}
.schools_colleges .links_box .item:nth-last-child(1){border-bottom:none;}
.schools_colleges .links_box .item ul{padding:10px 0;display: none; }
.schools_colleges .links_box .item ul li{padding:0 1em 0 3em;margin:12px 0;background-repeat: no-repeat;background-position: left center;background-image: url(../images/jiantou3.png); background-size:30px;transition:all 0.3s;    }
.schools_colleges .links_box .item ul li a{display: block;} 
.schools_colleges .links_box .item.active .tit a,.schools_colleges .links_box .item ul li a:hover{background: linear-gradient(90deg, rgba(8, 62, 141, 0.9) 0%, rgba(33, 106, 176, 0.9) 25%, rgba(47, 135, 201, 0.9) 55%, rgba(108, 171, 207, 0.9) 100%), #1A1A1A;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.schools_colleges .links_box .item.active ul{display: block;}
.education_links a{width:32.33%;position: relative;}
.education_links .title{position: absolute;left:0;right:0;bottom:0;padding:44px 35px 44px 24px; align-items: flex-end;overflow: hidden;}
.education_links .title h1{line-height: 1.2;}
.education_links .title .jiantou{position: static;flex-shrink: 0;}
.page_title .tit{line-height: 1.2;}
.article_tabs{margin-top:20px;}
.article_tabs span{display: inline-block;margin:0 50px;position: relative;padding-bottom: 20px;cursor:pointer;}
.article_tabs span:after{width:100%;height:5px;background:#222;content:'';position: absolute;left:0;bottom:0; opacity: 0;transition:all 0.3s;}
.article_tabs span.active{font-family: "Merriweather-Semibold";}
.article_tabs span.active:after{opacity: 1;}
.article_content .items{display: none;}
.article_content .items.active{display: block;}
.article_content table{width:100%;border: 1px solid #999999;}
.article_content table th{padding:12px 32px;border: 1px solid #999999;font-size:18px;font-family: "Merriweather-Bold";text-align: center;}
.article_content table td{padding:12px 32px;border: 1px solid #999999;border-collapse: collapse;font-size:16px;line-height: 1.5;}
.article_content table td.font,.article_content table td.num{font-size:24px;font-family: "Merriweather-Bold";line-height: 1.2;}
.article_content table td.num{text-align: center;}
.article_content table .font1{width:60%;text-align: left;padding-left:30%;}

.news_search{width:336px; padding:11px 20px;background: #F0F0F0;border-radius: 5px;display: flex;align-items: center;}
.news_search input{height:30px;line-height: 30px;flex:1;}
.news_search .btn_search{width:20px;height:20px;background:url(../images/search.png) no-repeat center;background-size:15px;}
.news_list1{margin-left:-0.6%;margin-right:-0.6%;flex-wrap: wrap;}
.news_list1 .item{width:23.8%;margin-left:0.6%;margin-right:0.6%;margin-bottom: 1.2%;}
.news_list1 .item .img a{padding-bottom: 56.39%;}
.news_list1 .item .fenlei{display: inline-block;padding:9px 14px;background: radial-gradient(10% 145% at 0% 100%, rgba(8, 62, 141, 0.1) 0%, rgba(33, 106, 176, 0.1) 25%, rgba(47, 135, 201, 0.1) 55%, rgba(108, 171, 207, 0.1) 100%);}
.news_list {border-top: 1px solid #1a1a1a; }
.news_list .item{display: flex;padding:20px 16.6% 24px 0;position: relative;border-bottom: 1px solid #1a1a1a; }  
.news_list .item .img{width:24%;margin-left:12px;opacity: 0;visibility: hidden;transition:all 0.3s;}
.news_list .item .img a{padding-bottom: 55.36%;}
.news_list .item .desc{flex:1;}
.news_list .item .fenlei{display: inline-block;padding:9px 14px;background: radial-gradient(10% 145% at 0% 100%, rgba(8, 62, 141, 0.1) 0%, rgba(33, 106, 176, 0.1) 25%, rgba(47, 135, 201, 0.1) 55%, rgba(108, 171, 207, 0.1) 100%);}
.news_list .item .jiantou{bottom:auto;top:35%;opacity: 0;visibility:hidden;transition:all 0.3s;}
.news_list .item:hover .tit a{background: linear-gradient(90deg, rgba(8, 62, 141, 0.9) 0%, rgba(33, 106, 176, 0.9) 25%, rgba(47, 135, 201, 0.9) 55%, rgba(108, 171, 207, 0.9) 100%), #1A1A1A;
-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.news_list .item:hover .img{opacity:1;visibility: visible;}
.news_list .item:hover .jiantou{opacity:1;visibility: visible;right:0;}
 
.page{text-align: right; margin:60px 0 180px;}
.page a,.page span{display:inline-block;margin:0 8px;min-width:2em;height:2em;line-height:2;text-align:center;font-size:18px;vertical-align: middle; border-radius: 100%;}
.page .prev,.page .next{background-position:center;background-repeat:no-repeat;border:none;background-size:14px;} 
.page .prev{background-image:url(../images/prev2.png);}
.page .next{background-image:url(../images/next2.png);}
.page span,.page a:hover{ color:#083E8D;} 
.resource_box .item{width:49.2%;float:left;margin-left:1.6%;margin-bottom:1.6%;position: relative;border-radius: 10px;overflow: hidden;}
.resource_box .item:nth-child(2n+1){clear:both;margin-left:0;}
.resource_box .item img{width:100%;}
.news_info{max-width:900px;margin-left:auto;margin-right:auto;  }  
.news_fenlei{margin-top:10px;}
.news_fenlei span{display: inline-block;padding:9px 14px;background: radial-gradient(10% 145% at 0% 100%, rgba(8, 62, 141, 0.1) 0%, rgba(33, 106, 176, 0.1) 25%, rgba(47, 135, 201, 0.1) 55%, rgba(108, 171, 207, 0.1) 100%);margin-right:5px;}
.news_content p{ margin-bottom: 1.5em;line-height: 1.8;}
.news_content img{ height:auto!important;} 
.article_content p strong,.news_content p strong{font-family: "Merriweather-Bold";}
.prev_next a{display: block;border-right:1px solid #1a1a1a;background-repeat: no-repeat; background-size:46.5px; }
.prev_next a.news_prev{padding:0 27px 12px 92px;border-left:1px solid #1a1a1a;background-image:url(../images/jiantou4.png);background-position: 6% 25%;}
.prev_next a.news_next{padding:0 92px 12px 27px;background-image:url(../images/jiantou3.png);background-position: 94% 25%; }
.prev_next a span{opacity: 0.4;}
.prev_next a.news_prev:hover{background-image:url(../images/jiantou5.png);}
.prev_next a.news_next:hover{background-image:url(../images/jiantou6.png);}
.prev_next a:hover .tit{color:#2F87C9;text-decoration: underline;}  
 
.searchWrap{padding:11px 16px;background: radial-gradient(10% 145% at 0% 100%, rgba(8, 62, 141, 0.1) 0%, rgba(33, 106, 176, 0.1) 25%, rgba(47, 135, 201, 0.1) 55%, rgba(108, 171, 207, 0.1) 100%);}
.searchWrap .searchInput{width:100%;display:flex;background:#fff;align-items: center; } 
.searchWrap .searchInput input{ padding:20px 24px;flex:1;}
.searchWrap .btnSearch{width:33px;height:33px;background: url(../images/search2.png) no-repeat center;background-size:100%;margin-right:17px;}
.searchWrap .btnSearch:hover{opacity: 0.8;}
.searchWrap .btnSearch i{display: none;} 
.search_result{color:rgba(26, 26, 26, 0.6);}
.search_nodata{padding:100px 0;} 
.research_links a{width:48%;position: relative;}
.research_links .img img{width:100%;}
.research_links .title{position: absolute;left:0;right:0;bottom:0;padding:44px 55px 44px 24px; align-items: flex-end;}
.research_links .title h1{line-height: 1.3;}
.research_links .title .jiantou{ bottom:40%;}
.labs_centers .item{border-bottom:1px solid #1a1a1a;position: relative;}
.labs_centers .item:nth-child(1){border-top:1px solid #1a1a1a;}
.labs_centers .item>.tit{width:90%; line-height: 1.2;padding:24px 0 30px;}
.labs_centers .item>.img{width:20.22%;position: absolute;top:24px;left:60%;opacity: 1;visibility:visible;transition: all 0.5s;-webkit-transition: all 0.5s;}
.labs_centers .item>.stit1,.labs_centers .item>.stit2{padding-left:34px;}
.labs_centers .item>.img a{padding-bottom: 55.8%}
.labs_centers .item>.jiantou{right:12px;bottom:auto;top:40%; opacity: 0;visibility:hidden;right:16px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.labs_centers .item:nth-child(2)>.jiantou{opacity: 1;visibility: visible; }
.labs_centers .item:nth-child(2):after{width:20px;height:2px;background:#000;content:'';position: absolute;right:16px;top:30%;}
.labs_centers .item>.tit a:hover,.labs_centers .item>.stit1 a:hover,.labs_centers .item>.stit2 a:hover{background: linear-gradient(90deg, rgba(8, 62, 141, 0.9) 0%, rgba(33, 106, 176, 0.9) 25%, rgba(47, 135, 201, 0.9) 55%, rgba(108, 171, 207, 0.9) 100%), #1A1A1A;
-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.labs_centers .item:hover>.img{opacity: 1;visibility: visible; }
.labs_centers .item:hover>.jiantou{opacity: 1;visibility:visible;right:12px;} 
.labs_links{margin:20px 0 40px;}
.labs_links a{width:48%;position: relative;}
.labs_links .title{position: absolute;left:0;right:0;bottom:0;padding:44px 55px 44px 24px; align-items: flex-end;}
.labs_links .title h1{line-height: 1.3;}
.labs_links .title .jiantou{ bottom:40%;}

.journalSwiper {position: relative;margin-bottom: 130px; }   
.journalSwiper .swiper-slide{height:auto;padding:20px 32px 28px;background: radial-gradient(125% 145% at 0% 100%, rgba(8, 62, 141, 0.1) 0%, rgba(33, 106, 176, 0.1) 25%, rgba(47, 135, 201, 0.1) 55%, rgba(108, 171, 207, 0.1) 100%);}
.journalSwiper .swiper-slide .headline{color:#1a1a1a;opacity: 0.8;font-size:12px;}
.journalSwiper .swiper-slide .img a{padding-bottom: 136.67%; }    
.journalSwiper .swiper-slide .date{margin-top:8px;}
.journalSwiper .swiper-slide:hover{background: radial-gradient(143% 143% at 52% 110%, rgba(255, 217, 83, 0.1) 0%, rgba(251, 171, 51, 0.1) 70%, rgba(239, 133, 35, 0.1) 100%);} 
.journalSwiper .swiper-button-prev, .journalSwiper .swiper-button-next{width:46.5px;height:12px;background-repeat:  no-repeat; background-position: left center; background-size:100%;margin-top:0;top:auto;bottom:-40px;}
.journalSwiper .swiper-button-next:after,.journalSwiper  .swiper-button-prev:after{display: none;}
.journalSwiper .swiper-button-prev{background-image:url(../images/jiantou4.png);left:auto;right:86px;}
.journalSwiper .swiper-button-next{background-image:url(../images/jiantou3.png);right:0;}
.journals_list .item{margin-bottom: 47px;}
.journals_list .item .img{width:23%;margin-right:10%;flex-shrink: 0;}
.journals_list .item .img a{padding-bottom: 136.67%;}
.journals_list .item .desc{width:50%; line-height: 1.8;margin-top:25px;}
.alumni_imgs {margin-left:-5px;margin-right:-5px;justify-content: space-between;}
.alumni_imgs .item{margin:0 5px;}
.alumni_imgs .item img{width:100%;height:100%;object-fit: cover;}
.alumni_global{margin-top:170px;}
.alumni_tips{color:rgba(61, 61, 61, 0.4);}
.alumni_table table{width:100%;border: 1px solid #999999;}
.alumni_table table th{padding:12px 32px;border: 1px solid #000;font-size:18px;font-family: "Merriweather-Bold";text-align: center;}
.alumni_table table td{padding:12px 32px;border: 1px solid #000;border-collapse: collapse;font-size:16px;line-height: 1.5;text-align: center;} 
.alumni_title a:hover{background: linear-gradient(90deg, rgba(8, 62, 141, 0.9) 0%, rgba(33, 106, 176, 0.9) 25%, rgba(47, 135, 201, 0.9) 55%, rgba(108, 171, 207, 0.9) 100%), #1A1A1A;
-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.campus_links {overflow: hidden;}
.campus_links .item{width:49.5%;float:left;margin-bottom: 80px;position: relative;}
.campus_links .item .img a{padding-bottom: 66.6%;}
.campus_links .item .tit{position: absolute;left:35px;right: 35px;bottom:15px;}
.campus_links .item .tit a{text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);color: #fff;}
.campus_links .item:nth-child(1){margin-top:7%;display: flex;flex-direction: column-reverse;}
.campus_links .item:nth-child(2){float:right;}
.campus_links .item:nth-child(3){float:right;}
.museums_list .item{padding:30px 26px 60px 74px;margin-bottom: 18px;}
.museums_list .item:nth-child(2n+1){background: linear-gradient(246deg, rgba(105, 175, 240, 0.85) 0%, rgba(28, 93, 190, 0.85) 100%);}
.museums_list .item:nth-child(2n+2){background: linear-gradient(244deg, #99F0DD 1%, #5AC8A6 99%);}
.museums_list .item .museums_title .view_more{margin-top:10px;}
.museums_list .item .museums_title .tit{line-height: 1.4;}
.museums_list .item .img{width: 51.05%;flex-shrink: 0;margin-right:30px;}
.museums_list .item .img a{padding-bottom: 56.529%;}
.museums_list .item .museums_con{align-items: flex-end;}
.museums_list .item .desc{flex:1;}
.museums_list .item .desc a{color:#fff;}
.museums_list .item:nth-child(2n+2) .museums_con{flex-direction: row-reverse;}
.museums_list .item:nth-child(2n+2) .img{margin-left:22px;margin-right:0;}

@media only screen and (max-width:1440px) {
 .article_content table td{padding:12px 24px;}
 .alumni_global{margin-top:120px;}
}
@media only screen and (max-width:1280px) { 
	.banner_p{max-width: 100%;}
}
@media only screen and (max-width:1100px) {
	.height{height:54px;}
	.inbanner{margin-top:54px;}
	.crumbs{ margin-top: 15px;}
	.about_nav,.about_section1{margin-top:0;}
	.about_nav.active{top:50px!important;}
	.about_nav .wrap{width:100%;}
	.about_nav .swiper{border-radius: 0;} 
	.museums_list .item .desc{max-height: 21em;overflow-y:auto;}
	.alumni_global{margin-top:80px;}
	.about_joinus{margin-top:80px;padding:50px 0 80px;}
	.about_joinus .join_icon{top:-20%;	}
	.anchor{ top:-80px;} 
	 
	 
}
@media only screen and (max-width:820px) {
	.banner .swiper-dots{bottom:8%;}
	.banner .swiper-pagination{text-align: center;}
	.banner .swiper-pagination-bullet{width:53px;height:3px;} 
	.inban_tit{bottom:auto;top:50%;transform:translateY(-50%);} 
	.indNews_box{display: block;}
	.indNews_left,.indNews_right{width:100%;}
	.indNews_left{padding-left:30px;}
	.indNews_right .item:nth-child(1){margin-top:10px;}
	.prev_next a{background-size: 22.5px;}
	.prev_next a.news_prev{padding: 0 20px 0 40px;}
	.prev_next a.news_next{padding: 0 40px 0 20px;}
	.article_content table td,.alumni_table table td{padding:10px 12px;}
	.journals_list .item .img{width:35%;margin-right:6%;}
	.journals_list .item .desc{width:100%;margin-top:0;}
	.museums_list .item .desc{max-height: 13em; }
	.schools_colleges .links_box .item{padding:12px 0 15px 12px;}
 	.about_links .item .img,.logo_list .item .img{width:160px;height:110px;}
 	.mediaSwiper .swiper-slide{width:65%!important;} 
 	.mediaSwiper .swiper-slide-next .img,.mediaSwiper .swiper-slide-next .mask{width:49%;}
 	.mediaSwiper .swiper-slide .mask{padding:20px 12px;}
 	.mediaSwiper .swiper-button-prev, .mediaSwiper .swiper-button-next{bottom:52%;}
 	.indSection1{margin-top:3%;}
 	.banner .swiper-pagination{justify-content: center;	}
 	.banner .swiper-pagination-bullet{margin:0 3px!important}
 	.banner .swiper-button-prev, .banner .swiper-button-next{display: none;}
 	.indSection2{margin-top:80px;}
 	.figuresPop .about-nums ul{padding:0; }
 	.research_links .title,.labs_links .title{padding:30px 40px 30px 24px;	}
 	.research_links .title .tit br,.education_links .title .tit br,.labs_links .title .tit br{display: none;}
	 
}
@media only screen and (max-width:640px) { 
	.indFadeUp,.indFadeUp1,.indFadeUp2{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
	.indSlideLeft,.indSlideRight{transform:translateX(0);-webkit-transform:translateX(0);opacity:1;}
	.indZoom{transform:scale(1);-webkit-transform:scale(1);opacity:1;}
	.indexSwiper{height:auto;}
  	.indexSwiper>.swiper-wrapper{display:block;}
	.indexSwiper>.swiper-wrapper>.swiper-slide {height: auto;} 
	.indexSwiper>.swiper-wrapper>.swiper-slide>.section{height: auto;padding: 0;}
	.banner{height: calc(100vh - 50px);margin-top:54px;}
	.banner_text{top:auto;bottom:20%;}
	 
	.about-nums{margin-top:40px;}
	.about-nums ul{padding:0 30px;flex-wrap: wrap;    -webkit-justify-content:flex-start; justify-content: flex-start;}
	.about-nums ul li{width:50%!important;padding:0 5px;margin-bottom:40px;text-align: center;}
	.about-nums h3{ justify-content: center; }
	.about-nums i{margin-top:5px;} 
	.popContent{padding:20px;}
	.popClose{top:20px;height:20px;}
	.figuresPop .about-nums ul li{margin-left:0;margin-right:0;}
	.figuresPop .about-nums ul li.none{display: none;}
	.mediaBox{margin-top:30px;justify-content: center;}
	.mediaBox a{width:36px;margin:0 10px;}
	.about_nav .swiper-slide a{height:50px;line-height: 50px;}
	 
	.page {margin:30px 0;}
	.page a, .page span{min-width:2em;height:2em;line-height: 2;margin:0 3px;	}
	.page .prev, .page .next{background-size:8px;}
	.crumbs em{padding:0 10px;} 
	.searchWrap .searchInput{width:100%;}
	.searchWrap .searchInput input{padding:12px 20px;} 
	.search_list .item{padding:20px 0;} 
	.news_list1{display: block;margin-left:0;margin-right:0;}
	.news_list1 .item{width:100%; padding:20px 0 24px;border-top: 1px solid #1a1a1a;	}
	.news_list1 .item .ellipsis-3{height:auto;max-height: 4.5em;	}
	.news_list{margin-top:0;}
	.news_list .item{display: block;padding-right:0;}
	.news_list .item .img{width:100%;opacity: 1;visibility: visible;margin-left:0;	}
	.news_list .item .date{margin-top:10px;	}
	.prev_next a.news_prev{padding: 0 12px 0 40px;}
	.prev_next a.news_next{padding: 0 40px 0 12px;}
	.prev_next a .tit{font-size:14px;}
	.journals_list .item{display: block;}
	.journals_list .item .img{width:60%;margin-right:0;}
	.journals_list .item .desc{width:100%;margin-top:30px;}
	.museums_list .item{padding:20px 20px 30px;	}
	.museums_list .item .museums_con{display: block;	}
	.museums_list .item .img{width:100%;margin:0!important;	}
	.museums_list .item .desc{max-height: none;margin-top:20px;	}
	.museums_list .item .museums_title .tit br{display: none;	}
	.btn_more {padding-left:40px;background-size:32px;	}
	.alumni_imgs{flex-wrap: wrap;	}
	.alumni_imgs .item{width:calc(50% - 10px);margin-bottom: 10px;	}
	.alumni_imgs .item img{width:100%;height:100%;object-fit: cover;}
	.campus_links .item{float:none;display: block!important;width:100%;margin:0 0 40px!important;	}
	.alumni_global{margin-top:40px;}
	.research_links,.education_links,.labs_links{display: block;	}
	.research_links a,.education_links a,.labs_links a{width:100%;display: block;margin-bottom: 20px;}
	.research_links .title,.education_links .title,.labs_links .title{padding:20px 40px 20px 20px;}
	
	.labs_centers .item .stit1, .labs_centers .item .stit2{padding-left:0;}
	.jiantou,.journalSwiper .swiper-button-prev, .journalSwiper .swiper-button-next,.aboutSwiper .swiper-button-prev, .aboutSwiper .swiper-button-next,.mediaSwiper .swiper-button-prev, .mediaSwiper .swiper-button-next{width:30px;} 
	.about_joinus{padding:30px 0 50px;margin-top:40px;}
	.about_joinus .join_icon{right:40px;top:-10%;}
	.journalSwiper .swiper-button-prev,.aboutSwiper .swiper-button-prev,.mediaSwiper .swiper-button-prev{right:50px;}
	.labs_centers .item>.tit{width:100%;}
	.labs_centers .item>.img{width:40%;position: static;margin-top:20px;} 
	.research_links .title .jiantou,.labs_links .title .jiantou{right:20px;}
	.foot_media{float:none;}
	.foot_address{width:100%;padding-left:0;text-align: center;margin-top:15px;}
	.journalSwiper .swiper-slide{padding:15px 20px 20px;}
	.journalSwiper .swiper-slide .headline{left:2px;top:15px;}
	.labs_centers .item:nth-child(2):after{display: none;}
	.searchWrap{padding:8px 10px;}
	.searchWrap .btnSearch{width:24px;height:24px;}
	.academic_calendars{padding:40px 0;}
	.article_content table td.font, .article_content table td.num{font-size:18px;}
	.about_description{width:100%;margin-top:40px;}
	.about_glance{right:20px;bottom:20px;position: static;}
	.leader_list .item .name{width:120px;}
	/*.leader_list .item .pos span{padding:8px 16px;}*/
	.links_box1{margin:40px 0;}
	.links_box1 .item{width:40%;padding-top:0;}
	.links_box1 .item .tit{margin-top:15px;}
	.aboutSection1{padding:20px 24px 20px 24px;}
	.aboutSwiper .swiper-slide,.aboutSwiper .swiper-slide-active,.mediaSwiper .swiper-slide,.mediaSwiper .swiper-slide-active{width:100%!important;margin-right:0;} 
	.mediaSwiper .swiper-slide-next .img,.mediaSwiper .swiper-slide-next .mask{width:100%;}
	.mediaSwiper .swiper-slide .mask {justify-content: center;}
	.mediaSwiper .swiper-slide .mask .btn_play{display: block;}
	.video_show .video_close{top:20px;right: 20px;width:30px;height: 30px;}
	.about_description p{margin-bottom: 1em;}
	.headline{left:4px;top:20px;}
	.aboutSwiper .swiper-slide .img{width:100%!important;}
	.aboutSwiper .swiper-button-prev, .aboutSwiper .swiper-button-next{bottom:-20px;}
	.about_links,.mediaSwiper{margin-top:40px;}
	.mediaSwiper{margin-bottom: 60px;}
	
	.mediaSwiper .page_title{position: static;display: flex;justify-content: space-between;margin-bottom: 30px;}
	.mediaSwiper .swiper-button-prev, .mediaSwiper .swiper-button-next{bottom:-30px;} 
	.links_box .item .img{width:30%;}
	.schools_colleges .links_box .item ul li{padding-left:2em;background-size:20px;}


	 
}
@media only screen and (max-width:480px) {
 
	.schools_colleges{display: block;}
	.schools_img,.schools_colleges .links_box{width:100%;}
	.schools_colleges .links_box{margin-top:30px;}
	.article_tabs span{margin:0 12px;}
	.links_box .item{padding:12px 0 16px;}
	.about_links .item .img,.logo_list .item .img{width:100px;height:69px;}
}