* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

li, ol, ul {
	list-style: none;
}

html {
	display: block;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-ser, 'Microsoft Yahei';
	font-size: 15px;
	width: 100%;
	color: #000;
}

a {
	cursor: pointer;
	color: #666;
}

a:hover {
	color: #153973;
}

i {
	font-style: normal;
}

.bgc-eee {
	background-color: #f1f1f1;
}

.pd40 {
	padding: 40px 0;
}

#header {
	overflow: hidden;
	width: 100%;
}

.top_link {
	width: 100%;
	height: 7px;
	background-color: #fed018;
}

.top_link .container {
	padding: 0;
}

.top_link_txt {
	float: right;
	padding: 3px 10px;
	text-align: center;
	background-color: #fed018;
}

.top_link_txt a {
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	margin: 0 4px;
	color: #999;
}

.top_logo {
	padding: 40px 0;
	background-color: #153973;
}

.top_logo p {
	font-size: 12px;
	margin-bottom: 0;
	color: #fff;
}

.top_logo i {
	font-size: 13px;
	display: block;
	overflow: hidden;
	width: 0;
	margin-top: 3px;
	white-space: nowrap;
	letter-spacing: 15px;
	color: #fff;
}

.top_logo img {
	width: 350px;
	height: 62px;
	vertical-align: middle;
}

.top_logo span {
	font-size: 30px;
	font-weight: 600;
	padding-left: 20px;
	vertical-align: middle;
	color: #fff;
}

.top_bann {
	width: 1170px;
	height: 330px;
	margin: 0 auto;
}

.top_bann img {
	width: 100%;
	height: 330px;
}

.top_nav .container {
	padding: 0;
	background-color: #153973;
}

.top_nav a {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.nav-pills > li > a {
	padding: 15px 20px;
}

.main_1 {
	margin-top: 1%;
}

.main_1 .focus {
	padding: 2% 4%;
	background-color: #fed018;
	box-shadow: 2px 2px 10px #a2a2a2;
}

.main_1 .focus h4 {
	font-size: 22px;
	font-weight: 600;
	padding-left: 10px;
	letter-spacing: 2px;
	color: #333;
	border-left: 5px solid #333;
}

.main_1 .focus h4 span {
	display: none;
}

.main_1 .focus p {
	font-size: 17px;
	line-height: 30px;
	margin: 19px 0;
	text-indent: 33px;
	color: #333;
}

.main_1 .focus p a {
	margin-left: 5px;
	text-indent: 0;
}

.main_1 ul {
	padding: .76% 4%;
	background-color: #f1f1f1;
}

.main_1 ul li:first-child {
	border: none;
}

.main_1 ul li {
	padding: 2.5% 0 4.4%;
	border-top: 1px dashed #dedede;
}

.main_1 ul li h4 {
	font-weight: 600;
	letter-spacing: 2px;
	color: #153973;
}

.main_1 ul li p {
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	color: #596c68;
}

.main_1 .honor {
	padding: 0 30px;
}

.main_1 .honor .carousel {
	box-shadow: 0 0 5px #000;
}

.main_1 .honor img {
	width: 100%;
}

.main_2 h4, .main_3 h4, .main_4 h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #dedede;
}

.main_2 h4 small, .main_3 h4 small, .main_4 h4 small {
	font-size: 16px;
	margin-left: 5px;
}

.main_2 .more, .main_3 .more, .main_4 .more {
	font-size: 14px;
	font-weight: 400;
	float: right;
	margin-top: 5px;
}

.main_2 {
	margin-top: 3%;
}

.main_2 .name {
	margin: 0;
	border-bottom: 1px solid #eee;
}

.main_2 .name.first {
	border-top: 1px solid #eee;
}

.main_2 .name .l {
	font-weight: 600;
	text-align: center;
	color: #153973;
	background-color: #ccd6d7;
}

.main_2 .name .l span {
	display: none;
}

