/* 吸顶导航 */
.second_nav {
	background-color: #004098;
	/* display: none; */
	/* position: fixed; */
	/* top: 0; */
	/* width: 100%; */
	/* z-index: 1000; */
}

.second_nav .safe {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 6px 0;


}

.second_nav .left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
}
.second_nav .left a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
}
.fixed_nav .item .tit a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.second_nav .left .logo_tit {
	margin-left: 9px;
	font-weight: bold;
	font-size: 27px;
	color: #FFFFFF;
}

.second_nav .right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	margin-bottom: 10px;
	/* flex: 1; */
}

.second_nav .nav_item {
	/* flex: 1; */
	position: relative;
	transition: all 1s;
	font-size: 20px;
	margin-right: 30px;
}

.second_nav .nav_item:last-child {
	margin-right: 0;
}

.second_nav .nav_item .down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	z-index: 99;
	min-width: 140px;
	text-align: center;
	overflow: hidden;
	height: 0;
	transition: height 1s ease-in-out;
	font-size: 18px;
}

.second_nav .nav_item .box {
	background-color: #004098;
	padding: 10px 10px 20px 10px;
}

.second_nav .nav_item:hover .down {
	height: 190px;
}

.second_nav .nav_item .box div {
	cursor: pointer;
	padding-bottom: 18px;
	padding-top: 18px;
	border-bottom: 1px solid #ccc;
}

.second_nav .nav_item .box div:hover {
	background-color: #01347a;
}


.second_nav .nav_item .line1:hover {
	cursor: pointer;
}

.second_nav .nav_item .line2 {
	width: 37px;
	height: 5px;
	background: #D4AA29;
	margin: 0 auto;
	margin-top: 20px;
}

.second_nav .nav_item .line3 {
	width: 37px;
	height: 5px;
	background: transparent;
	margin: 0 auto;
	margin-top: 20px;
}

/* end */

/* banner---页面内容 */
.banner {
	width: 100%;
	height: 300px;
	/* background: url(../img/school/banner.png) no-repeat center top;
	background-size: 100% 300px; */
}

.cotainer {
	position: relative;
	padding-bottom: 80px;
	/* display: flex;
	align-items: flex-start;
	justify-content: flex-start; */
}

.cotainer .cons {
	/* max-width: 1559px; */
	/* display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end; */
}
.cotainer .cons .desc .right .info p{
	/*text-indent: 2rem;*/
}
.top_box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cotainer .cons .t1,
.cotainer .cons .t2 {
	flex: 1;
}

.cotainer .cons .t2 {
	background-color: #F3F3F3;
	height: 60px;
}

.cotainer .cons .top {
	/* width: 81.5%; */
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #F3F3F3;
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* padding-left: 18.6%; */
	/* width: 1560px; */
	/* padding-left: 360px; */
}

.cotainer .cons .top .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #004098;
	margin-right: 23px;
	cursor: pointer;
}

.cotainer .cons .top .bg {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #1E1E28;

}

.cotainer .cons .top .bg .t,
.cotainer .cons .top .bg .d {
	margin-right: 6px;
	cursor: pointer;
}

.cotainer .cons .top .bg .t a {
	color: #1E1E28;
}

.zhanwei {
	flex: 1;
}

.cotainer .cons .desc {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 auto;
	padding-top: 30px;
	max-width: 1200px;
	/* padding-right: 340px; */

}
.info p .logo_img{
    width: 193px;
}
.cotainer .cons .desc .left {
	min-width: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
	overflow: hidden;
}

.cotainer .cons .desc .big_box {
	background-color: #004098;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	width: 100%;
	padding: 10px 20px;
}

.cotainer .cons .desc .big_box .big {
	border: 1px solid #D4AA29;
	text-align: center;
	padding: 15px 0;
}

.cotainer .cons .desc .small_a {
	background-color: #004098;
	color: #fff;
	font-size: 18px;
	width: 100%;
	text-align: center;
	padding: 20px 20px;
	border-top: 1px solid #fff;
	cursor: pointer;
}

.cotainer .cons .desc .small {
	background: rgba(243, 243, 243, 1);
	font-weight: 500;
	font-size: 18px;
	color: #1E1E28;
	width: 100%;
	text-align: center;
	padding: 20px 20px;
	cursor: pointer;
}

.cotainer .cons .desc .right p img{
	/* width: 68%; */
	object-fit: contain !important;
}

.cotainer .cons .desc .right .title {
	font-weight: 500;
	font-size: 18px;
	color: #1E1E28;
	text-align: center;
	padding-bottom: 40px;
}

