@charset "utf-8";

/* 手机 */
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left
}

.menu-btn {
	overflow: hidden;
	margin-left: 35px;
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent: -5260px;
	opacity: 1;
	position: relative;
	z-index: 999
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 26px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3 {
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.searchbtn {
	width: 30px;
	text-align: center;
	line-height: 40px
}

.searchbtn i {
	color: #c80d17;
	font-size: 18px
}

.mobNav {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 98;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	max-height: 70vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp a {
	font-size: 16px;
	color: #1d5b74;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;
	width: 15px;
	height:15px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #1d5b74;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px;
	position:relative;
}
.mobNav ul li .subNavm .navp2.on i,
    .mobNav ul li.on .navp1 i {
      font-size: 0;
    }


.mobNav ul li .subNavm .navp2.on i::after,
    .mobNav ul li.on .navp1 i::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 70%;
      transform: translate(-50%, -50%);
      width: 15px;
      height: 15px;
      width: 15px;
      height: 2px;
      background-color: #1d5b74;
    }






.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}

.mobNav .toplink {
	margin-bottom: 10px;
}

.mobNav .toplink:after {
	clear: both;
	content: ' ';
	display: block
}

.mobNav .toplink a i {
	font-size: 24px
}

.mobNav .toplink a {
	height: 36px;
	float: left;
	display: block;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	width: 23%;
	transition: .3s;
	color: #333;
	margin: 0 3px;
	border-bottom: 1px solid #ddd;
}

.mobNav .toplink a span {
	width: 100px;
	height: 100px;
	background: #fff;
	top: 100%;
	left: -15px;
	position: absolute;
	z-index: 10;
	padding: 3px;
	display: none
}

.mobNav .toplink a:hover span {
	display: block
}

.headerm {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
	background: #1d5b74;
	height: 84px;
	padding-right: 4%;
	padding-left: 4%;
	display: none;
}


.headerm .logo img {
	height: 65px;
}
.sermob{position:fixed;width:100%;padding:10px;top: 86px;right:0;box-sizing: border-box;z-index:66;background:#fff;display:none}
.sermob .inp{width: calc(100% - 90px);height:40px;line-height:40px;padding:0 40px 0 10px;font-size:14px;color:#444;background:0 0;border:1px solid #eee}
.sermob .sub{display:block;cursor:pointer;position:absolute;right: 50px;top: 10px;height: 40px;width: 50px;border:none;/* border-radius:50%; */overflow:hidden;font-size:14px;background-color: #0d5dac;background: url(/xsy/img/ser.svg) center no-repeat;background-color: #1d5b74;background-size:20px 20px}
.sermob .close{position:absolute;right:10px;top:10px;width:20px;height:40px;-webkit-transition:.5s;transition:.5s;font-size:20px;color:#888;cursor:pointer;line-height:42px}



.inner {
	max-width: 14rem;
	margin: 0px auto;
}
.inner2{
	max-width: 13rem;
	margin: 0px auto;
}





/* 头部*/
.headerx {
	width: 100%;
	height:150px;
	position: relative;
	text-align: center;
	/* top: 0px; */
	/* z-index: 999; */
	background: url(/xsy/img/headbgx.png) no-repeat center bottom #ffffff;
	
}
.headerx>img{
	width: 358px;
	margin:30px auto;

}
/*导航*/

.nav_wrap {
	width: 100%;
	background-color: #154457;
	position: relative;
	z-index: 9;
	border-bottom: 5px solid #d7b56e;
}

.nav {
	width: 77%;
	height:60px;
	line-height: 63px;
	position: relative;
	z-index: 9;
}

.nav li {
	float: left;
	/* width: 16.6%; */
	position: relative;
	height: 60px;
	margin: 0 16px;
	position: relative;
}



.nav li>a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
}

.nav .v1 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	position: relative
}
.nav .v1.on{
	background:url(/xsy/img/dot1.png) no-repeat center bottom;
}
.nav .v1.on>a{
	background: url(/xsy/img/icon1.png) no-repeat left bottom;
}
.nav .v1:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}




.nav .down {
	opacity: 0;
	position: absolute;
	width: 100%;
	min-width: 200px;
	z-index: 99;
	top: 100%;
	background:#f9f6ee;
	left: 50%;
	opacity: 0;
	visibility: hidden;

	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.nav li:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.nav .down dl {
	position: relative;

}

.nav .down dd {
	margin-bottom: 0px;
	text-align: center;
	
	box-sizing: border-box;height: 40px;
    line-height: 40px;
}

.nav .down dd:hover {
	background: #004e64;
}

.nav .down dd:hover a {color: #fff;}

.nav .down dd a {
	color: #004e64;
	font-size: 16px;display: block;
}
.top_link {
	color: #ffffff;
	font-size: 16px;
	line-height: 60px;
}
.top_link a{color: #fff;padding: 0 5px;}









/* banner */
/**主页banner开始**/
.banner_wrap {
	position: relative;
}

.banner_list .slick-arrow{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40%;
	z-index: 2;
	color: transparent;
}

.banner_list .slick-prev {
	left: 5%;
	background: url(/xsy/img/ban_nav.png) no-repeat left center;
}

.banner_list .slick-next {
	right: 5%;
	background: url(/xsy/img/ban_nav.png) no-repeat right center;
}

/* 要闻 */
.index-news{
	padding-top: 40px;
	background: url(/xsy/img/wave1.png) no-repeat -50px top,url(/xsy/img/wave4.png) no-repeat right bottom;
	padding-bottom: 40px;
}
.news_left{
	width: 74%;
}
.new-title {
	overflow: hidden;
	margin-bottom: 20px;
	background: url(/xsy/img/line.png) no-repeat left bottom;
}
.new-title div{
	float: left;
	position: relative;
}
.new-title h2{
	font-size: 22px;
	font-weight: bold;
	color: #154457;
	display: inline-block;
	padding-bottom: 15px;
}
.new-title h2 em{
	color: #820400;
}
.new-title div span{
	color: #5c5a5a;
	font-size: 14px;
	font-family: "黑体";
	text-transform: uppercase;
	padding-left:10px;
	position: absolute;
	bottom: 5px;
	width: 100px;
}
.newsmore{
	float: right;
	padding: 0px 15px;
	background-color: #820400;
	color: #ffffff;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
}

.news-list>div{
	width: 31.3%;
}
.news_img{
	width: 100%;
	height: 2.1rem;
	overflow: hidden;
	border-bottom: 5px solid #baa05a;
}
.news_img a{
	display: block;
	height: 2.1rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .3s;
	
}
.news-list>div:hover .news_img a{
	transform: scale(1.1,1.1);
	transition: .3s;
}
.new-imgtitle{
	height: 97px;
	background: #ffffff;
	padding: 20px  15px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0px 0px 10px #c8ccce;
}
.new-imgtitle h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #004e64;
}
.new-imgtitle .date{
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #4a4a4a;
	font-size: 16px;
}


/* 公告 */
.news_bottom{
	margin-top: 25px;
}
.news_bottom>div{
	width: 31.3%;
	box-shadow: 0px 0px 10px #c8ccce;
	background: url(/xsy/img/wave3.png) no-repeat -89px 158px;
}
.notice .tab-hd,.school-title{
	height: 60px;
	padding-left: 15px;
	box-sizing: border-box;
	background-color: #004e64;
}
.notice .tab-hd h2{
	margin-top: 12px;
	padding-right: 7%;
	display: inline-block;
	color: #79715d;
	cursor: pointer;
}
.notice .tab-hd h2 p,.school-title h2 p{
	font-size: 22px;
	font-weight: bold;
}
.notice .tab-hd h2 span,.school-title h2 span{
	font-size: 14px;
	font-family: "黑体";
	text-transform: uppercase;
}
.notice .tab-hd h2.active p{
	color: #ffffff;
}
.notice .tab-hd h2.active span{
	color: #baa05a;
}
.notice .tab-bd{
	position: relative;
}
.notice .tab-bd .notice-list{display: none;}
.notice .tab-bd .active{
	display: block;
}
.notice .more{
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	right: 7px;
	top: -31px;
}
.notice-list ul li{
	width:100%;
	box-sizing:
	border-box;
	border-bottom:1px solid #e1d6b8;
	padding:0 10px;
	padding-top: 15px;
	padding-bottom:5px;
}
.notice-list {height:349px;overflow: hidden;}
.notice-list ul li:last-child{border-bottom:none;}
.notice-list ul li a{transition: 0.5s;box-sizing: border-box; font-size:16px;width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5;color: #004e64;}
.notice-list p,.notice-list .date{color:#4a4a4a;font-size: 16px;margin-top: 3px;}
.notice-list ul li:hover a{padding-left: 8px;transition: 0.5s;}

/* 校园 */
.school-title {position: relative;}
.school-title h2{
	margin-top: 12px;
	padding-right: 7%;
	display: inline-block;
	color: #79715d;
	cursor: pointer;
}
.sc_font_color h2 p{
	color: #ffffff;
	/* margin-top: 12px; */
}
.sc_font_color h2 span{
	color: #baa05a;
}
.school-title a{
	position: absolute;
	right: 7px;
	bottom: 8px;
	color: #ffffff;
	font-size: 16px;
}
.school .tab-hd h2.active p{
	color: #ffffff;
}
.school .tab-hd h2.active span{
	color: #baa05a;
}




/* 微信 */
.news_right{
	width: 24%;
	margin-top:50px
}
.wxbox{
   text-align: center;position: relative;
}

.wxbox div{
	color: #154457;
	font-size: 20px;
	font-weight: bold;
	line-height: 53px;
}
.wxbox div img{padding-right:15px;}

.wxbox p{
	color:#ffffff;
	width:160px;
	height:45px;
	background:#1d5b74;
	line-height:45px;
	font-size:20px;
	margin:25px auto;
}

.wxlist ul li{
	margin-top:45px;
	overflow:hidden;
}
.wxlist ul li a{display:block;}
.wximg{
	width:30%;
	float:left;
	overflow:hidden;
	max-height:66px;
}
.wximg img{width:100%;}
.wxtitle{
	width:68%;
	float:right;
}
.wxtitle p{
	font-size:16px;
	line-height:2;
	color:#1d5b74;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.wxtitle .date{
	color:#1d5b74;
	font-size:16px;
}
.wxlist ul li:hover .wximg img{
	transform:scale(1.1,1.1);
	transition:0.4s;
}

/* 视频 */
.index-video{
	background-color: #f2f2f1;
	padding-top: 10px;
	padding-bottom: 0.5rem;
}
.video-title,.alumni-title{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	background: url(/xsy/img/wenbg.png) no-repeat center top;
}
.video-title img,.alumni-title img{
	display: block;
	margin: auto;
}
.video-title a{
	float: right;
	font-size: 16px;
	color:#1d5b74;
}
.video-list{
	margin-top: 20px;
}
.video-list a{
	display:block; 
}
.video_left{
	width: 44.7%;
	height: 3.55rem;
	overflow: hidden;
}
.video_left img{
	width:100%;
	height:100%; transition: 0.4s;
}



.video_right{
	width: 53.6%;
}
.video_right a{
	margin-bottom: 0.25rem;
	width: 48.5%;
	height: 1.64rem;
	overflow: hidden;
}
.video_right a img{width:100%;height: 100%;
    transition: 0.4s;}
.video_left a:hover img ,.video_right a:hover img {
    transform: scale(1.1,1.1);
    transition: 0.4s;
}


.adver img{width: 100%;}


/* 故事 */
.index-story{
	padding-top: 0.2rem;
	padding-bottom: 2.5rem;
	background: url(/xsy/img/storybg.png) no-repeat center bottom;
	background-size: 100%;
}
.story-title{position:relative;}
.qiusuo{
	right:0;
	top:-0.15rem;
	position: absolute;
}

.index-story .inner{
	padding-top: 0.2rem;
	background: url(/xsy/img/storybg2.png) no-repeat left top;
}
.index-story .more{
	float: right;
	font-size: 16px;
	color: #004e64;
	margin-top: 12px;
}
.story-nr{
	margin: 0.3rem 8%;
	margin-top: 0.7rem;
	text-indent: 2em;
	line-height: 1.5;
	font-size: 16px;
	color: #004e64;
}
.story-list a{
	display: block;
	margin-bottom: 0.15rem;
	overflow:hidden;
}
.story-list a:hover img{
	transform:scale(1.1,1.1);
	transition:0.4s;
} 
.story-list a img{width:100%;height:100%;transition:0.4s;}
.storyimg1{
	width:25%;
}
.storyimg1 a{
	height:2.33rem;
}
.storyimg2{
	width: 73.8%;
}
.img2-wrap1{
	width: 49%;
}
.img2-wrap1 a{
	width:48%;
	height: 1.3rem;
}
.img2-wrap2{width: 49.2%;}
.img2-wrap2 a{height:2.75rem;}
.img2-wrap3{
	width: 23.5%;
}
.img2-wrap3 a,.img2-wrap4 a,.img2-wrap5 a{height: 1.92rem;}
.img2-wrap4,.img2-wrap5{
	width: 36.3%;
}


/* 风采 */
.index-alumni{
	padding: 0.5rem 0;
	background: url(/xsy/img/bodybg2.jpg) no-repeat center top;
	padding-bottom: 0.5rem;
}
.alumni-title{
	background-image: url(/xsy/img/wenbg2.png);
}
.alumni-list{
	margin-top: 0.35rem;
	position: relative;
}
.alumni-list .tab-hd2{
	width: 27%;
	margin-top: 0.5rem;
}
.alumni-list .tab-hd2>div{
	border-bottom: 1px solid #e7d8af;
	padding: 10px 0;
	padding-bottom: 15px;
	margin-top: 0.28rem;
}
.alumni-list .tab-hd2>div a{
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
	display: block;
	line-height: 2;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.alumni-list .tab-hd2>div.active a{
	opacity: 1;
	
	margin-left: 15px;
	transition: 0.5s;
}
.alumni-list .tab-hd2>div.active h2{
	margin-left: 15px;
	transition: 0.5s;
}
.alumni-list .tab-hd2>div.active h2{position:relative;}
.alumni-list .tab-hd2>div.active h2::before{
	content: "";
	position: absolute;
	width: 108%;
	display:
	block;
	top:0;
	left:0;
	height: 32px;
	z-index: 2;
	line-height: 2;
	background: rgba(255,255,255,0.2);
}
.alumni-list .tab-bd2{
	width: 71%;
	box-shadow: 0 0 10px #0c171b;
	height: 6.6rem;
}
.alumni-list .tab-bd2 a{
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 6.6rem;
}
.alumni-list .tab-bd2>div{display: none;}
.alumni-list .tab-bd2>div.active{
	display: block;
	
}
.alumni-list .more{
	position: absolute;
	left: 13%;
	bottom: -0.7rem;
}
.alumni-list .more a{
	display: block;
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}
/* zzhaunti */
.index-topic{
	margin-top: 0.5rem;
}

.topic-list{
	
	margin-top: 0.3rem;
}
.topic-list>div{
	width: 24.5%;
}
.topic-list>div a{display:block;}
.topic-list>div img{width:100%;}
.quicklist {margin-top:0.5rem;}
.quicklist ul li{
	width: 9%;
	text-align:
	center;
}
.quicklist ul li img{transition:0.4s;height:58px}
.quicklist ul li p{
	color:#949494;
	font-size:16px;
	line-height:25px;
	margin-top:10px;
}
.quicklist ul li:hover img{
	transform:rotateY(180deg);
	transition:0.4s;
}






/* 底部 */
.footer{
	background: url(/xsy/img/footerbg.jpg) no-repeat center bottom #004e64;
	min-height: 245px;
	margin-top: 0.6rem;
	}
.dlogo,.bq,.ewm{float: left;margin-top: 50px;}

.dlogo{width: 18%;}
.bq{width: 50%;}
.ewm{width: 32%;}

.bq ul li{float: left;width: 49%;color: #FFFFFF;margin-bottom: 30px;}
.ewm ul{float: right;}
.ewm ul li{float: left;color: #FFFFFF;margin-left: 10px;text-align: center;}
.ewm ul li p{padding-top: 15px;}



/* 三级导航 */
.sjdh {
    display: none;
    position: absolute;
    left: 200px;
    top: 0px;
    width: 200px;
   text-align: center; 
    background: rgba(255, 255, 255,0.9);width:600px
;}
.nav .down dd:hover .sjdh{display: block;}
.sjdh{
    padding: 0!important;min-height:320px!important;}
 .sjdh li{width: 300px!important;
    margin: 0!important;
    padding: 0!important;float:left;height:40px;}   
    .navs .sjdh li a{font-size:12px!important;color:#d7b56e!important;text-align: left;font-weight:bold;
    padding-left: 10px;}

.sjdh li a:hover{color:#fff!important;;background: #004e64;}
.zt1 li{margin-right:8.5%;}




.gzewm{width: 150px;
    position: absolute;
    right: -60px;
    top: 20px;display: none;}


.wxbtn:hover .gzewm{display: block;}


/* 三级导航 */
.nav .sjdh {
    display: none;
    position: absolute;
    left: 200px;
    top: 0px;
    width: 200px;
   text-align: center; 
   background:#f9f6ee;width:600px
;}
.nav .down dd:hover .sjdh{display: block;}
.nav .sjdh{
    padding: 0!important;min-height:320px!important;}
.nav .sjdh li{width: 300px!important;
    margin: 0!important;
    padding: 0!important;float:left;height:40px;}   
     .sjdh li a{font-size:12px!important;color:#004e64!important;text-align: left;
    padding-left: 10px;}

.nav .sjdh li a:hover{color:#fff!important;;background: #004e64;}
.zt1 li{margin-right:8.5%;}




.gzewm{width: 150px;
    position: absolute;
    right: -60px;
    top: 20px;display: none;}


.wxbtn:hover .gzewm{display: block;}







/* 新头部 */
 #asideNav{position: fixed;right:0px;top:50%;margin-top:-190px;height:464px;z-index:9991;background:url(/xsy/css/img/cbbj.png);box-shadow: 0 0 10px rgba(29,32,136,0.5);z-index: 999999;display:none;}
        #asideNav ul{padding:20px 0 15px;width: 139px;margin-top:140px;display:none;}
        #asideNav li{width:119px; height:28px;cursor: pointer;text-align: center;cursor: pointer;line-height: 28px;border:1px dotted #fff;margin-bottom: 7px;border-radius: 4px;margin:0 10px 7px;color: #fff;font-size: 12px;}
         #asideNav li a{color:#fff;}
        #asideNav li.active,#asideNav li:hover {background-color:#338df4;color:#fff;border-color:#338df4;}
        #asideNav .title2{width: 20px;display: block;text-align: center;color:#fff;padding: 200px 7px 0;float: left;cursor: pointer;display: block;line-height: 1.2;}
        #asideNav .title2 i{color:#fff;font-size: 26px;padding-top:5px;display: inline-block;*display: inline;*zoom:1;margin-left: -2px;}
        .asideNavClose{width: 30px;margin-left:55px;color:#fff;font-size: 30px;cursor: pointer;display: block;}
        .asideNavClose:hover{}
        .asideLogo2{position: absolute;left: 0;top: -9px;display: block;width: 90px;height: 10px;}
        .asideLogo1{position: absolute;left: 0;top: -90px;display: block;width: 90px;height: 87px;}
        .iconjiantouyou{color: #fff;display: none;}
        .nav ul>li:hover ol{display:block;}
        @media screen and (max-width: 1440px){
            .news_list ul li{margin-right:3.5%;}
            
            .zt1 li{margin-right:1.2%;}
            .campus_news {
                margin: 30px 3.5%;
                margin-bottom: 0px;}
        }
        
        .notice .news_title h2 span {letter-spacing: -1px;}
        .notice .news_title h2.none {color: #333;}

html, body {
    height: 100%;
}

.body_b.showdiv {
    top: 0;
}
.body_b{outline: none;
    overflow: auto;
    position: fixed;
    z-index: 20;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    background: #fff;
    overflow-x: hidden;}

.navs ul>li:hover ol{display:block;}
.navs ul li:hover{background:#fff;border-top:2px solid #004e64}
.navs ul li:hover a{color:#004e64;}
.navs ul li a:hover{color:#004e64;}
.navs li ol li:hover{border:none!important}
/* 头部*/
.top {
	transition: all 0.7s ease-out 0s;
	transform: translateY(-100%);
	background: url(/xsy/simg/headbg.png) repeat-x center top;
	background-size: 100%;
	width: 100%;
	padding-bottom: 70px;
	position: fixed;
	top: 0;
	z-index: 9;
}

#header .inner {
	/* height: 143px; */
	position: relative;
	max-width: 90%;
	/* width: 1600px;*/
	margin: 0px auto;
}

.showdiv .top {
	opacity: 1;
	filter: Alpha(opacity=100);
	transform: none;
	display: block;
}

.sitelogo {
	padding:1.5vw 0px;
}
.sitelogo img{width: 24vw;}
.top_link1 {
	margin-top: 1.8vw;
    margin-bottom: 0.8vw;   position: relative;
    z-index: 9999;
}

.top_link1 ul li {
	float: left;
	line-height: 1.5vw;
	border-right: 1px solid #7d8fb0;
	padding: 0px 1.5vw;
}

.top_link1 ul li a {
	color: #fff;
	font-size: 1vw;
}

.top_link1 .search,
.top_link1 .link_last {
	border-right: none;
}

.toplink1 a {
	padding-right: 15px;
}

.top_link1 .link_last {
	padding-right: 0px;
}

/* 搜索*/
.search {
	padding-left: 50px;
	font-size: 16px;
	cursor: pointer;
	position: relative;display:none;
}

.search input {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	height: 28px;
	line-height: 28px;
	color: #fff;
	border-radius: 14px;
	margin-top: -20px;
	width: 0px;
	text-indent: 10px;
	opacity: 0;
}

.search i.active {
	position: absolute;
	right: 0px;
	top: 0px;
}

.search button {
	display: none;
}

.search.active input {
	width: 150px;
	opacity: 1;
}

.search.active i.active {
	position: absolute;
	right: 25px;
	top: 0px;
}

.icon-search:before {
	color: #fff;
}

.search.active i.active:before {
	content: '\ea1f';
}

/*导航*/
/*nav*/
.demo-2 {
	display: none;
	position: relative;
	z-index: 9999;
}

.navs {
	width: 100%;
	height: 3vw;
	line-height: 3vw;

}

.navs ul>li {
	float: left;
	text-align: center;
	padding-left: 1.2vw;
	padding-right: 1.2vw;
	position: relative;
}

.navs .nav_first {
	padding-left: 0px;
}

.navs .nav_last {
	padding-right: 0px;
}

.navs li a {
	font-size: 1.1vw;
	color: #fff;
}

.navs li ol {
	position: absolute;
	left: 0%;
	top: 43px;
	z-index: 9999;
	min-width: 200px;
	display: none;
	background: #fff;
	
}

.navs li ol li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.navs li ol li a {
	display: block;
    width: 96%;
    font-size: 14px;
    margin: 0px 2%;
    text-align: left;
    padding-left: 20px;
    color: #4e4e4f;
    font-family: "微软雅黑";
}

.navs li ol li:hover a {
	color:#fff
}
.navs li ol li:hover{background: rgba(0, 78,100,0.8 );}

.navs li ol.widths li {
	width: 268px;
}

.navs li ol.widths li a {
	width: 50%;
}





















/* banner */
/**主页banner开始**/
.head,
.mbanner,
.mbanner .inner,
.mbanner .inner>div,
.focus,
.focus>ul,
.mbanner .slick-list,
.mbanner .slick-track {
	height: 100%;
}

.mbanner {
	width: 100%;
	overflow: hidden;
}

#banner .inner {
	width: auto;
	max-width: 100%;
	text-align: center;
	position: relative;
}

#banner .slide {
	flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;pointer-events: auto;
    transition-property: opacity;
}

#banner .slide>a {
	display: block;
	width: 100%;
	height: 100%;    cursor: default;
}

#banner .slide .slide_imgs {
	width: 100%;
	height: 100%;
	position: absolute;
}


#banner .slick-active .news_bg {
   /* -webkit-transform: scale(1.1)!important; */
}


#banner .slide .news_bg {
	-webkit-transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: linear 5s;
    background-size: cover !important;
}

#banner .slide_title {
	position: absolute;
	z-index: 29;
	/* bottom: 0.6rem; */
	bottom: 60px;
	left: 7.5%;
	padding: 0 15px;
	max-width: 57%;
}

#banner .slide_title .tit_con {
	/* font-size: 0.30rem; */
	font-size: 30px;
	font-weight:bold;
	/* line-height: 0.65rem; */
	line-height: 65px;
	color: #fff;
	font-family: "微软雅黑";
	z-index: 9;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;display:none;
}

#banner .slide_title .title_bg {
	background: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#banner .slick-dots {
	position: absolute;
	z-index: 9;
	/* bottom: 0.65rem; */
	bottom: 65px;
	right: 7.5%;
}

#banner .slick-dots li {
	/* font-size: 0.25rem; */
	font-size: 25px;
	/* line-height: 0.34rem; */
	line-height: 34px;
	color: #fff;
	/* margin: 0 0.12rem; */
	margin: 0 12px;
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
}



#banner .slick-dots li button {
	background: no-repeat;
	border: none;
	/* font-size: 0.25rem; */
	font-size: 25px;
	/* line-height: 0.34rem; */
	line-height: 34px;
	color: #fff;
}

#banner .slick-dots li.slick-active button {
	/* font-size: 0.35rem; */
	font-size: 35px;
}

#banner .button_box {
	position: absolute;
	top: 44%;
	/* width: 0.7rem;
	height: 0.7rem; */
	width: 70px;
	height: 70px;
	opacity: 0;
	filter: alpha(opacity=0);
	/* background: #000; */
	/* border: 1px solid rgba(255, 255, 255, 0.5); */
	display: block;
	z-index: 20;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease;
}

.head:hover #banner .button_box {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#banner .button_box button {
	background: none;
	border: none;
	/* font-size: 0.4rem; */
	font-size: 40px;
	color: transparent;
	/* line-height: 0.7rem; */
	line-height: 70px;
	font-weight: bold;
}

#banner .button_box.prev {
	left: 1%;
	background: url(/xsy/simg/banner_left.png) no-repeat center;
}

#banner .button_box.next {
	right: 1%;
	background: url(/xsy/simg/banner_right.png) no-repeat center;
}