.main_2 .name .r {
	padding: 1% 0 1% 4%;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.main_2 .name .r a {
	font-size: 15px;
	line-height: 40px;
	display: inline-block;
	padding-right: 3%;
	transition: all .26s;
	color: #333;
}

.main_2 .name .r a:hover {
	font-weight: 600;
	transition: all .26s;
	color: #0f2956;
}

.main_2 .name .bgc {
	background-color: #efefef;
}

.main_3 {
	width: 100%;
	margin-top: 3%;
	padding: 2% 0;
	background-color: #f1f1f1;
}

.main_3 ul li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.main_3 ul li img {
	width: 100%;
	height: 244px;
	transition: all 1.5s;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*.main_3 ul li:hover img{transition:all 1.5s;-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:.6;}*/
.main_3 ul li span {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 10px 0 10px 20px;
	letter-spacing: 1px;
	opacity: .8;
	color: #fff;
	background-color: #0e2956;
}

.main_4 {
	margin-top: 2%;
}

.main_4 ul li {
	float: left;
	width: 50%;
}

.main_4 ul li a {
	display: block;
	margin: 12px 0;
}

.main_4 img {
	width: 100%;
	margin: 5px 0 12px;
}

.main_4 p {
	float: left;
	width: 50%;
	margin: 0!important;
}

.main_4.bgc-eee p {
	float: left;
	width: 50%;
}

.main_4 p a {
	display: block;
	margin: 12px 0;
}

.main_4 p b {
	float: left;
	padding: 5px;
	color: #0e419c;
	background-color: #fed018;
}

.main_4 p i {
	line-height: 31px;
	padding-right: 0;
	float: left;
}

.main_4 .sp:hover img {
	transition: all .3s;
	box-shadow: 0 0 10px #000;
}

.main_4 .sp h3 {
	font-size: 15px;
	line-height: 31px;
	margin-top: 0;
	color: #4a4a4a;
}

.main_4 .sp p {
	font-size: 14px;
	color: #666;
}

.main_5 {
	overflow: hidden;
	width: 100%;
	height: auto;
}

.main_5 .box_title {
	line-height: 200px;
	float: left;
	width: 19%;
	height: 200px;
	text-align: center;
	background-color: #ccd6d7;
}

.main_5 .box_title a {
	font-size: 20px;
	font-weight: 600;
	color: #153973;
}

.main_5 .box_img {
	position: relative;
}

.main_5 .box_img img {
	width: 100%;
	height: 200px;
}

.main_5 .box_img > div {
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: url(../img/cover.png);
	background-size: 100% 100%;
}

.main_5 .box_img > div span {
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
}

#footer {
	width: 100%;
	padding: 30px 0;
	background-color: #2d3238;
}

#footer dl dt img {
	width: 110px;
}

#footer dl dd {
	margin-top: 3px;
	color: #fff;
}

#footer p {
	font-size: 14px;
	margin: 10px 0;
	color: #898989;
}

.footer_menubgc1 {
	margin-top: 2%;
	background-color: #d7d7d7;
}

.footer_menubgc2 {
	background-color: #b8b8b8;
}

.footer_menubgc1 a, .footer_menubgc2 a {
	font-size: 16px;
	float: left;
	padding: 20px 15px;
	color: #333;
}

.footer_menubgc1 a:hover, .footer_menubgc2 a:hover {
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 10px #333;
}

.sidebar-weixin-box img {
	width: 100% !important;
	height: auto !important;
}

.icon-more {
	font-size: 18px !important;
	vertical-align: text-bottom;
	color: #153973;
}

.icon-box, .icon-gzs, .icon-hz, .icon-news, .icon-sp, .icon-sx, .icon-xs, .icon-zy {
	font-size: 21px !important;
	margin-right: 8px;
	color: #153973;
}

.icon-home, .icon-zs, .icon-zx {
	font-size: 14px !important;
	margin-right: 3px;
	color: #999;
}

.navbar-header {
	padding: 10px 0;
}

.navbar-header span {
	font-size: 2em;
}

.navbar-toggle {
	float: none;
	margin: 0;
	padding: 3px;
	border: 0;
}

.sidebar {
	display: none;
}

.tree {
	overflow: hidden;
	height: auto;
	margin-bottom: 20px;
}

.tree ul {
	position: relative;
	padding-top: 60px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.tree li {
	position: relative;
	float: left;
	padding: 60px 4px 0 4px;
	list-style-type: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	text-align: center;
}

.tree li::after, .tree li::before {
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 60px;
	content: '';
	border-top: 1px solid #ccc;
}

.tree li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #ccc;
}

.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

.tree li:only-child {
	padding-top: 0;
}

.tree li:first-child::before, .tree li:last-child::after {
	border: 0 none;
}

