body{
	background: #f2f2f2;}
.dis-flex {
	display: flex;
	align-items: center;}
.dis-end{
	align-items: flex-end;}
.dis-top{
	align-items: flex-start;}
.dis-flex-between {
	justify-content: space-between;}

.header {
	width: 100%;
	height: 183px;
	background: url(../img/headbg.jpg) #b82521 center top no-repeat;
	background-size: 700px;}

.header>.wellcomBox {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16);
	color: #FFFFFF;}

.header>.wellcomBox>.wellCont {
	max-width: 1600px;
	min-width: 1200px;
	margin: auto;}

.funBtn>a {
        font-size:12px;
	color: #FFFFFF;}

.funBtn>span {
	width: 7px;
	height: 7px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 15px;}

.header>.logo-search {
	max-width: 1600px;
	min-width: 1200px;
        padding:25px 0;
	margin: auto;}

.header>.logo-search>.logo>a>img {
	width: 410px;
	height: 60px;}

.header>.logo-search>.ssbox>.search {
	width: 210px;
	height: 24px;
	background: #FFFFFF;
	border-radius: 20px;}

.header>.logo-search>.ssbox>.search>img {
	margin: 0 20px;}

.header>.logo-search>.ssbox>.search>input {
	flex: 1;
	margin-right: 20px;
	height: 40px;
	line-height: 40px;
	border: 0;}

/* 本例子css */
.nav-box {
	background: #FFFFFF;
	width: 100%;
	padding: 5px 0 ;
	border-bottom: 1px solid #E5E5E5;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.nav {
	max-width: 1600px;
	min-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;}

.nav a {
	text-align: center;
	color: #000000;
	font-weight: 500;
	padding: 5px 0;}

.nav a .en-text {
	display: flex;
	align-items: center;
        justify-content: center;
	width: 100%;
	text-transform:uppercase;
	font-size: 12px;
	word-wrap:break-word;
	line-height: 15px;
	height: 30px;}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	width: calc(100% / 11);}

.nav .nLi h3 {
	float: left;
	width: 100%;}

.nav .nLi h3 a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 100%;}

.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 60px;
	position: absolute;
	background: #FFFFFF;
	line-height: 26px;
	padding: 8px 0;}

.nav .sub li {
	zoom: 1;}

.nav .sub a {
	display: block;
	padding: 5px 0;}

.nav .sub a:hover {
	background: #B82521;
	color: #fff;}

.nav .on h3 a {
	background: #B82521;
	color: #fff;}

/* 本例子css */
.slideBox {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 100px;
	bottom: 45px;
	z-index: 1;}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius:50% ;}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;}
.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 480px;
	position: relative;}
.slideBox .bd li .title{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 480px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
	opacity: 1;
	border-radius: 0px;
	display: flex;
	align-items: flex-end;}
.slideBox .bd li .title p{
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 30px;
	margin-left: 110px;}
.slideBox .bd img {
	width: 100%;
	height: 480px;
	display: block;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.jpg) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;}

.slideBox .prevStop {
	display: none;}

.slideBox .nextStop {
	display: none;}

.container{
	width: 1200px;
	margin: auto;}