.bb {
	cursor: pointer;
	z-index: 10;
	animation: bb 2s linear 0s infinite;
	width: 80px;
	height: 80px;
	background: url(/xsy/simg/arr_btm.png) no-repeat center;
	position: fixed;
	left: 50%;
	bottom: 27px;
}

@keyframes bb {
	0% {
		transform: translate(-50%, 0);
		opacity: 0;
	}

	20% {
		transform: translate(-50%, 3px);
		opacity: 1;
	}

	80% {
		transform: translate(-50%, 10px);
		opacity: 1;
	}

	90% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

.xyfc{display:none}
.index-alumnix{margin-top: 50px;}
.index-alumnix ul{display: flex;justify-content:space-between;}
.index-alumnix ul li{ width: 16%;   height: 418px;  }

.index-alumnix li{position: relative;}
.index-alumnix li a{content: "";
  display: block;
  position: absolute;
  left: -95px;
  
  right: 0;
  height: 100%;
  background-size: 100%;background-repeat:no-repeat ;z-index: 10;transition: .3s;
 }
 /*.index-alumnix li a:after{content: "";
  display: block;
  position: absolute;
  left: -0px;
  
  right: 0;
  height: 100%;
  background: url(/xsy/simg/fctbj.png);background-size: 100%;background-repeat:no-repeat ;opacity: 0.2;z-index: 8;

 }*/
 
 .index-alumnix li:after{content: "";
  display: block;
  position: absolute;
  left: 0px;
  
  right: 0;
  height: 100%;
  background-image: url(/xsy/simg/fctcb.png);background-repeat:no-repeat ;background-position: 110%;top: 0;}
 
 .index-alumnix li a{display: block;
    height: 100%;}



.index-alumnix ul li a:hover  {
    transform: scale(1.1,1.1);
    transition: .3s;
}
 



.index-alumnix li:nth-child(2),.index-alumnix li:nth-child(4),.index-alumnix li:nth-child(6){margin-top: 50px;margin-left: -25px;}

.index-alumnix li h2{position: absolute;width: 20px;   height: 120px;   transform:skew(-15deg);   -webkit-transform: skew(-15deg);   -moz-transform: skew(-15deg);   -o-transform:skew(-15deg);   -ms-transform:skew(-15deg); right: 25px;text-align: center;background-image: linear-gradient(#295260,#97B2C7);padding-top: 10px;color: #D8BB62;z-index: 11;}
.index-alumnix .more {
    float: right;
    font-size: 16px;
    color: #004e64;
    margin-top: 12px;
}

.adver{position: relative;}
@keyframes move_wave{0%{transform:translateX(0) translateZ(0) scaleY(1)}
50%{transform:translateX(-25%) translateZ(0) scaleY(.55)}
100%{transform:translateX(-50%) translateZ(0) scaleY(1)}
}
.waveWrapper{overflow:hidden;position:absolute;left:0;right:0;bottom:0;top:50%;margin:auto;z-index:6}
.waveWrapperInner{position:absolute;width:100%;overflow:hidden;height:100%;bottom:-1px}
.bgTop{z-index:15;opacity:.5}
.bgMiddle{z-index:10;opacity:.75}
.bgBottom{z-index:5}
.wave{position:absolute;left:0;width:200%;height:100%;background-repeat:repeat no-repeat;background-position:0 bottom;transform-origin:center bottom}
.waveTop{background-size:50% 35px}
.waveAnimation .waveTop{animation:move-wave 3s;-webkit-animation:move-wave 3s;-webkit-animation-delay:1s;animation-delay:1s}
.waveMiddle{background-size:50% 120px}
.waveAnimation .waveMiddle{animation:move_wave 10s linear infinite}
.waveBottom{background-size:50% 35px}
.waveAnimation .waveBottom{animation:move_wave 15s linear infinite}



.body_b.showdiv .flipster,.main1.showdiv .video-list,.main2.showdiv .story-list,.main3.showdiv .index-alumnix,.main4.showdiv .topic-list {
    transform: none;
    opacity: 1;
}

.flipster{
	-ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    transform: translate(0,-100px);
    transition: all 1s ease-out 0s;
    opacity: 0;
    -ms-flex-order: 1;
    order: 1;
}




.main1 .video-list{
	
   
    transform: translate(0,80px);
    transition: all 1s ease-out 0s;
    opacity: 0;
    -ms-flex-order: 1;
    order: 1;
}


.main3 .index-alumnix{-ms-flex-direction: column-reverse;transform: translateX(-100px);
    transition: all 1s ease-out 0s;
    opacity: 0;-ms-flex-order: 1;
    order: 1;}
.main4 .topic-list{
   
    transform: translate(0,80px);
    transition: all 1s ease-out 0s;
    opacity: 0;
    -ms-flex-order: 1;
    order: 1;}

.main2 .story-list{transform: translateX(100px);
    transition: all 1s ease-out 0s;
    opacity: 0;-ms-flex-order: 1;
    order: 1;}


.headerx:after{content: "";
    display: block;
    position: absolute;
    right: 0px;
   bottom: 0;
width:396px;
    height: 155px;
    background-image: url(/xsy/img/headbgy.png);transform: translateX(100px);
    transition: all 1s ease-out 0s;
    opacity: 0;
   
   }

.body_b.showdiv .headerx:after,.body_b.showdiv .headerx:before{opacity: 1;
    transform: none;}

.headerx:before{content: "";
    display: block;
    position: absolute;
    left: 0px;
   bottom: 0;
width:259px;
    height: 168px;
    background-image: url(/xsy/img/headbgz.png);

   transform: translateX(-100px);
    transition: all 1s ease-out 0s;
    opacity: 0;
   }
 @media only screen and (max-width: 1024px) {
   .header,.nav_wrap{display:none;}
  .headerm{display: flex;}
  .banner_wrap{margin-top:15px;display:block!important;}
  .index-news{padding-top:0;}
 }