.tree li:last-child::before {
	border-right: 1px solid #ccc;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

.tree ul ul::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 60px;
	content: '';
	border-left: 1px solid #ccc;
}

.tree li a {
	line-height: 160%;
	display: inline-block;
	padding: 5px 7px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
	color: #555;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #c8e4f8;
}

.tree li a:hover {
	color: #c34e17;
}

/* ÂÖ²¥Í¼ */
.pt35 {
	padding-top: 35px;
}

/* 实训场室start  */
.room-name {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 20px 20px;
}

.room-wrap {
	margin-bottom: 30px;
}

.room-wrap ul {
	display: flex;
	flex-wrap: wrap;
}

.room-wrap ul li {
	width: 24%;
	margin-left: 1%;
	list-style: square;
}

.room-wrap ul li a {
	display: block;
}

/*.room-wrap ul li a .room-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.room-wrap ul li a .room-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.room-wrap ul li a .room-title {
	font-size: 16px;
	line-height: 40px;
	color: #000;
}

/* 实训场室end  */
.swiper-right-list .swiper-wrap-img {
	overflow: hidden;
	width: 100%;
	height: 327px;
}

.swiper-right-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.read_cont table {
	width: 100%;
}

.read_cont table img {
	width: 100% !important;
	height: 100% !important;
}

.read_cont table tr {
	line-height: 24px;
}

.read_cont table td {
	padding: 8px 20px;
	vertical-align: middle !important;
	border: 1px solid #d6d6d6;
}

.read_cont table td a {
	color: #2ce6c4;
}

@media (min-width:768px) {
	.collapse {
		display: block;
	}

	.main_2 .name .l {
		height: auto;
		padding: 10px 0 !important;
	}

	.main_2 .name .r {
		height: auto;
	}

	.main_2 .name .r2 {
		height: auto;
	}

	.main_2 .name .l2 {
		height: auto !important;
		padding-top: 5px !important;
		padding-bottom: 5px;
	}

}

@media (max-width:768px) {
	.mt5 {
		margin-top: 5%;
	}

	.top_logo img {
		width: 100%;
	}

	.top_bann {
		width: 100%;
		height: auto;
	}

	.top_bann img {
		height: auto;
	}

	.main_1 .focus {
		box-shadow: 5px 5px 10px #a2a2a2;
	}

	.main_1 .focus h4 span {
		display: block;
		float: right;
	}

	.main_2 h4, .main_3 h4, .main_4 h4 {
		font-size: 1.9rem;
		padding: 0 0 4%;
	}

	.main_2 {
		margin-top: 5%;
	}

	.main_2 .name .l {
		padding: 4% 0;
	}

	.main_2 .name .l span {
		position: absolute;
		top: 50%;
		right: 15px;
		display: inline-block;
		margin-top: -7.5px;
		color: #949494;
	}

	.main_3 {
		padding: 6% 0;
	}

	.main_3 ul li {
		margin-bottom: 5%;
	}

	.main_3 ul li img {
		height: 140px;
	}

	.main_3 ul li span {
		font-size: 1.3rem;
		padding: 3% 0;
		text-align: center;
	}

	.main_5 .box_title {
		font-size: 1.9rem;
		line-height: normal;
		float: none;
		width: 100%;
		height: auto;
		padding: 15px;
		text-align: left;
	}

	.main_5 .box_img img {
		height: 100px;
	}

	#footer .col-lg-2 img {
		margin-bottom: 2rem;
	}

	.footer_menubgc1 a, .footer_menubgc2 a {
		font-size: 14px;
	}

	.go {
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.swiper-container {
		width: 100%;
		height: 100px;
	}

	#m-sidebar-img {
		display: none;
	}

	.flexslide .slides img {
		width: 100%;
		height: auto;
	}

	.pt35 {
		padding-top: 0;
	}

	.item img {
		width: 100%;
		height: auto;
	}

	.room-wrap .room-alink {
		width: 45%;
	}

}