.border-box{
	border: 1px solid #E5E5E5;}
.title-text{
	height: 42px;
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #94070A;
	opacity: 1;
	margin-left: 15px;}
.title-en{
	height: 21px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #858585;
	opacity: 0.5;
	text-transform:uppercase;
	margin-top: 3px;}
.more-btn{
	height: 28px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 0px;
	color: #3D3D3D;}
.more-btn img{
	margin-left: 5px;
	height: 24px;}
.recom{
	width: 550px;}
.recom .news-pic{
	width: 550px;
	height: 335px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
	border-radius: 14px;}
.recom .recom-title{
	height: 30px;
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #94070A;
	opacity: 1;
	margin-top: 20px;}
.recom .desc{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 36px;
	color: #3D3D3D;
	opacity: 0.6;
	text-indent: 2em;}
.recom .recom-more{
	width: 20px;
	height: 20px;}
.news-list{
	width: 620px;}
.news-list img{
	margin-right: 10px;}
.news-list li{
	border-bottom: 2px solid rgba(145,145,145,.11);
	line-height: 42px;
	margin-bottom: 2px;}
.news-list li a{
	color: #000000;}
.list-time{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 300;
	color: #979797;}
.notice-list{
	flex-wrap: wrap;}
.notice-list a{
	line-height: 27px;}
.notice-col{
	width: 30%;
	border-bottom: rgba(151,151,151,0.3) solid 2px;
	margin-top: 30px;
	padding-bottom: 10px;}
.notice-more{
	color: #991B39;}
.notice-more .linws{
	width: 800px;
	height: 3px;
	background: #919191;
	opacity: 0.31;}
.notice-more img{
	width: 20px;
	height: 20px;
	margin-right: 20px;}
.notice-col:nth-child(3n+2){
	margin-left: 5%;
	margin-right: 5%;}
.date{
	width: 54px;
	height: 54px;
	background: url(../img/datebg.jpg);
	background-size: 54px 54px;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;}
.date .day{
	font-size: 22px;}
.notice-col a{
	width: calc(100% - 65px);
	color: #000000;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}
.student-box,.news-box{
	margin-top: 20px;}
.project-box{
	margin-top: 100px;}
.notice-box,.news-cont{
	margin-top: 10px;}
.stu-recom{
	width: 550px;
	height: 280px;
	position: relative;
	overflow: hidden;}
.stu-title{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.45) 0%);
	color: #FFFFFF;}
.stu-title .tetx{
	padding: 8px;
	margin-top: 8px;}
.stu-title .titme{
	font-size: 10px;}
.stu-title img{
	width: 20px;
	height: 20px;
	margin-right: 20px;}
.stu-recom .news-pic{
	width: 550px;
	height: 280px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
	border-radius: 14px;}
.student-list{
	width: 625px;}
.student-list .circle,.list-col .circle{
	width: 10px;
	height: 10px;
	background: #B82521;
	border-radius: 50%;
	opacity: 1;
	margin-right: 10px;}
.student-list li,.list-col li{
	border-bottom: 2px solid rgba(145,145,145,.11);
	line-height: 42px;
	margin-bottom: 9px;}
.student-list li a,.list-col li a{
	width: 500px;
	color: #000000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.student-list .time,.list-col .time{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 300;
	color: #979797;}

.footer{
	margin-top: 50px;}
.foot-fun{
	background: rgb(132,24,47);
	min-width: 1200px;
	justify-content: center;
	width: 100%;}
.foot-fun a{
	color: #FFFFFF;
	margin: 0 20px;
	padding: 30px 0;}
.foot-logo{
	background: #302A29;
	text-align: center;
	padding: 30px;}
.copyright{
	background: #302A29;
	min-width: 1200px;
	justify-content: center;
	width: 100%;}
.copyright a{
	color: #FFFFFF;
	margin: 0 20px;
	padding-bottom: 30px;}


#banner {
	margin-bottom: -10px
;}

#carousel {
	position: relative;
	z-index: 2;
	margin-top: 20px;
	transform-style: preserve-3d;
	perspective: 800px
;}

#carousel img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -252px;
	transition: transform .5s ease-in-out;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, .2);
	cursor: pointer
;}

#bannerNav {
	position: relative;
	margin-top: 20px;
	height: 10px;
	padding: 10px 0;
	text-align: center
;}

#bannerNav ul li {
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	width: 22px;
	margin: 0 2px
;}

#bannerNav ul li a {
	margin: 0 auto;
	display: block;
	width: 6px;
	height: 6px;
	vertical-align: top;
	border-radius: 3px;
	background: #5e6671;
	font-size: 0
;}

#bannerNav ul li.on a,
#bannerNav ul li:hover a {
	background: #00aeff
;}

#bannerNav ul li.on a {
	width: 20px
;}

#carousel {
	height: 400px
;}

#carousel img {
	width: 500px;
	border-radius: 10px;
	opacity: 0;}
.con-left{
	width: 220px;}
.con-right{
	width: 820px;
	padding: 0 50px;}
.con-left-col{
	padding: 8px 0;
	background: #B82521;
	text-align: center;
	color: #FFFFFF;}
.con-left ul{
	margin-top: 15px;}
.con-left ul li{
	background: #eaeae1;
	margin-top: 2px;
	padding: 8px 15px;}
.con-left ul li.on,.con-left ul li:hover{
        background:  #94070A;
}
.con-left ul li.on a,.con-left ul li:hover a{
color: #FFFFFF;
}
.con-left ul li:first-child{
	margin-top: 0;}
.con-left ul li a{
        font-size:15px;
	color: #000000;}
.place{
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;}
.place span{
	color: #94070A;
	font-weight: bold;}
.place a{
	color: #000000;}
.leader{
	padding: 10px;
	margin-top: 10px;}
.leader:first-child{
	margin-top: 0;}
.header-pic{
	padding: 10px;
	text-align: center;}
.header-pic img{
	width: 140px;
	height: 195px;
	text-align: center;}
.leader-desc{
	width:560px ;
	height: 220px;
	padding: 10px;
	line-height: 30px;}

.a-padding{
	padding: 20px 100px 50px 100px;}

.content{
	padding-bottom: 50px;}

.margin-top{
	margin-top: 20px;}
.label{
	line-height: 30px;}
.label-title{
	font-size: 24px;
        line-height: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 10px;}
.label-time{
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin: 10px auto 20px auto;}
.en-uppercase{
	text-transform: uppercase;
	word-wrap:break-word;
	line-height: 14px;
	font-size: 12px;}
.bg-white{
	background: #FFFFFF;}
.leader-desc::-webkit-scrollbar {/*滚动条整体样式*/

        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/

        height: 1px;}

.leader-desc::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

        border-radius: 10px;

         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        background: #535353;}

.leader-desc::-webkit-scrollbar-track {/*滚动条里面轨道*/

        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        border-radius: 10px;

        background: #EDEDED;}