* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	/* font-family: 黑体; */
}

a:hover {
	text-decoration: none;
	/* font-family: 黑体; */
}

ul,
ol {
	list-style: none;
}

.pl {
	padding-left: 0px;
}

/* 头部 */
.headert {}

.headert .header_top {
	width: 100%;
	height: 160px;
	background-color: #002b79;
	padding: 30px 0;
}

.headert .header_top .top_logo {
	display: flex;
}

.headert .header_top .top_logo img {
	width: 430px;
	/*height: auto;*/
	height: 74px;
	padding-right: 10px;
	border-right: 3px solid #fff;
	margin-right: 10px;
}

.headert .header_top .top_text {
	color: #fff;
	margin-top: 6px;
}

.headert .header_top .top_text b {
	font-size: 36px;
	font-family: 楷体;
}


/* 移动端导航 */
.navbar {
	background-color: #002b79;
	border-bottom: #002b79;
	position: absolute;
}

.navbar .top_text {
	color: #fff;
	margin-top: 3px;
}

.header {
	height: 50px;
	background-color: #0d3c8c !important;
	color: white;
	margin: 0 -15px;
}

.header a {
	font-size: 14px;
	color: white;
}

/* pc端导航 */
.navi{
    position: relative;
	height: 50px;
	/* width: 85%; */
}
.one_nav{ 
	text-align: center;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
.one_nav li a{ 
	color:#fff; 
	text-decoration:none; 
	display:block; 
	float:left; 
	height:50px; 
	line-height:50px; 
	width: 150px;
	padding:0px 15px; 
	font-size:16px;
	background:#043c93;
}
.one_nav li>a:hover{ 
	background:#fff;
	color: #000000;
}
.one_nav li{
	float:left;
	position:relative; 
	height:50px; 
	line-height:50px;
}
.one_nav li .two_nav{
	position:absolute;
	z-index: 999;
	left:0;
	display:none;
}
.one_nav li .two_nav>a:hover{
	background:#fff;
	color: #000000;
}

/* fullSlide */
.fullSlide {
	width: 100%;
	position: relative;
	height: 480px;
	background: #fff;
	margin-top: -1px;
	margin-bottom: 50px;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 480px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 480px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #d1d1d1;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
	color: #f3f3f3;
	background-color: #191919;
	padding: 10px 5px;
	font-size: 35px;
	font-weight: bolder;
	font-family: 黑体;
}

.fullSlide .next {
	left: auto;
	right: 5%;
}
.bd img{
    width: 100%;
    height: 100%;
    background:#fff center 0 no-repeat;
    background-size: 100% 100%;
}

.box {
	margin-top: 50px;
	width: 100%;
	height: 350px;
	/* margin: 20px auto; */
	overflow: hidden;
	position: relative;
}

.box-1 ul {}

.box-1 ul li {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.box-1 ul li img {
	display: block;
	width: 100%;
	height: 400px;
}

.box-1 ul li h2 {
	position: absolute;
	left: 0;
	bottom: 50px;
	height: 40px;
	width: 100%;
	background: rgba(125, 125, 120, .4);
	text-indent: 2em;
	padding-right: 200px;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite
}

.box-2 {
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.box-2 ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 100px;
	cursor: pointer;
}

.box-2 ul .on {
	background: rgba(255, 255, 255, 0.6);
}

.box-3 span {
	position: absolute;
	color: white;
	background: rgba(125, 125, 120, .3);
	width: 50px;
	height: 80px;
	top: 45%;
	font-family: "宋体";
	line-height: 80px;
	font-size: 60px;
	margin-top: -40px;
	text-align: center;
	cursor: pointer;
}

.box-3 .prev {
	left: 10px;
}

.box-3 .next {
	right: 10px;
}

.box-3 span::selection {
	background: transparent;
}

.box-3 span:hover {
	background: rgba(125, 125, 120, .8);
}

.active {
	margin-top: 0px;
}

.active .active_top {
	border-bottom: 3px solid #002b79;
	display: flex;
	margin-bottom: 0px;
	justify-content: space-between;
	position: relative;
	height: 40px;
}

.active .active_top .more {
	line-height: 40px;
}

.active .active_top .xs_top span {
	font-size: 24px;
	color: #711a5f;
	font-weight: bold;
}

.active .active_top .titles {
	display: flex;
	height: 40px;
	margin-left: 0px;
}
.active .active_top .titles img{
    margin-top: 5px;
	width: 30px;
	height: 30px;
	
}
.active .active_top .title {
	color: #002b79;
	font-weight: bolder;
	font-family: "微软雅黑";
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 5px;
}

.active .active_top span {
	color: #555;
}

.active .text li {
	line-height: 3.5rem;
}
.active .text {
	margin-top: 40px;
}
.active .text li a p {
	font-size: 16px;
	color: #000;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.active .text li span {
	float: right;
}


/* 最后部分 */


.last {
	margin-top: 50px;
}

.last .last_top {
	margin-bottom: 20px;
	border-bottom: 3px solid #002b79;
	display: flex;
	justify-content: space-between;
	height: 40px;
}

.last .last_top .more {
	line-height: 40px;
}
	
.last .last_top .xs_top span {
	font-size: 24px;
	color: #711a5f;
	font-weight: bold;
}

.last .last_top .titles img {
    /*margin-bottom: -15px;*/
    margin-top: 5px;
	width: 30px;
	height: 30px;
}

.last_one .video {
	margin-top: 10px;
	width: 100%;
	height: 350px;
	/* margin: 20px auto; */
	overflow: hidden;
	position: relative;
}

.last .last_top .titles {
	display: flex;
	height: 40px;
	margin-left: 0px;
}

.last .last_top .title {
	color: #002b79;
	font-weight: bolder;
	font-family: "微软雅黑";
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 5px;
}

.last .last_top span {
	color: #555;
	font-size: 12px;
}

.last .text li {
	line-height: 3.5rem;
}

.last_one .video {
	height: 100%;
	width: 100%;
}

.last .text li a p {
	font-size: 16px;
	color: #000;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.last .text li span {
	float: right;
}

/* main */
.d-flex {
	display: flex !important;
}

.flex-wrap {
	flex-wrap: wrap;
}

.ml {
	margin-left: 10px;
}

.main3 {
	margin-top: 62px;
}

.main3 .div img {
	height: 60px;
}

.main3 .main3-bottom {
	/* background-color: #0d3c8c; */
	height: 60px;
	width: 100%;
	margin-top: 15px;
}
.lin{
	background-color: #d0d0d0  ;
	border:2px solid #fff ;
}
.main3 .main3-bottom div {
	text-align: center;
	margin: 15px 0;
	padding: 5px 0;
}

.main3 .main3-bottom div img {
	height: 80px;
}

.main3 .main3-bottom a p {
	color: #00785a;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 10px;
}


/* 底部 */
footer {
	width: 100%;
	height: 200px;
	background-color: #002b79;
	margin-top: 50px;
	padding: 10px 0;
	font-family: 黑体;

}

footer .all {
	display: flex;
	justify-content: space-between;
}

footer .left {
	display: flex;
	color: #fff;
}

footer .left img {
	margin-top: 20px;
	width: 130px;
}

footer .left .text {
	font-size: 16px;
	line-height: 3rem;
	margin-top: 20px;
}

footer .right {
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

footer .right img {
	width: 100px;
	margin: 5px 0;
}
