/*Í·²¿*/

.car_box{
	width: 100%;
	height: 480px;
	background: #000;
}
.news_box{
	width: 100%;
	height: 450px;
	background-color: #f9f9f9;
}
.news_title{
	height: 85px;
	margin-top: 6px;
}
.news_center{
	width: 1200px;
	margin: auto;
}
.news_title1 {
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 30px;
	float: left;
	font-weight: bold;
}
.news_title2{
	width: 2px;
	height: 22px;
	font-family: ArialMT;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #cccccc;
	float: left;
	margin-top: 38px;
	margin-left: 8px;
}
.all-news {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #5f92d4;
	float: left;
	margin-top: 40px;
	margin-left: 12px;
	cursor: pointer;
}
.news_left{
	width: 578px;
	height: 345px;
	background-color: #333333;
	position: relative;
	float: left;
}
.news_left img{
	width: 100%;
	height: 100%;
}
.opct_1{
	width: 578px;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	/* text-align: center; */
}
.opct_txt{
	width: 528px;
	height: 30px;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 12px 0 0 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.opct_txt1{
	width:197px;
	height: 15px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	margin: 0 0 0 20px;
}
.news_right{
	width: 600px;
	height: 340px;
	float: right;
}
.news_right li{
	width: 600px;
	height: 100px;
	border: 1px solid #f9f9f9;
	margin-bottom: 20px;
}
.news_right li img{
	float: left;
	cursor: pointer;
	width: 170px;
	height: 100px;
}
.news_right_txt{
	float: left;
}
.right_txt_1{
	font-size: 20px;
	color: #333333;
	margin-left: 20px;
	margin-top: 17px;
}
.right_txt_1 b{
	font-size: 16px;
	color: #999;
	margin-top: 15px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.right_txt_1 p{
	width: 350px;
	height: 30px;
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_right li:hover{
	background: #f5f8fc;
	border: 1px solid #d4e0ef;
}


.national_box{
	width: 100%;
	height: 450px;
	background-color: #ffffff;
}
.national_center{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.national_title{
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	height: 68px;
	font-weight: bold;
	margin-top: 36px;

}
.kindergarten{
	width: 260px;
	height: 305px;
	float: left;
	text-align: center;
	position: relative;
	margin-right:40px;
}
.kindergarten .kinder_img{
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
}
.kinder_img1{
	display: none;
	width: 100px;
	height: 100px;
	margin: auto;
}
.kindergarten:hover .kinder_img1{
	display: block;
}
.kindergarten:hover .kinder_img{
	display: none;
}
.kindergarten:hover span{
	font-weight: bold;
}
.kindergarten span{
	font-size: 24px;
	color: #333333;
	margin-top: 24px;
	display: inline-block;
}
.kindergarten p{
	font-size: 20px;
	color: #666666;
	margin-top: 13px;
	line-height: 26px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.xf{
	position: absolute;
	top: 52px;
	left: 0;
	display: none;
	cursor: pointer;

}
.btn_kinder{
	position: absolute;
	top: 255px;
	left: 100px;
	width: 60px;
	height: 32px;
	cursor: pointer;
	z-index: 999;
	display: none;
}
.kindergarten:hover span{
	color: #2067c4;
}
.kindergarten:hover .xf{
	display: block;
}
.kindergarten:hover .btn_kinder{
	display: block;
}
.train_box{
	width: 100%;
	height: 450px;
	background-color: #f5f5f5;
}
.train_center{
	width: 1200px;
	margin: auto;
}
.train_content1{
	float: left;
	width: 340px;
	height: 310px;
	margin-top: 10px;
	margin-right: 60px;
	cursor: pointer;
	position: relative;
}
.train_content1 img{
	width: 340px;
	height: 200px;
}
.train_content1 span{
	font-size: 24px;
	color: #333333;
	display: block;
	margin-top: 13px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.train_content1 b{
	font-size: 22px;
	color: #5f92d4;
	margin-top: 26px;
	display: block;

}
.train_xf{
	width: 370px;
	height: 163px;
	position: absolute;
	top: 148px;
	left: -14px;
	background-color: rgba(32, 103, 196, 0.95);
	display: none;
}
.train_xf i{
	font-size: 24px;
	color: #ffffff;
	display: inline-block;

	line-height: 28px;
	font-weight: bold;
	width: 300px;
	margin: auto;
	margin-top: 30px;
	margin-left: 30px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.train_xf em{
	font-size: 22px;
	color: #ffffff;
	margin-top: 16px;
	display: block;
	margin-left: 30px;
	line-height: 28px;
}
.train_content1:hover span{
	display: none;
}
.train_content1:hover b{
	display: none;
}
.train_content1:hover .train_xf{
	display: block;
}

.links{
	width: 100%;
	height: 450px;
}
.links_center{
	width: 1200px;
	height: 450px;
	margin: auto;
	overflow: hidden;
}
.links_left{
	float: left;
	width: 440px;
}
.links_left span{
	font-size: 42px;
	color: #333333;
	margin-top: 36px;
	display: inline-block;
	font-weight: bold;
}
.links_title img{
	width: 31px;
	height: 24px;
	margin-top: 34px;
	float: left;
}
.links_title b{
	font-size: 22px;
	color: #666666;
	float: left;
	line-height: 28px;
	width: 313px;
	margin-top: 41px;
	margin-left: 28px;
}
.links_list{
	height: 100%;
}
.links_list li{
	height: 40px;
}
.links_list b{
	width: 10px;
	height: 10px;
	font-family: ArialMT;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fe8d3a;
	margin-left: 70px;
	margin-top:26px;
	display: inline-block;
	margin-right: 10px;
}
.links_list em{
	width: 150px;
	height: 18px;
	font-family: ArialMT;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer;
}
.links_right{
	float: right;
	width: 760px;
	height:450px;
	position: relative;
}
.links_right .links_2{
	width: 100%;
	height: 100%;
}
.sj_xf{
	position: absolute;
	top: 205px;
	left: 0;
	width: 22px;
	height: 57px;
}
.news_right li:hover .right_txt_p{
	color: #2067c4;
}
 .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.news_right ul li:hover .news_right_txt b{
	color: #a9b6c7;
}