.cotainer .cons .desc .right .img {
	width: 162px;
	height: 162px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.cotainer .cons .desc .right .info {
	font-weight: 500;
	font-size: 16px;
	color: #1E1E28;
	line-height: 32px;
	margin-bottom: 30px;
}

.cotainer .cons .top .imgs {
	width: 100%;
	height: auto;
}

.pic {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 785px;
	background: url(../img/school/bg.png) no-repeat center top;
	background-size: 100% 785px;
	z-index: -1;
}


/* 底部 */
.footer {
	background-color: rgba(0, 0, 0, 0.9);
	/* margin-top: 55px; */

}

.footer .bg {
	width: 100%;
	background: url(../img/index/fbg.png) no-repeat center top;
	background-size: 100% 403px;
	height: 403px;
}

.footer .bg .con {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 80px;
}

.footer .bg .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer .left .tit {
	font-weight: 400;
	font-size: 27px;
	color: #FFFFFF;
	opacity: 0.4;
	padding-top: 22px;
}

.footer .center .desc {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.4;
	padding-bottom: 30px;
}

.footer .center .desc:last-child {
	padding-bottom: 0;
}

.footer .center .l1 {
	font-weight: 400;
	font-size: 26px;
	color: #FFFFFF;
	opacity: 0.4;
	padding-bottom: 35px;
}

.footer .right .l1 {
	font-size: 26px;
	color: #FFFFFF;
	opacity: 0.4;
	margin-bottom: 34px;
}

.footer .right .imgs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .right .img1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 36px;
}

.footer .right .img1:last-child {
	margin-right: 0;
}

.footer .right .img1 .t {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.4;
	padding-top: 15px;
}

.footer .beian {
	background: #242424;
	text-align: center;
	margin-top: 35px;
}

.footer .beian div {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.4;
	padding: 20px 0;
}

/* -----自适应------- */

@media screen and (max-width: 1300px) and (min-width:1200px) {


	.second_nav .safe,
	.footer .bg .con,
	.cotainer .cons .desc,
	.cotainer .cons .top {
		max-width: 1010px;
	}

	.second_nav .nav_item {
		margin-right: 17px;
		font-size: 18px;
	}

	.second_nav .left .logo_tit {
		font-size: 23px;
	}

	.second_nav .nav_item .down {
		font-size: 16px;
	}
}

@media screen and (max-width: 1010px) and (min-width:900px) {
	.cotainer .cons .desc .big_box {
		font-size: 28px;
	}

	.second_nav .safe,

	.footer .bg .con,
	.cotainer .cons .desc,
	.cotainer .cons .top {
		max-width: 800px;
	}


	.second_nav .nav_item {
		margin-right: 17px;
		font-size: 16px;
	}

	.second_nav .left img {
		width: 80px !important;
		height: 80px !important;
	}

	.second_nav .left .logo_tit {
		font-size: 20px;
	}

	.second_nav .nav_item .down {
		font-size: 15px;
	}

	.second_nav .left {
		width: 34%;
	}



	.footer .bg .con {
		flex-wrap: wrap;
	}

	.footer .left .tit,
	.footer .center .l1,
	.footer .right .l1 {
		font-size: 25px;
	}

	.footer .bg .left,
	.footer .bg .center,
	.footer .bg .right {
		width: 48%;
	}

	.footer .bg {
		background-size: 100% 533px;
		height: 533px;
	}

	.footer .right .imgs {
		justify-content: flex-start;
	}

	.footer .bg .right {
		padding-left: 50px;
	}


}

@media screen and (max-width: 1200px) and (min-width:1010px) {


	.second_nav .safe,

	.footer .bg .con,
	.cotainer .cons .desc,
	.cotainer .cons .top {
		max-width: 900px;
	}

	.second_nav .nav_item {
		margin-right: 17px;
		font-size: 18px;
	}

	.second_nav .left .logo_tit {
		font-size: 23px;
	}

	.second_nav .nav_item .down {
		font-size: 16px;
	}

	.second_nav .left {
		width: 34%;
	}



	.footer .bg .con {
		flex-wrap: wrap;
	}





	.footer .left .tit,
	.footer .center .l1,
	.footer .right .l1 {
		font-size: 25px;
	}

	.footer .bg .left,
	.footer .bg .center,
	.footer .bg .right {
		width: 48%;
	}

	.footer .bg {
		background-size: cover;
		height: 533px;
	}

	.footer .right .imgs {
		justify-content: flex-start;
	}

	.footer .bg .right {
		padding-left: 50px;
	}


}


