
        .container{
            width:100%;
/*            height:3000px;*/
            background:#ECE6D0;
			background:white;
            font-family:'Microsoft Yahei';
        }
        .header{
            width:100%;
            box-shadow: 0 0 10px #858585;
            z-index:10;
        }
        .headertop{
            height:40px;
            width:100%;
            background:#fff;
            /*box-shadow:2px 2px 2px #ccc;*/
        }
        .headertops{
        	width:1300px;
        	height:100%;
        	margin:0 auto;
        	/*background:#f6f6f6;*/
        }
        .headerbom{
            height:110px;
            width:100%;
            /*box-shadow: 0 0 10px #858585;*/
            z-index:10;
/*            position:fixed;*/
            top:10px;
            left:0px;
            opacity:1;
            background:#B32022;
        }
        .headerbomh{
            width:1300px;
            height:100%;
            margin:0 auto;
            position:relative;
        }
        .logo{
            height: 110px;
            width: 700px;
            float:left;
            /* margin-top:15px; */
            font-size:50px;
            color:white;
            line-height:80px;
            background:url('../images40/logo5.png') no-repeat 10px 2px;
            background-size:contain;
        }
        .nav{
            float:right;
            margin-top:60px;
            font-weight:bold;
        }
        .navul li{
            height:40px;
            float:left;
            font-size:15px;
            padding:0 15px 0 15px;
            color:white;
            transition: all .3s ease-out;
            line-height:40px;
/*            border-radius:5px;*/
            position:relative;
        }
        .navul li:hover{
            box-shadow:0 0 38px rgba(0,0,0,.28) inset;
/*            color:#e6e6e6;*/
        }
        .navul2{
            position:absolute;
            top:40px;
            left:0px;
            z-index:10;
/*            display:none;*/
/*            transition: all .3s ease-out;*/
/*            -webkit-transition: -webkit-transform 0.5s ease-out;*/
        }
        .navul2 li{
            float:none;
            height:40px;
            width:64px;
            background:#810000;
            text-align:center;
        }
/*
        .navul2f:hover .navul2{
            display:block;
            transform: rotateZ(360deg);
        }
*/
        
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
        
.menu {
    height: 50px;
}
        
.menu li {
            height:50px;
            float:left;
            font-size:15px;
            padding:0 15px 0 15px;
            color:white;
            transition: all .3s ease-out;
            line-height:50px;
/*            border-radius:5px;*/
    
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}

.menu a {
    color: #d2d7d3;
    display: block;
    font-family: '微软雅黑';
    font-size: 15px;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    width:100%;
    transition: all .3s ease-out;
}

/* 悬停时的样式 */
.menu li:hover {
    box-shadow:0 0 38px rgba(0,0,0,.28) inset;
    background:#B32022;
}
.menu li:hover > a {
	color: #fff;
}

