/* 基础样式 */
body{
	margin: 0;
	background-color: #ffffff;
	min-width: 1300px;
	/*padding-top: 30px;*/
	/*min-width: 1300px;*/
}
h1, h2, h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /* font-weight: bold; */
}
p{
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
/* 超出隐藏 */
.of_ellipsis{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 多行文本超出隐藏 */
.of_ellipsis_2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.of_ellipsis_3{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.of_ellipsis_4{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.of_ellipsis_5{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.top_nav{
	height: 102px;
	width: 100%;
	background-color: #2677bf;
	display: flex;
	justify-content: center;
}
.top_n_center{
	width: 1300px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left_logo{
	height: auto;
	width: 362px;
	font-size: 0;	
}
.right_title{
	width: 692px;
	height: 100%;
	/*background-color: #aaa;*/
	display: flex;
	align-items: center;
	justify-content:space-around;
	color: #ffffff;
}
.links{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.links a{
	color: #ffffff;
}
.lk_active{
	background-color: #ffffff;
}
.lk_active a{
	color: #2677bf;
	font-weight: 900;
}

.search_box{
	width: 100%;
	height: 80px;
	background-color: #c3e0fa;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sear_center{
	width: 1300px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #2677bf;
}
.hyy{
	font-size: 18px;
	display: flex;
}
.hyy_2{
	font-size: 13px;
	display: flex;
}
.sear_right{
	width: 360px;
	height: 40px;
	/*background-color: #fff;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sear_right form{
	display: flex;
}
.sel_box{
	height: 40px;
	min-width: 124px;
	border: none;
	background-color: #2677bf;
	color: #ffffff;
	outline: none;
	margin-right: 20px;
}
.sc_box{
	width: 100%;
	height: 40px;
	/*background-color: #ddd;*/
	display: flex;
}
.sc_box button{
	height: 40px;
	border: none;
	width: 40px;
	background-color:#2c60c0;
}
.sc_box input{
	width: 100%;
	border: none;
	border: 1px solid #2c60c0;
	border-radius: 8px 0 0 8px;
	background-color: inherit;
	outline: none;
	text-indent: 10px;
}

.bot_bar{
	width: 100%;
	height: 380px;
	background-color: #2574bc;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bot_bar::after{
	position: absolute;
	content:"";
	width: 100%;
	height: 62px;
	top: 0px;
	left: 0px;
	z-index: 1;
	border-bottom: solid 1px #ffffff;
}
.bot_bar:before{
	position: absolute;
	content: "";
	height: 54px;
	width: 100%;
	background-color: #084f8f;
	bottom: 0px;
	left: 0px;
}
.bot_center{
	width: 1300px;
	height: 100%;
	position: relative;
	z-index: 10;
}
.b_t_lk{
	height: 62px;
	/*background-color: #ddd;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #ffffff;
}
.yl{
	font-size: 18px;
	padding:0 20px 0;
	height: 100%;
	line-height: 62px;
	border-bottom: solid 5px #ffffff;
}
.liss{
	color: #ffffff;
	margin-left: 60px;
}
.min_b{
	width: 100%;
	height: 264px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left_b{
	padding-top: 40px;
	width: 356px;
	height: 100%;
	/*background-color: #fff;*/
}
.l_b_kk{
	width: 100%;
	height: 70px;
	margin-top: 40px;
	/*color: #ffffff;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l_b_kk a{
	min-width: 33.333%;
	text-align: center;
	color: #ffffff;
}

.right_b{
	width: 537px;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	/*background-color: #fff;*/
}
.llk{
	width: 33.333%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
}
.kks_t{
	margin-top: 20px;
	width: 100%;
	text-align: center;
	height: 100px;
}
.bt_ck{
	height: 54px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
}
.bt_ck *{
	color: #ffffff;
}
.banner_box{
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bn_img{
	/*height: 100%;*/
	/*position: absolute;*/
	margin-left: 50%;
	transform: translateX(-50%);
	width: 1920px;
}

.page_center{
	display: flex;
	align-items: center;
	justify-content: center;
}