@media (max-width:450px) {
	.room-wrap .room-alink {
		width: 90%;
	}

}
/* 新版专业列表 */
/*.xbzy-list-level {
	display: inline-block;
	border-bottom: 2px solid #000;
	line-height: 40px;
	padding: 0 10px;
	font-size: 20px;
	margin-bottom: 30px;
}
.xbzy-list-level span {
	font-weight: 700;
}
.xbzy-list-pro {
	display: flex;
	flex-wrap: wrap;
}
.xbzy-list-pro a {
	display: block;
	width: calc(50% - 60px);
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	align-items: center;
	border-radius: 10px;
	background: #F3F5F8;
	margin: 0 30px;
	font-weight: 700;
	margin-bottom: 20px;
	border-left: #0CD3F4 solid 8px;
}*/
.xbzy-list-box {
	display: block;
	padding-left: 30px;
	padding: 30px;
	background: #F3F5F8;
	margin-bottom: 30px;
	border-left: #153973  solid 8px;
}
.xbzy-list-level {
	display: inline-block;
	padding: 10px 0;
	font-size: 20px;
	margin-bottom: 30px;
}
.xbzy-list-level span {
	font-weight: 700;
}
.xbzy-list-pro {
	display: flex;
	flex-wrap: wrap;
}
.xbzy-list-pro a {
	display: block;
	width: calc(33.33% - 40px);
	line-height: 24px;
	padding: 10px 0;
	font-weight: 700;
	margin: 0 20px 20px 20px;
	position: relative;
}

.xbzy-list-pro a:before {
	content: "";
	position: absolute;
	left: -18px;
	top: 16px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #153973 ;
}
@media (max-width:768px) {
	.xbzy-list-wrap {
		margin: 0 10px;
	}
	.xbzy-list-path {
		margin: 0 10px;
	}
}
@media (max-width:600px) {
	.xbzy-list-pro a {
		width: calc(50% - 60px);
	}
}
@media (max-width:450px) {
	.xbzy-list-pro a {
		width: calc(100% - 60px);
	}
}
/* 新版专业列表 */


/* 新版专业介绍 */
.xbzy-main {
	background: #f4f4f4;
	margin-bottom: -40px;
}

.xbzy-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.xbzy-left {
	width: 25%;
}
.xbzy-left .xbzy-left-box {
	background: #fff;
	padding: 20px 0;
	border-radius: 0 0 20px 20px;
}
.xbzy-left-box.fixed {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.xbzy-left .nav1 a {
	display: block;
    margin: 20px 20px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}
.xbzy-left .nav1 a:hover {
	background: #4482f4;
	color: #fff;
	border-radius: 10px;
}
.xbzy-right {
	width: calc(75% - 30px);
}
.xbzy-right .break {
	display: flex;
	justify-content: flex-end;
}
.xbzy-path {
	display: inline-block;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px 10px;
    margin-top: 20px;
}
.xbzy-right-bottom h2 {
	font-weight: 700;
	font-size: 24px;
	color: #000;
	text-align: center;
	background: #fff;
	padding: 20px 0;
	margin-bottom: 30px;
}
.xbzy-box {
	background: #fff;
	padding: 20px 30px 30px 30px;
	margin-bottom: 20px;
}
.xbzy-box h3 {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	margin: 40px 0 20px 0;
}
.xbzy-box h3:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	height: 4px;
	width: 30px;
	background-color: #4482f4;
}
.xbzy-img-wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.xbzy-img-wrap ul.avg3 li{
	width: 33.33%;
}
.xbzy-img-wrap ul.avg2 li{
	width: 50%;
}
.xbzy-img-wrap ul li a {
	display: block;
	padding: 0 20px;
	margin-bottom: 30px;
}
.xbzy-img-wrap a .xbzy-img-box {

}
.xbzy-img-wrap a .xbzy-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xbzy-img-wrap a .xbzy-img-title {
	padding: 10px;
	border: 1px solid #dbdbdb;
	border-top: 0;
	color: #000;
}
.xbzy-box p {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.xbzy-box #sTop,
.xbzy-box #s1,
.xbzy-box #s2,
.xbzy-box #s3,
.xbzy-box #s4,
.xbzy-box #s5,
.xbzy-box #s6,
.xbzy-box #s7,
.xbzy-box #s8,
.xbzy-box #s9 {
	padding-top: 1px;
}
@media (max-width:768px) {
	.xbzy-left {
		display: none;
	    width: 0;
	}
	.xbzy-right {
		width: 100%;
		margin: 0 10px;
	}
}
@media (max-width:480px) {
	.xbzy-list-pro a {
		width: calc(100% - 60px);
	}
	.xbzy-img-wrap ul.avg3 li{
		width: 100%;
	}
	.xbzy-img-wrap ul.avg2 li{
		width: 100%;
	}
}
/* 新版专业介绍 */