/* 子菜单样式 */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 2;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;
    background: #414141;
    /* border-bottom: 1px solid #888; */
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
li.bottomx{
    border-bottom:0px solid #990000;
}
.menu .submenu li:hover a {
    width:100%;
    color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menus{
	color:white!important;
}

/* CSS3 过渡效果的延迟 */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
/*头部英文版本部分*/
    .english{
        width: 346px;
        height:30px;
        line-height:30px;
		float:right;
		margin-right:4px;
		margin-top:5px;
    }
.english div{
    float:left;
    font-size:15px;
    color:#B32022;
	/*transition: all .3s ease-out;*/
}
.english div:hover{
	color:#C9D7D3;
	color:#666;
}
.english2,.search{
	margin-right:10px;
}
.search{
	position:relative;
	height:30px;
}
.search2{
	position:absolute;
	top:30px;
	left:-84px;
	width:156px;
	height:30px;
	background:white;
	z-index:10;
	border-radius:6px;
	display:none;
	border:1px solid #ccc;
}
.search:hover .search2{
	display:block;
}
.english4{
	width:83px;
	height:30px;
	background:url('../images40/topxtb.png') no-repeat;
}
.english4:hover{
	background:url('../images40/topxtb2.png') no-repeat;
}
input{
	height: 25px;
	width:110px;
	margin-left:10px;
	border:none;
	outline: medium;
}
         
        
        video{
            height:auto;
            width:100%;
        }

.banner{
            width:100%;
            height: 500px;
            background:#ccc;
            z-index:1;
}
.bkxtxian{
	height:80px;
	margin-top:20px;
	margin-left:40px;
	width:1px;
	background:#ccc;
	float:left;
}
.bkxt{
	width:100%;
	background:white;
	height:120px;
	font-size:20px;
	overflow:hidden;
	background:#f6f6f6;
}
.bkxts{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.bkxt1{
	width:100%;
	height:120px;
	margin:0 auto;
	margin-top:0px;
	color:#B32022;
	font-family:'微软雅黑';
/*	border:1px solid #B32022;*/
	background:url('../images40/bannerxia.jpg') 0px -40px;
	background:#f6f6f6;
	background-size:cover;
}
.bkxt11{
	width:300px;
	margin-left:68px;
	margin-top:18px;
}
.bkxt12{
	width:300px;
	margin-left:40px;
	margin-top:18px;
}
.bkxt13{
	width:300px;
	height:70px;
	margin-left:40px;
}
.bkxt11,.bkxt12,.bkxt13{
	float:left;
	font-weight:bold;
	margin-top:24px;
	text-align:center;
	line-height:70px;
	font-family:'微软雅黑';
	font-size:26px;
	transition: all .4s ease-out;
	color: #888;
	/*border-radius:10px;*/
	background:#fff;
}
.bkxt14{
	float:left;
	margin-top:5px;
	margin-left:25px;
	transition: all .4s ease-out;
	
	position:relative;
}
.bkxt14 img{
	display:block;
	position:absolute;
	top:-50px;
}
.bkxt11:hover,.bkxt12:hover,.bkxt13:hover,.bkxt14:hover{
	/* background:#B32022; */
	/*	opacity:.5;*/
	color: #B32022;
	transform:scale(1.04);
	/*box-shadow:4px 4px 4px #666;*/
}
.bkxt14:hover{
	/*background:url('../images40/bkxtbj.png');*/
/*	opacity:.5;*/
	color:white;
	transform:scale(1.04);
	/*box-shadow:4px 4px 4px #666;*/
}

.xwdt{
	height:504px;
	width:100%;
	background:white;
}
.xwdtn{
	width:1150px;
	height:100%;
	/*	background:yellow;*/
	margin:0 auto;
}
.xwdtn1{
	width:720px;
	height:400px;
	background:white;
	float:left;
	border-radius:5px;
	margin:56px 0px 0 0;
}
.xwdt1h{
	width:100%;
	height:50px;
	border-top:2px solid #990000;
}
.xwdt1hbt{
	width:140px;
	height:100%;
	background:#B32022;
	color:white;
	font-size:20px;
	line-height:50px;
	text-align:center;
/*	border-radius:5px;*/
	float:left;
	cursor:pointer;
	transition: all .3s ease-out;
}
.xwdt1hbt:hover{
	color:#bbb;
}
.xwdtn2{
	width:400px;
	height:400px;
	background:white;
	float:right;
	margin-top:56px;
}
.more{
	color:#B32022;
	float:right;
	width:60px;
	height:100%;
	font-size:16px;
	line-height:50px;
	transition: all .3s ease-out;
}
.more:hover{
	color:#999;
}
/*活动预约*/
.xwdt2{
	height:400px;
	width:100%;
	background:white;
}
/*新闻卡*/
.xinwenka1{
	width:226px;
	float:left;
	height:320px;
	background:yellow;
	margin-top:20px;
/*	background:url("../images40/xinwenka.jpg") no-repeat;*/
	background-size:cover;
	position:relative;
}
.xinwenka2,.xinwenka3{
	margin-left:20px;
	position:relative;
}
.xinwenms{
	width:100%;
	height:52px;
	background:black;
	position:absolute;
	bottom:0px;
	left:0px;
	opacity:.8;
}
.xinwenms1{
	font-size:16px;
	color:white;
	margin-top:10px;
	padding:0 8px;
	line-height:31px;
	transition: all .3s ease-out;
	text-align:center;
}
.xinwenms1:hover{
	color:#B32022;
}
.xinwenms2{
	color:white;
	margin-top:5px;
	padding:0 5px;
	line-height:20px;
}
.xinwenrq{
	position:absolute;
	width:60px;
	height:40px;
	background:#B32022;
	top:-20px;
	left:80px;
	color:white;
	font-size:16px;
	font-weight:bold;
	transition: all .3s ease-out;
}
.xwspan1,.xwspan2{
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
}
.xinwenimgf{
	width:226px;
	height:320px;
	overflow:hidden;
}
img.xinwenimg{
/*	display:block;*/
	transition: transform 0.3s ease-out;

}
.xinwenka1:hover .xinwenrq{
	background:#FF9100;
}
.xinwenka1:hover .xinwenimg{
    -webkit-transform:scale(1.02);
	-moz-transform:scale(1.02);  
	-ms-transform:scale(1.02);  
}
/*招生动态内容部分*/
.zsdt{
	width:100%;
	height:50px;
/*	background:#c4c4c4;*/
	margin-top:17px;
}
.zsdtrq{
	width:60px;
	height:50px;
	background:white;
/*	border-right:2px solid #B32022;*/
	float:left;
	transition: all .3s ease-out;
}
.zsdtrq p{
	font-size:16px;
	color:#aaa;
	width:60px;
	height:25px;
	text-align:center;
	line-height:25px;
	font-weight:bold;
	transition: all .3s ease-out;
}
.zsdtnr{
	width:340px;
	height:100%;
/*	line-height:50px;*/
	font-size:15px;
	overflow:hidden;
	float:left;
}
.zsdtnra{
	height:100%;
	display:block;
	line-height:18px;
	margin:6px 0px 0px 10px;
	height:40px;
	color:#555;
	transition: all .3s ease-out;
}
.zsdtnra:hover{
	color:#B32022;
	
}
.zsdt:hover .zsdtrq{
	background:#fff;
}
.zsdt:hover .zsdtrq>p{
	color:#B32022;
}
.xwdtn12{
	width:100%;
	background:none;
}
/*活动预约整体部分*/
.xwdt2bor{
	height:485px;
/*	height:885px;*/
	
	background: url("../images40/beijing2.jpg") 75% bottom / 600px no-repeat fixed;
	background-size:cover;
}
/*活动预约标题*/
.xwdt1hbt1bor i{
	color:#f6f6f6;
}

/*活动预约卡片部分*/

.hdyyka{
	width:270px;
	height:300px;
	background:white;
	float:left;
	margin-right:23px;
	margin-top:20px;
	overflow:hidden;
/*	border:2px solid #B32022;*/
	background:#f3f3f3;
	transition: all .5s ease-out;
}
.hdyyka:hover{
/*	box-shadow:2px 2px 2px #999;*/
/*	box-shadow:0 0 38px rgba(0,0,0,.28) inset;*/
}
.hdyyka1{
	margin-right:0px;
}
.hdyykaimg{
	overflow:hidden;
}
.hdyykaimg2{
	transition: all .5s ease-out;
}
.hdyykaimg2:hover{
	transform:scale(1.04);
}
.hdkabt{
	display:block;
	width:270px;
	font-size:16px;
	line-height:20px;
	color:#555;
/*	text-align:center;*/
	margin-left:6px;
	margin-top:15px;
	transition: all .3s ease-out;
}
.hdkabt:hover{
	color:#B32022;
	
}

.hdsj{
	margin-top:15px;
}
.hdsj1{
	font-size:16px;
	height:24px;
	line-height:20px;
	margin-left:6px;
	display:block;
	float:right;
}
.hdsj11{
	width:24px;
	float:left;
	margin-left:5px;
	width:76px;
	height:24px;
	transition: all .3s ease-out;
}
.hdsj12{
	width:24px;
	float:left;
	margin-left:30px;
	width:130px;
	height:24px;
	transition: all .3s ease-out;
}
.fa-2x{
	font-size:1.5em;
}

.hdsj11:hover,.hdsj12:hover{
	color:#B32022;
}
span.hdsj2{
	font-size:17px;
	height:24px;
	line-height:20px;
	margin-left:-6px;
	display:block;
	float:right;
	width:110px;
}

.spanbt {
  display:block;
  overflow:hidden;
  width: 270px;
  height: 110px;
  background:#F3F3F3;
  
  color:#555;
  transition: all 0.4s ease-out;
}
.bx-viewport{
	margin-top:20px;
	margin-left:5px;
}

.slideimgf{
	height:190px;
	width:270px;
	overflow:hidden;
}
.slideimgf img{
	transition: all 0.4s ease-out;
}
.slideimgf img:hover{
	transform:scale(1.04);
}
/*相关链接部分*/
.xglj{
	width:100%;
	height:480px;
	background:white;
	overflow:hidden;
}
.xgljc{
	width:1150px;
	margin:0 auto;
	height:300px;
	margin-top:56px;
/*	background:yellow;*/
}
.xgljh{
	width:100%;
	height:60px;
/*	background:#c4c4c4;*/
	margin-bottom:10px;
}
.xgljht{
	float:left;
	width:300px;
	height:2px;
	background:#B32022;
	margin:30px 0 0 200px;
}
.xgljhbt{
	height:100%;
	line-height:60px;
	float:left;
	font-size:24px;
	color:#B32022;
	margin:0 auto;
	margin-left:10px;
}
.xgljht2{
	height:60px;
	width:300px;
	height:2px;
	background:#B32022;
	float:left;
	margin:30px 0px 0 10px;
}

/*
.xgljcn ul li{
	float:left;
	height:50px;
	background:#B32022;
	opacity:.5;
	padding:0 10px 0 10px;
	margin-left:20px;
	font-size:15px;
	color:white;
	text-align:center;
	line-height:50px;
}*/

.xgljcn{
	width:750px;
	height:362px;
/*	background:#c4c4c4;*/
	float:left;
}

.bannerleft{
	margin:22px 0 0 0;
	float:left;
    width:370px;
}
.swiper-slide{
	position:relative;
}
.xbannerx{
	display:block;
	position:absolute;
/*	width:100%;*/
/*	height:60px;*/
	background:url('../images40/bkxtbj.png');
/*	opacity:.5;*/
	bottom:0px;
	left:0px;
	font-size:16px;
	color:white;
/*	text-align:center;*/
	padding:16px 10px 16px 20px ;
	line-height:22px;
}
/*校园聚焦右边  相关链接*/
.xgljcn2{
	width:370px;
	height:362px;
	background:#f6f6f6;
	float:right;
}
.bannerright{
	float:right;
	width:350px;
	height:290px;
/*	background:#c8c8c8;*/
	margin:22px 0 0 0;
}
.banrxw{
	width:100%;
	height:60px;
	margin-bottom:16px;
/*	background:yellow;*/
}
.banrxwr{
	width:10px;
	height:10px;
	background:url("../images40/xsj.jpg");
	float:left;
	margin-top:12px;
/*	border-radius:5px;*/
}
.banrxwl{
	width:320px;
	height:60px;
	margin-left:20px;
	float:left;
	font-size:14px;
	color:#555;
}
.banrxwl1{
	margin-top:5px;
	line-height:20px;
	transition: all .4s ease-out;
}
.banrxwl1:hover{
	color:#B32022;
}
.banrxwl2{
	line-height:20px;
	color:#999;
}

/*相关链接*/
.xgljcn2cul{
	margin-top:20px;
}
.xgljcn2cul li{
	padding:10px 10px 10px 0px;
/*	list-style:disc;*/
	font-size:16px;
	color:#555;
	margin-left:30px;
}
.xgljcn2cul li a{
	display:block;
	width:100%;
	height:100%;
}
.xgljcn2cul li a:hover{
	color:#B32022;
}
/*footer部分*/
.footer{
	width:100%;
	height:176px;
	background:url('../images40/footerbj.png');
	background-size:cover;
/*	opacity:.6;*/
}
.footers{
	width:1150px;
	height:100%;
	margin:0 auto;
}
.footersl{
	width:310px;
	float:left;
	height:100%;
/*	background:#c4c4c4;*/
}
.dlgimg{
	display:block;
	margin-top:30px;
}
.dilogox{
	margin-top:32px;
}
.footersr{
	float:left;
	width:820px;
	height:100%;
	/*	background:yellow;*/
	margin-left:20px;
}

/*底部右侧导航*/
table{
	margin-top:30px;
	border-left:1px solid #FF9100;
}
.botmh td a{
	display:block;
	padding:5px 10px 5px 10px;
	font-size:16px;
	color:#f6f6f6;
	transition: all .3s ease-out;
	
}
.botmh td a:hover,.botmc td a:hover{
	color:#FF9100;
}
.botmc td a{
	display:block;
	padding:10px 0px 10px 10px;
	font-size:14px;
	color:#c6c6c6;
	transition: all .3s ease-out;
}

/*二维码部分*/
.dlgimg3{
	display:block;
	float:left;
}
.dlgimg3{
	margin-left:0px;
	margin-bottom:6px;
}
.lx{
	width:300px;
	float:left;
	color:white;
	height:30px;
	line-height:30px;
}
.lx,.lx2{
	height:22px;
	line-height:22px;
}
.lx3{
	height:50px;
	line-height:50px;
}
.lx4{
	margin-top:10px;
}

.znqd{
	position:absolute;
	top:10px;
	left:450px;
	height:40px;
	width:130px;
	background:url(../images40/znqx2.png) no-repeat center center;
	background-size:cover;
	z-index:500;
	transition: all .3s ease-out;
	cursor:pointer;
}
.znqd:hover{
	box-shadow:0 0 38px rgba(0,0,0,.28) inset;
}
.zn10{
	width:100%;
	height:80px;
	background:url('../images40/znqd.jpg') center center;
/*	position:fixed;*/
	z-index:900;
}
.zhounian10{
	display:block;
	cursor:pointer;
}

.more12{
	text-align:center;
}
#myvideo{
	background:url("../images40/1212.jpg");
	background-size:contain;
}

.huodongyugao{
	display:none;
}

.nav22,.nav22s{
	display:none;
}

/*footer后加样式*/
.footersr{
	color:#fff;
}
.footersrbt{
	margin-top:30px;
	font-size:20px;
	color:white;
}
.footersr1{
	line-height:30px;
	height:30px;
	margin-top:10px;
	margin-left:42px;
	font-size:14px;
}
.footersr2{
	font-size:14px;
	line-height:30px;
	margin-left:44px;
	height:30px;
}
.footersr3{
	margin-left:46px;
}
.footersrs{
	float:left;
	width:550px;
}
.footersrs2{
	float:right;
	margin-top:38px;
	width:90px;
}
/*footer后加样式-end*/
@media screen and (max-width:1300px) {
	.container{
		width:1300px;
	}
}