@media screen and (max-width: 900px) and (min-width:768px) {
	.phone_box {
			width: 100%;
			display: inline-block !important;
			background-color: #004098;
		}


	.second_nav {
		display: none !important;
	}

	.cotainer .cons .desc .big_box {
		font-size: 28px;
	}

	.second_nav .safe,
	.footer .bg .con,
	.cotainer .cons .desc,
	.cotainer .cons .top {
		max-width: 100%;
		padding: 0 20px;
	}

	.cotainer .cons .desc .left {
		display: none !important;
	}

	.cons .desc {
		padding-top: 30px !important;
	}

	.second_nav .nav_item {
		margin-right: 17px;
		font-size: 15px;
	}

	.second_nav .left img {
		width: 70px !important;
		height: 70px !important;
	}

	.second_nav .left .logo_tit {
		font-size: 16px;
	}

	.second_nav .nav_item .down {
		font-size: 15px;
	}

	.second_nav .left {
		width: 28%;
	}

	.footer .bg .con {
		flex-wrap: wrap;
	}

	.footer .left .tit,
	.footer .center .l1,
	.footer .right .l1 {
		font-size: 23px;
	}

	.footer .bg .left,
	.footer .bg .center,
	.footer .bg .right {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer .bg {
		background-size: cover;
		height: 683px;
	}

	.footer .right .imgs {
		justify-content: center;
	}

	.footer .bg .right {
		padding-left: 50px;
		margin-bottom: 0;
	}


	.footer .bg .con {
		padding-top: 30px;
		align-items: center;
		justify-content: center;
	}


	.second_nav .nav_item .line2 {
		width: 31px;
	}

	.second_nav .nav_item .down {
		min-width: 97px;
	}


}

@media screen and (max-width: 768px) {
	.banner{
		height: 200px;
	}
	.cotainer .cons .desc .right .info{
		font-size: 15px;
	}
	.cotainer .cons .desc .right .title{
		font-size: 16px;
		padding-bottom: 20px;
	}
	.cotainer .cons .desc .right .img{
		margin-bottom: 20px;
	}
	.cotainer .cons .top {
		margin: 0 0 0 20px;
	}
.phone_box {
		width: 100%;
		display: inline-block !important;
		background-color: #004098;
	}

	.cotainer .cons .desc .left {
		display: none;
	}
.cotainer .cons .desc .right {
		padding: 0 20px;
	}
	.phone_box {
		width: 100%;
		display: inline-block !important;
		background-color: #004098;
	}

	

	.phone_box .fl {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 6px 20px;
	}

	.phone_box .left_logo {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: #fff;
	}

	.phone_box .left_logo .logo_tit {
		padding-left: 10px;
		font-size: 23px;
		font-weight: bold;
	}

	.phone_box .right_menu {
		cursor: pointer;
	}


	.second_nav .safe,

	.footer .bg .con {
		max-width: 100%;
		padding: 0 20px;
	}


	.second_nav .nav_item .down {
		font-size: 15px;
	}

	.second_nav .left {
		width: 28%;
	}

	.footer .bg .con {
		flex-wrap: wrap;
	}

	.footer .left .tit,
	.footer .center .l1,
	.footer .right .l1 {
		font-size: 23px;
	}

	.footer .bg .left,
	.footer .bg .center,
	.footer .bg .right {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer .bg {
		background-size: cover;
		height: 683px;
	}

	.footer .right .imgs {
		justify-content: center;
	}

	.footer .bg .right {
		padding-left: 50px;
		margin-bottom: 0;
	}


	.footer .bg .con {
		padding-top: 30px;
		align-items: center;
		justify-content: center;
	}



	.second_nav .nav_item .line2 {
		width: 31px;
	}

	.second_nav .nav_item .down {
		min-width: 97px;
	}

	/* 不显示吸顶的导航了 */
	.second_nav {
		display: none !important;

	}

}


	

	.phone_box .fl {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 6px 20px;
	}

	.phone_box .left_logo {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: #fff;
	}

	.phone_box .left_logo .logo_tit {
		padding-left: 10px;
		font-size: 23px;
		font-weight: bold;
	}

	.phone_box .right_menu {
		cursor: pointer;
	}

.phone_box {
	display: none;
}

.fixed_nav {
	width: 40%;
	position: fixed;
	right: -40%;
	top: 0;
	height: 100%;
	z-index: 999;
	background-color: #004098;
	color: #fff;

	overflow: hidden;
	overflow-y: auto;
	transition: right 0.5s ease-in-out;
}

.fixed_box {
	padding: 20px;
}

.fixed_nav .item {
	margin-bottom: 20px;
	cursor: pointer;

}

#close {
	margin-bottom: 20px;
	text-align: right;
	cursor: pointer;
}

.fixed_nav .item:last-child {
	margin-bottom: 0;
}

.fixed_nav .item .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fixed_nav .item .tit span {
	color: #fff;
}

.fixed_nav .item .down {
	/* margin-top: 10px; */
	padding: 10px 10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.fixed_nav .item .down .box div {
	cursor: pointer;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(266, 255, 255, 0.2);
}

/* .fixed_nav .item .down .box div:last-child{
	padding-bottom: 0;
} */
a {
	color: #fff;
}

.cotainer .cons .desc .small a {
	color: #1E1E28;
}